/**
Theme Name: International Property Awards Shop
Author: Spazzles
Description: iHotel Awards theme by RS Digital Development 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: international-shop
Template: astra
*/

.woocommerce-js .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select{background-color: white;}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-weight: 400;
    font-size: 1.22em !important;
    font-weight:600;
}

#glt-translate-trigger {
	border: 1px solid;
    border-bottom: none;
}
.ast-scroll-to-top-right {
    bottom: 34px;
}

/* >>>>> WOOCOMMERCE <<<<<< */
.inputLabel{
	color: white;
    margin-right: 15px;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 400;
    float:left;
}
.woocommerce-js div.product p.ast-stock-detail{display: none;}
.shop_table .inputLabel {display:none;}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
    max-width: 250px;
    display: block;
    font-weight: 400;
    padding: 0;
}
.woocommerce .button.single_add_to_cart_button, .btn-primary-filled, #place_order {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    height: 2.75rem;
    border: solid 1px #58276d;
    background-color: #58276d !important;
    font-family: "Lato", sans-serif;
    color: #fff !important;
    font-size: 1rem;
    border-radius: 0;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: transparent;
    text-decoration: none;
    transition: background 0.2s;
}
.award_custom_feilds {
    border: solid 1px #5d5d5d;
    padding: 25px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.award_custom_feilds .form-group {
    margin-bottom: 15px;
}
.award_custom_feilds .form-group label {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
    display: block;
}
.award_custom_feilds .form-group input:not([type="checkbox"]), .award_custom_feilds .form-group select {
    background-color: #fff;
    border: solid 1px #5d5d5d;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    width: 100%;
    padding: 10px 10px;
}
.woocommerce div.product form.cart .button{
	width:74%;
	max-width:100%;
}
.woocommerce .button.single_add_to_cart_button:before, .btn-primary-filled:before, #place_order:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0.2rem;
    left: 0.2rem;
    border: solid 1px #ffffff;
    transition: background 0.2s;
}
.woocommerce-js .quantity .minus, .woocommerce-js .quantity .plus{
	background-color:#fff;
}
.ast-single-product-payments legend{color:#fff;}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li a, .woocommerce-js div.product .woocommerce-tabs .shop_attributes th{color:#fff;}
.woocommerce-js div.product .product_title {
    font-size: 2.55em;
}
.woocommerce-js div.product p.price{
	font-size:2rem;
	margin-bottom:15px;
}
.woocommerce-ResetPassword label, .woocommerce-form-login label{color:#fff;}

/* >>>>> FOOTER STYLES <<<<< */

footer {
    min-height: 30.3rem;
    width: 100%;
}
footer .container {
    padding: 8.3rem 3rem 2rem 3rem;
}
footer .container .container-top {
    display: -webkit-flex;
    display: flex;
}
footer .container .footer-block.logos {
    display: -webkit-flex;
    display: flex;
    width: 62rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
footer .container .footer-block.logos a {
    display: block;
}
footer .container .footer-block.logos p {
    margin-top: 1.35rem;
    display: inline-block;
}
footer .container .footer-block {
    width: 25rem;
    margin-right: 7rem;
}
footer .container p.title{
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    font-weight:500;
}
footer .container ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
body.frontend ul li{
    color: #fff;
}
footer .container a {
    transition: .22s all;
}
footer .container p, footer a {
    font-family: "Lato",sans-serif;
    font-weight: 400;
    font-size: .84rem;
    color: #a3a3a3;
    margin: 0;
    text-decoration: none;
    line-height: 1.92;
}
footer .container .group a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .container svg {
    margin-right: 0.3rem;
    width: 2.2rem;
    height: 2.2rem;
}
footer .container a:hover svg path {
    fill: #fff;
    transition: .2s all;
}
footer .container .container-bottom {
    margin-top: 5rem;
}
footer .container .infoMenu {
    margin-right: 7rem;
}
footer .container .container-bottom p {
    max-width: none;
    margin-bottom: 0.1rem;
}

@media (min-width: 992px){
footer .container .container-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
}}
@media (max-width: 720px){
footer .container .footer-block.logos{
display:inline-block;
width:35rem;
}
footer .container .footer-block{margin-right:1rem;}
footer .container {padding: 3.3rem 1.5rem 2rem 1.5rem;}
}
@media (max-width: 500px){
footer a{font-size:1.2rem;}
footer .container .container-top{display:block;}
html{overflow-x: hidden;}
} */