.hstyle {
    padding: 15px 0em 15px 0em;
    background: #232323;
    transition: all .5s ease;
}

.shadosuasa {
    box-shadow: 0px 0px 18px -12px #616161;
    transition: all .5s ease;
    /* padding: 5px 0em 5px 0em; */
}

.shadosuasa .logosa {
    /* max-width: 80%; */
}

@media (max-width: 1600px) {
    .hstyle {
    }
}

@media (max-width: 1440px) {
    .hstyle {
    }
}

@media (max-width: 1200px) {
    .hstyle {
    }
}

@media (max-width: 575px) {
    .hstyle {
        padding: 10px 0em;
        z-index: 9;
    }
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0px;
}

.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 #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -5px;
    z-index: 9999999;
    left: 45%;
}

.search-btn {
    border-radius: 0px;
    border: 0px;
    height: 40px;
    color: yellow;
    padding: 0px 15px;
    font-size: 20px;
    position: relative;
    right: 0px;
    background: #000000;
}

.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;
}

@media (min-width: 769px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
}

.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: #fff;
    top: 15px;
    font-family: 'Barlow', sans-serif;
    right: 15px;
    height: 20px;
    width: 55px;
    background-size: cover;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    z-index: 1;
    background-repeat: no-repeat;
    line-height: 20px;
    border-radius: 15px;
    background-color: #f94327;
    background-image: linear-gradient(316deg, #f94327 0%, #ff7d14 74%);
}

.product-tab-section .redus {
    right: 42%;
}

.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: #fff !important;
    z-index: 4;
    font-size: 20px;
    left: -30px;
    cursor: pointer;
    position: absolute;
    top: 44%;
    transition: all .3s ease;
    font-weight: 900;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #232323;
    transform: rotate(45deg);
}

.prev-my-slider i {
    transform: rotate(130deg);
    position: relative;
    left: 10px;
    top: -10px;
}

.next-my-slider {
    color: #fff !important;
    z-index: 4;
    font-size: 20px;
    right: -30px;
    cursor: pointer;
    position: absolute;
    top: 44%;
    transition: all .3s ease;
    font-weight: 900;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #232323;
    transform: rotate(45deg);
    box-shadow: 0px 0px 0px 0px #000;
}

.next-my-slider i {
    transform: rotate(130deg);
    position: relative;
    left: -10px;
    top: 10px;
}

@media (max-width: 575px) {
    .prev-my-slider {
        color: #000 !important;
        z-index: 4;
        font-size: 20px;
        left: -30px;
        cursor: pointer;
        position: absolute;
        top: 30%;
        transition: all .3s ease;
        font-weight: 900;
        height: 45px;
        width: 45px;
        line-height: 45px;
        text-align: center;
        transform: rotate(45deg);
    }

    .prev-my-slider i {
        transform: rotate(130deg);
        position: relative;
        left: 10px;
        top: -10px;
    }

    .next-my-slider {
        color: #000 !important;
        z-index: 4;
        font-size: 20px;
        right: -30px;
        cursor: pointer;
        position: absolute;
        top: 30%;
        transition: all .3s ease;
        font-weight: 900;
        height: 45px;
        width: 45px;
        line-height: 45px;
        text-align: center;
        transform: rotate(45deg);
        box-shadow: 0px 0px 0px 0px #000;
    }

    .next-my-slider i {
        transform: rotate(130deg);
        position: relative;
        left: -10px;
        top: 10px;
    }
}

.carouselgt {
    overflow: hidden;
}

.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: 30px;
    font-size: 30px;
    padding-bottom: 5px;
    color: #1f4c94;
    font-weight: 500;
    border-bottom: 3px solid #1f4c94;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .sshgrr {
        letter-spacing: 1px;
        margin-bottom: 30px;
        font-size: 20px;
        padding-bottom: 5px;
        color: #1f4c94;
        font-weight: 600;
        border-bottom: 3px solid #1f4c94;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
    }
}

.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;
    margin-bottom: 15px;
}

.price {
    font-size: 18px;
    text-align: center;
    height: 40px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0rem;
    margin-top: 0px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.product-thumb .price-new {
    font-weight: 600;
    color: #ec3017;
    font-size: 20px;
    padding-right: 10px;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 20px;
    font-weight: 500;
}

/* 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: 17px;
    height: 44px;
    overflow: hidden;
    color: #000000;
    font-weight: 500;
}

.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: 4px;
}

.timepost {
    margin-bottom: 10px;
    color: #2457aa;
    font-size: 14px;
    font-weight: 600;
}

.timepost i {
    color: #074d33;
}

.home-blog {
    font-size: 55px;
    line-height: 1.05455;
    font-weight: 300;
    margin-bottom: 0px;
}

/* End blog */
.social a {
    font-size: 20px;
    padding: 10px 10px;
    color: #ffcc44;
}

.social a:hover {
    color: #716fdc;
}

.social {
    margin-top: 10px;
    left: -10px;
    position: relative;
    padding-bottom: 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: 40px;
    border: 0px;
    font-size: 13px;
    /* border: 1px solid #2457aa; */
    border-radius: 0px;
}

.news-btn {
    border: 0px;
    height: 40px;
    border-radius: 0px;
    padding: 0px 30px 0px 21px;
    text-transform: uppercase;
    background: #ec2d1a;
    letter-spacing: 1px;
    font-size: 20px;
    color: #fff;
}

@media (max-width: 575px) {
    #txtemail {
        height: 40px;
        border: 0px;
        font-size: 16px;
        border: 1px solid #2457aa;
        border-radius: 30px 30px 30px 30px !important;
    }

    .news-btn {
        border: 0px;
        height: 40px;
        border-radius: 30px 30px 30px 30px;
        padding: 0px 30px;
        text-transform: uppercase;
        background: #2457aa;
        font-weight: 300;
        letter-spacing: 1px;
        font-size: 16px;
        color: #fff;
    }
}

/* End Newsletter */
.product-list {
    width: 96.5%;
}

