/*===============================
  = ADD YOUR CUSTOM STYLE BELOW =
  ===============================*/ 
a {
	text-decoration: none !important;
}

.home .fl-post-header {
	display: none;
}

html, 
body {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
}

.fl-content-full {
    width: 100% !important;
    max-width: 100% !important;
}

.fl-button {
    transition-duration: 0.3s;
}

.testimonials-section .testimonials-content {
    margin-top: -60px;
}

.testimonials-section .testimonials-content .fl-module-content {
    background-color: #fff;
    padding: 50px 35px 20px;
    text-align: center;
    margin: 10px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.testimonials-section .testimonials-image img {
    position: relative;
    z-index: 10;
}

.testimonials-section .testimonials-content p:first-child {
    font-weight: 300;
    font-style: italic;
}

.fl-page-footer,
.fl-page-footer-widgets,
.fl-page-nav-right .fl-page-header-wrap,
.fl-page-bar {
	border: none !important;
}

.fl-page-bar .top-left, 
.fl-page-bar .top-right {
    margin-bottom: 0;
    display: block;
    padding: 0;
    list-style: none;
}

.fl-page-bar .top-left li, 
.fl-page-bar .top-right li {
    display: inline-block;
    vertical-align: top;
}

.fl-page-bar .top-left li:first-child, 
.fl-page-bar .top-right li:first-child {
    margin-right: 30px;
}

.fl-page-bar .top-left a, 
.fl-page-bar .top-right a {
    font-size: 13px;
    line-height: 18px;
    transition-duration: 0.3s;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.fl-page-bar .top-left li:nth-child(2) {
    display: none;
}

.fl-page-bar .top-left .shipment a:before {
    content: "\f0d1";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: -2px;
    top: -2px;
}

.fl-page-bar .top-left .my-account a:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 2px;
    top: -2px;
    display: none;
}

.fl-page-bar .top-right .phone a:before {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.fl-page-bar .top-right .email a:before {
    content:"\f0e0";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: -2px;
    top: -2px;
}

.custom-header {
    display: block;
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto !important;
    padding-top: 140px !important;
    padding-bottom: 50px !important;
    background-image: url(/wp-content/uploads/2018/11/hp-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.custom-header h1 {
    font-size: 35px;
    line-height: 40px;
}

.custom-header #breadcrumbs, 
.custom-header #breadcrumbs a {
    font-size: 13px;
    line-height: 20px;
	color: #666 !important;
}

.custom-header #breadcrumbs a {
    margin-right: 5px;
}

.custom-header #breadcrumbs span span span {
    margin: 0 5px;
}

.contact-page .contact-info li a {
    display: block;
    position: relative;
    padding-left: 20px;
    color: #333;
    margin-bottom: 10px;
}

.contact-page .contact-info li.phone a:before {
    content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 18px;
}

.contact-page .contact-info li.email a:before {
    content: "\f003";
    font-family: FontAwesome;
    position: absolute;
    left: -1px;
    top: -2px;
    font-size: 16px;
}

.contact-page .contact-info {
    display: block;
    padding: 0;
    padding-left: 10px;
    list-style: none;
    margin: 0 auto;
}

.contact-form .cf-input {
    padding: 0 !important;
    margin: 0 auto 10px !important;
}

.contact-form .cf-input .gfield_label {
    display: none !important;
}

.contact-form .cf-input input, 
.contact-form .cf-input textarea {
    display: block;
    width: 100%;
    padding: 10px 15px !important;
    height: auto !important;
    font-size: 15px;
    color: #333;
}

.contact-form .cf-input textarea {
    height: 150px !important;
}

.contact-form .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}

.contact-form .gform_footer input {
    padding: 10px 15px !important;
    width: 200px !important;
    text-align: center;
    border-radius: 5px !important;
    transition-duration: 0.3s;
}

.npr-sec iframe {
    text-align: center;
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto !important;
    height: 220px;
}

/* ===============================
 * 			SINGLE POST
 * ===============================*/
.single-post .fl-post-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto 20px;
}

.single-post .fl-comments {
    margin: 0 auto;
    padding: 20px;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

.single-post .fl-comments #reply-title {
    font-size: 25px;
    font-weight: 700;
}

