/*======================Category-section=============
======= */
#gallery {
    padding-top: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 25px 0;
    }
}

.img-wrapper {
    position: relative;
    /*margin-top: 15px;*/
    padding: 9px 0px;
    /*box-shadow: 1px 1px 4px #777777;*/
}

/*.img-wrapper img {
    width: 90%;
    display: block;
    margin: auto;
}*/

._image {
    border: 1px solid #f28965;
    padding: 10px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 10px 0px;
    background: #fefefe;
    border: 1px solid #f28965;
    padding-top: 30px;
    transition: all 200ms;
    transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
}

._image:hover {
    border: 2px solid #f28965;
}

/* 
.product-name span {
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
} */
.product-name {
    background: #fd926d;
    color: #000;
    text-transform: uppercase;
    padding: 12px 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: #f7f7f7 !important;
    border-top: 1px solid #fd926d;
}


#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

.CustomBoxes-request-quote-row h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
}

/* @media (min-width: 992px) {
    #top_header_area ul li {
        color: #ffffff
    }

    #gallery #image-gallery_2 .col-3 {
        flex: 0 0 22%;
        max-width: 22%;
    }
}

@media only screen and (max-width: 768px) {
    #gallery #image-gallery_2 .col-3 {
        flex: 0 0 42%;
        max-width: 42%;
    }
} */

img.card-img-top {
    max-width: 100%;
    height: 184px;
}

@media only screen and (max-width: 425px) {
    /* #gallery #image-gallery_2 .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    } */

    ._image {
        margin: 0;
    }

    /* .img-wrapper img {
        width: 50%;
    }*/
}



@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #ffffff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

/* 
@media (min-width: 992px) {

    #gallery #image-gallery_2.col-6 {
        flex: 0 0 22%;
        max-width: 22%;
    }
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
} */


/* #gallery #image-gallery ._image:nth-child(5),
#gallery #image-gallery ._image:nth-child(6),
#gallery #image-gallery ._image:nth-child(7),
#gallery #image-gallery ._image:nth-child(8),
#gallery #image-gallery ._image:nth-child(9),
#gallery #image-gallery ._image:nth-child(10),
#gallery #image-gallery ._image:nth-child(11),
#gallery #image-gallery ._image:nth-child(12) {
    margin-top: 0px;
} */

/* aside Bar */
.category_menu {
    margin-top: 25px;
}

.category_menu h1 {
    white-space: nowrap;
    font-weight: bolder;
    text-align: left;
    color: #444444;
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    /* padding-left: 12px; */
    font-weight: 500;
    border-bottom: 6px solid #f47822;
    display: table;
    width: 100%;
    padding: 0px 0px 10px;
}

.vertical-menu {
    width: 100%;
    display: block;
    padding: 5px;
    /*border: 2px solid #777777;*/
}

.vertical-menu a {
    background-color: transparent;
    display: block;
    padding: 12px 0px;
    text-decoration: none;
    color: #222;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #cfcfcf;
    text-transform: uppercase;
}

.vertical-menu a i {
    color: #cfcfcf;
    font-size: 12px;
    font-weight: 600;
}

/* Contact Us form Styling */

.CustomBoxes_form_contact_us {
    padding: 50px;
}

.CustomBoxes_form_contact_us .form-border-and-bg {
    border: 3px solid #ba2aa3 !important;
    /* background: linear-gradient(to right, #E2E1E6, #EEEFF4); */
    padding: 20px;
    border-radius: 5px;
}

.CustomBoxes_form_contact_us .contact-us-select {
    font-size: 14px;
}


.CustomBoxes_form_contact_us .btn-para-1 {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 700;
    margin-top: 12px;
}

.CustomBoxes_form_contact_us .btn-span-1 {
    color: #ba2aa3;
}

.CustomBoxes_form_contact_us .submit-contact-us .btn-contact-us {
    background-color: #ba2aa3;
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 8px 30px;
}

.CustomBoxes_form_contact_us .last-col-C-us {
    font-size: 15px;

}

.CustomBoxes_form_contact_us .last-span-C-us {
    color: #ba2aa3;
    font-size: 18px;
    font-weight: 700;
}

.CustomBoxes_form_contact_us .form-control {
    border: 1px solid #ba2aa3;
}