html {
    overflow: -moz-scrollbars-none;
}

body {
    background-color: rgb(33, 37, 41);
    font-family: 'Source Sans Pro', sans-serif;
}


/* Webfont: baumagicons-Regular */

@font-face {
    font-family: 'baumag-icons';
    src: url('/fonts/baumagicons-Regular.eot');
    /* IE9 Compat Modes */
    src: url('/fonts/baumagicons-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/baumagicons-Regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/baumagicons-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('/fonts/baumagicons-Regular.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-size: 30px;
}

a {
    color: black;
}

.href-orange {
    color: #ea5e20;
}

.href-orange:hover {
    color: black;
}

footer {
    min-height: 160px;
}

.container-white {
    background-color: white;
}

.container-gray {
    background-color: #212529;
    color:#ffffff;
}

.breadcrumb {
    margin-bottom: 30px;
}

.bg-dark {
    background-color: rgb(33, 37, 41)!important;
    box-shadow: 0 0 8px 0 #616161a1;
}

.my-menu a {
    color: #5a5a5a;
}

.my-menu a:hover {
    color: #70bf4c;
}

.top-info {
    font-family: 'Source Sans Pro', sans-serif;
    margin-left: 10px;
    font-size: 16px;
    color: white;
    white-space: nowrap;
    background-color: #212529;
}

.top-info a:hover {
    color: #ea5e20 !important;
}

.i-with-margin {
    margin-right: 3px;
}

.social-icon {
    font-size: 18px;
}

.social-link {
    color: #28a745;
    padding-left: 1em;
}

.social-icon {
    font-size: 18px;
}

.no-border {
    border: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196f3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: 0;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload {
    width: 100%;
}

.text-holder-col {
    min-height: 50px;
    margin-bottom: 20px;
}

.dif_holds {
    width: 100%;
    padding: 40px;
    padding-left: 60px;
}

.subcategory-on-main {
    padding: 10px;
    font-family: 'Source Sans Pro';
    color: #434343;
    font-size: 18px;
    width: 50%;
}

.icon-img {
    display: block;
}

.icon-img-hover {
    display: none;
}

.vision-icon {
    margin-bottom: 30px;
}

.vision-icon:hover .icon-img {
    display: none;
}

.vision-icon:hover .icon-img-hover {
    display: block;
}

.product-single-title {
    color: #3f3f3f;
    font-size: 2rem;
    font-weight: 500;
}

.product-single-title hr {
    width: 20%;
    float: left;
    margin-top: -2px;
    background-color: #70bf4c;
}

.product-single-description-short {
    font-size: 12pt;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: italic;
    line-height: 1.7;
    color: #3f3f3f;
    margin-top: 15px;
}

.product-single-details {
    line-height: 1.7;
}

.product-page-badge-price {
    font-family: 'Source Sans Pro';
    font-size: 14px;
    color: #ef2809;
    text-transform: uppercase;
    padding: 6px;
    font-weight: bold;
}

.product-page-badge {
    font-family: 'Source Sans Pro';
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 6px;
    box-shadow: 0 0 4px 0 #61616161;
    font-weight: thin;
    margin-top: 10px;
    height: 30px;
    display: inline-block;
}

.main-image-single {
    background-color: white;
}

.descriere-proprietati-box {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-top: 30px;
}

.descriere-proprietati-box h5 {
    font-family: 'Source Sans Pro';
    font-weight: 500;
    font-size: 16px;
}

.descriere-proprietati-box h4 {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.descriere-proprietati-box hr {
    width: 5%;
    float: left;
    margin-top: -4px;
    background-color: #70bf4c;
}

.breadcrumb-item {
    color: green;
}

.main-image-product {
    transition: transform .4s;
    /* Animation */
}

.main-image-product:hover {
    transform: scale(1.08);
}

.directional-arrow-main-categories {
    font-size: 28px;
    color: #ea5e20;
    height: 80px;
    background-color: #ffffffa1;
    width: 30px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid lightgray;
}

.directional-arrow-main-categories:hover {
    box-shadow: 0 0 6px 0 #61616154;
    background-color: white;
}

.pricing-termosistem {
    padding: 12px;
    text-align: center;
    color: black;
    background-color: white;
    border: 1px solid #e5e5e5;
}

.bronze {
    background: #c67427;
    /* Old browsers */
    background: -moz-linear-gradient(121deg, #894729 0%, #ba8443 42%, #d09d61 5%, #d09d61 43%, #fffbf6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(121deg, #894729 0%, #ba8443 42%, #d09d61 5%, #d09d61 43%, #fffbf6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(121deg, #894729 0%, #ba8443 42%, #d09d61 5%, #d09d61 43%, #fffbf6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#894729', endColorstr='#fffbf6', GradientType=0);
    /* IE6-9 */
}

.silver {
    background: #c67427;
    /* Old browsers */
    background: -moz-linear-gradient(121deg, #787878 0%, #b8b8b8 42%, #e2e2e2 43%, #919191 73%, #5c5c5c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(121deg, #787878 0%, #b8b8b8 42%, #e2e2e2 43%, #919191 73%, #5c5c5c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(121deg, #787878 0%, #b8b8b8 42%, #e2e2e2 43%, #919191 73%, #5c5c5c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#5c5c5c', GradientType=0);
    /* IE6-9 */
}

.gold {
    background: #c67427;
    /* Old browsers */
    background: -moz-linear-gradient(121deg, #ffdf6d 0%, #d2a400 42%, #f2ca3b 43%, #ffc700 62%, #ffedad 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(121deg, #ffdf6d 0%, #d2a400 42%, #f2ca3b 43%, #ffc700 62%, #ffedad 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(121deg, #ffdf6d 0%, #d2a400 42%, #f2ca3b 43%, #ffc700 62%, #ffedad 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffdf6d', endColorstr='#ffedad', GradientType=0);
    /* IE6-9 */
}

.platinum {
    background: #c67427;
    /* Old browsers */
    background: -moz-linear-gradient(121deg, #6f757d 0%, #5c6775 20%, #818b99 35%, #646f7e 42%, #d8e0eb 43%, #eaeff5 62%, #f4f8ff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(121deg, #6f757d 0%, #5c6775 20%, #818b99 35%, #646f7e 42%, #d8e0eb 43%, #eaeff5 62%, #f4f8ff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(121deg, #6f757d 0%, #5c6775 20%, #818b99 35%, #646f7e 42%, #d8e0eb 43%, #eaeff5 62%, #f4f8ff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6f757d', endColorstr='#f4f8ff', GradientType=0);
    /* IE6-9 */
}

.pricing-termosistem h4 {
    font-size: 24px;
    color: white;
}

.pricing-termosistem h3 {
    font-size: 18px;
    font-weight: bolder;
}

.pricing-termosistem .properties-list {
    text-align: left;
    margin-top: 110px;
    height: 206px;
}

.pricing-termosistem .pricing-trophy-icon {
    font-size: 50px;
    text-shadow: 1px 1px 2px #000000a0;
}

.pricing-termosistem .pricing-name {
    color: black;
    text-transform: capitalize;
    position: absolute;
    left: 95px;
    top: 45px;
    text-align: left;
}

.pricing-termosistem .pricing-price-tag {
    margin-left: -11.55px;
    margin-right: -11.55px;
    margin-bottom: 0px;
    background-color: #ffffffb0;
    color: black;
    font-size: 25px;
}

.pricing-termosistem ul li {
    list-style-type: none;
    font-size: 16px;
    color: black;
}

.pricing-termosistem ul li:before {
    font-family: 'FontAwesome';
    content: '\f046';
    margin: 0 5px 0 -15px;
}

.pricing-termosistem button {
    background-color: black;
    font-size: 18px;
    color: white;
    width: 50%;
    border-radius: 0px;
}

.orange-menu {
    padding-top: 0px;
    margin-bottom: 0px;
}

.orange-menu ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.orange-menu .ul-left {
    padding-right: 0px;
}

.orange-menu .ul-right {
    float: right;
    padding-right: 0px
}

.orange-menu .ul-right li {
    margin-right: 0px;
    margin-left: 0px;
}

.orange-menu a:hover {
    color: black;
}

.orange-menu ul li {
    display: inline-block;
    color: #f5eeee;
    line-height: 20px;
    font-size: 18px;
}

.orange-menu ul li:hover {
    background-color: white;
    color: black !important;
}

.orange-menu ul li:hover {
    background-color: white;
    color: black !important;
}

.orange-menu ul li:hover a {
    background-color: white;
    color: black !important;
}

.absolute-categories-menu {
    position: absolute;
}

.categories-first-page a {
    padding-left: 20px;
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
}

.categories-first-page a:hover {
    background-color: #dddddc;
    color: black;
}

.categories-first-page ul {
    padding: 0px;
    margin-bottom: 0px;
}

.single-subcategory-container {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    background-color: white;
}

.container-first-page {
    margin-top: 17px;
    background-color: #ea5e20;
}

.de-la {
    font-size: 13px;
    text-transform: lowercase;
}

.paletar-sample-reset {
    color: white;
    background-color: gray;
    padding: 0 4px;
    float: right;
    border-radius: 6px;
    margin-top: 15px;
    cursor: pointer;
    position: absolute;
    margin-right: 15px;
    top: 0;
    right: 0;
}

.subcategories-div-over-carousel {
    background-color: white;
    width: 75%;
    z-index: 90;
    box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.19);
    padding: 0px;
    display: flex;
    right: 0;
}

.subcategory-name {
    font-size: 15px;
    display: inline-block;
    height: 166.5px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border: 1px solid #efefef;
    margin-right: -4px;
    margin-bottom: -7px;
    box-shadow: -5px 0px 6px 0px rgb(154 154 154 / 21%);
    -webkit-box-shadow: -5px 0px 6px 0px rgb(154 154 154 / 21%);
    -moz-box-shadow: -5px 0px 6px 0px rgb(154 154 154 / 21%);
}

.subcategory-name:hover {
    color: #ea5e20;
    background-color: #dddddc;
}

.carousel-divs {
    padding-right: 0;
    padding-left: 0;
}

.paletar-color {
    height: 40px;
    display: inline-block;
    font-size: 12px;
    padding: 3px;
    line-height: 15px;
    overflow: hidden;
    cursor: pointer;
}

.main-categories-div-parent {
    position: sticky;
    z-index: 10;
}

.btn-shortcut-subcategory {
    margin-top: 2px;
    color: white !important;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-shortcut-subcategory:hover {
    color: white !important;
}

.black-subcategory-wrapper {
    background-color: #343a40;
    color: #fff !important;
    border-color: #343a40;
    margin: 3px;
    width: 19.5%;
}

.black-subcategory-wrapper:hover {
    color: #fff !important;
    background-color: #ea5e20;
    border-color: #ea5e20;
}

.all-subcategories-wrapper:after {
    content: "";
    flex: auto;
}

.scroll-arrows-container {
    margin-left: -40px;
    margin-top: 150px;
    position: absolute;
    z-index: 8;
    line-height: 80px;
}

.house-list-container {
    height: 254px;
}

.contact-header {
    background-image: url("/media/contact-photo.jpg");
    background-repeat: no-repeat, repeat;
    background-color: #cccccc;
    background-size: cover;
    /* Resize the background image to cover the entire container */
    height: 300px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contact-h1 {
    color: white;
    margin-top: 20px;
    margin-left: 20px;
    display: inline-block;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.carousel-indicators li {
    background-color: white;
    border: 1px solid gray;
}

.carousel-indicators .active {
    background-color: #ea5e20;
}

.category-title {
    display: block;
    padding-left: 20px;
    color: black;
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 20px;
    line-height: 30px;
}

.category-title:hover {
    color: #fff;
}

.category-bottom {
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.categories_ul {
    list-style: none;
    padding-top: 5px;
    margin-bottom: 3px;
}

.categories_ul li::before {
    content: "\2022";
    color: #73c152;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.categories_ul li {
    font-size: 16px;
}

.small-div-category,
.small-div-category-2 {
    position: relative;
    margin-bottom: 5px;
    background-color: #dcdcdc33;
}

@media (min-width:10px) {
    .small-div-category {
        height: auto
    }
    .small-div-category-2 {
        height: auto
    }
    .category-group {
        margin-left: -15px;
        margin-right: -15px;
    }
    .carousel-div {
        height: auto
    }
}

@media (min-width:576px) {
    .small-div-category {
        height: auto
    }
    .small-div-category-2 {
        height: auto
    }
    .category-group {
        margin-left: -15px;
        margin-right: -15px;
    }
    .carousel-div {
        height: auto
    }
}

@media (min-width:768px) {
    .small-div-category {
        height: 260px
    }
    .small-div-category-2 {
        height: 210px
    }
    .category-group {
        margin-left: -45px;
        margin-right: -45px;
    }
    .carousel-div {
        height: auto
    }
}

@media (min-width:992px) {
    .small-div-category {
        height: 280px
    }
    .small-div-category-2 {
        height: 210px
    }
    .category-group {
        margin-left: -45px;
        margin-right: -45px;
    }
    .carousel-div {
        height: 300px;
        overflow-y: hidden
    }
}

@media (min-width:1200px) {
    .small-div-category {
        height: 260px
    }
    .small-div-category-2 {
        height: 210px
    }
    .category-group {
        margin-left: -45px;
        margin-right: -45px;
    }
    .carousel-div {
        height: 300px;
        overflow-y: hidden
    }
}

@media(min-width:10px) {
    .large-screen {
        display: none;
    }
    #top-info-header {
        display: block;
    }
    #harta-div {
        display: none;
    }
    #locatii-slide {
        display: block;
    }
    #second-image-index {
        display: none;
    }
    .scroll-arrows-container {
        display: none;
    }
    .top-info-text {
        display: none;
        color:white;
    }
    .top-info {
        margin-right: 5px;
    }
    .div-search-bar {
        padding: 2px 15px 10px 15px;
    }
    .div-top-info {
        width: 15%;
        padding: 0px 15px;
    }
    .top-info i {
        font-size: 23px;
        margin-left: 0px;
    }
    .div-logo {
        width: 25%;
        padding-left: 40px;
        z-index: 10;
    }
    .orange-menu a {
        color: #f5eeee;
        display: block;
        padding: 15px 6px 15px 6px;
    }
    .container-first-page {
        margin-top: -17px;
        padding-left: 0px;
    }
    .navigation-div {
        flex-direction: column-reverse;
    }
    .orange-menu .ul-right {
        display: none;
    }
    .orange-menu .active-menu {
        background-color: transparent;
        color: white !important;
        cursor: pointer;
    }
    .orange-menu .active-menu:hover a {
        color: black !important;
    }
    .categories-first-page {
        background-color: white;
        padding: 0px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
        z-index: 9;
        flex: none;
        position: fixed;
        height: 100%;
    }
    .categories-first-page ul li {
        list-style-type: none;
        font-size: 16px;
        color: black;
        height: 42px;
        border-top: 1px solid #d7d7d7;
        cursor: pointer;
    }
    .subcategory-name {
        width: calc(100%/0.99);
        height: 60.5px;
    }
    .subcategories-div-over-carousel {
        position: fixed;
    }
    .paletar-color {
        width: 23.5%;
    }
    .middle-container-index {
        margin-top: 43px !important;
    }
    .main-categories-div-parent {
        margin-top: 43px;
    }
    .category-icon {
        font-family: 'baumag-icons';
        margin-right: 8px;
        font-size: 35px;
    }
    .div-inside-name {
        position: absolute;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
}

@media(min-width:576px) {
    .large-screen {
        display: none;
    }
    #top-info-header {
        display: block;
    }
    #harta-div {
        display: none;
    }
    #locatii-slide {
        display: block;
    }
    #second-image-index {
        display: none;
    }
    .scroll-arrows-container {
        width: 620px;
        display: block;
    }
    .div-search-bar {
        padding: 2px 15px 10px 15px;
    }
    .div-logo {
        padding-left: 40px;
        z-index: 10;
    }
    .top-info i {
        font-size: 23px;
        margin-left: 15px;
    }
    .top-info {
        margin-right: 0px;
    }
    .subcategory-name {
        width: calc(100%/1.99);
        height: 120.5px;
    }
    .top-info-text {
        display: inline-block;
        color:white;
    }
    .paletar-color {
        width: calc(100%/5.22);
    }
}

@media(min-width:768px) {
    .large-screen {
        display: none;
    }
    #top-info-header {
        display: block;
    }
    #harta-div {
        display: none;
    }
    #locatii-slide {
        display: block;
    }
    #second-image-index {
        display: block;
    }
    .scroll-arrows-container {
        width: 800px;
        display: block;
    }
    .orange-menu .ul-right {
        display: block;
    }
    .orange-menu ul li {
        font-size: 15px;
    }
    .orange-menu a {
        color: #f5eeee;
        display: block;
        padding: 15px 6px 15px 6px;
    }
    .top-info i {
        font-size: 16px;
        margin-left: 0px;
    }
    .div-search-bar {
        padding-left: 85px;
        padding-right: 70px;
    }
    .div-logo {
        padding-left: 40px;
        z-index: 10;
    }
    .navigation-div {
        flex-direction: initial;
    }
    .container-first-page {
        margin-top: -17px;
        padding-left: 15px;
    }
    .subcategory-name {
        width: calc(100%/2.98);
        height: 159.8px;
    }
    .paletar-color {
        width: calc(100%/9.49);
    }
    .middle-container-index {
        margin-top: 0px !important;
    }
    .categories-first-page {
        margin-top: 0px;
    }
    .subcategories-div-over-carousel {
        margin-top: 0px;
    }
    .main-categories-div-parent {
        margin-top: 0px;
    }
}