.filter-categorybox {
    background: #eee;
    margin: 5px 0px 20px 0px;
    padding: 5px 10px 5px 10px;
}

@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: 5px 10px 5px 10px;
    overflow: hidden;
    background: #eee;
    color: #1f4c94;
    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;
}

.pagination li span {
    border: 1px solid #1f4c94;
    margin: 0px 5px;
    padding: 5px 10px;
    background: #1f4c94;
    color: #ffffff;
}

.result-text {
    font-size: 12px;
}

/* End Paginatieon */
/* Modul category */
.category-left {
    margin-bottom: 20px;
    border: 2px solid #f0f0f0;
}

.category-left h5 {
    color: #000000;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
    background: #f0f0f0;
    padding: 10px 10px 10px 10px;
    border-bottom: 3px solid #fff;
}

.category-left a {
    line-height: 30px;
    font-size: 16px;
    color: #001585;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    padding: 2px 10px;
}

.category-left a:hover {
    background: #f0f0f0;
}

/* 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;
    border-bottom: 1px dashed #dadada;
}

.review-box p {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 3px;
}

.review-box span {
    width: 15px;
}

.review-box b {
}

.testimoniale {
    background: rgb(245, 246, 249);
    padding: 3em 0em;
    margin: 0em 0em 0em 0em;
    border-bottom: 1px solid #ddd;
}

.testimoniale p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0px;
    word-break: break-word;
}

.testimoniale span {
    font-size: 13px;
    color: #bdbdbd;
    font-style: italic;
}

.testimoniale h5 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0px;
}

.testimoniale .rating {
    margin: 11px 0px;
    text-align: left;
    direction: initial;
}

.box-review {
    background: #fffeff;
    padding: 10px 10px 10px 10px;
    border-radius: 0px;
    border: 1px solid #eee;
}

.dreos {
    position: absolute;
    top: 10px;
    font-size: 42px;
    z-index: 0;
    right: 10px;
    color: whitesmoke;
}

.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: 12.5em;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    text-align: center;
    transition-property: color, background;
    z-index: 99;
    position: relative;
    color: #FFFFFF;
    transition: all ease .5s;
    transition-property: color, background;
    border: none !important;
    background: rgba(70,200,255,1);
    background: -moz-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,200,255,1)), color-stop(100%, rgba(129,211,126,1)));
    background: -webkit-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
    background: -o-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
    background: -ms-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
    background: linear-gradient(to right, rgb(195, 212, 79) 0%, rgb(195, 212, 79) 100%);
}

.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: 5px;
}

.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: 1px solid #e9ebee;
    padding: 2px;
    cursor: pointer;
}

@media (max-width: 575px) {
    .radio-mobile {
        /* height: 40px !important; */
    }
}

.radio-check>span {
    cursor: pointer;
    display: inline-block;
    padding: 5px 5px 0px 5px;
    border: 2px solid #1f563f;
    width: auto;
    height: 29px;
    text-align: center;
    line-height: 14px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    border-radius: 30px;
    min-width: 45px;
    background: #eee;
}

input[type='radio']:checked + .radio-check>span {
    background: #19533c;
    color: #fff;
    border: 2px solid #1f563f;
    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;
    padding-right: 3px;
    font-family: 'Montserrat', sans-serif;
}

.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: #2457aa;
}

@media (max-width: 767px) {
    .sticky-top {
        position: -webkit-sticky;
        top: 0;
        z-index: 9;
    }
}

.poz-fil {
    top: 45px !important;
    z-index: 1;
    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 {
    text-transform: uppercase;
    background-color: #fef231 !important;
    padding: 13px 0px !important;
    font-weight: 500;
}

.sterge {
    background: #ffcc44;
    color: #fff;
    padding: 0px 6px 2px 6px;
    border-radius: 50%;
}

.btn-dor {
    background: #ffcc44 !important;
    color: #000;
    text-transform: uppercase;
    padding: 12px 0px !important;
    font-weight: 600;
}

.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: 0px;
}

.product-tabs > ul > li > a {
    color: #000000;
    margin-right: 12px;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding: .5rem 1rem;
    border: 1px solid #000000;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .product-tabs > ul > li > a {
        padding: 5px 10px 5px 10px;
        font-size: 15px;
        margin-bottom: 10px;
        text-transform: uppercase!important;
        font-size: 12px;
        font-weight: 600 !important;
    }
}

.product-tabs > ul > li:first-child a {
}

.product-tabs > ul > li:last-child a {
}

.product-tabs > ul > li > a.active {
    color: #000000 !important;
    padding: 5px 20px 5px 20px;
    padding: .5rem 1rem;
    background-color: #ffcc44 !important;
    border-radius: 5px;
    border-color: #ffcc44;
    text-transform: uppercase !important;
}

@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: 6px;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    color: #ffffff;
    left: -17px;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    display: block !important;
    background-color: #011786;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 1700px) {
    .cart-total {
        position: absolute;
        top: 10px;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        color: #ffffff;
        left: -13px;
        line-height: 19px;
        text-align: center;
        font-size: 12px;
        display: block !important;
        background-color: #011786;
        font-family: 'Open Sans', sans-serif;
    }
}

.slideshowpos {
    margin: 0em 0em;
}

@media (max-width: 1554px) {
    .slideshowpos {
        margin: 2em 1em;
    }
}

@media (max-width: 767px) {
    .slideshowpos {
    }
}

.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 {
    position: relative;
    padding-left: 2em;
}

.loggpos p {
    font-size: 12px;
    color: #000000;
    margin-bottom: 0px;
    line-height: 12px;
    position: relative;
    top: 6px;
    text-align: left;
    font-family: 'Barlow', sans-serif;
    cursor: pointer;
    left: 0px;
}

.loggpos b {
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 500;
}

.loggpos a {
}

.txtone {
    color: #000000;
    position: relative;
    left: 5px;
    top: -5px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}

.txttwo {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    position: absolute;
    left: 6px;
    bottom: 15px;
}

