/* 
Theme Name:		 Lycka Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Lycka Child is a child theme of Lycka, created by ChildTheme-Generator.com
Author:			 Technogiq
Author URI:		 http://childtheme-generator.com/
Template:		 lycka
Version:		 1.0.0
Text Domain:	 lycka-child
*/

ul.pagination {
    margin-top: 20px;
    text-align: center;
}
ul.pagination li {
    display: inline-block;
    margin-right: 1px;
    margin-left: 2px;
    margin-bottom: 16px;
}
ul.pagination li a {
    background: #a57f60;
    padding: 4px 9px;
    color: #fff;
}
ul.pagination li a.active {
    background: #394f49;
    cursor: auto;
    pointer-events: none;
}
ul.pagination li a:hover {
    color: #fff;
    background: #a57f60e6;
}
p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions a.button.pay:nth-child(2) {
    display: none;
}
p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions {
    margin-top: 35px;
    margin-bottom: 35px;
}
.woocommerce-billing-fields > h3:before {
    content: "+";
    position: absolute;
    right: 25px;
    font-weight: bold;
}
.woocommerce-billing-fields > h3 {
    background: #f1f1f1;
    padding: 10px 15px !important;
    margin-bottom: 0px !important;
    position: relative;
    cursor: pointer;
}
a.match-otp-button,
a.send-otp-button {
    background: #000;
    color: #fff !important;
    padding: 10px 12px;
    width: 150px;
	text-align: center;
}
a.match-otp-button i, a.send-otp-button i {
    font-size: 26px;
}
.sms_phone_field_inpt {
    display: flex;
}
a.send-otp-button:hover {
    color: #fff;
    background: #333;
}
.sms_phone_field_inpt select {
    max-width: 150px;
    padding-left: 7px;
    padding-right: 7px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.sms_phone_field_inpt input[type="tel"] {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
.sms_phone_field_verify p {
    margin-bottom: 0px;
    color: green;
    font-size: 14px;
}
.verify_otp_wrap {
    display: flex;
}
.sms_phone_field_verify {
    background: #f7f7f7;
    margin-top: 10px;
    padding: 15px;
    border-radius: 5px;
}
span.phone_veri_unveri {
    font-size: 14px;
}
.ld-step-10.ld-steps .phone_non_verified .sms_phone_field_inpt {
    flex-wrap: wrap;
}
.ld-step-10.ld-steps .phone_non_verified .sms_phone_field_inpt input[type="tel"] {
    width: calc(100% - 150px);
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 30px !important;
    border-top-left-radius: 30px !important;
}
.ld-step-10.ld-steps .phone_non_verified .sms_phone_field_inpt select {
    width: 100% !important;
    max-width: 100%;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    margin-bottom: 5px;
}
.ld-step-10.ld-steps .phone_non_verified .sms_phone_field_inpt a.send-otp-button {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.ld-step-10.ld-steps .verify_otp_wrap input[type="text"] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.ld-step-10.ld-steps .verify_otp_wrap a.match-otp-button {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}
.profile-progress-bar {
    margin-bottom: 50px;
}
.profile-progress-bar-text {
    color: #000;
    font-weight: bold;
    font-size: 14px;
	padding-bottom: 15px;
}