@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #0e0e0e;
}

* {
    box-sizing: border-box;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

.wrapper {
    width: 100%;
    max-height: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
}

.container {
    max-width: 1200px;
}

.text-white {
    color: #fff;
}

.text-color-theme {
    color: #eea934
}

.theme-btn {
    background-color: #eea934;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid #eea934;
}

.theme-btn:hover {
    border: 1px solid #eea934;
    color: #eea934;
    background-color: #31434f;
}

.navbar {
    background-color: transparent;
    transition: all .5s;
}

.navbar.sticky {
    background-color: rgba(49, 67, 79, 1);
}

.navbar .navbar-brand img {
    width: 100%;
    transition: all .5s;
}

.navbar.sticky .navbar-brand img {
    width: 200px;
}

.nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 2px !important;
    margin: 0 15px;
    position: relative;
    color: #fff;
    transition: font-size .5s;
}

.navbar-nav .nav-link.active:after,
.nav-link:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #eea934;
    left: 0;
    right: 0;
}

.navbar.sticky .nav-link {
    font-size: 14px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    border: 0;
    margin-right: 15px;
    color: rgba(255, 255, 255, .55);
}

.navbar-toggler[aria-expanded="false"] {
    color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 767px) {
    .navbar .navbar-brand img {
        width: 200px;
    }

    .nav-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .wrapper {
        height: auto;
        min-height: 100%;
    }

    .navbar-nav {
        background-color: #31434f;
    }
}

#hero-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.slider-content {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 40px;
    bottom: 0;
}