.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;
    margin: 0em auto 0px auto;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px 0px 15px 0px;
    border: 4px solid rgb(35, 35, 35);
}

@media (max-width: 1200px) {
    .box-info {
        text-align: center;
        margin: 0em auto 0px auto;
        background-color: #ffffff;
        /* border-radius: 0px; */
        padding: 15px 0px 0px 0px;
        min-height: 120px;
    }
}

@media (max-width: 767px) {
    .box-info {
        text-align: center;
        margin: 0em auto 0px auto;
        background-color: #ffffff;
        /* border-radius: 0px; */
        padding: 15px 10px 0px 10px;
    }
}

@media (max-width: 575px) {
    .box-info {
        text-align: center;
        margin: 0em auto 0px auto;
        background-color: #ffffff;
        /* border-radius: 0px; */
        padding: 15px 4px 0px 4px;
        min-height: 90px;
    }
}

.box-info h5 {
    font-family: 'Barlow', sans-serif;
    margin: 0px 15px 0px 16px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .box-info h5 {
        font-family: 'Barlow', sans-serif;
        margin: 0px 0px 0px 0px;
        font-size: 14px;
        color: #000;
        font-weight: 600;
        line-height: 16px;
    }
}

@media (max-width: 757px) {
    .box-info h5 {
        font-family: 'Barlow', sans-serif;
        margin: 0px 0px 0px 0px;
        font-size: 13px;
        color: #000;
        font-weight: 600;
    }
}

.box-info p {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    height: 40px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    line-height: 16px;
}

@media (max-width: 7991px) {
    .box-info p {
        font-family: 'Barlow', sans-serif;
        font-size: 14px;
        color: #000;
        font-weight: normal;
        height: 40px;
        overflow: hidden;
        padding: 0px 0px 0px 0px;
        margin-bottom: 0px;
        line-height: 12px;
    }
}

@media (max-width: 757px) {
    .box-info p {
        font-family: 'Barlow', sans-serif;
        font-size: 12px;
        color: #000;
        font-weight: normal;
        height: 40px;
        overflow: hidden;
        padding: 0px 0px 0px 0px;
        margin-bottom: 0px;
        line-height: 12px;
    }
}

.box-info img {
    margin: 0 auto 10px auto;
    position: relative;
    height: 50px;
}

@media (max-width: 575px) {
    .box-info img {
        margin: 0 auto 3px auto;
        position: relative;
        height: 40px;
    }
}

.box-info:hover img {
}

.butobannerbutobanner {
    margin: 2em 0px 5em 0px;
}

@media (max-width: 575px) {
    .butobannerbutobanner {
        margin: 1em 0px 1em 0px;
    }
}

.shrstyle {
    margin: 3px auto 20px auto;
    width: 59px;
    margin-bottom: 10px;
    border-top: 10px dotted #2457aa;
    left: 5px;
}

.shrstylec {
    margin: 0px 0px 10px 0px;
    width: 59px;
    margin-bottom: 10px;
    border-top: 10px dotted #2457aa;
    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: 'Barlow', sans-serif;
    font-size: 13px;
    position: relative;
    top: 1px;
    padding-right: 5px;
    padding: 2px 10px 3px 10px;
    background: #f5f6f9;
}

.product-thumb:hover .action-btn {
}

.action-btn {
    background: #ffffff;
    height: 45px;
    line-height: 34px;
    padding: 3px 0px;
    left: 0px;
    position: relative;
    width: 100%;
    top: -3px;
    display: inline-block;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    text-align: center;
}

.action-btn img {
    width: 26px;
    margin: 0 auto;
}

.product-tab-section .action-btn {
}

.action-btn a {
    color: #fff !important;
    font-size: 18px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border-radius: 50%;
    border: 1px solid #fc5224;
    margin: 0px 5px;
    padding-top: 9px;
}

.action-btn a:hover {
    color: #ffffff !important;
    border-radius: 50%;
    background-color: #f94327;
}

.action-btn a:hover img {
    filter: brightness(300%) sepia(65) saturate(75) hue-rotate(560deg);
}

.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: 'Barlow', sans-serif;
    font-size: 18px;
}

.link-btn a:hover {
    color: #fffeff;
    background: #606161;
    transition: all 0.5s ease;
}

.inpag .action-btn a {
    padding-top: 0px;
    line-height: 40px;
}

.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 {
    padding: 1em 0em;
    text-align: center;
    background: #232323;
    border-top: 1px dashed #636363;
    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: 'Barlow', 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: 'Barlow', sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #c3d450;
        text-transform: uppercase;
        padding-top: 0.5em;
    }
}

.myleb {
    font-family: 'Barlow', sans-serif;
    font-size: 16px !important;
    color: #000;
    font-weight: 600;
    padding: 5px 5px 0px 0px;
}

@media (max-width: 1024px) {
    .myleb {
        display: none;
    }
}

.mysel {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #000 !important;
}

input[type=checkbox] {
    position: relative;
    /*visibility: hidden;*/
    /*opacity: 0;*/
    margin-top: 0px;
    vertical-align: -2px;
    cursor: pointer;
    margin-right: 10px;
}

input[type=checkbox]:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -3px;
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    border: 3px solid #f7d038;
    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: #f7d038;
    background: #000000;
    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;
}

input[type=radio]:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -3px;
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    border: 3px solid #f7d038;
    background: #fffeff;
    font-weight: 300;
    line-height: 17px;
    color: #fff;
    font-size: 10px !important;
    border-radius: 50%;
}

input[type=radio]:checked:before {
    content: "";
    border-color: #f7d038;
    background: #2457aa;
    padding-left: 0px;
    padding-top: 0px;
    line-height: 15px;
}

.prod-page {
    padding-top: 0em;
    padding-bottom: 1em;
}

@media (max-width: 757px) {
    .prod-page {
        padding-top: 0em;
        padding-bottom: 0em;
    }
}

.prod-page .redus {
    right: 20px;
    background-image: none;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #f43200;
    border-radius: 5px;
    top: 5px;
    left: auto;
    font-size: 30px;
}

