html {
    font-size: calc(10 / 1600* 100vw) !important;
}
.hidden {
    display: none !important;
}
@media(max-width: 767px) {
    html {
        font-size: calc(10 / 428 * 100vw) !important;
    }
}

@media (min-width: 992px) {

    .single-product-custom .container {
        /*max-width: 96rem;*/
        max-width: 136rem;
        padding: 0 !important;
    }
    .single-product-custom .main-content {
        padding: 0 !important;
    }
}
@media (min-width: 1340px) {

    .single-product-custom .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 136rem;
    }
}
@media (max-width: 991px) {
    .container {
        max-width: none;
    }
}
.single-product-custom .page-top.page-header-6 {
    display: none;
}
.single-product-custom .container .row.main-content-wrap {
    max-width: 136rem;
    width: 100%;
    margin: 0 auto;
}

.custom-product-page {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 8rem 0;
    gap: 4rem;
}

.custom-product-page > div {
    flex: 1 1 50%;
    box-sizing: border-box;
}
.custom-product-page > div.sticky {
    position: sticky;
    top: 12rem;
}

.product-image {
    max-width: 63.1rem;
    overflow: hidden;
}
.custom-product-page .product-info form.cart.cart.cart {
    margin-top: 0;
    padding-top: 0;
    /*grid-gap: 4.8rem;*/
}
.custom-product-page .product-info form.cart.cart.cart > div {
    width: 100%;
}
.product-images .product-image-slider.owl-carousel .img-thumbnail {
    padding: 0;
    overflow: hidden;
    border-radius: 1.6rem;
    height: 56rem;
}
.product-thumbs-slider .owl-item {
    max-width: 12rem;
    height: 12rem;
    border-radius: 0.8rem;
    overflow: hidden;
}
.product-images .product-image-slider.owl-carousel .img-thumbnail .zoomWindow{
    overflow: hidden;
    border-radius: 1.6rem;
}
h1.product-name {
    font-family: 'Open Sauce One', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #070A0A;
    margin-bottom: 2.4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 2.4rem;
}
h1 .product-popular {
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 140%;
    color: #070A0A;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.8rem 1.6rem;
    width: 14.1rem;

    background: #9ACB68;
    border-radius: 0.8rem;
}
.product-stars {
    display: flex;
    grid-gap: 1rem;
    margin-bottom: 2.4rem;
}
.product-stars img {
    width: 2.4rem;
    height: 2.4rem;
}
.product-stars span {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 150%;
    color: #070A0A;
}

.product-price {
    font-family: 'Open Sauce One', sans-serif;
, sans-serif    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 140%;
    text-transform: uppercase;
    color: #F27D08;
    margin-bottom: 2.4rem;
}
.product-price .price {
    font-family: 'Open Sauce One', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 140%;
    text-transform: uppercase;
    color: #F27D08;
    margin-bottom: 4.8rem;
}

.product-description{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    /*font-size: 1.8rem;*/
    line-height: 150% !important;
    color: #070A0A;
    margin-bottom: 4.8rem;
}
.product-description p {
    margin: 0;
}
.product-description ul {
    margin: 3.2rem 0 0;
}

.variants {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.4rem;
    gap: 1.6rem;
    width: 100%;
    border: 0.1rem solid #747477;
    border-radius: 1.6rem;
}

.variants .product-attribute-name{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 160%;
    color: #070A0A;
}

.variants-title {
    font-family: 'Open Sauce One', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    /*font-size: 2.4rem;*/
    line-height: 140%;
    text-transform: uppercase;
    color: #070A0A;
    margin-bottom: 2.4rem;
}

.variants .product-attributes {
    width: 100%;
}

.variants .product-attributes-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    padding: 0;
    gap: 1rem;
}

.variants label {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.8rem 1.6rem;
    gap: 0.8rem;
    background: #F0F0F1;
    border-radius: 0.8rem;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 140%;
    color: #070A0A;
    width: 11rem;
    position: relative;
}
.variants label.size-item {
    width: auto;
    /*width: 6.4rem;*/
}
.variants label, .variants label span{
    cursor: pointer;
}

.variants input:checked + label {
    color: #30bcef;
}

