/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

body .checkout-pg-sec .tic-checkout__sidebar .variation-Whitegloveinformation:first-child,
body .checkout-pg-sec .tic-checkout__sidebar .variation-Additionalinformation:first-child{
    font-weight : 600;
}

.pro-convelio-sec {
    margin-bottom: 15px;
}

#calculate-shipping-btn {
    margin-bottom: 10px;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 500;
}
.vsz-convelio-shipped-from {
    font-weight: 600;
}
#convelio-other-shipping-btn {
    margin-top: 10px;
}
.convelio-other-shipping-form .form-group label.vsz-ship-label {
	padding-left: 30px;
    display: block;
    margin: 5px 0 0;
	position: relative;
}
.convelio-other-shipping-form .form-group label.vsz-ship-label:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    display: inline-block !important;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}
.convelio-other-shipping-form .form-group label.vsz-ship-label:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    background: #000;
    display: inline-block !important;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 6px;
    opacity: 0;
}
.convelio-other-shipping-form .form-group input[type=radio]:checked + label.vsz-ship-label:after {
    opacity: 1;
}
.convelio-other-shipping-form .form-group input[type=radio] {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    left: 0;
    top: 0;
    opacity: 0;
    border: 0;
	margin:0;
}
