/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module.
*
* 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 CustomizationPolicy.txt file inside our module for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2021 Webkul IN
*  @license   LICENSE.txt
*/
#search_block_top {
    padding-top: 50px;
}
.wkas-color-000 {
    color: #000;
}
#search_block_top #searchbox {
    float: left;
    width: 100%;
}
form#searchbox {
    position: relative;
}
#search_block_top #search_query_top {
    display: inline;
    padding: 13px 60px 13px 13px;
    height: 45px;
    background: #fbfbfb;
    margin-right: 1px;
}
.wkas-prod-desc .wkas-more-text, .wkas-typeattr-desc .wkas-more-text {
    display: none;
}
.wkas-more-text + a {
    text-decoration: none;
    color: #2fb5d2;
}
.wkas-hidden {
    display: none !important;
}
#search_block_top .btn.button-search {
    background: #333;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    width: 50px;
    text-align: center;
    padding: 10px 0 11px 0;
}
#search_block_top .btn.button-search::before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: center;
}
#search_block_top .btn.button-search span {
    display: none;
}
.wkas-p-0 {
    padding: 0;
}
.wkas-mb-1 {
    margin-bottom: 16px;
}
#wkSearchResultContent {
    position: absolute;
    background-color: white;
    z-index: 50;
    left: 0;
    right: 0;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(90,90,90,0.50);
}
.wkas-grid-view {
    width: 900px;
}
#wkasTypeDiv ul {
    margin-bottom: 10px !important;
}
#wkResDiv{
    max-height: 450px;
    margin-bottom: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}
.wkasproducts {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.wkastypeattr {
    display: flex;
    align-items: flex-start;
}
.wkasproducts:not(:last-of-type) div:last-child {
    border: 1px solid rgba(90,90,90,0.30);
}
.wkas-prod-link:hover {
    color: black !important;
}
.wkas-items-margin {
    margin-top: 10px;
}
.wkas-w-100 .wkastypeattr:last-child .wkas-typeattr-desc, .wkas-w-100 .wkasproducts .wkas-prod-content:last-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.wkas-w-100:last-child .wkastypeattr:last-child .wkas-typeattr-desc, .wkas-w-100:last-of-type .wkasproducts .wkas-prod-content {
    border: none;
}
#displayIconTypeAttr {
    color: #2FB5D2;
    cursor: pointer;
}
.wkas-attr-label {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}
.wkas-tax-label {
    font-size: 0.9925rem;
    color: #7a7a7a;
}
.wkas-prod-name, .wkas-typeattr-name {
    font-size: 14px;
    color: #000000;
    margin: 0;
}
.wk-active-attr {
    background-color: #2fb5d2;
    color: #ffffff;
    box-shadow: 0px 2px 10px #888888;
}
#wkasTypeDiv ul li:not(.wk-active-attr) {
    transition: box-shadow .2s;
}
#wkasTypeDiv ul li:not(.wk-active-attr):hover {
    box-shadow: 0px 2px 10px #888888;
}
.wkas-grid-prod-name, .wkas-grid-typeattr-name {
    font-size: 10px;
    color: #000000;
    margin: 0;
    line-height: normal;
}
.wkas-prod-img {
    height: 50px;
    width: 50px;
}
.wkas-grid-prod-img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
.wkas-prod-desc , .wkas-typeattr-desc{
    font-style: italic !important;
    margin: 0;
}
.wkas-typeattr-meta-title, .wk-no-data {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.wkas-typeattr-meta-title:hover {
    color: #2fb5d2;
}
.wkas-prod-reference {
    opacity: 0.5;
    font-size: 13px;
    color: #000000;
}
.wkas-prod-ori-price, .wkas-grid-prod-ori-price {
    font-size: 15px;
    color: #000000;
}
.wkas-prod-discount, .wkas-prod-minimal-quan, .wkas-grid-prod-discount, .wkas-grid-prod-minimal-quan {
    opacity: 0.5;
    font-size: 13px;
    color: #000000;
}
.wkas-prod-instock, .wkas-grid-prod-instock {
    font-size: 13px;
    color: #2FB5D2;
}
.wkas-more-result {
    font-size: 15px;
}
.wkas-grid-typeattr-name {
    font-size: 10px;
    color: #000000;
    margin: 0;
}
.wkas-loader {
    height: 40px;
    width: 40px;
    border: 5px solid #cccccc;
    border-bottom: 5px solid #31b5d2;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 1s linear infinite;
}
.wkas-hide-show-icon {
    position: sticky;
    top: 0;
    right: 0;
    z-index: 1;
    background: white;
    padding-bottom: 10px;
}
.wkas-on-sale {
    position: absolute;
    background-color: #f00;
    color: #fff;
    text-transform: uppercase;
    width: 70%;
    left: 0;
    right: 0;
    text-align-last: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 2px 2px #f00;
    top: -10px;
    font-weight: bold;
}
.wkas-on-sale-list-detail-view {
    width: 100%;
    top: 0;
}
@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media (max-width: 767px) {
    .wkas-list-view {
        width: 100%;
    }
    #wkResDiv {
        width: 100% !important;
    }
    #wkasTypeDiv ul {
        text-align: center;
    }
    .wkas-grid-view {
        width: 96%;
    }
    #wkasTypeDiv ul li {
        padding: 1px 3px;
        display: inline-block;
        text-align: left;
        font-size: 14px;
        cursor: pointer;
    }
    #wkasTypeDiv h6, #wkasTypeDiv hr {
        display: none;
    }
    .wkas-list-view {
        width: 96%;
    }
}

