.container-fluid {
    width: 80%;
}

#main-section {
    padding: 2rem;
    min-height: 40rem;
}

#your-preorder {
    margin-top: 1rem;
}

#saved-later {
    margin-top: 2rem;
}

#main-section .cart-header {
    margin-top: 2rem;
}
#main-section .cart-header h3 {
    color: #545454;
}

#main-section .cart-header h2 {
    color: #545454;
}

#main-section .cart-header span {
    font-weight: 700;
    color: #4f4f4f;
}

#preorder-shipping-options,
#cart-shipping-options,
#cycle-shipping-options {
    margin: 1rem 1rem 0 1rem;
}

#preorder-shipping-options input,
#cart-shipping-options input,
#cycle-shipping-options input {
    margin-right: .5rem;
    height: 1.2rem;
    width: 1.2rem;
}

#preorder-shipping-options h4,
#cart-shipping-options h4,
#cycle-shipping-options h4 {
    font-size: 1.2rem;
}

#preorder-shipping-options .col-6,
#cart-shipping-options .col-6,
#cycle-shipping-options .col-6 {
    display: flex;
}

#cycle-header i {
    color: #545454;
}

#cycle-header i:hover {
    color: #5a5a5a;
    transform: scale(1.1);
    transition: 0.05s cubic-bezier(0, .79, 1, .27);
    -o-transition: 0.05s cubic-bezier(0, .79, 1, .27);
    -ms-transition: 0.05s cubic-bezier(0, .79, 1, .27);
    -moz-transition: 0.05s cubic-bezier(0, .79, 1, .27);
    -webkit-transition: 0.05s cubic-bezier(0, .79, 1, .27);
}

#main-section .divider {
    height: 4px;
    width: 100%;
}

#main-section .sm-divider {
    height: 1px;
    width: 100%;
}

#main-section .product-card {
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    padding: 1rem;
    margin: 1rem 0;
}

#main-section .product-card .col-2 {
    display: flex;
}

#main-section .product-card img {
    max-height: 12rem;
    max-width: 8rem;
    width: 100%;
    margin: auto;
    display: flex;
}

#main-section .product-title h3 {
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#main-section .product-creator span {
    color: #026CD0;
}

.product-creator p {
    font-size: 15px;
}

.product-price .col-12 {
    padding: 0;
}

.item-price p {
    margin: 0;
}

.price-details {
    display: flex;
    align-items: baseline;
    min-height: 4rem;
}

.item-discount {
    font-size: 1rem;
}

.item-sale {
    display: flex;
    align-items: center;
    text-align: center;
    color: #da0e0e;
    border-radius: 5px;
    border: 2px solid #da0e0e;
    font-weight: 700;
    padding: .2rem;
    margin: 0 1rem;
}

.product-price select {
    border-radius: 5px;
    min-width: 20%;
    padding: .2rem;
    margin: .5rem 0;
}

.cart-options {}

.cart-qty .col-7 {
    text-align: right;
    align-items: center;
    display: flex;
}

.cart-qty select {
    width: 100%;
}

.shipping-options {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.shipping-options .col-12 {
    margin: .5rem 0;
}

.shipping-options h3 {
    padding: 0;
    margin: 0;
    font-size: 1rem;
}

.shipping-options i {
    padding: 0 1rem;
}

.shipping-options input {
    transform: scale(1);
    width: 1.2rem;
    height: 1.2rem;
}

.cart-item-options {}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 100%;
}

.ship-with-pulllist .col-12 {
    padding: 0 !important;
}

.ship-with-pulllist button {
    width: 100%;
    font-size: 14px;
    text-align: right;
}

.cart-item-options .col-6 {
    padding: 0;
    text-align: right;
}

.cart-item-options button {
    background: 0;
    border: 0;
    color: #026CD0;
    font-weight: 600;
    width: 100%;
    text-align: right;
    font-size: 12px;
}

.cart-item-options button:hover {
    background: 0 !important;
    color: #0e4f97;
    cursor: pointer;
}

.release-date {
    color: #e03300;
    font-size: 18px;
}

#checkout-section {
    margin: 4rem 2rem;
    padding: 2rem;
    background-color: white;
    border-radius: 5px;
    flex: 0 0 28.333333%;
    max-width: 28.333333%;
    height: 10%;
}

#shipping-progress {
    margin: auto;
    display: flex;
}

#shipping-progress .row {
    display: flex;
    align-items: center;
}

#shipping-progress span {
    font-size: 1rem;
    font-weight: bold;
}

#shipping-progress {
    text-align: center;
}

#shipping-progress .progress {
    width: 100%;
    padding: 0;
}

