/**
* 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
*/

#wkSearchResultContent {
  position: absolute;
  background-color: white;
  z-index: 999;
  /* right: 15px; */
  top: 46px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(90, 90, 90, 0.5);
}
.wkas-color-000 {
  color: #000;
}
.wkas-list-view {
  width: 575px;
}
.wkas-detail-view {
  width: 1110px;
}
.wkas-grid-view {
  width: 900px;
}
#wkasTypeDiv ul {
  margin-bottom: 10px;
}
#wkResDiv {
  max-height: 450px;
  margin-bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
.wkas-on-sale {
  position: absolute;
  background: darkorange;
  color: white;
  width: 100%;
  padding: 3px 0;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: auto;
  text-align: center;
}
.wkas-prod-desc .wkas-more-text,
.wkas-typeattr-desc p span .wkas-more-text {
  display: none;
}
.wkas-more-text + a {
  text-decoration: none;
  color: #2fabcd !important;
}
.wkasproducts,
.wkastypeattr {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-around;
}
.wkasproducts:not(:last-of-type) div:last-child {
  border: 1px solid rgba(90, 90, 90, 0.3);
}
.wkas-prod-link:hover {
  color: black !important;
}
.wkas-items-margin {
  margin-top: 10px;
}
.wkas-tax-label {
  font-size: 0.8125rem;
  color: #7a7a7a;
}
.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-prod-name,
.wkas-typeattr-name {
  font-size: 14px;
  color: #000000;
  margin: 0;
}
.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;
}
.wk-active-attr {
  background-color: #2fb5d2;
  color: #ffffff;
  box-shadow: 0px 2px 10px #888888;
}
#wkasTypeDiv ul li:not(.wk-active-attr) {
  transition: box-shadow 0.2s;
}
#wkasTypeDiv ul li:not(.wk-active-attr):hover {
  box-shadow: 0px 2px 10px #888888;
}
.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;
}
@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: 100%;
  }
  #wkasTypeDiv ul li {
    padding: 1px 3px;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
  }
  #wkasTypeDiv h6,
  #wkasTypeDiv hr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .wkas-force-list-view {
    width: 100%;
  }
  .wkas-on-sale-hidden {
    display: none;
  }
  #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-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: 50px;
    max-height: 65px;
    border: none;
  }
  .wkas-force-list-right-10 {
    float: left !important;
    width: 83.33333%;
    margin-left: 0;
    padding-left: 26px !important;
  }
  .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: 28px !important;
  }
  .wk-p-30 {
    padding-left: 15px;
  }
  .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-height: 60px;
    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;
  }
  #wkasTypeDiv {
    box-shadow: 0 0 10px 0 rgba(90, 90, 90, 0.5);
    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;
  }
  .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;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wkas-detail-view {
    width: 688px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .wkas-detail-view {
    width: 100%;
  }
  .wk-p-30 {
    padding-left: 40px;
  }
}
