a.out-of-stock {
    background: #eee;
    padding: 0;
    border: #eee;
    pointer-events: none;
}

.updateCart i {
    font-size: 17px !important;
    color: #4a4f55;
    cursor: pointer;
}

.overlayDiv-editSec .number {
    width: 53% !important;
}

.notify {
    z-index: 99999999999999;
}

.notify .notify-close-btn {
    padding: 10px;
}

.select {
    width: 100%;
}

.select>ul {
    list-style: none;
}

.select ul li.option {
    background-color: #DEDEDE;
}

.select ul li {
    cursor: default;
}

span.stroke {
    text-decoration: line-through;
}

.fig_sec .figure_block {
    position: relative;
}

.figure_block .ribbon {
    position: absolute;
    right: 10px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.figure_block .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#1dd220 0%, #3c763d 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.figure_block .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #F4461B;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #F4461B;
}

.figure_block .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #F4461B;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #F4461B;
}

.dropdownListValue li:nth-child(1):before {
    content: "";
    margin: 0 0.5em;
    display: inline-block;
    border: 7px solid transparent;
    border-top: 8px solid #000;
    border-bottom: 0 none;
    position: absolute;
    right: 0;
    top: 29px;
}

/*****************quantity input*********************/
.cart_quantity {
    margin-bottom: 10px;
}

.cart_quantity input,
textarea {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
}

.cart_quantity input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.cart_quantity input::-webkit-outer-spin-button,
.cart_quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

.cart_quantity .input-group {
    clear: both;
    margin: 15px 0;
    position: relative;
}

.cart_quantity .input-group input[type='button'] {
    background-color: #eeeeee;
    min-width: 38px;
    width: auto;
    transition: all 300ms ease;
}

.cart_quantity .input-group .button-minus,
.cart_quantity .input-group .button-plus {
    font-weight: bold;
    height: 38px;
    padding: 0;
    width: 38px;
    position: relative;
}

.cart_quantity .input-group .quantity-field {
    position: relative;
    height: 38px;
    left: -6px;
    text-align: center;
    width: 62px;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 5px;
    resize: vertical;
}

.cart_quantity .button-plus {
    left: -13px;
}

.cart_quantity input[type="number"] {
    -moz-appearance: textfield !important;
    width: 60px;
}

.cart_quantity input[type="button"] {
    background: #f4b233;
    color: #000;
    padding: 10px 15px;
}

.pac-container {
    z-index: 9999999;
}

div#pic_response_msg {
    margin-top: 15px;
}

ul#ulGenres {
    width: 100%;
}

.single_beer_sec_1 .fig_sec .detail_block .desc h1 {
    font-size: 30px;
    margin: 0;
    font-family: "Leviathan-HTF-Black";
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.nxtgetstore {
    color: initial;
    font-size: 13px;
    font-weight: 700;
}

.nxtgetstore span {
    color: #D06F1A;
    font-size: 25px;
    margin: -7px 0px 0px 15px;
    position: absolute;
}

.mt15 {
    margin-top: 15px;
}

.stockInfoDetSec .closet_store .store_row:nth-child(6) {
    display: block !important;
}

.pdpInventorySvg {
    width: 55px;
    margin: auto;
}

.pdpInventoryLoad p {
    font-size: 13px;
}

.pdpInventoryLoad {
    text-align: center;
}

.search_input {
    float: left;
    position: relative;
    width: 45%;
    padding: 0px 12px;
    min-width: auto;
    display: inline-block;
}

input#store_pc_city {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #d6d6d6;
    padding: 8px 50px 8px 15px;
    line-height: normal;
    height: 50px;
}

button.search_store_btn_page {
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 19px;
    top: 10px;
    background: #f4b233;
    border-radius: 50%;
}

button.pop_search_store_btn_page {
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 20px;
    top: 7px;
    background: #f4b233;
    border-radius: 50%;
}

div#available_stores_popup .modal-dialog {
    width: 1000px;
    max-height: calc(100vh - 80px);
    margin: auto 0 !important;
    background: #f5f5f5;	
    border-radius: 6px;
}

div#available_stores_popup .page-store-locator {
    padding-top: 25px;
}

div#available_stores_popup a.save_this_store {
    color: #000 !important;
}