.single-post .fl-comments form p:first-child {
    font-size: 13px;
    line-height: 18px;
}

.single-post .fl-comments form textarea {
    font-size: 15px;
    line-height: 20px;
    padding: 15px;
    box-sizing: border-box;
    height: 150px;
    margin-bottom: 10px;
}

.single-post .fl-comments form br {
    display: none;
}

.single-post .fl-comments form #fl-comment-form-submit {
    font-size: 14px;
    padding: 10px 15px !important;
    border-radius: 5px;
    width: 200px;
    transition-duration: 0.3s;
}

.logged-in footer .footer-sign-in {
    display: none !important;
}

.faq-module .fl-accordion-button {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    font-weight: 700;
    font-size: 16px;
    color: #666;
}

.faq-module .fl-accordion-button .fl-accordion-button-label {
    outline: none !important;
}

.faq-module .fl-accordion-content {
    padding-top: 15px;
}

.faq-module .fl-accordion-button-icon {
    font-size: 13px;
}

/* ===============================
 * 			F O O T E R
 * ===============================*/

footer .fl-page-footer-widgets-container{
    padding-top: 50px;
    padding-bottom: 20px;
}

footer .fl-page-footer-widgets-container a, 
footer .fl-page-footer-widgets-container p {
    font-size: 14px !important;
    line-height: 20px;
    display: block;
}

footer .widget_recent_entries .post-date {
    font-size: 11px;
    line-height: 15px;
}

footer .widget_recent_entries ul li a {
    height: 20px;
    overflow: hidden;
}

footer .fl-widget-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 25px;
}

footer .contact-info li a {
    display: block;
    position: relative;
    padding-left: 20px;
}

footer .contact-info li.phone a:before {
    content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 18px;
}

footer .contact-info li.email a:before {
    content: "\f003";
    font-family: FontAwesome;
    position: absolute;
    left: -1px;
    top: -2px;
    font-size: 16px;
}

footer .socials {
    display: block;
    margin: 20px auto 0;
}

footer .socials li {
    display: inline-block !important;
    vertical-align: top;
    margin: 5px 5px 5px 0 !important;
}

footer .socials li a {
    font-size: 13px !important;
    line-height: 25px;
    font-weight: 700;
    display: block;
    background-color: #ccc;
    color: #333;
    padding: 5px 20px;
    box-sizing: border-box;
	color: #333 !important;
	transition-duration: 0.3s;
}

footer .socials li a i {
    color: #333 !important;
    margin-right: 5px;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
}

footer .socials li a:hover {
	background-color: #fff !important;
}


/* ===============================
 * 		  WOO CUSTOMIZATION
 * ===============================*/
.fl-woocommerce-products .products li img,
.related.products .products li img{
    border: none !important;
}

.fl-woocommerce-products .products li .button,
.related.products .products li .button {
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ff5d7a;
    border: 1px solid #ff5d7a !important;
    color: #fff;
    transition-duration: 0.3s;
    border-radius: 50px;
    margin-top: 5px !important;
    padding: 5px 15px !important;
    box-sizing: border-box;
}

.fl-woocommerce-products .products li .button:hover,
.related.products .products li .button:hover {
    background-color: #fff !important;
    color: #ff5d7a !important;
}

.woocommerce-tabs .panel h2:first-child {
    display: none !important;
}

.woocommerce-tabs .wc-tabs {
    padding-left: 0 !important;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7 !important;
}

.woocommerce-tabs .wc-tabs #tab-title-description {
    background-color: transparent !important;
    border: none !important;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
}

.woocommerce-tabs #tab-description {
    border: 1px solid #f3f3f3;
    border-top: 0 !important;
}

.related.products .related-products-title {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7 !important;
    padding: 15px 15px !important;
    box-sizing: border-box;
    margin-bottom: 0;
}

.related.products .products {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #f3f3f3;
    border-top: none !important;
}

.single-product .woocommerce-breadcrumb {
    display: none !important;
}

.single-product .product-title {
    background-color: #f7f7f7;
    padding: 30px 0;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.single-product .product-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
}

