/* 1024px */
@media screen and (max-width: 1024px) {
    
    /* Hide */
    .productOptionPreviewDisplay,
        .ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
        display: none !important;
}
/* Show */

/* Layout */


/* THEME-550, floating looks bad in the checkout flow */

}

/* 1000px */


/* 768px */
@media screen and (max-width: 768px) {
    
    /* Hide */
    
    #ModalContainer .fastCartThumb,
        #ModalContainer .fastCartItemBox div,
        #ModalContainer .Quantity,
        #ModalContainer .fastCartBottom {
        display: none !important;
}



/* Layout */

#AjaxLoading {
    background-color: rgba(0,0,0,.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#AjaxLoading .ajax-loader {
    position: absolute;
    margin-top: -16px;
    top: 50%;
    right: 0;
    left: 0;
}

.fastCartThumb,
.fastCartItemBox,
.fastCartSummaryBox {
    float: none;
    width: 100%;
}

#ModalContainer {
    background-color: #fff;
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
    width: auto !important;
    margin-left: 0 !important;
}

#ModalContainer .fastCartTop {
    padding: 0;
}

#ModalContainer .fastCartItemBox {
    padding: 0;
    text-align: center;
}

#ModalContainer .fastCartSummaryBox {
    margin: 0 auto;
    float: none;
    overflow: hidden;
}

}

/* 600px */
@media screen and (max-width: 600px) {
    
    /* Hide */
    
    #shareDescription {
        display: none;
}

/* Show */

/* Layout */

/* Adjusting the size of the swatches for smaller screens */

.productOptionViewRectangle .option label {
    padding: 0 !important;
    line-height: 60px;
    height: 60px;
    width: auto;
    min-width: 60px;
    max-width: 300px;
    overflow-x: scroll;
    white-space: nowrap;
}
.productOptionViewRectangle .option label span {
    padding: 0 5px;
}

.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
    display: block !important;
}

.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour {
    display: block !important;
    height: 60px !important;
    width: 60px !important;
}

.productOptionPickListSwatch li {
    display: inline-block !important;
}

#tabcontent .photo {
    float: none;
    margin: 0;
    width: auto;
}

#braintree-paypal-button {
    margin: 0 auto;
}
}

/* 480px */
@media screen and (max-width: 480px) {

/* Show */

#ToggleMenu,
#cart-amount {
    display: table-cell;
}

/* Layout */

/* increasing input font sizes to avoid some zoom by webkit browsers */

.TopMenu > .inner,
#Header > .inner,
.PageMenu > .inner,
.main > .inner,
.footer-main > .inner,
.footer-links > .inner,
.newsletter-subscription > .inner {
    width: 90%;
}
#fastCartContainer {
    max-height: none;
}
/* Form Styling */
.form dt,
.FormContainer dt {
    text-align: left;
    width: auto;
    clear: both;
    float: none;
    padding: 0;
}

.form dd,
.FormContainer dd {
    padding: 0;
    margin: 0;
}

#fancy_outer {
    z-index: 110 !important;
}

#fancy_overlay {
    z-index: 105 !important;
}

.footer-links {
    text-align: center;
}

.footer .powered-by {
    float: none;
    display: block;
    margin-top: 10px;
}

.LittleNotePassword {
    padding: 0;
    margin-bottom: 20px;
}

.addto .BulkDiscount,
.addto #SideProductAddToWishList {
    display: block;
    margin-bottom: 20px;
}
/* Cart Styling */

#CartContent .FloatRight,
#CartContent .FloatLeft,
.ExpressCheckoutContent .FloatLeft,
.ExpressCheckoutContent .FloatRight
#ConfirmOrder .FloatLeft,
#ConfirmOrder .FloatRight {
    float: none;
}


}
