/*
Theme Name: KGN
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.single_variation_wrap {
	display: none !important;
}

.product-info form.cart div.quantity,
.product-info form.cart button.single_add_to_cart_button   {
	display: none;
}

.yith_ywraq_add_item_product_message{
	font-size: 20px;
    margin-bottom: 10px;
}

.slider:not(.flickity-enabled) {
	overflow-x: hidden;
}

#variations {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}

@media screen and (max-width: 580px) {
  #variations  {
    display: block;
  }
}

#variations .row {
  display: table-row;
  background: #f6f6f6;
}
#variations .row:nth-of-type(odd) {
  background: #e9e9e9;
}

#variations  thead .row.blue {
  background: #003865;
  color: white;
}

#variations  thead .row.blue .cell{
  padding: 6px 15px;
  display: table-cell;
}

#variations td {
	color: #666;
}

 #variations  .cell {
  padding: 6px 12px;
  display: table-cell;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}