.single-product .product .product_title {
    font-size: 30px;
    line-height: 30px;
}

.single-product .product .variations select {
    padding: 10px;
    font-size: 13px;
}

.single-product .product .product_meta {
    display: none !important;
}

.single-product .product .variations_button .clear {
    display: none;
}

.single-product .product .quantity input {
    border-radius: 50px;
    width: 100px;
    padding: 10px 15px !important;
    height: auto !important;
}

.single-product .product .quantity {
    margin-right: 10px !important;
}

.single-product .product .variations .reset_variations {
    display: none !important;
}

.single-product .product .variable_add_to_quote button {
    display: block;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ff5d7a;
    border: 1px solid #ff5d7a !important;
    color: #fff !important;
    transition-duration: 0.3s;
    border-radius: 50px;
    padding: 10px 25px !important;
    box-sizing: border-box;
    margin-top: 0 !important;
}

.single-product .product .variable_add_to_quote button:hover {
    background-color: transparent !important;
    color: #ff5d7a !important;
}

.single-product .product .variations,
.single-product .product .variations tr {
    display: block;
}

.single-product .product .variations .label {
    display: block;
    padding-bottom: 0 !important;
}

.single-product .product .variations .label label {
    font-size: 15px;
    font-weight: 700 !important;
    text-align: left;
    display: block;
}

.single-product .product .variations .value {
    padding-left: 20px;
    box-sizing: border-box;
}

.single-product .product .variations .value label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400 !important;
    margin: 0;
    margin-left: 5px;
}

.single-product .product .variations .value input {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

/* .product-archive */ .products li {
    position: relative;
}

/* .product-archive  */
.products .price {
    position: absolute;
    top: 40px;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
}

/* .product-archive  */
.products .price .highlight {
    display: block !important;
    width: 70px;
    height: 60px;
    position: relative;
}

/* .product-archive  */
.products .price .highlight:before {
    content: "\f004";
    font-family: FontAwesome;
    /* color: #e81e2e; */
    color: #F75D7A;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 60px;
    z-index: 10;
}

/* .product-archive  */
.products .price .amount {
    position: relative;
    z-index: 11;
    color: #fff;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 28px;
}

/* ===============================
 * 		  MY ACCOUNT PAGE
 * ===============================*/
#my-account .woocommerce-MyAccount-navigation a {
    color: #333;
    padding: 10px 15px;
}

#my-account .woocommerce-MyAccount-navigation .is-active a {
    font-weight: 700;
    background-color: #f7f7f7;
}

#my-account .woocommerce-MyAccount-navigation {
    width: 25%;
}

#my-account .woocommerce-MyAccount-content {
    width: 75%;
    padding: 20px 35px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border-top: 1px solid #e6e6e6;
}

#my-account .edit-account input,
#my-account .woocommerce-address-fields input,
#my-account .woocommerce-address-fields .select2-selection,
.quote-list .form-row input,
.quote-list .form-row select {
    padding: 10px !important;
    box-sizing: border-box;
    border: 1px solid #e6e6e6 !important;
    height: auto !important;
    font-size: 15px !important;
    line-height: 25px !important;
}

#my-account .woocommerce-address-fields .select2-selection__arrow {
    top: 10px;
    right: 5px;
}

#my-account .edit-account fieldset legend {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 30px;
    padding-bottom: 10px;
    margin: 0 auto 20px !important;
}

#my-account .edit-account .woocommerce-Button,
#my-account .woocommerce-address-fields .button {
    display: block;
    background-color: #ff5d7a !important;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
    color: #fff;
    border: 2px solid #ff5d7a;
    margin-left: 4px;
    border-radius: 50px;
    width: 200px;
    transition-duration: 0.3s;
}

#my-account .edit-account .woocommerce-Button:hover,
#my-account .woocommerce-address-fields .button:hover {
    color: #ff5d7a !important;
    background-color: transparent !important;
}

