/**
Product.
**/

body {
    overflow: visible !important;
}


main#main {
    margin-top: 1.5rem;
    padding: 0 15px;
    padding: 0 min(2.5rem, 5vw);
}



.woocommerce-page div.product .sm-product-section.sm-section-left .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
}

body.product-template-default main#main {
	max-width: 100%;
	width: 1300px;
}

.woocommerce-product-gallery img {
    border-radius: 6px;
}

.shademonster-gallery {
    display: grid;
    grid: auto-flow dense / 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    margin-bottom: 15px;
}

.shademonster-category {
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0.6;
}

.shademonster-star-rate {
    float: none !important;
    margin-bottom: 20px;
}

h1.product_title.entry-title {
    margin-bottom: 2.5px;
}

span.shademonster-price-title {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    opacity: 0.8;
    font-size: 18px;
    margin-bottom: 6px;
}

.product-features {
    margin-bottom: .0005rem;
}
.product-features .feature {
    display: inline-flex;
    align-items: center;
    margin: 0 .5rem 1rem 0;
}
.product-features .feature img {
    width: 30px;
    height: auto;
}

.shademonster-price span.money-symbol,
.shademonster-price span.money-amount {
    font-size: 24px;
    color: #495E83;
    display: inline-block;
    margin: .5rem 0;
}

span.shademonster-price-note {
    font-size: 16px;
    display: block;
    margin-top: 2.5px;
}

.affirm-as-low-as {
    display: none;
}

.shademonster-arrival {
    margin-bottom: 15px;
}

.shademonster-cart-box .shademonster-arrival, p.stock.in-stock {
    margin-top: 15px;
}

.shademonster-cart-box {
    border: 2px solid #333;
    padding: 1.5rem;
    border-radius: .5rem;
}

.shademonster-cart-box form.cart {
    margin-bottom: 0 !important;
}

.shademonster-cart-box .quantity, .shademonster-cart-box .quantity input {
    width: 100% !important;
    float: none;
}

.shademonster-cart-box button.button {
    width: 100%;
    margin-top: 1rem !important;
    padding: 1rem 0 !important;
    background: #495E83 !important;
    font-weight: normal !important;
    font-size: 1.125rem !important;
    text-transform: uppercase;
}

.shademonster-cart-box form.cart > a {
    margin-bottom: 3px;
    display: inline-block;
}