.product-title {
    font-family: 'Barlow', sans-serif;
    text-transform: none;
    font-size: 30px;
    margin-bottom: 1.5em;
}

.right-side {
    padding-left: 4em;
}

@media (max-width: 768px) {
    .right-side {
        padding-left: 0em;
    }
}

.jpag-sus {
    justify-content: flex-end !important;
    display: inline-flex;
}

.infoshort {
    color: red;
    font-family: 'Barlow', sans-serif;
}

.infoshort {
    font-weight: normal;
    line-height: 25px;
    font-size: 15px;
    margin-right: 42px;
    word-break: break-word;
}

.infoshort a {
    font-weight: 400;
}

.infoshort b {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
}

.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: 30px;
    margin-bottom: 5px;
    display: grid;
}

@media (max-width: 575px) {
    .listmy {
        display:grid;
    }
}

.box-incant {
    border: 3px solid #eeeeee;
    padding: 2px 3px 3px 3px;
    background: #eee;
    border-radius: 5px;
}

.box-incant button {
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 0px 0px;
    border-radius: 50%;
    background-color: #1f4c94a8 !important;
    color: #fff !important;
    border: 0px solid !important;
    position: relative;
    top: 6px;
}

.box-incant button:hover {
    background-color: #1f4c94 !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 {
    padding-bottom: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.txts {
    text-transform: none;
    font-size: 20px;
    color: #000;
    font-family: 'Barlow', sans-serif;
    padding-right: 18px;
    position: relative;
    top: 6px;
}

.icon-share {
    height: 30px;
    width: 30px;
    background: #1f4c94;
    margin-right: 5px;
    line-height: 30px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}

.icon-share-in {
    height: 30px;
    width: 30px;
    background: #1cb4ee;
    margin-right: 5px;
    line-height: 30px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}

.icon-share:hover {
    background: #1cb4ee;
}

.icon-share-in:hover {
    background: #c3d450;
}

.tab-conttns {
    padding-top: 0px;
    margin-bottom: 1em;
    text-align: left;
    font-size: 14px;
    background: #ffffff;
    padding: 10px 0px;
    border: 0px solid #f5f5f5;
    color: #000;
    border-radius: 0px 0px 0px 0px;
}

@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: #074d33;
    padding: 5px 0px;
}

.firstheader a {
    color: #dfeca6;
    font-size: 14px;
    font-weight: 300;
    padding-right: 15px;
}

.firstheader a i {
}

.firstheader a:hover {
    color: #68be0c;
}

.menu-garden {
    background-color: #cfd8dd;
}

@media (max-width: 1250px) {
    .menu-garden {
        display: grid;
        justify-content: left;
        padding-top: 0px;
        position: relative;
        top: 0px;
        padding: 5px 0px;
    }
}

@media (max-width: 575px) {
    .menu-garden {
        display: grid;
        justify-content: left;
        position: relative;
        top: 0px;
    }
}

.bg-contact-menu {
}

.bg-contact-menu a {
    background: #338604;
    color: #fff !important;
}

.boxul {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 575px) {
    .boxul {
        padding: 0em 5px;
    }
}

@media (max-width: 320px) {
    .boxul {
        padding: 0em 0em;
    }
}

.aseres {
    background: #ffffff;
    padding: 3em 0em 1em 0em;
}

.product-tab-section {
    background: #ffffff;
    padding: 4em 0em 1em 0em;
    background-position: center right;
    background-repeat: no-repeat;
}

@media (max-width: 575px) {
    .product-tab-section {
        background: #ffffff;
        padding: 2em 0em 1em 0em;
        background-position: center right;
        background-repeat: no-repeat;
    }
}

.jetab {
    border-bottom: 0px;
    margin-bottom: 5em !important;
    margin: 0px 10px;
    justify-content: center;
}

@media (max-width: 575px) {
    .jetab {
        border-bottom: 0px;
        margin-bottom: 1em !important;
        margin: 0px 0px;
        justify-content: center;
    }
}

.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 #2457aa;
    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 #2457aa;
    background: #1c533d;
    font-weight: 300;
    line-height: 17px;
    font-size: 10px !important;
    border-radius: 50%;
}

.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 #2457aa;
}

.icon-vezisi-in {
}

.menusaa {
    background: none;
}

.sandwichsa {
    background: transparent;
    position: relative;
    border: 0px;
    font-size: 23px;
    color: #232323;
    left: 10px;
}

.mobicose {
    color: #000 !important;
    font-size: 23px;
}

.nav-ale {
    padding: 10px 30px 10px 30px;
    font-size: 20px;
    border: 1px solid #000000;
    border-radius: 10px !important;
    margin: 0px 10px;
    color: #000000;
    transition: all .5s ease;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase !important;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .nav-ale {
        min-width: 115px;
        margin-bottom: 8px;
        font-size: 12px;
        padding: 4px 0px;
        text-align: center;
        font-weight: 600 !important;
    }
}

.product-layout {
}
}

@media (max-width: 320px) {
    .product-layout {
    }
}

.iurilemele {
    font-size: 38px;
    color: #f5a700;
    vertical-align: middle;
}

.infoadv {
}

.infoadv p {
    font-size: 14px !important;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 0px !important;
    line-height: 16px !important;
    color: #888 !important;
}

.infoadv span {
    color: #c3253b;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .iurilemele {
        font-size: 25px;
        color: #f5a700;
        vertical-align: middle;
    }

    .infoadv {
    }

    .infoadv p {
        font-size: 18px;
        font-weight: 500;
    }

    .infoadv span {
    }
}

@media (max-width: 375px) {
    .iurilemele {
        font-size: 16px;
        color: #f5a700;
        vertical-align: middle;
    }

    .infoadv {
    }

    .infoadv p {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .infoadv span {
    }
}

#cart {
    position: relative;
}

.imgiadsa {
    width: 35px;
    filter: invert(1);
}