.woocommerce a.button, 
.woocommerce-page a.button, 
.woocommerce button.button, 
.woocommerce-page button.button, 
.woocommerce input.button, 
.woocommerce-page input.button, 
.woocommerce #respond input#submit, 
.woocommerce-page #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page #content input.button {
    border-radius: 50px !important;
    background-color: #ff5d7a !important;
    font-size: 15px !important;
    color: #fff !important;
    border: 1px solid #ff5d7a !important;
    transition-duration: 0.3s;
    padding: 10px 15px !important;
    height: auto !important;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.woocommerce button.button:hover, 
.woocommerce-page button.button:hover,
.woocommerce a.button:hover, 
.woocommerce-page a.button:hover {
	color: #ff5d7a !important;
    background-color: transparent !important;
}

.single-product .product .qty-select {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 50px;
    width: 100px;
    margin-bottom: 10px;
    font-size: 13px;
    outline: none;
}

.woocommerce-adq .product-thumbnail img {
    max-width: 130px !important;
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
}

/* ===============================
 * 		     CART PAGE
 * ===============================*/
#my-cart .coupon #coupon_code,
.quote-list .coupon #adq_coupon_code {
    font-size: 15px;
    height: auto;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid #e6e6e6;
}

#my-cart .wc-proceed-to-checkout {
	padding: 0 !important;
}

#my-cart .wc-proceed-to-checkout .checkout-button {
    border-radius: 4px !important;
    font-weight: 700;
    text-transform: uppercase;
    transition-duration: 0.3s;
    padding: 10px 15px;
    box-sizing: border-box;
    height: auto !important;
    border: 2px solid #ff5d7a !important;
}

#my-cart .wc-proceed-to-checkout .checkout-button:hover,
.quote-list .woocommerce input.button:hover {
    color: #ff5d7a !important;
    background-color: transparent !important;
}

.quote-list {
    display: block;
    padding-top: 70px;
	padding-bottom: 50px;
    box-sizing: border-box;
}

.quote-list .woocommerce-billing-fields {
    margin-bottom: 10px;
}

.woocommerce-cart .adq-shipping table,
.woocommerce-cart .adq-shipping tr {
    display: block !important;
}

.woocommerce-cart .adq-shipping th {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
}

.woocommerce-cart .adq-shipping #shipping_method li {
    margin-bottom: 25px;
}

.woocommerce-cart .adq-shipping #shipping_method label {
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 20px;
}

.woocommerce-cart .shipping-address h3,
.woocommerce-cart #quote_comments_field label,
.woocommerce-cart .adq-billing h3 {
    display: block;
    margin-bottom: 10px;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.woocommerce-cart .shipping-address p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}

.woocommerce-cart #quote_comments_field {
    padding-top: 40px !important;
    box-sizing: border-box;
}

.woocommerce-cart .adq-billing .woocommerce-input-wrapper strong {
    display: block;
    width: 100%;
    border: 1px solid #ececec;
    padding: 10px;
    border-radius: 4px;
    background-color: #fcfcfc;
    height: auto !important;
    font-size: 15px !important;
    line-height: 25px !important;
    font-weight: 400;
}

/* ===============================
 * 		    WE BUY IN BULK
 * ===============================*/
.bulk-form .gfield_label {
    display: none !important;
}

.bulk-form .bf-input {
    margin: 0 auto !important;
}

.bulk-form .gform_footer {
    padding: 0 !important;
    margin: 0 auto !important;
}

.bulk-form .gform_footer .button {
    margin: 0 !important;
    padding: 15px !important;
    width: 150px !important;
    text-align: center;
    border-radius: 0 !important;
    transition-duration: 0.3s;
}

.bulk-form .bf-input input, 
.bulk-form .bf-input textarea {
    font-size: 14px !important;
    padding: 15px 15px !important;
    height: auto !important;
    border-radius: 0 !important;
    border: 1px solid #999;
    background-color: #fff;
    margin-bottom: 10px;
}

