
@media screen and (min-width: 768px) {
    body.single #main .product .product-details-wrapper {
        display:flex;
        max-width: unset;
        padding: unset;
    }

    body.single #main .product .product-details-wrapper>div {
        width: 33%!important
    }

    body.single #main .product .product-details-wrapper .images {
        order: 2;
        margin: 0 50px!important
    }

    body.single #main .product .product-details-wrapper .product-desc-col {
        order: 1
    }

    body.single #main .product .product-details-wrapper .product-description-col,body.single #main .product .product-details-wrapper .cart-single-page-col {
        order: 3
    }
    body.single section.compatibility-list .owl-item {
        padding-left: 10px;
    }
    body.single .mkl_pc.opened{
        margin-top: 75px;
    }
    body.single.admin-bar.scrolled .mkl_pc.opened{
        margin-top: 45px;
    }
    body.single .custom-html.active{
        margin-top: 32px;
    }
    body.single.admin-bar:not(.scrolled) .mkl_pc .mkl_pc_container .mkl_pc_toolbar > header > .cancel {
        top: 130px !important;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar > header > .cancel {
        top: 100px !important;
    }
}
h1.product_title{
    font-family: 'Matritsa';
    font-weight: 900;
    font-style: Black;
    font-size: 42px;
    letter-spacing: 0;
}
body.single-product .custom-count-section {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-right: 10px;
    flex-wrap: wrap
}
body.single-product .total-user-photos {
    padding-left: 10px;
    cursor: pointer;
    display: flex;
    align-items: baseline
}

body.single-product .total-user-photos p {
    display: inline;
    font-size: 13px;
    margin-bottom: 0;
    margin-left: 5px
}
body.single-product .ywqa-product-questions-counter-link{
    margin-left: 5px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #898989;
}
body.single-product #user-sub-photos a,
body.single-product .product .woocommerce-product-rating a{
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #898989;
}
body.single-product div.product p.price{
    color: #DC9814;
    margin: 10px 0;
}
body.single-product .money-back-gurantee {
    display: flex;
    margin: 30px auto;
    justify-content: left;
    column-gap: 0px;
    height: 150px;
}
body.single-product .money-back-gurantee ul {
    list-style-type: none;
    margin: 12px 0;
    max-width: 160px;
    width: fit-content;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* compatibility */
 #weapons_compatibility_heading {
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 32px;
    line-height: 31.2px;
    padding: 1em;
    font-family: 'Matritsa', sans-serif;
}
.seeless-product {
    display: none;
}
#see-more,
#hide-more {
    text-align: center;
    color: #EF6526;
    font-weight: 500;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
}
#compatibility-table tr:nth-child(1) {
    font-family: "IBM Plex Sans";
    font-weight: 700;
}
#compatibility-table {
    border-spacing: 5px;
    font-family: "IBM Plex Sans";
    background-color: #F4F4F4;
    margin: auto;
    border-collapse: collapse;
}
.compatibility-table-container {
    width: 60%;
    margin: auto;
    background-color: #F4F4F4;
    padding: 25px;
    margin-bottom: 30px;
}
#compatibility-table tr {
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #999999;
    text-align: center;
    width: 33.33%;
}
#compatibility-table th{
    text-align: center;
    font-family: Spoiler,sans-serif;
    font-size: 18px;
    width: 33.33%;
    text-transform: uppercase;
    color: #181817;
}
#compatibility-table td {
    font-family: "IBM Plex Sans";
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #181817;
;
}
#compatibility-table tr td:not(:nth-child(3)),
#compatibility-table tr th:not(:nth-child(3)) {
    border-right: 1px solid #999999;
}

/* UGC content */

.user-upload-container {
    clear: both;
}

body.single-product .user-upload-container {
    padding: 0 5%;
    padding-top: 2em;
    background: #ffffff;
}

body.single-product .user-upload-container .heading-top-section {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

body.single-product .user-upload-container .heading {
    display: block;
    width: 100%;
    text-align: center;
}

body.single-product .user-upload-container .heading h2 {
    font-family: Matritsa,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

body.single-product .user-upload-container .upload-section {
    display: block;
    width: 100%;
    position: relative;
    left: 5px;
    text-align: center;
}

body.single-product .user-upload-container .upload-section a {
    font-size: 16px;
    width: max-content;
    display: inline-block;
    color: #ffffff;
    background: #EF6526;
    text-align: center;
    font-family: 'Matritsa',sans-serif;
    font-weight: bold;
    padding: 8px 16px;
    margin-bottom: 45px;
}
body.single-product .user-upload-container .upload-section a:hover{
    background-color:#d24d1f
}
body.single-product .user-upload-container .upload-section p {
    font-size: 15px;
    text-align: center;
    font-family: roboto,sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
    color: #222222;
}

.product-user-images {
  display: grid;
  grid-auto-rows: auto;
  gap: 10px;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 30px;
}
.product-user-images .product-user-image-item{
    height: 200px;
    position: relative;
}
/* 2nd row (items 7 to 9), 4th row (items 16 to 18), etc. — force 3-item layout */
.product-user-image-item:nth-child(9n+7),
.product-user-image-item:nth-child(9n+8),
.product-user-image-item:nth-child(9n+9) {
  grid-column: span 2;
  height: 400px;
}
.product-user-image-item:nth-child(9n+7) a img,
.product-user-image-item:nth-child(9n+8) a img,
.product-user-image-item:nth-child(9n+9) a img{
    height: 400px !important;
}
.user-upload-container .product-user-images a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .user-upload-container .product-user-images a img {
        height: 140px;
    }

    .user-upload-container .product-user-images {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
    }
}
    .mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers .custom-html {
        color: #999999;
        font-family: 'Inter';
    }
@media (max-width: 1023px) {
    .user-upload-container .product-user-images {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 10px;
    }

    body.single-product #upload-user-from {
        max-width: 100%;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    body.single-product .mfp-content #upload-user-from #formId .form-item:nth-child(2) p {
        width: 100%;
    }

    body.single-product .user-upload-container .heading {
        margin: 0 auto;
    }

    body.single-product .user-upload-container .upload-section {
        margin: 0 auto !important;
    }
}
body.single-product .mfp-content #upload-user-from input[type="text"] {
    background-color: #ffffff;
    width: 100%;
    box-shadow: 2px 2px 2px 0px;
    border: 1px solid grey;
}

