/**
* 2010-2020 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2020 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

.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: 0.75rem 1rem;
    border:1px solid #f3f3f3e1;
}
#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{
    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;
    border: 1px solid #232323;
}
#wk-combination-block-view .wk-combination-image{
    width:50px;
    height:50px;
    background-color: #fff;
    border: 1px solid #232323;
}
.wk-combination-name{
    margin: 0.625rem 0;
    text-align: center;
}
.wk-combination-name span{
    color: #2fb5d2;
}
.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{
    width:5rem;
    height: 2.5rem;
}
#wk-combination-block-view .wkQuantityWanted{
    width:2.5rem;
    height: 2.75rem;
    display: block;
}
#wk-combination-footer-view .wkQuantityWanted{
    width:3rem;
    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{
    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: #ffc107;
    color: white;
    padding: 5px;
    font-weight: 700;
    white-space: initial;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #232323;
}
.wk-product-available{
    background-color: #28a745;
    color: white;
    padding: 5px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    white-space: initial;
    border: 1px solid #232323;
}
.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;
    background-color: #f1f1f1;
    box-shadow: 2px 2px 8px -1px rgba(107, 103, 103, 0.2);
    text-align: left;
    margin-top: 10px;
}
.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 .dropdown,.wk-combination-sort-right{
        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{
    cursor: pointer;
}
.wk-dropdowns{
    margin: 5px 0px;
    display: inline-block;
}
.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{
    margin-top: 10px;
}
.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;
}