
#header {
    border-top: 0;
    background: #F0F0F0;
    clear: both;
    min-height: 40px;
    padding: 10px 0 5px 0; font-size:11px; margin-bottom:10px; line-height:40px;
}
.mrgb1x {
    margin-bottom: 10px;
}

.mrgr2x {
    margin-right: 20px;
}
.padl1x {
    padding-left: 10px;
}

.padr1x {
    padding-right: 10px;
}

.padl1x {
    padding-left: 10px;
}

.mrgb05 {
    margin-bottom: 5px;
}

.mrgt1x {
    margin-top: 10px;
}


.promotion_banner {
    padding-bottom: 20px;
    padding-top: 20px;

}

.deals-title {
    width: 100%;
    margin-bottom: 33px;
}
    .deals-title > h3 {
        color: #2b2b2b;
        font-family: Arial;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0;
        text-align: left;
        text-transform: uppercase;
    }
    .deals-title > span.deals {
        font-family: Arial;
        font-size: 14px;
        color: #999;
        text-align: left;
        font-weight: 400;
        padding-bottom: 10px;
        background: url(/images/line-span.jpg) no-repeat bottom left;
        display: block;
    }

.flexitem_3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
    float: left;
    width: 33.3333%;
}



.flexitem_4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
    float: left;
    width: 25%;
   
}


    .flexitem_4 .popluar-category {
        border: 1px solid #e8e8e8;
        padding: 0;
        background: #fff;
        margin: 30px;
        border-radius: 6px;
    }

    .flexitem_4 .thumb-info {
        display: block;
        position: relative;
        text-decoration: none;
        max-width: 100%;
        background-color: #fff;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        padding-bottom: 0;
        border-radius: 6px 6px 0 0;
    }

.flexitem_4 .thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    overflow: hidden;
    display: block;
    position: relative;
}
.flexitem_4 .table-see-all {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    color: #fff;
    border: 1px solid #fff;
    height: 42px;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    width: 136px;
    line-height: 41px;
}
.flexitem_4 .title-promotion {
    font-weight: bold;
    color: #666;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer; 
}

.flexitem_4 .summary {
    font-size: .95em;
}



.flexitem_3 .popluar-category {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.flexitem_3 .thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border-radius: 6px 6px 0 0;

}

        .flexitem_3 .thumb-info .thumb-info-wrapper {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            overflow: hidden;
            display: block;
            position: relative;
        }

    .flexitem_3 .table-see-all {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        color: #fff;
        border: 1px solid #fff;
        height: 42px;
        vertical-align: middle;
        text-align: center;
        text-transform: uppercase;
        width: 136px;
        line-height: 41px;
    }

    .flexitem_3 .title-promotion {
        font-weight: bold;
        color: #666;
        font-family: Arial;
        font-size: 14px;
        text-align: left;
        text-transform: uppercase;
        cursor: pointer;
    }
.divsummary4 {
    height: 50px;
    padding: 0 5px 0 10px;
    width: 262px; overflow:hidden;
}
.divsummary3 {
    height: 50px;
    padding: 0 5px 0 10px;
    width: 340px;
    
}
.flexitem_3 .summary {
    font-size: .95em;
}


.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(134,184,23,.9);
}


.flexitem_3 .thumb-info:hover .thumb-info-wrapper {
    opacity: 0.3;
   
}

.flexitem_3 .thumb-info:hover .middle {
    opacity: 1;
    cursor: pointer;
}
.flexitem_4 .thumb-info:hover .thumb-info-wrapper {
    opacity: 0.3;
}

.flexitem_4 .thumb-info:hover .middle {
    opacity: 1;
    cursor: pointer;
}
.text {
    background-color: #666;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    border-radius: 6px;
}

.divpopupinfo {
    width: 1000px !important;
    height: 600px !important;
}