.categoryboasa {
    background: #fff;
    border: 4px solid #f7f7f7;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    margin: 0 auto;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.categoryname {
    font-size: 12px;
    color: #2457aa;
    text-align: center;
    border: 4px solid transparent;
    padding: 0em 3em;
}

.topcategory {
    background-image: linear-gradient(#e8e8e8, white, white);
    border-radius: 3px;
    padding: 2em 2em;
    margin-top: 3em;
}

.inapoia {
    position: absolute;
    top: 10px;
    right: 2em;
    color: #000 !important;
    font-size: 24px;
    cursor: pointer;
}

.inaintea {
    position: absolute;
    top: 10px;
    right: 1em;
    color: #000 !important;
    font-size: 24px;
    cursor: pointer;
}

.titlusa {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: left;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 2em;
}

.bannefea {
    padding: 0px 1em;
}

.bannersection {
    padding: 2em 0em;
}

.imagijeh {
    transition: all .5s ease;
    border-radius: 5px;
}

.imagijeh:hover {
}

.huygtre {
    padding: 0em 0em;
}

.product-tab-section:hover .mynavigation {
    display: block;
}

.inapoiaju {
    position: absolute;
    top: 38%;
    left: -1em;
    height: 55px;
    width: 35px;
    line-height: 50px;
    border: 1px solid #afafaf;
    text-align: center;
    border-radius: 5px;
    color: #ffffff!important;
    cursor: pointer;
    background: #afafaf;
    z-index: 2;
}

.inaintesa {
    position: absolute;
    top: 38%;
    right: -1em;
    height: 55px;
    width: 35px;
    line-height: 50px;
    border: 1px solid #afafaf;
    text-align: center;
    border-radius: 5px;
    color: #ffffff!important;
    cursor: pointer;
    background: #afafaf;
    z-index: 2;
}

.pozaiassa {
    padding: 0em 5em;
}

.promo-stanga {
    height: 420px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.promo-stanga h3 {
    color: #fff;
}

.promo-stanga p {
    color: #fff;
    margin-bottom: 4em;
}

.sectiunesine {
    margin: 4em 0em;
}

.promo-stanga a {
    background: #f8d038;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 10px 23px 10px !important;
    text-transform: capitalize;
    box-shadow: none;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.promo-stanga a:hover {
    background: #000;
    color: #fff;
}

.infopozition {
}

.featright {
    position: absolute;
    top: 45%;
    right: 2em;
    height: 35px;
    width: 35px;
    line-height: 32px;
    border: 2px solid #ddd;
    text-align: center;
    border-radius: 50%;
    color: #ddd !important;
    cursor: pointer;
}

.featleft {
    position: absolute;
    top: 45%;
    left: 2em;
    height: 35px;
    width: 35px;
    line-height: 32px;
    border: 2px solid #ddd;
    text-align: center;
    border-radius: 50%;
    color: #ddd !important;
    cursor: pointer;
}

.infopozition {
    top: 20%;
    position: relative;
}

.ondutre {
    display: inherit;
    border-bottom: 4px solid #f7d038;
    width: 60px;
    margin-bottom: 3em;
}

.rmore {
    background: #f8d038;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 10px 23px 10px !important;
    text-transform: capitalize;
    box-shadow: none;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border: 0px;
}

.rmore:hover {
    background: #000;
}

.delablogright {
    position: absolute;
    top: 0px;
    right: 35px;
    color: #000 !important;
    font-size: 20px;
    cursor: pointer;
}

.delablogleft {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #000 !important;
    font-size: 20px;
    cursor: pointer;
}

.aseazabine .bannefea {
    margin: 0px -30px 0px 0px;
    padding: 0px;
}

.aseazabine .bannersection {
    padding: 10px 0px;
}

.pclsa {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #000;
}

.muhytre {
    display: none;
}

@media (max-width: 575px) {
    .muhytre {
        display: block;
    }
}

.sasesa {
}

.cinsa {
    padding-left: 30px !important;
    color: #6f6f6f !important;
}

.paterusa {
    padding-left: 25px !important;
    color: #a5a708 !important;
}

.treisa {
    padding-left: 25px !important;
    color: red !important;
}

.diisa {
    padding-left: 30px !important;
    color: #f3b000 !important;
}

.primsa {
    font-weight: 600 !important;
    color: #ffc62e !important;
}

.aduceleft {
    float: right;
    font-size: 18px;
    color: #000;
}

.butremo {
}

.thgfre {
}

.thgfre i {
    padding-right: 0px !important;
}

.imagini-aditionale {
    height: 495px;
    overflow: hidden;
    padding-top: 0px;
}

.imagine-secundara {
    height: 140px;
    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;
}

.zonapozasa {
    overflow: hidden;
    border: 1px solid #b3b3b3;
    margin-top: 0px;
    border-radius: 5px;
}

.poza-principala {
    height: 495px;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: crosshair;
    overflow: hidden;
    /* transition: transform .3s ease-out; */
}

.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;
}

.imagine-secundara {
    height: 110px;
    background-size: contain;
    background-position: center;
    border: 1px solid #b3b3b3;
    margin-bottom: 6px;
    cursor: pointer;
    border-radius: 5px;
}

.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%;
}

.img-huire {
    max-width: 22px;
}

.adcart {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    background: #f43200;
    color: #fff;
    font-size: 16px;
    padding: 10px 0px;
    border-radius: 5px;
}

.adcart:hover {
    background: #1f4c94;
}

#iJos {
    position: absolute;
    bottom: 0px;
    left: 29%;
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 1px 7px #000;
    cursor: pointer;
}

#iSus {
    position: absolute;
    top: 0px;
    left: 29%;
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 1px 7px #000;
    cursor: pointer;
    transform: rotate(180deg);
}

.icon-infoh {
    position: relative;
    top: 5px;
}

.thisimg {
    filter: invert(1);
}

.info-right {
    padding-left: 15px;
    text-align: left;
}