body.single-product .mfp-content #upload-user-from .success-msg h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #ffffff;
}

body.single-product .mfp-content #upload-user-from .success-msg h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
}

body.single-product #upload-user-from .form-section {
    width: 95%;
    margin: 0 auto;
}

@media screen and (max-width: 1300px) {
    body.single-product .mfp-content #upload-user-from #formId .form-item:nth-child(4) {
        float: none;
        top: 0;
        right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    body.single-product .mfp-content #upload-user-from .mfp-close {
        right: 2em;
    }

    body.single-product .mfp-content #upload-user-from input[type="text"],
    body.single-product .mfp-content #upload-user-from .form-item input[type="submit"] {
        width: 75%;
    }
    body.single .product-singular a input{
        top:2px
    }
}

@media screen and (max-width: 468px) {
    body.single-product #upload-user-from .form-section {
        position: relative;
        left: 0;
    }

    body.single-product .user-upload-container .upload-section a {
        width: 100%;
        width: -moz-available;
        width: -webkit-fill-available;
        width: stretch;
    }

    body.single-product .user-upload-container .upload-section {
        margin: 0;
        left: 0;
        width: 100%;
    }

    body.single-product .user-upload-container {
        margin: 0;
    }

    body.single-product .mfp-content #upload-user-from input[type="text"],
    body.single-product .mfp-content #upload-user-from .form-item input[type="submit"] {
        width: 100%;
    }

    body.single-product .mfp-content #formId {
        width: 100%;
    }

    body.single-product .mfp-content #upload-user-from .mfp-close {
        right: 0;
    }

    body.home section.elementor-element-98ec216 {
        height: 500px;
    }
    body.single .mkl_pc.opened{
        margin-top:70px;
    }
}


/* Product compatibility css */
body.single section.compatibility-list .product-singular {
    height: 255px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

body.single .product-singular img {
    height: 178px;
    width: 100%;
    object-fit: contain;
}
.product-list .owl-nav.disabled{
    display: flex;
}
body.single .product-singular a {
    display: block;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    /* padding: 10px; */
}

/* body.single .product-singular p.product-price {
    background: #EF6526;
    display: inline-block;
    width: fit-content;
    padding: 3px 10px;
    color: #ffffff;
    margin-top: 3px;
} */

body.single .compatible-header h3 span {
    padding-left: 5px;
}

body.single .product-singular a input {
    position: relative;
    right: 5px;
    top: 2px;
}

body.single .add-to-cart-action input {
    font-family: Matritsa;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    margin: auto;
    display: block;
    text-align: center;
    color: #EF6526;
    background-color: transparent;
    border: 2px solid #EF6526;
    border-radius: 0px;
    padding: 10px 50px;
}
/* 
body.single section.compatibility-list .owl-nav .owl-prev {
    left: 0;
    font-size: 64px !important;
    font-weight: 400 !important;
    height: 300px;
    top: 0;
    color: #000000 !important;
} */

/* body.single section.compatibility-list .owl-nav .owl-next {
    right: 0;
    font-size: 64px !important;
    font-weight: 400 !important;
    height: 300px;
    top: 0;
    color: #000000 !important;
} */

body.single section.compatibility-list .owl-nav button:hover {
    background-color: transparent;
    color: #000;
    opacity: 0.6;
}

body.single .add-to-cart-action .total {
    position: absolute;
    right: 92px;
    width: 180px;
}

body.single .compatibility-list .compatible-products {
    margin: 10px auto;
    padding-right: 2.617924em;
    padding-left: 2.617924em;
}

body.single .compatibility-list .compatible-header h3 {
    font-family: Matritsa;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    margin: 30px 0;
    text-transform: capitalize;
}

body.single .compatibility-list{
    background-color: #181818;
    padding: 10px 0;
}

body.single #page #main .woocommerce-tabs{
    padding: 0;
    width: 100%;
}
body.single .product-list .owl-stage{
    margin: auto;
}
body.single .product-singular a div {
    display: flex;
    justify-content: left;
    align-items: baseline;
    text-align: left;
    padding-left: 6px;
}
body.single .product-singular a p{
    font-family: Inter;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-singular div p {
  white-space: nowrap;        
  overflow: hidden;           
  text-overflow: ellipsis;   
}
body.single .compatibility-list .add-to-cart-action{
    margin-top: 30px;
}
body.single .compatible-products .product-list{
    position: relative;
    width: 75%;
    margin: auto;
}
/* body.single .compatible-products .product-list .owl-nav{
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% + 80px);
    height: 0px;
    display: flex;
    justify-content: space-between;
    right: 0;
} */

body.single .compatible-products .product-list .owl-nav button span{
    color: #ffffff !important;
}
/* body.single .compatible-products .product-list .owl-nav button.owl-next{
    position: relative;
    left: 100px;
} */
body.single .compatible-products .product-list .owl-nav button.owl-prev{
    position: relative;
}
body.single .related.products{
    background-color: #181818;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
body.single .related.products ul.products{
    width: 75%;
    margin: auto;
    gap: 20px;
}
body.single .related.products h2{
    color: #ffffff;
    font-family: Matritsa;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
}
body.single .related.products .product__categories,
body.single .related.products .star-rating{
    display: none;
}
.woocommerce-loop-product__title a{
    font-family: Matritsa;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: left;
    height: 80px;
    overflow: hidden;
    color:#000000 !important;
}
body.single .related.products ul li{
    background-color: #ffffff;
}
body.single .related.products ul li.product{
    width: 90%;
    margin-bottom: 50px;
}
/* body.single .related.products ul li.product::before{
    visibility: visible;
    opacity: 1;
    transition: all .2s;
} */
body.single .related.products .price{
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}
body.single .related.products ul li.product .add_to_cart_button,
body.single .related.products ul li.product .product_type_variable,
body.single .related.products ul li.product .product_type_simple{
    opacity: 1;
    background-color: #EF6526;
    color: #ffffff;
    font-family: Matritsa, sans-serif;
    font-size: 16px;
}
body.single .related.products ul li.product .add_to_cart_button:hover,
body.single .related.products ul li.product .product_type_variable:hover,
body.single .related.products ul li.product .product_type_simple:hover{
    background-color:#d24d1f ;
}
body.single  .woocommerce-Reviews-title{
    display: none;
}
body.single #content #main .woocommerce-Tabs-panel h2.font-ibm-plex-sans{
    display: block;
}
body.single #content #main .compatibility-table {
    max-width: 500px;
    margin: 40px auto 10px auto;
  }

