/**
* 2006-2022 THECON SRL
*
* NOTICE OF LICENSE
*
* DISCLAIMER
*
* YOU ARE NOT ALLOWED TO REDISTRIBUTE OR RESELL THIS FILE OR ANY OTHER FILE
* USED BY THIS MODULE.
*
*  @author    THECON SRL <contact@thecon.ro>
*  @copyright 2006-2022 THECON SRL
*  @license   Commercial
*/
/*main column*/

.col-content-inside .product-information .product-actions .product-add-to-cart .product-prices {
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-content-inside .product-information .product-actions .product-add-to-cart .product-prices .product-price,
.col-content-inside .product-information .product-actions .product-add-to-cart .product-prices {
    margin: 0 !important;
    font-family: Exo, Manrope;
}

.col-content-inside .product-information .product-actions .product-add-to-cart .product-prices .product-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.product-description{
    position: relative;
}
.col-content-inside .product-information .product-actions .product-add-to-cart .product-quantity .qty {
    display: none !important;
}

.col-content-inside .product-information .product-actions .product-add-to-cart .prod-buttons {
    margin: 0;
    /*background: linear-gradient(180deg, #D6C4FF, #BA9CFF);*/
    /*padding: 2px;*/
    /*border-radius: 8px;*/
}

.product-actions .product-add-to-cart .prod-buttons .favoritesButton {
    background: var(--cta_default);
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #FFFFFF;
    border: 2px solid rgba(255, 255, 255, 0.60);
    padding: 11px;
}

.product-actions .product-add-to-cart .prod-buttons .favoritesButton i {
    font-size: 28px;
}

.paymentInfo {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: calc(50% + 30px);
    margin-left: auto;
    margin-right: 0;
    margin-top: 16px;
}

.product-actions .product-add-to-cart .prod-buttons .favoritesButton:hover {
    background: var(--cta__hover);
}

.col-content-inside .product-information .product-actions .product-add-to-cart .prod-buttons .favoritesButton:hover i,
.col-content-inside .product-information .product-actions .product-add-to-cart .prod-buttons .favoritesButton:hover {
    transform: unset !important;
}

.col-content-inside .product-information .product-actions .product-add-to-cart .prod-buttons .favoritesButton i {
    margin: 0 !important;
}

.col-content-inside .product-information .product-actions .product-add-to-cart .product-quantity {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.col-content-inside .product-information .product-actions .product-add-to-cart .product-quantity .add {
    /*max-height: 50px !important;*/
    display: flex;
    gap: 10px;
    max-width: calc(50% + 30px);
    flex-wrap: wrap;
}

.product-prices .product-price .product-discount .regular-price {
    font-size: 18px !important;
    line-height: 22px;
    font-weight: 500 !important;
    color: var(--accent_red);
    display: block;
    margin: 0px;
}

.has-discount .product-discount {
    opacity: 1;
    margin-top: 0;
}

.col-content-inside .product-information .product-actions .product-add-to-cart .product-quantity .add .wrap {
    /*background: linear-gradient(180deg, #D6C4FF, #BA9CFF);*/
    /*max-height: 50px !important;*/
    /*padding: 2px;*/
    /*border-radius: 8px;*/
    width: 100%;
    flex: 1;
}
.col-content-inside .product-information .product-actions .product-add-to-cart .product-quantity .add .wrap.disabled {
    background: linear-gradient(180deg, #d6d6d6, #BEBEBE);
}

.product-actions .product-add-to-cart .product-quantity .add .add-to-cart {
    border-radius: 8px;
    color: #FFFFFF;
    text-transform: uppercase;
    box-shadow: 0 6.667px 12.5px 0 rgba(255, 255, 255, 0.25) inset;
    max-height: 60px;
    border: unset;
    width: 100%;
    background: var(--cta_default) !important;
    border: 1px solid rgba(255, 255, 255, 0.60);
    padding: 15px 50px;
}

.product-actions .product-add-to-cart .product-quantity .add .add-to-cart:hover {
    background: var(--cta__hover) !important;
}

.col-content-inside .product-information .product-actions .product-add-to-cart .product-quantity .add .add-to-cart:disabled {
    background: #8D8D8D !important;
    box-shadow: 0px 8px 15px 0px #FFFFFF40 inset;
    opacity: 1;
}
.col-content-inside .product-information .product-actions .product-add-to-cart .product-quantity .add .add-to-cart:disabled:active {
    background: #8D8D8D !important;
}

.col-content-inside .product-information .product-actions .product-add-to-cart .product-quantity .add .add-to-cart:active {
    background: #310A5A !important;
    box-shadow: unset;
}

#product #main .row > div.col-content .col-content-inside {
    background: #EEECFB80;
    border-radius: 40px;
    padding: 40px;
    overflow: hidden;
    position: relative;
}

.product-quantity.clearfix:after {
    display: none;
}

#main .col-content-inside .product-title {
    font-family: "Exo", serif;
    margin-bottom: 16px !important;
    color: var(--light_purple);
    text-transform: uppercase;
}

.product-minimal-quantity {
    margin-bottom: 0;
}

.product-short-desc {
    margin-bottom: 24px;
}

.product-information .product_type {
    color: #241848;
    display: flex;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid rgba(49, 39, 112, 0.4);
    margin-bottom: 24px;
    line-height: 20px !important;
    font-size: 16px !important;
}

.product-information .product-additional-info .product-info {
    margin: 0 !important;
}

.th3d_effect svg {
    width: 70px;
    height: 70px;
}

#product #main .product-actions .product-variants {
    display: flex;
    flex-direction: row;
    padding: 8px 20px;
    background: white;
    border-radius: 16px;
    justify-content: space-evenly;
}
.product-variants:empty {
    background-color: unset; /* Example: Change background to red */
}
#product #main .product-actions .product-variants .divider {
    width: 1px;
    background-color: #dcdcdc;
    margin: 0 12px;
}

