.product-modifiers-list {
    width: 100%;
}

.product-modifiers-list > ul {
    list-style: none; 
    width: 100%; 
    float: left;
    margin: 0;
}

.product-modifiers-list > ul > h4 {
    font-size: 16px;
    text-transform: initial;
    text-decoration: underline;
}

.product-modifiers-list > ul li label {
    font-size: 13px;
}

.product-modifiers-list > ul li label > input {
    margin-right: 6px;
}

.ram-modal {
    display: block; 
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,.7);
}

.ram-modal.bg-full-size {
    background-image: url(../../../uploads/2018/11/bg-store-selection.jpg);
    background-size: cover;
    background-position: center center;
}

.ram-close {
    color: #666;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 15px;
}

.ram-close:hover,
.ram-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.ram-modal-header {
    padding: 2px 16px;
    background-color: #e0e0e0;
    color: #666;
}

.ram-modal-header h3 {
    color: #666;
    padding: 15px;
    margin: 0;
}

.ram-modal-body {
    padding: 15px 25px;
    overflow-x: hidden;
    overflow-y: auto;    
    max-height: 300px;
}

.ram-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5),0 6px 20px 0 rgba(0,0,0,0.49);
    animation-name: animatetop;
    animation-duration: 0.4s;
    top: 20%;
    border-radius: 10px;
}

.ram-modal-content input[type=text] {
    width: 95%;
    display: block;
    margin-bottom: 0;
    background: #e0e0e0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 25px;
    text-align: center;
}

.ram-modal-content button {
    padding: 10px 30px;
    display: block;
    width: 95%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.ram-modal-content button i {
    margin-left: 25px;
}

.ram-modal-content button:hover {
    background: #cc1231;
}

.ram-modal-footer {
    padding: 10px 15px;
    background-color: #e0e0e0;
    color: #666;
    overflow: hidden;
}

.ram-modal-footer button {
    display: inline;
    width: auto;
    float: right;
    border-radius: 10px;
}

.ram-modal-footer button.disabled, input[type=submit].disabled {
    background: gray;
}

.ram-accordion h4.modfiers-class-name {
    border: 1px solid gray;
    background: #e5e5e5;
    padding: 15px;
    cursor: pointer;
}

.ram-accordion ul.ram-modifiers-selector {
    display: none; 
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.d-none {
    display: none !important;
}

.ram-spin {
    -webkit-animation: dash-spin 2s infinite linear;
    animation: dash-spin 1s infinite linear;
}

@-webkit-keyframes dash-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

button.store-change {
    border-radius: 10px;
    padding: 7px 15px;
    background: #e0e0e0;
    color: #666;
    margin-left: 15px;
}

div.store-alert {
    color: #383d41;
    background-color: #bfbfbf;
    border-color: #d6d8db;
    text-align: center;
}

div.store-alert p {
    text-align: center;
}

#searchedStores i.ram-spin {
    display: block;
    text-align: center;
}

#searchedStores h4 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-rewards a:before {
    content: "\f09d";
}

.kRamRevelCardApply {
    background: #e5e5e5;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    transition: all .5s ease-in-out;
}

.kRamRevelCardApply:hover {
    background: #cccccc;
    border: 1px solid #cccccc;
}

.kRamRewardsCardForm {
    width: 100%;
    display: block;
    position: relative;
}

.kRamRewardsCardForm input[type=text] {
    width: 50%;
    margin: auto;
}

.kRamRewardsCardForm input[type=submit] {
    padding: 8px 25px;
    display: block;
    margin-top: 5px;
}

.kram-loader {
    -webkit-animation: dash-spin 2s infinite linear;
    animation: dash-spin 1s infinite linear;
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: 6px;
}

.kram-loader:before {
    content:'\f2f1';
}

.revel-card-checked {
    display: inline-block;
    margin-left: 6px;
}

input[readonly] {
    background: #e7e7e7;
}

.ram-modifiers-selector input[readonly] {
    text-align: center;
    width: 30px;
    height: 30px;
    float: left;
    padding: 0;
}

.ram-modifiers-selector > li label {
    float: left;
    margin-right: 15px;
}

.ram-modifiers-selector > li .ram-bt-selector {
    float: right;
}

.ram-modifiers-selector > li button.ram-mod-qty {
    width: 30px;
    height: 30px;
    float: left;
    background: #cea668;
    border-color: #cea668;
    color: white;
    padding: 0 !important;
}

.ram-modifiers-selector > li {
    border: 1px dotted gray;
    padding: 15px;
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
    flex-direction: column !important;
}

form.checkout.woocommerce-checkout .col2-set .col-1 {
    flex: none;
    max-width: 100%;
}

@media screen and (max-width: 600px) {
    .ram-modal-content {
        width: 90%;
        top: 10%;
    }
}