body.single #content #main .review-title {
    font-family: 'Matritsa', sans-serif;
    font-size: 32px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 0 0;
  }
body.single #reviews .woocommerce-review__author{
    font-family: Spoiler,sans-serif;
    font-size: 16px;
}
body.single #reviews .description{
    font-family: Inter,sans-serif;
    font-size: 14px !important;
}
body.single #content #main .review-button {
    background-color: #EF6526;
    color: white;
    font-family: 'Matritsa', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    border: none;
    cursor: pointer;
}
body.single #content #main .review-button:hover {
    background-color:#d24d1f ;
}
body.single #reviews .commentlist li{
    margin-bottom: 10px;
}
body.single #content #main .review .star-rating > span:before {
    background-color: #EF6526 !important;
}


 /* product configurator  */
@media screen and (min-width: 768px) {
    body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar>header h3 {
        font-family: 'Matritsa';
        font-weight: 600;
        font-size: 32px;
        padding-left: 2px;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar {
        width: 35vw;
        margin-right: 5vw;
        z-index: 99;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul button.layer-item::after{
        border-width: 2px;
        border-color: #999999;
        height: 12px;
        width: 12px;
        right: 5px;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices button span {
        padding-left: 10px;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices button .layer-name{
        font-family: Inter,sans-serif;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 16px;
        padding-left: 10px;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul .has-thumbnail > .layer-item{
        height: 80px;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices button span {
        padding-left: 10px;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul button.layer-item i{
        
        height: 60px;
        width: 60px ;
    }
    body.single .mkl_pc .mkl_pc_container .form.form-cart{
        padding: 0;
        margin-bottom: 50px;
    }
    body.single .mkl_pc .mkl_pc_container .form .configurator-add-to-cart{
        font-family: Matritsa;
        font-weight: 600;
        font-size: 16px;
        color: #ffffff;
        background-color: #F06E22;
        border-radius: 0;
    }
    body.single .mkl_pc .mkl_pc_container .form .pc_configurator_form {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 20px;
    }

    body.single .mkl_pc .mkl_pc_container .form .pc_configurator_form .quantity {
    flex: 0 0 auto;
    }

    body.single .mkl_pc .mkl_pc_container .form .configurator-add-to-cart {
    flex: 1 1 auto;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers .custom-html{
        color: #999999;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul .has-thumbnail > .layer-item {
        padding-left: 80px;
    }
    body.single .mkl_pc .mkl_pc_container span.pc-total-price.price{
        font-family: Inter,sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: #000000;
    }
    body.single .mkl_pc .mkl_pc_container .form .pc_configurator_form .quantity input {
        flex: 0 0 auto;
        font-family: 'Inter',sans-serif;
        font-size: 16px;
        border-color: #D9D9D9;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul .layer-item span.selected-choice{
        font-family: Inter,sans-serif;
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
        color: #999999;
    }
    body.single .mkl_pc .mkl_pc_container footer.mkl_pc_footer{
        width: fit-content;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers img{
        transform: translateX(-66%) translateY(-60%) scale(0.7);
    }
    body.single .mkl_pc .mkl_pc_container footer{
        bottom: 5.8vw;
        max-width: 1130px;
        width: 100% !important;
        margin: auto;
    }
}
body.single .mkl_pc .mkl_pc_container footer,
body.single .mkl_pc .mkl_pc_container footer .reset-configuration{
    font-family: Inter, sans-serif;
    font-size: 14px;
}
body.single .mkl_pc .mkl_pc_container .save-your-design a{
    color: #000000;
    font-family: Inter, sans-serif;
    font-size: 14px;
}
body.single .mkl_pc .mkl_pc_container .save-your-design svg path{
    fill: #EF6526 !important;
}
body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices button .layer-name {
    font-family: Inter, sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}
body.single .mkl_pc .mkl_pc_container .form .configurator-add-to-cart,
body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar>header h3 {
    font-family: Matritsa;
    font-weight: 600;
}
body.single .mkl_pc .mkl_pc_container .form .configurator-add-to-cart:hover{
    background-color:#d24d1f;
}
body.single .product-details-wrapper button.configure-product{
    font-family: Matritsa;
    font-weight: 600;
    font-size: 16px;
    background-color: #EF6526;
    color: #ffffff;
    border-radius: 0;
    width: 100%;
    flex-direction: column;
}

.video-gallery{
    position: relative;
}

body.single .video-gallery .owl-item>div {
    position: relative;
    height: 371px;
}

body.single a.popup-youtube img {
    height: 371px;
    width: fit-content;
    object-fit: cover;
}
body.single a.popup-youtube {
    position: relative;
    width: fit-content;
    display: block;
}

body.single .vid-container:after {
    display: block;
    content: '';
    background: url('/wp-content/themes/shoptimizer-child/images/Group 184.svg');
    width: 60px;
    height: 40px;
    position: absolute;
    z-index: 10000;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 42%;
    left: 40%;
    border: none !important;
    z-index: 0;
    cursor: pointer;
}
h1.movie-gallery,h1.photo-heading {
    text-align: center;
    font-family: Matritsa,sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    vertical-align: middle;
    padding-top: 50px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    color: #000000;
}
h1.photo-heading{
    margin-top: 30px;
}
body.single .images-wrapper a.popup-youtube img{
    height: 200px;
    width: 200px;
    object-fit: cover;
}
.shoptimizer-product-prevnext{
    display: none;
}
.above_add_to_cart{
    background-color: #EDEDED;
    padding: 10px;
}


/* user upload content product */
#upload-user-from {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

body.single-product .mfp-content #upload-user-from .mfp-close {
    right: 16px;
}

#upload-user-from form#formId {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

#upload-user-from form#formId .form-item {
    margin-bottom: 20px;
}

#upload-user-from form#formId .form-item.email {
    background: #fff;
}

#upload-user-from form#formId .upload-item {
    background-color: #ffffff;
    color: grey;
    border: 1px solid #e2e2e2;
    position: relative;
}

#upload-user-from form#formId .upload-item p {
    color: grey;
    padding: 10px 0px 0px 10px;
    margin-bottom: 0;
    height: 47px;
}

#upload-user-from form#formId .upload-item input {
    width: 100%;
    position: absolute;
    top: 0;
    height: 45px;
    opacity: 0;
}

#upload-user-from form#formId input[type="checkbox"] {
    margin-right: 10px;
    font-family: "Roboto";
}

#upload-user-from form#formId input[type="submit"] {
    width: 100%;
    background: #EF6526;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 0;
}

body.home .mfp-content #home-popup-box {
    max-width: 500px !important;
    width: 100%;
}