#product #main .product-actions .product-variants .product-variants-item .radio-label {
    border: unset !important;
    display: flex;
    flex-wrap: wrap !important;
    padding: 0;
    align-items: center;
    justify-content: center;
    box-shadow: unset !important;
    color: var(--accent_purple);
}

#product #main .product-actions .product-variants .product-variants-item .radio-label:before {
    border: unset !important;
    box-shadow: unset !important;
}

#product #main .product-actions .product-variants .product-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.25rem 0;
}

#product #main .product-actions {
    margin-top: 0;
}

#product .tabs {
    margin: 40px 0;
}

/*the code for global part*/
#product #main #tabsection {
    padding: 40px 25px;
}

#product #main #tabsection .nav.nav-tabs {
    justify-content: flex-start;
}

#product #main #tabsection .nav-tabs .nav-link {
    margin-left: 0;
}

#product #main #tabsection .nav-link.active {
    color: var(--accent_purple) !important;
    text-decoration: none;
    font-family: "Exo", serif;
}

#product #main #tabsection .nav-link {
    text-transform: uppercase;
}

#product #main #tabsection .nav-tabs .nav-link.active:after {
    width: 0;
}

#product #main #tabsection .tab-pane {
    padding-top: 16px !important;
}

#product #main #tabsection {
    border-radius: 40px;
    border-color: #EEECFB80 !important;
    position: relative;
    overflow: hidden;
}

/*main column*/

/*description content added classes*/
#product #main #tabsection h3,
#product #main #tabsection ul li,
#product #main #tabsection ol li {
    color: var(--accent_purple);
}

#product #main #tabsection h4,
#product #main #tabsection p,
#product #main #tabsection ul span,
#product #main #tabsection ol span {
    color: var(--dark_blue);
}

#product #main #tabsection .white_description_section {
    background: white;
    border-left: 4px solid #9747FF;
    border-radius: 8px;
    margin-bottom: 24px;
    margin-top: 24px;
    padding: 16px 24px 16px 32px;
}

#product #main #tabsection .white_description_section p {
    margin: 0;
}

#product #main .col-content-inside .ellipse-5 {
    left: 606px;
    /*left: 106px;*/
    top: -585px;
}

#product #main .col-content-inside .ellipse-6 {
    width: 842px;
    height: 842px;
    left: -950px;
    top: 20px;
    background: #89FFD6;
    opacity: 0.5;
    filter: blur(250px);
}

.product-information {
    position: relative;
}

#product #main #tabsection .ellipse-6 {
    left: -820px;
    top: 11px;
}

