.orthemes_modal {
    visibility: hidden;
}

.orthemes_modal.shown {
    visibility: visible;
}

.orthemes_modal .modal_back_flow {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    right: 0;
    background-color: black;
    opacity: 0;
    transition: all 0.2s ease-out;
}

.orthemes_modal.shown .modal_back_flow {
    opacity: 0.7;
}

.orthemes_modal .modal_holder {
    top: 0;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 10000000000;
    overflow: auto;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.orthemes_modal.shown .modal_holder {
    opacity: 1;
    transform: scale(1);
}

.orthemes_modal .modal_holder:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.orthemes_modal .modal_content {
    display: inline-block;
    background: #fff;
    position: relative;
    vertical-align: middle;
    text-align: left;
    border-radius: 5px;
    max-width: 90%;
    max-height: 90%;
    width: 540px;
}

.orthemes_modal .modal_close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 28px;
    border-radius: 100%;
    border: 1px solid #aaa;
    z-index: 2;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
}

.orthemes_modal .modal_body {
    padding: 20px 25px 25px;
    position: relative;
}

.orthemes_modal .modal_body h3 {
    margin: 0 0 10px;
    text-align: center;
}

.orthemes_modal .modal_body .thumbnail {
    text-align: center;
    margin-bottom: 10px;
}

.orthemes_modal .modal_body .thumbnail * {
    display: inline-block;
    vertical-align: middle;
}

.orthemes_modal .modal_body .thumbnail img {
    width: 34px;
    margin-right: 15px;
}

.orthemes_modal .modal_body .thumbnail span {
    font-weight: 600;
}

.orthemes_modal .modal_body p {
    margin: 0 0 15px;
    text-align: center;
}

.orthemes_modal .modal_body label span {
    display: none;
}

.orthemes_modal .modal_body input[type="email"] {
    width: 100%;
    display: block;
    margin-bottom: 15px
}

.orthemes_modal .modal_body input[type="submit"],
.orthemes_modal .modal_body .button {
    width: 65%;
    margin: 0 auto;
    display: block;
}

.no_duplicate > p.stock.out-of-stock {
    margin-bottom: 0 !important;
}

.no_duplicate #yith-wcwtl-output {
    margin: 0;
    display: inline-block;
    width: 100%;
    max-width: 64px;
}

.no_duplicate #yith-wcwtl-output + #yith-wcwtl-output {
    display: none !important;
}

.no_duplicate #yith-wcwtl-output a {
    display: block;
    width: 100%;
    padding: 0 3px !important;
    background: transparent !important;
    border: 1px solid #636466;
    color: #636466 !important;
    font-size: 10px;
    font-weight: 600;
    height: 22px;
    line-height: 20px;
    margin-top: 5px;
    overflow: hidden;
    transition: all .2s ease 0s;
}

.no_duplicate #yith-wcwtl-output a:hover {
    background: #636466 !important;
    color: #fff !important;
}

/*.no_duplicate #yith-wcwtl-output a.button-leave {*/
/*    font-size: 10px;*/
/*    padding: 0 3px !important;*/
/*}*/

.no_duplicate #yith-wcwtl-output a i {
    color: #00c601;
    display: inline;
    margin-right: 5px;
    font-size: 8px;
}

body.single-product .woocommerce-message {
    padding-right: 36.6509px !important;
    padding-left: 36.6509px !important;
}
