/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.product-information .tab-pane {
    color: #7a7a7a;
}

.product-information .tabs .nav-tabs {
    padding-bottom: 10px;
    display: flex !important;
    justify-items: flex-start !important;
    overflow-x: auto;
    overflow-y: hidden;
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.product-information .tabs .nav-tabs li {
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    flex-shrink: 0;
}

.product-information .tabs .nav-tabs::-webkit-scrollbar {
    width: 15px;
    height: 12px;
}

.product-information .tabs .nav-tabs li {
    display: block;
    word-wrap: none;
}

.product-information .tabs .nav-tabs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 1);
    box-shadow: inset 0 0 6px rgba(200, 200, 200, 1);
    border-radius: 10px;
}

.product-information .tabs .nav-tabs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(90, 90, 90, 0.7);
    box-shadow: inset 0 0 6px rgba(90, 90, 90, 0.7);
}


.product-information #wk-product-combination-view {
    color: #7a7a7a;
}


.product-information #wk-product-combination-view {
    flex-shrink: 0;
}

.product-information #wk-product-combination-view::-webkit-scrollbar {
    width: 15px;
}

.product-information #wk-product-combination-view {
    display: block;
    word-wrap: none;
}

.product-information #wk-product-combination-view::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 1);
    box-shadow: inset 0 0 6px rgba(200, 200, 200, 1);
    border-radius: 10px;
}

.product-information #wk-product-combination-view::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(90, 90, 90, 0.7);
    box-shadow: inset 0 0 6px rgba(90, 90, 90, 0.7);
}


.wk-combination-list-link {
    margin-top: 15px;
}

.wk-combination-list-link a {
    text-decoration: none;
    font-weight: 700;
}

#wk-combination-footer-view,
#wk-combination-block-view {
    background-color: white;
    width: 100%;
}

#wk-combination-footer-view td {
    padding: 1rem 1.7rem;
    border: 1px solid var(--bs-dark);
}

#wk-combination-footer-view td:first-child {
    border-left-width: 0;
}

#wk-combination-footer-view thead td {
    border-top-width: 0;
}

#wk-combination-footer-view td:last-child {
    border-right-width: 0;
}

.wk-combination-quantity p {
    margin-bottom: 1rem;
}

#wk-combination-block-view tbody td {
    padding: 0.3125rem 0.35rem;
    border: 1px solid #f3f3f3e1;
}

#wk-combination-block-view thead td {
    padding: 0.5rem 0.4375rem;
    border: 1px solid #f3f3f3e1;
}

#wk-combination-footer-view thead,
#wk-combination-block-view thead {
    height: 60px;
    background-color: #fff;
    border-radius: 2px;
    /* box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2); */
}

#wk-combination-footer-view thead td,
#wk-combination-block-view thead td {
    text-align: center;
    font-weight: 700;
}

.wk-bulk-selection {
    width: 18px;
    height: 18px;
}

.wk-image {
    text-align: center;
}

#wk-combination-footer-view .wk-combination-image {
    width: 50px;
    height: 86px;
    background-color: #fff;
    object-fit: cover;
}

#wk-combination-block-view .wk-combination-image {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: #24b9d7 2px solid;
}

.wk-combination-name {
    margin: 0.625rem 0;
    text-align: center;
}

.wk-combination-name span {}

.wk-color {
    display: inline-block;
    border: 2px solid #232323;
    height: 20px;
    width: 20px;
    background-size: contain;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
}

.wk-texture {
    display: inline-block;
    height: 20px;
    background-size: contain;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    width: 20px;
}

.wk-color-attribute {
    display: inline-block;
    width: 18px;
    height: 14px;
}

.wk-combination-quantity {
    text-align: center;
}

.wk-combination-reference {
    color: #232323;
    text-align: center;
}

.wk-price {
    text-align: center;
}

.wk-regular-price,
.wk-discount-price,
.wk-discount {
    margin: 1rem 0;
    line-height: 1;
}

.wk-regular-price span {
    text-decoration: line-through;
    color: var(--bs-dark);
    font-weight: 400;
}

.wk-discount-price span {
    white-space: nowrap;
}

.wk-current-price span,
.wk-product-unit-price {
    font-weight: 400;
    color: #232323;
}

.wk-product-unit-price {
    font-size: 12px;
}

.wk-discount span {
    background-color: var(--bs-primary);
    color: #fff;
    font-weight: 700;
    padding: .5rem;
    font-size: 1.4rem;
    white-space: nowrap;
    display: inline-block;
}

#wk-combination-block-view .wkQuantityWanted {
    width: 2.5rem;
    height: 2.75rem;
    display: block;
}

.input-group .form-control .wkQuantityWanted {
    width: 2.5rem;
    height: 3rem;
    border: 1px solid black;
}

#wk-combination-footer-view tbody,
#wk-combination-block-view tbody {
    max-height: 460px;
    background-color: #fff;
    border-radius: 2px;
    /* box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.2); */
}

#wk-combination-block-view .wk-add-to-cart {
    width: 50px;
    height: 45px;
    color: #fff;
}

#wk-combination-footer-view .wk-add-to-cart,
.wk-multi-add-to-cart {}

.wk-product-add-to-cart .wk-qty .bootstrap-touchspin {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0.8rem 1.6rem;
    font-size: 1.6rem;
}

