/*THIS FILE AFFECTS THE WEBSITE AND THE STORE*/
/* ..zoomCart */
.nextCartWrapper {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    z-index:1000;
}
.cartZoom .nextCartWrapper,
.CCartActive.cartZoom .nextCartWrapper {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    display:block !important;
}
.cartZoom.nextStoreFront td.cart {
    display:table-cell;
}
.cartZoom #nextCartMask {
    position:fixed;
    width:100%;
    height:100%;
    background:#000;
    z-index:2;
    top:0;
    left:0;
}
.CCartActive #closeCart {
    display:none;
}
.CCartActive.nextCartShowing.cartZoom #nextCartMask {
    display:block !important;
}
.cartZoom .nextCartFooter {
    display:none;
}
#nextCartHeading span {
    display:none;
}
.cartZoom #nextCartHeading span,
.nextCartShowing.ccModeOn #nextCartHeading span{
    display: block;
}
.cartZoom #nextCartHeading,
.nextCartShowing.ccModeOn #nextCartHeading {
    background: none;
}
#nextCartHeading span {
    color: #FFF;
    float: right;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 28px;
    line-height: 17px;
    opacity: .8;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    cursor:pointer;
}
#nextCartHeading span:hover {
    opacity:1;
}
.CCartActive #responsiveUtilityWrapper {
    top:-999px; 
}
.oms.CCartActive #responsiveUtilityWrapper {
    top:0;
}
.cartZoom #cartUtilityWrap {
    display:none;
}

/*end zoomCart*/

body header .mk-header-cart-count,
.mk-header-cart-count{
    width:auto;
    min-width: 25px;
    padding: 0 5px !important;
    line-height: 25px;
    height: 25px;
    border-radius: 99px;
    box-sizing: border-box;
}
.accountWrap {
    position: relative;
}
.accountLink.open:after {
    background:none !important;
}
.accountMenu {
    display:none;
    font-size: 14px;
    background: white;
}
 @media only screen and (min-width: 1141px) {
    .accountMenu {
        display:none;
        position: absolute;
        top:90px;
        left:-50px;
        padding:5px;
        border: 1px solid #ccc;
        min-width:250px;
        font-size: 14px;
    }
}
.accountMenu li {
    list-style: none;
    text-align: left;
    padding: 5px;
    margin: 0;
    line-height: 1;


}
.accountMenu li span {
    display: inline;
}
.accountMenu a {
    display: block;
    padding: 0;
    margin: 0;


}
body.CCartActive  {
    padding-top:0;
}
.oms .nextCartTop {
    display: none;
}
/*mobile*/
.mobileNoCart .cartBtn {
    display: none;
}