.hstyle {
    padding: 5px 0px 0px 0px;
    background: #3DB2B3;
    z-index: 1;
}

@media (max-width: 1600px) {
    .hstyle {
    }
}

@media (max-width: 1440px) {
    .hstyle {
        z-index: 2;
    }
}

@media (max-width: 1200px) {
    .hstyle {
        z-index: 2;
    }
}

@media (max-width: 575px) {
    .hstyle {
    }
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.fa-lm {
    vertical-align: inherit;
    top: 2px;
    position: relative;
}

.justify-content-center .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
}

#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 #fff0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -5px;
    z-index: 9999999;
    left: 35%;
}

.search-btn {
    border: 0px;
    color: #000;
    padding: 2px 15px;
    font-size: 20px;
    position: relative;
    right: -2px;
}

.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: 400;
    }

    .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;
    }

    .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: #cca104;
    }

    .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: 400;
        padding-left: 35px;
    }

    .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: 40px;
        color: aliceblue;
        left: -5px;
        display: block;
        position: relative;
    }
}

.mynav {
    padding: 0px 0px 0px 0px;
}

.menu-text {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: -7px;
    font-weight: 600;
}

.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;
}

.mynav a {
    font-size: 14px;
}

.myshadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin-top: 0px;
}

@media (max-width: 1024px) {
    .mynav a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .mynav a {
        font-size: 10px;
    }

    .myshadow {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }
}

.menuaan {
    background: #000;
}

.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: #000;
    top: 15px;
    font-family: 'Roboto', sans-serif;
    right: 15px;
    background-color: red;
    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%;
}

.product-tab-section .redus {
    right: 25px;
}

.valpri {
}

.price {
    font-size: 18px;
    text-align: left;
    height: 45px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0rem;
    margin-top: 15px;
    font-weight: 600;
}

.prev-my-slider {
    color: rgb(255, 254, 255) !important;
    z-index: 9;
    font-size: 45px;
    left: 10px;
    padding: 5px 10px;
    cursor: pointer;
    position: absolute;
    top: 40%;
    transition: all .3s ease;
    font-weight: 900;
    background: rgb(0, 0, 0);
}

.next-my-slider {
    color: rgb(255, 254, 255) !important;
    z-index: 9;
    font-size: 45px;
    right: 10px;
    padding: 5px 10px;
    cursor: pointer;
    position: absolute;
    top: 40%;
    transition: all .3s ease;
    font-weight: 900;
    background: rgb(0, 0, 0);
}

@media (max-width: 767px) {
    .prev-my-slider {
        top: 40%;
        font-size: 50px;
    }

    .next-my-slider {
        top: 40%;
        font-size: 50px;
    }
}

.mynavigation {
    opacity: 0;
}

.mailmut .prev-my-slider {
    top: 44%;
    left: 0px;
    padding: 13px 5px;
    background: #fff;
    color: #000 !important;
    font-size: 60px;
}

.mailmut .next-my-slider {
    top: 44%;
    right: 0px;
    padding: 13px 5px;
    background: #fff;
    color: #000 !important;
    font-size: 60px;
}

.carouselgt:hover .mynavigation {
    opacity: 1;
}

.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: 'Roboto', sans-serif;
    color: #4c5461;
    text-transform: none;
}

.card img {
    width: min-content;
    display: inline-block;
    margin: 0 auto;
}

.box-card {
    border-radius: 0px;
    margin-bottom: 30px;
    border: 4px solid rgba(0, 41, 96, 0.3);
}

.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;
    height: 25px;
    position: relative;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0rem;
    margin-top: 15px;
    font-weight: 600;
}

.product-thumb .price-new {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    padding-right: 0px;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 300;
    display: block;
}

/* Blog */
.news {
    margin-bottom: 3em;
}

.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: 18px;
    font-weight: 600;
    height: 45px;
    overflow: hidden;
    color: #4c5461;
}

.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: 10px;
    color: #c3d44f;
    font-size: 16px;
    font-weight: 600;
}

.timepost i {
    color: #7dbab5;
}

.home-blog {
    font-size: 55px;
    line-height: 1.05455;
    font-weight: 300;
    margin-bottom: 0px;
}

/* End blog */
.social a {
    font-size: 20px;
    padding: 0px 20px 0px 20px;
    color: #000000;
    border-right: 1px solid #000;
}

.social a:last-child {
    border-right: 0px solid #000;
}

.social {
    margin-left: -20px;
}

/* Newsletter */
.newsletterpoz {
    padding: 19em 0px;
    background-image: url(../images/newsbk.png);
    background-size: cover;
    background-position: center bottom;
    margin-bottom: -10px;
}

@media (max-width: 575px) {
    .newsletterpoz {
        padding: 6em 0px;
        background-image: url(../images/newsbk.png);
        background-size: cover;
        background-position: center bottom;
    }
}

.newsletterpoz h5 {
    font-family: 'Great Vibes', cursive;
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 5px;
    font-family: 'Sacramento', cursive;
}

#txtemail {
    height: 65px;
    font-size: 20px;
    border: 1px solid #f5f6f9;
    background: transparent;
    color: #fff;
    border-right: 0px;
}

#txtemail::placeholder {
    color: white;
    font-weight: 300;
}