.info-right h6 {
    text-transform: uppercase;
    font-size: 35px;
    color: #323e48;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.info-right h1 {
    line-height: 45px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 55px;
    color: #011786;
}

.info-right p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    text-align: justify;
}

.info-right span {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

@media (max-width: 575px) {
    .info-right h6 {
        text-transform: uppercase;
        font-size: 17px;
        color: #000000;
        margin-bottom: 10px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
    }

    .info-right h1 {
        line-height: 40px;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 40px;
        color: #011786;
    }

    .info-right p {
        margin-bottom: 15px;
        font-size: 14px;
        color: #000;
        text-align: left;
    }

    .info-right span {
        font-weight: 600;
        color: #000;
        font-size: 18px;
    }
}

.info_bx {
    padding: 30px 20px 30px 0px;
}

@media (max-width: 575px) {
    .info_bx {
        padding: 15px 10px 15px 10px;
    }
}

.info-about {
    margin: 0em 0em 3em 0em;
    padding: 0px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .info-about {
        margin: 0em 0em 3em 0em;
        padding: 0px;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: none !important;
    }
}

.info-about h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 65px;
    color: #c3253b;
    text-shadow: 0px 2px 0px #000;
}

.info-about h6 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #000000;
    font-weight: 700;
}

@media (max-width: 576px) {
    .info-about h1 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 40px;
        color: #c3253b;
        text-shadow: 0px 2px 0px #000;
    }

    .info-about h6 {
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 25px;
        color: #000000;
        font-weight: 700;
    }
}

.info-about p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    padding: 0px 6em;
}

@media (max-width: 767px) {
    .info-about p {
        font-size: 14px;
        line-height: 22px;
        color: #000;
        font-weight: 500;
        padding: 0px 0em;
    }
}

.reduscu {
    position: absolute;
    top: 10px;
    left: 7em;
    height: 25px;
    width: 60px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background-color: #ff2200;
}

.inpag .reduscu {
    right: 25px;
}

.skucu {
    position: absolute;
    top: 10px;
    left: 25px;
    height: 25px;
    width: 60px;
    line-height: 25px;
    text-align: center;
    color: #000;
    border-radius: 8px;
    background-color: #ffcc44;
}

.inpag .skucu {
    left: 25px;
}

.redusfara {
    position: absolute;
    top: 10px;
    height: 25px;
    width: 60px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background-color: #ff3500;
    left: 4em;
    transform: translateX(-50%);
}

.skucfara {
    position: absolute;
    top: 10px;
    height: 25px;
    width: 60px;
    line-height: 25px;
    text-align: center;
    color: #000;
    border-radius: 7px;
    background-color: #ffcc44;
    left: 4em;
    transform: translateX(-50%);
}

.hyujuitre {
    font-size: 45px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #011786;
    font-weight: 500;
}

@media (max-width: 575px) {
    .hyujuitre {
        font-size: 25px;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        color: #011786;
        font-weight: 600;
    }
}

.untitl {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 80%;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #c3253b;
    font-weight: 600;
}

.splik {
    column-count: 2;
}

.splik i {
    color: red;
}

.abzone {
    background: #00bcf3;
    padding: 40px;
}

.abzone p {
    color: #fff;
    font-size: 18px;
}

.subtlt {
    color: #fff;
    font-size: 30px;
    border-bottom: 1px solid #fff;
    width: 76%;
}

.inpag {
}

#searchModal .modal-content {
    border-radius: 0px;
    border-color: transparent;
    padding: 0px;
}

#searchModal .modal-body {
    padding: 8px;
}

.roulinfo {
}

.roulinfo p {
    color: #c3253b;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.roulinfo a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 1200px) {
    .roulinfo p {
        margin-bottom: 0px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0px;
        line-height: 10px;
    }

    .roulinfo a {
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 500;
    }
}

@media (max-width: 375px) {
    .roulinfo p {
        color: #f5a700;
        margin-bottom: 0px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0px;
        line-height: 10px;
    }

    .roulinfo a {
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 500;
        letter-spacing: 0px !important;
    }
}

.linksaya a {
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 2px;
}

@media (max-width: 1700px) {
    .linksaya a {
        cursor: pointer;
    }

    .linksaya a img {
        width: 20px;
    }
}

@media (max-width: 375px) {
    .linksaya a {
        cursor: pointer;
        margin: 0px 0px;
    }

    .linksaya a img {
        width: 20px;
    }
}

.slider {
    margin: 0px 0em 0px 0em;
}

@media (max-width: 575px) {
    .slider {
        margin: 0px 0em 0px 0em;
    }
}

.left-imgsi {
}

.info-ivertright {
    text-align: right;
}

@media (max-width: 991px) {
    .info-ivertright {
        text-align: center;
        margin-top: 25px;
    }
}

.linkbtngen {
    background: #fc4;
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    transition: all .5s ease;
    position: relative;
    top: 0px;
}

.linkbtngen:hover {
    background: #000;
    color: #ffcc44;
}

.thisimgs {
    transition: all 1s ease;
}

