.container-cart {
    width: 85%;
    max-width: 1600px;
    font-family: 'roboto', sans-serif;
}
.container-cart p {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
}
.cart-items-list {
    border-right: 1px solid #d5d5d5;
    margin-bottom: 100px;
    min-height: 775px;
}
.continue-shopping i.icon{
    color: #009dd7;
    margin-right: 8px;
    font-size: 17px;
    line-height: 32px;
    position: relative;
    top: -5px;
    margin-bottom: 10px;
}
a.continue-shopping {
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
    color: #000;
    margin-top: 20px;
}
a.continue-shopping:hover {
    text-decoration: none;
    color: #f48120;
}
.member-rewards-reminder button,
.form-block .member-rewards-reminder button,
.member-rewards-reminder p {
    display: inline-block;
    width: auto;
    float: none;
}
.form-block .member-rewards-reminder p,
.member-rewards-reminder p {
    font-size: 15px;
    font-weight: 300;
}
.form-block .member-rewards-reminder p {
    margin-top: 10px;
}
.member-rewards-reminder button,
button.remove-item,
.form-block .member-rewards-reminder button {
    text-transform: uppercase;
    color: #009dd7;
    background-color: #fff;
    border: 1px solid #009dd7;
    padding: 3px 10px;
    font-size: 13px;
    margin: 0 0 0 8px;
    border-radius: 3px;
    position: relative;
    top: -1px;
    letter-spacing: .4px;
}
.member-rewards-reminder button:hover,
.form-block .member-rewards-reminder button:hover {
    background-color: #009dd7;
    color: #fff;
    text-decoration: none;
}
.member-rewards-reminder span {
    font-weight: 600;
}
.product-loop {
    border-bottom: 1px solid #d5d5d5;
    padding: 25px 0;
}
.prod-img-wrap {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.prod-img-wrap img {
    position: absolute;
    top: 0;
    left: 7%;
    width: 86%;
    height: 86%;
}
.product-loop h3 {
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 18px;
    color: #333;
}
.product-loop h5 {
    display: inline-block;
    font-weight: 300;
    padding-left: 5px;
    margin: 0 0 5px;
    font-size: 12px;
    color: #333;
}
.product-loop a:hover,
.product-loop a:visited,
.product-loop a:focus {
    text-decoration: none;
}
.product-loop a h5:hover span {
    color: #009dd7;
}
.product-loop p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px;
}
.product-loop h3, .product-loop p {
    padding-left: 5px;
}
.product-loop h6 {
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    margin-top: 5px;
}
p.back-ordered-item i,
p.direct-ship-item i {
    font-size: 16px;
    margin: 0;
    margin-right: 4px;
    position: relative;
    top: -2px;
}
p.back-ordered-item,
p.direct-ship-item {
    color: #e30046;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    margin-left: 5px;
    margin: 15px 0 0;
}
p.direct-ship-item {
    color: #f48120;
}
.quantity-counter {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    height: 40px;
    width: 115px;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    -webkit-transform:  translateX(-50%);
}
.quantity-counter input {
    outline: none;
    border: none;
    font-size: 22px;
    font-weight: 300;
    width: 30%;
    margin: 2px 0 0 0;
    display: inline-block;
    text-align: center;
    height: 34px;
}
.quantity-counter input:focus {
    outline: none;
    border: none;
}
.quantity-counter input::-webkit-outer-spin-button,
.quantity-counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-counter input[type=number] {
  -moz-appearance: textfield;
}
p.qtylabel {
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    padding-left: 0;
}
.value-button {
    width: 30%;
    margin: 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.value-button i {
    font-size: 13px;
    line-height: 0;
    opacity: 0.2;
    padding-left: 1px;
    position: relative;
    top: -2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.value-button#decrease {
    padding-left: 2px;
}
.value-button i:hover {
    opacity: 0.6;
}
button.remove-item {
    color: #e30046;
    border: 1px solid #e30046;
    margin-left: 0;
    margin-top: 15px;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    -webkit-transform:  translateX(-50%);
    font-size: 12px;
}
button.remove-item:hover {
    color: #fff;
    background-color: #e30046;
}
button.remove-item:focus {
    outline: none;
}
.select-color,
.select-size,
.select-personalized,
.select-option {
    padding-left: 5px;
}
p.optlabel,
p.colorValue {
    text-align: left;
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 0;
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
}
p.colorValue {
    font-weight: 400;
}
.color-selector-list {
    margin-bottom: 20px;
}
.color-selector-button {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
    margin-top: 5px;
    margin-right: 25px;
    min-height: 47px
}
.color-selector-button input,
.size-selector-button input,
.ship-selector-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.color-selector-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 56px;
    width: 56px;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    margin-right: 5px;
}
.color-selector-color {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
/*    transform: rotate(45deg);*/
}
.color-selector-color img {
    width: 100%;
/*    transform: rotate(-45deg);*/
    border-radius: 50%;
    position: absolute;
}
.color-selector-button:hover input ~ .color-selector-wrap {
    border: 1px solid #a8a8a8;
}
.color-selector-button.opt-selected input ~ .color-selector-wrap {
    border: 1px solid #289cd3;
}
.color-selector-button input:checked ~ .color-selector-wrap {
    border: 1px solid #289cd3;
}
.size-selector-button {
    display: inline-block;
    position: relative;
    margin-right: 4px;
}
.size-selector-wrap {
    font-weight: 300;
    font-size: 15px;
    color: rgba(0,0,0,0.7);
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    margin-top: 5px;
    cursor: pointer;
}
.size-selector-wrap:hover {
    background-color: rgba(0,0,0,0.05);
}
.size-selector-button input:checked ~ .size-selector-wrap,
.ship-selector-button input:checked ~ .size-selector-wrap {
    background-color: #009dd7;
    color: #fff;
    border: 1px solid #009dd7;
}
.size-selector-wrap p {
    line-height: 10px;
    padding: 10px 15px;
    margin-bottom: 0;
}
.ship-selector-list .size-selector-wrap p {
    padding: 10px 2px;
}
.edit-personalized-item {
    margin: 0;
}
.edit-personalized-item i,
.edit-personalized-item h5,
.edit-personalized-item h6 {
    display: inline-block;
    margin: 0;
}
.edit-personalized-item i,
.edit-personalized-item h6 {
    color: #009dd7;
}
.edit-personalized-item h5 {
    font-size: 17px;
    text-transform: uppercase;
    color: #e30046;
    font-weight: 600;
    margin-right: 30px;
    padding-left: 0;
}
.edit-personalized-item h6 {
    font-weight: 300;
    font-size: 14px;
}
.edit-personalized-item i {
    position: relative;
    font-size: 14px;
    top: -3px;
    margin-right: 3px;
}
.edit-personalized-item-button {
    display: inline-block;
    cursor: pointer;
}
.edit-personalized-item-button:hover i,
.edit-personalized-item-button:hover h6 {
    color: #f47300;
}
.new-name-field {
    display: none;
}
input.new-name {
    height: 33px;
    width: 50%;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 5px 10px;
    margin-top: 5px;
}
input.new-name:focus {
    outline: none;
    border: 1px solid rgba(0,157,215,0.5);
}
.new-name-field button {
    height: 33px;
    width: auto;
    border-radius: 3px;
    padding: 5px 10px;
    margin-top: 5px;
    border: none;
    color: #fff;
    background-color: #fff;
}
.new-name-field button:focus {
    outline: none;
}
.new-name-field button:first-of-type {
    color: #009dd7;
    border: 1px solid #009dd7;
    margin-left: 10px;
}
.new-name-field button:last-of-type {
    color: #e30046;
    border: 1px solid #e30046;
}
.new-name-field button:first-of-type:hover {
    background-color: #009dd7;
    color: #fff;
}
.new-name-field button:last-of-type:hover {
    background-color: #e30046; 
    color: #fff;
}
.select-child-sku select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-color: #fff;
    font-size: 15px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    margin-top: 5px;
    height: 35px;
    min-width: 175px;
    padding: 0 8px;
    font-weight: 300;
    background: url(https://d3tvemk8zf61cc.cloudfront.net/cart_2020/drop_down.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 8px);
    background-size: 9px;
}
.select-child-sku select:focus {
    outline: none;
    border: 1px solid rgba(0,157,215,0.5);
}