.woocommerce-cart #ship-to-different-address, 
.woocommerce-cart .shipping_address {
    display: none !important;
}
.checkout.adq-billing {
    position: relative;
}
.checkout.adq-billing .button.wc-backward.return-to-shop{
    float: right;
    margin: 0 45px;
	top: -75px;
	position: absolute;
}
.checkout.adq-billing .button.wc-backward.return-to-shop{
    right: 0;
    margin-right: 0;
}
.checkout.adq-billing #quote_place_order{
     float: right;
}
.quote-list .woocommerce {
    margin-bottom: 100px;
}
#gform_fields_3 .img-sec ul {
    list-style: none;
    margin: 0 auto !important;
    width: 80%;
	text-align: center;
}
.img-sec ul li {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}
#pum-475 {
    background-color: rgba(000,000,000,0.5) !important;
}
.img-sec {
    margin-top: -25px;
}
#gform_fields_3 .gfield_html h2 {
    margin-top: 0;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
	margin-bottom:0;
	color:#fff;
}
#gform_fields_3 .gfield_html p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
	color:#fff;
}
#gform_fields_3 .gfield_label {
    display: none;
}
#gform_3 .gform_footer.top_label {
    padding: 0;
    text-align: center;
}
#gform_3 #gform_submit_button_3 {
    color: #fff;
    margin: 0 auto;
    border: 1px solid #fff;
}
#popmake-475 {
	background:#ff5d7a;
}
.pum-close.popmake-close {
    background: #fff !important;
	color:#ff5d7a !important;
	border:1px solid #fff !important;
}
#gform_3 .gfield {
    padding-right: 0 !important;
}
.product-quantity label {
    display: none;
}
.woocommerce table.cart .product-thumbnail img, .woocommerce-page table.cart .product-thumbnail img {
    max-width: 130px !important;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 130px !important;
}
/* ===============================
 * 		     RESPONSIVE
 * ===============================*/
@media only screen and (max-width:991px){
	header .fl-logo-img {
		width: 200px !important;
	}
	
	header .navbar-nav li a {
		font-size: 13px !important;
		line-height: 20px !important;
	}
	
	header .navbar-toggle {
		top: 35px !important;
		font-size: 30px !important;
	}
	
	header .fl-page-header-logo {
		padding-left: 0 !important;
	}
}

@media only screen and (max-width:768px){
	.hp-banner h1,
	.call-to-action-section h1 {
		font-size: 30px;
	}

	.hp-banner h3,
	.call-to-action-section h3 {
		font-size: 18px !important;
	}

	.fl-button,
	.fl-rich-text p {
		font-size: 13px !important;
	}

	h2 {
		font-size: 20px !important;
	}

	footer .fl-widget-title {
		font-size: 18px;
		margin-bottom: 10px !important;
	}
	
	.custom-header h1 {
		font-size: 30px;
		line-height: 30px;
	}
}

@media only screen and (max-width:640px){
	.hp-banner .fl-row-content-wrap {
		padding-top: 70px;
		padding-bottom: 50px;
	}
	
	header .navbar-toggle {
		top: 40px !important;
		font-size: 25px !important;
	}
	
	.custom-header {
		padding-top: 90px !important;
		padding-bottom: 40px !important;
	}
	
	.custom-header h1 {
		font-size: 25px;
		line-height: 25px;
	}
    .payment-checkbox-sec {
        display: table !important;
        align-items: baseline;
    }
    .payment-checkbox-sec input, .payment-checkbox-sec label {
        display: table-cell !important;
        vertical-align: middle !important;
    }
    .shipping-method-sec {
        display: table !important;
        align-items: baseline;
    }
    .shipping-method-sec input, .shipping-method-sec label {
        display: table-cell !important;
        vertical-align: middle !important;
    }
}
.payment-checkbox-sec {
    display: flex;
    align-items: baseline;
}
.payment-description-sec input[type=text] {
    border: 1px solid #8a7d7d;
}
#paypal-desc, #bacs-desc, #cod-desc, #offline-gateway-desc, #googlepay-gateway-desc, #applepay-gateway-desc, #cashapp-gateway-desc, #venmo-gateway-desc {
    display: none;
}
.shipping-method-sec {
    display: flex;
    align-items: baseline;
}
#shipping_method_0_free_shipping8 + label span, #shipping_method_0_free_shipping9 + label span, #shipping_method_0_free_shipping10 + label span {
    display: none;
}
input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
input[type=radio]:focus {
    outline: none !important;
    outline-offset: inherit !important;
}









