﻿/* BEGIN: p-positioning.css */

.p-floatLeft {
    float: left;
}

.p-floatRight {
    float: right;
}

.p-centered {
    text-align: center;
}

.p-show {
    display: block !important;
    visibility: visible !important;
}

.p-showInlineBlock {
    display: inline-block !important;
    visibility: visible !important;
}

.p-hide {
    display: none !important;
    visibility: hidden !important;
}

.p-horizontalList {
    font-size: 0;
}

    .p-horizontalList > * {
        display: inline-block;
        list-style-type: none;
        font-size: 100%;
        margin: 0;
    }

.p-clearfix {
    overflow: hidden;
    *zoom: 1;
}

/* END: p-positioning.css */


/* ***************** */


/* BEGIN: m-pricingStory.css */

/* modules / pricingStory
 *
 * Formats different instances of product price and its adjustments.
 *
 */
.m-addToBagConfirmation .m-pricingStory .e-price, .m-addToBagConfirmation .m-pricingStory .e-price--adjusted, .m-addToBagConfirmation .m-pricingStory .e-price--original {
    color: #333;
}

.m-addToBagConfirmation .m-pricingStory .e-price--adjusted {
    color: #cc0000;
    margin-top: 5px;
    margin-bottom: 3px;
}

.m-addToBagConfirmation .m-pricingStory .e-price--original {
    color: #262626;
    text-decoration: line-through;
}

.m-addToBagConfirmation .m-pricingStory .e-price--savings {
    color: #cc0000;
}

/* END: m-pricingStory.css */


/* ***************** */


/* BEGIN: m-closeButton.css */

/* modules / closeButton
 *
 * Triggers disable of other modules, such as popups or tooltips
 *
 */
.m-closeButton {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    text-shadow: 0 1px 0 white;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 12px;
}

    .m-closeButton:before {
        content: "\00D7";
    }

    .m-closeButton:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        opacity: 0.4;
    }

/* END: m-closeButton.css */


/* ***************** */


/* BEGIN: m-popupWindow.css */

.m-popupWindow {
    overflow: hidden;
    *zoom: 1;
    -moz-box-shadow: 0px 0px 5px #333;
    -webkit-box-shadow: 0px 0px 5px #333;
    box-shadow: 0px 0px 5px #333;
    background-color: #fff;
    display: none;
    padding: 1%;
    position: absolute;
    width: 60%;
    top: 200px;
    z-index: 2147483647;
}

    .m-popupWindow *, .m-popupWindow *:before, .m-popupWindow *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .m-popupWindow.lteIE9 {
        border: 3px solid #aaa;
    }

.m-popupWindow-bg {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: #fff;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483646;
}

/* END: m-popupWindow.css */


/* ***************** */


/* BEGIN: m-addtoBagConfirmation.css */

