:root
{
    --green : #088977;
    /*--green : #ef3d4a;*/
    --light-gray : #f9f9f9;
    --dark-green : #076058;

    --gradient : linear-gradient(to right, #109a8b , #39ee7d);
}

body 
{
    font-family: 'Montserrat', sans-serif;
    background:var(--light-gray) !important;
}

.sticky-top 
{
    border-bottom:1px solid rgba(255,255,255,0.3);
    background-image: linear-gradient(to right, #109a8b , #39ee7d);
}

.sticky-menu
{
    background:var(--gradient);
    border:none;
    transition: all 0.3s ease-in-out;
}


.position-relative {position:relative !important}

header:not(.alternate) .logo-alternate {
    display: none;
}


header.alternate {
    box-shadow: 1px 1px 11px rgba(0,0,0,0.1);
    background: var(--green);
}

.navbar-toggler .fa-bars
{
    color:#0D323F;
}

.header-icons a 
{
    font-size: 1.3rem;
}
.header-icons span {
    vertical-align: middle;
}

header.alternate .header-icons a 
{
    color:#fff;
}

.btn.focus, .btn:focus
{
    box-shadow: none;
}



footer {background:var(--gradient);}


.text-pink {color:var(--green)}

a{color:inherit;}

a:hover{text-decoration: none;}

.navbar a {color:var(--dark-green);}

.btn-outline-green
{
    color: var(--green);
    background-color: transparent;
    background-image: none;
    border-color: var(--green);
}

.btn-outline-green:hover
{
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}


.btn-pink
{
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}


.btn-pink:hover
{
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}

@media (min-width: 1200px) 
{
    .container {max-width: 1520px;}
}


.shopping-cart {position:relative}

.cart-item-count
{
    position:absolute;
    top:0;
    right:-15px;
    width:20px;
    height:20px;
    line-height: 20px;
    font-size: 0.7rem;
    border-radius:50%;
    text-align: center;
    color:#fff;
    background:var(--green);
    font-weight: 700;
}


.container-mini
{
    max-width:1300px;
}


.title 
{
    font-size:2rem;
    font-family: 'Playfair Display', serif;
}


.title span 
{
    font-style:italic;
    font-weight:600;
}

.product-box 
{
    position:relative;
    background:#fff;
    text-align:center;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);

}

.product-box-specs__title {   
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.3rem;
}
.product-box__img img
{
    height: 350px;
    width:100%;
    object-fit:cover;
}

.product-box-specs__price
{
    color:var(--green);
    font-weight:700;
    font-size:1.4rem;
}

.btn-green
{
    background:var(--green);
    color:#fff;
}

.btn-light-pink
{
    background:var(--green);
    color:#fff;
}

.product-box-specs .btn
{
    width:200px;
}

.product-list > div {margin-bottom:2rem;}

.product-box__actions {
    position: relative;
    z-index: 3;
}
.product-box__actions .product-box__actions__heart.inactive
{
    filter: grayscale(100%);
}

.product-box .badge
{
    position: absolute;
    top: 3%;
    right: -16%;
}

.product-box .badge.badge__new
{
    background: var(--green);
    color: #fff;
    padding: 0.6rem;
    width: 170px;
    text-transform: uppercase;
    transform: rotate(45deg);
}


.product-box__img {
    position: relative;
    overflow: hidden;
}
.product-box__overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.product-box__img img {
    transition: all 0.3s;
}
.product-box:hover .product-box__overlay {
    background: rgba(0, 0, 0, 0.5);
}

.lupa {
    transform: scale(0);
    transition: all 0.3s;
    color: #fff;
    text-align: center;
}

.product-box > a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    z-index: 2;
}
.lupa i {
    font-size: 3rem;
}
.ohyea {
    opacity: 0;
    transform: translateY(-6px);
    transition: all 0.3s;
    transition-delay: 0.3s;
}
.product-box:hover .lupa {
    transform: scale(1);
}

.product-box:hover .ohyea {
    opacity: 1;
    transform: translateY(0);
}

.product-box:hover .product-box__img img {
    transform: scale(1.1);
    transform-origin: center;
}

