p {
    text-align: justify;
}
a:not(.nav-link):not(.navbar-brand):not(.btn):not(.button):not(.add_to_cart_button), a:not(.navbar-brand) > span, a:not(.nav-link):not(.navbar-brand):not(.btn):not(.button):not(.add_to_cart_button):hover{
    text-decoration: underline;
}
main a:not(.nav-link):not(.navbar-brand):not(.add_to_cart_button):not(.btn):not(.button):not(.page-link){
    font-weight: 400;
    text-decoration: underline;
}
main a:not(.nav-link):not(.navbar-brand):not(.add_to_cart_button):not(.btn):not(.button):not(.page-link){
    color: #272A95;
}

/*.row a:hover{*/
    /*text-decoration: none;*/
/*}*/
abbr.required{
    color: red;
    font-weight: bold;
    text-decoration: none;
}
span.woocommerce-input-wrapper{
    width: 100%;
}
span.description{
    color: #8e8e8e;
    font-size: 14px;
    line-height: 10px;
}
.add_to_cart_button:hover, .button:hover{
    text-decoration: none;
}
a.button button i.fa-spinner,
.add_to_cart_button.loading button i.fa-shopping-basket,
.add_to_cart_button button i.fa-spinner,
.add_to_cart_button.loading button span{
    display: none;
}
.add_to_cart_button.loading button i.fa-spinner{
    display: inline-block;
}
.trash_cart a{
    width: 100%;
}

.ja_label_delivery, .ja_msk_delivery label.radio, .ja_door_radio label.radio{
    background-color: #05b1e1;
    color: white;
    cursor: pointer;
}
input.ja_radio_delivery[type="radio"]:checked + label, .ja_msk_delivery input[type="radio"]:checked + label, .ja_door_radio input[type="radio"]:checked + label{
    background-color: #99018c;
}
.select2-container--default .select2-selection--single{
    padding-bottom: 31px;
    padding-top: 5px;
    border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}
ul#shipping_method{
    list-style: none;
}
.calcinfo{
    display: none;
}
.anesthesia_form{
    width: 100%;
}
.an_row a.added_to_cart{
    text-align: center;
    padding: 5px;
    color: white;
    border: 1px solid white;
    margin-top: 5px;
    border-radius: 4px;
}
.wc_payment_methods{
    list-style: none;
}
.wc_payment_methods .woocommerce-info{
    background-color: pink;
    padding: 10px;
    border: 1px solid #c50606;
    border-radius: 5px;
    font-weight: 600;
}
.wc_payment_methods .woocommerce-info:before{
    margin-right: 5px;
    font-family: FontAwesome, "Open Sans", Arial, sans-serif;
    content: '\f06a';
    font-size: 1.2rem;
}
button.ct-plus, button.ct-minus{
    width: 19px;
    height: 19px;
}
button.bt-trash{
    font-size: 8px;
    width: 12px;
    height: 14px;
}
button.ct-minus, button.ct-plus{
    font-size: 10px;
}
.sidebar-sticky .nav .nav-link, nav:not(.navbar-dark) .navbar-nav .nav-link, .footer-nav .nav-link{
    font-weight: 500;
}

input#billing_phone::placeholder{
    color: #b5b6b3;
}
input#billing_phone::-moz-placeholder{
    color: #b5b6b3;
}
input#billing_phone:-moz-placeholder{
    color: #b5b6b3;
}
input#billing_phone:-ms-input-placeholder {
    color: #b5b6b3;
}

.op-06{
    opacity: 0.6;
}

@media (max-width: 576px) {
    .info-menu .nav-link{
        font-size: 13px;
    }
}
a[data-toggle="tooltip"]{
    text-decoration: none!important;
    border-bottom: 1px dotted black;
}