.content_prod {
    margin: 0 auto;
    width: 1300px;
    min-height: 589px;
}

#product_top {
    width: 500px;
    float: right;
    border: 1px solid #e8e8e8;
    padding: 25px;
    margin: 0 0 -151px 748px;
    z-index: 1;
    position: absolute;
    background: #fff;
}

#main_prod_title {
    font-size: 40px;
    color: #208779;
    font-weight: bold;
}

.review_data {
    width: 250px;
    height: 34px;
    float: left;
}

.text_configuration {
    font-size: 15px;
    font-weight: bold;
    color: #208779;
    margin: 15px 0 5px;
}

.view_prod {
    background: #72cf10;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 14px 0;
    margin: 20px 0 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    background-image: url(/img/layout/hover_view_prod.svg);
    background-position: -32vw center;
    background-repeat: no-repeat;
    background-size: 0;
    transition: all 0.5s ease-out;
}

.view_prod:hover {
    background-size: 100%;
}

.view_prod img {
    display: inline-block;
    padding: 0 0 0 20px;
}

#prime_add_to_cart {
    background: #72cf10;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 9px 0;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    background-image: url(/img/layout/hover_view_prod.svg);
    background-position: -32vw center;
    background-repeat: no-repeat;
    background-size: 0;
    transition: all 0.5s ease-out;
}

#prime_add_to_cart:hover {
    background-size: 100%;
}

#prime_add_to_cart img {
    display: inline-block;
    padding: 0 0 0 20px;
}

.wish_icon {
    display: flex;
    padding: 10px;
    float: right;
    color: #b2bec2;
    border: 1px solid #b2bec2;
    font-size: 14px;
    font-weight: bold;
}

.wish_icon img {
    display: inline-block;
    padding: 0 0 0 20px;
}

.delivery_box {
    float: left;
    max-width: 50%;
}

.delivery_time_sec {
    color: #000000;
    background: url(/img/layout/delivery_icon.svg) no-repeat left center;
    padding: 0 0 0 32px;
    margin: 0;
    min-height: 27px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    width: 244px;
}

.delivery_time {
    color: #7ed321;
    background: url("/img/layout/delivery.png") no-repeat left center;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
    width: 256px;
    font-size: 14px;
    font-weight: 500;
}

.delivery_simple {
    padding: 7px 0 7px 32px !important;
    min-height: 0 !important;
}

.main_spec_title {
    font-size: 14px;
    font-weight: bold;
    margin: 40px 0 10px;
}

.list_spec {
    display: table;
}

.prod_spec_li {
    font-size: 13px;
    display: table-row;
}

.prod_spec_name {
    color: #208779;
    font-weight: bold;
    display: table-cell;
    border-top: 1px solid #b2bec2;
    padding: 7px 10px 7px 0;
}

.prod_spec_value {
    display: table-cell;
    border-top: 1px solid #b2bec2;
    padding: 7px 0;
}

#view_all_specs {
    color: #208779;
    font-weight: bold;
    font-size: 13px;
    background: url(/img/layout/arrow_right_green.svg) no-repeat left center;
    padding: 0 0 0 12px;
    display: block;
    margin: 10px 0;
}

.price_expl_p {
    color: #b2bec2;
    font-size: 13px;
    float: left;
    padding: 9px 15px 0 0;
    font-weight: 500;
}

#prime_price {
    font-weight: bold;
    font-size: 24px;
    float: left;
    margin: 0 0 10px;
}

#prime_price_sec {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}

.list_price_old_p {
    font-weight: bold;
    font-size: 24px;
    float: left;
    text-decoration: line-through;
    color: #b2bec2;
    padding: 0 15px 0 0;
}

.rate_button_p {
    display: inline-block;
    font-size: 12px;
    padding: 7px 40px 8px 10px;
    background: url(/img/layout/info_white.svg) no-repeat center right #000000;
    color: #fff;
    border-radius: 16px;
    line-height: 1;
    border-right: 6px solid #000000;
    float: left;
}

#three_installments {
    display: inline-block;
    font-size: 12px;
    padding: 7px 40px 8px 10px;
    background: url(/img/layout/info_white.svg) no-repeat center right #242893;
    color: #fff;
    border-radius: 16px;
    line-height: 1;
    border-right: 6px solid #242893;
    float: left;
    margin: 0 0 0 10px;
}

#three_installments_sec {
    display: inline-block;
    font-size: 12px;
    padding: 7px 40px 8px 10px;
    background: url(/img/layout/info_white.svg) no-repeat center right #242893;
    color: #fff;
    border-radius: 16px;
    line-height: 1;
    border-right: 6px solid #242893;
    margin: 0;
}

.score_image {
    right: 25px;
    position: absolute;
}

.score_image img {
    width: unset;
    height: unset;
}

.sold_out_m {
    margin: 20px 0 0;
}

.sold_out {
    font-size: 16px;
    font-weight: bold;
    color: #d80045;
}

.prod_bottom_boxes {
    width: 1300px;
    margin: 30px auto 0;
}

#content {
    width: 100% !important;
    background: none !important;
    margin: 0;
}