@media screen and (max-width: 1500px) {
    .slider-content {
        width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .slider-content {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 992px) {
    .slider-content {
        height: auto;
        min-height: 100%;
        top: 115px;
    }
}

@media screen and (max-width: 767px) {
    .slider-content {
        margin-top: 20px;
    }
}

@media screen and (max-width: 576px) {
    .slider-content {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.bg-shape {
    height: 750px;
    width: 100%;
    background: url('../images/banner-bg.jpg') center center no-repeat;
    background-size: cover;
}

.next,
.prev {
    z-index: 22;
    display: inline-flex;
    border: none;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    position: absolute;
    top: 50%;
    outline: none;
    cursor: pointer;
}

.next.disabled,
.prev.disabled {
    cursor: not-allowed;
}

.next:focus,
.prev:focus {
    outline: none;
}

.prev {
    left: 70px;
}

@media screen and (max-width: 1500px) {
    .prev {
        left: 0;
    }
}

.next {
    right: 70px;
}

@media screen and (max-width: 1500px) {
    .next {
        right: 0;
    }
}

.product-slider {
    width: 53%;
    height: 85%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .product-slider {
        left: 50px;
    }
}

@media screen and (max-width: 992px) {
    .product-slider {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        position: relative;
        top: 0;
        margin-top: 170px;
        margin-bottom: 100px;
    }

    .product-slider br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .product-slider {
        border-radius: 20px;
    }
}

@media screen and (max-width: 576px) {
    .product-slider {
        margin-top: 180px;
    }
}

.product-slider__wrp {
    height: 100%;
}

.product-slider__item {
    position: relative;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .product-slider__item {
        height: auto;
    }
}

.product-slider__item.swiper-slide-active .product-slider__content>* {
    opacity: 1;
    transform: none;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(1) {
    transition-delay: 0.8s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(2) {
    transition-delay: 1.2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(3) {
    transition-delay: 1.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(4) {
    transition-delay: 0.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(5) {
    transition-delay: 0.8s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(6) {
    transition-delay: 1s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(7) {
    transition-delay: 1.2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(8) {
    transition-delay: 1.4s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(9) {
    transition-delay: 1.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(10) {
    transition-delay: 1.8s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(11) {
    transition-delay: 2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(12) {
    transition-delay: 2.2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(13) {
    transition-delay: 2.4s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(14) {
    transition-delay: 2.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(15) {
    transition-delay: 2.8s;
}

.product-slider__item.swiper-slide-active circle {
    animation: progress 1s ease-out forwards;
    animation-delay: 0.5s;
    opacity: 0.75;
}

.product-slider__card {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

@media screen and (max-width: 992px) {
    .product-slider__card {
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .product-slider__card {
        border-radius: 20px;
    }
}

.product-slider__cover {
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .product-slider__cover {
        border-radius: 20px;
    }
}

.product-slider__content {
    color: #fff;
    padding-top: 1px;
    position: relative;
    z-index: 2;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 992px) {
    .product-slider__content {
        padding: 165px 60px 100px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .product-slider__content {
        padding: 90px 30px 50px;
    }
}

@media screen and (max-width: 576px) {
    .product-slider__content {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.product-slider__title {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2em;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
}

@media screen and (max-width: 1500px) {
    .product-slider__title {
        font-size: 4vw;
    }
}

@media screen and (max-width: 576px) {
    .product-slider__title {
        font-size: 24px;
    }
}

.product-slider__price {
    display: block;
    font-size: 18px;
    line-height: 1.7em;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
    margin-top: 35px;
}

@media screen and (max-width: 994px) {
    .product-slider__price {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .product-slider__price {
        font-size: 16px;
        line-height: 1.4em;
    }
}

.product-slider__cart {
    padding: 10px 30px;
    border-radius: 6px;
    min-height: 50px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.product-slider__bottom {
    margin-top: 35px;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
}

.product-img__item {
    display: flex;
    align-items: center;
    position: absolute;
    pointer-events: none;
    user-select: none;
    top: 50%;
    right: 0;
    transform: translateY(-60%) translateX(130px);
    opacity: 0;
    transition: all 0.8s;
}

@media screen and (max-width: 1200px) {
    .product-img__item {
        right: 50px;
    }
}

.product-img__item.active {
    opacity: 1;
    transform: translateY(-60%) translateX(0);
    transition-delay: 1s;
}

.product-img__item img {
    object-fit: contain;
    object-position: center right;
    max-width: 350px;
}

@media screen and (max-width: 992px) {
    .product-img__item {
        top: 0;
        transform: translateY(0) translateX(130px);
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .product-img__item.active {
        transform: translateY(0) translateX(0);
    }

    .product-img__item img {
        max-width: 250px;
    }
}

.home-intro-img-container {
    position: relative;
}

.home-intro-img {
    padding: 20px 20px 0;
    position: relative;
}

.home-intro-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 20px;
    right: 40px;
    background-color: #eea934;
    z-index: -1;
}

.heading-group h2 {
    max-width: 520px;
}

.heading-group h4 {
    font-size: 14px;
    font-weight: 700;
    color: #eea934;
    position: relative;
    display: flex;
    align-items: center;
}

.heading-group h4::after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #eea934;
    position: relative;
    right: -15px;
}

.heading-group.center {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.heading-group.center h4::before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #eea934;
    position: relative;
    left: -15px;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

.section-padding {
    padding: 80px 0;
}

.accordion-button {
    padding: 10px 35px;
    font-weight: 500;
    background-color: #eea934;
}

.accordion-button:not(.collapsed) {
    background-color: #eea934;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    display: none;
}

.accordion-button::before {
    content: "+";
    font-weight: 600;
    position: absolute;
    left: 15px;
}

.accordion-button:not(.collapsed)::before {
    content: "-";
}

.accordion-item {
    margin-bottom: 2px;
}

.accordion-body {
    padding: 15px 35px;
    border: 1px solid #dee2e6;
}

#home-products-features {
    background-color: #ededed;
}

.home-products-features-bg {
    background: #ededed url('../images/home-products-bg-img.png') right bottom no-repeat;
    background-size: cover;
}

.home-products-features-container {
    max-width: 910px;
    padding-top: 80px;
    padding-bottom: 80px;
}

#home-products-features .products-features .feature img {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .home-products-features-container {
        max-width: 100%;
    }
}

#home-services {
    background: url('../images/home-services-bg.jpg') 0 0 no-repeat;
    background-size: cover;
}

#home-services h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 20px;
}

#home-services .icon {
    font-size: 3rem;
    transition: all .8s ease-in-out;
}

#home-services .home-service:hover .icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

#home-services .btn {
    margin-bottom: 80px;
}

#home-clients {
    background-color: #ededed;
}

.horizontal-line {
    border-top: 1px solid rgba(0, 0, 0, .04);
    display: block;
    position: relative;
}

#home-clients .clients>[class*=col] {
    position: relative;
}

#home-clients .clients>[class*=col]:not(:last-child):before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, .06);
}

#home-clients .clients .logo {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    padding: 0 30px;
}

#home-clients .clients .logo img {
    max-width: 150px;
}

@media screen and (max-width: 767px) {
    #home-clients .clients>div {
        border-bottom: 1px solid rgba(0, 0, 0, .04);
    }

    #home-clients .clients>div:last-child {
        border-bottom: 0;
    }

    #home-clients .clients>[class*=col]:not(:last-child):before {
        display: none;
    }
}

.testimonial-carousel {
    overflow: hidden;
}

.testimonial-carousel .testimonial {
    background-color: #f7f7f7;
    font-style: italic;
    padding: 30px 40px 40px 50px;
    position: relative;
}

.testimonial-carousel .testimonial::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -62px;
    border-left: 50px solid #f7f7f7;
    border-bottom: 62px solid transparent;

}

.testimonial-carousel .testimonial .text {
    position: relative;
}

.testimonial-carousel .testimonial .rating .star {
    color: #fe8d00;
    font-size: 15px;
}

.testimonial-carousel .client {
    padding: 30px 35px;
}

.testimonial-carousel .client .image {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-carousel .client .text {
    margin-left: 25px;
}

.testimonial-carousel .client .text .designation {
    font-size: 1rem;
    margin: 0;
    line-height: 1.2em;
}

.testimonial-carousel .client .text .client-name {
    font-size: 1.2rem;
    font-weight: 500;
    color: #121824;
    margin: 0;
}

.whatsapp_btn {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px !important;
    right: 27px !important;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    background-color: #31434f;
    font-size: 14px;
    padding-top: 70px;
}

footer h5 {
    font-size: 24px;
    font-weight: 600;
}

.footer-about .logo img {
    max-width: 215px;
}

.footer-contact .icon {
    display: block;
    margin-top: 12px;
    margin-right: 15px;
}

.footer-contact ul li {
    margin-bottom: 20px;
}

footer .horizontal-line {
    background-color: #eea934;
    height: 2px;
}

#newsletter input {
    font-size: 14px;
}

#newsletter button {
    background-color: #eea934;
}

#newsletter label {
    font-weight: 600;
}

.footer-bottom {
    background-color: #eea934;
    color: #0e0e0e;
    margin-top: 70px;
}

#page-header {
    padding: 150px 0 50px;
    background: url('../images/page-header-bg.jpg') 0 bottom no-repeat;
    background-size: cover;
    position: relative;
}

#page-header>.container {
    position: relative;
    z-index: 2;
}

#page-header h1 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
}

#breadcrumb ul {
    list-style-type: none;
    padding: 0;
    flex-wrap: wrap;
}

#breadcrumb ul li.crumb {
    margin-bottom: 10px;
}

#breadcrumb ul li a {
    color: #fff;
    font-size: .9rem;
}

#breadcrumb ul li:last-child a {
    color: #eea934;
    text-decoration: underline;
}

#breadcrumb ul li:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 15px;
    font-size: .8rem;
    color: #fff;
}

