
#modalCartPopup button.close {
    background: #000;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 7px;
    font-weight: normal;
    font-size: 16px;
    right: -15px;
    top: -15px;
}

#modalCartPopup button.close:focus, #modalCartPopup button.close:hover {
    opacity: 1;
    color: yellow;
}

.fancybox-wrap, .fancybox-inner {
    width: 100% !important;
    display: none !important;
    background: red !important;
}

.cartNavigator {
    padding-right: 20px;
    position: relative;
}

.h2Cart {
    font-size: 15px;
    padding: 30px 0 20px 20px;
}

.pCart {
    display: block;
    text-align: center;
    margin-top: 190px;
}

.pCart a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
}

.scrollCustom {
    display: block;
}

.cartPop {
    background: #fff;
    width: 100%;
    font-size: 12px;
    padding: 15px;
    border-radius: 15px;
}

.cartPop h2 {
    display: inline-block;
    font-size: 24px;
    padding: 10px;
    color: #005DA8;
    line-height: 26px;
}

.cartPop .ic-cart {
    width: 30px;
    height: 30px;
    background: url("/tp/T0124/img/icons/icons-cart.png") no-repeat center center;
    background-size: 30px;
}

.btnRed {
    border: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #ED1C24;
}

.btnRed:hover {
    background: #D93307;
    color: #fff !important;
}

.cartNavigator {
    margin: 20px 0 10px 0;
}

.cartNavigator > h1 {
    float: left;
    font-size: 18px;
    line-height: 50px;
}

.cartNavigator .btnCheckOut {
    float: right;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    white-space: nowrap;
}

.cartNavigator .homeCheckout {
    padding: 16px 20px;
}

.cartNavigator .btnCheckOut sub {
    display: block;
    font-size: 11px;
    color: #ffdb95;
    text-transform: none;
    font-weight: normal;
}

#cartContent {
    display: block;
    width: 100%;
}

#cartContent .titles {
    display: block;
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 2px solid #000;
}

#cartContentPrice .titles {
    display: block;
    width: 100%;
    line-height: 30px;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    border-top: 2px solid #95989a;
}

#cartContentPrice .titles {
    font-size: 15px !important;
}

#cartContentPrice .titles b {
    font-size: 17px !important;
}

.cartItem {
    vertical-align: top;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid rgb(239, 236, 228);
    text-align: center;
}

.productItemCart > a {
    float: left;
    width: 20%;
    overflow: inherit;
    display: inline-block;
}

.productItemCart > a > img {
    width: 100%;
}

.removeCart {
    font-size: 17px;
    color: #919191;
}

.cart-content-info-button {
    width: 80%;
    display: inline-block;
    float: left;
    padding-left: 10px;
    text-align: left;
}

/********* new css *********************/
#cartContent .titles {
    font-size: 16px !important;
    color: #666 !important;
    border-bottom: 2px solid #66666682 !important;
    font-weight: normal;
}

.cart-content-info-button p {
    margin-top: 0;
}

.cartNavigator {
    padding-right: 0 !important;
}

.cartNavigator .btnCheckOut {
    font-size: 14px;
    font-weight: normal;
}

.proname {
    width: 100%;
    clear: both;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}

.proname a {
    color: #005DA8;
}

.cart-content-info-button .setFav {
    float: left;
    margin-right: 8px;
}

.updateCart {
    padding: 5px;
    border: 1px solid #005bab85;
}

.prices, .prices-total {
    color: #ff0000;
    font-size: 14px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
