.product-block {
    padding: 42px 0 40px 0;
    background-color: var(--light);
}

.product-block h2 {
    font-size: 34px;
    font-weight: 600;
    color: var(--dark-greenish);
    text-align: center;
    margin: 0;
    font-family: var(--open-san-condensed);
    padding-bottom: 15px;
}

.product-block-right {
    padding: 0 22px;
    margin-top: 30px;
}

.product-block-right p,
.read-more__box {
    margin: 0;
    color: var(--charcoal);
    font-size: 17px !important;
    letter-spacing: 0;
}

.product-info {
    margin-top: 20px;
}

.product-block-right .product-info p {
    color: var(--dark-greenish);
    margin-bottom: 8px;
    font-size: 16px !important;
    text-transform: capitalize;
}

.product-info {
    margin-bottom: 27px;
}

.product-info__category a {
    text-decoration: none;
    font-weight: 400;
    color: var(--dark-greenish);
}

.product-info__category a:hover {
    text-decoration: underline;
}

.product-info-btn .btn,
.simplefavorite-button {
    background-color: var(--blue);
    border: none;
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 47px;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    opacity: 1;
    padding: 0;
    width: 100%;
}

.product-block-right blockquote {
    padding: 27px 20px 22px;
    background-color: #EAEDE7;
    margin: 36px 0 0;
    text-align: center;
    font-family: var(--serif);
    box-shadow: none;
}

.product-block-right blockquote::before {
    content: none;
}

.product-block-right blockquote p {
    color: var(--blue);
    font-style: italic;
    font-size: 16px !important;
    font-family: var(--serif);
}

.product-block-right blockquote p a {
    font-weight: 700;
    text-decoration: none;
}

.product-info-btn .btn i,
.simplefavorite-button i {
    margin-right: 8px;
}

.product-info-btn .text-btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    font-family: var(--sans-serif);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    align-items: center;
    text-decoration: none;
    border: 1px solid var(--blue);
    color: var(--blue);
    background-color: transparent;
    padding: 0;
    line-height: 47px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
}

.product-block-right .product-info p span {
    font-weight: 700;
}

.gallery-image-col img {
    margin: 0 auto;
}

.slider-for .slick-slide{
    margin: 0;
}


/* Product Social Media */

.product-info-social {
    max-width: 500px;
    margin: auto;
}

.product-info-social ul {
    display: flex;
    margin: 30px 0 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
}

.product-info-social ul li a {
    font-family: var(--sans-serif);
    font-size: 14px;
    font-weight: 400;
    color: var(--dark-greenish);
    display: flex;
    letter-spacing: 0.1em;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
}

.product-info-social ul li i {
    font-size: 18px;
    margin-right: 6px;
    color: var(--green);
    transition: all 0.3s linear 0s;
}

.product-info-social ul li span {
    line-height: 1;
}

@media (min-width: 1200px) {
    .product-info-social {
        max-width: 100%;
        margin: auto auto 0 auto;
    }

    .product-info-social ul li a {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .product-info-social ul li a:hover {
        color: var(--green);
    }

    .product-info-social a:hover i {
        color: var(--blue);
    }
}



.client_image {
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 66px;
    padding: 0;
    width: 66px !important;
}

.client_image img {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    object-fit: cover;
}

/* Product Gallery */
.product-gallery {
    margin: 30px auto 0;
}

.product-gallery .slider-nav {
    padding: 0;
    margin: 18px auto 0;
}

.product-gallery .slick-initialized.slider-nav .slick-slide {
    margin: 0 7px;
}

.product-gallery .slick-prev,
.product-gallery .slick-next {
    background:  var(--light-green);
    transform: translate(0, -50%);
    /*
    top: 50%;
    */
    top: 110%;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: none;
    padding: 0;
    position: absolute;
    z-index: 99;
    transition: background 0.3s linear 0s;
}


.product-gallery .slick-arrow::before {
    font-family: var( --westmemorials-icon);
    color: var(--dark-greenish);
    font-size: 15px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
    line-height: 2.6;
    transition: background 0.3s linear 0s;
}

    .product-gallery .slick-next {
        right: 22px;
    }

    .product-gallery .slick-prev {
        right: inherit;
        left: 22px;
    }


.inner-product-block-content h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--light-blue);
    padding-bottom: 7px;
}