#shipping-progress .progress_value {
    padding: 0 1rem;
}

.free-shipping-label {
    text-align: center;
}

.free-shipping-label h2 {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.pricing .col-8,
.pricing .col-4 {
    margin: 0;
}

.pricing dd,
.pricing dt {
    display: inline;
}

.pricing h3 {
    color: #545454;
    font-size: 14px;
    display: inline;
    text-align: left;
}

.pricing .col-4 {
    align-items: center;
    font-weight: 700;
    text-align: right;
}

.pricing p {
    font-size: 14px;
    font-weight: 600;
    color: #545454;
    height: 100%;
    display: inline;
    float: right;
}

.pricing .col-4 p {
    font-size: 14px;
    height: 100%;
}

.checkout-inputs {
    padding: 1rem 0;
}

.invalid {
    font-size: .8rem;
    font-weight: 400;
    padding: 0 .5rem;
}

.checkout-inputs h3 {
    color: #545454;
}

.checkout-inputs input {
    border-radius: 5px;
    border-style: solid;
    border-color: #c3c3c3;
}

.checkout-inputs .col-10,
.checkout-inputs .col-2 {}

.checkout-inputs input {
    width: 100%;
    border-radius: 5px;
    padding: .2rem;
}

.checkout-inputs button {
    height: 100%;
    align-items: center;
    display: flex;
    border-radius: 5px;
    color: #026CD0;
    border-color: #026CD0;
    background-color: white;
    font-weight: 700;
}

.checkout-inputs button:hover {
    color: white;
    border-color: #026CD0;
    background-color: #026CD0;
}

#captcha div {
    margin: auto;
}

.giftcard h4 {
    font-size: 14px;
    margin: 0;
}

#gift-card-form button {
    margin: 1rem;
    width: 100%;
    height: 3rem;
    font-weight: 700;
    font-size: 1rem;
    color: #026CD0;
    background-color: white;
    border: 2px solid #026CD0;
    border-radius: 5px;
}

#gift-card-form button:hover {
    color: white;
    background-color: #026CD0;
    border: 2px solid #026CD0;
}

#price-total h3 {
    color: #545454;
}

#price-total p {
    font-size: 1.2rem;
    font-weight: 700;
    float: right;
}

#checkout button {
    width: 100%;
    margin: 1rem;
    padding: .5rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    background-color: #026CD0;
    border: 2px solid #026CD0;
    border-radius: 5px;
}


#checkout #cancel {
    color: #da0e0e;
    border: 3px solid #da0e0e;
    background-color: white;
    font-weight: 700;
    text-align: center;
    align-items: center;
    border-radius: 5px;
}

#checkout #cancel:hover{
    color: white;
    background-color: #da0e0e !important;
}

#paypal img {
    margin: auto;
}

#cycle-help-dialog {
    /*    height: 0;*/
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
    margin: 15px 0px;
    background-color: white;
    -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
}

.show-cycle-help {
    color: black !important;
    height: auto !important;
    padding: 1rem;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
}

.show-cycle-help a {
    color: #026CD0;
}

#cls-cycle {
    position: relative;
    float: right;
    top: -10px;
    right: -5px;
}

#cycle-shipping-options p {
    font-size: 16px;
}

#shipping-calculator #ship-cost {
    width: 70%;
}

#shipping-calculator button {
    width: 20% !important;
    margin: 0;
    margin-left: 5%;
}

#infoModal .edit {
    color: #026CD0;
    font-weight: 700;
    background-color: white;
}

#infoModal .cancel {
    color: #da0e0e;
    font-weight: 700;
    background-color: white;
}

.unavailable p {
    font-size: 14px;
    margin-bottom: 2px;
    color: #545454;
}

.unavailable a p {
    color: #da370a;
}

#no-results {
    margin: auto;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    width: 97%;
    background-image: url(../images/helpful_gwen.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 1rem 0rem;
    -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
}

#no-results div {
    padding-left: 15rem;
}

#no-results h3 {
    font-weight: 700;
    font-size: 2rem;
}

#no-results a {
    color: #026CD0;
}

@media only screen and (max-width: 1680px) {
    .container-fluid {
        width: 85%;
    }
}

@media only screen and (max-width: 1580px) {
    .container-fluid {
        width: 95%;
    }
    .cart-options {
        padding-left: 0;
    }
    .cart-qty {
        width: 100%;
    }
    .cart-qty .col-5 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1440px) {
    .container-fluid {
        width: 100%;
    }
}