@media(min-width:992px) {
    .large-screen {
        display: inline-block;
    }
    #top-info-header {
        display: none;
    }
    #harta-div {
        display: block;
    }
    #locatii-slide {
        display: none!important;
    }
    #second-image-index {
        display: block;
    }
    .orange-menu ul li {
        font-size: 18px;
    }
    .orange-menu a {
        color: #f5eeee;
        display: block;
        padding: 15px 10px 20px 10px;
    }
    .scroll-arrows-container {
        width: 1040px;
        display: block;
    }
    .div-search-bar {
        padding-left: 150px;
        padding-right: 30px;
    }
    .div-logo {
        padding-left: 0px;
        z-index: 10;
    }
    .container-first-page {
        margin-top: 17px;
    }
    .orange-menu .active-menu {
        background-color: white;
        color: black !important;
        cursor: pointer;
    }
    .orange-menu .active-menu:hover a {
        color: black !important;
    }
    .categories-first-page {
        background-color: white;
        padding: 0px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
        z-index: 9;
        flex: none;
        position: relative;
    }
    .subcategories-div-over-carousel {
        width: 100%;
    }
    .subcategory-name {
        height: 168.5px;
        width: calc(100%/3.98);
    }
    .subcategories-div-over-carousel {
        position: absolute;
    }
    .paletar-color {
        width: 69.28px;
    }
    .categories-first-page ul li {
        font-size: 18px;
    }
    .category-icon {
        font-size: 40px;
    }
    .subcategory-name {
        font-size: 16px;
    }
}