/*
.gift-message {
    padding-top: 25px;
    padding-bottom: 45px;
}
a.gift-message-button,
.gift-message-saved h6 {
    font-weight: 600;
    color: #009dd7;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 15px;
}
a.gift-message-button,
a.gift-message-edit,
a.gift-message-delete,
a.gm-edit-cancel,
a.gm-save-message{
    cursor: pointer;
}
a.gift-message-button:hover {
    color: #f48120;
    text-decoration: none;
}
.gift-message-saved h6 {
    color: #82b83f;
    margin-right: 15px;
}
.gift-message-saved h6,
.gift-message-saved a {
    display: inline-block;
}
.gift-message-saved i {
    position: relative;
    top: -3px;
    margin-right: 5px;
}
a.gift-message-edit {
    color: #459ad1;
    margin-right: 10px;
}
a.gift-message-delete {
    color: #cf2c4a;
}
a.gift-message-edit i,
a.gift-message-delete i {
    margin-right: 2px;
}
a.gift-message-edit:hover,
a.gift-message-delete:hover {
    color: #f58221;
    text-decoration: none;
}
a.gm-edit-cancel {
    color: #d12b4a;
    text-decoration: underline;
    float: right;
    padding-right: 20px;
}
a.gm-save-message {
    outline: none;
    border: none;
    background-color: #009dd7;
    color: #fff;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}
a.gm-save-message:hover {
    background-color: #f58221;
    text-decoration: none;
}
.gift-message-saved,
.gm-edit-cancel,
.gift-message-form {
    display: none;
}
*/