.panes {
    background: #fff;
    padding: 30px 0;
}

.tabs {
    margin: 0 auto;
    width: 748px;
    padding: 0 552px 0 0;
    display: flex;
    text-align: center;
}

.tabs a {
    font-weight: bold;
    font-size: 15px;
    color: #208779;
    padding: 20px;
    display: block;
    text-transform: capitalize;
}

.padd_text_panes {
    /*margin: 0 auto;
    width: 1300px;*/
    width: 100%;
}

.first_tab {
    padding: 20px 20px 20px 0 !important;
}

.pane_title {
    width: 100%;
    background: #fff;
    margin: 0 !important;
    padding: 0 !important;
}

.pane_title_text {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    text-align: left;
    border-bottom: 1px solid #f2f3f3;
    margin: 0 auto;
    width: 1300px;
    padding: 20px 0;
    background: url(/img/layout/down_arrow.svg) no-repeat center right transparent;
    background-position-x: 98%;
    cursor: pointer;
}

.pane_container {
    background: #f1f3f2;
    display: none;
    padding: 30px 0;
}

.up_more_p {
    background: url(/img/layout/up_arrow.svg) no-repeat center right transparent !important;
    background-position-x: 98% !important;
}

.up_bck_p {
    background: #f1f3f2 !important;
}

.pane_content {
    margin: 0 auto;
    width: 1300px;
}

.g_list_spec {
    display: table;
}

.g_list_spec2 {
    display: table;
    width: 100%;
}

.g_prod_spec_li {
    font-size: 15px;
    display: table-row;
}

.g_prod_spec_name {
    color: #208779;
    font-weight: bold;
    display: table-cell;
    padding: 10px 20px 10px 0;
}

.g_prod_spec_value {
    display: table-cell;
    padding: 10px 0 10px 0;
}

.list_product_reviews {
    width: 700px;
}

.group_specs {
    background: #fff;
    width: 660px;
    padding: 20px 20px 0;
    display: none;
}

.group_specs_table {
    width: 660px;
    padding: 20px;
    display: none;
}

.configure_specs label {
    color: #208779;
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: none;
    padding: 0 0 10px;
    cursor: pointer;
}

.configure_specs select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(/img/layout/arrow_down_sel.svg) no-repeat right center #fff;
    background-position-x: 98%;
    width: 100%;
    border: 1px solid #dfe6e8;
    padding: 0 20px;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    margin: 0 0 20px;
    float: none;
    cursor: pointer;
}

.spec-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.col {
    margin-bottom: 20px;
    float: left;
    align-items: center;
    justify-content: center;
    width: 24%;
}

.group_specs_name {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 20px 0;
    display: table;
    cursor: pointer;
}

.g_specs_name {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 26px;
    background: url(/img/layout/down_arrow.svg) no-repeat center left transparent;
}

.up_more {
    background: url(/img/layout/up_arrow.svg) no-repeat center left transparent !important;
}

.configure_search_text {
    font-size: 13px;
    font-weight: 500;
    padding: 0 0 5px;
}

.configure_search label {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: none;
    padding: 0 0 10px;
    cursor: pointer;
}

.configure_search input {
    background: url(/img/layout/search.svg) no-repeat right center #f2f3f3;
    background-position-x: 98%;
    width: calc(100% - 42px);
    border: 1px solid #f2f3f3;
    padding: 0 20px;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    margin: 0 0 20px;
    float: none;
    cursor: pointer;
}

.list_searches {
    max-height: 195px;
    overflow: scroll;
    overflow-x: hidden;
    margin: 0 0 10px;
}

.third_specs {
    display: block;
    font-size: 13px;
    font-weight: 500;
    width: calc(100% - 42px);
    border: 1px solid #dfe6e8;
    padding: 9px 20px;
    border-radius: 20px;
    margin: 0 0 10px;
    color: #000;
}

.third_specs:hover {
    background: #f2f3f3;
}

.info_spec {
    cursor: pointer;
    background: url(/img/layout/info_green.svg) no-repeat center center transparent;
    width: 19px;
    height: 19px;
    display: inline-block;
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
}

.info_spec:hover .info_tooltip {
    display: block;
}

.info_tooltip {
    cursor: pointer;
    position: absolute;
    display: none;
    max-width: 500px;
    margin: 12px 0 0 12px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    border-radius: 16px;
    background-color: #fff;
    box-shadow:
        0 15px 35px rgb(50 50 93 / 10%),
        0 5px 15px rgb(0 0 0 / 7%);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
}

#prime_price_new_sec {
    float: right;
}

.incl_btw {
    color: #b2bec2;
    font-size: 11px;
    font-weight: normal;
    padding: 0 0 0 10px;
}

#prime_add_to_cart_sec {
    background: #72cf10;
    width: 50px;
    text-align: center;
    display: block;
    padding: 10px 0 11px;
    float: right;
    margin: 0 0 0 10px;
}

.prime_stick {
    display: block !important;
    z-index: 2147483646 !important;
}

#prime_price_cart {
    width: 100%;
    position: fixed !important;
    top: 40px;
    display: none;
}

#prime_price_cart_contain {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

