
/* =========================
 General Styling
 =========================== */
 .page.page-template-page-product-landing {
    background: #fff;
}

.page.page-template-page-product-landing p {
    font-size: 16px;
    letter-spacing: 0;
}

.prl-heading .btn.btn-nav {
    margin-top: 30px;
}

.prl-heading .header-nav-mobile .btn-nav {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

.prl-heading .btn.btn-nav.btn-nav-desktop {
    display: none;
}

main.prl-main {
    background: #fff;
}

div#wrapper {
    padding-top: 0 !important;
}

.row {
    justify-content: center;
}

.page-template-page-product-landing .prl-heading {
    background: #fff !important;
    /* box-shadow: none !important; */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16) !important;
    top: 0 !important;
    transform: none !important;
    margin-top: 0 !important;
    transition: all 0.3s ease 0s;
    position: sticky !important;
}

.page-template-page-product-landing .inside {
    max-width: 1381px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 1279px) {
    .page-template-page-product-landing .prl-banner-sec .inside,
    .page-template-page-product-landing .pl-info-sc .inside,
    .page-template-page-product-landing .vehicle-type-sc .inside,
    .page-template-page-product-landing .prl-half-video-content .inside,
    .page-template-page-product-landing .half-green-box .inside,
    .page-template-page-product-landing .half-green-box .inside {
        padding-left: 0;
        padding-right: 0;
    }
}

.page-template-page-product-landing #wrapper > #container {
    overflow: initial;
}

@media (min-width: 768px) {
    /* .page-template-page-product-landing .prl-heading {
        background: transparent !important;
    } */

    .prl-heading .header-nav-mobile { display: none; }


    .prl-heading .btn.btn-nav.btn-nav-desktop {
        display: inline-block;
    }

    header.prl-heading.sticky {
        background: #fff !important;
    }

    .prl-heading {
        padding: 13px 0;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

main ul li {
    font-size: 16px;
    font-family: "Open Sans",sans-serif;
    letter-spacing: 0;
    line-height: 1.2;
    background-position: left;
    padding-bottom: 7px;
}

main ul {
    padding-left: 20px;
}

.btn {
    background: #FF9900;
    border: none;
    cursor: pointer;
    color: #212324 !important;
    display: inline-block;
    font-size: 20px;
    font-family: Oswald,sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    padding: 13px 27px;
    text-decoration: none !important;
    line-height: 1.2;
}

.btn::after{ 
    display: none;
}
.btn-green {    
    background: #8DC63F; 
}

.btn-tertiary {
    color: #FF9900;
    cursor: pointer;
    font-family: Oswald,sans-serif;
    font-weight: 600;
    display: inline-block !important;
    text-transform: uppercase;
    margin: auto;
    position: relative;
    padding-right: 15px;
    transition: all 0.3s ease 0s;
}

.btn-tertiary::after {
    content: '';
    width: 0;
    height: 0;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #FF9900;
    border-style: solid;
    display: block;
    text-align: center;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.btn-tertiary:hover ,
.wc-rp-wrap:hover .btn-tertiary {
    color: #8DC63F; 
}

.btn-tertiary:hover::after,
.wc-rp-wrap:hover .btn-tertiary::after {
    border-color: transparent transparent transparent #8DC63F;
}

@media (min-width: 768px) {
    h2 {
        font-size: 45px;
    }
    .row-opposite {
        flex-direction: row-reverse;
    }
}

/* Slick Carousel */

.wc-slick-nav .slick-arrow {
    background: #8DC63F;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    width: 44px;
    height: 44px;
    font-size: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wc-slick-nav .slick-arrow:hover {
    background: #FF9900;
}

.wc-slick-nav .slick-arrow::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    display: block;
    position: relative;
}

.wc-slick-nav.slick-prev {
    left: 0;
}

.wc-slick-nav .slick-prev::before {
    border-width: 11px 14px 11px 0;
    border-color: transparent #fff transparent transparent;
    left: 6px;
}

.wc-slick-nav .slick-next {
    right: 0;
}

.wc-slick-nav .slick-next::before {
    border-width: 11px 0 11px 14px;
    border-color: transparent transparent transparent #fff;
    left: 11px;
}


/* =========================
 Footer Section
 =========================== */
 footer#footer.prl-footer {
    background: #000;
    padding: 40px 20px;
}

.prl-footer .field--logo {
    margin: auto !important;
}

footer#footer.prl-footer .row {
    justify-content: space-between;
}

.prl-ft-content div {
    margin: 27px 0 15px;
}   


.prl-ft-phone a {
    font-family: Oswald,sans-serif;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.prl-ft-phone a:hover {
    color: #8DC63F;
}

@media (max-width: 767px) {
    footer#footer.prl-footer .row {
        display: block; 
    }
}

@media (min-width: 768px) {
    .prl-footer .field--logo {
        margin-left: 0 !important;
    }
    .prl-ft-content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
        justify-content: flex-end;
    }
    .prl-ft-content div {
        margin: 0;
    }  
}

