@import "header.css";
@import "body.css";
@import "footer.css";
@import "my_basket.css";
@import "product.css";
@import "product_list.css";
@import "product_card.css";
@import "resource.css";
@import "gdpr.css";

body, html {
    overflow-x: hidden;
}

body {
    background: #fafafa;
    overflow-x: hidden!important;
}

.wrapper {
    box-shadow: 0px 9px 80px 8px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 9px 80px 8px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 9px 80px 8px rgba(0,0,0,0.16);
}

@media (max-width: 768px) {
    .container {
        padding-left: 1px;
        padding-right: 1px;
    }

    .content {
        padding-left: 0;
        padding-right: 0;
    }
}

.no-border {
    border: 0!important;
}

h3 {
    font-size: 22px;
    color: #793200;
    padding: 9px 3px 3px 0px;
    border-bottom: 2px solid #793200;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #793200, #eeeeee);
}

h4 {
    span.label {
        padding-top: 0.5em;
    }
}

a, a:hover, a:focus {
    color: #388a22;
}

.mt-15 {
    margin-top: 15px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mt-5 {
    margin-top: 5px;
}
.mr-5 {
    margin-right: 5px;
}
.ml-5 {
    margin-left: 5px;
}

.btn-green {
    color: #fff;
    background-color: #388a22;
    border-color: #388a22;
}

.btn-green > img {
    margin-bottom: 3px;
    margin-left: 5px;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
    color: #fff;
    background-color: #793200;
    border-color: #793200;
}

.btn-brown {
    color: #fff;
    background-color: #793200;
    border-color: #793200;
}

.btn-brown > img {
    margin-bottom: 3px;
    margin-left: 5px;
}

.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active {
    color: #fff;
    background-color: #388a22;
    border-color: #388a22;
}

.number-of-products {
    margin-right: 30px;
    color: #777777;
}

.required label:after {
    color: #dd0000;
    content: "*";
    position: absolute;
    margin-left: 3px;
    margin-top:3px;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    margin-top: 3px;
}

.label-success {
    background-color: #000000;
    color:  #ffffff;
}

.message-box {
    background-color: #eee;
    padding: 10px;
    border-radius:5px;
    border:1px solid #ddd;
    margin: 5px 20px;
}

.well {
    background-color: #fafafa;
}

.img-loader {
    display: inline;
    background-color: #ffffff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

.green {
    color: #388a22;
}
.brown {
    border-color: #793200;
}

.pl-25 {
    padding-left: 25px;
}
.pr-25 {
    padding-right: 25px;
}
.pt-25 {
    padding-top: 25px;
}

.no-lateral-padding {
    padding-right: 0;
    padding-left: 0;
}

ul.circle {
    list-style-type: circle;
}

.img-max-width {
    max-width: 280px;
}

.user-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.well-info {
    background-color: #fffff0;
    font-size: 16px;
}