@media (min-width: 0px) and (max-width: 576px) {
    .wkas-force-list-view {
        width: 95%;
    }
    #wkasTypeDiv h6, #wkasTypeDiv hr {
        display: none;
    }
    .wkas-w-100 {
        width: 100% !important;
    }
    .wkas-row1 {
        width: 100%;
    }
    .wkas-row1::after {
        content: "";
        clear: both;
        display: inline-table;
    }
    .wkas-on-sale-font-10 {
        font-size: 10px;
    }
    .wkas-on-sale-hidden {
        display: none;
    }
    .wkas-force-list-wkastypeattr {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
    }
    .wkas-force-list-left {
        width: 16.66667%;
        float: left;
    }
    .wkas-force-list-left img {
        width: 36px;
        border: none;
    }
    .wkas-force-list-right-10 {
        float: left !important;
        width: 83.33333%;
        margin-left: 0;
        padding-left: 16px;
    }
    .wkas-force-list-right-12 {
        width: 100%;
        float: left !important;
        margin-left: 0;
    }
    .wkas-typeattr-desc {
        display: block !important;
    }
    .wkas-img-border-0 {
        border: none;
    }
    .wkas-force-list-prod-img {
        margin: 0;
    }
    .wkas-m-6 {
        padding-left: 20px !important;
    }
    .wk-p-30 {
        padding-left: 24px;
    }
    .wk-p-md-0 {
        padding: 0;
    }
    .wkas-force-list-name {
        padding: 0;
    }
    .wkas-force-list-prod-name, .wkas-force-list-typeattr-name {
        font-size: 14px;
        color: #000000;
        margin: 0;
        padding: 0;
    }
    .wkas-force-list-prod-reference {
        opacity: 0.5;
        font-size: 13px;
        color: #000000;
    }
    .wkas-force-list-prod-ori-price {
        font-size: 15px;
        color: #000000;
    }
    .wkas-force-list-prod-discount, .wkas-force-list-prod-minimal-quan {
        opacity: 0.5;
        font-size: 13px;
        color: #000000;
    }
    .wkas-force-list-prod-instock {
        font-size: 13px;
        color: #2FB5D2;
    }
    .wkas-w-100 .wkas-force-list-wkastypeattr:last-child .wkas-typeattr-desc, .wkas-w-100 .wkas-force-list-wkastypeattr .wkas-prod-content:last-child {
        padding-bottom: 10px !important;
        border-bottom: 1px solid #e2e2e2 !important;
    }
    .wkas-w-100:last-child .wkas-force-list-wkastypeattr:last-child .wkas-typeattr-desc, .wkas-w-100:last-of-type .wkas-force-list-wkastypeattr .wkas-prod-content {
        border: none !important;
    }
    #wkadvleftcontent {
        width: 100%;
    }
    #wkadvrightcontent {
        width: 100%;
    }
}
@media (min-width: 577px) {
    .wkas-img-thumbnail {
        text-align: center;
        border: 1px solid #ddd !important;
    }
    .wkas-prod-img-thumbnail {
        text-align: center;
        border: 1px solid #ddd !important;
    }
    .wkas-grid-img {
        max-width: 100%;
    }
    .wk-p-30 {
        padding-left: 38px;
    }
}
@media (min-width: 768px) {
    #wkasTypeDiv ul li {
        padding: 5px;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
    }
    .wkas-grid-view {
        width: 576px;
        left: -175px !important;
    }
    #wkasTypeDiv {
        box-shadow: 0 0 10px 0 rgba(90,90,90,0.50);
        border-radius: 5px;
        padding-top: 28px;
        max-height: 470px;
        height: auto;
    }
}
.wkas-grid-view-display {
    display: flex;
    flex-flow: row wrap;
}
@media (min-width: 991px) {
    .wkas-grid-view {
        width: 768px;
        left: -190px !important;
    }
    .wkas-grid-typeattr-name {
        font-size: 13px;
        color: #000000;
        margin: 0;
        line-height: normal;
    }
    .wkas-prod-img-thumbnail {
        text-align: center;
        border: 1px solid #ddd !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .wkas-detail-view {
        width: 930px;
        left: -300px !important;
    }
    .wkas-list-view {
        width: 575px;
        left: -118px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .wkas-detail-view {
        width: 688px;
        left: -220px !important;
    }
    .wkas-list-view {
        width: 575px;
        left: -154px !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .wkas-detail-view {
        width: 96%;
    }
    .wk-p-30 {
        padding-left: 40px;
    }
}
@media (min-width: 1200px) {
    .wkas-detail-view {
        width: 1110px;
        left: -356px !important;
    }
    .wkas-list-view {
        width: 575px;
        left: -88px !important;
    }
}
