/* Product-Group */
.divProductGroup {padding-bottom:0px;}
.divPageHeader {}
.divListHdr {}
.divHdrBrand {float:left; width:500px; font-size:24px; padding-bottom:15px; color:#ff4800;}
.divListHeader { } 
/*.divHeader { text-transform:uppercase;}
.borderDotted { border-top:1px dotted #979797;}*/
.divTopProdGroup {min-height:50px;border:1px solid #ddd;display:flex;align-items:center;padding:0px 20px;position:relative;}
.ddl_sort,.ddl_show {width:100%; padding:0px 10px; border:none; /*font-style:italic;*/ font-size:14px;outline:none;}
.divSortingHdr{position:absolute;right:0px;display:flex;align-items:center;}
.divSorting {display:flex;align-items:center;width:223px;border-left:1px solid #ddd;justify-content:center;height:50px;}
.divSortBy {}
.divDdlSort {width:70%;}
.divListTop {height:auto; overflow:hidden;padding-top:5px;}
.divListBtm {height:50px; color:#434343;align-items:center;/*display:flex;justify-content:flex-end;*/border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;border-left: 1px solid #ddd;}
.divListTopInner {}

.divListPagination {height:auto;float: right;}
.divListNoOfItem {padding-right:20px; height:auto;}
/*.divAddCart {text-align:center; padding-top:20px;}*/

.divProdNoFound {clear:both; width:100%; margin:auto; margin-bottom:30px; text-align:center; font-size:14px; font-style:italic;}
.divListBottomInner{border-left:1px solid #ddd;border-right:none;height:48px;}
.spanPagination {
    display: flex;
    align-items: center;
    height: 48px;
}
.spanPageNo{padding:0px 15px;}

.header2 {
    clear: both;
    color: #000;
}
/* End of Product-Group */


/* Buttons */
.btnProd {color:#000;}
a.btnProd:link {color:#000; text-decoration:none;}
a.btnProd:visited {color:#000; text-decoration:none;}
a.btnProd:hover {color:#888888; text-decoration:none;}
a.btnProd:active {color:#888888; text-decoration:none;}

.imgbtnMoreDetail {background:url(../img/usr/btn-moreDetail.gif) no-repeat; float:left; margin-top:20px;}
.imgbtnMoreDetail:hover {background:url(../img/usr/btn-moreDetail.gif) no-repeat 0px -45px; }

.imgbtnViewNew {background:url(../img/usr/icon-new.gif) no-repeat;}
.imgbtnViewNew:hover {background:url(../img/usr/icon-new.gif) no-repeat 0px -30px;}

.imgbtnViewRecommend {background:url(../img/usr/icon-recomended.gif) no-repeat;}
.imgbtnViewRecommend:hover {background:url(../img/usr/icon-recomended.gif) no-repeat 0px -30px;}

.PaginationBtm, .btnPagination, .btnPaginationSel {
    color: #858585;
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    border-right: 1px solid #ddd;
    justify-content: center;
    box-sizing: border-box;
}
a.btnPagination:link, a.btnPagination:visited {color:#858585; text-decoration:none;}
a.btnPagination:hover, a.btnPagination:active {color:#00aff0; text-decoration:none;}

.btnPaginationSel {color:#00aff0;}
a.btnPaginationSel:link, a.btnPaginationSel:visited {color:#00aff0; text-decoration:none;}
a.btnPaginationSel:hover, a.btnPaginationSel:active {color:#00aff0; text-decoration:none;}

.imgbtnPageFirst {/*background:url(../img/usr/btn-product-previous.gif) no-repeat 0 3px;*/ outline:none;min-height:14px;min-width:7px;}
.imgbtnPageFirst:hover {/*background:url(../img/usr/btn-product-previous.gif) no-repeat 0px -54px;*/}
.imgbtnPageFirst i:after {
    content: "first_page";
    color:#858585;
}
.imgbtnPageFirst:hover i:after {
    content: "first_page";
    color:#292929;
}
.imgbtnPageFirstDisabled {/*background:url(../img/usr/btn-product-previous.gif) no-repeat 0 3px;*/ cursor:default; outline:none;min-height:14px;min-width:7px;}
.imgbtnPageFirstDisabled i:after {
    content: "first_page";
    color:#ddd;
}


.imgPrevBtnTop {/*background:url(../img/usr/btn-product-previous.gif) no-repeat 0 3px;*/ outline:none;min-height:14px;min-width:7px;}
.imgPrevBtnTop:hover {/*background:url(../img/usr/btn-product-previous.gif) no-repeat 0px -54px;*/}
.imgPrevBtnTop i:after {
    content: "navigate_before";
    color:#858585;
}
.imgPrevBtnTop:hover i:after {
    content: "navigate_before";
    color:#292929;
}
.imgPrevBtnTopDisabled {/*background:url(../img/usr/btn-product-previous.gif) no-repeat 0 3px;*/ cursor:default; outline:none;min-height:14px;min-width:7px;}
.imgPrevBtnTopDisabled i:after {
    content: "navigate_before";
    color:#ddd;
}


.imgbtnPageLast {/*background:url(../img/usr/btn-product-next.gif) no-repeat 0 3px;*/ outline:none;min-height:14px;min-width:7px;}
.imgbtnPageLast:hover {/*background:url(../img/usr/btn-product-next.gif) no-repeat 0px -54px;*/ }
.imgbtnPageLast i:after {
    content: "last_page";
    color: #858585;
}
.imgbtnPageLast:hover i:after {
    content: "last_page";
    color: #292929;
}
.imgbtnPageLastDisabled {/*background:url(../img/usr/btn-product-next.gif) no-repeat 0 3px;*/ cursor:default; outline:none;min-height:14px;min-width:7px;}
.imgbtnPageLastDisabled i:after {
    content: "last_page";
    color: #ddd;
}


.imgNextBtnTop {/*background:url(../img/usr/btn-product-next.gif) no-repeat 0 3px;*/ outline:none;min-height:14px;min-width:7px;}
.imgNextBtnTop:hover {/*background:url(../img/usr/btn-product-next.gif) no-repeat 0px -54px;*/ }
.imgNextBtnTop i:after {
    content: "navigate_next";
    color: #858585;
}
.imgNextBtnTop:hover i:after {
    content: "navigate_next";
    color: #292929;
}
.imgNextBtnTopDisabled {/*background:url(../img/usr/btn-product-next.gif) no-repeat 0 3px;*/ cursor:default; outline:none;min-height:14px;min-width:7px;}
.imgNextBtnTopDisabled i:after {
    content: "navigate_next";
    color: #ddd;
}
/* End of Buttons */

/* List */
.divItemList {height:auto; overflow:hidden; padding:10px 0px;display:flex;flex-wrap: wrap;}

/* Group List */
.divGroupRow {height:auto; overflow:hidden;}
.divIndGroupItem {float:left; width:150px; height:auto; overflow:hidden; margin-top:20px; text-align:center; margin-right:15px; }
.divGroupItemProdFound {color:#222222; text-align:center;}
.divGroupItemImg {height:auto; overflow:hidden; }
.divGroupDetails {height:auto; overflow:hidden;}
.divGroupImgBack {float:left; width:90px; height:90px; background:#ffffff; overflow:hidden; padding:5px 5px 5px 5px; margin-right:30px; margin-bottom:30px;}

.hypGroupDName {color:#22201f; display:block; margin-bottom:5px;}
a.hypGroupDName:link {color:#22201f; text-decoration:none;}
a.hypGroupDName:visited {color:#22201f; text-decoration:none;}
a.hypGroupDName:hover {color:#22201f; text-decoration:none;}
a.hypGroupDName:active {color:#22201f; text-decoration:none;}
/* End of Group List */

/* Prod List */
.divProdRow {height:auto; overflow:hidden; width:690px;}
.divIndProdItem{width:calc(94.5%/4); height:auto; overflow:hidden;box-sizing: border-box; position:relative; border:1px solid #dddddd; margin:0px 16px 15px 0px;}

.pnlNewProduct, .pnlRecProduct {
    position:relative;
}
.pnlNewProduct .divItemList, .pnlRecProduct .divItemList {
    /*width:101%;*/
}

.hypViewAllNewRec {
    position:absolute;
    top:5px;
    right:20px;
}
.divIndProdItemNewRec {
    width: calc(96%/5);   
    margin: 0px 1% 15px 0px;
}
.divProdItemDName {height:32px; overflow:hidden; text-align:center;}
.divViewNewRecommend {padding-top:20px;width:99%;position:relative;/*left:-120px;*/}

.divProdItemImg {overflow:hidden; height:auto; padding:10px;}
.divProdImgInn {overflow:hidden; position:relative;}
.divIndProdItemNewRec:hover .divProdImgInn, .divIndProdItem:hover .divProdImgInn {
    outline: solid 1px #d9d9d9;
}
.divProdItemImgInner {width:100%;vertical-align:middle; overflow:hidden; position:relative; text-align:center;}
.divProdItemImgInner img {position: absolute; width: 100%; height: auto;  top: 50%; left: 50%; transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.divProdItemImgInner img.potrait {position: absolute; width: auto; height: 100%;  top: 50%; left: 50%; transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.divProdItemImgInner a {display:block;width:100%;padding-bottom:75%;height:0;}
.divProdItemDetail {height:auto; overflow:hidden; /*width:216px;*/ /*padding-top:10px;padding-bottom:45px;*/position:relative;padding:10px 7px 0px;text-align:center;}
.divProdSnapShot {margin-top:10px; text-align:justify; clear:both; font-style:italic;}
.divProdItemSnapshot {padding-top:20px; text-align:justify; }
.divProdItemLink {position:absolute; bottom:0px; right:0px;}
.divImgThumb {float:right; width:25px; height:25px; margin-left:0px;}
.fontColor2 {color:#4fcfd1;}
.divProdPrice {text-align:center;width:100%;align-items:center;justify-content:center;}
.btnThumb {position:absolute; width:50px; height:25px; top:30px; left:0;}
.btnNew {position:absolute; width:50px; height:25px; top:0; left:0;}
.divProdThumbnew {overflow:hidden; position:absolute; top:5px; left:0px; width:40px;}
.divProdThumbnew img { position:static !important;}
.divProdAddToCart {/*position:absolute;bottom:0px;*//*width:100%;*/padding: 7px;width: 94%!important;}

.hypProdDName {color:#292929; font-family:Quicksand, Arial; font-weight:700;}
a.hypProdDName:link, a.hypProdDName:visited {color:#292929; text-decoration:none; font-family:Quicksand, Arial; font-weight:700;}
a.hypProdDName:hover, a.hypProdDName:active {color:#00aff0; text-decoration:none; font-family:Quicksand, Arial; font-weight:700;}

.divGroupDNameSubTitle,.divGroupDNameSubLv2Title{display:flex;align-items:center;}
/* End of Prod List */
/* End of List */

/* =============== Filter Price Range ======================*/
.pricerange-filter {
    width: 100%;
    /*padding: 10px;*/
    margin-top: 15px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
}

    .pricerange-filter .title {
        font-weight: 700;
        /*padding-bottom: 10px;*/
    }

    .pricerange-filter .ui-widget-header {
        border: 1px solid #00aff0;
        background: #00aff0;
    }

    .pricerange-filter .action {
        padding-top: 15px;
        display: flex;
        justify-content: space-between;
    }

    .pricerange-filter .slider {
    }

    .pricerange-filter .text {
        display: inline-block;
        width: 90px;
    }

    .pricerange-filter .button {
        width: 230px;
        height: 30px;
        background-color: #00aff0;
        color: white;
        /*margin: 0 5px;*/
        /*text-align: center;*/
        display: block;
        padding-top: 5px;
        box-sizing: border-box;
        position: absolute;
        margin: 0px 0 0 -11px;
        padding-left: 8px;
        background: #00aff0 url(../img/usr/btn-arrow-price-range.png) no-repeat 206px 7px;
        background-size: 14px;
    }

        .pricerange-filter .button:hover {
            text-decoration: none;
            opacity: 0.9;
        }

    .pricerange-filter .splitter {
        padding: 5px 2px;
    }
/* =============== Filter Price Range ======================*/
.pricerange-filter {
    width: 100%;
    /*padding: 10px;*/
    margin-top: 15px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    margin-bottom:50px;
    position:relative;
}

.pricerange-filter .title {
    font-weight: 700;
    /*padding-bottom: 10px;*/
}

.pricerange-filter .ui-widget-header {
  border: 1px solid #00aff0;
  background: #00aff0;
 }

 .pricerange-filter .action {
     padding-top: 15px;
     display: flex;
     justify-content: space-between;
 }

 .pricerange-filter .slider {
 }

 .pricerange-filter .text {
     display: inline-block;
     width: 90px;
 }

 .pricerange-filter .button {
    height: 35px;
    padding-left: 15px;
    padding-top: 9px;
    width: 100%;
    position: absolute;
    margin: 0px 0 0 -11px;
    text-align: left;
    background: #00aff0 url(../img/usr/icon-product-price-range.gif) no-repeat top right;
}

.pricerange-filter .button:hover {
    text-decoration: none;
    opacity: 0.9;
}

.pricerange-filter .splitter {
    padding: 5px 2px;
}

.formTblprdgrp {/*border: solid 2px #dddddd;*/width: 100%;position: relative;/*left: -110px;*/border-radius: 30px;}
.imgNotFound {background:url(../img/usr/icon-error-page.png) no-repeat center;height: 100px;position: relative;/*right: -390px;*/top: 30px;}
.divOption{position: relative;top: 70px;width: 100%;/*left: 100px;*/}
.divOption1{border-bottom: solid 1px #dddddd;position: relative;top: 60px;width: 4px;/*left: 110px;*/}
.divOption2{position: absolute;top: 120%;width: 100%;/*left: 16%;*/}
.divMatching {position: absolute;top: 70%;/*right: 18%;*/font-size:20px;line-height: 20px;font-weight:700;margin:0px;margin-bottom:5px;font-family: Quicksand, Arial, KaiTi;color:#292929;width: 100%;/*left: 16%;*/}
.tblbdr {border: solid 2px #dddddd; border-radius: 30px; height: 350px;}
.tbl2{text-align: -webkit-center;position: relative;top: 15px;}
.divTbl {border: solid 2px #dddddd;/*border-bottom:none;*/border-radius: 30px;height: 330px;width: 99%;position: relative;/*left: -110px;*/}
.divTbl1 {/*background:url(../img/usr/img-bg-error-page-btm.png) no-repeat top;background-position: -1px 0px;background-size: 693px;*/height: 38px;width: 690px;position: relative;left: -109px;top: -44px;margin-bottom: -40px;}

/*Group*/
.divGroup{height:auto; overflow:hidden; }
.divGroupOuter {height:auto; overflow:hidden;} 

.divGroupContentSubOuter {height:auto; overflow:hidden;}
.divGroupHeader {height:auto; overflow:hidden; width:auto; padding:9px 0px 15px 50px;font-size:18px;background-color:#ddd; font-weight:600;display:flex;align-items:center;}
.divGroupCat {height:auto; overflow:hidden; width:auto; padding-bottom:15px;}
.divGroupDNameSub {height:auto; overflow:hidden; padding:5px 15px 5px 20px; border-bottom:3px dotted #dddddd;}
.divGroupDNameSubLv2 {height:auto; overflow:hidden; padding-top:10px;}
.divGroupViewCategory {text-align:left;}
.divProdSpliter {height:1px; width:180px; display:block; background:#0b4e66;}
.divProdSpliterLv2 {height:10px; width:1px; display:block;}
.divNewProductsRecommendedOuter {padding-top:10px;}
.divNewProductsRecommended {overflow:hidden; padding-bottom:5px;}
.divCheckStockNow{font-size:14px; color:#ffffff; height:30px; overflow:hidden; width:200px; padding-left:20px; padding-top:10px;}

.hypGrpNameCat {color:#858585; display:block; padding:5px 0px;}
a.hypGrpNameCat:link, a.hypGrpNameCat:visited {color:#858585; text-decoration:none;}
a.hypGrpNameCat:hover, a.hypGrpNameCat:active {color:#00aff0; text-decoration:none; }

.hypGrpNameCatSel {color:#00aff0; display:block; padding:5px 0px;}
a.hypGrpNameCatSel:link, a.hypGrpNameCatSel:visited {color:#00aff0; text-decoration:none;}
a.hypGrpNameCatSel:hover, a.hypGrpNameCatSel:active {color:#00aff0; text-decoration:none;}

.hypGrpNameCatLv2 {font-size:12px; color:#919191; display:block; font-weight:normal; padding-left:15px;}
a.hypGrpNameCatLv2:link, a.hypGrpNameCatLv2:visited {color:#919191; text-decoration:none;}
a.hypGrpNameCatLv2:hover, a.hypGrpNameCatLv2:active {color:#007fd2; text-decoration:none; }

.hypGrpNameCatLv2Sel {font-size:12px; color:#007fd2; display:block; font-weight:normal; padding-left:15px;}
a.hypGrpNameCatLv2Sel:link, a.hypGrpNameCatLv2Sel:visited {color:#007fd2; text-decoration:none;}
a.hypGrpNameCatLv2Sel:hover, a.hypGrpNameCatLv2Sel:active {color:#007fd2; text-decoration:none;}

.hypGrpNewProductRecommended {height: 40px !important; font-family: Quicksand,Arial; padding-left:23% !important; font-size: 18px; font-weight: 700; background:url(../img/usr/icon-subpage-left-panel-recommended.gif) no-repeat; background-size:contain; }
.hypGrpNewProduct {height: 40px !important; font-family: Quicksand,Arial; padding-left:23% !important; font-size: 18px; font-weight: 700; background:url(../img/usr/icon-subpage-left-panel-new.gif) no-repeat; background-size:contain;}


/*End Group*/


.divIndProdItemRel{width:calc(93.3%/6);}
.slideshowrecprod {display:flex;flex-wrap: wrap;}
.divIndRecommendItem{width:calc(94.6%/5);}

#divRecProdListingPerRow{content:"5";}