/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_UiCustomization
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
 #product-options-wrapper {
  margin-bottom: 1em;
  min-height: 87px;
}
.select2-hidden-accessible .select2-selection .select2-selection--single {
  height: max-content;
}
.select2-container--open .select2-dropdown--above {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
.select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}
.select2-results__option {
  /* padding: 4px; */
  margin-bottom: 0;
}
.select2-results .wk-option-price-div {
  /* padding-right: 4px !important; */
}
.select2-container .select2-selection--single {
  /* background: #fff url(../images/select-bg.svg) no-repeat 99.8% 45%; */
  border-radius: 8px;
  background: #fff url(../images/select-bg.svg) no-repeat calc(100% - 10px);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f0f4f9;
  color: #080707;
  border-radius: 11px;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: rgb(7, 7, 7);
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgb(250, 248, 248);
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-radius: 11px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: -1%;
  top: 150%;
  border-color: none;
  border-style: none;
  border-width: none;
}
.wk-option-outer-div {
  width: 99.8%;
  height: 85px;
  display: flex;
  flex-direction: row;
}
.wk-option-image-div {
  width: 25%;
  height: 100%;
  float:left;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.wk-option-image-div .wk-swatch-image {
  height: 80px;
  width: 120px;
  margin: 3px auto;
}
.wk-option-content-div {
  width: 44%;
  font-family: var(--body_font);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.wk-option-price-div {
  width: 25%;
  height: 100%;
  font-family: var(--title_font);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  /* padding-right: 30px; */
}
.wk-option-price-div .complete-profile-price {
  font-size: 20px;
}
.wk-option-price-div .contract-price {
  white-space: nowrap;
  font-size: 12px;
}
.wk_config_attr_value {
  font-weight: 600;
  font-size: 16px;
  color: var(--secondary_color);
  line-height: 28px;
}
.wk_configattr_size_value {
  font-weight: 400;
  font-size: 16px;
  color: var(--secondary_color);
  line-height: 28px;
}
.wk_pro_price_value {
  font-weight: 700;
  font-size: 20px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
  overflow-y: auto;
}
.select2 .select2-container .select2-container--default{
  width:100%
}
.product-options-wrapper .swatch-opt {
  margin: 20px 0 10px 0;
}

.product-options-wrapper .fieldset:last-child {
  margin-bottom: 1em !important;
}
/* @media query*/
@media only screen and (max-width: 540px) {
  .swatch-attribute-selected-option,
  .swatch-attribute-label {
    display: none;
  }
  .wk-option-image-div .wk-swatch-image {
    height: unset;
    width: unset;
    margin: unset;
  }
  .wk_pro_price_value {
    font-size: 26px;
  }
}
@media only screen and (width: 1024px) {
  .wk-option-image-div .wk-swatch-image {
    height: 70px;
    width: 120px;
    margin: 5px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 820px) {
  .wk-option-image-div {
    width: 17%;
  }
  .wk-option-price-div {
    width: 40%;
    padding-right: 30px;
  }
  .select2-results .wk-option-price-div {
    padding-right: 50px;
}
}
@media only screen and (max-width: 280px) {
  .catalog-product-view .product-add-form .box-tocart .field.qty {margin-top: 0;}
  #product-options-wrapper {
    margin-bottom: 0;
  }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .swatch-attribute-selected-option,
  .swatch-attribute-label {
    display: none;
  }
}
@media only screen and (width: 540px) {
  .catalog-product-view .product-add-form .box-tocart .field.qty {margin-top: 0;}
  #product-options-wrapper {
    margin-bottom: 0;
  }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 100px;
  }
}