@media (min-width: 1025) {
    .prl-ft-content {
        gap: 30px;
    }
}


/* =========================
 Banner Section
 =========================== */

 .prl-banner-sec {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* .prl-banner-sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right,  rgba(33,36,37,1) 17%,rgba(33,36,37,0.68) 29%,rgba(255,255,255,0) 54%,rgba(110,127,85,0.9) 87%);
} */

.prl-banner-sec .row {
    display: block;
}

.prl-banner-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    mix-blend-mode: soft-light;
    opacity: 0.9;
}

.prl-banner-img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prl-banner-c {
    min-height: 450px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.prl-banner-c h1 {
    color: #fff;
    font-size: 38px;
    max-width: 300px;
    padding: 0 20px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .prl-banner-c .btn {
        width: 100%;
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
    }

    .prl-banner-sec .row {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .prl-banner-c {
        min-height: 500px;
    }

    .prl-banner-c h1 {
        max-width: none;
        padding: 0 20px;
        margin-bottom: 35px;
    }
}

@media (min-width: 992px) {
    .prl-banner-c {
        min-height: 642px;
    }
    .prl-banner-c h1 {
        font-size: 75px;
        padding: 0;
    }
}

/* =========================
 Information Tab Section
 =========================== */
 .pl-info-sc {
    position: relative;
    overflow: hidden;
    margin: 50px 0;
}

.pl-info-wr {
    background: #EFF0F1;
    padding: 35px 20px;
}

.pl-info-wr ul {
    padding: 0 !important;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
}

.pl-info-wr ul li {
    background: transparent;
    padding: 0;
    margin: 8px 0;
    min-width: 23.2%;
    text-align: center;
}

.pl-info-wr ul li a {
    background: transparent;
    border: 1px solid #ccc;
    font-family: Oswald,sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 8px 15px;
}

.pl-info-wr ul li.active a {
    background: #8DC63F;
    border-color: #8DC63F;
}

.info-tab-content {
    margin-top: 20px;
    text-align: center;
}

.pl-tab-content {
    display: none;
}

.pl-tab-content.active {
    display: block
}

.pl-tab-content [class*=col-] {
    padding: 0 5px;
}

.pl-tab-content p {
    font-size: 16px;
    margin-bottom: 15px;
}

.pl-tab-content .info-tab-heading {
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 20px;
}

.pl-tab-image {
    position: relative;
    max-width: 430px;
    left: -20%;
    margin-top: 15px;
}

.pl-tab-image .prl-tab-feature {
    width: 100%;
    height: 100%;
    max-height: 421px;
    max-width: 339px;
    object-fit: cover;
}

.pl-tab-image .prl-tab-product {
    position: absolute;
    right: -52%;
    top: 50%;
    transform: translateY(-50%);
    max-height: 300px;
    max-width: 300px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .pl-tab-image {
        left: 0;
    }

    .pl-tab-image .prl-tab-product {
        max-height: 270px;
        max-width: 270px;
        right: -48%;
    }
}

@media (min-width: 992px) {
    
    .info-tab-content {
        text-align: left;
    }

    .pl-info-wr {
        padding: 50px 30px;
    }

    .pl-tab-image {
        left: 10%;
        margin-top: 0; 
    }

    .pl-tab-image .prl-tab-product {
        right: -30%;
    }

    .pl-info-wr ul li a {
        padding: 11px 30px;
    }

    .pl-tab-image.pl-no-product-img {
        max-width: unset;
        text-align: right;
        padding-right: 50px;
    }

}

@media (min-width: 1200px) {
    .pl-tab-image .prl-tab-product {
        right: -45px;
    }
}


/* =========================
 Vehicle Type Section
 =========================== */
 .vehicle-type-sc {
    padding: 25px 20px; 
}

.vt-wrapper {
    border: 1px solid;
}

.vt-wrapper .row {
    align-items: center;
}

.vehicle-type-sc h2 {
    font-size: 24px;
    font-weight: 500;
    padding: 10px;
}

.vt-wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

.vt-wrapper ul li {
    width: 50%;
    background: transparent;
    text-align: center;
    padding: 0 5px;
    margin-bottom: 15px;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
}


.vt-wrapper li a {
    text-decoration: none;
}

.vt-wrapper .term-name {
    color: #212324;
    display: block;
    font-family: Oswald,sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
}

.vt-wrapper li:hover .term-name {
    color: #ff9900;
}

.vt-recommended {
    background: #fff;
    position: relative;
    text-align: center;
    margin: -35px auto 0;    
    max-width: 230px;
}

.vt-listings {
    padding: 30px 20px;
}

@media (min-width: 568px) {
    .vt-wrapper ul li {
        width: 33%;
    }
}
@media (min-width: 768px) {
    .vt-recommended {
        max-width: none;
    }

    .vehicle-type-sc {
        padding: 25px 20px; 
    }
    .vehicle-type-sc h2 {
        font-size: 35px;
    }

    .vt-wrapper ul li {
        width: 20%;
    }
}
@media (min-width: 1025px) {
    .vt-recommended {
        text-align: left;
        width: 28%;
        margin: 0;
    }

    .vt-listings {
        width: 70%;
        padding-right: 60px;
        padding-left: 0;
    }

    .vt-recommended { 
        padding-left: 20px;
    }

}

@media (min-width: 1350px) {
    .vt-recommended {
        padding-left: 0;
        left: -35px;
    }
}


/* =========================
 Benefit Section
 =========================== */
 .pl-benefits-sec {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    margin: 50px 0 0;
}

.prl-benefits-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}

.pl-benefits-sec::before {
    content: "";
    background: #212324;
    position: absolute;
    height: 80%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.benefits-wrap {
    color: #fff;
    padding: 0 20px 20px;
}

.benefits-wrap a:hover {
    color: #8DC63F;
}

.product-features {
    align-items: stretch;
}

.prl-ft-wrap {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    text-align: center;
    padding: 10px;
    height: 100%;
    min-height: 150px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-listing {
    padding: 10px;
}

.pl-benefits-text {
    font-family: Oswald,sans-serif;
    font-size: 20px !important;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 28px;
}

.pl-benefits-text strong {
    font-weight: 600;
}

.prl-benefit-badge {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 150px;
    padding-bottom: 35px;
}

.prl-benefits-bg.bg-desktop {
    display: none;
}

.prl-benefits-bg.bg-mobile {
    height: 70%;
}

.plr-review-sec__btn {
    margin-top: 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .benefits-wrap {
        padding: 0;
        min-height: 345px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .prl-benefits-bg.bg-desktop {
        display: block;
    }
    .prl-benefits-bg.bg-mobile {
        display: none;
    }

    .pl-benefits-sec {
        margin: 50px 0 90px;
    }

    .product-features {
        position: absolute;
    }
}

/* =========================
 Half Video + Half Content Section
 =========================== */
 .prl-half-video-content {
    padding: 20px 0;
}

.prl-video-img {
    position: relative;
    overflow: hidden;
    min-height: 200px;
    background: #ccc;
}

.prl-video-img .prl-vid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-play-btn {
    background: #8DC63F;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 70px;
    height: 70px;
    box-shadow: 0 0 0 rgba(141,198,63, 0.57);
    animation: pulse 2s infinite;
}

.play-triangle {
    width: 0;
    height: 0;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #FFFFFF;
    border-style: solid;
    display: block;
    text-align: center;
    margin: auto;
    left: 4px;
    position: relative;
}

.half-vid-content {
    padding: 30px 20px;
}

@media (min-width: 768px) {
    .prl-half-video-content {
        padding: 40px 0;
    }

    .half-vid-content {
        padding: 0;
    }

    .video-play-btn {
        width: 100px;
        height: 100px;
    }

    .play-triangle {
        border-width: 30px 0 30px 45px;
    }
}



@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(141,198,63, 0.57);
        box-shadow: 0 0 0 0 rgba(141,198,63, 0.57);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(141,198,63, 0);
        box-shadow: 0 0 0 20px rgba(141,198,63, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(141,198,63, 0);
        box-shadow: 0 0 0 0 rgba(141,198,63, 0);
    }
}


/* =========================
Half Image + Half Content Section
 =========================== */
 .prl-half-img-content {
    position: relative;
    margin: 50px 0 20px;
    z-index: 1;
}

.half-green-box.box-right::before {
    right: 0;
    left: unset;
}

.half-green-box-img {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.half-green-box-img::before {
    content: "";
    background: #8DC63F;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.half-green-box-img .prl-half-img {
    margin-top: -100px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.half-img-cnt {
    padding: 30px 20px;
}


@media (min-width: 768px) {
    .prl-half-img-content {
        padding: 40px 0;
        position: relative;
        margin: 40px 0 0;
    }

    .half-green-box-img::before {
        opacity: 0;
    }

    .half-green-box-img .prl-half-img {
        margin-top: 0;
        max-width: none;
    }

    .half-green-box::before {
        content: "";
        background: #8DC63F;
        height: 100%;
        width: 40%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .half-img-cnt {
        padding: 0;
        min-height: 700px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

/* =========================
Related Product Section
=========================== */
.prl-related-prod-sec {
    position: relative;
    padding: 50px 0;
}

.prl-related-prod-sec .main-heading {
    text-align: center;
    margin-bottom: 50px;
}

.wc-rp-listing  {
    padding: 0;
}

.wc-rp-listing  li {
    background: none;
    padding: 0;
    text-align: center;
}

.wc-rp-listing li a {
    font-weight: 500;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; 
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}

.wc-rp-listing h5 {
    text-transform: none;
    font-size: 18px;
    font-family: "Open Sans",sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    margin: 15px 0;
}

.prl-related-prod__slider-container {
    flex-basis: 100%;
    max-width: 100%;
}

.wc-rp-listing.slick-initialized li.slick-slide {
    display: block;
}

.wc-rp-listing li.wc-rp-1 { display: block !important }

.wc-rp-listing li.wc-rp-wrap {
    display: none;
}

.prl-related-prod-sec .btn-wrapper {
    text-align: center;
    margin-top: 50px;
}

.wc-rp-listing h3 {
    max-width: 440px;
    margin: auto;
}

.wc-rp-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding-top: 100%;
    overflow: hidden;
}

.wc-rp-image > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (min-width: 768px) {
    .prl-related-prod-sec .btn-wrapper {
       display: none;
    }
}

@media (min-width: 992px) {
    .wc-rp-image {
        margin-bottom: 40px;
    }
}

/* =========================
Product Review Section
=========================== */
.plr-review-sec {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

.plr-review-bg {
    background: #212324;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 298px;
    min-height: 298px;
    overflow: hidden;
}

.plr-review-bg img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    opacity: 0.45;
    position: absolute;
}

.plr-review-content {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.review_authorID_226992,
.review_authorID_2 {
    display: none !important;
}

.wc-review-listings .slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    min-height: 100%;
}

.wc-review-content {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    padding: 50px 35px 80px;
    position: relative;
    margin: 13px auto;
    text-align: center;
    min-height: 100%;
    height: auto;
    letter-spacing: 0;
    max-width: 418px;
}

.wcr-stars {
    min-height: 15px;
    margin-bottom: 20px;
    line-height: 0;
}

.wc-review-content h4 {
    font-weight: 500;
    font-size: 22px;
    min-height: 30px;
    margin-bottom: 20px;
}

.wcr-comment-meta-info {
    font-size: 15px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.wcr-comment-author {
    font-weight: 600;
    margin-right: 10px;
}


.wcr-comment {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    min-height: 134px;
    margin-bottom: 10px;
}

.wcr-comment span {
    display: inline;
}

.wcr-readmore.btn-tertiary {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.wcr-hidden {
    display: none !important; 
}

.wcr-comment.active .wcr-hidden {
    display: inline !important;
}

.wcr-elipse { display: block; }

.wcr-comment.active .wcr-elipse { display: none; }

@media (max-width: 1024px) {
    .plr-review-sec .row {
        display: block !important;
    }

    .wc-review-listings .wc-review-wrap:not(:nth-child(1)):not(:nth-child(2)) {
        display: none;
    }

    .wc-review-listings #wc-review-1, .wc-review-listings #wc-review-2 {
        display: block !important;
    }

    .wc-review-listings {
        max-width: 500px;
        margin: auto;
    }
}

@media ( min-width: 1200px ) {
    .wc-review-listings .slick-prev {
        left: -4%;
    }

    .wc-review-listings .slick-next {
        right: -4%;
    }
}
/* =========================
Newsletter Section
=========================== */
.prl-newsletter-sec {
    background: #EFF0F1;
    margin-top: 50px;
}

.prl-newsletter-sec .row {
    display: block;
}

.newsletter {
    background: transparent;
    padding: 50px 20px;
}

.newsletter h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: normal;
    text-align: center;
}

.newsletter label {
    display: none;
}

.newsletter div#springbot-embedded-form {
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
}

.newsletter #springbot-embedded-form .springbot-form-group__input {
    display: flex;
}

.newsletter #springbot-embedded-form input[type=email] {
    background: #fff;
    border: none;
}

.newsletter .springbot-button {
    background: #FF9900;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-family: Oswald,sans-serif;
    text-transform: uppercase;
    width: 24%;
    transition: all 0.3s ease 0s;
}

.newsletter .springbot-button:hover {
    background: #cc7a00;
}

.springbot-success {
    display: none;
}

.newsletter .springbot-popup h1 {
    font-size: 32px !important;
    font-weight: 600 !important;
}

@media (max-width: 360px) {
    .newsletter .springbot-button {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .prl-newsletter-sec {
        background: transparent;
        margin-bottom: 80px;
    }

    .newsletter {
        background: #EFF0F1;
        padding: 50px;
    }
}
@media (min-width: 1025px) {
    .newsletter {
        background: #EFF0F1;
        padding: 50px 100px;
    }

    .newsletter h3 {
        font-size: 35px;
        text-align: left;
    }
}


/* =========================
Product Details Section
=========================== */

.pl-prod-details {
    padding: 50px 20px 10px;
}

.pl-prod-details .product-main-headline {
    font-weight: 400;
    margin-top: 10px;
}

.pl-prod-details .woocommerce-review-link {
    font-family: Oswald,sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
}

.pl-prod-details .wooocommerce-product-details__short-description h2 {
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
}

.pl-prod-details .wooocommerce-product-details__short-description h2 em {
    font-style: normal;
}

.pl-prod-details .wc-stars-desktop {
    display: none;
}

.wc-stars-mobile .woocommerce-product-rating {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.wc-stars-mobile .woocommerce-product-rating .star-rating {
    float: unset;
}

.pl-prod-details .woocommerce-top {
    text-align: center;
    margin-bottom: 30px;
}

.woocommerce .star-rating span::before {
    color: #FF9900;
}

.pl-prod-details .summary p {
    font-size: 16px;
    letter-spacing: 0;
    color: #212324;
    margin-bottom: 20px !important;
}

.pl-prod-details .summary ul {
    padding-left: 0;
}

.woocommerce-cart {
    border-top: 1px solid #454545;
    padding-top: 20px;
    position: relative;
    margin-top: 20px;
}

.pl-prod-details .btn-tertiary {
    font-weight: 400;
    letter-spacing: 0;
}

.pl-prod-details .woocommerce-cart li {
    background: none !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 9px 10px !important;
    height: auto !important;
}

.pl-prod-details .woocommerce-cart li.selected {
    background: #707070 !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
}

.pl-prod-details .reset_variations {
    display: none;
}

.pl-prod-details .woocommerce-cart button.button {
    width: 100%;
    background: #FF9900 !important;
    border-radius: 0 !important;
    border: none;
    cursor: pointer;
    color: #212324 !important;
    display: inline-block;
    font-size: 20px;
    font-family: Oswald,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    padding: 13px 27px;
    text-decoration: none !important;
    line-height: 1.2;
}
.pl-prod-details .woocommerce-cart button.button:hover {
    background: #cc7a00;
}

.woocommerce .quantity::before {
    content: 'Quantity';
    display: block;
    position: absolute;
    top: -40px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pl-prod-details .woocommerce-cart .variations_button {
    position: relative;
    display: flex;
    flex-wrap: wrap;    
    margin-top: 50px;
}

.woo-variation-swatches .variable-items-wrapper {
    max-width: 550px;
}

.woocommerce-cart .quantity {
    width: 100%;
}

.woocommerce-cart .quantity .qty {
    width: 100%;
    height: 50px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.woocommerce-cart .label label {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

.woocommerce-variation-price bdi {
    font-family: Oswald,sans-serif;
    font-weight: 600;
    font-size: 38px;
}

.pl-custom-price-desktop {
    display: none;
}

@media (min-width: 425px) {
    .woocommerce-cart .quantity {
        width: auto;
    }

    .woocommerce-cart .quantity .qty {
        width: 5.631em;
        height: 100%;
    }

    .pl-prod-details .woocommerce-cart button.button {
        width: auto;
    }

    .pl-prod-details .woocommerce-cart .variations_button {
        max-width: 300px;
    }
}

@media (min-width: 768px) {
    .pl-prod-details .wc-stars-mobile,
    .pl-prod-details .wc-btn-mobile,
    .pl-custom-price-mobile { 
        display: none; 
    }

    .pl-custom-price-desktop {
        display: block;
    }

    .pl-prod-details .wc-stars-desktop {
        display: block;
    }

    .pl-prod-details {
        padding: 80px 0;
    }

    .woocommerce-cart {
        display: block;
    }

    .pl-prod-details .woocommerce-top {
        text-align: left;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }

    .custom-price-container {
        margin-left: 15px;
    }

}

@media (min-width: 1200px) {
    .pl-prod-details .woocommerce-cart .variations_button {
        position: absolute;
        top: 60px;
        right: 0;
        margin-top: 0;
    }
}

.prl-banner-img--mobile {
	display: block;
}

.prl-banner-img--desktop {
	display: none;
}

.prl-banner-sec:before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.35;
}

@media (min-width: 768px) {
	.prl-banner-img--desktop {
		display: block;
		object-position: 80%;
	}
	
	.prl-banner-img--mobile {
		display: none;
	}
}

@media (min-width: 1025px) {
	.prl-banner-sec:before {
		display: none;
	}
	
	.prl-banner-img--desktop {
		object-position: center;
	}	
}


sup {
  vertical-align: super;
  font-size: smaller;
}