/** 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: 1.5rem;
    margin-top: .5rem;
    min-width: 240px;
    height: 40px;
    border-radius: 4px;
    background-color: #000;
    outline: 1px solid #757575;
    outline-offset: -1px;    
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .17px;
    text-transform: capitalize;
    color: #fff;
    transition: all .17s ease-in;
}
    html.light .crs_cbtn {
        background-color: #ececec;
        outline: 1px solid #d2d2d2;
        color: #232323;
    }
    .crs_cbtn:hover {
        background-color: #222;
        color: #fff
    }

.ASRC-popup-wrap {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    z-index: 1051;
}

.ASRC-popup-wrap.modal-content .popup-close {
	z-index: 1;
	text-align: center;	
    padding-top: 2px;
}

.ASRC-popup-wrap .modal-header {
    padding: 0
}

.ASRC-popup-wrap .modal-body {
    padding: 30px;
    display: flex;
    justify-content: space-between;
}

.ASRC-popup-wrap h2 {    
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;    
    text-align: left;
    color: #2d6cbd;
    padding-left: 15px;
    margin: 8px 0;
    line-height: 30px;
    letter-spacing: .5px;
}

.ASRC-popup-wrap:has(#onclickcalculateid[disabled]) h2 {
    opacity: .5
}

.ASRC-form-left,
.ASRC-shipping-rates {
    width: 47%;
    display: inline-block;
    vertical-align: top;
}

.ASRC-form-left .ASRC-field label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #8c8d91;
    margin-bottom: 5px;
    
}

.ASRC-field input[type="text"], 
 .ASRC-field select {
	height: 40px;
	width: 100%;
	padding: 0 0 0 10px;
	background-color: #dedede;
    border: none
}

html.light .ASRC-field input[type="text"], 
 html.light .ASRC-field select {
	background-color: #fbfbfb;   
}

.ASRC-field {
    margin-bottom: 15px;
}

.ASRC-field span {
	padding-right: 15px;
	font-size: 14px;
	color: #8c8d91;
	font-weight: 600;
}

.ASRC-submit-field input {
    height: 40px;
	width: 100%;
	background: #2d6cbd;	
}

.ASRC-form-left p.h3 {
	color: #fbfbfb;
}
html.light .ASRC-form-left p.h3 {
	color: #232323;
}
.ASRC-shipping-rates p.h3 {
    color: #2d6cbd }

.ASRC-form-left p,
 .ASRC-shipping-rates p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #8c8d91;
    margin: 10 0;
}

.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 #8c8d91;
        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,#285ea4,#2d6cbd,#285ea4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: flush 35s linear infinite;
}

@keyframes flush {
    to {
        background-position: 500vh;
    }
}

.overlay {  
    opacity: .977;
    width: 100%;
    height: 100%;
}

.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 #8c8d91;
    }

.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(340deg, transparent 40%, rgba(1, 7, 15, .922), rgba(1, 7, 15, .922))
}

html.light .ASRC-popup-wrap .modal-footer {
	background: linear-gradient(340deg, transparent 40%, rgba(237, 243, 251, .922), rgba(237, 243, 251, .922));
}