.variants input:checked + label:before {
    content: '';
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    right: -0.1rem;
    bottom: -0.1rem;
    border: 0.1rem solid #30bcef;
    border-radius: inherit;
    pointer-events: none;
}

.file-drop-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem 2.4rem;
    gap: 0.8rem;
    width: 100%;
    left: 2rem;
    top: 2rem;
    /*background: #F27D08;*/
    border-radius: 1.6rem;
    cursor: pointer;
    background: radial-gradient(48.03% 198.3% at 157.24% 50%, #9ACB68 0%, #9ACB68 35.96%, #30BCEF 58.96%, #FAC434 72.62%, #F27D08 88.4%, #30BCEF 100%);
}

.file-drop-area p{
    margin: 0 auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 160%;
    text-transform: uppercase;
    color: #FBFCFC;
    text-align: center;
}

.file-drop-area.dragover {
    /*background-color: #f0f8ff;*/
}

.file-drop-area:hover p {
    color: #777;
}
.hiddenInput{
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.file-preview {
    padding: 1rem;
    width: auto;
    /*width: 100%;*/
    background: #F27D08;
    border-radius: 1.6rem;
}
.file-preview + a.btn {
    margin-top: 1rem;
    margin-bottom: 4.8rem;
}

.preview-inner {
    margin: 0 auto;
    width: auto;
    /*width: 100%;*/
    background: #070A0A;
    border-radius: 0.8rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

#file-preview-image{
    /*height: auto;*/
    height: 22rem;
    width: auto;
    object-fit: contain;
    margin: 0 4rem 4.5rem 4rem;
    /*margin: 0 16rem 4.5rem 16rem;*/
}

#file-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    gap: 1rem;
    max-width: 100%;
    margin: 2.4rem 2.8rem 0 2.8rem;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 160%;
}

#remove-file img {
    margin-left: 1.1rem;
}

#file-name{
    color: #FBFCFC;
}

a.btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.6rem 2.4rem;
    gap: 0.8rem;
    width: 100%;
    background: #F27D08;
    border-radius: 1.6rem;
    cursor: pointer;
    margin: -3rem auto 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 160%;
    text-transform: uppercase;
    color: #FBFCFC;
    text-align: center;
}
.customize-btn {
    margin-top: 4rem;
}
.product-add-to-cart{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    gap: 2.4rem;
    margin-top: 4rem;
}
.product-add-to-cart.builder {
    margin: 1rem 0 0;
}
.product-add-to-cart.builder .variations_form.cart {
    width: 100%;
}
.cart-container:has(.product-add-to-cart.builder) {
    display: flex;
    flex-direction: column-reverse;
}
.product-add-to-cart.builder .woocommerce-variation,
.product-add-to-cart.builder .variations {
    display: none !important;
}
.product-add-to-cart.builder .single_variation_wrap {
    margin: 0;
    padding: 0;
    width: 100%;
}
.product-add-to-cart.builder .woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    gap: 2.4rem;
    margin: 0;
    flex-wrap: nowrap;
}

.quantity.buttons_added {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*padding: 1.6rem 2.4rem;*/
    padding: 1.5rem 2.4rem;
    border: 0.1rem solid #747477;
    border-radius: 1.6rem;
    gap: 2.5rem;
}

.product-add-to-cart div.quantity .minus:before,
.product-add-to-cart div.quantity .plus:before {
    content: none;
}

.product-add-to-cart div.quantity .minus,
.product-add-to-cart div.quantity .plus {
    background-repeat: no-repeat;
    background-position: center;
    color: #30BCEF;

    margin: 0 auto;
    width: 2.4rem;
    height: 2.4rem;
    border: none;
}

.product-add-to-cart div.quantity .minus {
    background-image: url('/wp-content/themes/porto-child1/images/icons/minus.svg');
}

.product-add-to-cart div.quantity .plus {
    background-image: url('/wp-content/themes/porto-child1/images/icons/plus.svg');
}

.product-add-to-cart div.quantity .qty {
    border: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 160%;
    color: #070A0A;
    height: 2.6rem;
}