#prime_price_cart_b {
    border: 1px solid #e8e8e8;
    border-left: 20px solid #72cf10;
    padding: 25px;
    background: #fff;
    margin: 119px 0 -228px;
    position: relative;
}

.suitable_for_title {
    font-weight: bold;
    text-transform: capitalize;
}

.characteristic_list {
    float: left;
    margin: 0 5px;
    width: 35px;
    height: 35px;
}

.no_margin_carac {
    margin: 0 0 0 5px;
}

.functions_overlay {
    display: none;
    width: 200px;
    background-color: #333333;
    color: #ffffff;
    position: absolute;
    padding: 5px;
    height: auto;
    left: 0;
}

#config_title {
    font-size: 16px;
    color: #208779;
    padding: 20px 0 5px;
    font-weight: bold;
}

.spec_table {
    width: 100%;
    padding: 0 0 20px;
}

.spec_table tr:nth-child(odd) td {
    background: #f2f3f3;
}

.spec_table tr {
    cursor: pointer;
}

.spec_table td {
    padding: 5px 10px;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
}

.selected_option td {
    background: #208779 !important;
    color: #fff !important;
}

.label_table {
    color: #208779;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 10px;
}

.spec_table_th {
    color: #208779;
    font-weight: bold !important;
    text-transform: uppercase;
    background: #fff !important;
}

.spec_table_th_price {
    color: transparent;
    padding-right: 2px !important;
}

.selected_spec {
    border: 3px solid #208779;
}

.product_box input[type="text"] {
    width: 95%;
    border: 0.1em solid #dfe6e8;
    padding: 0 1.2em;
    height: 2.8em;
    border-radius: 2em;
    font-size: 1em;
    margin: 0 0 2em;
}

.input-error {
    border: 2px solid red;
    background-color: #ffe6e6;
}

.gallery-thumb {
    cursor: pointer;
    border-radius: 0.75rem;
}

.gallery-thumb.active {
    border: 2px solid var(--skikk-primary);
}

.gallery-thumbs-carousel {
    padding: 0 40px;
}

.gallery-thumbs-wrapper {
    position: relative;
}

.gallery-thumbs-scroll {
    will-change: transform;
}

.gallery-thumb-prev,
.gallery-thumb-next {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.gallery-thumb-prev:hover,
.gallery-thumb-next:hover {
    background: #f8f9fa;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.gallery-thumb-prev:disabled,
.gallery-thumb-next:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

/* Video thumbnail */
.gallery-thumb.video {
    position: relative;
}

.gallery-thumb.video::after {
    content: "\f4f4";
    font-family: "bootstrap-icons";
    position: absolute;
    inset: auto auto 6px 6px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    padding: 0.25rem 0.35rem;
    border-radius: 0.35rem;
}

.thumb-wrap {
    position: relative;
    display: inline-block;
}

.thumb-wrap .bi {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0.95;
    transition:
        transform 0.2s ease,
        background 0.2s ease;
    pointer-events: none;
    border-radius: 0.75rem;
}

.thumb-wrap:hover .bi {
    background: rgba(0, 0, 0, 0.35);
    transform: scale(1.05);
}

.thumb-badge {
    position: absolute;
    left: 6px;
    bottom: 6px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 0.15rem 0.4rem;
    font-size: 0.7rem;
    line-height: 1;
    border-radius: 0.35rem;
    pointer-events: none;
}

.cursor-zoom-in {
    cursor: zoom-in;
}

/* Specs and pricing */
.specs dt {
    color: #0f172a;
    font-weight: 600;
}

.price-tag {
    font-size: 1.8rem;
    font-weight: 800;
}

.sticky-cta {
    position: sticky;
    top: 1rem;
}

/* Mobile bottom bar */
.mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111827;
    color: #fff;
    z-index: 1030;
    padding: 0.75rem 1rem;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.2);
}

.mobile-bar .btn {
    white-space: nowrap;
}

@media (min-width: 992px) {
    .mobile-bar {
        display: none;
    }
}

/* Badges and misc */
.badge-new {
    background: var(--skikk-primary);
}

.config-option small.muted {
    color: #6b7280;
}

.list-check li {
    margin: 0.25rem 0;
}

.list-check i {
    color: var(--skikk-primary);
}

.tab-pane {
    padding-top: 0.75rem;
}

/* Reviews */
.reviewer-stars {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
}

.reviewer-stars * {
    display: inline-block;
}

/* Spec table Bootstrap overrides */
.spec_table tr.selected_option {
    background-color: var(--bs-primary-bg-subtle) !important;
}

.spec_table tr:hover {
    background-color: var(--bs-secondary-bg-subtle);
}

.spec_table td,
.spec_table th {
    padding: 0.5rem;
}

/* Mobile overflow prevention for selectors */
.form-select,
.config_specs,
.war_specs {
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.form-select option,
.config_specs option,
.war_specs option {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media (max-width: 991.98px) {

    .form-select,
    .config_specs,
    .war_specs {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .accordion-body,
    .mb-3 {
        overflow-x: hidden;
        max-width: 100%;
    }

    .config-option {
        overflow-x: hidden;
        max-width: 100%;
    }
}