#product #main #tabsection .ellipse-7 {
    left: -637px;
    bottom: -200px;
    top: unset;
}

#product #main .col-content-inside .country_restrictions .works_in,
#product #main .col-content-inside .product_platform {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

#product #main .col-content-inside .country_restrictions .works_in p span {
    opacity: 0.5;
}

#product #main .col-content-inside .country_restrictions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#product #main .col-content-inside .product-variants .product-brand {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product-variants .product-variants-item {
    display: flex;
    align-items: center;
}

#product #main .col-content-inside .product-variants a {
    text-decoration: underline;
    color: var(--accent_purple) !important;
    text-underline-offset: 4px; /* Adjust the value to control the distance */
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

#product #main .col-content-inside .manufacturer-logo {
    background: unset;
    border: unset;
    box-shadow: unset;
    height: 28px;
    width: auto;
    max-width: none;
    padding: 0;
}

#product #main .col-content-inside .product-manufacturer {
    display: flex;
    align-items: center;
    justify-content: center;
}

#product #main .product-information p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em; /* 3 rânduri * 1.5em line-height */
    font-family: "Manrope", serif;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
}

#product #main .product-information .product-short-desc {
    margin-bottom: 24px;
}

/*#product #main #tabsection .product-description{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 30px;*/
/*}*/
/*description content added classes*/
#product #main #tabsection .product-description h4 {
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    font-family: "Exo", serif;
    margin-bottom: 16px;
}

#product #main #tabsection .product-description h3 {
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-family: "Exo", serif;
    margin-bottom: 16px;
    margin-top: 32px;
}

#product #main #tabsection .product-description p {
    font-size: 17px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    font-family: "Manrope", serif;
}

.product-description .table tr:nth-of-type(odd) {
    background: rgba(238, 236, 251, 0.50) !important;
}

.product-description .table tr:nth-of-type(even) {
    background: #fff !important;
}

#product #main #tabsection .product-description ol li {
    margin-bottom: 10px;
}
#product #main #tabsection .product-description ul li {
    margin-bottom: 8px;
}
#product #main #tabsection .product-description ol li,
#product #main #tabsection .product-description ul li span,
#product #main #tabsection .product-description ul li {
    font-size: 17px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    font-family: "Manrope", serif;
    margin-left: 20px;
    color: var(--dark_blue);
}

#product #main #tabsection .product-description ul li strong {
    color: var(--accent_purple);
    font-family: "Manrope", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

#product #main #tabsection .product-description ol li::marker,
#product #main #tabsection .product-description ul li::marker {
    color: var(--accent_purple);
}

#product #main .product-description iframe {
    position: relative;
    border-radius: 20px;
    width: 100%;
    height: 600px;
}

p:has(> iframe) {
    margin-top: 30px;
    margin-bottom: 30px;
}

#ui_tip {
    max-width: 500px;
}

#ui_tip .ui_title {
    word-wrap: normal;
    white-space: unset;
}

.related_products_title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.related_products_title .btn {
    text-transform: uppercase;
    border: 2px solid var(--purple);
    border-radius: 8px;
}

.related_products_title .products-section-title {
    color: var(--dark_purple) !important;
    text-transform: uppercase !important;
}

#product #main .row > div.col-content.pp_stick_it {
    z-index: 99;
}

.product-prices .current-price span {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -0.28px;
    display: block;
}

.product-images_custom {
    margin-bottom: 0;
}

.row.pp_stick_parent {
    display: flex;
    align-items: center;
}

.pp_stick_parent .product_image_wrapper .th3d_effect {
    top: -22px;
}

.product-description table th,
.product-description table td {
    text-align: center;
    padding: 16px;
    table-layout: fixed;
    width: 1%;
    position: relative;
    border-collapse: collapse;
}

.product-description table th {
    border-bottom: 1px solid rgba(189, 189, 189, 0.20);
    background: var(--light_white_purple);
    font-size: 20px;
    font-weight: 600;
}

.product-description table {
    border: 1px solid var(--light_purple);
    border-radius: 20px;
    border-collapse: separate;
    background-color: white;
    border-spacing: 0;
    overflow: hidden;
}