.product-add-to-cart .single_add_to_cart_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.6rem 2.4rem;
    gap: 0.8rem;
    width: 100%;
    background: radial-gradient(48.03% 198.3% at 157.24% 50%, #9ACB68 0%, #9ACB68 35.96%, #30BCEF 58.96%, #FAC434 72.62%, #F27D08 88.4%, #30BCEF 100%);
    border-radius: 1.6rem;
    height: auto !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 160%;
    color: #FBFCFC;
    text-transform: none;
    position: relative;
    overflow: hidden;
    min-height: 5.8rem;
    margin: 0;
}
.product-add-to-cart .single_add_to_cart_button span {
    position: relative;
    z-index: 1;
}
.product-add-to-cart .single_add_to_cart_button:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: left 0.3s ease-in-out;
    background: radial-gradient(93.42% 147.94% at 33.11% 50%, #30BCEF 0%, #30BCEF 9.81%, #9ACB68 38.08%, #FAC434 66.41%, #F27D08 100%);
}
.product-add-to-cart .single_add_to_cart_button:hover:after {
    left: 0;
    transition: left 0.3s ease-in-out;
}

.img-thumbnail {
    cursor: pointer;
}
.img-thumbnail img {
    transform: scale(1.06) !important;
}

.product-thumbs-slider .owl-nav {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.product-thumbs-slider:hover .owl-nav {
    opacity: 1;
}

.product-thumbs-slider .owl-prev, .product-thumbs-slider .owl-next {
    background: none;
    border: none;
    font-size: 2rem;
    color: #000;
    cursor: pointer;
}
.product-thumbs-slider .owl-prev.disabled,
.product-thumbs-slider .owl-next.disabled {
    opacity: 0 !important;
}

.product-thumbs-slider .owl-prev {
    left: -25px;
}

.product-thumbs-slider .owl-next {
    right: -25px;
}

.custom-product-tabs {
    margin-top: 6.4rem;
}
.custom-product-tabs .tab-content {
    box-shadow: none !important;
    width: 100%;
}
.custom-product-tabs .tab-content a {
    color: inherit;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .product-thumbs-slider .owl-nav {
        display: none;
    }
}

.woocommerce-message {
    display: none;
}

.tab-expandable {
    width: 100%;
    cursor: pointer;
}

.content-expandable {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.tab-expandable h4 {
    margin: 0 auto;
    width: 100%;
    font-family: 'Open Sauce One', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    /*font-size: 2.4rem;*/
    line-height: 140%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    color: #070A0A;
}

.expand-icon{
    color: #30BCEFFF;
}

.tab-expandable h4:not(.expanded) .expand-minus,
.tab-expandable h4:not(.collapsed) .expand-plus {
    display: none;
}
.tab-expandable:has(h4.expanded) {
    padding-bottom: 2.4rem;
}
.custom-product-tabs .tab-content {
    padding: 0;
    border: none;
}

.custom-tab {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
    padding: 2.4rem 0 0 0;
    border-bottom: 0.1rem solid #747477;
}

.tab-content {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    /*font-size: 1.8rem;*/
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #070A0A;
}
.tab-content img {
    width: 100%;
}
.tab-content strong {
    display: block;
    margin: 2rem 0 !important;
}
.products-bottom-sections {
    /*margin-top: 8rem;*/
}
@media (max-width: 767px) {
    .products-bottom-sections {
        /*margin-top: 4rem;*/
    }
}

#main .porto-block {
    display: none;
}

.single-product .cart:not(.variations_form), .single_variation_wrap {
    border: none !important;
}

.custom-size-title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 160%;
    color: #070A0A;
    margin-bottom: 1.6rem;
}
.custom-size-box {
    display: flex;
    gap: 1rem;
    /*gap: 1.6rem;*/
    width: 100%;
}