.wk-product-add-to-cart .wk-qty .bootstrap-touchspin button {
    width: auto;
}

.wk-product-add-to-cart .wk-qty .bootstrap-touchspin>input {
    max-width: 4rem;
}

.wk-product-unavailable,
.wk-not-enough-product {
    display: inline-block;
    font-weight: 700;
}

.not-enough-product-label {
    background-color: #e5c75a;
    color: white;
    padding: 5px;
    font-weight: 700;
    white-space: initial;
    display: inline-block;
    margin-bottom: 10px;
}

.wk-product-available {
    background-color: var(--bs-green);
    color: white;
    padding: .5rem;
    display: inline-block;
    margin-bottom: 10px;
    white-space: initial;
    font-size: 1.4rem;
}

.wk-available-qty {
    text-transform: lowercase;
}

.wk-product-action {}

.wk-filter-combinations ul li {
    display: inline-block;
}

.wk-filter-footer-view .choices__inner {
    min-width: 160px;
}

.wk-attribute-group-name,
.wk-combination-sort-type {
    display: inline-block;
    text-align: left;
    border-left: 0;
}

.wk-filter-combinations .choices__inner {
    border-color: #bebebe;
    line-height: 1.5;
    min-height: 42px;
}

.wk-combination-sort-type .choices__inner.choices__list--single {
    padding-bottom: 0;
}

@media all and (min-width: 768px) {

    .wk-combination-sort-type .choices__list--dropdown,
    .wk-combination-sort-type .choices__list[aria-expanded] {
        width: calc(100% + 86px);
        left: -86.5px;
    }

    .wk-combination-sort-type .choices__inner {
        border-left: 0;
        padding-left: 0;
    }
}

.wk-margin-left {
    margin-left: 8px;
}

.wk-margin-right {
    margin-right: 8px;
}

.wk-loader-img {
    width: 40px;
}

@media screen and (min-width: 768px) {
    .wk-combination-sort-right {
        text-align: right;
    }

    .wk-combination-sort-right .dropdown {
        float: right;
    }

    .wk-combination-sort-right,
    .wk-combination-sort-left {
        min-width: 25%;
        display: inline-block;
    }

    .wk-combination-sort-left,
    .wk-combination-sort-left .dropdown {
        float: left;
    }
}

@media screen and (max-width: 768px) {
    .wk-filter-combinations ul {
        margin-bottom: 0px;
        ;
    }
}

.wk-combination-sort {
    margin: 5px 0px;
}

.wk-combination-sort .dropdown {
    min-width: 158px;
}

.wk-sort-list {
    background-color: transparent;
    text-align: left;
    display: block;
}

.wk-sort-list:hover {
    background-color: #379bf0;
    color: white;
}

.wk-show-filters {
    width: 100%;
    min-height: 50px;
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 8px 0px rgba(144, 144, 144, .2);
}

.wk-show-filters span {
    padding: 32px 15px;
    font-weight: 900;
}

.wk-filter-box {
    background-color: #f1f1f1;
    display: inline-block;
    border: 1px solid #d9d9d9;
    color: #232323;
    min-width: 100px;
    height: 30px;
    padding: 5px 10px;
    margin: 4px 4px;
}

.wk-close,
.wk-close-category,
.wk-close-filter {
    cursor: pointer;
}

.wk-attribute-list .dropdown-item {
    padding: 3px 1.5rem;
}

.wk-row {
    display: flex;
}

.wk-col {
    flex-basis: 0;
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

#wk-filter-additional-view .wk-filter-options {
    width: max-content;
}

#wk-filter-additional-view .wk-filter-options p {
    color: #232323;
}

.wk-attribute-list .wk-color,
.wk-attribute-list .wk-texture {
    margin-left: 5px;
}

.wk-group-name {
    background-color: transparent;
    cursor: text !important;
    color: #232323;
    border: none;
    margin-bottom: 10px;
}

.wk-table-view {
    max-height: 1000px;
    overflow: auto;
}

.wk-checkbox {
    text-align: center;
}

.wk-bulk-add-to-cart {
    width: 100%;
    max-width: 292px;
}

.wk-filter-footer-view .dropdown-menu {
    width: max-content;
}

#wk-filter-additional-view .dropdown-menu {
    max-width: 500px;
    overflow-x: auto;
}

.wk-sort-label {
    padding-top: 21px;
    color: #7a7a7a;
    padding-left: 8px;
    font-size: 1rem;
}

.view_combination {
    cursor: pointer;
}

.wkSelectAttr {
    width: auto;
    padding-right: 1.875rem;
    background-color: #fff;
}

.wkMarginAuto {
    margin: auto;
}

.wkMaxWidth {
    max-width: 100%;
}

#wk-combination-block-view .wkQuantityWantedCategory {
    width: 2.5rem;
    height: 2.75rem;
    display: block;
}

#wk-combination-footer-view .wkQuantityWantedCategory {
    width: 3rem;
    height: 2.75rem;
    display: block;
}

.input-group .form-control .wkQuantityWantedCategory {
    width: 2.5rem;
    height: 3rem;
    border: 1px solid black;
}

.wk-addition-product-view {
    max-height: 32rem !important;
}

.wk-add-category-page {
    min-width: 1rem !important;
}

.wk-category-page {
    max-height: 28rem !important;
}

#wk-product-combination-footer-view {
    max-width: 1240px;
}