@charset 'utf-8';
/*
 Theme Name:   Alpha Color Child
 Theme URI:    http://alpha-color.ancorathemes.com/
 Description:  Alpha Color - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     alpha-color
 Version:      1.0
 Tags:         light, inheritable theme-options
 Text Domain:  alpha-color
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.pswp {
  z-index: 9999 !important;
}
.single-product header > div:last-child,
.post-type-archive-product header > div:last-child,
.page header > div:last-child{
  display: none;
}

.woocommerce ul.products li.product > .post_item.post_layout_thumbs {
  height: auto;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-archive-align-left
  .wvs-archive-variation-wrapper
  .variable-items-wrapper {
  justify-content: center;
  -webkit-justify-content: center;
}
/*13-12-19*/
.woo-variation-swatches-stylesheet-enabled
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  display: block;
}
.woocommerce td.product-name dl.variation dd {
  padding-left: 0;
}
a.upload-file.rules_product_1178_1873.ywau_pp_no_loaded {
  margin: 10px 0;
}
a.upload-file.rules_product_1968_1986.ywau_pp_no_loaded {
  margin: 10px 0;
}

.uni-modal-wrap .ui-tabs-nav a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
}
.uni-modal-wrap .uni-modal-row-first {
  width: 90px;
  padding-right: 10px;
  box-sizing: border-box;
}
.uni-modal-wrap .uni-modal-row-second {
  position: relative;
  width: 400px;
}
.uni-modal-wrap input[type="radio"] + label:before,
.scheme_default input[type="checkbox"] + label:before {
  border-color: #f4f6fa00;
  background-color: #f4f6fa00;
}
.uni-modal-wrap input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
  content: close-quote;
}
.uni-cpo-radio-option-label:before {
    display: none !important;
}
.while-bg {
	background:#fff !important;
}
.single-product .top_panel {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
  .scheme_default .woocommerce ul.products li.product .post_header a {
    color: #1d1d1d;
    font-size: 23px;
    line-height: 34px;
  }
}
