/*
#shipvalida_container {
    position: relative;
	    width: 100%;
	    height: 100%;
	    left: 0;
	    top: 0;
	    z-index: 999998;
	    display: flex;
	    align-items: center;
	    justify-content: center;
}

#shipvalida_shadow {
	    background-color: rgba(0, 0, 0, 0.4);
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    z-index: 99999;
}

#shipvalida_popup {
	    max-width: 650px;
    height: 280px;
    position: fixed;
	    z-index: 999999;
    width: 100%;
    max-height: 100vh;
    zoom: 1;
	    background-color: #FFFFFF;
	    border-radius: 10px;
    overflow: unset !important;
}

#shipvalida_popup .select2-dropdown {
    z-index: 1000000;
}
*/




.dt-overlay {
    display: flex;
	position: fixed!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999998;
    align-items: center;
    justify-content: center;
}
.dt-overlay:target {
    display: block;
}

.rbcs-popup {
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    max-width: 1080px;
    position: relative;
    transition: all 1s ease-in-out;
    z-index: 9999999;
    border-radius: 10px;
}

/*
.rbcs-popup h2 {
    font-size: 1.2em;
}
*/
.rbcs-popup .close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}
.rbcs-popup .close:before,
.rbcs-popup .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #000000;
}
.rbcs-popup .close:before {
    transform: rotate(45deg);
}
.rbcs-popup .close:after {
    transform: rotate(-45deg);
}
.rbcs-popup .close:hover {
    opacity: 1;
}



.rbcs-popup .content {
    max-height: 30%;
    overflow: auto;
}
.rbcs-popup ul li.product {
    width: 22.5%!important;
    margin-right:2%!important;
}
.links {
    margin-bottom: 15px;
}
.cross-sells-added-thumb {
    float: left;
}
.cross-sells-added-thumb img {
    max-width:100px;
}
.cross-sells-added-title {
    float: left;
}