.product-description table tr:nth-child(odd) td {
    background: var(--light_white_purple);
}

.product-description table th:not(:last-child)::after,
.product-description table td:not(:last-child)::after {
    border-right: 2px solid #e7e5eb !important;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 24px);
    border-right: 2px solid #e7e5eb;
}

/* Phones Portrait */
@media only screen and (min-width : 320px) and (max-width : 479px) {
    #product #main .product-description iframe{
        max-height: 240px;
    }
    #product #main .product-actions .product-variants {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #product .featured-products .product-item{
        width: 50%;
    }

    #product #main .product-actions .product-variants .divider {
        width: 100%;
    }
}

/* Phones Landscape */
@media only screen and (min-width : 480px) and (max-width : 767px) {
    .paymentInfo {
        display: flex;
    }

    .paymentInfo img {
        margin-top: 0;
    }
}

/* Phones Portrait and Landscape */
@media only screen and (min-width : 320px) and (max-width : 767px) {
    .product-manufacturer .manufacturer-logo {
        display: inline !important;
    }
    .tabs>.container{
        padding: 0!important;
    }
    #product #main .product-description iframe{
        max-height: 340px;
    }

    #product #main #tabsection .product-description h4 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    #product #main #tabsection .product-description h3 {
        font-size: 28px !important;
        line-height: 44px !important;
    }

    #product #main #tabsection .product-description ol li,
    #product #main #tabsection .product-description ul li span,
    #product #main #tabsection .product-description p {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    #product #main #tabsection .product-description ul li {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .row.pp_stick_parent {
        display: block;
    }

    #main .container>.row,
    #main .container>.tabs {
        margin-left: 0px;
        margin-right: 0px;
    }

    ol {
        display: block; /* Change to block */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
    }

    ol li {
        display: inline; /* Display as inline */
    }

    ol li:not(:last-child)::after {
        content: " / ";
        margin: 0 5px;
    }

    .images-container img {
        width: 55% !important;
    }

    .product-images_custom.js-qv-product-images {
        margin-bottom: 20px;
    }

    .col-image-inside .product-card {
        max-width: 55%;
        margin-left: auto;
        margin-right: auto;
    }

    .col-image-inside .product-game-type span {
        font-size: 12px;
        line-height: 13px;
    }

    .col-image-inside .product-game-type .product-second-text {
        font-size: 9px;
        line-height: 10px;
    }

    .col-image-inside .product-card .product-game-image img {
        /* max-width: none !important; */
        width: 100% !important;
    }

    .col-image-inside .product-game-type {
        padding-left: 10px;
    }

    .images-container li {
        text-align: center;
    }

    .bread_wrapper {
        padding-bottom: 20px;
    }

    .product-add-to-cart .product-quantity {
        padding: 20px 15px;
        gap: 12px;
        flex-wrap: wrap;
    }

    .col-content-inside .product-information .product-actions .product-add-to-cart .product-quantity .add {
        max-width: 100%;
    }

    .col-content-inside .product-information .product-actions .product-add-to-cart .product-quantity .add {
        gap: 8px;
    }

    .col-content-inside .product-information .product-actions .product-add-to-cart .product-prices {
        margin: auto !important;
    }

    .product-prices .product-price .product-discount .regular-price {
        font-size: 16px;
    }

    .product-prices .current-price span {
        font-size: 24px;
        font-weight: 700;
    }

    /*#product #main .product-actions .product-variants .divider {*/
    /*    width: 100%;*/
    /*}*/

    #product #main .product-actions .product-variants .product-brand {
        margin-bottom: 4px;
        margin-top: 12px;
    }

    .product-add-to-cart {
        margin-top: 0px;
    }

    .paymentInfo {
        display: block;
        max-width: 100%;
        text-align: center;
    }

    .paymentInfo svg {
        transform: scale(0.8);
    }

    .paymentInfo img {
        margin-top: 10px;
    }

    .product-description table td,
    .product-description table th {
        border: none;
        vertical-align: middle;
    }

    .product-description table th {
        font-size: 14px;
        text-align: left;
        font-weight: 700;
        line-height: 19px;
    }

    .product-description table tr.row-odd td,
    .product-description table tr.row-odd th {
        background: white;
    }

    .product-description table tr.row-even td,
    .product-description table tr.row-even th {
        background: var(--light_white_purple);
    }

    .product-description table th:not(:last-child)::after, .product-description table td:not(:last-child)::after {
        display: none;
    }

    #product #main #tabsection {
        padding: 15px;
    }

    .product-brand {
        text-align: center;
    }

    body#product #footer {
        padding-bottom: 135px;
    }

    .col-image-inside .th3d_effect svg {
        width: 55px;
        height: 55px;
    }

    #product #main .row > div.col-content .col-content-inside {
        border-radius: 12px;
    }

    #product #main #tabsection {
        border-radius: 12px;
    }
}