.news-btn {
    border: 0px;
    height: 65px;
    border-radius: 0px;
    text-transform: uppercase;
    background: #3DB2B3;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    padding: 0px 0px 0px 15px;
}

@media (max-width: 575px) {
    #txtemail {
        border-right: 1px solid #f5f6f9;
        margin-bottom: 10px;
    }

    .news-btn {
        /* width: 61%; */
        float: right;
    }
}

/* End Newsletter */
.product-list {
    width: 96.5%;
}

.filter-categorybox {
    background: #fff;
    margin: 40px 0px 40px 0px;
    padding: 8px 0px 0px 0px;
}

@media (max-width: 575px) {
    .filter-categorybox {
        display: none;
    }
}

.box-caheg {
    font-size: 16px;
    height: 50px;
    border: 1px solid #eee;
    margin: 0px;
    margin-bottom: 10px;
    padding: 15px 10px 5px 10px;
    overflow: hidden;
    background: #ede643;
    color: #000000;
    text-align: center;
    justify-content: center;
    text-transform: capitalize;
}

/* Paginatieon */
.pagination li a {
    border: 1px solid #dddddd;
    margin: 0px 5px;
    background: #dddddd;
    color: #333745;
    padding: 5px 10px;
    border-radius: 50%;
}

.pagination li span {
    border: 1px solid #3DB2B3;
    margin: 0px 5px;
    padding: 5px 10px;
    background: #3DB2B3;
    color: #ffffff;
    border-radius: 50%;
}

.result-text {
    font-size: 12px;
}

/* End Paginatieon */
/* Modul category */
.category-left {
    margin-bottom: 30px;
}

.category-left h5 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    background: #3DB2B3;
    font-size: 17px;
    padding: 13px 25px;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 0px;
    height: 45px;
    border-bottom: 1px solid #fff;
}

.category-left a {
    color: #000000;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 9px 21px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    line-height: 17px;
}

.primusub {
    padding-left: 35px !important;
}

.category-left a:hover {
    background: #3DB2B3;
    transition: ease .4s all;
    color: #fff;
}

.box-category {
    border: 1px solid #ddd;
    border-top: 0px;
    border-bottom: 0px;
}

/* End Modul category */
.img-princip {
    min-height: 450px;
    border: 1px solid #b1b1b1;
    margin-bottom: 20px;
    max-height: 550px;
    overflow: hidden;
}

@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;
}

.sageti {
    display: none;
}

.nav-sgdfr:hover .sageti {
    display: block;
}

.nav-sgdfr .prev-my-slider {
    top: 20px;
    font-size: 30px;
}

.nav-sgdfr .next-my-slider {
    top: 20px;
    font-size: 30px;
}

/* 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;
    box-shadow: 0px 5px 13px -6px rgba(0, 0, 0, 0.37);
}

.review-box p {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 3px;
}

.review-box span {
    width: 15px;
}

.review-box b {
}

.testimoniale {
    background-image: url(../images/testim.jpg);
    padding: 3em 0em;
    margin: 0em 0em 0em 0em;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimoniale p {
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0px;
    word-break: break-word;
    color: #000;
    line-height: 25px;
}

.testimoniale span {
    font-size: 13px;
    color: #000000;
}

.testimoniale h5 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #000;
}

.testimoniale .rating {
    margin: 11px 0px;
    text-align: center;
    direction: initial;
}

.box-review {
    text-align: center;
    padding: 4em 6em;
}

.dreos {
    position: relative;
    font-size: 20px;
    z-index: 0;
    color: black;
}

.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: 9px 25px 7px 25px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    text-align: center;
    z-index: 99;
    position: relative;
    color: #000000;
    transition: all ease .5s;
    border: 2px solid #000;
}

.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);
    transition: all ease .5s;
}

.mod-stre {
    font-family: 'Great Vibes', cursive;
    font-size: 60px;
    color: #000;
    font-weight: 300;
    margin-bottom: 0em;
}

.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 {
    padding: 3px;
    border: 1px solid #9a9a9a;
}

input[type='checkbox']:checked + .culoare>img {
    border: 2px solid #17a2b8;
    font-weight: 700;
}

.culoare>img {
    border: 1px solid #bcbaba7d;
    padding: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 31% 56% 46% 31% / 55% 35% 51% 43%;
}

@media (max-width: 575px) {
    .radio-mobile {
        /* height: 40px !important; */
    }
}

.radio-check>span {
    cursor: pointer;
    padding: 7px 5px 0px 5px;
    border: 1px solid #3DB2B3;
    width: auto;
    height: 29px;
    text-align: center;
    line-height: 14px;
    margin-right: 10px;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    border-radius: 34% 56% 63% 23% / 40% 52% 51% 28%;
    min-width: 45px;
    background: #fff;
}

input[type='radio']:checked + .radio-check>span {
    background: #3DB2B3;
    color: #fff;
    width: auto;
    height: 29px;
}

input[type='checkbox']:checked + .radio-check>span {
    border: 1px solid #18a2b8;
    background: #18a2b8;
    color: #fff;
}

/* End Radio checkbox product option*/
.price-new {
    color: #383838;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding-right: 3px;
}

.price-old {
    font-size: 23px;
    text-decoration: line-through;
    color: #a5a5a5;
}

.pret-prod .price-old {
    font-size: 30px;
    text-decoration: none;
    font-weight: 600;
    color: #16523b;
}