.banner-wrapper 
{
    background:url(../images/banner.jpg);
    background-size:cover;
    height:339px;
}

.banner-text
{
    color:#fff;
    font-size:2.5rem;
    font-family: 'Playfair Display', serif;
}

.banner-wrapper .container, .banner-wrapper .row {height:100%}

.banner-text p:last-child
{
    font-weight:700;
    font-family: 'Montserrat', sans-serif;
}

.footer-box {color:#000;}

.footer-box__title
{
    text-transform: uppercase;
    font-weight:600;
    font-size:1.3rem;

}

.footer-box-content li {margin-right:1.5rem !important}

.subheader
{
    height: 100vh;
    max-height: 290px;
}

.subheader--products 
{
    background:url(../images/produse.jpg);
}

.subheader--portofolio
{
    background:url(../images/portofoliu.jpg)
}

.subheader--history
{
    background:url(../images/istoric.jpg);
}

.subheader__name
{
    /*color: #fff;*/
    font-size: 2rem;
    font-weight: 600;
}

.contact-wrapper 
{
    background:url(../images/contact.jpg);
    height: 100vh;
}

/*.categories-wrapper {box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);}*/


.categories-title
{
    text-transform: uppercase;
    font-size:1.3rem;
}

.categories-content li {margin-bottom:1rem;}

.product-box 
{
    margin-bottom:2rem;
}

.page-link { padding: 10px 20px !important;}

.page-item.active .page-link
{
    background: var(--green);
    color: #fff !important;
}

.page-item.disabled {
    opacity: 0.5;
}


.pagination-bar .page-link
{
    color: var(--green);
    border-radius: 0.2rem !important;
    padding: 0.3rem .75rem;
}

.page-link:focus {box-shadow: none}

.pagination li {margin-right: .5rem}


/*gallery*/

#product-main-photo {
    padding:0 30px;
    margin-bottom: 20px !important;
}

#product-main-photo .share {
    display:block;
    position:absolute;
    left:30px;
    top:0px;
    width:100px;
}


#swipebox-overlay {
    background:#fff;
}

#product-photos
{
    padding:0 30px;

}

#product-photos .owl-stage-outer {
    text-align:center;
}

#product-photos .owl-stage {
    /*display:inline-block;*/
}

#product-photos li a {
    padding-bottom:100%;
    display:block;
    /*border:1px solid #eee;*/
}

#product-photos li a:hover { 
    border-color:#9b96c8;
}

#product-photos li a img {
    position:absolute;
    display:block;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    max-width:100%;
    max-height:100%;
}


.owl-carousel {
    position:relative;
    list-style-type: none;
}

.owl-carousel .owl-nav div {
    display:block;
    height:60px; 
    width:30px;
    border: 1px solid #ccc;
    color: #ccc;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    line-height:52px;
    text-align:center;
    font-size:30px;
    font-weight:normal;
    transition:all  0.7s ease-in-out;
}

.owl-carousel .owl-nav div.disabled{
    opacity:0;
}

#mainPhotos.owl-carousel .owl-nav div
{
    height:100%;
    width:10%;
    color:#fff;
    /*background:rgba(0,0,0,0.3);*/
    transition:all  0.1s ease-in-out;
}

#mainPhotos.owl-carousel .owl-nav div.owl-prev, #mainPhotos.owl-carousel .owl-nav div.owl-next 

{
    // background-image: var(--gradient);
    background: rgba(0, 0, 0, 0.1);
}

#mainPhotos.owl-carousel .owl-nav div.owl-next 
{
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.1));
}

#product-photos.owl-carousel .owl-nav div
{
    height:100%;
    width:5%;
    border:none;
}

#product-photos.owl-carousel .owl-nav div.owl-prev {
    /*margin-left:-45px;*/
    left:25px;
    color:#fff;
    /*background-image: linear-gradient(to right, red , blue);*/
}

#product-photos.owl-carousel .owl-nav div.owl-next {
    right: 25px;
    color:#fff;
    /*background-image: linear-gradient(to left, red , blue);*/
    /*margin-right:-45px;*/
}


.owl-carousel .owl-nav div.owl-prev {
    /*margin-left:-45px;*/
    left:0;
}