body.single-product .mfp-content img {
    width: 80vw;
    height: 40vw;
    max-width: 80vw !important;
    max-height: 40vw !important;
    object-fit: contain;
}

body.single-product .mfp-content .mfp-figure:after {
    background: unset !important;
    box-shadow: unset !important;
}

@media (max-width: 767px) {
    body.single-product .mfp-content img {
        width: 100%;
        height: 100%;
    }

    body.home .mfp-content #home-popup-box .popup-container .top-section img {
        width: 100% !important;
        height: auto;
    }
}

body.single-product .mfp-content .mfp-close {
    color: #ffffff;
    right: 1.2em;
    font-size: 36px;
    font-weight: 400;
    top: -1em;
    opacity: 1;
    font-family: "Roboto";
}

#upload-user-from form#formId .form-item:nth-child(3) {
    color: #fff;
}
.upload-user-photos-form {
    position: relative;
    padding: 20px;
    width: auto;
    margin: 20px auto;
    padding-top: 80px;
    padding-bottom: 60px;
}
body.single-product #main>div.product{
    max-width: 1440px;
    margin:auto;
}
body.single-product div.product .woocommerce-product-rating .star-rating{
    width: 20px;
    margin-right: 0px;
    margin-left: 5px;
    margin-top: 1px;
}
body.single-product #content div.col-full .woocommerce-breadcrumb {
    max-width: 1440px !important;
    padding: 30px 0;
}
body.single-product .woocommerce-product-rating span{
    margin-left: 3px;
}
body.single-product .ugc-comment-count{
    z-index: 1;
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #ffffff;
}
body.single-product .user-views{
    z-index: 1;
    display: block;
    position: absolute;
    right: 45px;
    top: 5px;
    color: #ffffff;
}
body.single-product .user-views p img{
    position: relative;
    top: 3px;
}
body.single-product div.product_meta{
    display: none;
}
body.single-product .see-more-button {
    content: 'See more';
    width: 240px;
    text-align: center;
    display: block;
    color: #EF6526;
    font-family: Matritsa;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    border: 2px solid #EF6526;
    max-width: 100%;
    margin: auto;
    padding: 10px 30px;
    cursor: pointer;
}
body.single-product .owl-nav{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    font-size: 50px;
    z-index: 1;
}
body.single-product .owl-stage-outer{
    z-index: 10;
}
body.single-product .owl-prev{
    right: 50px;
    position: relative;
}
body.single-product .owl-next{
    left: 50px;
    position: relative;
}
body.single-product .images-wrapper{
    margin-bottom: 30px;
}
body.single-product .installation-content {
    border: 2px solid #EF6526;
    text-align: center;
    width: 40%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 30px;
}
.text-center {
    justify-content: center;
    display: flex;
}
body.single-product .specs h3{
    font-family: Matritsa;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    padding-left: 15px;
    color: #000000;
}
body.single-product .specs  ul.item-specs {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.single-product .specs  ul.item-specs li {
    font-family: Spoiler, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    border-top: 1px solid #999999;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

body.single-product .specs ul.item-specs .name {
  flex: 1;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}

body.single-product .specs  ul.item-specs .weight {
font-family: Roboto;
font-weight: 400;
font-size: 18px;
line-height: 40px;
color: #000000;
float: right;
}
body.single-product .specs {
    background: #F4F4F4;
    padding: 20px;
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
}
.features-wrapper> ul{
    list-style: none;
    max-width: 1440px;
    margin: auto;
    width: 100%;
}
.features-wrapper> ul >li{
    display: flex;
    align-items: center;
    margin: 0;
 }
 .product-features > ul > li:nth-child(odd) {
    flex-direction: row-reverse;
}
.product-features > ul > li:nth-child(even) {
    text-align: right;
}
.product-features > ul > li:nth-child(odd) p:nth-child(1){
    padding-left: 30px;
}
.product-features > ul > li:nth-child(even) p:nth-child(1){
    padding-right: 30px;
}
.product-features li .top,.product-features .bottom{
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    color: #3C3C3C;
}
.product-features li:nth-of-type(n+9):nth-of-type(odd) {
    flex-direction: row;
    text-align: right;
}
.product-features li:nth-of-type(n+9):nth-of-type(even) {
    flex-direction: row-reverse;
    text-align: left;
    padding-bottom: 10px;
}
.product-features li:nth-of-type(n+9):nth-of-type(even) p:nth-child(1){
    padding-right: 0px;
    padding-left: 0;
    text-indent: 20px;
    /* direction: rtl; */
}
.product-features li:nth-of-type(n+9):nth-of-type(odd) p:nth-child(1){
    padding-left: 0px;
    padding-right: 10px;
    text-indent: 20px;
}
.product-features li p.texts{
    display: flex;
    flex-direction: column;
}
.product-features li p,
.product-features li img {
  flex: 1;
  margin: 0;
}
.product-features li p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    /* text-transform: uppercase; */
    line-height: 24px;
    color: #3C3C3C;
}
.product-features li img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
#page .woocommerce-tabs .panel#tab-feature{
    padding: 0;
    margin: auto;
    max-width: 1440px;
    width: 100%;
}
body.single-product .woocommerce-variation-description .money-back-gurantee{
    display: none;
}
.single-product div.product .woocommerce-product-gallery img{
    height: 350px;
    object-fit: contain;
}
body.single form button.single_add_to_cart_button{
    background-color: #EF6526 !important;
    font-family:Matritsa;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 2px;
}
body.single form button.single_add_to_cart_button:hover{
    background-color:#d24d1f !important;
}
body.single .woocommerce-tabs #tab-userphotos{
    margin-bottom: 30px;
}
body.single #main div.product button.configure-product{
    border: 1px solid #EF6526;
    font-family: Matritsa;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    width: 100%;
    color: #EF6526;
    background-color: transparent;
    margin-top: 30px;
    border-radius: unset;
}
body.single-product #thumb-carousel .owl-item.active.current{
    border-bottom: 4px solid #EF6526;
}
body.single-product #thumb-carousel .owl-item img{
    border: 0.4px solid #000000;
    margin-bottom: 3px;
    position: relative;
}
body.single-product #main-carousel .owl-nav{
    z-index: 99;
    height: 1px;
    bottom: 90px;
}
body.single-product #main-carousel .owl-nav .owl-prev{
    left: 0;
}
body.single-product #main-carousel .owl-nav .owl-next{
    left: unset;
    right: 0;
}
body.single-product .owl-next:hover span,
body.single-product .owl-prev:hover span{
    color: #000000 !important;
}
body.single-product #main-carousel .owl-next span,
body.single-product #main-carousel .owl-prev span{
    width: 40px;
    display: block !important;
    /* background: #FFFFFFC9; */
    background:#ffffff30 ;
    border-radius: 3px;
    backdrop-filter: blur(2.5999999046325684px)
}
body.single-product .owl-next:hover ,
body.single-product .owl-prev:hover {
    background-color: transparent !important;
}
body.single .item a::before {
    font-family: "FontAwesome";
    color: #fff;
    text-shadow: 0 0 5px #000;
    content: "\f065";
    right: 10px;
    position: absolute;
    top: 10px;
}
.ywqa-ask-question{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.ywqa-guest-name-section{
    order: 1;
    grid-column: 1 / 2;
    margin-right: 10px;
}
.ywqa-guest-email-section{
    order: 2;
    grid-column: 2 / 3;
}
.ywqa_ask_question_text{
    order:3
}
.notify-answers{
    order: 4;
}
.ywqa_ask_question_text,
.notify-answers {
	grid-column: 1 / -1;
}
body.single .related.products ul.products li::before{
    visibility: visible;
    opacity: 1;
}
body.single .related.products ul.products li .woocommerce-image__wrapper{
    margin-top: 10px;
}
body.single .related.products ul.products .owl-nav span{
    color: #ffffff;
}
body.single .text-orangeColor{
    font-family: Matritsa;
    font-weight: 600;
    font-size: 20px;
    color: #F56721;
}
body.single .customizer_bottom button.configure-product{
    opacity: 1;
    background-color: #EF6526;
    color: #ffffff;
    font-family: Matritsa, sans-serif;
    margin: 30px;
    text-align: center;
    display: block;
    padding: 10px 70px;
    font-size: 16px;
    font-weight: 600;
}
body.single .customizer_bottom button.configure-product:hover{
    background-color:#d24d1f ;
}
body.single .customizer_bottom{
    text-align: center;
    display: flex;
    justify-content: center;
}
body.single .product-features li:nth-child(odd) p img{
    max-width: 720px;
    float: right;
}
body.single .product-features li:nth-child(even) p img{
    max-width: 720px;
    float: left;
}
body.single .product-features li>img{
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
body.single .product-features li:nth-of-type(n+9):nth-of-type(odd) img{
    float: right;
}
body.single .product-features li:nth-of-type(n+9):nth-of-type(even) img{
    float: left;
}
body.single .product-features li p a{
    text-decoration-thickness: 1px !important;
}
body.single .buy-now-section{
    order: 3;
}

/* buy now section */
.buy-now-section .buy-wrapper {
    background-color: #F9F9F9;
    border-radius: 6px;
    padding: 20px;
}

.buy-now-section .buy-now-title {
    font-family: 'Matritsa', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.buy-now-section .buy-now-description {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.buy-now-section .buy-now-data {
    margin-top: 20px;
}

.buy-now-section .product-item {
    background-color: white;
    border-radius: 4px;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.buy-now-section .product-item-header {
    display: flex;
    align-items: center;
}

.buy-now-section .product-checkbox {
    margin-right: 5px;
}

.buy-now-section .product-title {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.buy-now-section .product-price {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #EF6526;
    margin-left: auto;
    margin-bottom: 0;
}

.buy-now-section .product-price .price {
    font-weight: normal;
}

.buy-now-section .product-item-body {
    display: flex;
    margin-top: 10px;
    gap: 10px;
}

.buy-now-section .sub-product-image {
    width: 30%;
    height: 90px;
    position: relative;
}

.buy-now-section .sub-product-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.buy-now-section .image-overlay .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    transition: opacity 0.3s;
}
.buy-now-section .sub-product-image> img{
    border-radius: 2px;
}
.buy-now-section .image-overlay:hover .overlay {
    opacity: 1;
}

.buy-now-section .product-description {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    width: 70%;
    line-height: 20px;
    margin-bottom: 0;
}

.buy-now-section .buy-now-button {
    background-color: #EF6526;
    color: white;
    font-family: Matritsa, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    border: none;
    cursor: pointer;
}
.buy-now-section .buy-now-button:hover {
    background-color:#d24d1f ;
}
.customize-button button.configure-product{
    font-family: Matritsa, sans-serif;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 50px;
    cursor: pointer;
}
body.single-product .related .owl-next:hover span, body.single-product .related .owl-prev:hover span {
    color: #ffffff !important;
}
body.single-product #buynow{
    position: relative;
}
body.single-product .woocommerce-loading{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #ffffffa8;
}
body.single-product span.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
}

@media screen and (max-width: 768px) {
    body.single-product .site-content{
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    }
    body.single-product .product-details-wrapper{
        margin: 0 !important;
        max-width: 100%;
        display: block;
        width: 100%;
    }
    body.single-product .customize-button{
        width: 90%;
        margin: auto;
    }
    
    body.single .compatibility-table-container{
        width: 95%;
    }
    body.single .compatibility-table-container #compatibility-table th,
    body.single .compatibility-table-container #compatibility-table td{
       font-size: 18px;
    }
    body.single .product-features p{
        font-size: 16px;
        line-height: 14px;
        text-transform: uppercase;
        /* max-width: 179px; */
        font-family: 'Spoiler';
        font-weight: 600;
        padding-right: 15px;
    }
    .product-features li .top, .product-features .bottom {
        font-size: 16px;
    }
    body.single .related-wrapper .related li img{
        width: 170px;
    }
    body.single .related.products ul li.product,
    body.single .product-singular{
        max-width: 95%;
        min-width: 95%;
        margin-bottom: 0;
    }
    body.single .related.products ul.products,
    body.single .compatible-products .product-list{
        width: 100%;
        padding-right: 0;
        gap: 10px;
        overflow: hidden;
    }
    body.single-product .owl-prev{
        right: 0px;
    }
    body.single .related.products .owl-stage-outer,
    body.single .compatible-products .owl-stage-outer{
        left: 30px;
    }
    body.single .related.products{
        padding-right: 0;
    }
    body.single .related.products ul.products .owl-nav span {
        color: #ffffff;
        left: 15px;
        position: relative;
    }
    body.single ul.product-features div.bottom,  body.single ul.product-features span.top{
        font-size: 16px;
        line-height: 14px;
    }
    body.single .product-desc-col{
        padding: 0 10px;
    }
    .product-features li:nth-child(even) p:nth-child(1){
        text-align: left;
        padding-left: 25px;
    }
    .product-features li:nth-of-type(n+9):nth-of-type(even) p:nth-child(1){
        direction: unset;
        text-align: left;
        text-indent: unset;
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    .product-features li:nth-of-type(n+9):nth-of-type(odd) p:nth-child(1){
        text-align: left;
        text-indent: unset;
        max-width: 100%;
        padding-left: 25px;
    }
    body.single-product .specs{
        width: 100%;
    }
    body.single-product .specs ul.item-specs li,body.single-product .specs ul.item-specs .weight{
        font-size: 16px;
    }
    body.single-product .compatibility-table-container{
        width: 90%;
    }
    body.single-product .product-user-images .product-user-image-item{
        height: 135px ;
        grid-column: span 1;
    }
    body.single-product .product-user-image-item a img{
        height: 135px !important;
    }
    body.single-product ol.ywqa-items-list{
        margin: 10px;
    }
    body.single .video-gallery .owl-item>div,
    body.single a.popup-youtube img{
        height: 200px;
    }
    body.single .compatibility-list .compatible-products{
        padding: unset;
    }
    body.single .product-singular img{
        object-fit: contain;
        height: 150px;
    }
    .buy-now-section .product-item-header{
        align-items: baseline;
    }
    body.single .product-singular a p{
        font-size: 12px;
    }
    body.single section.compatibility-list .product-singular{
        height: 220px;
    }
	body.single .product-singular p.product-price{
		font-size:12px;
	}
    #page .woocommerce-tabs .panel#tab-feature {
        padding-top: 10px;
    }
    body.single #page #ywqa-questions-and-answers h2{
        margin-top: 20px;
    }
    body.single #page .product-details-wrapper h2{
        color: #ABABAB;
        font-family: Matritsa;
        font-weight: 400;
        font-size: 24px;
        margin-top: 20px;
    }
    body.single .compatible-products .product-list{
        padding-left: 30px;
    }
    body.single .compatible-products .product-list .owl-nav button span{
        left: 20px;
        position: relative;
    }
    body.single #ywqa-questions-and-answers #ask_question form, body.single #ywqa-questions-and-answers #submit_answer_form{
        width: 100%;
    }
    body.single #ywqa-questions-and-answers #parent-question{
        width: 95%;
        margin: auto;
    }
    body.single #ywqa-questions-and-answers #parent-question .parent-question{
        display: flex;
        flex-direction: column-reverse;
    }
    body.single #ywqa-questions-and-answers .back-to-product{
        padding: 10px 0;
    }
    body.single-product .mfp-content img{
        max-height: 70vw !important;
        max-width: 70vw !important;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar>header{
        position: relative !important;
        background-color: transparent;
        height: 25%;
        padding: 0 10px;
    }
    body.single .mkl_pc .mkl_pc_container .form .configurator-add-to-cart {
        font-family: Matritsa,sans-serif;
        font-weight: 600;
        font-size: 16px !important;
        color: #ffffff;
        background-color: #F06E22;
        border-radius: 0 !important;
        width: 100%;
        margin-left: 10px;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar>header h3 {
        font-family: Matritsa,sans-serif;
        font-weight: 600;
        color: #000000;
        text-align: left;
        font-size: 22px;
        border-bottom: unset;
    }
    body .mkl_pc .mkl_pc_container .form.form-cart .quantity input.qty{
        border-color: #D9D9D9;
    }
    body .mkl_pc .mkl_pc_container .mkl_pc_toolbar > header .cancel{
        position: fixed;
        top: 75px;
    }
    body .mkl_pc .mkl_pc_container .mkl_pc_toolbar > header .cancel::before,
    body .mkl_pc .mkl_pc_container .mkl_pc_toolbar > header .cancel::after{
        background-color: #000000;
    }
    body:not(.configurator_is_inline) .mkl_pc .mkl_pc_container .mkl_pc_viewer {
        top: 10px;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar div.form-cart{
        box-shadow: unset;
    }
    body.single .mkl_pc .mkl_pc_container .form.form-cart span.pc-total-price{
        font-size: 20px;
        margin-bottom: 10px;
    }
    body.single .mkl_pc .mkl_pc_container footer{
        border-top: unset;
    }
    body.single .mkl_pc .mkl_pc_container footer a.save-your-design{
        width: unset;
        float: left;
    }
    body.single a.save-your-design span, a.save-your-design--pdf span{
        display: inline;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers img{
        transform: translateX(-60%) translateY(-40%) scale(0.85);
    }
    .product-features li:nth-child(odd) p:nth-child(1){
        padding-left: 10px;
    }
    body.single .features-wrapper .product-features li p img.no-text{
        height: fit-content;
    }
    .product-features li:nth-of-type(n+9):nth-of-type(even) .vid-container{
        padding-left: 25px;
    }
    .product-features li:nth-of-type(n+9):nth-of-type(odd) .vid-container{
        padding-right: 25px;
    }
}

/* Popup for compatible accessories */
#product-popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; 
    height: 100vh; 
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 9999; 
    display: flex; 
    justify-content: center;
    align-items: center;
}

#product-popup-modal .product-modal-content {
    background: #fff; 
    padding: 20px;
    max-width: 862px;
    max-height: 576px;
    height: 100%;
    overflow-y: auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
    margin: 10px;
}

#product-popup-modal .product-modal-wrapper{
    display: flex;
    flex-direction: row;
}
#product-popup-modal .modal-title{
    font-family: Matritsa;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    margin-bottom: 5px;    
}
#product-popup-modal .modal-description{
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-y: auto;
    height: 100%;
    max-height: 310px;
    padding: 0;
    margin: 0;
}
#product-popup-modal .modal-description h2{
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
}
#product-popup-modal .product-modal-wrapper>div{
    width: 50%;
}
#product-popup-modal .product-modal-wrapper .main-carousel .owl-item.active img,
#product-popup-modal .product-modal-wrapper .main-carousel .owl-item .item{
    max-height: 433px;
    max-width: 425px;
    width: 433px;
    height: 425px;
    object-fit: contain;
}
#product-popup-modal .close-product-modal{
    position: absolute;
    right: 20px;
    font-size: 30px;
    top: 0;
    color: #D9D9D9;
    z-index: 99;
    cursor: pointer;
}
#product-popup-modal .modal-right{
    padding-left: 50px;
    padding-right: 30px;
}
#product-popup-modal a.learn-more-btn {
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-decoration: underline;
    text-align: center;
    color: #999999;
    display: block;
    margin-top: 20px;
}
#product-popup-modal a.add_to_cart_button{
    color:#EF6526;
    font-family: Matritsa;
    font-weight: 600;
    font-size: 16px;
    background: transparent;
    border: 1px solid #EF6526;
    border-radius: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 5px;
}
@media (max-width: 768px) {
    #product-popup-modal .product-modal-wrapper .main-carousel .owl-item.active img,
    #product-popup-modal .product-modal-wrapper .main-carousel .owl-item .item {
        width: 100%;
        height: 200px;
    }
    #product-popup-modal .product-modal-wrapper {
        flex-direction: column;
    }
    #product-popup-modal .product-modal-wrapper>div{
        width: 100%;
    }
    #product-popup-modal .product-modal-content{
        max-height: 700px;
    }
    #product-popup-modal .modal-right{
        padding: unset;
        margin-top: 10px;
    }
    #product-popup-modal .modal-description{
        height: 110px;
    }
    #product-popup-modal .modal-gallery .main-carousel{
        padding-bottom: 5px;
    }
    .mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers .custom-html {
        padding: 30px;
        color: #999999;
        padding-top: 20px;
        font-family: 'Inter';
        font-size: 14px;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul button.layer-item i {
        width: 60px;
        height: 60px;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices button span {
        padding-left: 10%;
    }
    .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul button.layer-item::after {
        width: 13px;
        height: 13px;
        border-width: 3px;
    }
    .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices {
        box-shadow: none;
        border-top: 2px solid #D9D9D9;
    }
    .mkl_pc .mkl_pc_container .mkl_pc_toolbar > header h3 {
        margin-right: 0 !important;
        margin-left: 12px !important;
    }
    a.save-your-design span,
    a.save-your-design--pdf span {
        display: inline ;
        margin-left: 6px; 
        vertical-align: middle;
    }

    a.save-your-design,
    a.save-your-design--pdf {
    display: inline-flex;
    align-items: center;
    }
    .mkl_pc .mkl_pc_container footer .footer__section-center {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-left: 4px;
    }

  .mkl_pc .mkl_pc_container footer .footer__section-center .save-your-design-modal-container,
  .mkl_pc .mkl_pc_container footer .footer__section-center .reset-configuration {
    flex: unset; 
    text-align: center; 
  }

  
  .mkl_pc .mkl_pc_container footer .footer__section-center .reset-configuration {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Inter, sans-serif;
    font-size: 14px;
  }


  .mkl_pc .mkl_pc_container footer a.save-your-design,
  .mkl_pc .mkl_pc_container footer a.save-your-design--pdf {
    width: auto ;
  }
  .comment_container .comment-text {
        display: flex;
        flex-direction: column;
    }
    .comment_container .comment-text p.meta {
        position: relative;
        order: 1;
    }
    .comment_container .comment-text .star-rating {
        order: 2;
    }
    .comment_container .comment-text .description {
        position: relative;
        order: 3;
    }
    .woocommerce-Reviews div#review_form {
        padding: 20px;
        padding-top: 0px;
    }
    body.single-product .mkl_pc .mkl_pc_container .mkl_pc_toolbar{
        top: 45%;
    }
    body.single-product .mkl_pc .mkl_pc_container footer{
        bottom: 55%;
    }
    body.single-product .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices + .form{
        top: 0%;
    }
    body.single .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul >li button.layer-item::after {
        border-color: #999999;
        height: 10px;
        width: 10px;
    }
    body.single .product-features{
        padding: 0 10px;
    }
    body.single-product .buy-now-data input[type="checkbox"]{
        top: 5px;
    }
}
body.single-product .buy-now-data input[type="checkbox"] {
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #D0D5DD;
    background-color: #F2F4F7;
    cursor: pointer;
    position: relative;
    border-radius: 2px;
}