.RadWindow_Silk .rwContent {
    border-color: #d9d9d9;
    color: #333;
    height: 530px !important;
}
.RadWindow .rwContent {
    padding: 5px 10px;
    border-style: none;
    overflow: auto;
    box-sizing: border-box;
}
.RadWindow_Silk .rwTitleBar {
    border-color: #e3e3e3;
    color: #5f5f5f;
    background-color: rgba(134,184,23,.9) !important;
    background-image: linear-gradient(white,#e3e3e3);
    border-radius: 3px 3px 0 0;
}
.RadWindow .rwTitleWrapper {
    padding: 4px 5px;
    line-height: 3em;
    height: 3em;
    background-color: rgba(134,184,23,.9) !important;
    font-weight:bold; color:white;
}


.product_list {
    min-height: 160px;
    transition: ease all 0.5s;
    width:100%;
  /*  border-top-left-radius: 38px;
    border-bottom-right-radius: 38px;*/
   /* border: solid rgba(134,184,23,.9) 1px;*/
 /*   border-bottom: solid rgba(134,184,23,.9) 10px;*/
}

.cleaning .product_list {
    min-height: 100px;
    transition: ease all 0.5s;
}

.product_list:hover,
.product_list:focus {
  /*  border: solid #FCB034 2px;
    box-shadow: 0 0 20px -17px #000;
    border-bottom: solid #FCB034 10px;*/
/*    border-top-left-radius: 36px;
    border-bottom-right-radius: 36px;*/
}

.product_img {
    overflow: hidden;
   /* background: #f3f3f3;*/
 /*   border-top-left-radius: 36px;
    border-bottom-right-radius: 36px;*/
}

    .product_img img {
        width: 297px;
        height: 232px

        /*        padding: 22px;
        height: 200px;*/
        /*   border-top-left-radius: 36px;
        border-bottom-right-radius: 36px;*/
    }

.cleaning .product_img img {
    padding: 0;
}


.product_detail_btm {
    padding:5px 0 5px 0;
/*    text-align: left;
    font-weight: bold;
    color: #666;
    font-family: Arial;
    font-size: 14px;
    cursor: pointer;*/

}
.product_detail_btm .title {

    text-align: left;
    font-weight: bold;
    color: #666;
    font-family: Arial;
    font-size: 14px;
    cursor: pointer;
}
    .product_detail_btm .des {
        text-align: left;
        font-family: Arial;
    }


.product_list .starratin {
    height: 0;
    overflow: hidden;
    transition: ease all 0.5s;
}

.product_list:hover .starratin,
.product_list:focus .starratin {
    height: 15px;
    margin-bottom: 6px;
}

.product_list:hover div.product_img img,
.product_list:focus div.product_img img {
    transform: scale(1.1);
    transition: ease all 0.5s;
/*    border-top-left-radius: 46px;
    border-bottom-right-radius: 46px;*/
}

.starratin {
    
}

    .starratin .fa {
        margin: 0 0.5px;
    }

.product_name {
    color: #FCB034;
/*    margin-top: -20px; */
}
.product_text {
    color: black;
    font-weight: 600;
    font-size: 12px;
    padding-right: 5px;
}

.product_name_hinh {
    color: #FCB034;
}


.statusfa_on {
    color: #FCB034;
}
.statusfa_off {
    color: #d9d9d9;
}


.form-comment{
    border-radius: 8px;
    border: 1px solid #DDDDDD;
    box-shadow: none;
    height: 70px;
    outline: none;

}
.textcomment {
    border: none;
    border-radius: 8px;
    height: 70px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}
    .textcomment:focus {
        outline: none;
    }
.btnComment {
    border: none;
    border-radius: 8px;
    height: 70px;
    width: 100%;
    text-align: center;
    color: forestgreen; font-weight:bold;
}
.RadWindow_Silk {
   /* border-color: #c4c4c4;*/
    color: #5f5f5f;
    /* background-color: #e3e3e3; */
    border-radius: 4px;
}
.topbar-left-link {
  padding-bottom:1px;
  cursor:pointer;
}

.div_album {
    width: 60%;
    float: left
}
.div_comment {
    width: 40%;
    float: left
}
.div_commentkhung {
    margin: 0 10px 0 10px;
    padding: 10px;
    height: 500px;
    font-size: 12px;
    transition: ease all 0.5s;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: solid rgba(134,184,23,.9) 2px;
    box-shadow: 0 0 20px -17px #000;
    background-color: #f5f3f3
}
/*----- Mobile -------*/
@media screen and (max-width : 767px) {
    .middle {
    }

    .flexitem_3 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

    .flexitem_4 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

    .product_img img {
        width: 100%;
    }


    .div_album {
        width: 50;
        float: left
    }

    .div_comment {
        width: 50;
        float: left
    }

    .divpopupinfo {
        width: 100% !important;
        min-height: 100vh !important;
        position: fixed !important;
        top: 30px !important;
    }

    .RadWindow_Silk .rwContent {
        border-color: #d9d9d9;
        color: #333;
    }


    .div_album {
        width: 100%;
        float: left
    }

    .div_comment {
        width: 100%;
        float: left
    }

    .div_commentkhung {
        margin: 0;
        padding: 0;
        height: 500px;
        font-size: 12px;
        transition: ease all 0.5s;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border: none;
        box-shadow: 0 0 20px -17px #000;
        background-color: #f5f3f3
    }
}


/*-------------- Table----------------------*/

/*----- Table -------*/
@media (min-width: 768px) and (max-width: 992px) {
    .middle {
    }

    .flexitem_3 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 20px;
        float: left;
        width: 50%;
    }

    .flexitem_4 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 20px;
        float: left;
        width: 50%;
    }

    .product_img img {
        width: 100%;
    }


    .div_album {
        width: 65%;
        float: left
    }

    .div_comment {
        width: 35%;
        float: left
    }

    .divpopupinfo {
        width: 100% !important;
        min-height: 100vh !important;
        position: fixed !important;
        top: 30px !important;
    }

    .RadWindow_Silk .rwContent {
        border-color: #d9d9d9;
        color: #333;
    }


    .div_album {
        width: 100%;
        float: left
    }

    .div_comment {
        width: 100%;
        float: left
    }

    .div_commentkhung {
        margin: 0;
        padding: 0;
        height: 500px;
        font-size: 12px;
        transition: ease all 0.5s;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border: none;
        box-shadow: 0 0 20px -17px #000;
        background-color: #f5f3f3
    }
}

