/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

.woocommerce ul.products li.product.rey-wc-skin--basic.is-animated .price ins {
    color: #da291c;
}
.woocommerce ul.products li.product.rey-wc-skin--basic .rey-discount{
	background-color: #da291c;
}
.rey-mainMenu .sub-menu>.menu-item>a{
	line-height: 1;
}
.rey-navEl.--menuHover-none>li>a{
	font-size: .875rem;
}
.rey-navEl.--menuHover-none>li>a:hover{
    opacity: .65;
	color: var(--link-color)!important;
}
.foogallery .fg-caption-title, .foogallery .fg-caption-title a{
	font-size: 18px;
    font-weight: 500;
    color: #da291c!important;
	text-align: center!important;
}
.woocommerce .woocommerce-cart-form__actions .coupon button{
	background: #da291c;
    color: #fff;
}
.woocommerce .woocommerce-form-coupon-toggle a{
	color: #da291c;
}
 form.checkout_coupon.woocommerce-form-coupon.form-coupon-toggle{
    border: 1px solid #eae8e4 !important;
    padding: 1.5rem !important;
} 
.woocommerce .rey-checkoutBar li:after{
	background: #da291c;
}
.woocommerce-form-coupon.form-coupon-toggle .button {
    background: #da291c!important;
    color: #fff!important;
}
.woocommerce .shop_table thead th, .woocommerce .shop_table tfoot, .woocommerce .shop_table tfoot .order-total,.woocommerce table.shop_table.woocommerce-cart-form__contents thead tr th, .cart-collaterals th,.woocommerce .cart_totals .shop_table th{
	background: unset;
}
.woocommerce .shop_table tfoot .order-total{
	border-top: 1px solid HSL(var(--neutral-2));
}
.woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment{
	background: unset;
	border: 1px solid HSL(var(--neutral-2));
}
.rey-pageHeader {
    background: #da291c;
    text-align: center;
    color: #fff;
    padding: 45px 0px;
	margin-bottom: 3rem;
}
.rey-pageHeader h1.rey-pageTitle{
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: capitalize;
}
nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a{
	color: #da291c;
}
.woocommerce-account .addresses .title .edit {
    float: right;
    font-size: 14px;
    background: #da291c;
    color: #fff;
    padding: 6px 12px;
	border-radius: 2px;
}
.woocommerce-account .addresses .title .edit:hover{
	background: #a70000;
}
.woocommerce-account .rey-pageContent a.woocommerce-Button.button, .woocommerce-account a.woocommerce-button, .woocommerce-account .button, .woocommerce-account .woocommerce-Button.button, button.woocommerce-button.button.woocommerce-form-login__submit{
    background: #da291c;
    color: #fff;
	margin: 0 5px 5px 0px;
}
.woocommerce-account .woocommerce-Button.button:hover, .woocommerce-account a.woocommerce-button:hover, .woocommerce-account .button:hover, .woocommerce-account .woocommerce-Button.button:hover, .woocommerce .woocommerce-cart-form__actions .coupon button:hover, button.woocommerce-button.button.woocommerce-form-login__submit:hover{
    background: #a70000!important;
	color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table a:after, .woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content a:after, .woocommerce-edit-address .woocommerce-MyAccount-content a:after{
	background: unset;
}
.sp-testimonial-free:before{
	content: url(https://hodages.com/wp-content/uploads/2021/03/quote.png);
    display: flex;
    justify-content: center;
}
.banner_cat_title h3{
	color: #000!important;
}
.join_club_banner .elementor-widget:not(:last-child) {
    margin-bottom: 17px!important;
}
.wonderplugin-gridgallery-item-text .wonderplugin-gridgallery-item-wrapper .icon-groups {
    left: 50%;
    top: 50%;
    transform: translate(0%,0%);
    position: absolute;
}
.wonderplugin-gridgallery-item-text {
    height: 100% !important;
}
#html5lightbox-watermark {
    display: none!important;
}
.rey-accountPanel-form.rey-forgetForm.--active button.btn-line-active.submit-btn {
    margin-left: 5px;
}
.rey-newsletterForm.rey-nlForm--inline-basic input[type="submit"]{
	margin-left: 10px;
}
.rey-registerForm .woocommerce-privacy-policy-text{
	margin-left: 6px;
}
li.wc_payment_method.payment_method_razorpay label{
	display: initial;
}
.gmwqp_inquirybtn {
    margin-top: 0!important;
    margin-bottom: 20px;
}
/* .fpd-container.fpd-gt-step {
    display: none;
} */
.woocommerce-tabs table.woocommerce-product-attributes.shop_attributes {
    width: 40%;
    margin: 0 auto;
}
label {
    width: 100%;
}
.hodage_inquiry{
    background: #da291c;
    padding: .625rem 1.0625rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    box-shadow: none;
}
.hodage_inquiry:hover{
    background-color: #a70000;
    color: #fff;
    text-decoration: unset;
}
.hodage_inquiry_popup{
    margin-bottom: 20px;
}
.popmake-content .ajax-loader{
	margin: 0!important;
}
.popup_btn{
	background: #da291c!important;
    padding: .625rem 1.0625rem!important;
    font-size: .8125rem!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    border-radius: 2px!important;
    text-align: center!important;
    text-decoration: none!important;
    color: #fff!important;
    transition: color 0.15s var(--easeoutcubic),background-color 0.15s var(--easeoutcubic),border-color 0.15s var(--easeoutcubic)!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
    padding-right: 1.25rem!important;
    padding-left: 1.25rem!important;
    box-shadow: none!important;
}
.popup_btn:hover{
	background-color: #a70000!important;
    color: #fff!important;
    text-decoration: unset!important;
}
.popmake .pum-title{
	text-align: center!important;
	font-size: 26px!important;
}
.fancy-product .summary.entry-summary{
    margin-left: 50px;
}
.page-id-8295 header.rey-pageHeader {
    display: none;
}
.fancy-product .summary.entry-summary.--is-sticked {
    position: inherit !important;
}
.fancy-product .summary.entry-summary {
    position: inherit !important;
}
#pum_popup_title_11931{
	font-size: 20px!important;
    padding-bottom: 20px;
}
.woocommerce-checkout button#btn-razorpay {
    color: #fff;
    background: #da291c;
    padding: .625rem 1.0625rem;
	border-radius: 2px;
	margin-right: 15px;
}
.woocommerce-checkout button#btn-razorpay:hover{
	background: #a70000;
}
.woocommerce-checkout button#btn-razorpay-cancel{
	color: #fff;
	background: #a70000;
	padding: .625rem 1.0625rem;
	border-radius: 2px;
}
.woocommerce-checkout button#btn-razorpay-cancel:hover{
	background: #da291c;
}
.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td{
	padding: 20px;
}
@media (max-width: 767px){
	.rey-pageTitle{
		font-size: 24px;
	}
	.gmwqp_inquirybtn {
	    margin-bottom: 35px;
	}
	.fancy-product .summary.entry-summary {
		margin-left: 0px;
	}
	.fpd-container.fpd-gt-step {
		left: 42px !important;
	}
}
@media (min-width: 1025px){
	.rey-headerCart .rey-headerCart-nb{
		margin-left: -.375rem;
	}
}