input#pop_store_pc_city {
    width: 100%;
    border-radius: 45px;
    border: 1px solid #d6d6d6;
    padding: 8px 50px 8px 15px;
    line-height: normal;
    height: 45px;
}

span.pstore_address {
    padding: 15px;
}

div#available_stores_popup .modal-header {
    border-bottom: none;
}

.loading-overlay {
    display: none;
    background: rgba(26, 26, 26, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.loading-overlay-image-container {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-overlay-img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.store_section {
    display: flex;
    font-size: 11px;
}

.store_row {
    padding-right: 10px;
}

.store_info_1 {
    border-top: 1px solid #ccc;
    padding: 15px 12px;
    height: 90px;
}

div#available_stores_popup .closet_store {
    display: block;
    padding: 12px;
}

.pdp_pagination a {
    padding: 7px 12px 5px 12px;
    border: 1px solid #ddd;
    font-size: 12px;
    border-left: 0;
    background: white;
    color: #f4b233;
}

a.load_class {
    color: #4a4f55;
}

div#available_stores_popup .modal-header .close {
    margin-top: -50px;
    width:20px;
    height:20px
}

div#available_stores_popup .modal-title {
    margin: 10px;
    font-family: "Gotham-Bold";
    font-size: 26px;
    line-height: 1.2;
    margin-top: 20px;
}

div#available_stores_popup .modal-header {
    padding-bottom: 0px;
}

div#available_stores_popup .search_input {
    width: 41%;
    margin-bottom: 15px;
}

div#available_stores_popup .poppage-store-locator {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0 12px 0;
}

.popstore-featured-row {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 7px;
}


.popstore-feature-main {
    display: flex;
    flex: 0 2 70%;
    align-items: center;
    width: 70%;
    flex-wrap: wrap;
    font-size: 9px;
    margin-left: 12px;

}

.popstore-feature-heading {
    color: #000000;
    font-size: 11.5px;
    font-family: Gotham-Bold;
    line-height: 14px;
    margin-right: 29px;
    width: auto;
}



.popfeatured-info-outer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.popstore-featured-info {
    width: auto;
    flex: 0 0 auto;
    align-items: center;
    margin-right: 8px;
    -webkit-box-flex: 0;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}

.popstore-feature-main {
    flex: 0;
    display: block;
    height: 18px;
}

.popstore-featured-info .popfeatured-info-title {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-left: 5px;
    color: #4a4f55;
    flex: 0 0 auto;
    width: auto;
}

img.popfeatured-info-img {
    flex: 0;
    display: block;
    height: 18px;
}

a.load_class.active {
    color: #f4b233;
}

#available_stores_popup .poppage-store-locator .popstore-feature-heading {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 20px;
}

#available_stores_popup .popstore-feature-main {
    flex: unset;
    display: inherit;
    width: auto;
    align-items: flex-start;
    height: auto;
}

div#available_stores_popup .poppage-store-locator {
    display: flex;
}

#available_stores_popup .modal-content {
    background-color: #f5f5f5;
    max-height: calc(100vh - 80px);
    box-shadow: none;	
    border: 0;
}

#available_stores_popup .modal-title {
    font-weight: 700;
}

#available_stores_popup .poppage-store-locator .popstore-featured-info {
    margin-right: 31px;
    margin-bottom: 10px;
    width: 12%;
}

#available_stores_popup .row {
    margin: 0;
    border-bottom: 1px solid #ccc;
}

#available_stores_popup .row .store_info_1 {
    padding-left: 0;
}

#available_stores_popup .closet_store {
    border: 0;
}

#available_stores_popup .pdp_pagination a:first-child {
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #ddd;
}

#available_stores_popup .pdp_pagination a.pageno1.active {
    border-left: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
}

#available_stores_popup .pdp_pagination a:last-child {
    border-radius: 0 4px 4px 0;
}

#available_stores_popup .pagination {
    margin: 5px 15px 20px 15px;
}

#available_stores_popup .modal-body {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}

#available_stores_popup .pdpModelLoader {
    min-height: 487px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}
#available_stores_popup button.close {	
    position: absolute;	
    top: 20px;	
    right: 20px;	
    margin-top: 0 !important;	
}
#available_stores_popup .pdpModelLoader .modal-body {
    overflow: hidden;
}

#available_stores_popup .closet_store::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f1f1f1;
}

