/*
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.   ***************/
body{font-family:Arial!important;}
.nav > li > a {font-family:Arial!important;}
h1,h2,h3,h4,h5,h6, .heading-font{font-family:Arial;}
.alt-font{font-family:Arial!important;}
.title-wrapper {
    font-weight: 600;
    font-size: 13px;
    font-family: Arial;
}
span.amount {
    white-space: nowrap;
    color: #f00;
    font-weight: bold;
}
.badge-container {
    margin: 5px;
}
.badge-inner.secondary.on-sale {
    background-color: #ff0000;
    display: block;
    padding: 2px 5px;
    color: #ffffff;
    border-radius: 2px;
}
.badge {
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 0;
    width: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.product_hover a, .a_product_hover {
	color:rgb(51, 51, 51) !important;
}
.product_hover {
	display: block ; opacity: 0; position: absolute;
	background-color: #fff;
	color: red;
    top: 0; 
	font-size: 13px;
    left: 0;
    width: 101%;
    height: 100%;
    overflow-y: auto;
    z-index: 25;}
.col-inner:hover > .product_hover {
	opacity: 1;
}
.product_hover p {
	margin-bottom: 5px;
}
.product_hover ._name {
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
}
.product_hover ._price {
	color: rgb(237, 0, 0);
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 600;
}
.product_hover ._price_old {
	font-size: 13px;
}
.product_hover {
    border: solid 1px #e7d27a;
    padding: 5px;
    display: block;
    opacity: 0;
    position: absolute;
    background-color: #fff;
    color: red;
    top: 0;
    font-size: 13px;
    left: 0;
    width: 101%;
    height: 100%;
    overflow-y: auto;
    z-index: 25;
}
.more {
	background-color: #ffffff;
    bottom: 5px;
    left: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
	padding:5px;
}
button.button-1 {
background: url(/imgs/line.jpg) repeat-y center center transparent;
    text-decoration: none;
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 2px;
    color: #000;
    width: 50%;
    float: left;
}
button.button-2 {
    background: url(/imgs/line.jpg) repeat-y center center transparent;
    text-decoration: none;
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 2px;
    color: #000;
    margin: 0px 2px;
    width: 40%;
    float: right;
}

.proDetail-add {
    padding-top: 20px;
}
.proDetail-add .border {
    border: solid 1px #dfc46b;
    border-radius: 4px;
    position: relative;
}
.proDetail-add .title {
    position: absolute;
    width: 250px;
    height: 56px;
    background: url(/imgs/icon.png) no-repeat scroll left -516px #ffffff;
    top: -30px;
    left: 20px;
    padding: 0px 5px;
}
.proDetail-add .info {
    padding: 40px 0px 30px;
}
.proDetail-add .info .c1 {
    border-bottom: dotted 1px #dfc46b;
}
.proDetail-add .info .c {
    margin: 0px;
    line-height: 28px;
    padding: 5px 0px 5px 20px;
    font-size: 12px;
    margin-right: 2px;
}
.proDetail-add .info .c1 span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/imgs/icon.png) no-repeat scroll -163px -491px transparent;
    vertical-align: middle;
}
.proDetail-add .info .c2 a {
    display: block;
}
.proDetail-add .info .c a {
    color: #000000;
    text-decoration: none;
}
.proDetail-add .info .c2 span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/imgs/icon.png) no-repeat scroll -190px -491px transparent;
    vertical-align: middle;
}

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


}