.slick-current .client_image img {
    opacity: 1;
}

.product-gallery .slider-for .slick-list {
    padding: 0 73px;
} 

.product-gallery button.slick-prev::before {
    content: "\e90c";
    left: -1px;
}

.product-gallery button.slick-next::before {
    content: "\e90d";
    left: 1px;
}

.product-gallery .slider-nav .slick-current.slick-active img {
    border: 3px solid var(--dark-green);
}

@media (min-width: 1200px) {
    
    .product-gallery .slick-arrow:hover {
        background: var(--blue);
    }

    .product-gallery .slick-arrow:hover::before {
        color: var(--white);
    }
}

/* Testimonial Block Section */
.product-comment {
    background-color: var(--light);
}

.product-comment .testimonial-box {
    padding: 43px 46px;
    position: relative;
    position: relative;
    background-color: var(--white);
    padding: 35px 30px;
    text-align: center;
    color:var(--charcoal);
    margin: 0 0 20px 0;
    box-shadow: 0 8px 24px rgba(79,89,84,0.15);
    z-index: 1;
}

.testimonial-box::before {
    content: '';
    position: absolute;
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    left: 10px;
    top: 10px;
    border: 1px solid #DCDEDD;
    z-index: -1;
}

.testimonial-box__content p {
    font-family: var(--serif);
    font-style: italic;
    font-size: 16px;
    line-height: 1.705em;
    margin: 0;
    padding: 0 0 10px 0;
}

.testimonial-author {
    color: var(--charcoal);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--sans-serif);
}
.product-wysiwyg {
    background: var(--light);
    padding: 50px 0px;
}



/* Breadcrumbs */
.product-block-left .breadcrumbs-mobile li {
    display: block;
}

.breadcrumbs-product ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    text-align: center;
}

.breadcrumbs-product li {
    display: inline-block;
    font-family: var(--sans-serif);
    font-size: 13px;
    letter-spacing: 0.1em;
    position: relative;
    padding: 0 8px;
    max-width: 300px;
}

    .breadcrumbs-product li:first-child {
        padding-left: 0;
        max-width: fit-content;
    }

    .breadcrumbs-product li:nth-child(2) {
        margin-right: 15px;
    }
    
    .breadcrumbs-product li:last-child {
        font-weight: 600;
        padding-right: 0;
        padding-left: 0;
        max-width: none;
    }

    .breadcrumbs-product li:last-child::before {
        opacity: 0;
    }

.breadcrumbs-product li a {
    text-decoration: none;
    font-weight: 400;
    color:var(--charcoa);
    background: none;
}

    .breadcrumbs-product li a:hover {text-decoration: underline;}



.breadcrumbs-product .back-to {
    font-weight: 300;
    margin-right: 5px;
}

.breadcrumbs-product .back-to i:before {
    font-size: 8px;
    top: -1px;
    position: relative;
    margin-right: 2px;
}

@media (min-width: 1200px) {
    .breadcrumbs-product li:first-child {
        width: 100px;
    }
}

/* Read More */
.product-content .read-more__content.read-more {
    -webkit-line-clamp: 3;
}

.product-content .read-more__content.is-expanded {
    -webkit-line-clamp: unset;
}

.read-more__box--product .show-more-btn {
    position: relative;
    text-decoration: none;
    font-size: 17px;
    text-transform: none;
    margin-top: 10px;
    margin-left: 0;
}

.read-more__box--product .show-more-btn:after {
    content: "\e90b";
    font-family: var(--westmemorials-icon);
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    padding: 5px;
    top: -1px;
    position: relative;
}

.read-more__box--product .show-more-btn[aria-expanded=true]:after {
    transform: rotate(180deg);
    display: inline-block;
}



/* Product Similar work */
.product-similar-work h2 {
    color: var(--dark-greenish);
}