.gift-message-form {
/*    margin-bottom: 450px;*/
}
.gift-message-toggle {
    font-family: 'roboto', sans-serif;
    padding-top: 25px;
    padding-bottom: 45px;
}
.gift-message-toggle button {
    background-color: transparent;
    border: none;
    color: #009cd6;
}
.gift-message-toggle button:focus,
.gift-message-toggle button:active {
    outline: none;
}
.gift-message-toggle button i {
    font-size: 12px;
    position: relative;
    top: -1px;
}
.gift-message-toggle span,
.gift-message-saved h6 {
    font-weight: 600;
    color: #009dd7;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 15px;
}
.gift-message-toggle button:hover,
.gift-message-toggle button:hover span {
    color: #f58221;
}
.gift-message-form h3 {
    font-size: 18px;
    font-weight: 600;
}
.gift-message-checkbox h4 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    color: #231f20;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 20px;
    padding-top: 2px;
    margin-top: 5px!important;
    margin-bottom: 0!important;
}
.assign-toys {
    margin-bottom: 20px;
}
.assign-toys #my_items_inner {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    align-items: flex-start;
}
.assign-toys #my_items_inner .gift-message-checkbox {
    width: calc(33.333% - 10px);
    margin: 0 5px 5px 0;
}


.assign-toys {
    margin-bottom: 5px;
    width: 100%;
}
.gift-message-form h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
}
.assign-toys .col-xs-12,
.gift-message-checkbox {
    padding-left: 5px;
    padding-right: 5px;
}
.gm-opt-wrap {
    margin-left: 0;
}
#gift_messages_2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
#gift_messages_2 span {
    border: 1px solid #ff8300;
    padding: 5px 10px;
    background: transparent;
    color: #ff8300!important;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none!important;
    transition: .2s ease-in-out;
}
#gift_messages_2 span:hover {
    background-color: #f0f3f5;
}
#gift_messages_2 span.gm_header_selected {
    background-color: #ff8300;
    color: #fff!important;
    font-weight: 600;
}
#gm_div i {
    font-size: 21px;
    right: 20px;
    top: -2px;
    color: #f9423a;
    cursor: pointer;
    transition: .2s ease;
    opacity: 1;
    margin-right: 0;
}
#gm_div i:hover {
    transform: scale(1.1);
}
.popover-content {
    width: 170px;
}
.popover-title {
    text-align: center;
}
.popover-content a {
    margin-top: 0!important;
}
.popover-content a.btn {
    border-radius: 50px!important;
    padding: 5px 20px;
    width: 65px;
    margin-right: 10px;
    border: 1px solid #0077c8;
    color: #0077c8;
    cursor: pointer;
    transition: .2s ease;
}
.popover-content a.btn:hover {
    background-color: #ff8300;
    border: 1px solid #ff8300;
    color: #fff;
}
.popover-content a.btn:last-of-type {
    margin-right: 0;
}
.popover-content a.btn i {
    display: none;
}
.popover-content a.btn-primary {
    background-color: #0077c8;
    color: #fff;
}

button.gm-save-message {
    outline: none;
    border: none;
    background-color: #009dd7;
    color: #fff;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 40px;
}
button.gm-save-message:hover {
    background-color: #f58221;
    text-decoration: none;
    color: #fff;
}
.gift-message-saved h6 {
    color: #82b83f;
    margin-right: 15px;
}
.gift-message-saved h6,
.gift-message-saved a {
    display: inline-block;
}
.gift-message-saved i {
    position: relative;
/*    top: -3px;*/
    margin-right: 5px;
}
a.gift-message-edit {
    color: #459ad1;
    margin-right: 10px;
}
a.gift-message-delete {
    color: #cf2c4a;
}
a.gift-message-edit i,
a.gift-message-delete i {
    margin-right: 4px;
}
a.gift-message-edit:hover,
a.gift-message-delete:hover {
    color: #f58221;
    text-decoration: none;
}
a.gm-edit-cancel {
    color: #d12b4a;
    text-decoration: underline;
    float: right;
    padding-right: 20px;
    cursor: pointer;
}
a.gm-edit-cancel,
a.gift-message-edit,
a.gift-message-delete {
    cursor: pointer;
}

.cart-sidebar {
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
}

.local-customer {
    margin-bottom: 65px;
}
.local-customer h6 {
    font-weight: 400;
    font-size: 15px;
}
.ship-selector-wrap {
    width: 100%;
}
.ship-selector-button.col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
}
.ship-selector-button p {
    font-size: 13px;
}
.ship-info {
    margin-bottom: 20px;
}
.ship-info h5 {
    font-family: 'roboto slab', sans-serif;
    font-size: 16px;
    margin: 0;
}
.ship-info i {
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.ship-info p {
    font-size: 13px;
    margin: 0;
    line-height: 18px;
}
#ship-to-store-omaha {
    display: none;
}