.m-addToBagConfirmation {
    width: 760px;
    padding: 0 0 3em;
    overflow: hidden;
}

    .m-addToBagConfirmation .e-column-productInfo, .m-addToBagConfirmation .e-column-cartInfo {
        float: left;
        list-style-type: none;
        margin-bottom: -9999px;
        padding: 5%;
        padding-bottom: 9999px;
    }

    .m-addToBagConfirmation .e-column-productInfo {
        width: 57%;
    }

    .m-addToBagConfirmation .e-column-cartInfo {
        font-weight: bold;
        width: 43%;
    }

    .m-addToBagConfirmation .e-heading {
        background: transparent url("//secureimages.plussizetech.com/images/site_images/roamans/check.png") no-repeat scroll left center;
        color: #007500;
        font-size: 1.3em;
        font-weight: bold;
        margin-bottom: .5em;
        padding-left: 2em;
    }

    .m-addToBagConfirmation .e-productName {
        font-size: 1.2em;
        font-weight: bold;
        margin: 15px 0 0;
    }

    .m-addToBagConfirmation .e-productImage {
        margin-right: 8%;
        vertical-align: top;
        width: 28%;
    }

    .m-addToBagConfirmation .e-productData {
        display: inline-block;
        list-style-type: none;
        vertical-align: top;
        width: 60%;
    }

    .m-addToBagConfirmation .e-productColor {
        text-transform: capitalize;
    }

    .m-addToBagConfirmation .e-productInfoLabel, .m-addToBagConfirmation .e-shippingStatusLabel {
        font-weight: bold;
    }

    .m-addToBagConfirmation .e-productInfoLabel {
        display: inline-block;
        width: 23%;
    }

    .m-addToBagConfirmation .e-shippingStatusLabel {
        font-size: 1.3em;
    }

    .m-addToBagConfirmation .e-shippingStatus, .m-addToBagConfirmation .e-shippingStatus--backOrder, .m-addToBagConfirmation .e-shippingStatus--dropShip, .m-addToBagConfirmation .e-shippingStatus--fullBeauty, .m-addToBagConfirmation .e-shippingStatus--braClub, .m-addToBagConfirmation .e-shippingStatus--bonusItem, .m-addToBagConfirmation .e-shippingStatus--intlShipping, .m-addToBagConfirmation .e-shippingStatus--heavyItem {
        margin-top: 1em;
    }

    .m-addToBagConfirmation .e-shippingStatus--backOrder, .m-addToBagConfirmation .e-shippingStatus--dropShip, .m-addToBagConfirmation .e-shippingStatus--fullBeauty, .m-addToBagConfirmation .e-shippingStatus--braClub, .m-addToBagConfirmation .e-shippingStatus--bonusItem, .m-addToBagConfirmation .e-shippingStatus--intlShipping, .m-addToBagConfirmation .e-shippingStatus--heavyItem {
        display: none;
    }

    .m-addToBagConfirmation .e-shippingStatusLabel {
        color: #007500;
        font-weight: bold;
    }

    .m-addToBagConfirmation .e-shippingStatus--backOrder .e-shippingStatusLabel {
        color: #f90;
    }

    .m-addToBagConfirmation .e-shippingStatusDate {
        font-weight: bold;
    }

    .m-addToBagConfirmation .e-cartItems {
        font-size: 1em;
        margin-bottom: 1em;
    }

    .m-addToBagConfirmation .e-cartSubtotalLabel {
        display: inline-block;
        width: 62%;
    }

    .m-addToBagConfirmation .e-cmsContent {
        font-weight: normal;
        margin-top: 1em;
    }

    .m-addToBagConfirmation .p-cta, .m-addToBagConfirmation .p-cta--affirmative {
        width: 100%;
    }

    .m-addToBagConfirmation .m-pricingStory {
        font-size: 1em;
        margin-bottom: 1em;
    }

        .m-addToBagConfirmation .e-column-cartInfo .m-pricingStory {
            margin-bottom: 3em;
        }

.m-addToBagConfirmation-productTemplate {
    display: none;
}

    .m-addToBagConfirmation-productTemplate.is-populated {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    .m-addToBagConfirmation-productTemplate.is-multiItem {
    }


/* END: m-addtoBagConfirmation.css */


/* BEGIN: New styles and overrides */
#atb-recommendations {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    padding-top: 10px;
    border-top: 1px solid #dedede;
}

    #atb-recommendations .recommendation {
        float: left;
        width: 175px;
        padding-left: 20px;
    }

        .product-image {
            display: table-cell;
            height: 137px;
            vertical-align: middle;
        }

        #product_rr .product-image, #cart_rr .product-image {
            display: block;
        }

.prod-img {
    width: 88px;
    clear: both;
    padding-bottom: 10px;
}

.brand {
    font-weight: bold;
}

.prod-text {
    clear: both;
    display: block;
}

a.prod-text {
    color: #262626;
    text-decoration: underline;
}

.m-addToBagConfirmation .original-price {
    text-decoration: line-through;
}

.m-addToBagConfirmation .sale-price {
    color: #c00;
}

.overlay-header-ymal {
    color: #262626;
    text-transform: uppercase;
    font-size: 15pt;
    font-weight: normal;
    width: 98%;
    padding: 5px 0;
    text-align: center;
    margin: 0 auto;
    clear: both;
    font-family:'Times New Roman';
}

.m-addToBagConfirmation .e-column-productInfo, .m-addToBagConfirmation .e-column-cartInfo {
    padding: 20px 30px;
    margin: 15px 0;
}

.m-addToBagConfirmation .e-column-cartInfo {
    padding: 20px 50px;
}

#carousel-shoppingcart {
    width: 100%;
}

    #carousel-shoppingcart .item {
        margin-bottom: 20px;
    }

#carousel-atb-recommendations {
    width: 100%;
}

    #carousel-atb-recommendations .item {
        width: 150px;
    }

.carousel-wrap {
    float: left;
    position: relative;
    width: 100%;
    padding: 10px 20px 0;
}

.owl-carousel .owl-wrapper-outer {
    margin-left: 10px;
}