@media(min-width:1200px) {
    .large-screen {
        display: inline-block;
    }
    #top-info-header {
        display: none;
    }
    #harta-div {
        display: block;
    }
    #locatii-slide {
        display: none !important;
    }
    #second-image-index {
        display: block;
    }
    .scroll-arrows-container {
        width: 1040px;
        display: block;
    }
    .div-search-bar {
        padding-left: 150px;
        padding-right: 30px;
    }
    .subcategory-name {
        height: 168.5px;
        width: calc(100%/4.98);
    }
}

@media(min-width:1300px) {
    .scroll-arrows-container {
        width: 1300px;
        display: block;
    }
    .orange-menu a {
        color: #f5eeee;
        display: block;
        padding-top: 15px;
        padding-bottom: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .div-search-bar {
        padding-left: 150px;
        padding-right: 0px;
    }
    .categories-first-page ul li {
        list-style-type: none;
        font-size: 18px;
        color: black;
        height: 53.4px;
        border-top: 1px solid #d7d7d7;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .subcategory-name {
        height: 214px;
        background-repeat: no-repeat;
        background-position: center;
        background-position-y: bottom;
    }
    .paletar-color {
        width: 67.4px;
    }
    .div-inside-name {
        position: absolute;
        top: 13%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
}

@media(min-width:974px) {
    .black-subcategory-wrapper {
        margin: 3px 3.8px;
        width: 19.2%;
    }
}

@media(min-width:1300px) {
    .black-subcategory-wrapper {
        margin: 4.2px;
        width: 19.3%;
    }
}

.politici-style p {
    text-align: justify;
}

.politici-style h4,
h5,
h6 {
    font-weight: bolder;
}

.politici-style h4 {
    margin-top: 50px
}

.politici-style h5 {
    margin-top: 30px;
}

#locatii-slide {
    overflow-x: auto;
    display: inline-flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    margin-right: 10px;
    margin-left: 10px;
}

.location-list-item-slide {
    border-style: solid;
    border-width: 1px;
    border-radius: 7px;
    margin: 2px;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #e1e1e1;
    cursor: pointer;
}

.productpagestyle1 {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 16px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 4px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media(min-width:100px) {
    .col-sm-15 {
        width: 100%;
        float: center;
    }
}

@media(min-width:400px) {
    .col-sm-15 {
        width: 50%;
        float: left;
    }
}

@media(min-width:768px) {
    .col-sm-15 {
        width: 33%;
        float: left;
    }
}

@media(min-width:992px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media(min-width:1200px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media(min-width:100px) {
    .col-md-15 {
        width: 100%;
        float: center;
    }
}

@media(min-width:400px) {
    .col-md-15 {
        width: 50%;
        float: left;
    }
}

@media(min-width:768px) {
    .col-md-15 {
        width: 33%;
        float: left;
    }
}

@media(min-width:992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media(min-width:1200px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

#opened_menu {
    position: relative;
    left: -50%;
    margin-top: 478px;
    background-color: #dcdcdc;
    color: #515151;
    height: 420px;
    padding: 30px;
    width: 100%;
}

#opened_menu.upper {
    margin-top: 10px;
}

.text-holder-small-img {
    margin-bottom: -256px;
}

.btn-werk {
    color: #fff;
    background-color: #70bf4c;
    border-color: #70bf4c;
}

.my-menu {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

@media only screen and (max-width:768px) {
    .navbar-brand {
        float: left;
    }
    #navbarResponsive {
        width: 100%;
        position: absolute;
        margin-top: 50px;
        border-top: 0;
    }
    #site_logo {
        height: 35px;
    }
    .my-menu {
        padding-left: 0!important;
    }
    #productCategoriesLG {
        display: none;
    }
    #productCategoriesSM {
        display: block;
    }
    .navbar-nav {
        box-shadow: none;
        flex-direction: row;
        padding-left: 0px;
        margin-bottom: 0px;
        background-color: #212529;
        color:white;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 10px;
        left: 0;
        z-index: 8;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }
    .middle-container {
        margin-top: 63px;
        min-height: 780px;
        padding-bottom: 40px;
        background-color: #444444;
        color:white;
    }
    .category-individual {
        width: 25%;
    }
    .category-individual span {
        bottom: 15px;
    }
    #product-group1 {
        padding-left: 0;
        padding-right: 0;
    }
    #product-group2 {
        padding-right: 0;
        padding-left: 0;
    }
    #filler {
        display: none;
    }
    .carousel-control-next,
    .carousel-control-prev {
        opacity: .0;
    }
    .carousel-control-next,
    .carousel-control-prev {
        opacity: .0;
    }
    .carousel-control-next:hover,
    .carousel-control-prev:hover {
        opacity: .0;
    }
    #product_categories_PC,
    #creeaza-termosistem-desktop {
        display: none;
    }
    #creeaza-termosistem-mobile {
        display: block;
    }
    #product_categories_mobile {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .cat-ind-mob {
        padding-left: 0;
        padding-right: 0;
    }
    .cat-ind-mob span {
        position: absolute;
        left: 10px;
        font-size: 18px;
        bottom: 10px;
    }
    .cre-trm {
        padding-left: 0;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    #cre-trm-btn {
        text-align: center;
        margin-top: 30px;
    }
    #cre-trm-img {
        display: none;
    }
    h1 {
        margin-top: 20px;
    }
    .view-first {
        width: 42%;
        margin-right: 19px;
    }
    .view-first .card {
        width: 200px;
    }
    .color-group-big {
        height: auto;
        overflow-x: auto;
        display: flex;
        margin-top: 2px;
        padding: 0;
        flex-flow: row;
    }
}