.side-bar-add {
    border-top: 1px solid #d5d5d5;
}
.side-bar-add .discounts-add {
    padding: 20px 5px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.discounts-add h3, .discounts-add a {
    font-size: 18px;
    margin: 0;
}
.discounts-add h3 {
    font-weight: 400;
}
.discounts-add a {
    font-weight: 300;
    color: #009dd7;
    text-decoration: underline;
    cursor: pointer;
}
.discounts-add a.red {
    color: #e30046;
}

.applied-code {
    text-align: left;
    margin-top: -27px;
}
.applied-code h5,
h5.code-error{
    color: #f48120;
    font-weight: 400;
    font-size: 13px;
    padding-left: 5px;
    padding-bottom: 7px;
}
h5.code-error {
    color: #e30046;
    text-align: left;
    margin: 12px 0 10px;
}
h5.code-error span {
    font-weight: 600;
}
.applied-code i {
    margin-left: 4px;
    cursor: pointer;
}
.applied-code i:hover {
    color: #231f20;
}
.applied-code span {
    font-weight: 600;
}

.fs-mob {
    display: none;
}
.free-ship-bar {
    padding-left: 35px;
    padding-right: 35px;
    margin: 0 0 10px;
}
.fs-wrap {
    background-color: #f6f7f8;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    padding: 20px 25px 20px!important;
    margin: 0!important;
}
.fs-bar {
    height: 4px;
    width: 100%;
    background-color: #ff8300;
    border-radius: 10px;
    margin: 10px 0 25px;
    position: relative;
}
.fs-icon {
    position: absolute;
    top: -13px;
    transform: translateX(-50%);
}
.fs-icon img {
    width: 35px;
}

.fs-wrap p {
    margin: 0 0 3px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}
.fs-wrap p span {
    font-weight: 600;
}
.fs-wrap p i {
    color: rgba(0,0,0,0.35);
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
    transition: .2s ease;
    top: 2px;
}
.fs-wrap p i:hover {
    color: #ff8300;
}
.fs-wrap .fs-fp p {
    font-size: 11px;
    line-height: 14px;
    padding: 10px 0 0;
    margin: 0 auto;
    max-width: 95%;
}
.fs-fp {
    display: none;
    transition: .2s ease;
}
.fs-fp.active {
    display: block;
}


.side-bar-add a:hover {
    color: #f48120;
}
.add-input-field {
    display: block;
}
.add-input-field input,
.add-input-field button {
    height: 40px;
    margin-top: -8px;
}
.add-input-field input {
    width: 70%;
    float: left;
    margin-left: 5px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    margin-bottom: 16px;
    padding-left: 10px;
}
.add-input-field input:focus {
    outline: none;
    border: 1px solid rgba(0,157,215,0.5);
}
.add-input-field button {
    background-color: #009dd7;
    color: #fff;
    text-align: center;
    width: 26%;
    border: none;
    border-radius: 3px;
    float: right;
}
.add-input-field button:hover {
    background-color: #f48120;
}
#add-promo-code,
#add-gift-cert,
#cancel-promo-code-btn,
#cancel-gift-cert-btn,
.change-zip-cancel,
#est-ship-zip-input {
    display: none;
}
.side-bar-add .order-fees {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 5px;
}
.side-bar-add .order-fees:first-of-type {
    padding-top: 20px;
}
.side-bar-add .order-fees h6 {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
}
.side-bar-add .order-fees .fee-title h6 {
    font-weight: 400;
}
.order-fee-callout {
    text-align: left;
}
.order-fee-callout i {
    position: relative;
    top: -2px;
    margin-left: 2px;
    cursor: pointer;
}
.order-fee-callout i:hover {
    color: #221F20;
}
.order-fee-callout h5 {
    color: #f48120;
    font-weight: 400;
    font-size: 13px;
    padding-left: 5px;
    margin-top: -9px;
    margin-bottom: 0;
}
.fee-title h6 a {
    line-height: 5px;
    margin-bottom: 15px;
    cursor: pointer;
}
.side-bar-add .order-fees.order-total .fee-title h6,
.side-bar-add .order-fees.order-total .fee-value h6 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}
a.est-ship-zip,
a.change-zip-cancel {
    color: #009dd7;
    text-decoration: underline;
    font-weight: 300;
}
a.change-zip-cancel {
    color: #e30046;
}
#est-ship-zip-input {
    margin-top: 4px;
}

.third-party-payment .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}
.cart-paypal-amazon .third-party-payment {
    text-align: left;
}
.cart-paypal-amazon .third-party-payment button {
    width: 100%;
    background-color: #ffc53c;
    border: 1px solid #ffc53c;
    border-radius: 3px;
    padding: 7px 0;
    margin: 5px 0 30px;
}
.cart-paypal-amazon .third-party-payment button:hover {
    border: 1px solid #161f2d;
}
.cart-paypal-amazon .third-party-payment button img {
    height: 30px;
}
#paypal-button.col-sm-6 {
    padding-right: 3px;
    padding-left: 0;
}
#amazon-pay-button.col-sm-6 {
    padding-left: 3px;
    padding-right: 0;
}
.checkout-seperator {
    border-bottom: 1px solid rgba(0,0,0,0.5);
    width: 70%;
    margin: -8px auto 20px; 
}
.checkout-seperator p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    background-color: #fff;
    padding: 1px 10px;
    display: inline-block;
    margin: 0;
    position: relative;
    bottom: -17px;
}