@media only screen and (max-width: 1400px) {
    #checkout-section {
        margin: 4rem 1rem;
    }
    #cart-shipping-options {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #main-section .product-card img {
        max-height: 10rem;
        max-width: 6rem;
        margin: auto;
        display: flex;
    }
    .cart-qty {
        width: 11rem;
    }
    #gift-input-pin {}
}

@media only screen and (max-width: 1280px) {
    .cart-qty .col-7 {
        font-size: .7rem;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .product-card .col-2 {
        padding: 0;
    }
    .product-card .col-7 {
        padding: 0 1.5rem;
    }
    #main-section .divider {
        display: block !important
    }
    #checkout button {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1200px) {
    #captcha {
        transform: scale(.9);
        margin-left: -25px;
    }
}

@media only screen and (max-width: 1024px) {
    .pricing h3 {
        color: #545454;
    }
    .pricing .col-4 p {
        height: 100%;
    }
    #checkout-section {
        padding: 1vw;
    }
    .checkout-inputs h3 {
        color: #545454;
        font-size: 14px;
    }
    .invalid {
        font-size: 12px;
    }
    .checkout-inputs .col-10 {
        flex: 0 0 70%;
    }
    .checkout-inputs .col-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    #captcha {
        transform: scale(.8);
        margin-left: -30px;
        padding: 0;
    }
}

@media only screen and (max-width: 900px) {
    #cart-section,
    #checkout-section,
    #save-section {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #checkout-section {
        background-color: white;
        border-radius: 5px;
        margin: 0;
        -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    }
    #gift-input-pin {
        width: 50%;
    }
    #captcha {
        transform: scale(1);
        margin-left: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .cart-header .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cart-qty .col-5 {
        padding-right: 0;
    }
    .checkout-inputs h3 {
        font-size: 2vw;
    }
    .invalid {
        font-size: 1.5vw;
    }
    #price-total p {
        float: right;
    }
    .item-discount {
        font-size: 12px;
    }
}

@media only screen and (max-width: 660px) {
    #main-section {
        padding: 2vw 0;
    }
    #preorder-shipping-options h4,
    #cart-shipping-options h4,
    #cycle-shipping-options h4 {
        font-size: 4vw;
    }
    #main-section .cart-header h2 {
        color: black;
    }
    #main-section .cart-header h3 {
        color: black;
    }
    #main-section .cart-header span {
        font-size: 5vw;
        font-weight: 400;
    }
    #main-section .divider {
        display: block !important;
        margin: auto;
        flex: 0 0 95%;
        max-width: 95%;
    }
    .product-card .col-2 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    #main-section .product-title h3 {
        font-size: 3.5vw;
    }
    #main-section .product-creator p {
        font-size: 3vw;
    }
    .cart-options {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .price-details {
        margin-right: 0;
        min-height: 0;
    }
    .product-card .cart-qty {
        margin-right: -15px;
        margin-left: -15px;
    }
    .product-card .item-sale {
        font-size: 3vw;
        margin-right: 0;
    }
    #checkout-section {
        margin-bottom: 0;
        margin-top: 2vw;
    }
    .cart-item-options .col-6:nth-child(1) {
        border: 0;
    }
    #cycle-shipping-options {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #cycle-shipping-options .col-4 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    #cycle-help-dialog {
        width: 90%;
    }
    .release-date {
        font-size: 3vw;
    }
    .pricing .col-8,
    .pricing .col-4 {
        margin: 1vw 0;
    }
    .free-shipping-label h3 {
        font-size: 3vw;
    }
    #shipping-progress span {
        font-size: 3vw;
    }
    #promo-code .col-10,
    #gift-code .col-10 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    #gift-code .col-2 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .checkout-inputs h3 {
        color: #545454;
        font-size: 4vw;
    }
    #no-results div {
        padding-left: 0;
    }
    #no-results {
        background-image: none;
    }
    .bottom-right {
        width: 55%;
    }
}

@media only screen and (max-width: 420px) {
    #price-total p {
        font-size: 5.5vw;
    }
    .invalid {
        font-size: 3vw;
    }
    #gift-input-pin {
        width: 100%;
    }
    .cart-qty .col-7 {
        display: none;
    }
    #shipping-calculator {
        padding-bottom: 10px;
    }
    #main-section .product-card img {
        max-height: 12rem;
        max-width: 8rem;
        margin: auto;
        display: flex;
    }
    .cart-qty {
        margin-top: 10px !important;
    }
    .cart-qty .col-5 {
        padding-right: 0;
        flex: 0 0 100%;
        max-width: 70%;
    }
    #checkout .product-card .col-7 {
        -ms-flex: 0 0 40%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media only screen and (max-width: 360px) {
    .item-sale {
        padding: 1vw;
        margin: 0 1vw;
    }
}