
/*#region MEDIA QUERIES */
/*#region  Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1400px) {
    .master-wrapper-page {
        /*overflow: hidden;*/
        max-width: 100vw;
    }
   
}

/*#endregion*/


/*#region Large devices (tablets, desktops less than 1200px)*/
@media (max-width: 1199px) {

    /* product detail */
    .product-details-page .gridRowPriceDescription {
        display: grid;
        row-gap: 2rem;
        column-gap: 2rem;
        align-items: flex-end;
        grid-template-columns: auto 1fr;
        grid-template-areas: 'priceWrapper priceWrapper' 'gridDescriptionWrapper  gridDescriptionWrapper' 'optionalProductFields optionalProductFields' 'prodDetailATC2 prodDetailATC2' 'qtyWrapper prodDetailATC3' 'shippingDetails shippingDetails' 'productDetailSecondaryButtons productDetailSecondaryButtons';
    }


    /* my account */
    .leftHandNavWrapper {
        flex-basis: 320px;
    }

    /* my account forms */
    input[type='button'].linkStyling,
    input[type='submit'].linkStyling,
    button.linkStyling {
        padding: 0 0 0 1rem;
        font-size: 1.8rem;
    }

    .account-page #customerChangePasswordForm .inputs {
        display: block;
    }

        .account-page .form-fields .inputs > label:first-of-type,
        .account-page #customerChangePasswordForm .inputs > label:first-of-type,
        .account-page .form-fields .inputs > input,
        .account-page .form-fields .inputs .newPasswordWrapper {
            width: 100% !important;
            text-transform: none;
            margin: 0;
        }

    .account-page .form-fields .newPasswordWrapper.newPasswordWrapperActive {
        margin-bottom: 4rem;
    }

    .account-page .form-fields .inputs .field-validation-error {
        margin-left: 0;
    }

    .account-page .form-fields {
        padding: 0 1rem;
        border: none;
    }

    .fieldsetHeaderWrapper {
        border-bottom: 1px solid #ccc;
    }

        .fieldsetHeaderWrapper .s5 {
            margin: 0 0 1rem 0;
        }

        .fieldsetHeaderWrapper .buttons {
            margin-top: .5rem;
            text-align: right;
        }

    .account-page .fieldset {
        margin-bottom: 6rem;
    }

    .customerInfoAddressTile {
        margin: 0;
        flex-direction: column;
    }

    .customer-info-page .twoColumnFlex .form-fields {
        display: block;
    }

        .customer-info-page .twoColumnFlex .form-fields .customerInfoAddressTile {
            margin: 1rem 0 3rem;
        }

            .customer-info-page .twoColumnFlex .form-fields .customerInfoAddressTile .inputs {
                display: flex;
            }

    /* address */
    .address-edit-page .buttons {
        margin-bottom: 6rem;
    }

    .address-edit-page .edit-address.fieldset {
        margin-bottom: 2rem;
    }
    /* account shipping addresses*/
    .account-page .myAccountFormContainer,
    .account-page .form-fields {
        padding: 1rem 0;
    }
    .address-list .address-item-empty,
    .address-list .address-item {
        width: 48%;
    }
    

    .account-page .buttons input.linkStyling {
        width: auto;
    }

    .addressBottomContainer .buttons input {
        padding: 0 1rem;
    }

    .address-list-page .fieldsetHeaderWrapper {
        display: block;
        border: none;
    }

        .address-list-page .fieldsetHeaderWrapper .buttons {
            padding: 1rem;
        }

            .address-list-page .fieldsetHeaderWrapper .buttons > input {
                display: inline-block;
                border: none;
                padding: .5rem 0;
                margin: 0;
                border: none;
            }


    /* saved payment methods */
    .myAccountTable thead tr {
        display: none;
    }

    .myAccountTable tbody {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .myAccountTable tbody tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 0;
        height: auto;
        background: #fff;
        margin: 0 0 1rem 0;
        box-sizing: border-box;
        overflow: hidden;
        padding: 1.5rem 0;
        width: 48%;
    }

    .myAccountTable td {
        border: 0;
        height: auto;
    }

    .myAccountTable tbody tr td {
        width: auto;
        background: #fff;
        padding: 0 2rem;
        width: 100%;
        text-align: left;
        color: #333;
    }

        .myAccountTable tbody tr td input {
            color: #333;
        }

        .myAccountTable tbody tr td.tdAccountType {
            padding-top: 1rem;
        }

        .myAccountTable tbody tr td.tdDefault {
            margin: 0;
            width: 100%;
            padding: 1rem;
            text-align: left;
            background: #f2f2f2;
            margin-bottom: 1rem;
        }

        .myAccountTable tbody tr td.tdAccountNumber img {
            display: inline;
        }

        .myAccountTable tbody tr td.tdAccountNumber span {
            vertical-align: top;
            margin-left: 1rem;
        }

    .myAccountTable tbody tr .buttons {
        margin: 0;
    }

        .myAccountTable tbody tr .buttons .button-2 {
            width: auto;
        }

    .myAccountTable tbody tr td.tdDefault .customInputWrapper {
        margin: 0 .5rem 0 0;
    }

    .myAccountTable tbody tr td.tdDefault img {
        display: none;
    }

    .myAccountTable tbody tr td.tdDefault .p2 {
        margin: 0;
        display: inline;
        font-size: 1.8rem;
    }

    .myAccountTable tbody tr td.tdUpdate {
        text-align: right;
        padding: 1rem 2rem;
    }

    .myAccountTable colgroup {
        display: none;
    }

    .divSavedPaymentMethodsWrapper {
        margin-top: 1rem;
    }

    .date-picker-wrapper {
        width: 100%;
    }

        .date-picker-wrapper > select {
            width: auto;
        }


    /* my account order history */

    .myAccountTable .order-item label {
        display: inline;
    }

    .myAccountTable .order-item,
    .downloadable-products-page .myAccountTable tbody tr {
        padding: 2rem 0;
    }

    .myAccountTable tbody tr.order-item:hover {
        background: #fff;
    }

    .k-grid-pager .k-pager-sizes,
    .k-grid-pager .k-pager-refresh,
    .k-grid-pager .k-pager-info {
        display: none;
    }

    .account-page .searchBoxWrapper {
        width: 100%;
    }

    .myAccountWrapper .twoColumnFlex {
        flex-direction: column;
    }

        .myAccountWrapper .twoColumnFlex .divStatementsAccountSummaryWrapper {
            margin: 4rem 0;
            width: auto;
            max-width: 450px;
        }







    input[type='button'], input[type='submit'], a.button, button {
        margin: 0;
    }

    .divCheckOutWrapper .addresses .customInputWrapper .radioButton {
        margin-right: 2rem;
    }

    .CokesburyPaymentWrapper .addNewPaymentMethod .multiInputLine {
        display: block;
    }

    .CokesburyPaymentWrapper .addNewPaymentMethod .ExpirationYears > div {
        justify-content: space-between;
    }

    .CokesburyPaymentWrapper .addNewPaymentMethod .ExpirationYears select {
        width: 48%;
        margin: 0;
    }

    .inputs.SaveForFutureCardWrapper {
        display: flex;
    }

        .inputs.SaveForFutureCardWrapper label.customInputWrapper {
            width: auto;
            margin: .5rem 1rem 0 0;
        }

    .CokesburyPaymentWrapper .securityCode input {
        width: auto;
        display: block;
    }

    .CokesburyPaymentWrapper .securityCode label {
        width: auto;
    }

    label.large, .largeFormWrapper label {
        margin-bottom: .5rem;
    }


    .orderFormWrapper,
    .shopping-cart-page .page-body {
        padding: 3%;
    }



    .searchBoxWrapper {
        margin-left: 0;
    }


    .headerLinks a {
        padding: 0 1rem;
    }

    .hiddenProductDetails > ul {
        padding: 0;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .additionalDetailsWrapper ul {
        padding: 0;
        column-count: 1;
    }


    /* cart */
    .master-column-wrapper .shopping-cart-page > .page-title,
    .master-column-wrapper .checkout-page .page-title,
    .temporaryBannerPlaceholder {
        height: 12rem;
    }

        .master-column-wrapper .shopping-cart-page > .page-title h3,
        .master-column-wrapper .checkout-page .page-title h3,
        .temporaryBannerPlaceholder > h1 {
            line-height: 12rem;
        }

    .totalsWrapper p1 {
        font-weight: bold;
    }

    .totalsWrapper .totals,
    .coupon-box,
    .giftcard-box,
    .QuickAddToCartWidget {
        padding: 1rem;
        /*width: 30rem;*/
    }

    .ropc .CartStickyRight .panel.coupon-box-panel,
    .ropc .CartStickyRight .panel.giftcard-box-panel {
        margin-top: 1rem;
    }

    .coupon-box,
    .giftcard-box,
    .QuickAddToCartWidget {
        margin-top: 1rem;
    }

    .CartStickyRight .totalsWrapper .coupon-box input[type='text'],
    .CartStickyRight .totalsWrapper .giftcard-box input[type='text'],
    .CartStickyRight .totalsWrapper .coupon-box button,
    .CartStickyRight .totalsWrapper .giftcard-box button {
        height: 50px;
    }

    
    .order-total td {
        padding-top: 2rem;
    }



    .divCheckOutWrapper,
    .shopping-cart-page .divShoppingCartWrapper .table-wrapper {
        width: calc(96% - 300px);
    }
    .totalsWrapper.fixed,
    .CartStickyRight {
        width: 300px;
    }

    .methodsReviewWrapper {
        display: block;
    }

        .methodsReviewWrapper > * {
            margin-bottom: 1rem;
        }

    .cart th {
        padding: 0 1rem;
    }



    .master-column-wrapper .update-automatic-shipment .divCheckOutPageWrapper {
        padding: 3% 0;
    }

    .automatic-shipment-button {
        margin-top: 2rem;
    }

    .myAccountWrapper .smallerMargin {
        padding: 0 3%;
    }
    /* my account forms */




    .DynamicContentHeaderWithVideo .VideoHeaderLargeTextWrapper {
        top: 10px;
        left: 10px;
        max-width: 50%;
    }

        .DynamicContentHeaderWithVideo .VideoHeaderLargeTextWrapper .s4 {
            font-size: 2.0REM;
        }

    .DynamicContentHeaderWithVideo .VideoWrapper {
        right: 10px;
        z-index: 100;
        max-width: 40%;
        top: 0px;
    }

        .DynamicContentHeaderWithVideo .VideoWrapper iframe {
            max-width: 100% !important;
        }


    .SecondaryPromoImageWrapper .SecondaryPromoProductWrapper {
        display: block;
        position: absolute;
        z-index: 100;
        margin: 20px auto;
        width: 100%;
        text-align: center;
    }

        .SecondaryPromoImageWrapper .SecondaryPromoProductWrapper img {
            position: relative;
            border: 4px solid white;
            margin: 10px auto;
            max-height: 260px;
            width: auto;
            height: auto;
        }

    .twoColumnFlex .divStatementsAccountSummaryWrapper input,
    .twoColumnFlex .divStatementsAccountSummaryWrapper .button {
        margin: 1rem 0;
    }


    element.style {
        display: none;
    }

    /* SEARCH SUGGESTIONS*/
    /*.searchBoxWrapper {
        position: static
    }*/

    #search-box {
        position: absolute;
        width: 75%;
    }    
}
/*#endregion*/


