﻿
#magik-slideshow .RHS-banner img{width:100%}
.clear{clear:both}

/* Paging */
#tblPaging {
    text-align: right;
    font-size: 14px;
}

    #tblPaging td {
        padding: 3px;
    }

    #tblPaging span.firstPage {
        color: #777777;
    }

    #tblPaging span.lastPage {
        color: #777777;
    }

    #tblPaging span.prevPage {
        color: #777777;
    }

    #tblPaging span.nextPage {
        color: #777777;
    }

    #tblPaging .selectedPage a {
        background-color: #FF9000;
        border: 1px solid #FF9000;
        color: #FFFFFF;
        padding: 5px 8px;
    }

    #tblPaging .pageNo a {
        border: 1px solid #CCCCCC;
        color: #777777;
        font-weight: bold;
        padding: 5px 8px;
    }

        #tblPaging .pageNo a:hover {
            background-color: #DBDBDB;
            border: 1px solid #CCCCCC;
            color: #777777;
            font-weight: bold;
            text-decoration: none;
        }

    #tblPaging .alias {
        padding-right: 10px;
    }


    /***************Popup Ajax******************/

.b-close {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    top: -20px;
}

    .b-close:hover {
        right: -18px;
        top: -18px;
    }

.popup-cart {
    /*border-radius: 5px;
    box-shadow: 0 0 10px 1px #999;
    color: #111;*/
    display: none;
    min-width: 700px;
    min-height: 500px;
    /*padding: 25px;
    background: #fff;*/
}

/*********** Ajax Loading ****************/

#div-ajax-loading {
    display: none;
    background: #fff;
    border: 2px solid #000;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 37px;
    padding:10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99999999;
}

    .div-shoppingcart-ajax-mobile{display:none}
    .div-shoppingcart-ajax-desktop{display:block;max-height: 370px;}


@media (max-width:768px) {

    .div-shoppingcart-ajax-mobile{display:block; max-height:300px}
    .div-shoppingcart-ajax-desktop{display:none}

    .popup-cart {
        max-width: 95%;
        min-width: 94%;
        max-height: 95%;
        min-height: 94%;
    }
}


a.a_checkout {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    outline: medium none;
    overflow: visible;
    padding: 8px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    font-weight:bold;
    font-family:"Open Sans",sans-serif;
    margin-left:10px;
}


a_checkout:hover{
     background: #ff9000 none repeat scroll 0 0;
    border: 1px solid #ff9000;
    color: #ffffff;
}


.hotline{background:url('../images/hotline-bg1.jpg') 0 0 no-repeat transparent; height:135px; padding:12px 0 0 140px; background-size: auto 100%; font-size:12pt; line-height:130%}
.hotline .title-support{color:#ff0000;font-weight:bold;font-size:14pt;line-height:10px; text-transform:uppercase}
.hotline {}
.hotline {}


.cart-price{color:#ff0000}
.price{font-weight:bold; color:#ff0000}