.owl-carousel .owl-nav div.owl-next {
    right:0;
    /*margin-right:-45px;*/
}


#mainPhotos.owl-carousel .owl-nav div.owl-prev{
    /*left:-30px;*/
    margin-left:0;
    /*background:#fff;*/
    /*border-radius:3px;*/
    border:none;
}

#mainPhotos.owl-carousel .owl-nav div.owl-next{
    /*right:-30px;*/
    margin-right:0;
    /*background:#fff;*/
    /*border-radius:3px;*/
    border:none;
}

#mainPhotos.owl-carousel .owl-item a {
    display:block;
    padding-top: 87%;
    position:relative;
    /*margin-top: -100px;*/
}

#mainPhotos.owl-carousel .owl-item a img {
    position:absolute;
    display:block;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    max-width:100%;
    width:100%;
    height:100%;
    object-fit: cover;
}

@media(max-width:900px){

    .owl-carousel.no-nav-on-mobile .owl-nav{
        display:none;
    }

    .owl-carousel .owl-nav div.owl-prev {
        margin-left:0;
        left:0;
    }

    .owl-carousel .owl-nav div.owl-next {
        right:0;
        margin-right:0;
    }
}

#product-details
{
    font-size:0.8rem;
}

.product-details__name 
{
    font-size:1.5rem;
    font-weight:600;
}


.owl-nav-oh-yeamen  
{
    opacity:0;
}

.owl-carousel:hover .owl-nav-oh-yeamen
{
    opacity:1;
}

.owl-item {
    transition: padding 0.3s;
}
.owl-item.current  {
    outline: 1px solid #e4e4e4;
    outline-offset: -1px;
    /* z-index: 22; */
    padding: 10px;
    overflow: hidden;
}
.owl-item.current  a {
    position: relative;

}

#product-photos .owl-item {margin-right: 19px !important}


/*end product-gallery*/


.product-description
{
    background:#fff;
    border:1px solid #f3f3f3;
}

.product-description__title 
{
    font-weight:100 !important;
    font-size:2rem !important;
}

.product-description__price
{
    font-size:1.5rem;
    font-weight:700;
}

.cart-quantity
{

    display: flex;
    align-items: center;
    text-align: center;
    height: 40px;
    margin-top: auto;
    /*background-color: rgb(242, 242, 242);*/
    overflow: hidden;
    flex: 0 0 85px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
}

.cart-quantity .quantity-input
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 100%;
}

.cart-quantity .quantity-input input
{
    border: none;
    appearance: none;
    background: none;
    text-align: center;
    height: 100%;
    width: 100%;
}

.cart-quantity .minus, .cart-quantity .plus
{
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    user-select: none;
    height: 100%;
    width: 33.33%;
    max-width: 42px;
    flex-shrink: 0;
    /*background: #f2f2f2;*/
}

.cart-quantity-wrapper
{
    display: flex;
    margin-top: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 95px;
}

.product-description .product-box__actions
{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 0 0 60px;
    font-size:1.4rem;
    color: var(--green);
}