.product__title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 10px;
}
.product__description p {
    line-height: 22px;
}


#LinkButton_TeeTime, .btn--buy-now-new {
    border-bottom: 4px solid #487513;
    outline: 0;
}

    #LinkButton_TeeTime:hover, .btn--buy-now-new:hover {
        outline: 0 !important;
        background-color: #7fd611;
        border-bottom-color: #487513;
    }

    #LinkButton_TeeTime:active, .btn--buy-now-new:active {
        outline: 0 !important;
        background-color: #7fd611 !important;
        margin-top: 2px !important;
        border-color: #79cc10 !important;
        border-bottom-width: 2px !important;
        border-bottom-color: #487513 !important;
    }

.add-to-cart-buttons .btn {
    min-width: 140px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #5a5a5a;
    font-size: 16px;
    padding: 6px 12px 5px;
}

    .add-to-cart-buttons .btn + .btn {
        margin-left: 10px;
    }

.add-to-cart-buttons .btn--buy-now, .btn--buy-alert {
    min-width: 160px;
    border-bottom: 4px solid #487513;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(99, 165, 15, 0.75);
}

    .add-to-cart-buttons .btn--buy-now[disabled], .btn--buy-alert[disabled] {
        cursor: pointer;
        color: #FFF;
        background-color: #71be0f;
        border-color: #63a60d;
    }

    .add-to-cart-buttons .btn--buy-now:active, .btn--buy-alert:active {
        outline: 0;
        background-color: #7fd611;
        margin-top: 2px;
        border-color: #79cc10;
        border-bottom-width: 2px;
        border-bottom-color: #487513;
    }

.add-to-cart-buttons .btn--buy-now-x2 {
    min-width: 240px;
    padding: 5px;
    font-size: 25px;
}

.add-to-cart-buttons .btn--add-to-cart {
    border-color: #71be0f;
    background-color: #fff;
    color: #5a8c19;
    padding: 8px 15px 7px 15px;
}

    .add-to-cart-buttons .btn--add-to-cart[disabled] {
        opacity: 1;
        cursor: pointer;
    }

    .add-to-cart-buttons .btn--add-to-cart:active, .add-to-cart-buttons .btn--add-to-cart:focus, .add-to-cart-buttons .btn--add-to-cart:hover {
        border-color: #71be0f;
        background-color: #ffffff;
        color: #5a8c19;
    }

    .add-to-cart-buttons .btn--add-to-cart > i {
        color: #5a8c19;
        font-size: 20px;
        margin-right: 6px;
        vertical-align: -3px;
    }

.add-to-cart-buttons .btn--add-to-cart--mini {
    min-width: 0;
}

    .add-to-cart-buttons .btn--add-to-cart--mini i {
        vertical-align: -2px;
    }
.btn-success {
    color: #ffffff;
    background-color: #71be0f;
    border-color: #63a60d;
}


.box-price-detail {
    width: 100%;
    float: left;
    padding:20px 10px 10px 10px;
}

.product__price--list-price {
    font-size: 18px;
    color: #333;
    vertical-align: -7px;
}

.product__price--old-price {
    margin-right: 15px;
    font-size: 36px;
    line-height: 30px;
    color: #989898;
    vertical-align: middle;
}

.product__price {
    display: inline-block;
    font-size: 36px;
    line-height: 30px;
    vertical-align: middle;
}
.product__price {
    color: #ed1c24;
    font-size: 30px;
    font-weight: 700;
    white-space: nowrap;
}
.price__symbol {
    vertical-align: super;
    font-size: 80%;
}
.price__discount {
    margin-left: 0;
}

.price__discount {
    display: inline-block;
    width: 55px;
    height: 24px;
    padding: 0 2px 0 10px;
    line-height: 25px;
    background: url(../images/discount.svg) no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    vertical-align: text-top;
    margin-left: 10px;
    vertical-align: 4px;
}
.price--old-price .price__value, .price--list-price .price__value {
    text-decoration: line-through;
}

.price--list-price {
    font-size: 15px;
    color: #333;
    vertical-align: -7px;
}
}