#available_stores_popup .closet_store::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #888;
}

#available_stores_popup .closet_store::-webkit-scrollbar-thumb:hover {
    background: #555;
}
#available_stores_popup .nostoreavailable{
    text-align: center;
    padding: 31px 0px;
}
@media(max-width:1119px) {
    div#available_stores_popup .modal-dialog {
        width: 98%;
    }

    #available_stores_popup .popfeatured-info-outer {
          flex-wrap: wrap;
    }
    #available_stores_popup .modal-body {	
        overflow-y: scroll;	
    }
}

@media(max-width: 767px) {
    #available_stores_popup .popfeatured-info-outer {
        flex-wrap: wrap;
        gap: 10px;
        display: flex;
    }

    div#available_stores_popup .search_input {
        width: 100%;
    }

    #available_stores_popup {
        width: 96%;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
        overflow: hidden;
    }

    div#available_stores_popup .modal-dialog {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 20px 0 0;	
        max-height: calc(100vh - 20vh);	
        overflow: hidden;
    }

    #available_stores_popup .modal-dialog .pdp_pagination a {
        float: left;
    }

    #available_stores_popup .popstore-feature-main {
        height: auto;
        flex-wrap: wrap;
    }

    #available_stores_popup .popstore-featured-info {
        margin-right: 15px;
        margin-bottom: 5px;
        flex-basis: 20%;
           flex: 0 0 20%;
    }
    #available_stores_popup .popstore-featured-info .popfeatured-info-img {
        min-width: 30px;
        object-fit: contain;
    }
    #available_stores_popup .pagination {
        margin-bottom: 60px;
    }
    #available_stores_popup .pdpModelLoader {	
        height: 100%;	
        min-height: 100%;	
    }	
    #available_stores_popup .modal-content{	
        border-radius: 6px;	
        max-height: 100%;	
        overflow-y: auto;	
        	
    }
    #available_stores_popup .store_info_1 {
        height: auto;
    }
    #available_stores_popup .modal-body {
        max-height: calc(100vh - 0px);
    }
    #available_stores_popup .zerostore {
         height: 100%; 
    }
    #available_stores_popup .poppage-store-locator .popstore-featured-info {
        margin-right: 0px;
        flex: unset;
        width: 48%;
    }
    #available_stores_popup .modal-content {
        height: 100%;
    }
    .inventoryResultsPopup {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    div#available_stores_popup .closet_store {
        display: flex;
        flex-grow: 1;
        align-items: center;
    }
    #available_stores_popup .row {
        width: 100%;
    }
}

@media(max-width: 480px) {

    #available_stores_popup .poppage-store-locator .popstore-feature-heading {
        margin-bottom: 18px;
    }

    #available_stores_popup .popfeatured-info-outer .popfeatured-info-img {
        width: 20px;
        flex: 1;
        object-fit: contain;
        object-position: left;
    }

    #available_stores_popup .popstore-featured-info .popfeatured-info-title {
        flex: 6;
        margin-left: 5px;
    }

    #available_stores_popup .popstore-feature-icons .popstore-featured-info {
        width: auto;
    }
    #available_stores_popup button.close {	
        top: 20px;	
    }
    #available_stores_popup .modal-body {	
        max-height: calc(100vh - 270px);	
    }
    #available_stores_popup .poppage-store-locator .popstore-featured-info {	
        margin-right: 0px;	
        flex: unset;	
        width: 48%;	
    }
}
@media(max-width: 331px) {
    .popstore-featured-info .popfeatured-info-title {
        font-size: 11px;
    }

    #available_stores_popup .popfeatured-info-outer .popfeatured-info-img {
        width: 16px;
    }
}
	
@media screen and (min-width: 768px) and (max-width: 991px) {
    #available_stores_popup .popstore-feature-main {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        flex: 0 2 100%;
        font-size: 9px;
        margin-left: 12px;
        flex-wrap: unset;
        height: auto;
    }
 #available_stores_popup .poppage-store-locator .popstore-featured-info img{
        min-width: 30px;
        object-fit: contain;
    }
    #available_stores_popup .popfeatured-info-outer {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
    }

    #available_stores_popup .poppage-store-locator .popstore-featured-info {
        margin-bottom: 10px;
        margin-right: 25px;
        flex-basis: 20%;
    }
}