/** color: {$asrc_btntextcolor|escape:'htmlall':'UTF-8'};
 *  font-size: {$ASRC_btnFntsize|escape:'htmlall':'UTF-8'}px;
 *  background-color: {$asrc_btnbgcolor|escape:'htmlall':'UTF-8'};
 *
 */
.quickview 
 .crs_cbtn_button_block {
	display: none;
	visibility: hidden;
}
.crs_cbtn {
	margin-bottom: .5rem;
	margin-top: .5rem;
	min-width: 200px;
	height: 37px;
	background-color: #000;
	outline: 1px solid #000;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #fff;	
	transform: matrix(1,0,-.08,1,0,0);
	transform-origin: center;
    transition: all .17s ease-in;
}
    .crs_cbtn:hover {
        background-color: #222;
        color: #fff
    }

.ASRC-popup-wrap {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    z-index: 1051;
}

#product:has(#crs_popupid[style="display: block;"]) .product-container > div:last-child {
    z-index: 1043
}

.ASRC-popup-wrap.modal-content .popup-close {
	z-index: -1;
	text-align: center;
	padding-top: 40px;
	width: 3px;
}

.ASRC-popup-wrap .modal-header {
    padding: 0
}

.ASRC-popup-wrap .modal-body {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px 0;
    background-color: rgba(217, 217, 217, .922);
}

.ASRC-popup-wrap h2 {
    font-weight: 600;
    font-size: 1.123rem;
    text-transform: uppercase;
    text-align: left;
    color: #24b9d7;
    padding-left: 15px;
    margin: 8px 0;
    line-height: 30px;
    letter-spacing: .5px;
}

.ASRC-popup-wrap:has(#onclickcalculateid[disabled]) h2 {
    opacity: .5
}

.ASRC-popup-wrap [type="radio"] {
	margin-right: .5rem;
}

.ASRC-form-left,
.ASRC-shipping-rates {
    width: 47%;
    display: inline-block;
    vertical-align: top;
}

.ASRC-form-left .ASRC-field label {
    display: block;
    margin-bottom: 5px;    
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: left;     
}
html.dark .ASRC-form-left .ASRC-field label {
    color: #d7d7d7;   
}

.ASRC-field input[type="text"], 
 .ASRC-field select {
	height: 40px;
	width: 100%;
	padding: 0 0 0 10px;	
    border: none
}

.ASRC-field {
    margin-bottom: 15px;
}

html.dark .ASRC-field span {
	color: #d7d7d7;
}

.ASRC-field span {
	padding-right: 15px;
    font-size: 14px;
    font-weight: 600
}

.ASRC-submit-field input {
    height: 40px;
	width: 100%;
	background: #24b9d7;	
}

.ASRC-form-left p.h3 {
	color: #232323;
}

html.dark .ASRC-form-left p.h3 {
	color: #fbfbfb;
}

.ASRC-shipping-rates p.h3 {
    color: #24b9d7
}

.ASRC-form-left p,
 .ASRC-shipping-rates p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #d7d7d7;
    margin: 10 0;
}

.ASRC-shipping-rates p.alert {
	color: #232323;
}

.ASRC-shipping-rates {
    text-align: center;
    overflow-y: scroll;
    height: 380px;
}

.ASRC-shipping-rates ul {
    padding: 0;
    list-style: none;
    padding-top: 7px;    
}

    .ASRC-shipping-rates ul:has(.ASRC-data) {    
        border: 1px solid #d7d7d7;
        margin-right: 5px;
    }

.ASRC-shipping-rates ul li {
    font-size: 45px;    
    line-height: 55px;   
    margin: 5px 0
}

.ASRC-shipping-rates ul li i {
	background-image: linear-gradient(to right,#20a1bb,#24b9d7,#20a1bb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: flush 35s linear infinite;
	opacity: .8;
}

@keyframes flush {
    to {
        background-position: 500vh;
    }
}

.overlay.modal-backdrop {
    background: transparent;
    backdrop-filter: contrast(1.3) brightness(.9);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

html.dark .overlay.modal-backdrop {
    background-color: rgba(175, 176, 176, .922)
}

.ASRC-shipping-detail .ASRC-data {
    padding: 10 15px;
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

    .ASRC-shipping-detail .ASRC-data:nth-child(4) {
        border-bottom: 1px dashed #d7d7d7;
    }


.ASRC-shipping-detail ul li {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    margin: 0 15px 20px 15px
}

.ASRC-shipping-detailalert {
    margin: 152px 0 0 0px;
    padding: 0 8px 0 7px;
}

.ASRC-popup-wrap .modal-footer {
    border: 0;
    background: linear-gradient(275deg, transparent 40%, rgba(217, 217, 217, .922), rgba(217, 217, 217, .922));
    padding: 10px 15px
}

html.dark .ASRC-popup-wrap .modal-footer { 
    background: linear-gradient(300deg, transparent 40%, rgba(37, 39, 45, .922), rgba(37, 39, 45, .922));   
}