@media only screen and (min-width:768px) {
    .navbar-brand {
        float: left;
    }
    #navbarResponsive {
        width: 100%;
        position: absolute;
        margin-top: 50px;
        border-top: 0;
    }
    #site_logo {
        height: 35px;
    }
    .my-menu {
        padding-left: 0!important;
    }
    #productCategoriesLG {
        display: none;
    }
    #productCategoriesSM {
        display: block;
    }
    .navbar-nav {
        box-shadow: none;
        flex-direction: row;
        padding-left: 0px;
        margin-bottom: 0px;
        background-color: #212529;
        color:white;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 10px;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }
    .middle-container {
        margin-top: 0px;
        min-height: 780px;
        padding-bottom: 40px;
        background-color: #444444;
        color:white;
    }
    .category-individual {
        width: 25%;
    }
    .category-individual span {
        bottom: 20px;
    }
    #product-group1 {
        padding-left: 0;
        padding-right: 0;
    }
    #product-group2 {
        padding-right: 0;
        padding-left: 0;
    }
    #filler {
        display: none;
    }
    .carousel-control-next,
    .carousel-control-prev {
        opacity: .0;
    }
    .carousel-control-next,
    .carousel-control-prev {
        opacity: .0;
    }
    .carousel-control-next:hover,
    .carousel-control-prev:hover {
        opacity: .0;
    }
    #product_categories_PC,
    #creeaza-termosistem-desktop {
        display: none;
    }
    #creeaza-termosistem-mobile {
        display: block;
    }
    #product_categories_mobile {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .cat-ind-mob {
        padding-left: 0;
        padding-right: 0;
    }
    .cat-ind-mob span {
        position: absolute;
        left: 10px;
        font-size: 18px;
        bottom: 10px;
    }
    .cre-trm {
        padding-left: 0;
        padding-top: 20px;
        padding-right: 0;
        padding-bottom: 20px;
    }
    #cre-trm-btn {
        text-align: center;
        margin-top: 30px;
    }
    #cre-trm-img {
        display: none;
    }
    h1 {
        margin-top: 20px;
    }
    .view-first {
        width: 42%;
        margin-right: 19px;
    }
    .view-first .card {
        width: 200px;
    }
    .color-group-big {
        height: auto;
        overflow-x: auto;
        display: flex;
        margin-top: 2px;
        padding: 0;
        flex-flow: row;
    }
}