body.single-product .buy-now-data input[type="checkbox"]::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 5px;
    width: 6px;
    height: 12px;
    border: solid #EF6526;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
    border-radius: 2px;
}
body.single-product .buy-now-data input[type="checkbox"]:checked {
    border-color: #EF6526;
    background-color: #FFE8DC;
}
body.single-product .buy-now-data input[type="checkbox"]:checked::after {
    opacity: 1;
}
.dashicons-format-chat:before {
    content: "\f125";
}
.dashicons, .dashicons-before:before {
    font-family: dashicons;
}
body.single .product-details-wrapper .product-desc-col .woocommerce-product-details__short-description p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
}
body.single .product-details-wrapper .product-desc-col .woocommerce-product-details__short-description h2{
    font-family: "Matritsa";
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #ABABAB;
    margin-top: 25px;
    margin-bottom: 10px;
}
body.single .product-details-wrapper .product-desc-col .woocommerce-product-details__short-description ul li{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    color: #222222;
}
body.single .product-details-wrapper .product-desc-col .woocommerce-product-details__short-description p a{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 12px;
    color: #222222;
}
body.single .product-details-wrapper .product-desc-col .total-user-questions .ywqa-product-questions-counter .dashicons {
    margin-top: 5px;
}
body.single .product-details-wrapper .product-desc-col .price .woocommerce-Price-amount bdi{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    color: #DC9814;
}
body.single .product-details-wrapper .product-desc-col .custom-count-section .woocommerce-product-rating .woocommerce-review-link {
    padding-left: 5px;
}
body.single .product-singular .product-title{
    width: 100%;
    margin-top: 0;
}
body.single .product-singular .product-price{
    color: #EF6526;
    font-size: 16px;
    font-family: 'Inter';
    padding-left: 20px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
}
body.single .modal-body .product-price {
    color: #F56721;
    font-size: 20px;
    font-family: Spoiler, sans-serif;
    padding-bottom: 20px;
    font-weight: 600;
}
body.single .site .shoptimizer-sticky-add-to-cart__content-button a.button{
    background-color: #F56721;
    color: #ffffff;
    font-family: Matritsa, sans-serif;
    font-weight: 600;
    border-radius: 0;
    font-size: 16px;
    padding: 8px 30px;
}
body.single .site .shoptimizer-sticky-add-to-cart__content-button a.button:hover{
    background-color: #d24d1f;
}
body.single .woocommerce-product-rating .star-rating > span:before{
    background-color: #000000;
}
body.single .features-wrapper .product-features .bottom p {
    text-align: center;
}
body.single .vid-container {
    position: relative;
}
body.single .product-features .vid-container::after {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
body.single section.compatibility-list .product-singular:hover .product-title {
    overflow: visible;
    white-space: unset;
}
body.single section.compatibility-list .product-singular:hover {
    height: auto;
}
body.single .vid-container .popup-youtube{
	width:unset;
}
body.single .vid-container .popup-youtube img {
    width: 100%;
    max-width: 720px;
}
body.single .product-features li p img.no-text {
    width: 100%;
    max-width: 100%;
    height: 400px;
    object-fit: cover;
}
.product-features li>*:not(.only-text) {
    flex: 0 0 50%;
}
section.up-sells.upsells.products {
    display: none;
}
body.single .shoptimizer-sticky-add-to-cart__content-button{
    display: flex;
    flex-direction: row;
    align-items: center;
}
body.single #main section.shoptimizer-sticky-add-to-cart .shoptimizer-sticky-add-to-cart__content-button .mkl-configurator-button-wrapper button{
    color: #ffffff;
    background-color: #EF6526;
    margin-top: 0;
    margin-left: 5px;
    padding: 8px 30px;
    font-family: Matritsa, sans-serif;
    font-weight: 600;
    font-size: 16px;
}
body.single #main section.shoptimizer-sticky-add-to-cart .shoptimizer-sticky-add-to-cart__content-button .mkl-configurator-button-wrapper button:hover{
    background-color: #d24d1f;
}
body.single .shoptimizer-sticky-add-to-cart__content .star-rating span::before{
    background-color: #EF6526;
}
body.single div.item .rsfv-video{
	height:350px;
}
.product-features li:nth-child(even) div h2 {
    
    padding-right: 5rem;
}
.product-features li:nth-child(odd)  h2 {
    padding-left: 5rem;

}
@media (max-width:768px) {
    .product-features li:nth-child(even) div h2 {
    
    padding-right: 10px;
}
.product-features li:nth-child(odd)  h2 {
    padding-left: 10px;

}
body.single-product .product-features .feature-text h2 {
    font-size: 14px;
}
}