@media (max-width: 767px) {
    .sticky-top {
        position: -webkit-sticky;
        position: relative !important;
        top: 0;
        z-index: 1;
    }
}

.poz-fil {
}

.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 {
    border: 4px solid #383838 !important;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.sterge {
    background: #ff0000;
    color: #fff;
    padding: 0px 6px 2px 6px;
    border-radius: 50%;
}

.btn-dor {
    background: #c3d450 !important;
    border: 4px solid #c3d450 !important;
    color: #fff;
    text-transform: uppercase;
}

.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;
    margin-bottom: 1px;
}

.product-tabs > ul > li > a {
    color: #000000 !important;
    margin-right: 35px;
    z-index: 1;
    font-size: 19px !important;
    text-transform: none !important;
    font-weight: 400;
    font-size: 16px;
    background: transparent !important;
    border-radius: 0px !important;
    border-bottom: 3px solid #f1f1f1;
    padding: 16px 0px 2px 0px;
}

@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 {
    color: #fffeff;
    background-color: rgba(255, 255, 255, 0) !important;
    border-bottom: 3px solid #000;
}

@media (max-width: 575px) {
    .product-tabs > ul > li > a.active {
        color: #fffeff;
        padding: 5px 10px 5px 10px;
        /* padding: .5rem 1rem; */
        background-color: #7dbab5 !important;
    }
}

/* END Product Tabs */
.cart-total {
    position: absolute;
    top: -1px;
    background: #000000;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    left: -12px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    display: block !important;
}

@media (max-width: 767px) {
    .cart-total {
        position: absolute;
        top: -1px;
        background: #757575;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        color: #fff;
        left: -12px;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        display: block !important;
    }
}

.slideshowpos {
    margin-top: 0px;
}

@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: 'Roboto', sans-serif;
    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: 'Roboto', sans-serif;
}

.txttwo {
    font-family: 'Roboto', sans-serif;
    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: center;
}

.box-info h5 {
    margin: 10px 1em 10px 1em;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    padding-top: 35px;
    font-family: 'Roboto', sans-serif;
}

.box-info p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    height: 40px;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 5px 0px 0px 0px;
}

.box-info img {
    margin: 0 auto;
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(105deg);
    position: relative;
    max-width: 40px;
    max-height: 30px;
    margin-bottom: 3px;
    filter: invert(1);
}

.box-info:hover img {
    transform: rotateY(360deg);
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.butobannerbutobanner {
    position: relative;
}

.butobannerbutobanner .center:before {
    content: "";
    position: absolute;
    height: 25px;
    width: 1px;
    top: 35%;
    left: -10px;
    background: #ffffff;
}

.butobannerbutobanner .center:after {
    content: "";
    position: absolute;
    height: 25px;
    width: 1px;
    background: #ffffff;
    top: 35%;
    right: -10px;
}

@media (max-width: 767px) {
    .butobannerbutobanner {
        margin: 15px 0px 0em -10px;
    }
}

.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: 'Roboto', sans-serif;
    font-size: 13px;
    position: relative;
    top: 1px;
    padding-right: 5px;
    padding: 2px 10px 3px 10px;
    background: #f5f6f9;
}

.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: #7dbab5;
    height: 105px;
    padding: 3px 5px;
    position: absolute;
    top: 30px;
    left: 1px;
    opacity: 0;
    transition: all 0.7s ease;
}

.product-tab-section .action-btn {
    background: #7dbab5;
    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: 'Roboto', sans-serif;
    font-size: 18px;
}

.link-btn a:hover {
    color: #fffeff;
    background: #606161;
    transition: all 0.5s ease;
}

.box-item {
    filter: contrast(150%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1;
}

.box-item:hover {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.copys {
    padding: 2em 0em;
    background: #000;
    color: #fff;
}

.copys a {
    color: #fff;
}

.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: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 100px;
    color: #c3d450;
    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: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #c3d450;
        text-transform: uppercase;
        padding-top: 0.5em;
    }
}

.myleb {
    font-family: 'Roboto', sans-serif;
    font-size: 12px !important;
    color: #000;
    font-weight: 500;
    padding: 5px 5px 0px 0px;
}

@media (max-width: 1024px) {
    .myleb {
        display: none;
    }
}

.mysel {
    background: #3DB2B3 !important;
    border: 1px solid #eeeeee !important;
    color: #fff !important;
}

input[type=checkbox] {
    position: relative;
    /*visibility: hidden;*/
    /*opacity: 0;*/
    margin-top: 0px;
    vertical-align: -2px;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 5px;
}

input[type=checkbox]:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -2px;
    display: inline-block;
    text-align: center;
    width: 24px;
    height: 24px;
    border: 1px solid #929292;
    background: #fffeff;
    font-weight: 300;
    line-height: 17px;
    color: #fff;
    font-size: 10px !important;
    border-radius: 50%;
}

input[type=checkbox]:checked:before {
    content: "";
    border: 6px solid #000000;
    background: #ffffff;
    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;
    margin: 0px 10px 0px 10px;
}

input[type=radio]:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -5px;
    display: inline-block;
    text-align: center;
    width: 23px;
    height: 23px;
    border: 1px solid #929292;
    background: #ffffff;
    font-weight: 300;
    line-height: 17px;
    color: #fff;
    font-size: 10px !important;
    border-radius: 50%;
}

