/*
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-bottom .flex-left {
max-width: 280px;
  margin-right: 10px;	
}

.nav li.header-vertical-menu {
  margin-right: 0 !important;
  border-right: 1px solid #ececec;
}
.header-main {
  border-bottom: 1px solid #ececec;
}
blockquote, dl, figure, form, ol, p, pre, ul {
  margin-bottom: 1em;
}
.category-page-row {
  padding-top: 10px;
}
.row.row-small {
  max-width: 1142.5px !important;
}
.shop-container .product-small.col {
  border: 1px solid #ddd;
  border-collapse: collapse;
	padding: 5px;
}
.price-wrapper {
	margin-top:10px;
}
.hproduct .row-small .col {
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.row-small > .col, .row-small > .flickity-viewport > .flickity-slider > .col {
  margin-bottom: 0;
  /*padding: 0;*/
	background: #fff;
}
.row-small > .flickity-viewport > .flickity-slider > .col {
  padding: 5px;
}
.container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse) {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.product-small .box-text {

  padding-right: 10px;
  padding-left: 10px;
}

.shop-container .product-small.col .box-image {
  border-radius: 5px;
}
.product-title a {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
  overflow: hidden;
  line-height: 21px !important;
  word-break: break-word;
  text-overflow: ellipsis;
}
/*home page */

.page-home-nav .nav-list.mg-left {
  margin-left: -5px;
  margin-right: 0px;
  margin-bottom: 15px;
}
.page-home-nav .nav-list {
  display: flex;
  flex-wrap: wrap;
}
.page-home-nav .nav-list a {
  background: #fff;
  box-shadow: 0 2px 5px #d9d9d9;
  align-items: center;
  border-radius: 4px;
  color: #333;
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  min-height: 50px;
  margin: 0 0 5px 5px;
  padding: 5px 0;
  text-align: center;
  width: calc(20% - 5px);
  text-decoration: none;
}
.txt-hot--title {
  margin: 15px 0;
  color: #141414;
  font-size: 2em;
  line-height: 27px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
}

.post_col_2 .box-vertical .box-image {
    width: 0;
	height: 0;
}
.post_col_2 .box-vertical .box-text {
    padding-top: 0;
	padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;

}
.post_col_2 .box-text h5 {
	margin-bottom:5px;
}
.post_col_2 .box-vertical h5 a {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 18px;
  overflow: hidden;
  line-height: 18px !important;
  word-break: break-word;
  text-overflow: ellipsis;
}
.post_col_2 .col.post-item {
  margin: 0;
  padding: 0 10px 0px !important;
  position: relative;
  width: 100%;
}
.box-blog-post .is-divider {
  height: 0px;
  margin-bottom: 0;
  margin-top: 0;
}

.product_feature {
  max-width: 100%;
  overflow: auto;
  background-color: #edeef2;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
}

.product_feature ul{
  margin: 15px 30px 15px 30px;
}

.product_feature ul li{
  margin: 0;
  padding: 0;
}
.product_feature table td {
  background-color: #f5f5f5;
  padding: 8px 10px;
}
.product_feature table tr:nth-child(2n+1) td {
  background-color: #fafafa;
}
.product_feature table td {
  background-color: #f5f5f5;
  padding: 8px 10px;
}
.product .product-tabs {
	display:none;
}
.product .tab-panels {
  padding-top: 0em;
}
span.amount {
  color: red;
  font-weight: 700;
  white-space: nowrap;
  font-size: 16px;
}
.product-price-container .price-wrapper span.amount {
  color: red;
  font-weight: bold;
  font-size: 24px;
}

.product-short-description {
  font-size: 95%;
  background: #f0f0f0;
  padding: 10px 10px 5px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.add-to-cart-container form {
	margin: 0px;
}

.cus_footer {
	font-size:90% !important;
}

.cus_footer .ux-menu-link__link {

  min-height: 2.1em;
  padding-bottom: .1em;
  padding-top: .1em;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.page-home-nav .nav-list a {
  background: #fff;
  box-shadow: 0 2px 5px #d9d9d9;
  align-items: center;
  border-radius: 4px;
  color: #333;
  display: flex;
  justify-content: center;
  font-size: 10px;
  line-height: 17px;
  min-height: 20px;
  margin: 0 2px 5px 3px;
  padding: 3px 0;
  text-align: center;
  width: calc(20% - 5px);
  text-decoration: none;
}

}