.dark .section, .section.dark { background-color: #282828;}

.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {color: #EEE;}

.parallax 
{
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100vh; 
    padding: 20% 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.parallax video {
    width: 100%; height: 100%; top: 0; object-fit: cover;
    position: absolute;
}

.parallax + section {
    padding-top: 100vh !important;

}




.section .container + .video-wrap
{
    z-index: 1;
}

.swiper-slide .video-wrap, .section .video-wrap, .swiper-slide .yt-bg-player, .section .yt-bg-player
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.dark .slider-caption, .dark .slider-caption h2
{
    color: #EEE;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.slider-caption.slider-caption-center
{
    position: relative;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#content .container {position: relative;}

.section .container {z-index: 2;}


.slider-caption, .nivo-caption, .flex-caption
{
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 20;
    max-width: 550px;
    color: #EEE;
    font-size: 22px;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
}

.video-overlay, .video-placeholder
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: transparent url(images/grid.png) repeat;
    -webkit-backface-visibility: hidden;
}

.swiper-slide .video-wrap, .section .video-wrap, .swiper-slide .yt-bg-player, .section .yt-bg-player
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.video-wrap
{
    overflow: hidden;
    width: 100%;
    position: relative;
}

.grid {padding: 1rem!important;}

.grid__img 
{
    height:300px;
    width:100%;
    object-fit: cover;
}

.overflow-hidden {overflow:hidden}

.slider-caption h1
{
    line-height: 3rem;
    font-family: 'Playfair Display', serif;
}

.landisa-tree
{
    height:120px;
    object-fit: contain;
    width: 100%;
}

.contact-body
{
    background:#fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.contact-body textarea{width:100%}

.contact-body__title
{
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 500;
}

/*.contact-address {font-size:1.4rem;}*/
.contact-address small {font-size:initial}

.form-control 
{
    background: #f7f7f7;
    border-radius:0;
    border-color: #e8e8e8;
}

.form-control::placeholder {color:#ccc}

.form-control:focus
{
    /*border:initial;*/
    box-shadow:none;

}
.header-cart {
    position: relative;
}
.cart-wrapper
{
    position:absolute;
    right:0;
    top: 65px;
    background:#fff;
    width: 370px;
    display:none;
    box-shadow: 0px 0px 4px rgba(0,0,0, 0.3);
    right: -16px;
    top: 35px;
/*        top: 14px;*/
    opacity: 1 !important;
    padding: 0;
    font-size: 1rem;
}

.cart-wrapper a {color:#fff;}



.cart-item__img
{
    height:80px;
    width: 80px;
    object-fit: cover;
}

.navbar-toggler-icon.fa-bars 
{
    color:#fff !important;
    line-height: 1.7rem;
}

.navbar-toggler:focus {outline:none!}
.cart-item__delete a{color:#EC4D4C !important}

.cart-item__price
{
    color:#EC4D4C;
    font-size:0.8rem;
}

.cart-item__quantity { font-size:0.8rem;}

.cart-item 
{
    border-bottom: 1px solid #f7f7f7;
/*    margin-bottom: 1.5rem;*/
    padding:1rem;
    font-size:0.9rem;
}

.cart-body 
{
    overflow: auto;
    max-height: 400px;
    height: 100%;
}

.cart-body > div:last-child {border:none;}

.cart-total {font-weight:600}

.cart-wrapper .arrow
{
    right: 34px;
    top: -6px;
}

.cart-wrapper .arrow:before
{
    border-width: 0 1rem 1rem !important;
    border-bottom-color: #fff !important;
}


.navbar-collapse.collapsing, .navbar-collapse.show {
    background: #fff;
    padding: 12px;
}

.rev-categories .title
{
    font-size:1.3rem;
    text-transform: uppercase;
}

.index-category-wrapper .title
{
    font-size: 1.6rem;
}

.category-list {line-height:2.5rem;}

.navbar-toggler:not(:disabled):not(.disabled) {outline:none !important}

@media only screen and (max-width: 767px) 
{

    .parallax 
    {
        padding: 50% 0;
        height:50vh;
    }
    .slider-caption h1
    {
        line-height: 1rem !important;
        font-family: 'Playfair Display', serif;
        font-size: 0.9rem;
    }

    .parallax + section{padding-top: 50vh !important}

    .cart-wrapper
    {
        position: fixed !important;
        top: 4rem;
        width: 100%;
        left: 0;
        right: 0;
    }
}

.location-point {font-size:0.9rem}


.last-word-item {
    font-weight: bold;
}

.strong {
    font-weight: bold;
}

#submit:disabled {
     opacity: 0.5;
     cursor: not-allowed;
 }

.sticky-footer {
    display:none;     
    position: fixed;
    background: rgba(0,0,0, .9);
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 24px;
    font-size: 17px;
    /*padding-right: 240px;*/
    z-index: 1000000;
}

.bg-muted {
    background: #f0f0f0 !important;
}

.quantity-input input {
    outline: none;
}

.text-green {
    color: var(--green) !important;
}

.text-black {
    color: #000 !important;
}

.btn-outline-green {
    background: transparent;
    color: var(--green) !important;
    border: 1px solid var(--green);
}

.btn-outline-green:hover {
    color: #fff !important;
}

#checkout-form label {
    display: block;
}