.thisimgs:hover {
    transform: rotateY(180deg);
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

@media (max-width: 575px) {
    .thisimgs {
        transition: all 1s ease;
        width: 100%;
        margin-bottom: 15px;
        padding: 0px 10px 0px 0px;
    }

    .thisimgs:hover {
        transform: none;
        transition: transform 0.8s;
        transform-style: unset;
    }
}

.dividerer {
    margin-bottom: 3em;
}

@media (max-width: 575px) {
    .dividerer {
        margin-bottom: 3em;
        max-width: 100%;
    }
}

.socarte {
    display: inline-block;
    background: #1f4c94;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    color: #fff !important;
    cursor: pointer;
    transition: all .5s ease;
    font-weight: 500;
}

.socarte img {
    filter: invert(1);
    padding-left: 15px;
    width: 36px;
    transition: all .5s ease;
    display: inline-block !important;
}

.product-thumb:hover .socarte {
    background: #ffcc44;
    color: #000 !important;
}

.product-thumb:hover .socarte img {
    filter: invert(0);
}

.addwish {
    position: absolute;
    top: -34px;
    right: 10px;
    font-size: 25px;
    opacity: .5;
    color: #ddd !important;
    transition: all .5s ease;
    cursor: pointer;
}

.product-thumb:hover .addwish {
    color: #ff3500 !important;
    opacity: 1;
}

.allconst {
}

.logosa {
    transition: all .4s ease;
}

@media (max-width: 575px) {
    .logosa {
        position: relative;
        top: 0px;
        width: 155px;
        max-width: 155px;
    }
}

@media (max-width: 575px) {
    .anulcols {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0px 5px;
    }
}

@media (max-width: 345px) {
    .anulcols {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 0px;
    }
}

.produysa {
}

@media (max-width: 575px) {
    .produysa {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.categbtn {
    background: #011686;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

.filterbtn {
    background: #ffcc44;
    color: #000;
    padding: 10px 0px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

.imggroup {
}

.infoslider {
    position: absolute;
    left: 0%;
    z-index: 1;
    width: 100%;
    top: 35%;
    text-align: center;
}

@media (max-width: 767px) {
    .infoslider {
        position: absolute;
        left: 0%;
        z-index: 1;
        width: 100%;
        top: 28%;
        text-align: center;
    }
}

.infoslider h1 {
    color: #fff;
    font-weight: 800;
    font-size: 45px;
    text-shadow: 0px 6px 3px #000;
}

@media (max-width: 767px) {
    .infoslider h1 {
        color: #fff;
        font-weight: 800;
        font-size: 17px;
        text-shadow: 0px 6px 3px #000;
    }
}

.infoslider a {
    background: #f5a700;
    padding: 10px 20px;
    color: #000000;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    transition: all .5s ease;
    box-shadow: 0px 9px 15px -4px #000;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .infoslider a {
        background: #f5a700;
        padding: 5px 10px;
        color: #000000;
        display: inline-block;
        margin-top: 3px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 1px;
        transition: all .5s ease;
        box-shadow: 0px 9px 15px -4px #000;
        border-radius: 5px;
    }
}

.infoslider a:hover {
    border-radius: 30px;
}

.aplicability {
    margin: 8em 0px;
    background-color: #fff;
    padding: 5em 0em;
    text-align: center;
    background-image: url(../image/bg-service.png);
    background-size: cover;
    background-position: center top;
}

@media (max-width: 1365px) {
    .aplicability {
        margin: 0em 0px 3em 0px;
        background-color: #fff;
        padding: 3em 0em;
        text-align: center;
        background-image: url(../image/bg-service.png);
        background-size: cover;
        background-position: center top;
    }
}

@media (max-width: 757px) {
    .aplicability {
        margin: 1em 0px;
    }
}

.aplicability h2 {
    line-height: 45px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 55px;
    color: #011786;
}

.aplicability h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 65px;
    color: #c3253b;
    margin-bottom: 1em;
}

@media (max-width: 575px) {
    .aplicability h2 {
        line-height: 30px;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 35px;
        color: #011786;
    }

    .aplicability h3 {
        text-transform: uppercase;
        font-size: 16px;
        color: #323e48;
        margin-bottom: 2em;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
    }
}

.hovereffect {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0px 12px 26px -5px #000;
    border: 5px solid #fff;
    cursor: pointer;
    transition: all .6s ease;
}

.hovereffect:hover {
    border: 5px solid #009688;
}

.overlaya {
    position: absolute;
    top: 35%;
    left: 0px;
    width: 100%;
    text-align: center;
}

.overlaya h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 800;
    text-shadow: 0px 4px 3px #000;
    letter-spacing: 2px;
    transition: all .5s ease;
}

@media (max-width: 767px) {
    .overlaya h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 23px;
        font-weight: 800;
        text-shadow: 0px 4px 3px #000;
        letter-spacing: 2px;
        transition: all .5s ease;
    }
}

@media (max-width: 575px) {
    .overlaya h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 800;
        text-shadow: 0px 4px 3px #000;
        letter-spacing: 2px;
        transition: all .5s ease;
    }
}

@media (max-width: 480px) {
    .overlaya h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 800;
        text-shadow: 0px 4px 3px #000;
        letter-spacing: 2px;
        transition: all .5s ease;
    }
}

@media (max-width: 375px) {
    .overlaya h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 800;
        text-shadow: 0px 4px 3px #000;
        letter-spacing: 2px;
        transition: all .5s ease;
    }
}

@media (max-width: 320px) {
    .overlaya h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 23px;
        font-weight: 800;
        text-shadow: 0px 4px 3px #000;
        letter-spacing: 2px;
        transition: all .5s ease;
    }
}

.askfooffer {
    background-image: url(../image/cereoferta.png);
    padding-bottom: 5em;
    padding-top: 0em;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 40%;
}

@media (max-width: 575px) {
    .askfooffer {
        padding-bottom: 18em;
        padding-top: 4em;
        background-position: 39% bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.box-form {
    background: rgba(255, 255, 255, 0.75);
    padding: 30px 30px 10px 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px -5px #000;
    width: 65%;
}

@media (max-width: 991px) {
    .box-form {
        background: rgba(255, 255, 255, 0.92);
        padding: 15px 10px 10px 10px;
        border-radius: 5px;
        box-shadow: 0px 0px 10px -2px #000;
        width: 99%;
        margin: 0 auto;
    }
}

.box-form h5 {
    font-size: 55px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 800;
    color: #c3253b;
    /* text-shadow: 0px 0px 0px #000; */
}

@media (max-width: 767px) {
    .box-form h5 {
        font-size: 55px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: 800;
        text-shadow: 0px 3px 0px #000;
    }
}

@media (max-width: 480px) {
    .box-form h5 {
        font-size: 40px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: 800;
        text-shadow: 0px 3px 0px #000;
    }
}

.box-form label {
    font-size: 16px;
    color: #323e48;
    font-weight: 500;
    letter-spacing: 0px;
}

.box-form p {
    font-size: 18px;
    padding: 0px 0em;
    color: #000;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .box-form p {
        font-size: 16px;
        padding: 0px 0em;
        color: #000;
        margin-bottom: 30px;
    }
}

.butontrimiteof {
    background: #fc4;
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    transition: all .5s ease;
    border: 0px;
    width: 100%;
}

.butontrimiteof:hover {
    box-shadow: 0px 5px 9px -5px #000;
}

html {
    scroll-behavior: smooth;
}

.cereofertaas a {
    color: #ffffff !important;
    background: #c3253b;
}

.infocontensta {
    background-image: url(../image/bg-rdea.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 40%;
    padding: 10em 0px;
    margin-top: -2em;
}

@media (max-width: 1365px) {
    .infocontensta {
        background-image: none;
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 40%;
        padding: 3em 0px;
        margin-top: 0em;
    }
}

@media (max-width: 575px) {
    .infocontensta {
        padding-top: 0px;
    }
}

.infocontensta h2 {
    color: #232323;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 45px;
}

.infocontensta h2:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 15px;
    width: 90px;
}

.infocontensta p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
    color: #232323;
    font-weight: 500;
}

