/*
Theme Name: Strata Child
Theme URI: http://demo.qodeinteractive.com/strata/
Description: A child theme of Elision Theme - Customized
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: strata
*/
@import url("../strata/style.css");


.woocommerce form.checkout .custom_login .col2-set p.form-row label {
    display: block;
}
.custom_login .u-column2.col-2 {
	display: inline-block;
}

.custom_login .woocommerce #customer_login #reg_email{
    box-sizing: border-box;
}

.custom_login .u-column1.col-1 {
    float: right;
    margin-left: 1.845018450184502%;
    margin-right: 0;
}
.woocommerce-checkout table.shop_table {
    width: 100%;
}
.woocommerce-checkout table.shop_table th.product-total {
    width: 75%;
}

.woocommerce-checkout table.shop_table thead {
    border: 1px #929292 solid;
}
.woocommerce-checkout table.shop_table thead th {
    padding: 15px 5%;
	font-weight: 700;
	text-align: center;
}
.woocommerce table td{
	padding: 10px 20px;
	text-align: center;
}
.woocommerce-checkout table.shop_table tfoot th {
    text-align: center;
    font-weight: 800;
}
.woocommerce-checkout table.shop_table tfoot tr.order-total th,.woocommerce-checkout table.shop_table tfoot tr.order-total td span {
    color: #ff6600;
    font-size: 18px;
}

.woocommerce #customer_login input[type="password"],.custom_login .woocommerce #customer_login #reg_email,.woocommerce #customer_login input[type="text"]{
    width: 100%;
    box-sizing: border-box;
}
.custom_login .u-column2.col-2:after {
    content: "OR";
    position: absolute;
    top: 38%;
    right: 5px;
    font-size: 20px;
    font-weight: 500;
}
.custom_login .u-column2.col-2 {
    position: relative;
    padding-right: 50px;
    box-sizing: border-box;
}

#wc-backbone-modal-dialog .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:before {
	content: 'X' !important;
    font-family: unset !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
#wc-backbone-modal-dialog .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus, .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:hover {
    background: #ddd !important;
    border-color: #ccc !important;
    color: #000 !important;
}
.woocommerce #payment ul.payment_methods li p {
    margin-top: 10px;
}
.woocommerce #payment ul.payment_methods {
    border: 1px solid #ddd;
	min-height: 300px;
}
#payment input[name="payment_method"] {
    zoom: 1.5;
}
.woocommerce #payment ul.payment_methods li > label {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
}
.woocommerce #payment ul.payment_methods li .payment_box {
    padding: 10px 0 0 5px;
}
.woocommerce #payment ul.payment_methods li .payment_box label {
    margin-left: 0px;
}
@media (min-width:993px){
	.woocommerce #payment ul.payment_methods li:first-child:after {
		content: "";
		position: absolute;
		right: 0;
		top: 25px;
		font-size: 30px;
		color: black;
		font-family: sans-serif;
		background-image: url('https://dev-hi-rise-camera.pantheonsite.io/wp-content/themes/strata-child/img/or.png');
		width: 65px;
		height: 100%;
		background-repeat: no-repeat;
	}
	.woocommerce #payment ul.payment_methods li {
		display: inline-block;
		border: 0;
		vertical-align: top;
		width: 49%;
		box-sizing: border-box;
		position: relative;
		min-height: 300px;
	}
}
@media (max-width:1100px){
	.custom_login .u-column2.col-2{
		padding-right: 0px;
	}
	.custom_login .u-column2.col-2:after{
		content: "";
	}
}
@media (max-width:800px){
	.wc-backbone-modal .wc-backbone-modal-content.sst-certificate-modal-content{
		width:100%;
	}
}
.flex-container{
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex; /* Safari */     
    display: flex; /* Standard syntax */
}
.flex-container .column{
    padding: 0px 10px 0px 0px;
    -webkit-flex: 1; /* Safari */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* Standard syntax */
}
.flex-container .salestax{
	padding: 28px 21px !important;
}
.woocommerce form.checkout .col2-set .form-row {
width: 100%;
}

.cart_totals.calculated_shipping .button {background: #ff6600 linear-gradient(to top, #bd4c00 0%, #ff6600 100%)!important;
    border-color: #ff6600 !important;}

    /*#shipping_method li:last-child {
    order: 1;
}
ul#shipping_method li:nth-child(4) {
    order: 4;
}
ul#shipping_method li:nth-child(3) {
    order: 3;
}
#shipping_method li:nth-child(2) {
    order: 2;
}
#shipping_method li:nth-child(1) {
   order: 2;
}
#shipping_method {
    display: flex;
    flex-direction: column;
}*/

/*ul#shipping_method {
    display: none;
}
#shipping_method.show_shipping {
    display: block;
}*/

ul#shipping_method li:last-child {
    order: -1;
}

ul#shipping_method {
    display: flex;
    flex-direction: column;
}

#shipping_method li:only-child {
    display: none;
}

.woocommerce-invalid select{
    border: 1px solid #ff0000;
}
.woocommerce-invalid .woocommerce-input-wrapper input {
    border: 1px solid #ff0000 !important;

}
/*12-08-2021*/
.certificate-loader {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    display: none;
    justify-content: center;
    align-items: center;
    background: #ffffffc9;
    z-index: 999;
}
.wc-backbone-modal {
    position: relative;
}
.certificate-loader.loader_show {
    display: flex!important;
}
form.checkout.woocommerce-checkout.processing::before {
    content: "";
    background-image: url(https://dev-hi-rise-camera.pantheonsite.io/wp-content/uploads/2018/12/PwqR.gif);
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    bottom: 5%;
    justify-content: center !important;
    background-position: center;
    display: ;
    margin: 0 auto;
    background: ;
    max-width: 100%;
    justify-content: center;
    align-content: center;
}
form.checkout.woocommerce-checkout.processing {
    background-image: none!important;
}
.blockUI.blockOverlay {
    position: fixed!important;
}
.woocommerce .blockUI.blockOverlay {
    position: relative! important;
    display: none! important;
  }
  p#TaxType_field .woocommerce-input-wrapper input {
    display: inline-block;
}
p#TaxType_field .woocommerce-input-wrapper label.radio {
    display: inline-block;
    width: 97%;
}

.woocommerce form.checkout .col2-set .form-row input[type="text"], 
.woocommerce form.checkout .col2-set .form-row input[type="password"],
input#billing_email,
input#billing_phone
{
    padding-left: 2.5%;
    padding-right: 2.5%;
    width: 95%;
}

.pay_fade{
    opacity: .5;
}