.features-wrapper .feature-media.is-video a {
  display: block;
  position: relative;
}

.features-wrapper .feature-media.is-video a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

.features-wrapper .feature-media.is-video a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
  z-index: 3;
  transition: 0.3s ease;
  pointer-events: none; /
}

/* Hover effect */
.features-wrapper .feature-media.is-video:hover a::after {
  background: rgba(0, 0, 0, 0.8);
}

.features-wrapper .feature-media.is-video:hover a::before {
  transform: translate(-40%, -50%) scale(1.1);
}

body.single .product-singular{
    padding: 10px;
}
@media screen and (min-width: 1801px) {
    body.single .compatible-products .product-list {
        max-width: 1440px;
        width: 100%;
    }
    body.single .related.products ul.products {
        max-width: 1440px;
        width: 100%;
    }
}
body.single-product .product-features .feature-text h2 {
    padding: 0 20px;
}
section.products ul.products .owl-nav{
    display: flex;
}


/* css for featured video if present */
.video-thumbnail {
    position: relative;
}

.wc-product-video-trigger {
    display: block;
    position: relative;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background: rgba(0,0,0,0.8);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.video-play-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    border-left: 20px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.video-play-button {
    transition: background 0.3s ease;
}

.video-play-button:hover {
    background: #3349f0 !important; 
}