/*#region Medium devices (tablets in portrait, less than 991px) */
@media (max-width: 991px) {

    .checkoutPaymentInfoWrapper {
        display: block;
    }

        .checkoutPaymentInfoWrapper > * {
            max-width: 100%;
        }

    #checkout-billing-load {
        margin-top: 4rem;
    }

    #co-payment-info-form .addNewPaymentButton {
        display: flex;
        margin-top: 1rem;
    }

    #payment-info-buttons-container .addNewPaymentButton {
        display: none;
    }

    .checkout-data .new-shipping-address .edit-address,
    .checkout-data .section .selectableList {
        display: block;
        margin: 0;
    }

        .checkout-data .new-shipping-address .edit-address .formColumn,
        .checkout-data .selectableList.twoColumn li {
            width: 100%;
        }

    .cart .product-picture > a > img {
        max-width: 8rem;
        max-height: 12rem;
    }


    .filtersPanelsWrapper > div {
        flex-basis: 32.25%;
    }

    .shopping-cart-page > .page-title > h1
    .checkout-page > .page-title > h1 {
        font-size: 4rem;
        margin: 0;
    }




    .flyout-cart.active {
        visibility: hidden;
        opacity: 0;
        display: none;
    }

    .headerLinksCart {
        width: 56px;
        height: 48px;
        background-size: 70%;
    }

    .headerLinksCartQty {
        height: 20px;
        width: 20px;
        left: 6px;
        font-size: 1.2rem;
    }

    .headerLinks a {
        padding: 0;
        font-size: 1.2rem;
        margin: 0 0 .3rem;
    }
    /* login */
    /* automatic shipment edit - this is modifying the realonepagecheckout.css */
    .account-page.update-automatic-shipment {
        margin-bottom: 4rem;
    }

    .update-automatic-shipment .divCheckOutWrapper {
        margin-bottom: 4rem;
    }

        .update-automatic-shipment .divCheckOutWrapper .CartStickyRight {
            margin-bottom: 4rem;
            border: none;
        }

        .update-automatic-shipment .divCheckOutWrapper .section-title {
            display: block;
        }

        .update-automatic-shipment .divCheckOutWrapper .common-buttons td {
            width: 100%;
        }

    /* my account */
    
    .myAccountTable tbody tr,
    .address-list .address-item-empty,
    .address-list .address-item {
        width: 100%;
        margin: 0 0 1rem;
    }
    .leftHandNavWrapper {
        flex-basis: 280px;
    }
    /* authors */
    .favoriteAuthorsWrapper {
        display: block;
    }

        .favoriteAuthorsWrapper .authorPhotoWrapper {
            max-width: 50%;
            margin: 0 auto;
        }

        .favoriteAuthorsWrapper .authorPhoto {
            border-radius: 50%;
            width: 100%;
        }

        .favoriteAuthorsWrapper .authorLatestWorks {
            max-width: 100%;
            vertical-align: top;
        }

        .favoriteAuthorsWrapper .authorNameBio {
            vertical-align: top;
            padding: 0;
            max-width: 100%;
        }

            .favoriteAuthorsWrapper .authorNameBio .title a {
                text-align: center;
            }


    .myAccountTable colgroup {display: none;}
    /* pay your bill */
    .twoColumnFlex {
        flex-direction: column;
    }

        .twoColumnFlex .divStatementsAccountSummaryWrapper {
            margin: 4rem 0;
            width: auto;
        }


    /* pay your bill */

    .stepIconText {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    #js-step-1-choose-your-amount .inputs .customAmountInput {
        margin: 1rem 0;
    }

    .popupImageWrapper {
        right: -155px;
    }

        .popupImageWrapper > img {
            width: 300px;
        }

    .segmentedControl {
        width: 100%;
        font-size: 1.8rem;
    }

    .payYourBillWrapper .title {
        display: block;
    }

    h5.title {
        margin-top: 4rem;
    }

    .payYourBillReviewWrapper {
        display: block;
    }

        .payYourBillReviewWrapper li {
            margin: 2rem 0 0;
        }

    .multiInputLine {
        display: block;
    }

        .multiInputLine .ExpirationYears > div > select#PayYourBillModel_CcPaymentInfo_ExpirationYear {
            margin: 0;
        }
}