#breadcrumb ul li:last-child:after {
    display: none;
}

.about-item {
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    border-radius: 4px;
    padding: 30px;
    position: relative;
    transition: background-color .35s ease-in-out;
    height: 100%;
}

.about-item:hover {
    background-color: #eea934;
}

.about-item h3 {
    font-size: 22px;
    font-weight: 600;
}

.about-item p {
    font-size: 14px;
}

#team {
    background: url('../images/home-services-bg.jpg') 0 0 no-repeat;
    background-size: cover;
}

.team-carousel {
    overflow: hidden;
}

.team-member {
    border-radius: 4px;
    overflow: hidden;
}

.team-member .text {
    background-color: #eea934;
    color: #0e0e0e;
    padding: 15px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.team-member .text .name {
    font-weight: 500;
}

.team-member .image img {
    aspect-ratio: 472/591;
    object-fit: cover;
}

.team-member .text .designation {
    font-weight: 300;
    color: #2c2c2c;
    font-size: 14px;
}

.services-list .list-item a {
    border-radius: 4px;
    overflow: hidden;
    transition: all .25s ease !important;
}

.services-list .list-item .title {
    font-size: 16px;
    font-weight: 600;
    color: #0e0e0e;
    padding: 20px 15px;
    background-color: #eea934;
    position: relative;
    top: -1px;
    transition: all .25s ease !important;
}

.services-list .list-item a .image {
    position: relative;
    overflow: hidden;
}

.services-list .list-item a .image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    bottom: 1px;
    top: 30px;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    z-index: 10;
    transition: all .25s ease !important;
}

.services-list .list-item a:hover .image:before {
    top: 0;
    opacity: 1;
}