input[type=radio]:checked:before {
    content: "";
    border: 6px solid #000000;
    background: #ffffff;
    padding-left: 0px;
    padding-top: 2px;
    line-height: 17px;
}

.prod-page {
    padding-top: 0em;
    padding-bottom: 1em;
}

@media (max-width: 757px) {
    .prod-page {
        padding-top: 0em;
        padding-bottom: 3em;
    }
}

.prod-page .redus {
    right: 25px;
    background-image: none;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #f7ef9a;
    font-size: 34px;
    top: 10px;
    left: auto;
    border: 2px dashed #fff;
    box-shadow: 0px 0px 0px 3px #f7ef9a;
    border-radius: 31% 56% 46% 31% / 55% 35% 51% 43%;
}

.product-title {
    text-transform: none;
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Sacramento', cursive;
    color: #000;
}

.right-side {
    padding-left: 3em;
}

@media (max-width: 768px) {
    .right-side {
        padding-left: 0em;
    }
}

.jpag-sus {
    justify-content: flex-end !important;
    display: inline-flex;
}

.infoshort {
    color: red;
    font-family: 'Roboto', sans-serif;
}

.infoshort {
    font-weight: normal;
    line-height: 25px;
    font-size: 15px;
    margin-right: 42px;
    word-break: break-word;
}

.infoshort a {
    font-weight: bold;
}

.infoshort b {
    font-weight: bold;
    color: #777777;
    font-size: 16px;
}

.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;
    }
}

.box-incant {
    border: 3px solid #eeeeee;
    padding: 2px 3px 3px 3px;
    background: #eee;
    border-radius: 30px;
}

.box-incant button {
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 0px 0px;
    border-radius: 50%;
    background-color: #1b533c !important;
    color: #fff !important;
    border: 0px solid !important;
    position: relative;
    top: 6px;
}

.box-incant button:hover {
    background-color: #c3d450 !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: none;
    font-size: 20px;
    font-weight: bold !important;
}

.box-ch {
    margin-bottom: 15px;
}

.txts {
    text-transform: none;
    font-size: 20px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding-right: 18px;
    position: relative;
    top: 6px;
}

.icon-share {
    height: 30px;
    width: 40px;
    background: #77c212;
    margin-right: 5px;
    line-height: 30px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}

.icon-share-in {
    height: 30px;
    width: 42px;
    background: #155138;
    margin-right: 5px;
    line-height: 30px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}

.icon-share:hover {
    background: #c3d450;
}

.icon-share-in:hover {
    background: #c3d450;
}

.tab-conttns {
    padding-top: 0px;
    margin-bottom: 1em;
    text-align: left;
    font-size: 16px;
    background: #fffeff;
    padding: 10px 0px 10px 0px;
    border-top: 4px solid #f1f1f1;
}

.tab-conttns p {
    font-size: 14px;
    color: #000;
}

@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: #3DB2B3;
    padding: 5px 0px 0px 0px;
    color: #fff;
}

.firstheader a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding: 0px 10px;
}

.firstheader a i {
}

.firstheader a:hover {
    color: #000000;
    transition: ease .3s all;
}

.menu-garden {
    background: #7dbab5;
}

.bg-contact-menu {
}

.bg-contact-menu a {
    background: #338604;
    color: #fff !important;
}

.boxul {
    padding: 5px;
    margin: 5px;
    line-height: 13px;
    color: #fff;
    text-align: center;
    border: 0px solid #fff;
    font-size: 12px;
    min-height: 68px;
    /* text-shadow: 0px 1px 3px #287a7b; */
}

.boxul img {
    max-width: 40px;
    max-height: 25px;
    margin: 0 auto;
    margin-bottom: 4px;
    /* filter: invert(1); */
    /* -webkit-filter: drop-shadow(0px 1px 3px #287a7b); */
    /* filter: drop-shadow(0px 1px 3px rgba(40, 122, 123, 0.55)); */
}

.boxul p {
    padding: 0px 5px 5px 5px;
    font-size: 12px;
    line-height: 12px;
    text-transform: none;
    margin-bottom: 0px;
    color: #fff;
    /* text-shadow: 0px 1px 4px #287a7b; */
}

@media (max-width: 767px) {
    .boxul {
        padding: 0px;
        margin: 5px 0px 0px 0px;
        line-height: 13px;
        color: #fff;
        text-align: center;
        border: 0px solid #fff;
        font-size: 11px;
        min-height: 54px;
        /* text-shadow: 0px 1px 3px #287a7b; */
    }

    .boxul img {
        max-width: 40px;
        max-height: 20px;
        margin: 0 auto;
        margin-bottom: 3px;
        /* filter: invert(1); */
    }

    .boxul p {
        padding: 0px 0px 5px 0px;
        font-size: 12px;
        line-height: 13px;
        text-transform: none;
        margin-bottom: 0px;
        color: #fff;
        /* text-shadow: 0px 1px 4px #287a7b; */
    }
}

.aseres {
    background: #ffffff;
    padding: 3em 0em 5em 0em;
}

.product-tab-section {
    background: #f5f6f9;
    padding: 2em 0em 2em 0em;
}