@media only screen and (max-width: 479px) {
  #product-options-wrapper {
    margin-bottom: 0;
  }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 196px;
  }
  .swatch-attribute-selected-option,
  .swatch-attribute-label {
    display: none;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 5px;
  }
  .select2-container .select2-selection--single {
    background: #fff url(../images/select-bg.svg) no-repeat calc(100% + 3px);
  }
  .select2-container .select2-selection--single .select2-selection__rendered .wk_config_attr_value {
    /* padding: 8px 0 9px; */
  }
  li.select2-results__option .wk_configattr_size_value {
    margin-top: 0px;
    white-space: nowrap;
  }
  .select2-results__option {
    margin-bottom: 0;
  }
  .wk-option-content-div {
    width: 48%;
    padding-top: 0px;
    padding-left: 3px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .wk-option-outer-div {
    height: max-content;
  }
  /* .wk-option-image-div {
    height: 0;
    width: 0;
    display: none;
  } */
  .wk-option-price-div {
    /* padding-top: 10px; */
    width: 38%;
    height: 48px;
    display: flex;
    flex-direction: column;
    padding-right: 0px;
  }
  .wk-option-price-div .complete-profile-price {
    line-height: 20px;
    margin-bottom: 2px;
    font-size: 16px;
  }
  .wk_config_attr_value {
    font-size: 12px;
    color: var(--secondary_color);
    line-height: 20px;
  }
  .wk_configattr_size_value {
    font-size: 10px;
  }
  .wk_pro_price_value {
    font-size: 12px;
  }
  .catalog-product-view .product-info-main .product-add-form .product-options-wrapper {
      width: 100%;
      margin-right: 10px;
  }
  .catalog-product-view:not(.page-product-grouped):not(.page-product-bundle) .product-info-main .product-add-form > form {
      display: unset;
      justify-content: space-between;
  }
  .catalog-product-view .product-info-main .product-add-form .product-options-bottom,
  .catalog-product-view .product-info-main .product-add-form > form > .product-options-wrapper ~ .box-tocart {
      /* width: calc(100% - 150px); */
      width: 100%;
  }

}
@media only screen and (max-width: 414px) {
  .wk_configattr_size_value {
    font-size: 10px;
  }
}
@media only screen and (width: 540px) {
  .wk_configattr_size_value {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #product-options-wrapper {
    margin-bottom: 0;
  }
}
/****Added New Modifications**/
@media only screen and (max-width: 479px) and (min-width: 325px){
  .wk-option-outer-div {
    height: 65px;
  }
  .wk-option-image-div {
    height: 100%;
    width: 20%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .wk-option-price-div {
    /* padding-top: 23px; */
    width: 22%;
    height: 100%;
    padding-right: 0px !important;
  }
  .wk_configattr_size_value {
    font-size: 13px;
    line-height: 20px;
  }
  .wk_pro_price_value {
    font-size: 16px;
    line-height: 20px;
  }
  .wk-option-content-div {
    /* padding-top: 13px; */
  }
  .wk_config_attr_value {
    font-size: 14px;
  }
}

@media only screen and (max-width: 324px){
  .wk-option-image-div {
    height: 0;
    width: 0;
    display: none;
  }
}
/*****/

@media only screen and (max-width: 767px) and (min-width: 100px) {
  .catalog-product-view.page-product-configurable .product-info-main .product-add-form .box-tocart {
      margin-bottom: 30px;
      margin-top: 15px;
  }
  .product-options-bottom {
      width: 100%;
  }
  .box-tocart {
      margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 100px) {
  .catalog-product-view .product-info-main .product-options-wrapper {
      width: 100%;
  }

  .catalog-product-view .product-info-main .product-add-form .product-options-bottom {
      width: 100%;
      min-width: 100%;
  }
  .catalog-product-view .product-info-main > div {
      width: 100%;
      clear: both;
  }
  .product-add-form {
      display: flex;
      flex-wrap: wrap;
  }

  .catalog-product-view:not(.page-product-grouped):not(.page-product-bundle) .product-info-main .product-add-form > form {
      display: unset;
      width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .catalog-product-view .box-tocart .action.primary {
      height: 50px;
      font-size: 16px;
  }
  .catalog-product-view .box-tocart .control.akeans-responsive-control > select {
      height: 50px;
      font-size: 16px;
  }
}
#product_addtocart_form {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view:not(.page-product-grouped) .product-info-main .product-add-form {
    z-index: 101;
  }
}