/*
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.   ***************/


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


}
.ux-menu .ux-menu-link__link {
  min-height: 1em;
}

.absolute-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.21);
}

.absolute-footer .copyright-footer {
  color: #000000;
}

#footer {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.21);
}

#footer p {
  margin-bottom: 0.4em;
}

.product-small .product-title {
  font-size: 1em;
  margin-bottom: 8px;
}

.product-small .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.img-box .img-inner::before, .img-box .img-inner::after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 0;
  height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.6);
  visibility: hidden;
}

.img-box .img-inner::before {
  top: 0;
  left: 0;
}

.img-box .img-inner::after {
  bottom: 0;
  right: 0;
}

.img-box .img-inner:hover::before, .img-box .img-inner:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
}

.product-widget .widget {
  margin: 0;
  font-size: 15px;
}

.widget .widget-title, .widget .widgettitle {
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 600;
}

img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.product-widget fieldset {
  margin-top: .5em;
  margin-bottom: 1.2em;
  border: 1px solid #e2e2e2;
  padding: 10px 30px;
  max-width: 450px;
}

.product-widget fieldset legend {
  display: block;
  margin: 0 auto;
  width: inherit;
  padding: 10px;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border-bottom: 0px;
  text-transform: initial;
  padding-bottom: 0px;
}

.product-widget .widget fieldset p {
  margin-top: -15px;
  margin-bottom: 0;
}
/* menu 3 cap*/
.nav-dropdown {
	 padding: 0;
}
 .nav-dropdown > li.nav-dropdown-col {
	 display: block;
	 width: 100%;
	 border-right: 0;
}
 .nav-dropdown .nav-dropdown-col > a {
	 font-weight: normal !important;
	 text-transform: none !important;
	 font-size: 15px;
	 font-weight: 500;
}
 .nav-dropdown .nav-dropdown-col > ul {
	 margin-top: -40px;
	 display: none;
	 position: absolute;
	 left: 100%;
	 z-index: 9;
	 background: #fff;
	 min-width: 240px;
}
 .nav-dropdown .nav-dropdown-col > ul li:hover {
	 background: #f1f1f1;
}
 .nav-dropdown .nav-dropdown-col > ul li:hover > a {
	 color: #000000;
}
 .nav-dropdown .nav-dropdown-col > ul li a {
	 padding: 10px;
	 text-transform: none;
	 color: black;
}
 .nav-dropdown li a {
	 font-weight: normal !important;
	 text-transform: none !important;
	 font-size: 15px;
	 font-weight: 500;
}
 .nav-dropdown-default > li:hover {
	 background: #fbae3c;
}
 .nav-dropdown-default > li:hover > a {
	 color: #000000;
}
 .nav-dropdown-default > li > a {
	 border-bottom: 0 !important;
}
 .nav-dropdown-has-arrow li.has-dropdown:before {
	 border-width: 10px;
	 margin-left: -10px;
}
 .header-nav li.nav-dropdown-col:hover > ul {
	 display: block !important;
}
 