@media only screen and (min-width:768px) {
    .view-first {
        width: 200px;
    }
    .view-first .card {
        width: 200px;
        margin-right: 25px;
    }
}

@media only screen and (min-width:992px) {
    .my-menu {
        width: auto;
        white-space: nowrap;
    }
    .navbar-brand {
        float: left;
    }
    #navbarResponsive {
        width: auto;
        position: static;
        margin-top: -3px;
        border-top: .1px solid #e0e0e0;
    }
    #site_logo {
        height: 45px;
    }
    #productCategoriesLG {
        display: flow-root;
        position: relative;
    }
    #productCategoriesSM {
        display: none;
    }
    .navbar-nav {
        box-shadow: none;
        flex-direction: row;
        padding-left: 0px;
        margin-bottom: 0px;
        background-color: #212529;
        color:white;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 10px;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }
    .middle-container {
        margin-top: 0px;
        min-height: 780px;
        padding-bottom: 40px;
        background-color: #444444;
        color:white;
    }
    .category-individual span {
        bottom: 15px;
    }
    #product-group1 {
        padding-left: 0;
    }
    #product-group2 {
        padding-right: 0;
    }
    #filler {
        display: block;
    }
    .carousel-control-next,
    .carousel-control-prev {
        opacity: 0;
    }
    #product_categories_PC,
    #creeaza-termosistem-desktop {
        display: block;
    }
    #creeaza-termosistem-mobile {
        display: none;
    }
    .cre-trm {
        padding: 20px;
        padding-right: 0;
    }
    .carousel-control-next,
    .carousel-control-prev {
        opacity: .0;
    }
    .carousel-control-next:hover,
    .carousel-control-prev:hover {
        opacity: .9;
    }
    #cre-trm-btn {
        padding: 30px;
        padding-left: 70px;
        margin-top: 10px;
    }
    #product_categories_mobile {
        display: none;
    }
    #cre-trm-img {
        display: block;
        margin-left: 20px;
        right: auto;
        top: auto;
    }
    h1 {
        margin-top: 20px;
    }
    .view-first {
        width: 200px;
        margin-right: 12px;
    }
    .view-first .card {
        width: 200px;
        margin-right: 12px;
    }
    .color-group-big {
        height: 400px;
        overflow-y: auto;
        display: flex;
        margin-top: 0;
        flex-flow: column;
    }
}

