html,
body {
    height: 100%; }

body {
    background-color: #ffffff;
    line-height: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color:  #222221;
 }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 0; }

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    margin-bottom: 15px;
}

h1 {
    font-size: 36px;
    line-height: 42px; }

h2 {
    font-size: 30px;
    line-height: 36px; }

h3 {
    font-size: 24px;
    line-height: 30px; }

h4 {
    font-size: 20px;
    line-height: 24px; }

h5 {
    font-size: 18px;
    line-height: 18px; }

h6 {
    font-size: 16px;
    line-height: 14px; }

p:last-child {
    margin-bottom: 0; }

a,
button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    color:  #222221; }

a,
button,
img,
input,
span {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s; }

*:focus {
    outline: none !important; }

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none; }

a:hover {
    text-decoration: none; color: #6B4B5A;
}

button,
input[type="submit"] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


.nav-logo img{height: 60px;}
.mini .nav-logo img{height: 35px}
.logo-footer img{width: 150px;}
.top-nav{padding: 15px 0; border-bottom: 2px solid #333; margin-bottom: 19px; background-color: rgba(255,255,255, 0.6); }
.mini.top-nav{padding: 10px 0; background-color: #fff;}
.phone-main{font-size: 18px;}
.phone-main img{width: 30px; height: 30px}
.social-top{display: flex; justify-content: center; align-items: center;}
.social-top a{margin: 0 10px}
.social-top img{display: block}
.content-page{padding-top: 110px;}
.nav-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-cart {}
.count-cart {
    position: absolute;
    top: -9px;
    right: -7px;
    background-color: #ffc300;
    color: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    line-height: 15px;
    font-size: 11px;
    text-align: center;
}
.bucatarii{font-size: 18px; text-decoration: underline;   font-family: 'Varela Round', sans-serif;;}
.top-hours{display: flex; align-items: center; }
.top-hours .h{font-size: 26px; font-style: italic; color: #000000; margin-right: 16px;}
.top-hours .d{font-size: 12px; line-height: 15px; color: #000000; font-style: italic;}

.cta{padding: 5% 0 5% 0;}
.cover{padding: 92px 0 0 0; background-repeat: no-repeat; background-position: center; background-size: cover}

.main-cta{text-align: left; background-color: rgba(255,255,255,.7); padding: 1.5rem; border-radius: 20px; position: relative}
.main-cta h3{font-size: 40px; line-height: 1.2; font-weight: 700; color: #000;}
.main-cta p{font-size: 22px;line-height: 1.2; font-style: italic; color: #000;}
.main-cta .sageata{position: absolute; right: 10px; bottom: 30px; }
.main-cta .sageata svg{width: 50px; height: 50px;}
.main-cta .sageata{
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}


.formular {max-width: 400px;
    padding: 20px 35px;
    border-radius: 24px;
    backdrop-filter: blur(13px);
    background-color: rgba(255, 255, 255, .2);
}
.btn-white{background-color: white; color: #000;}
.btn-white:hover{background-color: #f6f6f6
}

.formular .form-control{height: 40px; border-radius: 0; border-color: transparent}

.shine {
    overflow: hidden;
}
.shine:before {
    position: absolute;
    top: 0;
    left: -45%;
    z-index: 2;
    display: block;
    content: "";
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.shine:hover:before {
    -webkit-animation: shine 0.5s;
    animation: shine 0.5s;
    opacity: 1;
}
.shine:hover {
    opacity: 1;
    -webkit-animation: flash 0.8s;
    animation: flash 0.8s;
}


.stamp{position: relative; }
.stamp img{position: absolute; right: 5%; top: -110px;}

.section-title{text-align: center; font-size: 2rem; line-height: 1.5; color:  #000; margin-bottom: 30px; position: relative; text-transform: uppercase}
.section-title:before{content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background-color: #E5E5E5; z-index: 1;}
.section-title span{background-color: #fff; padding: 0 15px; position: relative; z-index: 2}

.catalog-item{margin-bottom: 40px; transition: all .1s ease-in-out .1s}
.catalog-item figure{margin-bottom: 15px; height: 210px; position: relative;}
.catalog-item figure img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.catalog-item-title{font-size: 16px; line-height: 1.2;}
.catalog-item-desc{font-size: 14px; line-height: 1.2; color: #222221; margin-bottom: 18px; font-style: italic; overflow: hidden}
.catalog-item-price{font-size: 20px; line-height: 1.2; color: #ffc300; margin-bottom: 18px;}
.catalog-item img{width: auto;display: inline-block}




.btn{border-radius: 0;}
.btn-cart{background-color: #000; color: #fff; padding: 3px 26px;}
.btn-cart:hover{background-color: #424242; color: #fff;}
.btn-cart:focus,.btn-cart:active{box-shadow: none; color: #fff;}

.owl-carousel.parteners .owl-item .item{height: 100%; display: flex; align-items: center; justify-content: center;}
.owl-carousel.parteners .owl-item img{   max-width: 100%;max-height: 100%;}
.owl-carousel.parteners .owl-item{height: 120px; display: flex; align-items: center;justify-content: center;}

.owl-prev, .owl-next{position: absolute; top: 45%;}
.owl-prev{left: -70px; }
.owl-next{right: -70px; }
.owl-prev>span{background: url('../images/owl-left.svg'); width: 60px; height: 22px; display: block; font-size: 0}
.owl-next>span{background: url('../images/owl-right.svg'); width: 60px; height: 22px; display: block; font-size: 0}

.owl-dots{text-align: center}
.owl-dots .owl-dot{margin: 5px;}
.owl-dots .owl-dot span{width: 15px; height: 15px; border-radius: 50%; border: 1px solid #000; display: block}
.owl-dots .owl-dot.active span{background-color: #000}


.video{position: relative;}
.video .play{width: 80px; opacity: .7; height: 80px; position: absolute; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url('../images/play.svg') no-repeat center;}
.video a:hover .play{opacity: 1;}
.footer-links a{font-style: italic; font-size: 12px; line-height: 16px; color: #222221;}

#toTop{position: fixed; z-index: 9999; bottom: 50px; right: 50px; display: block; text-align: center; background-color: #000; width: 60px; height: 60px; padding: 10px 0;}

.modal-content {border-radius: 0; border: none; background-color: #fff;}
.modal-title{text-align: center; color:  #000; text-transform: uppercase;}
.btn-secondary{background-color: #000; color: #fff; border: none}
.btn-secondary:hover{background-color: #000; color: #fff}

.btn-primary{background-color: #ffc300; color:  #fff; border: none}
.btn-primary:hover{background-color: #ce9f00; color:  #fff;}
.modal-header .close{position: absolute; right: -50px; top:10px;}
.modal-footer .btn{padding: 1rem .75rem}

.cart{margin-bottom: 6rem;}
.cart-empty{padding: 4rem; text-align: center; }
.cart-empty p{font-size: 24px;}
.cart-item{display: flex; width: 100%; border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; margin-bottom: 13px; }
.cart-item .cart-item-image{width: 100px; text-align: center; border-left: 1px solid #E5E5E5; padding: 5px }
.cart-item .cart-item-image img{max-width: 85px; max-height: 100px}
.cart-item .cart-item-title{display: flex; flex: 1 1 auto;  align-items: center; flex-direction: column; justify-content: center; border-right: 1px solid #E5E5E5;  border-left: 1px solid #E5E5E5; }
.cart-item .cart-item-price{font-size: 20px; color: #585858; text-align: center; display: flex; align-items: center; width: 143px; justify-content: center;}
.cart-item .cart-item-action{width: 160px;}
.cart-item .cart-item-qty{font-size: 20px; color: #585858; text-align: center; display: flex; align-items: center; width: 143px; justify-content: center; border-right: 1px solid #E5E5E5; border-left: 1px solid #E5E5E5;}
.cart-item .item-count{display: flex;}
.cart-item .item-count .btn-c{width: 36px; height: 50px; background-color: #E5E5E5; text-align: center;color: #222221; flex: 0 1 auto}
.cart-item .item-count-input{flex: 1 1 auto; padding: 10px 0;text-align: center; border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5}
.cart-item .cart-remove{display: block; background-color: #fff; font-size: 16px; color: #222221; text-align: center; padding: 10px 0; border-right: 1px solid #E5E5E5}
.cart-item .cart-remove:hover{background-color: #F4F4F4}

.cart-total{width: 100%;  color: #000; font-size: 16px; border: 1px solid #949494; margin-bottom: 15px}
.cart-suma-total{border-left: 1px solid #000; color: #585858; font-size: 20px;}

.cart-page{margin-bottom: 30px;}
.cart-page .cart-item .cart-item-action{width: auto; display: flex;min-width: 300px}
.cart-page .cart-item .item-count{ align-items: stretch; flex: 1 1 50%;}
.cart-page .cart-item .item-count .btn-c{height: auto;}
.cart-page .cart-item .cart-remove{ flex: 1 1 50%; display: flex;align-items: center;justify-content: center;}
.cart-page .cart-item .item-count-input{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-pay{background-color: #ffc300; font-size: 20px; line-height: 20px; color: #fff;}
.btn-pay:hover{background-color: #e8b600; color: #fff;}
.cart-total .btn-pay{width: 50%;}

.block-location{position: relative; max-width: 780px; margin: 0 auto; padding-left: 40px; font-size: 16px; font-style: italic; color: #949494; line-height: 1.1;}
.block-location:before{content: ""; background-image: url("../images/pin.svg"); width: 22px; height: 30px; position: absolute; left: 0; top: 0;}

.form-order .custom-control-label{font-style: italic;}
.form-order .form-control{border: 1px solid #E5E5E5; border-radius: 1px; height: calc(2em + .75rem + 2px);}
.form-order textarea.form-control{height: auto}
.form-control.is-invalid{border-color: #ff0000}
.price_delivery_text{font-size: 20px; color: #6B4B5A}

.page-text h1,
.page-text h2,
.page-text h3,
.page-text h4,
.page-text h5,
.page-text h6{color: #6B4B5A}

.custom-control{padding-left: 2rem;}
.custom-control-label{line-height: 2rem}
.custom-control-label::before{width: 1.42rem; height: 1.42rem; border:  1px solid #E5E5E5; border-radius: 0px; left: -2rem;}
.custom-control-label::after{width: 1.42rem; height: 1.42rem; left: -2rem;}
.custom-control-input:checked ~ .custom-control-label::before{border-color: #6B4B5A; background-color: #6B4B5A;}
.custom-control-input:focus ~ .custom-control-label::before{box-shadow: none;}

.breadcrumb .breadcrumb-item{color: #000;}
.breadcrumb .breadcrumb-item a{color: #000;}
.breadcrumb-item + .breadcrumb-item::before{content: ""; width: 7px; height: 12px; margin: 6px; color: #000; background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1L1 6L6 11' stroke='%236B4B5A'/%3E%3C/svg%3E");}

.mega-text p{font-size: 16px;}


.nav-category{}
.nav-category .nav-link{border-radius: 20px; border: 2px solid #000; margin-right: 5px; margin-bottom: 5px; color: #000; }
.nav-category .nav-link.active{background-color: #000; color: #fff;}

.tlang{
    font-size: 18px;
    line-height: 30px;
    font-weight:500;
}
.main-portfolio{margin-bottom: 15px;}

.slick-prev, .slick-next{width: 30px; height: 90px; background-color: rgba(0,0,0,0.3); z-index: 9;}
.slick-prev:hover, .slick-next:hover{background-color: rgba(0,0,0,0.5);}
.slick-prev{left: 0;}
.slick-next{right: 0}

footer{}

@media (max-width: 1400px) {
.stamp img{height: 106px; top: -70px }
}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {
    .stamp img{height: 80px; }
}
@media (max-width: 768px) {
    .nav-logo img{height: 40px;}
    .top-hours{height: auto; background: none;}
    .nav-logo{padding-left: 15px; padding-top: 0;}
    #toTop{bottom: 70px; right: 25px;}
    .carousel-item{height: 200px;}
    .carousel-item img{
        position: absolute;
        object-fit: cover;
        right: 0;
        top: 0;
        height: 100%;
        object-position: right center;
    }
    .carousel-caption{left: 10%; bottom: 25px;}
    .carousel-caption h3{font-size: 24px; line-height: 1.2}
    .carousel-control{bottom: 5px;}
    .cart-item{flex-wrap: wrap}
    .cart-item .cart-item-image{width: 45%;}
    .cart-item .cart-item-image img{max-width: 150px;max-height: 150px;}
    .cart-item .cart-item-title{width: 50%; padding: 0 10px }
    .cart-item .cart-item-title h3{font-size: 18px}
    .cart-item .cart-item-title p{line-height: 1.2}
    .cart-item .cart-item-price{border: 1px solid #E5E5E5;width: 100%; padding: 10px 0;}
    .cart-page .cart-item .cart-item-action{min-width: 100%}
    .cart-total{flex-wrap: wrap}
    .cart-total .btn-pay{width: 100%}
    .section-title:before{display: none}
    .section-title{font-size: 1.5rem}
    .catalog-item figure{height: 105px;}
    .main-cta{padding-bottom: 50px}
    .main-cta br{display: none}
    .main-cta .sageata{right: 50%; margin-right: -25px; bottom: 10px; }
    .main-cta .sageata svg{transform: rotate(90deg);}
    .catalog-item-title{font-size: 18px;}
}
@media (max-width: 576px) {

}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes flash {
    0% {
        opacity: .55;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .55;
    }
    100% {
        opacity: 1;
    }
}