.infocontendre {
    background-image: url(../image/bg-sta.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 40%;
    padding: 10em 0px;
    margin-top: -7em;
    margin-bottom: 5em;
}

@media (max-width: 1365px) {
    .infocontendre {
        background-image: none;
        background-position: center left;
        background-repeat: no-repeat;
        background-size: 40%;
        padding: 3em 0px;
        margin-top: 0em;
        margin-bottom: 0em;
    }
}

@media (max-width: 575px) {
    .infocontendre {
        margin: 2em 0px;
    }
}

.infocontendre h2 {
    color: #232323;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 45px;
}

.infocontendre h2:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 15px;
    width: 90px;
}

.infocontendre p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
    color: #232323;
    font-weight: 500;
}

.fancyprez {
    background-image: url(../image/fencebg.jpg);
    height: 200px;
    background-size: cover;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 767px) {
    .fancyprez {
        background-image: url(../image/fencebg.jpg);
        height: 150px;
        background-size: 100%;
        margin-bottom: 20px;
        background-repeat: no-repeat;
    }
}

@media (max-width: 480px) {
    .fancyprez {
        background-image: url(../image/fencebg.jpg);
        height: 132px;
        background-size: cover;
        margin-bottom: 10px;
        background-repeat: no-repeat;
        background-position: center left;
    }
}

.fancybhhe {
    color: #fff;
    font-size: 45px;
}

@media (max-width: 575px) {
    .fancybhhe {
        color: #fff;
        font-size: 30px;
    }
}

.img-zone-o {
    /* background-image: url(../image/technology2.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 0em;
}

@media (max-width: 991px) {
    .img-zone-o {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        padding-left: 0em;
        margin-bottom: 1em;
    }
}

.img-zone-t {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 991px) {
    .img-zone-t {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        padding-right: 0em;
        margin-bottom: 30px;
    }
}

.compe {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #323e48;
}

.numbersa {
    background: #323e48;
    width: auto;
    height: 25px;
    display: initial;
    line-height: 25px;
    text-align: center;
    color: #ededed;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 0px;
    vertical-align: 2px;
    padding: 2px 7px;
}

.numbersa:after {
    position: absolute;
    content: "";
    width: 15px;
    left: 38px;
    margin-top: 11px;
    /* border-bottom: 2px solid #323e48; */
}

.ptmoby {
}

@media (max-width: 767px) {
    .ptmoby {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 320px) {
    .ptmoby {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.pdashg {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0px;
    color: #696969;
    font-weight: 600;
}

.left-side {
    text-align: right;
}

.right-side {
    text-align: left;
}

.imgprincipsa {
    transition-duration: .5s;
    margin-bottom: 2em;
}

.imgprincipsa:hover {
    transform: scale(1.1);
}

.linkmoresa {
    margin-top: 4em;
}

.moresa {
    background: #c3253b;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    border-radius: 30px;
    transition: all .4s ease;
    border: 0px;
}

.moresa:hover {
    color: #fff;
    box-shadow: 0px 10px 14px -8px #000;
}

.servhereaa {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 15px -5px #000;
    margin-bottom: 30px;
    border-radius: 5px;
    text-align: center;
    /* cursor: pointer; */
    transition: .5s;
}

.servhereaa:hover {
    box-shadow: 0px 0px 25px -5px #000;
}

.servhereaa h4 {
    text-transform: none;
    height: 40px;
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #232323;
}

@media (max-width: 576px) {
    .servhereaa h4 {
        text-transform: none;
        height: 40px;
        display: grid;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color: #232323;
        overflow: hidden;
        line-height: 13px;
    }
}

.servhereaa p {
}

.servhereaa img {
    max-width: 64px;
    margin-bottom: 20px;
}

.pricesa {
}

.pricesa p {
    border-bottom: 1px dashed #232323;
    padding: 12px 0px;
    padding-left: 4.5em;
    text-indent: -4.7em;
}

.allabout p:last-child {
    border-bottom: 0px dashed #232323;
}

.celemaipop {
}

.celemaipop h2 {
    font-family: 'Josefin Sans', sans-serif;
    color: #000;
    font-size: 35px;
    margin-bottom: 30px;
}

.celemaipop p {
    padding: 15px 0px;
    padding-left: 0px;
    text-indent: -1.3em;
    color: #000;
    font-size: 15px;
    text-align: justify;
    border-bottom: 1px dashed #989898;
    margin-bottom: 0px;
    margin-left: 40px;
}

@media (max-width: 575px) {
    .celemaipop p {
        text-align: left;
    }
}

.celemaipop i {
    color: #c3253b;
    font-size: 25px;
    vertical-align: -5px;
}

.celemaipop p:last-child {
    border-bottom: 0px;
    margin-bottom: 30px;
}

.contsa {
}

@media (max-width: 767px) {
    .contsa {
        width: 35px;
    }
}
