input::placeholder, textarea::placeholder {
    opacity: 0.5;
}
.bootstrap-select .btn {
    border-radius: 50px;
    border: 1px solid #666;
    color: #1a161e;
    padding: 10px 20px;
    background: transparent;
}
.bootstrap-select .dropdown-toggle.btn-light:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle.btn-light,
.bootstrap-select .dropdown-toggle.btn-light:active, .bootstrap-select > select.mobile-device:active + .dropdown-toggle.btn-light,
.bootstrap-select .dropdown-toggle.btn-light:hover, .bootstrap-select > select.mobile-device:hover + .dropdown-toggle.btn-light,
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    outline: none !important;
    border: 1px solid #666;
    background: transparent !important;
}
.bootstrap-select .btn-light {
    background: #ffffff;

}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #1a161e;
}

.comanda_adresa li {
    margin: 0 0 1rem 0;
}
.comanda_adresa li label {
    margin-bottom: 0;
}

.categorii {
    /*height: 245px;*/
    overflow: hidden;
}
.sidebar .afiseaza_toate, .sidebar .ascunde {
    margin: 20px auto;
    display: block;
}



.header-search-wrap {
    z-index: 501;
}

#transparent-overlay, #sugestii {
    -webkit-transition: opacity .2s 0s,visibility .2s 0s,-webkit-transform .2s 0s;
    transition: opacity .2s 0s,visibility .2s 0s,-webkit-transform .2s 0s;
    -o-transition: opacity .2s 0s,visibility .2s 0s,-o-transform .2s 0s;
    transition: opacity .2s 0s,visibility .2s 0s,transform .2s 0s;
    transition: opacity .2s 0s,visibility .2s 0s,transform .2s 0s,-webkit-transform .2s 0s,-o-transform .2s 0s;
    transform: translateY(2%);
}
#transparent-overlay.active, #sugestii.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#transparent-overlay {
    position: absolute;
    width: 100%;
    height: 130%;
    top: 0;
    left: 0;
    z-index: 500;
    background: rgba(50,50,50, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
}

#sugestii {
    position: absolute;
    z-index: 501;
    top: 50px;
    left: 50%;
    width: 100%;
    height: calc(100vh - 50px);
    background: #fff;
    display: block;
    padding: 2px 0;
    border: 1px solid #efefef;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
}

#sugestii li {
    border-bottom: 1px solid #dfdfdf;
    display: inline-block;
    width: 100%;
    z-index: 602;
    position: relative;
}
#sugestii h5 {
    padding: 10px;
    font-weight: bold;
    font-size: 17px;
}
#rezultate_cautare li a {
    padding: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 702;
    overflow: hidden;
    font-size: 12px;
}
#rezultate_cautare li a:hover, #rezultate_cautare li a:focus, #rezultate_cautare li a:active {
    color: #c17699;
}
#rezultate_cautare li .btn-primary {
    width: 100%;
}

#sugestii.active {
    transform: translateX(-50%);
}

/* MailChimp */
.mc-layout__modalContent {
    max-height: 95vh !important;
}
.mc-layout__modalContent iframe {
    height: 88vh !important;
}
.mc-layout__modalContent .modalContent > .modalContent__content {
    padding: 200px 30px 0 30px !important;
}
.mc-layout__modalContent .modalContent > .content__titleDescription {
    margin: 0 !important;

}
.content__monkeyRewards {
    display: none !important;
}
.modalContent__content {
    border: 1px solid red !important;
}


.card.varsta_jucarii.active {
    background-color: #4ea1ba;
    color: #ffffff;
}

.card.varsta_jucarii.active .category-title a{
    color: #ffffff;
}


/* sidebar */


@media (max-width: 768px) {
    #produse_box {

    }
    #sidebar .toggle_filtrare {
        position: absolute;
        top: 32px;
        right: 5px;
        width: 10%;
        padding: 12px;
        z-index: 2;
    }
    #sidebar {
        position: absolute;
        position: fixed;
        z-index: 502;
        top: 0;
        left: 0;
        width: 0;
        transform: translateX(-50%);
        transition: all .2s linear;
        overflow-y: scroll;
        height: 100vh;
    }
    #sidebar.active {
        display: block !important;
        width: 95%;
        transform: translateX(0%);
        transition: all .2s linear;
    }

    #sidebar .sidebar {
        margin-bottom: 0;
        padding: 40px 40px 0 40px;
        border-bottom: 2px solid #4ea1ba;
    }
    #sidebar > div:last-child {
        padding-bottom: 40px;
        border-bottom: 2px solid transparent;
    }
}

/* sidebar */

/* product detail fixes f5 */
.img-text-section {
	margin: 10px auto;
	float: left;
}
img.note-float-left {
	float: left;
	margin: 0 15px 15px 0;
}
/* end product detail fixes f5 */




.black-friday .page-section {
    background-image: url('/assets/images/wrapper-bg.png');
    background-size: contain;
    background-size: 100%;
    background-repeat: repeat-y;
    min-height: 400px;
    position: relative;
}
.black-friday .page-section:before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0);
}
.black-friday .page-banner-section::before {
    background-color: #000000;
    opacity: 0.6;
}


.black-friday .product-item .product-inner .reducere, .black-friday .single-product-content .head .head-right .reducere {
    background-color: transparent;
    background-image: url('/assets/images/reducere-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    font-weight: 600;
}
.black-friday .single-product-content .head .head-right .reducere {
    margin-bottom: 2rem;
}
.black-friday .product-item:hover .product-inner .reducere {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.black-friday .hero-slider .hero-item .hero-content {
    min-height: 400px;
}
@media (max-width: 1440px) {
    .black-friday .page-section:before {
        background-color: rgba(255,255,255, 0.8);
    }
}
@media (max-width: 768px) {
    .black-friday .page-section > .container {
        background: rgba(255,255,255, 0.9);
    }
    .black-friday .hero-slider .hero-item .hero-content {
        min-height: 94px;
    }
    .black-friday .page-banner-content h1 {
        display: block;
    }
    .black-friday .page-banner-section {
        background-size: 200% 200%;
        background-position: center center;
    }
    .black-friday .page-section {
        background-size: 100%;
        background-position: -50%;
    }
}

/* Blog fixes*/
.blog-item .image-wrap .image {
	display: flex;
	margin-bottom: 1rem;
}
.blog-item .content .title {
	max-width: 100%;
	font-size: 30px;
}



/* livrare comanda cautare strazi */
.suggestions-box {
    width: 100%;
}
.suggestions-box .dropdown-item {
    white-space: normal;
}
.street-search {
    position: relative;
}