@media (min-width: 768px) {
    .inner-product-block {
        padding: 15px 0 78px 0;
    }

    .product-block-right {
        padding: 0 52px;
    }

    .product-gallery .slider-nav {
        margin: 18px auto 0;
        max-width: 524px;
    }

    .product-block-right p,
    .read-more__box {
        font-size: 18px !important;
    }
}

@media (min-width: 1200px) {
    .product-info-btn {
        display: flex;
        justify-content: space-between;
    }

    .product-info-btn i {
        font-size: 19px;
    }

    .product-info-btn .text-btn {
        border: none;
        width: unset;
        margin: 0;
    }

    .product-info-btn .text-btn:hover {
        color: var(--medium-green);
    }

    .product-info-btn .btn:hover,
    .simplefavorite-button:hover {
        background-color: var(--medium-green);
        color: var(--white);
    }

    .product-block-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: 1448px;
        margin: 0 auto;
        padding: 0 22px;
    }

    .product-block-right {
        width: 55%;
        padding: 0 0 0 155px;
    }

    .product-block-left {
        width: 45%;
    }

    .product-gallery {
        padding: 0 0 0 0;
        margin: 0;
    }

    .gallery-image-col {
        max-width: 550px;
        height: unset;
        margin: 0 auto;
    }

    .product-block-right blockquote {
        padding: 30px 35px;
    }

    .product-block {
        padding: 80px 0 80px 0;
    }

    .product-info-btn .btn,
    .simplefavorite-button {
        width: calc(100% - 231px);
    }

    .product-gallery .slider-nav {
        max-width: 471px;
        margin: 18px auto 0;
    }

    .slider-for .slick-slide {
        margin: 10px 5px 10px 5px;
    }

    .product-gallery .slider-for {
        max-width: 800px;
        margin: 0 auto;
    }

    .product-block h2 {
        font-size: 55px;
        text-align: left;
        padding-bottom: 12px;
    }

    .product-gallery .slider-for .slick-list {
        padding: 0 0;
    }

    .product-gallery .slick-prev, .product-gallery .slick-next {
        width: 58px;
        height: 58px;
    }

    .product-gallery .slick-next {
        right: 36px;
    }

    .product-gallery .slick-prev {
        left: 36px;
    }

    .product-links {
        padding-top: 10px;
    }

    .product-links ul li a:hover {
        background: var(--yellow);
        color: var(--black);
    }

    .inner-product-block {
        padding: 30px 0 79px 0;
    }

    .inner-product-block .slick-initialized.slider-nav .slick-slide {
        margin: 15px 10px;
    }

    .inner-product-block-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 601px;
    }

    .inner-product-block-content .btn {
        width: max-content;
    }

    .inner-product-block-content h5 {
        font-size: 16px;
    }

    .inner-product-block-content h2 {
        font-size: 38px;
    }

    .inner-product-block-content p {
        padding-bottom: 30px;
    }

    .product-info-social ul {
        margin: 25px 0 0;
        padding: 0;
        justify-content: flex-start;
    }

    .product-info-social ul li {
        padding-right: 30px;
    }

    .product-block-right p,
    .read-more__box {
        font-size: 19px !important;
        line-height: 1.5em;
    }

    .product-info {
        margin-bottom: 35px;
      }


    .product-comment .testimonial-box {
        padding: 43px 46px;
      }

    .product-comment {
        padding-bottom: 80px;
    }

    .product-gallery button.slick-arrow::before {
        line-height: 3.9;
    }
    
    .product-similar-work .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .breadcrumbs-product ul {
        text-align: left;
    }
    .breadcrumbs-product li::before {
        display: block;
        content: "/";
        position: absolute;
        top: 0;
        left: auto;
        right: -3px;
        font-weight: 400;
        background-color: transparent;
        width: auto;
        height: auto;
        color: #43506F;
    }
}

@media (min-width: 1366px) {
    .inner-product-block-content {
        padding-left: 32px;
    }

    .breadcrumbs-product li {
        font-size: 14px;
        padding: 0 15px;
    }
}

@media (min-width: 1500px) {
    .product-gallery .slick-prev {
        left: -57px;
    }
    .product-gallery .slick-next {
        right: -58px;
    }
}