.custom-size-box .text-input {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
}
.product-attributes-items .color-swatches {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0.8rem;
    margin: 0;
}
.product-attributes-items .color-swatch-label {
    padding: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    border: 1px solid #747477;
}
.product-attributes-items .color-swatches .color-swatch {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    #main > .container {
        padding: 0 !important;
    }
}
@media (max-width: 767px) {
    .single-product-custom .container .row.main-content-wrap {
        max-width: 100%;
        margin: 0;
        padding: 0 1.6rem;
    }
    .custom-product-page > div {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .product-image {
        max-width: 100%;
    }
    .custom-product-page {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 4.8rem 0;
    }
    h1.product-name {
        font-size: 2.4rem;
        line-height: 120%;
        grid-gap: 1.6rem;
        margin-bottom: 1.6rem;
    }
    h1 .product-popular {
        white-space: nowrap;
        width: 8.1rem;
        padding: 0.8rem 0.7rem;

        background: #9ACB68;
        border-radius: 0.8rem;

        font-size: 1rem;
        line-height: 140%;
    }
    .product-stars {
        grid-gap: 1rem;
        margin-bottom: 1.6rem;
    }
    .product-stars span {
        font-size: 1.6rem;
        line-height: 150%;
    }
    .product-price {
        font-size: 1.8rem;
        line-height: 140%;
        margin-bottom: 1.6rem;
    }
    .product-description {
        font-size: 1.6rem;
        line-height: 150%;
        margin-bottom: 4rem;
    }
    .file-drop-area {
        padding: 1.9rem 2.4rem;
    }
    .custom-product-tabs {
        margin-top: 4rem;
    }
    .custom-product-page .product-info form.cart.cart.cart {
        grid-gap: 0 !important;
    }
    .file-drop-area p {
        font-size: 1.3rem;
        line-height: 160%;
    }
    .file-preview + div {
        width: 100%;
    }
    .custom-size-title {
        font-size: 1.2rem;
        line-height: 160%;
    }
    .variants {
        padding: 1.6rem;
        border-radius: 0.8rem;
    }
    .custom-product-tabs {
        width: 100%;
    }
    .tab-expandable h4 {
        font-size: 1.8rem;
        line-height: 140%;
    }
    .custom-tab {
        padding: 1.6rem 0 0;
        gap: 1.6rem;
    }
    .tab-content {
        font-size: 1.6rem;
        line-height: 150%;
    }
    .product-image {
        margin-bottom: 2.4rem;
    }
    .variants .product-attribute-name {
        margin-bottom: 0.8rem;
    }
    .product-add-to-cart {
        margin-top: 2.4rem;
        gap: 1.6rem;
    }
    .product-images .img-thumbnail .inner {
        border: none !important;
    }
    .product-images .product-image-slider.owl-carousel .img-thumbnail {
        padding: 0 !important;
        height: 35rem;

    }
    .quantity.buttons_added.simple-type {
        padding: 1.5rem 2.4rem;
    }
}
.review-container {
    width: 100%;
    display: flex;
    grid-gap: 1.6rem;
    overflow: initial !important;
}
.reviews {
    overflow: hidden;
    padding: 8rem 1.6rem 17.6rem;
    background-color: #F9F6F1;
}
.reviews .container {
    max-width: 136rem;
    margin: 0 auto;
}
.reviews img.head {
    width: 19.2rem;
    margin: 0 auto 2.4rem;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    display: block;
}
.reviews img.head + p {
    text-align: center;
}
.review-item {
    display: flex;
    flex-direction: column;
    border-style: solid;
    background-color: #E4F7FB;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 0.8rem;
    border-color: #747477;
    padding: 2.4rem 1.6rem 2.4rem 1.6rem;
    max-width: 42.2rem;
    width: 100%;
    height: auto;
    min-height: 36.4rem;
}
.review-item p {
    margin: 0 0 1.6rem;
    color: #070A0A;
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
}
.review-item h4 {
    margin: auto 0 0;
    color: #070A0A;
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 160%;
}
.reviews .swiper-button-prev.disabled,
.reviews .swiper-button-next.disabled {
    opacity: 0.3;
}
.reviews .swiper-button-prev,
.reviews .swiper-button-next {
    position: absolute;
    left: auto;
    bottom: auto;
    top: calc(100% + 5.3rem);
    transform: translate(50%, 0);
    right: calc(50% - 4.8rem);

    font-size: 4rem;
    color: #30BCEF;
    width: 4rem;
    height: 4rem;
}
.reviews .swiper-button-prev {
    color: #F27D08;
    transform: translate(-50%, 0);
    left: calc(50% - 4.8rem);
    right: auto;
}
