.filter-danger::after {
    background: linear-gradient(141deg, rgba(70,20,10, 0.5) 0%, rgba(70,10,30, 0.5) 41%, rgba(70,10,60, 0.5) 65%) !important;
}

.cool-dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.cool-dropdown {
    position: relative;
    display: inline-block;
}

.cool-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fbf6f0;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
}

.cool-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.cool-dropdown-content a:hover {background-color: #ddd;}
.cool-dropdown:hover .cool-dropdown-content {display: block;}
.cool-dropdown:hover .cool-dropbtn {background-color: #3e8e41;}
.container-full-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    overflow: hidden;
}

.section#carousel {
    padding: 0;
}

.footer-content {
    color: #DADADA;
    line-height: 20px;
    padding-top: 20px;
}

.divider {
    padding-bottom: 10px;
    border-bottom: 2px solid #DADADA;
    margin-bottom: 10px;
}

.product-name {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #603F2A;
}

.product-box {
    margin-bottom: 15px;
    background: white;
    border-left: 5px solid;
    border-right: 5px solid;
    border-color: #ECECEC;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#product-picture:hover {
    cursor: crosshair;
}

b, strong {
    font-weight: 600;
}

.drift-zoom-pane {
    border-radius: 5px;
}

.navbar {
    background: #fbf6f0;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 700;
}

.footer {
    background: #fbf6f0;
}

.carousel-control {
    background: #5f3f2a;
}

.carousel-control:hover {
    background: #2A4B60;
}

.carousel-indicators .active {
    background: #5f3f2a;
}

.tinymce-img {
    max-width: 100% !important;
    height: auto !important;
}

.carousel-inner .carousel-item img {
    border-radius: 4px;
}

.carousel-img {
    object-fit: cover; height: 40vh !important;
}

.form-check-radio input[type="radio"]:disabled+.form-check-sign::before, .form-check-radio input[type="radio"]:disabled+.form-check-sign::after {
    color: #DDDDDD !important;
}


@media (max-width: 767px) {
    #bodyClick {
      height: 100%;
      width: 100%;
      position: fixed;
      opacity: 1;
      top: 0;
      right: 230px;
      left: 0px;
      content: "";
      z-index: 1000;
      overflow-x: hidden;
      background-color: transparent;
      -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
      -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
      transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .navbar-collapse {
        background-color: #fbf6f0;
        border-left: 1px solid rgb(0, 0, 0);
    }

    .carousel-img {
        object-fit: cover; height: 25vh !important;
    }
}

a {
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    color: #467B9C;
}