@media only screen and (min-width: 768px) {
    .col-content-inside .product-information .product-actions .product-add-to-cart .product-quantity {
        flex-wrap: wrap;
        gap: 12px 20px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {
    body#product #footer {
        padding-bottom: 95px;
    }

    .col-lg-4.col-image {
        flex: 0 0 200px;
        margin-right: 20px !important;
    }

    #product #main .row > div.col-content .col-content-inside {
        border-radius: 20px;
    }

    #product #main #tabsection {
        border-radius: 20px;
    }

    .col-image-inside .th3d_effect svg {
        width: 55px;
        height: 55px;
    }
}

@media only screen and (max-width : 991px) {
    #product .featured-products .product-item {
        padding: 0;
    }

    #product #main .row div.col-image {
        margin: 0;
    }

    body#product:not(#index) #top_column {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    #product #main .row > div.col-content .col-content-inside {
        padding: 20px;
    }

    #product #main .row div.col-content {
        padding: 0px;
    }

    #product .tabs {
        margin: 20px -15px;
    }

    .header-mobile .acc_top .text {
        display: none !important;
    }
}

@media only screen and (min-width : 992px) {
    #product #main .row > div.col-image {
        padding-right: 10px !important;
    }

    #product #main .row > div.col-content {
        padding-left: 0 !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .product-brand {
        text-align: center;
    }

    .col-content-inside .product-information .product-actions .product-add-to-cart .product-quantity .add {
        max-width: 100%;
    }

    .product-add-to-cart .product-quantity .add .add-to-cart {
        padding: 15px 45px;
    }

    .paymentInfo svg,
    .paymentInfo img {
        transform: scale(0.8);
    }

    .col-lg-4.col-image {
        margin-right: 20px !important;
    }

    #product #main .row > div.col-content .col-content-inside {
        border-radius: 20px;
    }

    #product #main #tabsection {
        border-radius: 20px;
    }

    .col-image-inside .th3d_effect svg {
        width: 55px;
        height: 55px;
    }
}

/* Small and Medium Devices */
@media only screen and (min-width : 768px) and (max-width : 1199px) {
    #main .images-container .js-qv-mask {
        overflow: visible !important;
    }

    .product_image_wrapper .images-container {
        height: 100% !important;
    }

    .product_image_wrapper .images-container .flickity-slider,
    .product_image_wrapper .images-container .flickity-slider .thumb-container {
        position: unset !important;
    }

    #product #main .row > div.col-content .col-content-inside {
        padding: 24px;
    }

    /* #product #main .row div.col-image {
        width: 100%;
    } */
    #main .images-container.pp_lay1 .product-images li.thumb-container .thumb {
        padding-right: 20px;
    }

    .bread_wrapper {
        padding-bottom: 20px;
    }

    #product #tabsection {
        margin-top: 40px;
    }

    .paymentInfo {
        max-width: 100%;
        margin-top: 0px;
    }

    .col-content-inside .product-information .product-actions .product-add-to-cart .product-prices {
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .product-add-to-cart .product-quantity {
        padding: 20px 46px;
    }

    .col-image-inside .product-game-type span {
        font-size: 13px;
        line-height: 13px;
    }

    .col-image-inside .product-game-type .product-second-text {
        font-size: 11px;
        line-height: 11px;
    }

    .col-image-inside .product-card .product-game-image img {
        /* max-width: none !important; */
        width: 100% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .paymentInfo svg,
    .paymentInfo img {
        transform: scale(0.8);
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .col-image {
        width: 330px;
        margin-right: 45px;
    }

    .col-content {
        width: calc(100% - 375px);
    }
}
