/*
Theme Name: Fastor Child Theme
Theme URI: http://themes.posimyth.com/theservice/
Description: Child theme of Fastor - MultiPurpose WooCommerce Wordpress Theme
Author: ClevenThemes
Author URI: https://themeforest.net/user/cleventhemes
Version: 1.3.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: fastor
*/
.button, input[type="submit"], .btn,.button-previous-next,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .select2 .select2-selection, select{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.product-info .cart .add-to-cart input {
    margin: 4px 10px 0px 0px !important;
    height: 45px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.product-grid .product-hover:hover .rating.rating-reviews {
    opacity: 0;
    visibility: hidden;
}
.service-flipbox-front:before, .service-flipbox-back:before {
    background: #00000030;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a.btn-download {
    color: #fff;
    background: #087dbd;
	border:1px solid #087dbd;
    padding: 15px 25px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    transition: all .5s ease-in-out;
}
a.btn-download:hover {
	background:#fff;
	border:1px solid #087dbd;
	color:#087dbd;
}
.flexslider{
	border:0 !important;
}
/*.woocommerce-tabs #tabs {
    display: none;
}*/
#tab-description > h2 {
    display: none;
}
.cart-content .mini-cart-info .quantity {
    padding: 30px 3px 0px 3px;
    min-width: 30px;
    width: 30px;
}
a.menu-view-all-btn {
    font-family: Poppins;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    font-size: 11px;
    display: inline-block;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 11px !important;
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 38px 10px 38px;
    margin: 5px 0px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    background: #0074de;
    outline: none;
}
a.menu-view-all-btn:hover {
background: #191919;
	color:#fff !important;
}
.product .product-info .price .price-new,.product .product-info .price .woocommerce-Price-amount{
	font-size:20px;
	line-height:40px;
}
li.panel.cat-item.cat-item-15,li.panel.cat-item.cat-item-100 {
    display: none;
}
.formcraft-css a.powered-by {
    display: none !important;
}
.lingerie2-columns.info-meta-box .row > div {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
	color:#fff;
}

.lingerie2-columns.info-meta-box img {
    margin: 0px 15px 0px 0px;
    float: none;
    display: inline-flex;
    align-items: center;
}
.lingerie2-columns.info-meta-box p {
    padding: 5px 0px 0px 0px;
    display: inline-flex;
    align-items: center;
    margin: 0px;
    line-height: 18px;
}
.lingerie2-columns.info-meta-box {
    background: #000 url(../fastor/img/bg-lingerie2-columns.png) top center no-repeat;
    border: 0px solid #000000;
}
.lingerie2-columns.info-meta-box .row > div:before{
	display:none;
}
.top-social-icon {
    position: relative;
    display: block;
    float: left;
margin-top: 7px;
    margin-bottom: 0px;
    font-size: 16px;
}
html .formcraft-css .fc-form {
    box-shadow: none;
    border: 1px solid #e0e0e0;
}
.wholesale_customer del.original-computed-price {
    text-decoration: blink;
}
.wholesale_customer .original-computed-price > span.woocommerce-Price-amount.amount {
    text-decoration: line-through;
}
#main .box-category ul li span.count {
    display: none;
}
body .notices .success, .woocommerce-notice.woocommerce-notice--success {
    background: #0074de url(../fastor/img/success.png) 13px center no-repeat !important;
    border: 1px solid #0074de !important;
    color: #fff;
}
.progress-bar-success {
  background-color: #7bb8f0;
}
.col-xs-11.col-sm-3.alert.alert-success{
	 color: #fff;
  background-color: #0074de;
  border-color: #0074de;
} 
#shipping_method li label {
    padding-right: 15px;
}
@media (max-width:480px){
#order_review{
padding: 10px !important;
}
#order_review table.shop_table td{
padding: 10px 5px !important;
}
#order_review #shipping_method li{
white-space: inherit;
}
#order_review #shipping_method li label {
    padding-right: 20px;
    margin-top: -17px;
    padding-bottom: 10px;
}
}