.shademonster-review-box {
    padding: 1rem;
    border: 2px solid #333;
    border-radius: .5rem;
    margin-top: 1rem;
}
.shademonster-review-box:is(.sticky) {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #333;
    padding: .75rem .5rem .5rem .75rem;
    background-color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.shademonster-review-box h2 {
    margin: 0 0 .5rem 0;
    font-size: 1rem;
}
.shademonster-review-box:is(.sticky) h2 {
    font-size: 1rem;
    margin: 0 0 .25rem 0;
}
.shademonster-review-box span {
    display: inline-block;
    font-size: 14px;
    background-color: #E4E7ED;
    color: #495E83;
    line-height: 1;
    padding: 6px 12px;
    margin: 0 .25rem .25rem 0;
    border-radius: 3px;
}

.shademonster-affirm-info {
    background-color: #E4E7ED;
    padding: 1.25rem;
    color: #495E83;
    border-radius: .5rem;
    margin-top: 1rem;
    font-size: 1rem;
}
.shademonster-affirm-info h2 {
    color: #333;
    margin: 0 0 .5rem 0;
}
.shademonster-affirm-info p {
    margin: 0 !important;
}
.shademonster-affirm-info img {
    float: right;
    width: 25%;
    margin-top: -.5rem;
}
.shademonster-affirm-info::after {
    content: "";
    display: block;
    clear: both;
}

.shademonster-gallery-image.slick-slide {
    padding: 5px;
}


.shademonster-gallery-image.slick-slide {
    padding: 5px;
}

span.shademonster-gallery-arrow.slick-arrow {
    position: absolute;
    z-index: 10;
    font-size: 24px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 30px;
    cursor:pointer;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

span.shademonster-gallery-arrow.slick-arrow:hover {
    color: #495E83;
}

span.shademonster-gallery-arrow.slick-arrow:last-child {
    right: 0;
    justify-content: flex-end;
}

.shademonster-gallery.slick-initialized.slick-slider {
    display: flex;
}

.shademonster-gallery-videos iframe {
    max-width: 100%;
}

.shademonster-gallery-video {
    display: none;
    margin-bottom: 2em;
}

span.shademonster-video-play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.shademonster-video-thumbnail {
    position: relative;
    width: auto;
    padding: 4.5px;
    cursor: pointer;
}

.shademonster-video-thumbnails {
    display: grid;
    grid: auto-flow dense / 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 30px;
}

.shademonster-video-thumbnail img {
    display: block;
}

.shademonster-video-thumbnail:hover span.shademonster-video-play {
    transform: translateY(-3px);
}

.sm-product-footer {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #495E83;
    position: relative;
}

.shademonster-details-menu {
    position: sticky;
    top: 0;
    left: 0;
    background-color: white;
    padding-bottom: .5rem;
}

.shademonster-details {
    display: flex;
    z-index: 1;
    max-width: 100%;
    width: 1175px;
    border-radius: 4px;
}

.shademonster-details a {
    display: inline-block;
    padding: 1rem 0;
    border-bottom: 2px solid white;
    font-size: 1.25rem !important;
}
.shademonster-details a + a {
    margin-left: 2rem;
}
.shademonster-details a:hover {
    border-bottom-color: #87a3d4;
}
.shademonster-details a:active {
    border-bottom-color: #495E83;
}

.shademonster-detail-section {
    margin-top: 45px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgb(0 0 0 / 20%);
}

.shademonster-detail-section p:last-child {
    margin-bottom: 0;
}

h3.shademonster-detail-title {
    color: #495E83;
    font-weight: bold;
}

.shademonster-col-2 {
    display: flex;
    grid-gap: 30px;
}

.shademonster-col-2 > div {
    max-width: 50%;
    width: 100%;
}

.shademonster-details-sections iframe {
    max-width: 100%;
}

.shademonster-detail-install-info-image {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(0 0 0 / 20%);
    padding-bottom: 30px;
}

.shademonster-detail-install-info-image img {
    margin: 0 auto;
    display: block;
}

.shademonster-detail-install-info {
    display: block;
    width: 100%;
}

h3.shademonster-detail-install-downloads-title {
    font-size: 22px;
    text-align: center;
}

.shademonster-detail-install-downloads {
    text-align: center;
}

.shademonster-detail-install-downloads a {
    background: #495E83;
    display: block;
    max-width: 250px;
    margin: 0 auto 5px;
    padding: 10px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 4px;
}

.shademonster-detail-install-tips {
    margin-top: 30px;
}

.shademonster-detail-install-tips-title {
    display: flex;
    align-items: center;
}

.shademonster-detail-install-tips-content ul li {
    margin-bottom: 5px;
}

.shademonster-detail-install-tips-content ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.shademonster-popular-choices, .shademonster-popular-accessories {
    display: grid;
    grid: auto-flow dense / 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.shademonster-popular-choices h4, 
.shademonster-popular-accessories h4 {
    font-weight: bold;
    font-size: 18px;
    color: #495E83;
    margin: 5px 0 5px;
}

.shademonster-popular-choices .shademonster-price-inner span, 
.shademonster-popular-accessories .shademonster-price-inner span {
    font-size: 16px !important;
}

.shademonster-popular-choices, .shademonster-popular-accessories {
    display: grid;
    grid: auto-flow dense / 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.shademonster-popular-choices h4, 
.shademonster-popular-accessories h4 {
    font-weight: bold;
    font-size: 18px;
    color: #495E83;
    margin: 5px 0 5px;
}

.shademonster-popular-choices .shademonster-price-inner span, 
.shademonster-popular-accessories .shademonster-price-inner span {
    font-size: 16px !important;
}

ul.shademonster-detail-specifications {
    display: grid;
    grid: auto-flow dense / 1fr 1fr;
    grid-gap: 7px 30px;
    margin-bottom: 20px;
}

.shademonster-detail-dimensions-tabs {
    display: grid;
    grid: auto-flow dense / 1fr 2fr;
}

.shademonster-detail-dimensions-tabs-menu > div {
    background: #eee;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.shademonster-detail-dimensions-tabs-contents > div {
    background: #eee;
    margin-left: 5px;
    padding: 15px;
    display: none;
}

.shademonster-detail-dimensions-tabs-contents > div > ul {
    margin-left: 0;
    padding-left: 15px;
}

.shademonster-detail-dimensions-tabs-contents > div > ul li {
    margin-bottom: 7.5px;
}

.shademonster-detail-tab-menu-item.active, .shademonster-detail-dimensions-tabs-menu > div:hover {
    background: #495E83;
    color: #fff;
}

.shademonster-detail-dimensions-tabs-contents > div.active {
    display: block;
}

.shademonster-related-image {
    max-height: 250px;
    overflow: hidden;
}

li.elementor-icon-list-item.elementor-inline-item a span {
    color: #fff !important;
}

li.elementor-icon-list-item.elementor-inline-item a span {
    color: #fff !important;
}

.product-tabs-dropdown {
    padding: .75rem;
}
.product-tabs-links {
    display: none;
}
.product-tab-contents {
    margin-top: 1rem;
}
.product-tab-contents>div:not(.active) {
    display: none;
}

@media (min-width: 36em) {
    .sm-product-footer {
        margin-top: 4rem;
        padding-top: 3rem;
        border-top: 1px solid #EEE;
    }
    .product-tabs-dropdown {
        display: none;
    }
    .product-tabs-links {
        display: block;
        border-bottom: 1px solid #495E83;
        padding: 0 .5rem;
    }
    .product-tabs-links a {
        display: inline-block;
        margin: 0 .5rem -1px 0;
        border: 1px solid #495E83;
        padding: .5rem 1rem;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }
    .product-tabs-links a.active {
        border-bottom-color: white;
        font-weight: 550;
    }
    .product-tab-contents {
        margin-top: 1.5rem;
    }
    .product-tab-contents p {
        font-size: 1rem;
        line-height: 2;
        color: #333;
    }
}

@media (min-width: 48em) {
    .sm-product-inner {
        position: relative;
        display: grid;
        grid-template-areas:
            "image review"
            "options review";
        grid-template-columns: 60% auto;
        gap: 1.5rem;
    }
    .sm-section-left {
        grid-area: image;
    }
    .sm-section-center {
        grid-area: options;
    }
    .sm-section-right {
        grid-area: review;
        align-self: flex-start;
        position: sticky;
        top: 1rem;
        right: 0;
    }
    .shademonster-review-box {
        position: static !important;
        padding: 1rem !important;
        border: 2px solid #333 !important;
        border-radius: .5rem !important;
    }
    .shademonster-review-box h2 {
        display: block !important;
    }
    .shademonster-affirm-info {
        display: none;
    }
}

@media (min-width: 60em) {
    .sm-product-inner {
        grid-template-columns: 65% auto;
        gap: 2rem;
    }
}

@media (min-width: 60em) {
    .sm-product-inner {
        gap: 3rem;
    }
}

@media (min-width: 75em) {
    .sm-product-inner {
        grid-template-areas: "image options review";
        grid-template-columns: 28% auto 25%;
        gap: 4rem;
    }
    .sm-section-left {
        position: sticky;
        align-self: flex-start;
        top: 1rem;
        left: 0;
    }
    .shademonster-affirm-info {
        display: block;
    }
}

.faqs .answer {
    display: none;
}
.faqs .question {
    font-size: 1rem;
    padding: .5rem 0;
    cursor: pointer;
}
.faqs .question.open {

}
.faqs .open + .answer {
    display: block;
}