/**
* 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: 0px;
    border: 1px solid #f3f3f3e1;
}

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

#wk-combination-block-view thead td {
    padding: 0px;
    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 {
    color: #232323;
    text-align: center;
}

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

#wk-product-combination-view .custom-checkbox input[type=checkbox]+span .checkbox-checked {
    margin: 0px;
}

.wk-filter-combinations .custom-checkbox input[type=checkbox] {
    width: 20px;
    height: 17px;
    margin-top: 5px;
}

#wk-product-combination-view .custom-checkbox input[type=checkbox]+span {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #232323;
}

#wk-product-combination-view .custom-checkbox input[type=checkbox]:disabled {
    cursor: not-allowed;
}

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

#wk-combination-footer-view .wk-combination-image {
    width: 60px;
    height: 60px;
    background-color: #fff;
}

#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 {
    color: #000000;
}

.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 {
    font-weight: lighter;
    color: #232323;
    text-align: center;
}

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

.wk-regular-price,
.wk-discount-price,
.wk-discount {
    margin: 0.625rem 0;
}

.wk-regular-price span {
    text-decoration: line-through;
    color: #7a7a7a;
    font-weight: 400;
}

.wk-discount-price span {
    color: #f39d72;
    font-weight: 400;
    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 {
    width: 200px;
    height: 30px;
    background-color: #f39d72;
    color: #fff;
    font-weight: 700;
    padding: .3125rem;
    white-space: nowrap;
}

#wk-combination-block-view .wk-qty {
    width: 4rem;
    height: 2.5rem;
}

#wk-combination-footer-view .wk-qty {
    margin-left: 25%;
    width: 5rem;
    height: 2.5rem;
}

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

#wk-combination-footer-view .wkQuantityWanted {
    width: 4rem;
    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 i {
    margin-left: -5px !important;
}

#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 {
    min-width: 185px;
    height: 45px;
    color: #fff;
}

.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: #70b580;
    color: white;
    padding: 5px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    white-space: initial;
}

.wk-available-qty {
    color: #232323;
    font-weight: 700;
}

.wk-product-action {
    margin-top: 1rem;
}

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

.wk-attribute-group-name,
.wk-combination-sort-type {
    color: #232323;
    min-width: 158px;
    height: 40px;
    display: inline-block;
    padding: .625rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #fff;
    box-shadow: 2px 2px 8px -1px rgba(107, 103, 103, 0.2);
    text-align: left;
    margin-top: 10px;
}

.wk-combination-sort-type {
    width: 13.5rem;
}

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

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

.wk-filter-options .custom-checkbox input[type=checkbox]+span {
    width: 1rem;
    height: 1rem;
    margin-right: 5px;
    background-color: #fff;
    border: 1px solid #232323;
}

.wk-filter-options .custom-checkbox input[type=checkbox]+span .checkbox-checked {
    margin: -0.1rem -0.125rem;
}

.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-options {
    width: fit-content;
}

#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 {
    margin-top: 10px;
}

.wk-filter-footer-view .dropdown-menu {
    width: max-content;
    position: absolute;
    transform: translate3d(0px, 50px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

#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-blockcart-modal {
    color: #232323
}

#wk-blockcart-modal .cart-content .page-content.page-cms ul .label,
#wk-blockcart-modal .cart-content .page-content.page-cms ul .value,
#wk-blockcart-modal .cart-content p .label,
#wk-blockcart-modal .cart-content p .value {
    font-weight: 600
}

#wk-blockcart-modal .modal-header,
#product #block-reassurance {
    background: #fff
}

#wk-blockcart-modal .modal-header .close {
    opacity: 1
}

#wk-blockcart-modal .modal-header .close .material-icons {
    color: #363a42
}

#wk-blockcart-modal .modal-body {
    padding: 3.125rem 1.875rem;
    background: #fff
}

#wk-blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: .3125rem
}

#wk-blockcart-modal .modal-dialog {
    width: 100%;
    max-width: 1140px
}

#wk-blockcart-modal .product-image {
    display: block;
    width: 100%;
    max-width: 9.375rem;
    margin: 0 0 0 auto
}

#wk-blockcart-modal .modal-title {
    font-size: 1rem;
    font-weight: 400;
    color: #353943
}

#wk-blockcart-modal .modal-title i.material-icons {
    margin-right: 1.875rem;
    color: #4cbb6c
}

#wk-blockcart-modal .product-name {
    font-size: 1.125rem;
    color: #24b9d7
}

#wk-blockcart-modal .product-price {
    display: block;
    color: #363a42
}

#wk-blockcart-modal .cart-content .btn,
#stores .page-stores .store-item-footer li {
    margin-bottom: .625rem
}

#wk-blockcart-modal .cart-content .page-content.page-cms ul,
#wk-blockcart-modal .cart-content p,
.page-content.page-cms #wk-blockcart-modal .cart-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .5rem;
    color: #363a42
}

#wk-blockcart-modal .cart-content .page-content.page-cms ul.product-total,
#wk-blockcart-modal .cart-content p.product-total,
.page-content.page-cms #wk-blockcart-modal .cart-content ul.product-total {
    padding: .5rem;
    background-color: #f6f6f6
}

#wk-blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count,
#wk-blockcart-modal .cart-content p.cart-products-count,
.page-content.page-cms #wk-blockcart-modal .cart-content ul.cart-products-count {
    font-size: 1rem;
    font-weight: 600;
    color: #6c868e
}

#wk-blockcart-modal .cart-content .page-content.page-cms ul.product-tax,
#wk-blockcart-modal .cart-content p.product-tax,
.page-content.page-cms #wk-blockcart-modal .cart-content ul.product-tax {
    display: inherit;
    font-size: .875rem
}

#wk-blockcart-modal .cart-content .cart-content-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#wk-blockcart-modal .cart-content .cart-content-btn button {
    margin-right: .9rem
}

#wk-blockcart-modal .cart-content .cart-content-btn .btn {
    white-space: inherit
}

#wk-blockcart-modal .divide-right {
    border-right: 1px solid #dbdbdb
}

@media (min-width:768px) {
    #wk-blockcart-modal .cart-content {
        padding-left: 2.5rem
    }
}

@media (max-width:767px) {
    #wk-blockcart-modal .modal-body .divide-right span {
        display: block;
        padding: 0 .5rem
    }

    #wk-blockcart-modal .product-name,
    #wk-blockcart-modal .product-price {
        padding: 0 .5rem
    }

    #wk-blockcart-modal .divide-right {
        border-right: none
    }

    #wk-blockcart-modal .modal-body {
        padding: 1rem
    }
}

@media (max-width:991px) {
    #wk-blockcart-modal .product-image {
        max-width: 70%;
        margin: 0 auto 1rem
    }

    #wk-blockcart-modal .modal-dialog {
        width: calc(100% - 20px)
    }

    #wk-blockcart-modal .modal-body {
        padding: 1.875rem
    }
}
