#results {
    width: 100%;
    margin-top: 50px;
}
#shippingTimeNote blockquote {
    margin: 1em 0;
}

.full-width {
    width: 100%;
    float: left;
}
.quarter-width {
    display: block;
    width: 23%;
    float: left;
}
.quarter-width:not(:first-child):not(:last-child) {
    padding-left: 20px;
    padding-right: 20px;
}
.size-input {
    width: 30px;
    float: left;
}
.x-sign {
    float: left;
    margin-top: 7px;
    margin-left: 7px;
    margin-right: 7px;
}

.courier-block {
    float: left;
    padding: 10px 10px 0 10px;
    text-align: center;
    height: 220px;
    width: 190px;
    margin: 20px;
    color: #000;
    background: url(/templates/frontend/static/img/tpl/bg_patern1.jpg) repeat;
    border: 2px solid #1b4062;
    box-shadow: 10px 5px 5px #1b4062;
    border-radius: 10px;
}

.courier-block h2 {
    color: #000;
}

h2.delivery-cost {
    margin-top: 20px;
}

.shipping-note {
    margin-top: 10px;
    height: 30px;
}

.form-control {
    display: block;
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    text-transform: none;
}

input, select {
    color: #000;
    font-size: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select {
    width: 100%;
}

.empty-note {
    margin-top: 20px;
    width: 100%;
    float: left;
}

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