.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    position: absolute;
    top: 35%;
    width: 10px;
    height: 23px;
    background: url("//secureimages.plussizetech.com/images/site_images/mastersite/sprite-carousel-osp.png") 0 0 no-repeat;
    border-radius: 0;
    margin: 0;
    text-indent: -9999px;
}

    .owl-theme .owl-controls .owl-buttons div.disabled {
        display: none;
    }

.owl-theme .owl-controls .owl-page span {
    background-color: #000;
    width: 9px;
    height: 9px;
    margin: 5px 4px;
}

#carousel-shoppingcart.owl-theme .owl-controls .owl-page span {
    width: 8px;
    height: 8px;
    margin: 4px;
}

#carousel-shoppingcart.owl-theme .owl-pagination {
    margin-top: 10px;
}

#carousel-atb-recommendations.owl-theme .owl-pagination {
    display: none; /* Brand didn't want pagination for recommendations */
}

#carousel-atb-recommendations.owl-theme.owl-theme .owl-controls {
    margin: 0;
}

.carousel-wrap .owl-prev {
    background-position: 10px center !important;
    left: -10px;
}

.carousel-wrap .owl-next {
    right: -10px;
    background-position: -10px 0 !important;
}

#carousel-shoppingcart .owl-prev {
    left: -25px;
    top: 55px;
}

#carousel-shoppingcart .owl-next {
    right: -20px;
    top: 55px;
}

.p-cta, .p-cta--affirmative, .p-cta--affirmative:link, .p-cta--affirmative:active, .p-cta--affirmative:visited, .p-cta:link, .p-cta--affirmative:link, .p-cta:active, .p-cta--affirmative:active, .p-cta:visited, .p-cta--affirmative:visited {
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #b1b1b1), color-stop(100%, #e4e4e4));
    background-image: -webkit-linear-gradient(to bottom, #b1b1b1, #e4e4e4);
    background-image: -moz-linear-gradient(to bottom, #b1b1b1, #e4e4e4);
    background-image: -o-linear-gradient(to bottom, #b1b1b1, #e4e4e4);
    background-image: linear-gradient(to bottom, #b1b1b1, #e4e4e4);
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    background-image:none;
    text-shadow: none;
    width: 90%;
    background-color: #B1B1B1;
    border: 2px solid #a4a4a4;
    border:none;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.8em;
    margin-right: 0.8em;
    margin-top: 1em;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
}

    .p-cta--affirmative, .p-cta--affirmative:link, .p-cta--affirmative:active, .p-cta--affirmative:visited {
        background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #ff9900), color-stop(100%, #ffd699));
        background-image: -webkit-linear-gradient(to bottom, #ff9900, #ffd699);
        background-image: -moz-linear-gradient(to bottom, #ff9900, #ffd699);
        background-image: -o-linear-gradient(to bottom, #ff9900, #ffd699);
        background-image: linear-gradient(to bottom, #ff9900, #ffd699);
        background-image:none;
        background-color: #F90;
        border-color: #e68a00;
    }

/* No Recommendations */
.m-addToBagConfirmation.atb-norec {
    padding-bottom: 0;
}

    .m-addToBagConfirmation.atb-norec #atb-recommendations {
        display: none;
    }

/* Vertical Recommendations Overrides */

.m-addToBagConfirmation.atb-vertical .e-column-cartInfo {
    padding: 70px 15px 0;
}

    .m-addToBagConfirmation.atb-vertical .e-column-productInfo, .m-addToBagConfirmation.atb-vertical .e-column-cartInfo {
        float: none;
        width: auto;
        overflow: hidden;
    }

    .m-addToBagConfirmation.atb-vertical .e-column-cartInfo {
        margin-top: 0;
    }

    .m-addToBagConfirmation.atb-vertical .e-column-productInfo {
        border-right: none;
    }

    .m-addToBagConfirmation.atb-vertical.atb-norec {
        width: 500px;
        padding-bottom: 0;
    }

        .m-addToBagConfirmation.atb-vertical.atb-norec .atb-leftsection {
            width: 100%;
        }

        .m-addToBagConfirmation.atb-vertical.atb-norec .e-column-cartInfo {
            padding-top: 20px;
            margin-bottom: 0;
        }

    .m-addToBagConfirmation.atb-vertical .e-cartItems, .m-addToBagConfirmation.atb-vertical .m-pricingStory {
        float: right;
        margin-top: 1em;
        width: 48%;
        font-size: 1em;
    }

    .m-addToBagConfirmation.atb-vertical .m-pricingStory {
        margin-top: 0;
        width: 100%;
    }

    .m-addToBagConfirmation.atb-vertical .e-column-cartInfo .m-pricingStory {
        margin-top: 0;
        width: 48%;
    }

.atb-vertical .owl-carousel .owl-wrapper-outer {
    margin-left: 0;
    height: auto !important;
}

.atb-vertical .e-column-cartInfo li {
    clear: both;
}

.atb-vertical .p-cta, .p-cta--affirmative, .atb-vertical .p-cta--affirmative:link, .atb-vertical .p-cta--affirmative:active, .atb-vertical .p-cta--affirmative:visited, .atb-vertical .p-cta:link, .atb-vertical .p-cta--affirmative:link, .atb-vertical .p-cta:active, .atb-vertical .p-cta--affirmative:active, .atb-vertical .p-cta:visited, .atb-vertical .p-cta--affirmative:visited {
    font-size: 1em;
    width: 48%;
}

.atb-vertical .p-cta--affirmative, .atb-vertical .p-cta--affirmative:link, .atb-vertical .p-cta--affirmative:active, .atb-vertical .p-cta--affirmative:visited {
    float: right;
    margin-right: 0;
}

.m-addToBagConfirmation.atb-vertical .atb-leftsection {
    width: 64%;
    display: inline-block;
    border-right: 1px solid #dedede;
}

.atb-vertical #atb-recommendations {
    width: 33%;
    display: inline-block;
    overflow: hidden;
    height: auto;
    vertical-align: top;
    margin-top: 31px;
    border-top: none;
    border-left: 1px solid #dedede;
}

.atb-vertical .prod-infoHolder {
    float: left;
    margin-top: 10px;
    width: 125px;
}

.atb-vertical .owl-wrapper-outer {
    height: auto !important;
    -webkit-transition-property: width, height; /* Safari */
    transition-property: width, height;
}

.atb-vertical #atb-recommendations .owl-theme .owl-controls {
    display: none !important;
}

.atb-vertical #atb-recommendations .recommendation {
    width: auto;
    float: none;
    padding-left: 0;
}

    .atb-vertical #atb-recommendations .recommendation:after {
        content: " ";
        display: table;
        clear: both;
    }

.atb-vertical #carousel-atb-recommendations .item {
    padding-bottom: 0;
    display: table;
}

.atb-vertical #atb-recommendations .prod-img {
    margin: 0 15px 0 0;
    clear: none;
    vertical-align: middle;
    -webkit-transform: rotate(360deg);
    float: left; 
}

.atb-vertical #atb-recommendations .prod-text {
    clear: none;
    text-align: left;
}

    .atb-vertical #atb-recommendations .prod-text.original-price {
        text-decoration: line-through;
    }


    .atb-vertical #atb-recommendations .prod-text.product-name {
        margin-top: 0;
    }

    .atb-vertical #atb-recommendations .prod-text.sale-price {
        text-decoration: none;
    }

