@media (min-width: 992px) {
    .col-md-2p5 {
        width: 20%;
    }
}

/* ============================== */
/* PRODUCT                        */
/* ============================== */

.discount_image{
    height: 50px;
    width: 50px;
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 2;
}

.label_image{
    height: 50px;
    width: 50px;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .discount_image{
        right: 15px;
    }

    .label_image{
        left: 15px;
    }
}

.label-discount-container{
    display: inline-block;
    width: 100%;
    margin-bottom: -45px;
}

.discount_image_front{
    height: 45px;
    width: 45px;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    z-index: 2;
}

.label_image_front{
    height: 45px;
    width: 45px;
    position: relative;
    float: left;
    top: 0;
    left: 0;
    z-index: 2;
}

.label-discount-container-detail{
    display: inline-block;
    width: 100%;
    margin-bottom: -50px;
}

.discount_image_detail{
    height: 50px;
    width: 50px;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    z-index: 2;
}

.label_image_detail{
    height: 50px;
    width: 50px;
    position: relative;
    float: left;
    top: 0;
    left: 0;
    z-index: 2;
}

.product-colorbox-outer{
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: 2;
}

.product-colorbox{
    display: block;
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    margin-left: 3px;
    float: right;
    z-index: 99;
}

.product-colorbox-2{
    display: block;
    height: 20px;
    width: 20px;
    margin-right: 3px;
    float: left;
    border: 1px solid #ccc;
    z-index: 99;
}

.product-detail-attr{
    margin-bottom: 10px;
}

.product-detail-attr div{
    font-weight: 700;
    font-size: 14px;
    display: inline-table;
}

.product-detail-attr .attr-left{
    width: 130px;
}

.show-color-name{
    display: block;
    position: fixed;
    height: 30px;
    width: auto;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}

/* ============================== */
/* CART                           */
/* ============================== */

.table_cart thead th{
    font-weight: bold;
    padding-bottom: 10px;
}

.table_cart tbody td{
    vertical-align: top;
    padding-bottom: 10px;
}

.table_cart tbody td strong{
    font-weight: bold;
}

.cart_img{
    width: 50px;
}

.cart_total{
    font-size: 20px;
    color: #333;
}

.loading-img-pdetail{
    width: 25px;
    position: absolute;
    right: -30px;
    top: 13px;
    display: none;
}

.loading-img-pdetail-2{
    width: 25px;
    position: relative;
    display: none;
}

.smart-forms .frm-row .colm .select-cart .select-qty{
    height: 37px;
    padding: 10px 25px;
    padding-top: 6px;
    line-height: 20px;
}

.smart-forms .frm-row .colm .select-cart .arrow{
    top: 12px;
}

/* ============================== */
/* CHECKOUT                       */
/* ============================== */

.shopping-finish-title{
    font-size: 20px;
    font-weight: bold;
    color: #53A853;
    margin-bottom: 10px;
}

#shipping_cost, #total_cost{
    color: #E62129;
    font-size: 16px;
    font-weight: bold;
}

.shipping-address{
    border: 1px solid #eee;
    padding: 10px 20px;
    line-height: 22px;
    margin-top: 5px;
}

.shipping-address b{
    font-weight: bold;
}

.shipping-package-loading{
    height: 25px;
    position: relative;
    top: 10px;
    display: none;
}

.method_radio{
    padding: 10px;
    padding-bottom: 0;
}

.method_radio .choose_our_bank{
    padding-left: 10px;
}

.method_radio .choose_our_bank b{
    font-weight: bold;
}

.method_radio.active{
    background: #eaeaea;
}

.method_radio .radio_cursor .option{
    cursor: pointer;
}

.method_desc{
    padding: 0px;
    padding-top: 10px;
    margin-top: -10px;
}

.package-shipping{
    padding: 5px 10px;
}

.package-shipping.active{
    background: #eaeaea;
}

.area-loading{
    position: absolute;
    height: 25px;
    top: 13px;
    right: -35px;
    display: none;
}

.smart-forms-popup .frm-row .section{
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
}

.header-wrapper-checkout{
    margin-bottom: 60px;
}

.header-wrapper-checkout header .header-top{
    height: 0px;
    border: none;
}

.header-wrapper-checkout header .header-top:before{
    background: #eaeaea;
    position: absolute;
    width: 10000px;
    left: 50%;
    top: 80px;
    margin-left: -5000px;
    height: 100%;
    content: "";
}

@media screen and (min-width: 1208px) {
    .header-wrapper-checkout header .header-top:before{
        border-bottom: 1px solid #eaeaea;
    }
}

.logo-wrapper-checkout{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
}

.article-container .shopping-cart-right{
    font-size: 18px;
}

/* ============================== */
/* MEMBER AREA                    */
/* ============================== */

.member-area-menu a{
    color: #333;
}

.member-area-menu a:hover{
    text-decoration: underline;
}

.member-area-menu a strong, .member-area-menu a b{
    font-weight: bold;
}


/* ============================== */
/* CONFIRM PAYMENT                */
/* ============================== */

.file{
    z-index: 1;
}

.file .button{
    margin-top: 5px;
    background: #505558;
    font-size: 12px;
}