.jetab {
    border-bottom: 0px;
    text-align: center;
    justify-content: center;
    margin-bottom: 2em !important;
}

.blog-box {
    border: 1px solid #ddd;
    padding: 5px;
}

.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: 20px;
    height: 20px;
    border: 3px solid #c3d44f;
    background: #fffeff;
    font-weight: 300;
    line-height: 17px;
    color: #fff;
    font-size: 10px !important;
    border-radius: 50%;
}

.cerc-ful {
}

.cerc-ful:before {
    top: -5px;
    left: -3px;
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    border: 3px solid #c3d44f;
    background: #1c533d;
    font-weight: 300;
    line-height: 17px;
    font-size: 10px !important;
    border-radius: 50%;
}

.special {
    background: rgb(255, 255, 255);
    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: 20px;
    letter-spacing: 2px;
    position: relative;
    top: -4px;
    left: 5px;
    font-weight: 600;
}

.sandwichsa {
    margin-left: 15px;
    position: relative;
    top: -8px;
}

.mobicose {
    color: #000 !important;
    font-size: 23px;
}

.nav-ale {
    min-width: 175px;
    margin-bottom: 8px;
}

@media (max-width: 420px) {
    .nav-ale {
        min-width: 125px;
        margin-bottom: 8px;
        font-size: 11px;
        text-transform: none !important;
        padding: 6px 0px;
    }
}

@media (max-width: 575px) {
    .product-layout {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 320px) {
    .product-layout {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.languageshta {
    text-align: right;
    position: relative;
    display: inline-block;
}

.languageshta a {
    cursor: pointer;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    position: relative;
    top: -2px;
}

@media (max-width: 768px) {
    .languageshta a {
        cursor: pointer;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0px;
        position: relative;
        top: 10px !important;
    }
}

#form-language > a:nth-child(5) {
    border-right: 0px solid #000;
}

.selectat {
    color: #fff !important;
}

.gsatats {
    color: #ffffff;
    font-size: 25px;
    vertical-align: middle;
    padding-right: 3px;
}

.hhgasda {
    font-size: 14px;
}

#cart {
    position: relative;
    left: -5px;
}

@media (max-width: 1440px) {
    #cart {
        position: relative;
        left: -5px;
    }
}

@media (max-width: 1365px) {
    #cart {
        position: relative;
        left: -5px;
    }
}

@media (max-width: 1315px) {
    #cart {
        position: relative;
        left: 0px;
    }
}

.grupbutoaenea {
    text-align: center;
    padding: 10px 0px 0px 0px;
}

.grupbutoaenea a {
    color: #fff;
    padding: 0px 20px 0px 20px;
    font-size: 12px;
    /* text-shadow: 0px 1px 3px #287a7b; */
    display: inline-block;
    margin-left: 20px;
    min-width: 130px;
}

@media (max-width: 1440px) {
    .grupbutoaenea a {
        color: #fff;
        padding: 0px 20px 0px 20px;
        font-size: 12px;
        text-shadow: 0px 1px 3px #287a7b;
        display: inline-block;
        margin-left: 20px;
        min-width: 120px;
    }
}

@media (max-width: 1365px) {
    .grupbutoaenea a {
        color: #fff;
        padding: 0px 20px 0px 20px;
        font-size: 12px;
        text-shadow: 0px 1px 3px #287a7b;
        display: inline-block;
        margin-left: 20px;
        min-width: 115px;
    }
}

@media (max-width: 1315px) {
    .grupbutoaenea a {
        color: #fff;
        padding: 0px 20px 0px 20px;
        font-size: 12px;
        text-shadow: 0px 1px 3px #287a7b;
        display: inline-block;
        margin-left: 20px;
        min-width: 95px;
    }
}

.carteasa {
    color: #ffffff !important;
    font-size: 25px !important;
    position: relative;
    top: 4px;
    cursor: pointer;
    padding: 0px 10px 0px 10px !important;
}

.padsau {
    padding-left: 10px !important;
    color: #000;
}

.suceste {
    transform: rotate(180deg);
    transition: ease .5s all;
}

.laloc {
    transform: rotate(0deg);
    transition: ease .5s all;
}

.htmlcontent {
    background: url(../images/bksection.png);
    padding: 4em 0em;
}

.htmlcontent p {
    color: #000;
    font-size: 16px;
}

.unelettial {
    /* font-family: 'Great Vibes', cursive; */
    font-size: 60px;
    color: #000;
    font-family: 'Sacramento', cursive;
}

@media (max-width: 575px) {
    .unelettial {
        /* font-family: 'Great Vibes', cursive; */ font-size: 36px;
        color: #000;
        font-family: 'Sacramento', cursive;
        text-align: center;
    }
}

.unelettial i {
    color: #3DB2B3;
    font-size: 35px;
    padding-right: 10px;
}

.mailmut {
    padding: 0px 4em;
}

.ciofi {
    position: absolute;
    left: 15px;
    top: 5px;
    display: none;
}

.nameprod {
    height: 50px;
    text-align: center;
    justify-content: center;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    overflow: hidden;
}

.nameprod a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 25px;
    line-height: 15px;
}

.oferta {
    background: url(../images/offer.png);
    padding: 15px 0px;
    color: #000;
    font-weight: 600;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    font-size: 18px;
    image-rendering: pixelated;
}