.continue-block {
    font-family: Source Sans Pro;
    font-size: 22px;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
}

.continue-simple {
    font-family: Source Sans Pro;
    font-size: 22px;
    width: 200px;
    height: 60px;
    position: static;
}

.emphasized-label {
    padding: 0px;
    background-color: white;
    text-shadow: -.5px 0 white, 0 .5px white, .5px 0 white, 0 -.5px white;
    color: black;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    padding-right: 0px;
}

.float-button {
    width: 60px;
    z-index: 9999;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #97cc76;
    background-image: linear-gradient(to bottom, #97cc76, #8bcc62);
    border: 1px solid #5f993a;
    box-shadow: inset 0 1px 0 #c6e6b3, inset 0 -1px 0 #79b356, inset 0 0 0 1px #a4cc8b, 0 2px 4px rgba(0, 0, 0, 0.2);
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

.float-button:hover {
    color: green;
}

.float {
    position: fixed;
    box-shadow: 2px 2px 3px #999;
}

.btn-cart-modify {
    font-size: large;
    border: none;
    background-color: whitesmoke;
    border: 1px solid gray;
    width: 20px;
    top: -2px;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
}

.btn-cart-modify:hover {
    background-color: #444444;
    border: 1px solid gray;
    color:white;
    font-size: initial;
}

.checkout-form {
    width: 35%;
    text-align: right;
    vertical-align: middle
}

.remove-cart-btn {
    color: #444444;
}


/* Add Zoom Animation */

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* The Modal (background) */

.modal {
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    padding-top: 60px;
    z-index: 999999;
}


/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 50px auto;
    /* 15% from the top and centered */
    border: 1px solid #888;
    width: 50%;
    /* Could be more or less, depending on screen size */
}

#login_form {
    border: 3px solid #f1f1f1;
}

