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

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

/***Header***/

.transparent .header-main .nav > li > a > i:not(.icon-angle-down) {
    color: white !important;
}

.ux-menu-link.flex.menu-item {
    height: 30px;
}

.ux-menu-title.flex {
    font-size: 1em;
}


span.ux-menu-link__text {
    font-size: .9em;
}

header#header {
    border-bottom: 1px solid black;
}

a.ux-menu-link__link.flex:hover {
    font-weight: 700;
}

input#woocommerce-product-search-field-0 {
    background: transparent;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    padding: 0;
    width: 200px;
}

.header-full-width .container {
    max-width: 95% !important;
}

.flex-col.hide-for-medium.flex-left.flex-grow {
    margin-left: 2.5%;
}

/***Product***/

.shop-page-title.category-page-title.page-title {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid black;
    padding: 0px 2.5% 15px;
}

#main, #wrapper {
    background-color: #eae9e6;
    position: relative;
}

.row.category-page-row {
    max-width: 100%;
}

.products.row.row-small.large-columns-4.medium-columns-3.small-columns-2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page-title-inner.flex-row.medium-flex-wrap.container {
    max-width: 100%;
}

.product-small.col.has-hover.product.type-product.status-publish.instock.product_cat-wall-hoods.has-post-thumbnail.shipping-taxable.purchasable.product-type-variable {
    padding: 0 5px 10px;
}

button.single_add_to_cart_button.button.alt {
    width: 100%;
    background-color: black;
    opacity: 1;
    padding: 5px 0px;
}

.product-small.box {
    border: 1px solid transparent;
    padding: 10px;
    border-radius: 20px;
    margin: 0px;
}

.box-image {
    border-radius: 10px;
}

.related .row.large-columns-4.medium-columns-3.small-columns-2.row-small {
    max-width: 97%;
    margin-left: auto;
    margin-right: auto;
}

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
    max-width: 95%;
}

p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-8 {
    color: black;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    margin: 5px 0px;
    font-size: 2em;
}

.gall .flickity-slider>.col {
    border-radius: 40px;
    overflow: hidden;
    height: 100px;
    margin-bottom: 10px !important;
}

.woocommerce-product-gallery__wrapper.product-gallery-slider.slider.slider-nav-small.mb-0.flickity-enabled.is-draggable {
    border-radius: 20px;
    overflow: hidden;
}

/***Table***/

li.tab {
    margin: 0 30px;
}

.product-specs table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.product-specs th,
.product-specs td {
  padding: 10px 14px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
	text-align:center;
}

.product-specs th {
  width: 40%;
  font-weight: 600;
  text-align: left;
  color: #111;
  background: #fafafa;
}

.product-specs td {
  color: #333;
}

.product-specs tr:last-child th,
.product-specs tr:last-child td {
  border-bottom: none;
}

/* Responsive */
@media (max-width: 768px) {
  .product-specs th,
  .product-specs td {
    display: block;
    width: 100%;
  }

  .product-specs th {
    background: none;
    padding-bottom: 4px;
  }

  .product-specs td {
    padding-top: 0;
  }
}

/***Footer***/

.absolute-footer {
	display:none;
}

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


}