/* Add here all your CSS customizations */
#header>div>div.header-top.header-top-secondary.header-top-style-3 {
    background-color: #03923e;
}

#header>div>div.header-top.header-top-style-2>div>div>div.header-column.justify-content-start>div>p,
#header>div>div.header-top.header-top-style-2>div>div>div.header-column.justify-content-end>div>p {
    color: white;
}

/* #main-menu>li.menu-585.last.active>a {
    border-radius: 20px;
    background-color: #03923e;
    color: white;
} */

html.webkit .thumb-info .thumb-info-wrapper {
    max-height: 550px;
}

.owlspan img {
    max-height: 243px;
    min-height: 243px;
    width: unset !important;
}

.page-header {
    background-color: transparent;
    border-bottom: 1px solid #eeeeee;
    border-top: inherit;
    margin: 0 0 35px 0;
    min-height: 50px;
    padding: 20px 0;
    position: relative;
    text-align: center;
}

.product-col>div:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    border-color: transparent;
}

.product-col {
    margin-bottom: 20px;
}

/* .product-col img {
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 5px;
} */

.product-col a {
    font-weight: bold;
}

/* #edit-taxonomy-catalog-tid {
    height: 40px;
    font-size: small;
}

#edit-title-wrapper input {
    width: 265px;
}

#edit-title-wrapper label {
    padding: 9px 15px 9px 9px;
} */

select.form-control:not([size]):not([multiple]) {
    height: inherit;
    font-size: 14px;
}

/* @media (min-width: 1200px) {
    #edit-taxonomy-catalog-tid-1 {
        position: absolute;
        margin-top: 134px;
        width: 200px;
        z-index: 10;
    }

    #edit-taxonomy-catalog-tid-1-wrapper label {
        position: absolute;
        margin-top: 90px;
        width: 200px;
    }

    #edit-title-wrapper {
        padding-left: 20vw;
        width: 50vw;
        display: flex;
        margin-bottom: 65px;

    }
}
 */
.slide__grid {
    margin: 0px 5%;
}

.slick__slide>ul {
    margin: auto;
}

.slide__grid .views-field-title {
    background-color: #ffffff;
    text-align: center;
    font-weight: 700;
    border-top: 1px solid #eee;
    height: 40px;
    padding-top: 7px;
}

.slide__grid .field-content {
    background-color: #ffffff;
}

.slick img,
.slick iframe {
    border: 0;
    max-width: 100%;
    margin: 0 auto;
    max-height: 180px;
}

.image-div {
    display: flex;
    min-height: 190px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.image-div a {
    margin: auto;
}

.product-body {
    padding: 20px 30px;
    border-width: 2px;
    border-color: #ebebeb;
    border-style: solid;
    border-radius: 5px;
    transition: all ease-out 0.3s;
    height: 100%;
    flex-direction: column;
}

.product-col {
    padding-right: 10px;
    padding-left: 10px;
    height: 475px;
}

@media (min-width: 768) {
    .col-lg-3 {
        -ms-flex: 0 0 23% !important;
        flex: 0 0 23% !important;
        max-width: 25%;
    }
}

.views-field-uc-product-image>div {
    display: flex;
    min-height: 215px;
}

.views-field-uc-product-image a {
    margin: auto;
}

.field-name-uc-product-image img {
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
    max-height: 260px;
    width: auto;
}

.field-name-uc-product-image {
    border-bottom: 1px solid #eee;
}

.field-name-body {
    margin-top: 20px;
    font-weight: 600;
}

#footer .footer-copyright {
    padding: 16px 0 10px;
    background: #017532;
    border-top: none;
    margin-top: 40px;
    padding: 30px 0 10px;
}

#footer>div.footer-copyright>div>div>div {
    margin: auto;
}

#footer {
    background-color: #03923e;
    border-top: none;
}

#footer .footer-copyright p {
    color: #fff;
    margin: 0;
    padding: 0;
}

#footer .contact p {
    color: lemonchiffon;
    line-height: 24px;
    margin: 0 0 20px;
}

#header .header-nav-main nav>ul>li.last>a {
    z-index: 6;
    white-space: nowrap;
    font-size: 15px;
    line-height: 15px;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    text-transform: uppercase;
    background-color: rgb(3, 170, 232);
    border-color: rgb(3, 170, 232);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    outline: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    box-sizing: border-box;
    cursor: pointer;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    margin: 0px;
    padding: 9px 20px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
}

#header .header-nav-main nav>ul>li.last>a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(3, 170, 232);
}

.views-exposed-form .views-exposed-widget .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#header .header-nav-main nav>ul>li>a.active {
    border-radius: 4px;
}

#header .header-nav-main nav>ul>li>a {
    border-radius: 4px;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-text {
    display: block;
    margin-top: 0;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 288px;
    width: auto;
}

.image-div a {
    margin: 0;
}

.image-div>a:nth-child(2) {
    margin: auto;
    margin-bottom: 15px;
}

.product-col>div>a:nth-child(1) {
    color: #999;
    text-decoration: none;
    margin-bottom: 40px;
    display: block;
}

.image-div {
    min-height: 295px;
}

.product-col i {
    position: absolute;
    background-color: #fff;
    font-size: 18px;
    /* font-size: 0rem; */
    text-align: center;
    width: 38px;
    align-content: center;
    height: 38px;
    border-radius: 2px;
    border-width: 1px;
    border-color: #e1e1e1;
    border-style: solid;
    display: block;
    left: 299px;
    top: 400px;
    display: inline-grid;
    color: currentColor;
    transition: all 0.3s ease;
}

.product-col i:hover {
    background-color: #9bc03b;
    color: #fff;
}

.view-filters {
    margin-bottom: 40px;
}

.views-field-uc-product-image>.field-content>a::before {
    background: #000 none repeat scroll 0 0;
    content: '\21d4';
    height: 0;
    left: 50%;
    opacity: .42;
    filter: alpha(opacity=42);
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    width: 0;
    z-index: 1;
    font-size: 60px;
    text-align: center;
    padding-top: 92px;
    color: white;
}

.views-field-uc-product-image>.field-content>a:hover::before {
    height: 84%;
    left: 0;
    top: 0;
    width: 100%;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer a {
    color: #FFF;
}

#footer p,
#footer a,
#footer strong,
#footer .contact p {
    color: lemonchiffon;
    line-height: 24px;
    margin: 0 0 20px;
}

.social-icons li a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
    color: inherit;
    line-height: 31px !important;
    margin: 0 0 20px;
}

#edit-submitted-additional-information {
    height: unset;
}

#webform-client-form-3>div>div.form-actions>button {
    font-size: 15px;
}

@media (max-width: 991px) {
    #header .header-nav-main nav>ul>li>a.active {
        background: #5974a3;
    }
}

@media (max-width: 991px) {
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a.active {
        color: #fff;
    }
}