.login_input {
    width: 100%;
    padding: 10px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.login-button {
    background-color: #ea5e20;
    color: white;
    padding: 10px 20px;
    margin: 10px auto;
    border: none;
    cursor: pointer;
}

.login-button:hover {
    opacity: 0.8;
}

.cancelbtn-login {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}


/* Center the avatar image inside this container */

.imgcontainer-login {
    text-align: center;
    margin: 24px 0 12px 0;
}


/* Avatar image */

#img-login.avatar {
    width: 40%;
    border-radius: 50%;
}


/* Add padding to containers */

.container-login {
    padding: 16px;
    background-color: #212529;
}


/* The "Forgot password" text */

span.psw-login {
    float: right;
    padding-top: 16px;
}


/* Change styles for span and cancel button on extra small screens */

@media screen and (max-width: 300px) {
    span.psw-login {
        display: block;
        float: none;
    }
    .cancelbtn-login {
        width: 100%;
    }
}

@media screen and (max-width: 976px) {
    .modal-content {
        width: 90%;
        /* Could be more or less, depending on screen size */
    }
}

@media screen and (max-width: 1300px) {
    .subcategory-name {
        background-image: none !important;
    }
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 91;
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: white;
    background-color: #e35b1f;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.paletar-container {
    max-height: 300px;
    overflow-y: auto;
    height: calc(100vh - 250px);
}

.paletar-sample {
    text-align: center;
}

#culoare_aleasa_text {
    margin-top: 100px;
    display: block;
    font-size: 30px;
}

.notice-paletar {
    text-align: justify;
    text-justify: inter-word;
    text-indent: 50px;
    margin-top: 1rem;
    color: red;
}

.tva-inclus-tag {
    color: black;
    display: block;
    margin-bottom: .3rem;
}

.pricing-termosistem-badge-image {
    position: absolute;
    left: 15px;
}

.pricing-card-house {
    margin-top: 110px;
    padding: 10px;
}