/*#endregion*/


/*#region Small devices (landscape phones, less than 768px)  */
@media screen and (max-width: 767px) {
    .mobileOnly {
        display: block;
    }

    h1, h2, h3 {
        font-size: 3rem;
    }
    textarea, select,
    button,
    a.button,
    a.button.small,
    input[type='submit'],
    input[type='text'],
    input[type='button'],
    input[type='button'].add-to-wishlist-button,
    input[type='button'].button-2,
    input[type='button'].reversed,
    input[type='number'],
    input[type='email'],
    input[type='date'],
    input[type='tel'],
    input[type='password'] {
        margin-left: 0;
        margin-right: 0;
    }


    /********************* product *********************/
    .product-essential,
    .tabsWrapper > * {
        display: block;
    }

        .product-essential .gallery,
        .product-essential .overview {
            width: 100%;
        }

        .product-essential .gallery {
            text-align: center;
            position: relative;
        }

    .gallery .ribbon-wrapper {
        display: inline-block;
    }

    .ribbon-position {
        max-width: 50%;
    }

    /*.product-essential .gallery .picture-thumbs {
        display: none;
    }*/

    .product-essential .gallery .picture {
        padding: 0;
        border: 0;
        width: auto;
        height: auto;
    }

        .product-essential .gallery .picture img {
            max-height: 40vh;
            position: static;
            max-width: 100%;
            width: auto;
            padding: 0;
        }

    /*.product-essential .overview .product-name {
        display: none;
    }*/


        .product-contributors-list > ul li.p1 {
            font-size: 1.6rem;
        }



    .product-variant-options label {
        display: none;
    }

    .productDetailSubtitle .h7 {
        font-size: 1.8rem;
        margin: 0;
    }


    /*.overview .prices {
        margin-top: 1.5rem;
    }*/
    .overview .prices .p4 {
        font-size: 2.4rem;
    }

        .overview .prices .p5 {
            font-size: 1.6rem;
        }





    .add-to-cart-panel .prices {
        margin: 2.2rem 0 0;
    }

    .add-to-cart-panel .labelWrapper {
        margin: 1rem 0;
    }

        .add-to-cart-panel .labelWrapper .qty-input {
            display: inline-block;
            max-width: 6rem;
            max-height: 5rem;
        }


    /* additional details */
    ul.productAdditionalDetailsWrapper {
        width: 100%;
    }

        ul.productAdditionalDetailsWrapper > li {
            border-bottom: 1px solid #ccc;
        }

            ul.productAdditionalDetailsWrapper > li:first-child,
            .gridDescriptionWrapper .additionalProductDetailsHeader {
                border-top: 1px solid #ccc;
            }

        .additionalProductDetailsHeader {
            font-size: 1.8rem;
            font-weight: 600;
            padding: 1.5rem 0;
            position: relative;
            cursor: pointer;
        }


        .additionalProductDetailsHeader:after {
            content: url('/Themes/Shared/Content/images/filter_dropdown_arrow.svg');
            position: absolute;
            right: 1.5rem;
            top: 1.2rem;
            transform: rotate(-90deg);
            transition: transform 200ms linear;
        }

        .active > .additionalProductDetailsHeader:after {
            content: url('/Themes/Shared/Content/images/filter_dropdown_arrow.svg');
            transform: rotate(0deg);
            transition: transform 200ms linear;
        }

    .productDetailWrapper .additionalDetailsWrapper .hiddenProductDetails > div {
        margin: 0 0 2rem;
        border: none;
    }

    .hiddenProductDetails,
    .additionalDetailsWrapper .hiddenProductDetails {
        display: none;
        padding: 0 0 2rem;
    }


    .hiddenProductDetails > ul {
        padding: 0;
    }

        .hiddenProductDetails > ul > li {
            padding: .3rem 0;
        }

            .hiddenProductDetails > ul > li > span:first-child,
            .availability .stock .label {
                font-weight: 600;
            }

    .product-variant-options .productOptionsWrapper {
        width: 100%;
    }

    .product-variant-options .toggleControl {
        display: block;
    }

    .product-variant-options .toggleControl {
        padding: 1.2rem 4rem 1.2rem 1.2rem;
        min-width: initial;
    }


        .product-variant-options .toggleControl:after {
            transform: rotate(-90deg);
            right: 1.6rem;
            top: 1.2rem;
        }


    .product-variant-options .productSelector li {
        padding: 1.6rem 2rem 1.6rem 1.6rem;
        border-bottom: 1px solid #ccc;
        display: flex;
    }

    .productSelector li .radioButton {
        margin-right: 1rem;
    }

    .productSelector li.selected .radioButton:after {
        content: '';
        color: transparent;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background-color: var(--main-color);
    }

    .groupedProductDetailPage .product-variant-options .productSelector.active {
        position: fixed;

    }

    /*.productDetailVideoWrapper,
    .liProductExtrasButton {
        margin: 1rem 0 0;
        display: block;
    }*/

    .LinkProductExtrasButton {
        border: none;
        color: var(--btn-color);
        font-size: 1.8rem;
        height: auto;
        width: auto;
        font-weight: 400;
        border-bottom: 1px solid var(--main-color);
        border-radius: 0;
        padding: 0;
        width: auto;
        max-width: fit-content;
        text-transform: none;
        line-height: initial;
    }

    .file-attachments .video li .attachmentImg,
    .add-to-cart-panel .productDetailVideoWrapper {
        max-width: fit-content;
    }

    .ProductExtrasButton:hover .ProductExtrasButtonText {
        text-decoration: none;
    }

    /*.takeALookExtrasButton:before,
    .file-attachments .video li .attachmentImg,
    .productDetailVideoWrapper:before,
    .file-attachments li .attachmentImg {
        content: none;
    }*/

    /*.ProductExtrasButtonTextWrapper {
        height: auto;
        margin: 0;
    }*/
    .picture-thumbs {
        position: relative;
        right: 0;
        bottom: 0;
    }
    /*.picture-thumbs > * {
        margin-right: 1rem;
    }*/
    .ProductExtrasButton {
        position:relative;
        /*width:40px;*/
    }
    .takeALookExtrasButton:before, .file-attachments .video li .attachmentImg, .productDetailVideoWrapper:before, .file-attachments li .attachmentImg {
        width: 40px;
        min-width: 40px;
        height: 40px;
        content: "";
        background-size: cover;
        border-radius: 50%;
        /*position: absolute;*/
    }
    .ProductExtrasButtonTextWrapper {
        display: none;
    }

    .ProductExtrasButtonText {
        line-height: normal;
        border-bottom: 1px solid var(--btn-color);
        text-transform: initial;
        font-weight: 400;
        max-width: fit-content;
    }



    .divMainVideo {
        padding: 1rem;
    }

        .divMainVideo iframe {
            width: 100%;
            height: auto;
        }

    .divVideoStrip {
        overflow: auto;
        max-height: initial;
        max-width: initial;
    }
    

    .productDetailSecondaryButtons {
        margin: 0;
    }

        .productDetailSecondaryButtons > * {
            margin: 0 1rem 0 0;
        }

        .productDetailSecondaryButtons input[type="button"].add-to-wishlist-button,
        .productDetailSecondaryButtons input[type="button"].add-to-compare-list-button {
            border-width: 1px;
            padding: 1rem;
            min-width: 0;
            font-size: 1.4rem;
        }

    .product-share-button {
        margin: 0;
        padding: 0;
    }

    .shippingIcons {
        padding: 0;
        display: block;
    }

        .shippingIcons .FreeShippingIconWrapper span {
            width: auto;
        }

        .shippingIcons > div {
            height: 2.4rem;
            display: block;
            margin: 1rem 0 0 0;
        }

        .shippingIcons .SubscriptionShippingIconWrapper {
            height: 3rem;
            margin-left: .3rem;
        }

        .shippingIcons > div span {
            font-size: 1.6rem;
            font-weight: 400;
            text-transform: none;
            font-style: italic;
            color: #666;
            vertical-align: top;
        }

        .shippingIcons > .SubscriptionShippingIconWrapper span {
            line-height: 3rem;
        }

    /* slider */
    .divSliderWrapper {
        padding: 2rem 3%;
    }
    .divSliderMainTitle {
        max-width: calc(100% - 8rem);
    }

    .sliderNavWrapper {
        margin: .5rem 0 0;
    }

        .sliderNavWrapper > div {
            width: 3rem;
            height: 3rem;
            transition: all .3s ease-in-out;
        }

        .sliderNavWrapper .prev {
            margin-right: 1rem;
            background: var(--btn-background) url('/Themes/Shared/Content/images/carousel_arrow_left.svg') 8px 6px no-repeat;
            background-size: 11px 16px;
        }

        .sliderNavWrapper .next {
            background: var(--btn-background) url(/Themes/Shared/Content/images/carousel_arrow_right.svg) 11px 6px no-repeat;
            background-size: 11px 16px;
        }

        .sliderNavWrapper > div.disabled {
            opacity: .3;
            transition: all .3s ease-in-out;
        }

    .wrap {
        padding-top: 1rem;
    }

    .frame .slidee li.slyLi {
        padding: 0 2rem 0 .2rem
    }

    .frame .slidee .item-box {
        width: 100%;
        padding: 1rem 1rem 1rem 0;
    }

    .item-box .product-item .picture a {
        width: 100%;
        height: auto;
    }

    .product-item .picture {
        width: auto;
        height: auto;
    }



    /* search product listing */
    .product-viewmode {
        display: none;
    }

    .product-grid,
    .product-list {
        margin: 3%;
    }

        .product-grid .item-grid,
        .product-list .item-grid {
            overflow: visible;
            margin: 0;
            padding: 0;
            grid-template-columns: 1fr;
        }

    .frame .item-box,
    .item-grid .item-box {
        width: 100%;
        margin: 0 0 1rem;
        padding: 0 0 3rem;
    }

        .item-grid .item-box .product-item {
            display: flex;
            flex-direction: row;
            justify-content: space-between
        }

    .product-grid .item-box .product-item .picture {
        margin: 0;
        width: 34%;
        height: 100%;
    }

    .product-item .picture .pictureWrapper {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

    .product-grid .item-box .product-item .details {
        margin: 0;
        width: 58%;
    }

    .item-box .product-item .picture a {
        padding: 0;
        line-height: 0;
        width: auto;
        height: auto;
    }

    .product-item .picture .pictureWrapper .pictureLink img {
        position: static;
        max-width: 100%;
        max-height: 100%;
    }

    .product-title {
        line-height: 2.2rem;
    }



    .tabsWrapper > * {
        display: block;
    }



    /************************ my account *************************/
    .myAccountWrapper {
        flex-direction:column;
    }
    .subscriptionTabWrapper {
        margin: 0;
    }
    .subscriptionTabWrapper > .subscriptionTabs {
        position: static;
    }
        .subscriptionTabWrapper > .subscriptionTabs > .subscriptionTab {
            margin: 0;
        }

        .myAccountWrapper .title {
            display: none;
        }
        .myAccountWrapper .subscriptionTab .title {
            display: block;
            margin: 1rem !important;
            font-size: 1.6rem;
        }
    
    .myAccountWrapper .smallerMargin {
        margin-top: 20px;
    }
        
        .accountTopNav .listbox {
            position: relative;
        }

    .mobileMyAccountHeader {
        display: flex;
        flex-direction: column;
    }
    .mobileMyAccountHeader > .s5 {
        margin-bottom: 0;
        line-height: 1;
    }
    .myAccountMobileNav {
        background: #f6f7f8;
        padding: 14px 20px;
        border-bottom: 1px solid #ccc;
        margin: 0;
    }

        .myAccountMobileNav .arrow {
            transition: all 400ms ease-in-out;
            position: absolute;
            top: 32px;
            right: 32px;
            z-index: 100;
        }
            .myAccountMobileNav .arrow > i {
                transition: all 400ms ease-in-out;
                width: 16px;
                height: 3px;
                border-radius: 5px;
                background: #666;
                display: block;
            }
            .myAccountMobileNav .arrow i.arrowTop {
                -webkit-transform: rotate(45deg) translate(-5px, 0);
                transform: rotate(45deg) translate(-5px, 0);
            }
            .myAccountMobileNav .arrow i.arrowBottom {
                -webkit-transform: rotate(-45deg) translate(-5px, 0);
                transform: rotate(-45deg) translate(-5px, 0);
            }

                /* active */
                .myAccountMobileNav.active .arrow > i {
                    width: 24px;
                    height: 3px;
                }

                .myAccountMobileNav.active .arrow i.arrowTop {
                    -webkit-transform: rotate(45deg) translate(2px, 0);
                    transform: rotate(45deg) translate(2px, 0);
                }

                .myAccountMobileNav.active .arrow i.arrowBottom {
                    -webkit-transform: rotate(-45deg) translate(2px, 0);
                    transform: rotate(-45deg) translate(2px, 0);
                }

    .myAccountMobileNav.selected i {
        transform: rotate(0deg);
        transition: transform 200ms linear;
    }
    .leftHandNavWrapper {
        flex-basis: auto;
    }
        .leftHandNavWrapper .myAccountNav {
            padding: 20px 20px 0;
            margin: 0;
            position: fixed;
            background: #fff;
            overflow-y: scroll;
            margin-top: 60px;
            max-height: calc(100% - 60px);
            width: 100%;
            height: 100%;
            z-index: 99;
            top: 0;
            left: 100vw;
            transition: all 400ms ease-in-out;
        }
        .adminWrapper .leftHandNavWrapper .myAccountNav {
            margin-top: 0px;
            max-height: calc(100% - 96px);
        }
        .leftHandNavWrapper .myAccountNav.active {
            top: 0;
            left: 0;
            transition: all 400ms ease-in-out;
        }
    .leftHandNavWrapper .list > li {
        margin: 0 0 20px;
    }
    .myAccountNav > li > div {
        margin-bottom: 5px;
    }

    .account-page .filterWrapper {
        display: none;
    }

    .order-list-page {
        padding: 0 0 2rem;
    }

    .infoAddressesWrapper .form-fields {
        flex-direction: column;
    }

    .customer-info-page .form-fields .customerInfoAddressTile {
        width: 100%;
        flex-direction: column;
        margin: 2rem 0;
    }














    /* cart */

    .shopping-cart-page .page-title span.mobileOnly {
        display: inline;
    }

    .master-column-wrapper .shopping-cart-page > .page-title,
    .master-column-wrapper .checkout-page .page-title,
    .temporaryBannerPlaceholder {
        height: 8rem;
    }

        .master-column-wrapper .shopping-cart-page > .page-title h3,
        .master-column-wrapper .checkout-page .page-title h3,
        .temporaryBannerPlaceholder > h1 {
            line-height: 8rem;
        }

    .divShoppingCartWrapper {
        display: block;
    }

        .shopping-cart-page .divShoppingCartWrapper > .table-wrapper,
        .divShoppingCartWrapper .table-wrapper,
        .CartStickyRight {
            width: 100%;
            margin: 0;
            display: block;
        }

    .cart thead tr {
        display: none;
    }

    .cart tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        padding: 2rem 0 1rem;
        border-bottom: 1px solid #ccc;
        /*border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2);*/
    }

        .cart tr:last-child {
            border-bottom: none;
        }

    .cart td {
        padding: 0;
        border: none;
    }

    .saveForLaterWrapper {
        margin-top: 4rem;
    }

        .saveForLaterWrapper > h3 {
            border-bottom: 1px solid #ccc;
        }

    .estimate-shipping > .s6 {
        font-family: 'Corda-Regular', serif;
        font-weight: normal;
        font-size: 3rem;
        margin: 2rem 0;
        text-transform: capitalize;
        border-bottom: 1px solid #ccc;
    }

    .divSaveForLaterButton {
        margin-top: 0;
    }

    .cart-collaterals .shipping {
        border: 0;
        padding: 2rem 0;
    }

        .cart-collaterals .shipping .s6 {
            margin: 0;
        }


    .cart td.mCartButtons {
        width: 100%;
        text-align: left;
        margin-top: 1rem;
        display: flex;
    }

        .cart td.mCartButtons .mRemoveItem {
            display: block;
            color: var(--link-color);
            font-weight: normal;
        }

            .cart td.mCartButtons .mRemoveItem > input {
                display: none;
            }

    .saveforlater-content .cart tbody td.product-picture,
    .wishlist-content .cart tbody td.product-picture,
    .cart td.product-picture {
        width: 25%;
        padding: 0;
        margin-right: 5%;
        min-height: 1rem;
    }

        .cart td.product-picture > img {
            width: 100%;
        }

    .cart td.product {
        width: 70%;
        padding: 0;
    }

    .cart .product-name, .cart .product-name > a {
        font-size: 1.6rem;
    }

    .cart .product-picture > a > img {
        max-width: 100%;
    }

    .shopping-cart-page .cart td.remove-from-cart {
        display: none;
    }

    .cart tbody .product,
    .cart tbody .unit-price,
    .cart tbody .subtotal,
    .cart tbody .quantity {
        padding: 0;
    }

    .wishlist-content .cart tbody input:not([type='radio']),
    .saveforlater-content .cart tbody input:not([type='radio']),
    .cart tbody input:not([type='radio']) {
        margin: 0;
    }

    .cart-collaterals .shipping,
    .cart-collaterals .jsDivQuickAddToCartWidget {
        width: 100%;
        min-height: 0;
    }

    .totalsWrapper .totals,
    .coupon-box,
    .giftcard-box {
        width: 100%;
        max-width: 100%;
    }

    .product-details-page .addToCartWrapper > .groupedProductDetails {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .product-details-page .addToCartWrapper > .groupedProductDetails .labelWrapper {
        display: flex;
    }

    .product-details-page .addToCartWrapper > .groupedProductDetails .labelWrapper > * {
        margin: auto 0 auto 1.5rem
    }

    .mPriceQtyWrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .shippingPredictabilityMessage {
        margin: 1rem 0;
    }

    /*.mPriceQtyWrapper .product-unit-price {
        font-size: 2rem;
        margin-top: 1rem;
        font-weight: 700;
        display: block;
    }*/

    .mPriceQtyWrapper .qty-input {
        max-width: 60px;
    }



    .divCartFreeShipping {
        margin-top: 1rem;
        text-align: left;
    }

        .divCartFreeShipping img {
            float: none;
            margin: 0 .5rem 0 0;
            height: 1.8rem;
            vertical-align: text-top;
        }

        .divCartAutoShip span, .divCartFreeShipping span {
            text-transform: none;
            font-size: 1.6rem;
        }

    .cartItemBottomRightWrapper {
        display: block;
    }

    .cartItemBottomRightPositioningBlock {
        position: static;
        text-align: left;
        white-space: normal;
    }

    .shippingDetailsWrapper {
        margin: 1rem 0 0;
    }

    .shippingPredictability {
        margin: 0;
        padding: 0;
    }





    /************************ checkout ************************/
    .master-column-wrapper .divCheckOutPageWrapper {
        display: block;
        width: 100%;
        margin: 3% 0;
    }

    .divCheckOutWrapper {
        width: 100%;
        margin: 0;
    }

    .totalsWrapper.fixed.bottom {
        position: initial;
    }

    .totalsWrapper.fixed .order-confirm.message-error {
        margin: 1rem 0 0;
        padding: 1rem;
        width: 100%;
    }

        .totalsWrapper.fixed .order-confirm.message-error:after {
            content: none;
        }


    .section .title h5 {
        margin: 0;
    }

    .divCheckOutWrapper .mSectionWrapper .section-title .button-2 {
        margin: 0 0 2rem;
    }

    .divCheckOutWrapper .panel:first-child .section .title {
        border: none;
    }

    .divCheckOutWrapper .mSectionWrapper .mSectionWrapperHeader:after {
        content: '';
        background: url('/Themes/Shared/Content/images/filter_dropdown_arrow.svg') no-repeat;
        transform: rotate(-90deg);
        transition: transform 200ms linear;
        width: 14px;
        height: 8px;
        position: absolute;
        top: 1.5rem;
        right: 1rem;
    }

    .divCheckOutWrapper .mSectionWrapper.active .mSectionWrapperHeader:after {
        transform: rotate(0deg);
        transition: transform 200ms linear;
    }

    .divCheckOutWrapper .mSectionWrapper {
        border-bottom: 1px solid #ccc;
    }

        .divCheckOutWrapper .mSectionWrapper.active {
            border: none;
        }

        .divCheckOutWrapper .mSectionWrapper .section {
            height: 0;
            overflow: hidden;
            transition: all .3s ease-in-out;
            transform-origin: left top;
            transform: scaleY(0);
        }

        .divCheckOutWrapper .mSectionWrapper.active .section {
            height: auto;
            transform: scaleY(1);
            border-top: 1px solid #ccc;
        }

    .divCheckOutWrapper .section-body {
        padding: 0 0 3rem 0;
        display: block;
        border-bottom: 1px solid #ccc;
    }

    .divCheckOutWrapper > .panel {
        margin: 1rem 0 0;
    }

    .mSectionWrapperHeader {
        padding: 0 0 1rem 0;
    }

    .mSectionWrapper h5 {
        font-size: 2.4rem;
        margin-bottom: 0;
    }

    .mSectionWrapper .checkoutSelectedDisplay {
        line-height: 2rem;
        color: #777;
        padding-top: .5rem;
    }


    /*  totals  */
    .center-1 {
        margin: 0;
    }

    .CartStickyRight {
        padding: 0 0 2rem;
        border-bottom: 1px solid #ccc;
    }

    .shopping-cart-page .CartStickyRight {
        border-bottom: none;
    }

    .CartStickyRight .totalsWrapper {
        top: 0;
    }

        .CartStickyRight .totalsWrapper.fixed {
            background: #fff;
            left: 0;
            width: 100%;
            padding: 0;
            z-index: 100;
            -webkit-box-shadow: 0px 7px 5px -5px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 7px 5px -5px rgba(0,0,0,0.3);
            box-shadow: 0px 7px 5px -5px rgba(0,0,0,0.3);
            transition: all 1s ease-in-out;
        }

            .CartStickyRight .totalsWrapper.fixed .totals {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }

            .CartStickyRight .totalsWrapper.fixed .buttons.complete-button {
                display: flex;
                flex-direction: column;
                justify-content: space-around;
                flex-grow: 0;
            }

            .CartStickyRight .totalsWrapper.fixed .order-totals-panel {
                flex-grow: 0;
                width: auto;
            }

        .CartStickyRight .totalsWrapper .panel .cart-total tr:not(.cart-total-row) td,
        .CartStickyRight .totalsWrapper .panel.coupon-box-panel,
        .CartStickyRight .totalsWrapper .panel.giftcard-box-panel {
            height: auto;
            transform: scaleY(1);
        }

        .CartStickyRight .totalsWrapper.fixed .panel .cart-total tr:not(.cart-total-row),
        .CartStickyRight .totalsWrapper.fixed .panel .cart-total tr:not(.cart-total-row) td,
        .CartStickyRight .totalsWrapper.fixed .deals,
        .CartStickyRight .totalsWrapper.fixed .giftcard-box,
        .CartStickyRight .totalsWrapper.fixed .panel.coupon-box-panel,
        .CartStickyRight .totalsWrapper.fixed .panel.giftcard-box-panel,
        .CartStickyRight .totalsWrapper.fixed .idMeWrapper {
            height: 0;
            overflow: hidden;
            transform-origin: left top;
            transform: scaleY(0);
            display: table-column;
        }

        .CartStickyRight .totalsWrapper.fixed .order-totals-panel .cart-total-row td,
        .CartStickyRight .totalsWrapper.fixed .order-total td {
            padding-top: 0;
            display: block;
            text-align: left;
        }

        .CartStickyRight .totalsWrapper.fixed .totals .cart-total .cart-total-row td span {
            font-size: 1.8rem;
            line-height: 2rem;
            /*transition: all .3s ease-in-out;*/
        }

        .CartStickyRight .totalsWrapper.fixed .totals .complete-button .confirm-order-next-step-button,
        .CartStickyRight .totalsWrapper.fixed .totals .complete-button button {
            height: auto;
            font-size: 1.8rem;
            /*transition: all .3s ease-in-out;*/
            margin: 0;
        }

        .CartStickyRight .totalsWrapper.fixed .panel-loader-effect .spinner {
            left: 3rem;
            top: calc(50% - 11px);
            font-size: 22px;
        }

        .CartStickyRight .totalsWrapper.fixed .totals {
            padding: 1rem;
        }

    .totalsWrapper .totals .complete-button button,
    .totalsWrapper .totals .checkout-buttons button {
        margin: 1rem 0 0;
    }

    .CartStickyRight .totals {
        padding: 0 0 .5rem;
        border: none;
        background: transparent;
    }

    .CartStickyRight .coupon-code {
        max-width: 100%;
    }

    .total-info.panel {
        margin: 0;
    }

    .cart-total td {
        padding: 0;
    }

    .order-totals-panel .cart-total-row td, .order-total td {
        padding-top: 1rem;
    }

    .coupon-box, .giftcard-box {
        border: none;
        padding: 0;
        background: transparent;
    }

    .panel-loader-effect.order-total-content-loader {
        background: rgba(255, 255, 255, 0.8);
    }

    .QuickAddToCartWidget {
        max-width: 100%;
        background: initial;
        border-width: 1px 0 0;
        border-radius: 0;
        padding: 2rem 0;
        margin: 2rem 0 4rem;
        width: 100%;
    }
    /* payment method */
    .payment-method-panel .method-list li.ng-scope,
    .payment-method-panel .method-list .method-name,
    .payment-method-panel .method-list .ng-scope .method-name {
        display: block;
        height: auto;
        padding: 1rem 0 0 .5rem;
    }

    .payment-method-panel .NewPayment .method-list .method-name,
    .payment-method-panel .NewPayment2 .method-list .method-name {
        display: flex;
        padding: 0 0 .5rem;
    }

    .payment-method-panel .NewPayment .method-list .ng-scope.ng-scope.ng-scope.ng-scope,
    .payment-method-panel .NewPayment2 .method-list .ng-scope.ng-scope.ng-scope.ng-scope {
        display: inline-block;
        height: auto;
        padding: 1rem 0 0 .5rem;
        border-top: none;
    }

    .payment-method-panel .NewPayment .method-list .method-name > label,
    .payment-method-panel .NewPayment2 .method-list .method-name > label {
        line-height: 4rem;
    }

    .payment-method-panel .method-list .method-name > label {
        vertical-align: middle;
    }

    .payment-method-panel .method-list .method-name .k-dropdown {
        padding: 0 4rem 0 0;
    }

    .CokesburyPaymentWrapper .method-list .payment-logo {
        display: none;
    }

    .CokesburyPaymentWrapper .method-list .payment-details,
    .CokesburyPaymentWrapper .method-list .label.customInputWrapper {
        display: inline-block;
        vertical-align: middle;
    }

    .payment-method-panel .method-list .ng-scope .method-name .paymentMethodSelectWrapper,
    .payment-method-panel .method-list .ng-scope .method-name .ng-binding {
        display: block;
        width: 100%;
    }


    .inputs.SaveForFutureCardWrapper {
        margin-top: 1rem;
    }
    /* shipping address*/
    .shipping-method-panel .method-list .ng-scope:first-of-type {
        border-top: none;
    }

    .divCheckOutWrapper .addresses li {
        width: 100%;
        width: 100%;
        margin: 0 0 2rem;
    }

    .divCheckOutWrapper .addresses li {
        border-bottom: 1px solid #ccc;
        padding-bottom: 1rem;
    }

    .currentShippingAddress .addressName {
        display: block;
    }

    .currentShippingAddress .addressCountry,
    .currentShippingAddress .addressPhone {
        display: none;
    }

    .divCheckOutWrapper .addresses .address {
        line-height: 2.4rem;
    }

    .divCheckOutWrapper .addresses {
        padding-top: 1rem;
        border-top: 1px solid #ccc;
    }


    /* shipping method */
    .shipping-method-panel .method-list .ng-scope .method-name,
    .shipping-method-panel .method-list .ng-scope,
    .shipping-method-panel .method-list li {
        height: 6rem;
    }

    .shippingMethodLabel {
        font-size: 1.6rem;
    }


    .shipping-method-panel .method-list .ng-scope .method-name label.customInputWrapper {
        line-height: .5rem;
    }

    .shippingMethodLabel {
        margin-left: 1rem;
    }

    .shipping-method-panel .method-list .ng-scope:last-child,
    .shipping-method-panel .method-list li:last-child {
        border: none;
    }

    .showMoreAddresses {
        padding-bottom: 1rem;
    }
    /* order summary */



    /* new one page checkout */
    .checkout-data .section .selectableList {
        margin: 1rem 0 2rem;
    }

    .step-title .number,
    .step-title .accordianTitle {
        font-size: 2.8rem;
    }

    li .step-title .number {
        width: 4rem;
        margin: 0 1px 0 0;
    }

    li.allow .step-title .accordianTitle {
        text-indent: .5rem;
    }

    .step-title .checkoutEditText {
        top: 1rem;
        right: 1rem;
        font-size: 1.4rem;
    }

    .checkout-data .selectableList li {
        margin: 0 0 1rem;
    }


    .checkout-data .selectableList.twoColumn li,
    .checkout-data .new-shipping-address .edit-address .formColumn,
    .order-review-data .formColumn {
        width: 100%;
    }

    .checkout-data .new-shipping-address .edit-address {
        display: block;
        margin: 0;
    }

    .order-review-data {
        display: block;
        margin: 0 0 1rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #ccc;
    }

    .checkoutStepsButtonsWrapper {
        margin: 2rem 0 6rem;
        display: block;
    }

        .checkoutStepsButtonsWrapper#alt-confirm-order-buttons-container {
            display: none;
        }

    .checkoutStepsButtonsWrapper > * {
        margin: 0 0 2rem;
    }
    .checkoutPaymentInfoWrapper .addNewPaymentButton {
        display: flex;
        margin-top: 1rem;
    }
    /* order overview */
    .section.shipments, .order-overview {
        padding: 0;
        min-height: initial;
        background: #fff;
    }

        .order-overview .order-overview-content {
            flex-direction: column;
        }

    .order-details-page .order-overview .order-overview-content > li {
        margin: 0 0 2rem;
        max-width: 100%;
    }

    .order-details-area {
        flex-direction: column;
    }

        .order-details-area .info-list {
            padding: 0;
            margin: 0;
        }

            .order-details-area .info-list li {
                margin: 0 0 2rem;
            }

                .order-details-area .info-list li label {
                    display: block;
                }


    .data-table.cart {
        border: solid #ccc;
        border-width: 1px 0;
        margin-bottom: 2rem;
    }

    .order-details-page .data-table.cart tbody td {
        padding-top: 4rem;
        text-align: center;
        display: inline-block;
        width: auto;
        text-align: left;
        padding: 0;
    }

        .order-details-page .data-table.cart tbody td.product {
            display: block;
            width: 100%;
        }

    .data-table.cart label {
        display: block;
        text-align: left;
    }

    .order-details-page .cart tbody .product {
        padding-top: 0;
        margin: 1rem 0;
    }

    .data-table.cart td.sku label {
        display: inline-block;
    }

    /* save for later, wishlist*/
    .wishlist-content {
        margin-top: 4rem;
    }

        .wishlist-content .cart tbody td,
        .saveforlater-content .cart tbody td {
            padding: 0;
            position: relative;
            height: auto;
        }

            .wishlist-content .cart tbody td.quantity,
            .saveforlater-content .cart tbody td.quantity {
                padding: 0;
                position: relative;
                height: auto;
            }

            .wishlist-page .cart tbody td.remove-from-cart,
            .saveforlater-content .cart tbody td.remove-from-save-for-later,
            .saveforlater-content .cart tbody td.add-to-cart {
                margin-right: 2rem;
            }

                .wishlist-page .cart tbody td.remove-from-cart label,
                .wishlist-page .cart tbody td.add-to-cart label {
                    display: block;
                    color: var(--link-color);
                    font-weight: normal;
                }

                .wishlist-page .cart tbody td.remove-from-cart input,
                .wishlist-page .cart tbody td.add-to-cart input {
                    display: none;
                }

        .wishlist-content .buttons input {
            margin: 2rem 0 0;
        }

        .wishlist-content .buttons .wishlist-add-to-cart-button {
            display: none;
        }

    .order-list-page .buttons {
        margin: 0;
        width: 100%;
    }

        .order-list-page .buttons .update-save-for-later-button {
            width: 100%;
            margin-top: 2rem;
        }



    /* category pages */
    .html-category-page .center-2 {
        padding: 3rem 3%;
    }

    .category-description ul.questionWrapper .question {
        font-size: 1.8rem;
        padding: 1.5rem 7rem 1.5rem 1.5rem;
    }

    ul.questionWrapper .answer {
        padding: 2rem;
    }

    .categoryContentWrapper .leftHandNavWrapper .mobileCategorySectionHeader {
        position: relative;
        padding: 0;
        margin: 0;
        height: auto;
        padding: 2rem;
        font-size: 2rem;
        font-weight: 600;
        top: 100%;
        left: 0;
        width: 100%;
        background: #f6f7f8;
    }

    .leftHandNavWrapper .list li.active {
        display: none;
        padding: 0 2rem 2rem;
        margin: 0;
    }

    .categoryContentWrapper {
        display: block;
    }

    .html-category-page .leftHandNavWrapper {
        width: 100%;
        padding: 0;
    }

    .html-category-page .center-2 {
        width: 100%;
    }

    .html-category-page .leftHandNavWrapper .nopAjaxFilters7Spikes {
        display: none;
    }

    .master-wrapper-content,
    .master-column-wrapper {
        position: initial; /* this removes the relative position and allows filters to overflow the container */
    }



    /* ajax cart */

    .ajaxCart {
        position: fixed;
        width: 100%;
        max-width: 100%;
        height: 100%;
        overflow: auto;
        left: 0 !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        background: #fff;
    }


        .ajaxCart .k-window-titlebar.k-header .k-window-actions {
            position: fixed;
            top: 1rem;
            right: 1rem;
            background: #fff !important;
            border: 1px solid #ccc !important;
            border-radius: 50% !important;
            cursor: pointer;
            z-index: 1;
            padding: 0;
        }

            .ajaxCart .k-window-titlebar.k-header .k-window-actions a {
                padding: 3rem;
            }

        .ajaxCart .k-window-titlebar.k-header {
        }

    .miniProductDetailsView .product-essential {
        padding: 0 2rem;
    }

    .ajaxCart .product-essential .overview .product-name {
        margin-top: .5rem;
        display: block;
        margin: 0;
    }

    .ajaxCart .product-essential .overview .s2 {
        font-family: 'Corda-Regular', serif;
        font-size: 2.2rem;
        font-weight: normal;
        line-height: 1.2;
    }

    .ajaxCart .product-essential .gallery .picture img {
        max-height: 30vh;
    }


    .miniProductDetailsView .overview .add-to-cart .qty-input {
        max-width: 6rem;
    }

    /* modals */
    .bar-notification {
        width: 100%;
        max-width: 100%;
        top: 0;
        margin: 0;
    }
    /* account application */
    #formAccountApplication {
        padding: 0 3%;
        margin: 2rem 0;
    }

        #formAccountApplication .s4 {
            margin: 0;
        }


    .titleBannerImage {
        height: 80px;
    }




    /* new grid */

    .breadcrumb {
        display:none;
    }

    .product-details-page .product-essential {
        display: grid;
        grid-template-areas: 'gridRowTitleContributor' 'gallery' 'gridRowPriceDescription';
        grid-template-columns: auto;
    }
    .product-variant-options {
        grid-area: product-variant-options;
    }
    .addToCartWrapper { /* add to cart on grouped pages, blank on simple */
        grid-area: addToCartWrapper;
    }
    .product-details-page .gridRowPriceDescription {
        display: grid;
        row-gap: 1rem;
        align-items: flex-end;
        grid-template-columns: 1fr max-content;
        grid-template-areas: 'product-variant-options product-variant-options' 'optionalProductFields optionalProductFields' 'priceWrapper qtyWrapper' 'addToCartWrapper addToCartWrapper' 'shippingDetails shippingDetails' 'productDetailSecondaryButtons productDetailSecondaryButtons' 'gridDescriptionWrapper gridDescriptionWrapper';
    }


    #myAccountNav {
        position: fixed;
    }
        #myAccountNav.active {
            position: fixed;
            left: 0px;
            top: 72px;
            z-index: 1000;
            bottom: 0px;
            height: 100%;
        }

    #myAccountMobileNav.active {
        position: fixed;
        top: 0px;
        width: 100%;
        left: 0px;
    }
 


    .myAccountWrapper #sidebar {
        width: auto;
        max-width: auto;
    }
    #sidebar .SideBarToggle {
    display: none;
    }

    .managesubs-page .divCheckOutWrapper {
    width: 100%;
    }

    .managesubs-page .totalsWrapper.fixed, .managesubs-page .totalsWrapper, .managesubs-page .CartStickyRight {
    width: auto;}





        .divManageProductsListItems .product-picture {
            grid-row-start: 1;
            grid-row-end: none;
        }


    .divManageProductsListItemVariantsWrapper {
        text-align: left;
        grid-column-start: 1;
        grid-column-end: span 2;
    }

    /* Mobile Remove Restrictions for slideout */
    .hiddenProductDetails .divHideShowParent .divHideShowContent {
        max-height: none !important;
    }

    .HeaderBannerRow .HeaderBannerImageWrapper {
        display: none;
    }
    .HeaderBannerRow .HeaderBannerTextWrapper {
        width: 100%;
        padding: 20px;
    }
    .HeaderBannerRow .HeaderBannerTextWrapper .s5 {
       font-size: 1.75REM;
    }
    .ProductDetailVideoPopup {
        width: auto !important;
        max-width: 100% !important;
        background: #fff !important;
        position: absolute !important;
        top: 100px !important;
        left: 0px !important;
        margin: 20px !important;
        padding: 20px !important;
    }

    .divCurriculumAutoShipListpanel .card-footer {
        display: flex;
        justify-content: space-between;
        flex-flow: column-reverse;
    }
}