.services-list .list-item a .image .icon {
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #eea934;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0e0e0e;
    opacity: 0;
    z-index: 20;
    transition: all .25s ease !important;
}

.services-list .list-item a:hover .image .icon {
    top: 50%;
    opacity: 1;
}

.services-list .list-item a:hover .title {
    background-color: #31434f;
    color: #fff;
}

#service .main-part {
    padding-right: 50px;
}


#service .main-part h2 {
    margin-bottom: 25px;
}

#service .main-part p {
    margin-bottom: 20px;
}

#service .main-part ul {
    list-style: none;
    margin-bottom: 20px;
}

#service .main-part ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
}

#service .main-part ul li::before {
    content: "\f00c";
    display: flex;
    justify-content: center;
    align-items: center;
    font: var(--fa-font-solid);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eea934;
    font-size: 12px;
    color: #0e0e0e;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 767px) {
    #service .main-part {
        padding-right: calc(var(--bs-gutter-x)* .5);
    }
}

.request-quote-form {
    margin-top: 30px;
    background-color: #eea934;
    padding: 30px 50px;
    border-radius: 4px;
}

.request-quote-form input,
.request-quote-form select,
.request-quote-form textarea,
.request-quote-form .btn {
    border-radius: 4px !important;
    border: 0;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form .btn {
    border-radius: 4px !important;
}

.request-quote-form .select-box,
.contact-form .select-box {
    position: relative;
}

.request-quote-form .select-box::before,
.contact-form .select-box::before {
    content: "\f0d7";
    font: var(--fa-font-solid);
    color: #0e0e0e;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
}

.request-quote-form textarea,
.contact-form textarea {
    height: 130px;
}

.request-quote-form .btn,
.contact-form .btn {
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 600;
}

.sidebar .service-menu ul li {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    transition: all .35s ease-out;
}

.sidebar .service-menu ul li a {
    display: block;
    padding: 15px 25px;
    background-color: #ededed;
    color: #0e0e0e;
    font-weight: 600;
    position: relative;
    transition: all .35s ease-out;
}

.sidebar .service-menu ul li a:after {
    content: "\f0da";
    font: var(--fa-font-solid);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar .service-menu ul li.active,
.sidebar .service-menu ul li:hover {
    border-color: #eea934;
}

.sidebar .service-menu ul li.active a,
.sidebar .service-menu ul li:hover a {
    background-color: #eea934;
}

.product-left {
    position: sticky;
    top: 100px;
}

.product-gallery {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.swiper-container {
    width: 100%;
}

.swiper-slide-container {
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gallery-top {
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    #product-page .request-quote-form {
        display: none;
    }
}

.product-feature,
.product-specification {
    padding: 25px;
    border: 1px solid #ccc;
    border-bottom: 0;
}

.product-feature:last-child,
.product-specification:last-child {
    border-bottom: 1px solid #ccc;
}

.product-details-container h2 {
    font-size: 22px;
}

.product-details-container h3 {
    font-size: 18px;
    font-weight: 700;
}

.product-details-container {
    font-size: 14px;
}

.product-details-container>div {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 25px;
    margin-bottom: 20px;
}

.product-specification table {
    width: 100%;
}

.product-specification table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact-details {
    font-size: 14px;
    background-color: #eea934;
    padding: 60px 50px;
}

.contact-details>div {
    margin-bottom: 30px;
}

.contact-details>div:last-child {
    margin-bottom: 0;
}

.contact-details .icon {
    line-height: 1.2em;
    margin-right: 30px;
}

.contact-details h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-details p {
    margin-bottom: 0;
}

.contact-details a {
    color: #0e0e0e;
}

#map {
    margin-bottom: -7px;
}

footer ul li a:hover {
    color: #eea934 !important;
}

.product-list-item > a {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    overflow: hidden;
}

.product-list-item > a:hover {
    box-shadow: 0 0 20px 0 rgba(156,149,149,0.2);
}

.product-list-item .product-image {
    padding: 15px;
}

.product-list-item .title {
    font-size: 1rem;
    color: #0e0e0e;
    font-weight: 600;
    padding: 0 15px;
}

.product-list-item p {
    font-size: 14px;
    color: #7a7a7a;
    padding: 0 15px;
}

.product-list-item .view-link {
    background-color: #eea934;
    padding: 10px 15px;
    color: #0e0e0e;
    font-weight: 600;
}