.pricing-card-house img {
    max-width: 100%;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contact-card-indicatii-btn {
    position: relative;
    bottom: 15px;
    background-color: #ea5e20;
    border-color: #ea5e20;
    white-space: normal;
    text-align: left;
    font-size: 15px;
}

.contact-card-indicatii-btn:hover {
    background-color: black;
    border-color: black;
}

.contact-info-div {
    min-height: 300px;
}

.contact-info-parent-div {
    border: 1px solid #ea5e20;
}

.contact-info-grand-parent-div {
    background-color: transparent;
}

.mr-20 {
    margin-right: 20px;
}

.pt-2 {
    padding-top: 20px;
}

.padding-none {
    padding: 0 !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

.btn-orange {
    color: white;
    background-color: #ea5e20;
    border-color: #ea5e20;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-orange:hover {
    color: #ffffff;
    background-color: #b75810;
}

.border-bottom-none {
    border-bottom: none !important;
}

.div-consum-mediu-calcul {
    display: inline-block;
}

.item-consum-mediu {
    display: inline-block;
    padding: 3px 0;
    color: #212529;
}

.nav-localitate-livrare {
    margin-right: 20px;
}

.nav-item {
    background-color: #212529 !important;
    color:white;
}

footer {
    box-shadow: none;
    background-color: #444444;
}

footer .container {
    box-shadow: none;
    background-color: #444444;
    color: whitesmoke;
}

footer a {
    color: whitesmoke;
}

footer a:hover {
    color: #ea5e20;
}

footer .company-address {
    display: block;
    font-size: 16px;
    color: whitesmoke;
}

.copyright-div-footer {
    background-color: #2d2d2d;
    padding: 10px;
    padding-top: 20px;
}

.copyright-div-footer .text-center {
    color: white;
}

#pc_search input {
    color: #b9b9b9;
    width: 92%;
    border: 1px solid #404244;
    background-color: #212529;
    padding: 2px 5px;
    border-right: none;
    height: 31px;
}

.btn-submit-search{
    line-height:1.5;
    color:#b9b9b9;
    border-color:#404244;
    border-style:solid;
    border-width:thin;
    padding:1px;
    padding-left:2px;
    padding-right:10px;
    border-left:none;
    background-color:#212529;
    padding-top:2.5px;
}

.navbar-toggler {
    border: none;
    padding: 0;
    margin-top: 15px;
    border-color: green;
    left: 10px;
    position: absolute;
    margin-top: -15px;
}

.navbar-toggler-icon {
    padding-top: 5px;
}

.toggle-bars {
    color: #ea5e20;
}

.fixed-top {
    transform-origin: top left;
    transition: 0.4s;
    z-index: 999999;
}

.navbar {
    padding: 0px;
    background-color: black;
}

.color-black {
    color: black;
}

.break-in-list {
    height: 20px !important;
}

.contact-info-list a {
    color: #ea5e20 !important;
}

.p-0 {
    padding: 0px;
}

.h1-search {
    font-size: 25px;
    padding-top: 10px;
}

.pointer {
    cursor: pointer;
}

.product-single-thumbnail-inside-gallery {
    object-fit: contain;
    display: inline-block;
    padding: 2px;
    height: 100%;
    width: 100%;
    text-align: center;
}

.main-image-inside-gallery {
    max-width: 100%;
    max-height: calc(100vh - 250px);
    height: 100%;
    object-fit: contain;
}

.carousel-item-product-single {
    height: calc(100vh - 300px);
}

.carousel-indicators-product-single li {
    background-color: white;
    border: 1px solid gray;
    border-radius: 30px;
}

.carousel-indicators-product-single .active {
    background-color: #ea5e20;
    border: 1px solid gray;
    border-radius: 30px;
}

.carousel-control-product-single-next,
.carousel-control-product-single-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15%;
    color: #fff;
    opacity: .5;
    text-shadow: 0px 0px 3px black;
}

.carousel-control-product-single-next {
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    text-align: right;
    margin-right: 5px;
    width: 35px;
}

.carousel-control-product-single-prev {
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    text-align: left;
    margin-left: 5px;
}

.modal-body-product-single .col-md-6 div {
    border: solid 1px #e9ecef;
}

.modal-body-product-single .col-md-6 div:hover {
    border: solid 1px green;
}

.terms-p {
    text-indent: 50px;
}

.subcategories-div-shortcut {
    position: sticky;
    top: 125px;
    z-index: 8;
    background-color: #e5e5e5;
    padding: 10px;
    padding-bottom: 1px;
}

.orange-bar-sticky {
    position: sticky;
    top: 73px;
    z-index: 9;
}

#cart-quantity {
    /*position:relative;
    top:-25px;
    right:-8px;*/
    margin-left: -6px;
    padding: .08em .25em;
    font-family: 'Source Sans Pro';
}

.own1 {
    background-color: transparent;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
}

.card-own {
    position: relative;
    padding: 0;
    text-align: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.card-own-2 {
    box-shadow: 0 0 6px 0 #61616154;
    margin-bottom: 30px
}

.product-availability {
    color: white;
    padding: 3px;
    font-size: small;
    border-radius: 3px;
    display: block;
}

.price-format {
    display: block;
    color: orangered;
}

.old-price-format {
    display: block;
    color: rgb(87, 85, 84);
}

.root-style {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #1f7dcc;
    font-size: 12px
}

.fs-20 {
    font-size: 20px;
}

.own-3 {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.own-4 {
    height: 30px;
    margin-top: 10px;
}

.own-5 {
    display: flex;
    height: 160px;
}

.own-6 {
    display: block;
    margin-top: 10px
}

.own-7 {
    display: inline-flex;
    flex-flow: row
}

.own-8 {
    height: 420px;
    overflow: hidden
}

.own-9 {
    margin-top: 40px;
    box-shadow: 0 0 6px 0px #6161612b;
}

.main-image-own {
    display: block;
    margin: auto;
    object-fit: contain;
    padding: 2px;
    padding-top: 6px;
    max-width: 100%;
    margin-top: 10px;
    max-height: 150px;
    height: auto
}

.overflow-x-auto {
    overflow-x: auto
}

.price-in-banner {
    position: absolute;
    font-weight: bold;
    color: #ef2809;
    text-transform: uppercase;
}

.wellcome-box-min {
    height: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    background-color: #212529;
    color: white;
}

.wellcome-box-max {
    height: auto;
    min-height: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    background-color: #212529;
}

.wellcome-box-button {
    position: relative;
    background-color: #212529;
    float: left;
    cursor: pointer;
    bottom: 38px;
    padding: 0px;
}

.wellcome-box-button:hover {
    color: #ea5e20;
}

.fa-rss-square,
.fa-shopping-cart{
    color:white;
}

.fa-search{
    background-color: #212529;
}

.categorie-produse {
    color:white;
}

.h3-contact-text {
    color:white;
}

.middle-container-black {
    background-color: #444444;
    color:white;
}     