/**
* 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
*/
.wk_option_info_icon_div {
  position: relative;
}

.wk_option_info_icon {
  font-size: 18px;
  color: #24b9d7;
  cursor: pointer;
}

.wk_option_info_icon:hover {
  font-size: 20px;
}

.wk-custom-file {
  position: relative;
  display: block;
  width: 100%;
  height: 2.4rem;
  margin-top: 1.25rem;
  line-height: 2.625rem;
  color: #7a7a7a;
  text-indent: 0.625rem;
  background: #fff;
  max-width: 100%;
  border: 1px solid;
}

.wk-custom-file .file-input {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2.625rem;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}

.wk-custom-file button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}

.wk_option_text_area {
  width: 100%;
  height: 3.125rem;
  padding: 0.625rem;
  resize: none;
  background: #f6f6f6;
}

.wk_color_input {
  position: absolute;
  right: 0;
  z-index: 100;
  bottom: -20px;
}

.wk-hovercard {
  position: absolute;
  opacity: 0;
  z-index: 1;
  top: -75px;
  transform: translateX(-10%);
  left: 35px;
  width: 100%;
}

.wk-hovercard_hover {
  position: absolute;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.1s;
  top: 0px;
  transform: translateX(-10%);
  z-index: 1;
  left: 35px;
  width: 100%;
}

.wk-tooltiptext {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px;
  border-radius: 5px;
  line-height: 15px;
  transition: 1s;
  min-width: 200px;
  background-color: #fff;
}

.wk-product-variants {
  overflow: hidden;
}

.wk-product-variants>.wk-product-variants-item {
  margin: 1.25rem 0;
}

.wk-product-variants>.wk-product-variants-item select {
  padding-right: 1.875rem;
  background-color: #fff;
  height: auto;
  margin-left: 2px;
  margin-right: 2px;
}

.wk-product-variants>.wk-product-variants-item textarea {
  background-color: #fff;
}

.wk_price_impact {
  font-size: 12px;
  font-style: italic;
}

.wk-label {
  font-size: 1rem;
  color: #232323;
  font-weight: bold;
}

.wk-customization-option-modal .modal-body {
  overflow: auto;
}

.product-miniature .wk_custom_product_option_btn_mod,
.product-miniature .wk-customization-option-modal {
  display: none !important;
}

/* If issue exits then copied these files from theme.css  from .quickview*/
.wk_quickview .modal-dialog {
  width: calc(100% - 30px);
  max-width: 64rem;
}

.wk_quickview .modal-content {
  min-height: 28.13rem;
  background: #f6f6f6;
}

.wk_quickview .modal-header {
  padding: 0.625rem;
  border: none;
}

.wk_quickview .modal-body {
  min-height: 23.75rem;
}

.wk_quickview .modal-footer {
  border-top: 1px solid rgba(122, 122, 122, 0.3);
}

.wk_quickview .layer {
  display: none;
}

.wk_quickview .product-cover img {
  width: 100%;
  height: auto;
}

.wk_quickview .images-container {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 21.88rem;
}

.wk_quickview .images-container .product-images>li.thumb-container>.thumb {
  width: 100%;
  max-width: 4.938rem;
  height: auto;
  margin-bottom: 0.8125rem;
  background: #fff;
}

.wk_quickview .mask {
  width: 35%;
  max-height: 22.5rem;
  margin-left: 0.625rem;
  overflow: hidden;
}

.wk_quickview .arrows {
  position: absolute;
  top: 0;
  right: 5rem;
  bottom: 0;
  z-index: 0;
  max-height: 22.5rem;
}

.wk_quickview .arrows .arrow-up {
  margin-top: -3.125rem;
  cursor: pointer;
  opacity: 0.2;
}

.wk_quickview .arrows .arrow-down {
  position: absolute;
  bottom: -1.875rem;
  cursor: pointer;
}

.wk_quickview .social-sharing {
  margin-top: 0;
  margin-left: 2.5rem;
}

.wk_quickview .alert {
  text-align: left;
}

.wk_product_opt_container .dd-option-text {
line-height: 120px;
}

label.dd-selected-text {
  margin-bottom: 0;
}

div.wk-product-variants{
  background: none !important;
}

.minicolors-theme-default.minicolors {
	display: none !important;
}
#customizer ._desktop_wishlist_icon{
  display: none;
}
.addtocart_alert .alert.alert-danger{
  background-color: #eee;
  border-color: #eee;
  color:#444;
}

.extraCheckBox {
  margin-top: 1rem;
}

.extraCheckBox label {
  text-align: left;
}

/* Add border to selected radio label */
.radio-label input:checked + img,
.radio-label input:checked + div,
.radio-label input:checked {
    outline: none;
}

.radio-label input:checked ~ img,
.radio-label input:checked ~ div,
.radio-label input:checked ~ * {
    border: 2px solid #007bff;
    border-radius: 5px;
}

.radio-label input:checked + img {
    border: 2px solid #007bff;
    border-radius: 5px;
}

.radio-label input:checked + div {
    border: none;
}

.radio-label input:checked ~ img,
.radio-label input:checked ~ div {
    /* highlight entire label */
    border-color: #007bff;
}
.radio_label{
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}
.option_image{
  border:1px solid #eee;
}
#product .product-container .wk-product-variants-item .col-md-2{
  width: 16.66667%;
  padding: 0 15px 0 15px;
}
.radio_label:has(.wk_option_radio:checked) {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
  background: #f8fbff;
}