@media (max-width: 575px) {
    .oferta {
        background: url(../images/offer.png);
        padding: 15px 13px 15px 0px;
        color: #000;
        font-weight: 600;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center right;
        font-size: 12px;
        image-rendering: pixelated;
    }
}

.valpris {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    padding: 15px 0px;
    position: relative;
    display: inline-block;
}

.butonhsya {
    background: #3DB2B3;
    border: 1px solid #3DB2B3;
}

.wishjhas {
    background: #ffffff;
    text-align: center;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin: 0;
}

.cartclick {
    padding: 0px;
    color: #fff !important;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 20px;
}

@media (max-width: 575px) {
    .cartclick {
        padding: 0px;
        /* color: #000 !important; */
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        padding-left: 20px;
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    .cartclick {
        padding: 0px;
        color: #000 !important;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        padding-left: 20px;
        font-size: 14px
    }
}

.cartimansa {
    display: block;
    margin: 0px 0px 0px 10px !important;
    display: inline !important;
    width: 26px;
    vertical-align: -12px;
    padding-top: 5px;
    /* filter: invert(1); */
}

@media (max-width: 575px) {
    .cartimansa {
        display: block;
        margin: 0px 0px 0px 10px !important;
        display: inline !important;
        width: 26px;
        vertical-align: -12px;
        padding-top: 5px;
        /* filter: invert(1); */
    }
}

@media (max-width: 575px) {
    .cartimansa {
        display: block;
        margin: 0px 0px 0px 10px !important;
        display: inline !important;
        width: 18px;
        vertical-align: -12px;
        padding-top: 6px;
        /* filter: invert(1); */
        vertical-align: -8px;
    }
}

.sadakm {
    height: 65px;
    background: white;
    position: relative;
    display: inline-block;
    line-height: 65px;
    width: 65px;
    margin-left: 10px;
    color: #3DB2B3;
    font-size: 40px;
    vertical-align: -6px;
}

.almuesa {
    border-radius: 0px;
    border: 0px;
    text-align: center;
}

.almuesa .modal-footer {
    display: block;
}

.titlusahg {
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}

.sunggat {
    color: #000;
}

.firstclase {
    background: #ffffff;
    font-weight: 600;
    border-bottom: 1px solid #dcdcdc !important;
}

.poza-principala {
    height: 565px;
    width: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    cursor: crosshair;
    overflow: hidden;
    /* transition: transform .3s ease-out; */
}

.tilessa {
    height: 565px;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #b3b3b3;
    overflow: hidden
}

.imagini-aditionale {
    height: 570px;
    overflow: hidden;
}

.imagine-secundara {
    height: 90px;
    background-size: cover;
    background-position: center top;
    border: 1px solid #b3b3b3;
    margin-bottom: 5px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.imagine-secundara:hover {
    transition: all ease .5s;
    border: 1px solid #6f6f6f;
}

.wietgsa {
    background: #ffffff;
    padding: 9px 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #a0a0a0;
}

.wietgsa i {
    padding-left: 15px;
}

.buton-adauga-po {
    background: #3DB2B3;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}

@media (max-width: 767px) {
    .buton-adauga-po {
        background: #3DB2B3;
        text-transform: uppercase;
        font-size: 15px;
        margin-bottom: 10px;
    }
}

.buton-adauga-po img {
    padding-left: 18px;
    vertical-align: -5px;
}

.masurisa {
    margin-bottom: 16px;
}

.masurisa a {
    color: #676767;
    font-size: 16px;
    border-bottom: 2px solid #d8d8d8;
    letter-spacing: 1px;
    /* font-weight: 600; */
}

.listmy {
    margin-top: 25px;
    font-weight: 400;
    color: #ababab;
}

.jjausa {
    margin-bottom: 30px;
}

.jjausa label {
    margin-top: 20px;
}

.searchspace {
}

.mydroausa {
    margin-top: -12px !important;
    min-width: 40px;
    width: 40px;
    border-radius: 0px;
    border: 0px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    float: none;
    margin-left: 20px;
    box-shadow: 0px 6px 17px -5px #00000059;
}

@media (max-width: 768px) {
    .mydroausa {
        margin-top: -12px !important;
        min-width: 40px;
        width: 40px;
        border-radius: 0px;
        border: 0px;
        padding: 5px 5px 5px 5px;
        text-align: center;
        float: none;
        margin-left: 2px;
        box-shadow: 0px 6px 17px -5px #00000059;
    }
}

.coedsa {
    background: #000;
    color: #fff !important;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slideasah {
    height: 650px;
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    filter: contrast(100%);
    cursor: pointer;
}

@media (max-width: 1600px) {
    .slideasah {
        height: 538px;
        width: 100%;
        max-width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        filter: contrast(100%);
        cursor: pointer;
    }
}

@media (max-width: 1200px) {
    .slideasah {
        height: 502px;
        width: 100%;
        max-width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        filter: contrast(100%);
        cursor: pointer;
    }
}

@media (max-width: 991px) {
    .slideasah {
        height: 382px;
        width: 100%;
        max-width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        filter: contrast(100%);
        cursor: pointer;
    }
}

@media (max-width: 768px) {
    .slideasah {
        height: 290px;
        width: 100%;
        max-width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        filter: contrast(100%);
        cursor: pointer;
    }
}

.boxjjhsa {
    background: #ffffff;
    text-align: center;
    padding: 10px;
    color: #000;
    font-weight: 600;
    margin: 3em 0em;
    cursor: pointer;
    filter: contrast(100%);
    border: 1px solid #ddd;
}

@media (max-width: 1200px) {
    .boxjjhsa {
        /* background: #ede643; */ text-align: center;
        padding: 10px;
        color: #000;
        font-weight: 600;
        margin: 1em 0em;
        cursor: pointer;
        filter: contrast(100%);
    }
}

.boxjjhsa:hover {
    filter: contrast(120%);
    transition: ease .4s all;
}

.boxjjhsa img {
}

@media (max-width: 1200px) {
    .boxjjhsa img {
        max-width: 31px;
    }
}

.boxjjhsa p {
    font-size: 18px;
    padding-top: 18px;
    font-weight: 400;
    color: #000;
}

@media (max-width: 767px) {
    .boxjjhsa p {
        font-size: 14px;
        padding-top: 18px;
        font-weight: 400;
        color: #000;
    }
}

@media (max-width: 575px) {
    .boxjjhsa p {
        font-size: 21px;
        padding-top: 18px;
        font-weight: 400;
        color: #000;
    }
}

@media (max-width: 374px) {
    .boxjjhsa p {
        font-size: 17px;
        padding-top: 18px;
        font-weight: 400;
        color: #000;
    }
}

.boxjjhsa a {
    color: #000;
}

.infoposa {
}

.lasau {
    margin-top: 0em;
}

@media (max-width: 767px) {
    .lasau {
        margin-top: 0em;
        padding-top: 16px;
    }
}

.lasau p {
    font-weight: 700;
    font-family: 'Sacramento', cursive;
    font-size: 25px;
    line-height: 34px;
    padding-top: 15px;
    color: #000;
}

@media (max-width: 767px) {
    .lasau p {
        font-weight: 700;
        font-family: 'Sacramento', cursive;
        font-size: 20px;
        line-height: 23px;
        padding-top: 15px;
        color: #000;
    }
}

@media (max-width: 575px) {
    .lasau p {
        font-weight: 700;
        font-family: 'Sacramento', cursive;
        font-size: 24px;
        line-height: 26px;
        padding-top: 15px;
        color: #000;
    }
}

.lasau img {
}

@media (max-width: 1200px) {
    .lasau img {
        max-width: 70%;
        margin: 0 auto;
    }
}

.bnsaha {
    border: 2px solid #000;
    text-transform: uppercase;
    font-size: 16px;
    color: #000 !important;
    padding: 7px 0px 7px 15px;
    letter-spacing: 2px;
    display: none;
}

.bnsaha:hover {
    background: #f4ec3e;
    transition: ease .4s all;
    /* filter: contrast(71%); */
}

.sasadddf {
    background: #000;
    color: #fff;
    padding: 10px 15px;
    margin-left: 15px;
}

.lindsada {
    padding-right: 8em;
    padding-top: 0em;
}

.lindsada p {
    font-weight: 700;
    font-family: 'Sacramento', cursive;
    font-size: 45px;
    margin-bottom: 30px;
    color: #000;
    display: none;
}

.mycasdsa {
    border: 0px;
    padding: 0px;
}

.mycasdsa .card-body {
    padding: 0px 0px;
}

.hyyasa {
    padding: 0px 0px;
    background: transparent;
    border: 0px;
}

.alsaksj {
    font-family: 'Roboto', sans-serif;
    color: #000 !important;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.jjhdsa {
}

.dfenebusa {
    font-size: 12px;
    color: #fff;
    position: relative;
    top: -2px;
}

.dsadasdff {
    color: #ffffff;
    font-size: 18px;
    /* text-shadow: 0px 1px 2px #000000; */
    font-family: 'Roboto', sans-serif;
    position: relative;
    top: 5px;
    font-weight: 300;
}

.cc-dismiss {
    display: none !important;
}

.cc-btn .cc-btn-close-settings {
    border: 1px solid #fff;
    color: #fff !important;
}

.pozacuzoom {
}

.zonapozasa {
    overflow: hidden;
    border: 1px solid #b3b3b3;
}

.acoloasa {
    position: relative;
    right: -15px;
}

.acolsauas {
    position: relative;
    left: -15px;
}

.hide {
    display: none !important;
}

.currency-select {
    font-weight: 600;
    font-size: 16px;
    text-align: center !important;
    padding: 0px;
}

@media (max-width: 767px) {
    .nhsag {
        display: none;
    }
}

.doausa {
    column-count: 2;
}

.info-zoneasa {
}

@media (max-width: 1200px) {
    .info-zoneasa {
        display: none;
    }
}

.cc-revoke {
    display: none !important;
}

.lastaleft {
    position: absolute;
    left: 43%;
    bottom: 4%;
    height: 30px;
    width: 30px;
    background: rgba(0, 0, 0, 0.56);
    color: #fff !important;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 50%;
    padding-right: 3px;
}

.lastaright {
    position: absolute;
    right: 43%;
    bottom: 4%;
    height: 30px;
    width: 30px;
    background: rgba(0, 0, 0, 0.56);
    color: #fff !important;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 50%;
    /* padding-right: 3px; */
}

@media (max-width: 1600px) {
    .lastaleft {
        left: 42%;
        bottom: 5%;
    }

    .lastaright {
        right: 42%;
        bottom: 5%;
    }
}

@media (max-width: 1200px) {
    .lastaleft {
        left: 41%;
        bottom: 5.5%;
    }

    .lastaright {
        right: 41%;
        bottom: 5.5%;
    }
}

@media (max-width: 991px) {
    .lastaleft {
        left: 39%;
        bottom: 7%;
    }

    .lastaright {
        right: 39%;
        bottom: 7%;
    }
}

@media (max-width: 768px) {
    .lastaleft {
        left: 2%;
        bottom: 50%;
    }

    .lastaright {
        right: 2%;
        bottom: 50%;
    }
}

@media (max-width: 575px) {
    .lastaleft {
        left: 2%;
        bottom: 50%;
    }

    .lastaright {
        right: 2%;
        bottom: 50%;
    }
}

.imgtasa {
}

.doarpemob {
}

.zonaafter {
    display: none;
}

@media (max-width: 1200px) {
    .zonaafter {
        display: block;
    }
}

@media (max-width: 575px) {
    .mobada {
        padding: 0px;
        margin: 0px;
    }
}

body > header > div.row.mx-0.meniussa.d-sm-block > div.row.mx-0.undeesrte > div > div > div > div.col-12.col-sm-6.col-md-9.col-lg-7.col-xl-5.our-features-box.px-2 > div > div > a:nth-child(1) {
    border-left: 0px;
}

.imaginecard-cadou {
    height: 700px;
    background-size: cover;
    border: 1px solid #ddd;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 575px) {
    .imaginecard-cadou {
        display: none
    }
}

.recomansadas {
}

.recomansadas p {
    border: 2px solid #3DB2B3;
    text-align: center;
    padding: 7px 0px;
    background: #3DB2B3;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.article-box {
    border: 1px solid #ddd;
    padding: 10px 10px;
    margin: 20px 0em;
}

.article-box img {
    margin-bottom: 20px;
}

.article-box .date-added {
    background: #3eb2b3;
    height: 50px;
    width: 50px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    padding-top: 5px;
    color: #fff;
    font-weight: 400;
}

.article-box .description {
    display: inline-block;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
}

.article-box .btn-article {
    background: #3eb2b3;
    padding: 5px 15px;
    color: #fff !important;
}

.article-box .title {
    line-height: 17px;
    display: inline-block;
    max-height: 50px;
    overflow: hidden;
    color: #000;
    font-size: 18px;
    margin-bottom: 0px;
}

.main-article-image {
    height: 450px;
    margin-bottom: 30px;
    margin-top: 20px;
    background-size: cover;
    background-position: center;
}

@media (max-width: 575px) {
    .main-article-image {
        height: 150px;
    }
	.page-header {
		font-size: 30px;
	}
}

/*
     FILE ARCHIVED ON 06:05:40 Dec 28, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:15:47 Aug 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 1.06
  load_resource: 142.357
  PetaboxLoader3.resolve: 33.066
  PetaboxLoader3.datanode: 52.133 (2)
  loaddict: 68.511
*/
/* ===================== Static-clone overrides ===================== */

/* This theme's hero banner and top info-strip are Owl Carousel widgets
   that need JS to build their sliding "owl-stage" and to rotate slides.
   Without JS the raw markup just stacks in normal flow, so: */

/* 1) Top info strip (Livrare gratuita / Retur usor / Livrare rapida) is
   meant to sit in one horizontal row -- force that with flex. */
#infoav {
    display: flex;
}
#infoav .item {
    flex: 1 1 0;
}

/* 2) Hero slider: show only one slide statically (matching the site's
   "Celebs love Laura" slide) instead of all 8 stacked vertically. */
#slideshow0 .slideasah {
    display: none;
}
#slideshow0 .slideasah.active-slide {
    display: flex;
}

