.woocommerce-info, .woocommerce-message {
    max-width: 1050px;
    margin-left: auto !important;
    margin-right: auto !important;
}

s {
    font-size:20px;
    color:#14172E;
}

.wp-block-table table {
    background-color: white;
    border-spacing: 0;
    border-collapse: separate !important;
}

.wp-block-table table tr th {
    color:rgba(20,23,46, 0.5);
    font-weight: lighter;
}

.wp-block-table table tr td, .product-name a, .product-name a:hover, .product_remove a, .product_remove a:hover {
    color:#14172E;
    text-decoration: none;
}

.product-name .langs {padding:0;}
.product-name .langs li {width:24px;margin-right:5px;display:inline-block;}

.wp-block-table table tr th,
.wp-block-table table tr td {
    border-color:#707070;
    border-style: none solid solid none;
	padding:15px;
    min-width: 100px;
}

.wp-block-table table tr:first-child th:first-child { border-top-left-radius: 10px; }
.wp-block-table table tr:first-child th:last-child { border-top-right-radius: 10px; }

.wp-block-table table tr:last-child td:first-child { border-bottom-left-radius: 10px; }
.wp-block-table table tr:last-child td:last-child { border-bottom-right-radius: 10px; }

.wp-block-table table tr:first-child th { border-top-style: solid; }
.wp-block-table table tr td:first-child, .wp-block-table table tr th:first-child { border-left-style: solid; }

figcaption {
    font-size:13px;
    margin-top: 15px;
}

.woo-input input {
    max-width: 100px;
    line-height: 30px;
    border: 1px solid #707070 !important;
    font-size: 16px;
}

.woo-input.woo-input-large input {
    padding: 5px 10px;
    border-radius: 10px;
    max-width: 100%;
}

.coupon .btn {
    margin-left: 5px;
    border-radius: 10px;
}

.btn-update {
    background: transparent;
    border:none;
}

#update-cart-button {
    border-color: #14172E;
}

.text-dark {
    color:#707070;
    text-decoration: none;
}

.woocommerce form.woocommerce-checkout.checkout input.input-text {
    line-height: 26px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #707070;
}

.select-2-redesign .select2-container .select2-selection {height: 50px;}
.select-2-redesign .select2-container .select2-selection .select2-selection__rendered {line-height: 50px; padding: 0 20px;}
.select-2-redesign .select2-container .select2-selection--single .select2-selection__arrow {top:11px;}

.woocommerce-additional-fields #order_comments_field #order_comments {
    padding: 20px;
    height: 150px;
    resize: none;
    border-radius: 10px;
}

.woocommerce-checkout-payment .wc_payment_methods {padding:0;}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {list-style: none;}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method > label > span {display:block;padding: 10px 20px;}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method > label > input[type="radio"]:checked + span {background: white;border: 1px solid #ccc;border-bottom: 1px solid white;margin-bottom: -1px;border-radius: 10px 10px 0 0;}
.woocommerce-checkout-payment .wc_payment_methods .payment_box {background: white;padding: 20px;border: 1px solid #ccc;border-radius:0 0 10px 10px;}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.inline-tabs {display: inline-block;position: relative;}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .input-radio {visibility: hidden;position: absolute;}

#flag_selector .filter-dropdown.languages {
    margin-left: -15px;
    margin-right: -15px;
}

#flag_selector .filter-dropdown .dropdown-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 54px;
    line-height: 54px;
    border-radius: 20px 20px 0 0;
    background: transparent;
    padding: 0 15px;
    border: none;
    position: relative;
    z-index: 5;
    border: 1px solid transparent;
}

#flag_selector .filter-dropdown .dropdown-toggle.show {
    background-color: white;
    border: 1px solid #707070;
    border-bottom: transparent;
}

#flag_selector .filter-dropdown .dropdown-menu {
    padding: 0;
    margin-top: -3px !important;
    z-index: 3;
}

#flag_selector .filter-dropdown .dropdown-menu .flag-holders {
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
    width: 600px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 20px 0 20px 20px;
}

#flag_selector .filter-dropdown .dropdown-menu .flag-holders label {
    width: 33.33333%;
}

#flag_selector .text-truncate input {
    margin: 20px 5px 20px 0;
}

#product_form .btn.active:before {
    vertical-align: top;
}

.wp-block-image.has-custom-border img, .wp-block-image img {
	padding-top:0 !important;
}

.num-holder {
    position: relative;
    width: 100px;
}

.num-holder input {
    min-width: 100px;
    padding: 2px 10px;
}

.num-holder .inc, 
.num-holder .dec {
    position: absolute;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 1.4rem;
}
.num-holder .inc {
    top: 0;
}

.num-holder .dec {
    bottom: 0;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.banner-module.thank-you-banner .row {
    padding-bottom: 0!important;
}

.banner-module.thank-you-banner .row .img-area {
    align-self: end;
}

#wc-stripe-cc-form label {display:none;}

.blue-circle-shop {
    background: #3e46d7;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    bottom: -6px;
    right: -10px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
}

.woocommerce .wc-helper td.color-bar.update-available {
    border-left-color: #647D64;
}

.woocommerce .wc-helper td.color-bar.expiring.update-available {
    border-left-color: #647D64;
}

.woocommerce .woocommerce-message {
	border-top-color: #647D64;
}

.woocommerce .woocommerce-message::before {
    color: #647D64;
}

.woocommerce .woocommerce-info {
	border-top-color: #3E46D7;
}

.woocommerce .woocommerce-info::before {
    color: #3E46D7;
}

.holding-gif {
    left: 0;
    top: 0;
    background: rgba(250,250,250,0.5);
    z-index: 9;
    border: 1px solid #3E46D7;
    border-radius: 10px;
    display: none;
}

.holding-gif img {
    margin-top:50%;
}

.left-side.icon-long-arrow:before {
    display: inline-block;
    transform: rotate(180deg);
}

#billing_address_1_field, #billing_city_field {width: 47%;float: left;clear: none;}
#billing_postcode_field {width: 47%;float: right;clear: none;}

.mng-holder {background: white;padding:10px; border:1px solid black;border-radius: 10px;max-width: 300px;}

@media (max-width: 768px) {
    .is-layout-flow.col {
        flex-basis: unset !important;
    }
    
    .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
        padding:15px;
    }
    
    .woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
        float: none;
        display: table;
        margin-bottom: 20px;
    }
    
}

@media (min-width: 1200px) {
	
	.banner-module.thank-you-banner .row .text-area {
		width: 70%;
		margin-bottom: 50px;
	}
	
	.banner-module.thank-you-banner .row .img-area {
		width: 30%;
	}

}

@media (max-width: 541px) {
    #flag_selector .filter-dropdown .dropdown-menu .flag-holders label {
        width: 50%;
    }
}

@media (max-width: 922px) {
    #flag_selector .filter-dropdown .dropdown-menu .flag-holders {
        border-radius: 0 0 20px 20px;
        width: 100%;
    }
    #flag_selector .dropdown-menu.dropdown-menu-end.show {
        width: 100%;
    }
}

@media screen and (min-width: 923px) and (max-width: 991px) {
    #flag_selector .filter-dropdown .dropdown-menu .flag-holders {
        border-radius: 0 20px 20px 20px;
    }
}