/* ============================== */
/* SMART FORMS                    */
/* ============================== */

.smart-forms .frm-row .colm .gui-input {
    height: 40px;
}

.smart-forms .frm-row .colm .gui-input.gui-input-error{
    border: 1px solid #f00;
}

.smart-forms .frm-row .colm .gui-textarea.gui-textarea-error{
    border: 1px solid #f00;
}

.smart-forms .frm-row .colm .gui-input, .smart-forms .frm-row .colm .gui-textarea{
    background: #fff;
    color: #555;
    border: 1px solid #E6E6E6;
    transition: ease-in-out 0.2s;
}

.smart-forms .frm-row .colm .gui-input:hover, .smart-forms .frm-row .colm .gui-textarea:hover{
    background: #F7F7F7;
    border: 1px solid #E6E6E6;
}

.smart-forms .frm-row .colm .gui-input:focus, .smart-forms .frm-row .colm .gui-textarea:focus{
    background: #F7F7F7;
    border: 1px solid #E6E6E6;
    box-shadow: none;
}

.smart-forms .frm-row .colm .field-icon i{
    color:#BBB;
}

.smart-forms .frm-row .gui-input:focus ~ .field-icon i, .smart-forms .frm-row .gui-textarea:focus ~ .field-icon i{
    color:#BBB;
}

.smart-forms .frm-row .colm .select{
    background: rgba(255, 255, 255, 0);
}

.smart-forms .frm-row .colm .select::before{
    background: rgba(255, 255, 255, 0);
}

.smart-forms .frm-row .colm .select.select-error{
    border: 1px solid #f00;
}

.smart-forms .frm-row .colm .select select{
    background: #F7F7F7;
    border: 1px solid #E6E6E6;
    padding-left: 15px;
    line-height: 20px;
    height: 40px;
}

.smart-forms .frm-row .colm .select select:hover{
    border: 1px solid #E6E6E6;
    background: #F7F7F7;
}

.smart-forms .frm-row .colm .select select:focus{
    background: #F7F7F7;
    border: 1px solid #E6E6E6;
    box-shadow: none;
}

.smart-forms .frm-row .colm .select select:focus ~ .arrow{
    color: #BBB;
}

.smart-forms .frm-row .colm .select .arrow{
    right: -5px;
    color: #BBB;
}

.smart-forms .btn{
    border: 0;
    height: 42px;
    color: #243140;
    line-height: 1;
    font-size:15px;
    cursor: pointer;
    padding: 0 18px;
    text-align: center;
    vertical-align: top;
    background: #DBDBDB;
    display: inline-block;
    -webkit-user-drag: none;
    border-radius: 0;
    box-shadow: none;
}

.smart-forms a.btn{
    padding-top: 13px;
}

.smart-forms .btn-black{
    background: #262626;
    transition: ease-in-out 0.2s;
    padding-left: 40px;
    padding-right: 40px;
    border: 2px solid #262626;
    font-weight: bold;
    text-shadow: none;
    margin-bottom: 10px;
}

.smart-forms .btn-black:focus{
    background: #262626;
}

.smart-forms .btn-black:hover{
    background: #fff;
    color: #262626;
    text-shadow: none;
}

.smart-forms .btn-sm{
    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
}

.smart-forms label{
    font-weight: bold;
}

.smart-forms .checkbox,
.smart-forms .radio {
    border: 2px solid #CFCFCF;
    height: 19px;
    width: 19px;
    top:4px;
    cursor: pointer;
}

.smart-forms .option > input {
    position: relative;
    height: inherit;
    width: inherit;
    opacity: 1;
    left: 0;
}

.smart-forms .checkbox,
.smart-forms .radio {
    border: 2px solid #555;
}

.smart-forms input:checked + .checkbox,
.smart-forms input:checked + .radio{ border: 2px solid #555; }

.smart-forms .radio:before {
    background: #555;
}

.smart-forms input:hover + .checkbox,
.smart-forms input:hover + .radio{
    border-color:#555;
}

.smart-forms input:focus + .checkbox,
.smart-forms input:focus + .radio{ border-color: #555; }
.smart-forms input:focus + .radio:before{ background: #555; }
.smart-forms input:focus + .checkbox:before{ border-color: #555; }

.smart-forms .frm-row .colm .label{
    line-height: 50px;
    padding-left: 0;
}

.smart-forms .no-padding{
    padding: 0;
}


.smart-forms .radio-label{
    margin-top: 10px;
    font-weight: 500;
}

.smart-forms .shipping-cost{
    margin-top: 0px;
}

.smart-forms hr{
    margin-top: 10px;
    margin-bottom: -10px;
}

.smart-forms .margin-10{
    margin-top: 20px;
}

.smart-forms .margin-20{
    margin-top: 20px;
}

.smart-forms .margin-50{
    margin-top: 20px;
}

@media screen and (min-width: 980px){
    .smart-forms .padding-md-right-10{
        padding-right: 10px;
    }

    .smart-forms .padding-md-right-20{
        padding-right: 20px;
    }
}

/* 404 Pages */
.container-404 .title{
    font-size: 120px;
    letter-spacing: -5px;
    line-height: 120px;
}

.container-404 .description{
    font-size: 50px;
}