.atb-vertical .overlay-header-ymal {
    background: none;
    font-size: 1.2em;
    text-indent: 15px;
    text-align: left;
}

.atb-vertical #atb-recommendations .owl-item {
    width: auto !important;
    float: none;
    padding-bottom: 20px;
    -webkit-transform: translate3d(0,0,0);
      -moz-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      -o-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
}

.atb-vertical #atb-recommendations #carousel-atb-recommendations {
    height: auto;
}

.atb-vertical .carousel-wrap.carousel-atb-recommendations {
    padding-top: 0;
    padding-right: 0;
}
/*
.atb-ajax {
    display: inline-block !important;
}

.atb-old-pdp {
    display: none !important;
}*/
/* END: New styles and overrides */

/* ATB Recommendations dynamic height workaround for vertical layout */
.atb-vertical #atb-recommendations {
    position: absolute;
    top: 0;
    bottom: 10px;
}

.atb-vertical .carousel-wrap.carousel-atb-recommendations {
    position: absolute;
    top: 0;
    bottom: 0;
}

.atb-vertical #carousel-atb-recommendations {
    position: absolute;
    top: 40px;
    bottom: 0;
}

    .atb-vertical #carousel-atb-recommendations .owl-wrapper-outer {
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .atb-vertical #carousel-atb-recommendations .owl-wrapper {
        display: table !important;
        height: 100%;
    }

    .atb-vertical #carousel-atb-recommendations .owl-item {
        display: table-row;
        height: 33%;
    }

        .atb-vertical #carousel-atb-recommendations .owl-item .recommendation {
            display: table-cell;
            vertical-align: middle;
            padding-bottom: 10px;
        }

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.carousel-wrap.carousel-shoppingcart {
padding: 10px 0;
}

#atb-recommendations
{
    min-height:238px;
    width:100%
}