.secure-checkout-btn {
    background-color: #e30046;
    border: none;
    border-radius: 3px;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    width: 100%;
    padding: 13px 0;
    letter-spacing: .3px;
}
.secure-checkout-btn:hover {
    background-color: #f48120;
}

.payment-icons {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: normal;
}
.payment-icons i {
    font-size: 32px;
    margin: 0 4px;
}
.payment-icons i:nth-of-type(1) {
    color: #3050b2;
}
.payment-icons i:nth-of-type(2) {
    color: #2f394a;
}
.payment-icons i:nth-of-type(3) {
    color: #ff6f00;
}
.payment-icons i:nth-of-type(4) {
    color: #408ecd;
}
.payment-icons i:nth-of-type(5) {
    color: #009dde;
}
.payment-icons i:nth-of-type(6) {
    color: #ff9e13;
}
/*
.cc-accepted .payment-icons {
    margin-top: 0;
}
.cc-accepted .payment-icons i {
    font-size: 25px;
    margin: 4px 0 0;
}
*/

.toy-experts {
    margin-top: 25px;
}
.toy-experts p {
    font-size: 18px;
    font-style: italic;
    margin: 0 auto 8px;
}
.toy-experts a {
    color: #221f20;
    font-size: 18px;
    font-weight: 400;
}
.toy-experts a:first-of-type {
    margin-right: 25px;
}
.toy-experts i {
    position: relative;
    font-size: 22px;
    top: -1px;
    margin-right: 1px;
}
.toy-experts a:hover {
    color: #289cd3;
    text-decoration: none;
}


.cart-foot {
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.cart-foot p {
    font-weight: 500;
    font-size: 16px;
}
.cart-foot p span {
    font-weight: 700; 
}
.cart-foot i {
    position: relative;
    font-size: 20px;
    margin-right: 8px;
    color: #e30046; 
    top: 1px;
}
.cart-foot ul {
    border-top: 1px solid #d5d5d5;
    padding: 15px 0 0;
}
.cart-foot ul {
    margin-bottom: 40px;
}
.cart-foot li {
    display: inline-block;
}
.cart-foot li img {
    height: 30px;
    padding: 0 3px;
}
img.stripe-logo,
.cart-foot p {
    display: inline-block;
}
img.stripe-logo {
    height: 30px;
    margin-left: 10px;
    margin-top: -5px;
}
img.stripe-logo.sl-mob {
    display: none;
}
.help-icon {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 8px;
}
.help-icon i, .help-icon a {
    color: #009dd7;
}
.help-icon i {
    font-size: 21px;
    margin-right: 4px;
    top: 2px;
}
.help-icon a {
    font-size: 18px;
    cursor: pointer;
}
.help-icon a:hover,
.help-icon a:hover i {
    color: #f48120;
}
.help-icon a:hover,
.help-icon a:visited,
.help-icon a:focus {
    text-decoration: none;
}
.modalXwrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
}
.modalX {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 15px!important;
    width: 15px!important;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.modalX:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.help-modal {
    padding: 50px 15px;
    font-family: 'roboto', sans-serif;
    text-align: center;
}
.help-modal h3 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 20px;
    font-family: 'roboto slab', sans-serif;
}
.help-modal p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding: 0 25px;
}
.help-modal button {
    padding: 10px 20px;
    border-radius: 3px;
    border: none;
    background-color: #009dd7;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}
.help-modal button:hover {
    background-color: #f48120;
}
.share-cart-number {
    display: none;
}
.share-cart-number p {
    margin: 0 0 5px;
}
.share-cart-number span {
    font-weight: 600;
}
.share-cart-number p.share-contact {
    font-size: 13px;
}

/*** Empty Cart ***/
.cartEmpty {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 100px;
}
.cartEmpty img {
    width: 175px;
}
.cartEmpty h5 {
    font-family: 'exo 2', sans-serif;
    color: #231f20;
    font-size: 36px;
    font-weight: 500;
    padding: 10px 0;
}
.cartEmpty p {
    font-family: 'roboto', sans-serif;
    color: #231f20;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 35px;
}
.cartEmpty a {
    font-family: 'roboto', sans-serif;
    background-color: #5dcbf4;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 5px;
    letter-spacing: .5px;
}
.cartEmpty a:hover {
    background-color: #f58220;
    text-decoration: none;
}

/*** Holly Jolly Jixelz Add-On ***/
.hjSection {
    border-bottom: 1px solid #d5d5d5;
    margin: 0 auto 30px;
    padding: 0 5% 25px;
    text-align: center;
}
.hjSection.stocking-stuffers {
/*
    background-image: url("https://d3tvemk8zf61cc.cloudfront.net/cart_2020/stock_stuff_snow.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center -40px;
*/
}
.hjSection.stocking-stuffers img.brain {
    margin: 0 auto;
    height: 70px;
}
.hjSection h3 {
    font-family: 'roboto', sans-serif;
    font-size: 23px; 
    line-height: 29px;
    font-weight: 600;
    margin: 10px auto 3px;
}
.hjSection p, .hjSection h5 {
    font-family: 'roboto', sans-serif;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 25px;
}
.hjSection h5 {
    font-size: 14px;
    line-height: 16px;
    padding: 0 10px;
    margin-bottom: 10px;
}
.hjSection input[type="checkbox"] {
    display: none;
}
.hjSection label {
    width: 100%;
    cursor: pointer;
}
.hjLabel {
    border: 1px solid rgba(74,75,76,0.2);
    border-radius: 5px;
    background-color: #fff;
}
.hjLabel img {
    width: 95%;
    margin: 0 auto;
    padding: 3px 0;
    pointer-events: none;
}
.hjSection input[type="button"],
.hjSection a {
    border: none;
    color: #fff;
    /* background-color: #009dd7; */
    /* background-color: #eb242a; */
    background-color: #f9423a; 
    border-radius: 3px;
    padding: 8px 22px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    border-bottom: 50px;
    cursor: pointer;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.hjSection input[type="button"]:hover,
.hjSection a:hover {
    background-color: #f58221; 
    /* background-color: #69bd45; */
    /* background-color: #7d55c7; */
    text-decoration: none;
}
.hjCheck {
    display: none;
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #69bd45;
    border-radius: 50%;
    left: 10px;
    top: 10px;
}
.hjCheck.hjjp {
/*    left: 24px;*/
}
.hjCheck span {
    font-size: 10px;
    color: #fff;
    line-height: 18px;
    top: -.5px;
}
.hjSection input:checked + .hjLabel {
    border: 1px solid #69bd45;
}
.hjSection input:checked + .hjLabel .hjCheck {
    display: block;
}
.hjSection h3.prompt {
    margin-bottom: 20px;
}
.free-wp-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px;
    text-align: center;
}
.free-wp-cell {
    position: relative;
    width: calc(14% - 10px);
    margin: 0 5px;
}

/** Arbor Day Foundation **/
.adf-btn-wrap {
    padding: 0 5px;
}
.adf-btn,
.adf-thanks {
    background-color: rgba(3, 106, 54, 0.1);
    text-align: center;
    padding: 15px 30px;
    border-radius: 5px;
    cursor: pointer;
    margin: 8px 0 0;
    transition: .2s ease;
}
.adf-btn:hover {
    background-color: rgba(3, 106, 54, 0.15);    
}
.adf-btn p,
.adf-thanks p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #036a36;
    margin: 0;
}
.adf-thanks p {
    font-size: 14px;
}
.adf-thanks p:last-of-type {
    font-weight: 600;
    font-size: 22px;
    margin-top: 3px;
}
.adf-thanks {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    align-items: center;
    padding: 15px;
}
.adf-ty-img {
    width: calc(33.333% - 8px);
}
.adf-ty-info {
    width: calc(66.666% - 8px);
}
.adf-ty-img,
.adf-ty-info {
    margin: 0 4px;
}
.adf-ty-img-wrap {
    width: 100%;
    position: relative;
    padding-top: 75%;
/*    background: #fff;*/
}
.adf-ty-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.adf-btn p span {
    text-decoration: underline;
}

