@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.products,
ul#tabTitle {
    margin: 0 auto;
    max-width: 75%;
}

.productNJ {
    cursor: pointer;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px 1px rgb(0 0 0 / 18%);
}

.productNJ_title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.productNJ_title::after {
    content: '\f0d7';
    position: absolute;
    right: 60px;
    font-family: FontAwesome;
    font-size: 22px;
    top: 12px;
    transition: 0.6s;
}

.productNJ_title.open::after {
    transform: rotate(180deg);
}

.productNJ h6 {
    margin: 0;
    width: 50%;
}

.productNJ_title span.price {
    min-width: 65px;
}

.productNJ input.button {
    opacity: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
    z-index: 1;
    margin: 0;
    cursor: pointer;
}

.productNJ_list {
    display: none;
    padding: 20px;
}

.productNJ .checkmark {
    height: 20px;
    width: 20px;
    background-color: #eee;
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.productNJ .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 4px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.productNJ input:checked ~ .checkmark:after {
    display: block;
}

.productNJ:hover input ~ .checkmark {
    background-color: #ccc;
}

.productNJ input:checked ~ .checkmark {
    background-color: #2196F3;
}

div#product-selection-floating {
    position: fixed;
    right: -100%;
    top: 40%;
    transition: 0.6s;
    padding: 15px 35px;
    min-width: 200px;
    box-shadow: 0px 3px 10px 1px #00000040;
    z-index: 6;
}

div#product-selection-floating.slide-in {
    right: 0;
}

div#product-selection-floating .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin: 0;
}

button#submit-multiple-products {
    margin: 18px 0 0 !important;
}

div#selection-info {
    margin-top: 5px;
}

button#submit-multiple-products.loading {
    padding-right: 35px !important
}

button#submit-multiple-products.loading i {
    position: relative;
    transform: translate(25px, 0px);
}

button#submit-multiple-products.loading:after {
    content: '\f110';
    position: absolute;
    font-family: 'FontAwesome';
    transform: translate(-3px, 3px);
    -webkit-animation: spin 0.5s linear infinite;
    -moz-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}

ul#tabTitle {
    list-style: none;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #fd7f24;
    margin-bottom: 35px;
}

ul#tabTitle li a {
    display: block;
    padding: 15px 60px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0 1px;
    font-weight: 600;
    color: #757575;
    background: #ececec;
}

ul#tabTitle li.active a {
    background: #0c0f32;
    color: #fff;    
}

.form_data {
    padding: 25px 20px 20px;
    border: 1px solid #ddd;
    background: #ececec42;
}

div#saveEvents .row {
    margin-bottom: 50px;
}

.form_data table,
.form_data td,
 .form_data tr {
    border: 1px solid #fff !important;
    text-align: left;
}

.form_data table {
    background: #ececec;ac
}

.woocommmerce_notice h5 {
    margin: 0;
}

.woocommmerce_notice {
    padding: 15px;
    margin-bottom: 50px;
    box-shadow: 0 1px 2px 1px #ddd;
}

.afs54 p {
    margin-bottom: 15px;
}

.afs54 {
    margin-bottom: 50px;
}

div.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

div.item > span.item-rem {
    max-width: 15px;
    max-height: 15px;
    line-height: 1;
    cursor: pointer;
}

div.item > span.item-title {
    max-width: 70%;
}

.edit-products .product_list .edit-item {
    box-shadow: 0 1px 5px #858585;
    padding: 10px 20px;
    margin: 15px 0 20px;
    display: flex;
    justify-content: space-between;
}

.product_list.loading::before {
    content: '';
    position: absolute;
    background: #f1f2f361;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.product_list.loading::after {
    content: '';
    position: absolute;
    transform: translate(-3px,3px);
    -webkit-animation: spin .5s linear infinite;
    -moz-animation: spin .5s linear infinite;
    animation: spin .5s linear infinite;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: rgba(241, 242, 243, 0); display: block;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%23ff4e02' stroke-width='13' r='35' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='0.3759398496240602s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
    background-size: contain;
    width: 25px;
    height: 25px;
    left: calc(50% - 12.5px);
    top: calc(50% - 12.5px);
    background-repeat: no-repeat;
}

.product_list.loading {
    position: relative;
}

.proceed {
    text-align: right;
}

.page-template-page-editawards .coupon,
.page-template-page-editawards button[name="update_cart"],
.page-template-page-editawards .grve-cart-update-button,
.page-template-page-editawards td.product-quantity,
.page-template-page-editawards th.product-quantity,
.page-template-page-editawards .grve-empty-cart a.grve-link-text.grve-text-primary-1.grve-text-hover-black {
    display: none !important;
}

form.woocommerce-cart-form tbody tr:last-child td {
    border: none !important;
    padding: 0 !important;
}

.dsfhi49-i {
    display: flex;
    justify-content: space-between;
    margin: 1.5em 0 1.5em;
}

.dsfhi49-i a {
    font-size: 16px;
    padding: 5px 15px;
    background: #fd7f24;
    color: #fff;
    border: 1px solid #fd7f24;
    transition: 0.2s;
}

.dsfhi49-i a:hover {
    background: transparent;
    color: #fd7f24;
}