/* 3) Decorative, non-functional dots to match the carousel's normal
   look (JS would normally generate these). Note: the dots/nav wrapper
   is a SIBLING of #slideshow0 inside .slider-hoas, not nested inside
   it, so .slider-hoas is the correct scoping ancestor here (matches
   how .lastaleft/.lastaright are already scoped, further down). */
.slider-hoas .owl-dots {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
}
.slider-hoas .owl-dots .owl-dot {
    display: inline-block;
    border: 0;
    background: none;
    padding: 0;
}
.slider-hoas .owl-dots .owl-dot span {
    width: 18px;
    height: 10px;
    margin: 3px;
    display: block;
    border-radius: 0;
    background-color: rgb(0, 0, 0);
}
.slider-hoas .owl-dots .owl-dot.active span {
    background: #3DB2B3;
}

/* 4) Static cookie-consent banner approximation (the real one is built
   entirely by cookieconsent.min.js at runtime, so there is no markup to
   carry over from the capture). */
.cc-window.cc-banner {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.cc-window .cc-compliance {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

#slideshow0 {
    display: block !important;
}

/* 5) Arrows (.lastaleft/.lastaright) and dots are absolutely positioned
   to overlay the hero image, but their containing wrapper never gets
   position:relative from the theme's own CSS (that was apparently added
   by JS at runtime) -- add it so they anchor to the slider instead of
   the page. */
.slider-hoas {
    position: relative;
}