.adf-upsell {
    border-top: 1px solid #d5d5d5;
    padding-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.adf-u-head {
    background-color: #036a36;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 4px solid #fbc633;
    padding: 12px 0;
}
.adf-u-head img {
    width: 65%;
}
.adf-u-body {
    background-color: rgba(3, 106, 54, 0.1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.adf-u-body p:first-of-type {
    font-weight: 600;
    margin: 0 0 0px;
    color: #036a36;
    font-size: 15px;
}
.adf-u-body p {
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin: 3px 0 15px;
    padding: 0 15px;
    color: #27251f;
}
.adf-amt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0 0;
}
.adf-amt-opt {
    height: 35px;
    width: calc(33% - 8px);
    margin: 0 3px 8px;
    border-radius: 5px;
    position: relative;  
}
.adf-amt-opt:last-of-type {
    width: calc(100% - 8px);
}
.adf-amt-wrap input[type="radio"] {
   display: none;
}
.adf-amt-wrap input[type="number"] {
    outline: none!important;
    border: none;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    color: #036a36;
    font-weight: 600;
    cursor: pointer;
}
.adf-amt-wrap input::-webkit-outer-spin-button,
.adf-amt-wrap input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.adf-amt-wrap input[type="number"] {
    -moz-appearance: textfield;
}
.adf-amt-wrap label {
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    color: #036a36;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}
.adf-amt-wrap input[type="radio"]:checked + label,
.adf-amt-wrap input.c_selected {
    background-color: #fbc633;
    background-color: #7ec242;
    background-color: rgba(145, 200, 78, 0.7);;
/*    background-color: rgba(251, 198, 51, 0.7);*/
    color: #27251f;
/*    color: #fff;*/
}
.adf-amt-opt input[type="number"]::-webkit-input-placeholder {
    color: #036a36!important;
    font-family: 'roboto', sans-serif!important;
    font-weight: 600!important;
    font-size: 14px!important;
}
.adf-amt-opt input[type="number"]::-moz-placeholder {
    color: #27251f;
}
.adf-amt-opt input[type="number"]:-ms-input-placeholder {
    color: #27251f;
}
.adf-amt-opt input[type="number"]::-ms-input-placeholder {
    color: #27251f;
}
.adf-amt-opt input[type="number"]::placeholder {
    color: #27251f;
}
.adf-amt-opt input.c_selected:focus::-webkit-input-placeholder {
    color: #27251f;
}
.adf-amt-opt input.c_selected:focus::-moz-placeholder {
    color: #27251f;
}
.adf-amt-opt input.c_selected:focus:-ms-input-placeholder {
    color: #27251f;
}
.adf-amt-opt input.c_selected:focus::-ms-input-placeholder {
    color: #27251f;
}
.adf-amt-opt input.c_selected:focus,
.adf-amt-opt input.c_selected:focus::placeholder {
    color: #27251f;
}
.rd-wrap {
    margin: 0 0 10px;
}
.remove-donation_ad {
    color: #036a36;
    border-bottom: 1px solid #036a36;
    cursor: pointer;
    font-size: 13px;
}


@media (max-width: 1400px) {
    .container-cart {
        width: 100%;
    }
    .cart-sidebar,
    .free-ship-bar {
        padding-left: 20px!important;
        padding-right: 5px!important;
    }
    .fs-wrap {
        padding: 15px 30px;
    }
    .help-icon {
        right: 40px;
    }
    
    .hjSection {
        padding: 0 5% 25px;
    }
}

@media (max-width: 1200px) {
    .product-loop p {
/*        display: none;*/
    } 
}

@media (max-width: 991px) {
    .cart-items-list {
        border-right: none;
        margin-bottom: 0;
        min-height: auto;
    }
    .gift-message-toggle {
        padding-bottom: 25px;
    }
    .local-customer {
        margin-bottom: 0;
    }
    .toy-experts {
        margin-bottom: 75px; 
    }
    .cart-sidebar {
        padding-right: 0;
    }
    .side-bar-add .order-fees.order-total .fee-title h6, 
    .side-bar-add .order-fees.order-total .fee-value h6 {
        margin-bottom: 0;
    } 
    .size-selector-wrap {
        margin-bottom: 10px;
    }
    .ship-selector-list {
        border-top: 1px solid #d5d5d5;
        padding-top: 10px;
    }
    .secure-checkout-btn {
        margin-top: 10px;
    }
    p.qtylabel {
        display: block;
        text-align: left;
        margin-top: 20px;
        margin-left: 5px;
    }
    .product-loop h3 {
        margin-bottom: 10px;
    }
    button.remove-item {
        margin-top: 35px;
    }
    .quantity-counter,
    button.remove-item {
        position: static;
        float: left;
        -ms-transform: none;
            transform: none;
        -webkit-transform: none;
        left: auto;
    }
    .quantity-counter {
        margin-left: 5px;
    }
    button.remove-item {
        margin-top: 7px;
        margin-left: 60px;
    }
    .qty-rmv {
        float: right;
    }
    .help-icon {
        right: 0;
    }
    
    .hjSection {
        margin: 10px auto 30px;
    }
    .hjSection .col-sm-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .hjCheck {
        left: 12px;
        top: 6px;
    }
    .hjCheck.hjjp {
        top: 10px;
        left: 10px;
    }
    .hjSection.stocking-stuffers {
        background-position: center top;
    }
    
    .free-wp-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .free-wp-cell {
        width: calc(20% - 20px);
        margin-bottom: 5px;
    }
    
    
    .fs-mob {
        display: block;
    }
    .fs-desk {
        display: none;
    }
    .free-ship-bar {
        padding: 0!important;
        margin: 0 0 25px!important;
    }
    .fs-wrap {
        padding: 25px 15px;
    }
    .fs-bar {
        width: 90%;
        margin: 10px auto 25px;
    }
    .fs-wrap p {
        font-size: 16px;
    }
    .fs-wrap .fs-fp p {
        padding: 0 15px;
        margin: 15px 0 0;
        font-size: 13px;
    }
    
}

@media (max-width: 768px) {
    .product-loop p {
        display: none;
    }
    p.back-ordered-item,
    p.direct-ship-item {
        display: block;
        margin-bottom: 15px;
    }
    p.optlabel,
    p.colorValue {
        display: inline-block;
        margin-bottom: 5px;
    }
    .side-bar-add.sb-promo-code {
/*        border-top: none;*/
    }
    .color-selector-button {
        margin-bottom: 3px;
        min-height: 50px;
    }
    
    .hjSection h3 {
        margin: 20px auto 3px;
    }
    .hjSection h5 {
        display: none;
    }
    .free-wp-wrap {
        margin-bottom: 15px;
        padding: 0;
    }
    
    .cart-sidebar {
        padding-left: 0!important; 
        padding-right: 0!important; 
    }
    
    #gm_div i {
        right: 0;
    }
}

@media (max-width: 767px) {
    button.remove-item {
        float: right;
        margin-right: 15px;
    }
    .cart-sidebar {
        padding-left: 0;
    }
    
    .hjSection {
        padding: 10px 0 20px;
    }
}

@media (max-width: 600px) {
    .cart-foot {
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .cart-foot ul {
        margin-bottom: 80px;
        margin-right: 0;
        text-align: center;
        padding: 15px;
    }
    .cart-foot i {
        font-size: 18px;
        top: 1px;
    }
    .cart-foot p {
        font-size: 14px;
    }
    
    .help-icon {
        margin-right: 15px;
    }
}

@media (max-width: 550px) {
    .product-loop h3 {
        padding-right: 20px;
    }
    .product-loop h6 {
        text-align: right;
        float: right;
    }
    .col-pi {
        padding-bottom: 15px;
    }
    p.qtylabel {
        margin-top: 3px;
    }
}

@media (max-width: 500px) {
    .col-pi {
        min-height: 100%;
    }
    
    .cartEmpty {
        margin-top: 50px;
    }
    .cartEmpty img {
        width: 125px;
    }
    .cartEmpty h5 {
        font-size: 28px;
    }
    .cartEmpty p {
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .cartEmpty a {
        letter-spacing: 0;
    }
    .cartEmpty a:hover {
        background-color: #f58220;
        text-decoration: none;
    }
    
    .hjSection {
        max-width: 95%;
    }
    .hjSection h3, .hjSection p {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .hjSection h3 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 5px;
    }
    .hjSection p {
        font-size: 16px;
        line-height: 19px;
    }
    .hjCheck {
        height: 15px;
        width: 15px;
    }
    .hjCheck span {
        font-size: 8px;
        line-height: 15px;
        top: -3.5px;
    }
    .hjSection h5 {
        font-size: 14px;
        line-height: 16px;
        margin: 5px auto 10px;
    }
    .hjSection input[type="button"] {
        font-size: 15px;
        padding: 9px 25px;
    }
    .hjSection.stocking-stuffers {
/*        background-image: none;*/
        margin-top: 10px;
        padding-top: 0;
    }
    .hjSection.stocking-stuffers img.brain {
        margin-top: 0;
        height: 50px;
    }
    .free-wp-wrap {
        padding: 0;
    }
    .free-wp-cell {
        width: calc(27% - 20px);
    }
    
    .fs-wrap {
        width: calc(100% + 30px)!important;
        margin-left: -15px!important;
        margin-bottom: 0!important;
        border-radius: 0!important;
    }
    .free-ship-bar {
        margin-bottom: 0!important;
    }
    .fs-bar {
        width: 95%;
    }
    .fs-wrap p {
        font-size: 15px;
    }
}

@media (max-width: 450px) {
    .continue-shopping i.icon {
        margin-bottom: 0;
    }
    a.continue-shopping {
        line-height: 25px;
    }
    .product-loop {
        padding: 15px 0;
    }
    .product-loop h3 {
        font-size: 16px;
        line-height: 19px;
    }
    .product-loop h5 {
        font-size: 10px;
    }
    .product-loop h6 {
        font-size: 19px;
    }
    .edit-personalized-item h5 {
        padding: 5px 0;
        margin-right: 15px;
        font-size: 15px;
    }
    .edit-personalized-item h6 {
        display: none;
    }
    .pl-mob-price {
        padding-right: 5px;
    }
    p.qtylabel {
        margin-top: 0;
    }
    .quantity-counter {
        height: 30px;
        width: 90px;
    }
    .quantity-counter input {
        font-size: 20px;
        height: 28px;
        margin: 1px 0 0;
        vertical-align: bottom;
        background-color: transparent;
        width: 40%;
    }
    .value-button {
        width: 25%;
    }
    .value-button i {
        top: -4px;
    }
    button.remove-item {
        margin-top: 0;
        margin-right: 5px;
    }
    input.new-name {
        width: 100%;
    }
    .new-name-field button {
        height: 30px;
        padding: 0 10px;
    }
    .new-name-field button:first-of-type {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .color-selector-list {
        width: 130%;
    }
    .color-selector-wrap {
        height: 55px;
        width: 55px;
    }
    .color-selector-color {
        height: 49px;
        width: 49px;
    }
    .color-selector-button {
        margin-right: 25px;
        min-height: 50px;
    }
    .col-pi {
        padding-bottom: 0;
    }
    .sl-mob {
        display: block;
    }
    img.stripe-logo {
        margin: 0 auto 15px;
        height: 35px;
    }
    img.stripe-logo.sl-desk {
        display: none;
    }
    img.stripe-logo.sl-mob {
        display: block;
    }
    .help-icon {
        top: 50px;
    }
    .cart-foot .help-icon i {
        top: 2px;
    }
    .cart-foot li img {
        height: 20px;
        padding: 0 2px;
    }
    .ship-selector-button p {
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .color-selector-list {
        width: 120%;
    }
    .ship-selector-button p {
        font-size: 11px;
    }
}

@media (max-width: 350px) {
    .fs-wrap p {
        font-size: 14px;
    }
}
 
@media (max-width: 325px) {
    button.remove-item {
        margin-left: 0;
        margin-top: 3px;
    }
    .ship-selector-button p {
        font-size: 10px;
    }
    
    .free-wp-cell {
        width: calc(50% - 20px);
    }
}
























