/* width */
::-webkit-scrollbar {
  width: 0px;
}
/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: transparent; 
}
body {
    margin: 0;
    padding: 0;
    font-family: monospace, arial, sans-serif;
}
#body {
    width: 100%; /*607px;
    height: 944px;*/
    height: 180vh;
    min-height: 1728px;
    margin: 0 auto;
    /*border: 1px solid #ddd;
    padding-bottom: 138vh;*/
}
#searchZone {
    width: 100%;
    position: relative;
    border: 1px solid #eee;
    height: 48px;
    background-color: #fff;
    /*box-shadow: 0px 3px 5px #ddd;*/
    text-align: center;
    padding-top: 15px;
}
#cLogo {
    position: absolute;
    margin: 0;
    top: 0px;
    left: 42px;
    width: 92px;
    height: 64px;
    background-image: url(../images/cLogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 30%;
    border: 0px solid #fff !important;
}
#searchZone input {
    width: 80%;
    padding: 5px 5px 5px 8%;
    border-radius: 11px;
    border: 1px inset transparent;
    background-color: #e6e6e6 !important;
    font-size: 18px;
    background-image: url(../images/search.png) !important;
    background-size: 6% !important;
    background-repeat: no-repeat !important;
    background-position: 2% 50% !important;
    margin: 0 auto;
}
#searcha {
    display: none;
}
#home_menu, #btnamenu {
    /*border: 1px solid #111; */
    left: 0;
    top: 14px;
    margin-left: 0px;
    padding: unset !important;
    background-image: url(../images/homemenu.png);
    display: block !important;
    width: 48px;
    height: 48px;
}
.homemenu {
    left: -64%;
    right: unset !important;
    z-index: 21;
    width: 60%;
}
.homemenu ul {
    list-style: none;
    padding: 10px 0;
}
.homemenu ul li a {
    background-image: none !important;
    padding-left: 1px !important;
    margin-top: 32px !important;
}
#menuZone {
    width: 100%;
    min-height: 20%;
    /*height: 64vh;*/
    height: 16em;
    max-height: 50%;
    padding: 0;
    margin-bottom: 0%;
    text-align: center;
    font-size: 20px;
    font-family: "arial narrow";
    position: relative;
}
#flashbox {
    margin: 0 auto;
    width: 100%;
    /*height: 47%;*/
    height: 8.03em;
    overflow: hidden;
}
#flashList {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    /* display: inline-block; */
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
#flashList li {
    height: inherit;
    position: absolute;
    /*left: -100%;*/
    top: -10px;
    width: 100%;
}
#flashList li div {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    /*border-radius: 10%;*/
    margin: 0 auto;
}
#flashList li div a {
    padding: 0 100% 39% 0;
}

#flashList li:nth-child(1), #flash1 {
    animation: cycle 28s linear infinite;
}
#flashList li:nth-child(2), #flash2 {
    animation: cycletwo 28s linear infinite;
}
#flashList li:nth-child(3), #flash3 {
    animation: cyclethree 28s linear infinite;
}
#flashList li:nth-child(4), #flash4 {
    animation: cyclefour 28s linear infinite;
}
#flashList li:nth-child(5), #flash5 {
    animation: cyclefive 28s linear infinite;
}
@keyframes cycle {
    0% {opacity: 1; z-index: 1;}
    4% {opacity: 1; z-index: 1;}
    16% {opacity: 1; z-index: 1;}
    17% {opacity: 0.75; z-index: 1;}
    18% {opacity: 0.5; z-index: 1;}
    19% {opacity: 0.25; z-index: 1;}
    20% {opacity: 0; z-index: 0;}
    21% {opacity: 0; z-index: -1;}
    92% {opacity: 0; z-index: 0;}
    93% {opacity: 0.25; z-index: 1;}
    94% {opacity: 0.5; z-index: 1;}
    95% {opacity: 0.75; z-index: 1;}
    96% {opacity: 1; z-index: 1;}
    100% {opacity: 1; z-index: 1;}
}
@keyframes cycletwo {
    0% {opacity: 0; z-index: -1;}
    16% {opacity: 0; z-index: 0;}
    17% {opacity: 0.25; z-index: 1;}
    18% {opacity: 0.5; z-index: 1;}
    19% {opacity: 0.75; z-index: 1;}
    20% {opacity: 1; z-index: 1;}
    24% {opacity: 1; z-index: 1;}
    36% {opacity: 1; z-index: 1;}
    37% {opacity: 0.75; z-index: 1;}
    38% {opacity: 0.5; z-index: 1;}
    39% {opacity: 0.25; z-index: 1;}
    40% {opacity: 0; z-index: 0;}
    41% {opacity: 0; z-index: -1;}
    100% {opacity: 0; z-index: -1;}
}
@keyframes cyclethree {
    0% {opacity: 0; z-index: -1;}
    36% {opacity: 0; z-index: 0;}
    37% {opacity: 0.25; z-index: 1;}
    38% {opacity: 0.5; z-index: 1;}
    39% {opacity: 0.75; z-index: 1;}
    40% {opacity: 1; z-index: 1;}
    44% {opacity: 1; z-index: 1;}
    56% {opacity: 1; z-index: 1;}
    57% {opacity: 0.75; z-index: 1;}
    58% {opacity: 0.5; z-index: 1;}
    59% {opacity: 0.25; z-index: 1;}
    60% {opacity: 0; z-index: 0;}
    61% {opacity: 0; z-index: -1;}
    100% {opacity: 0; z-index: -1;}
}
@keyframes cyclefour {
    0% {opacity: 0; z-index: -1;}
    56% {opacity: 0; z-index: 0;}
    57% {opacity: 0.25; z-index: 1;}
    58% {opacity: 0.5; z-index: 1;}
    59% {opacity: 0.75; z-index: 1;}
    60% {opacity: 1; z-index: 1;}
    64% {opacity: 1; z-index: 1;}
    76% {opacity: 1; z-index: 1;}
    77% {opacity: 0.75; z-index: 1;}
    78% {opacity: 0.5; z-index: 1;}
    79% {opacity: 0.25; z-index: 1;}
    80% {opacity: 0; z-index: 0;}
    81% {opacity: 0; z-index: -1;}
    100% {opacity: 0; z-index: -1;}
}
@keyframes cyclefive {
    0% {opacity: 0; z-index: -1;}
    76% {opacity: 0; z-index: 0;}
    77% {opacity: 0.25; z-index: 1;}
    78% {opacity: 0.5; z-index: 1;}
    79% {opacity: 0.75; z-index: 1;}
    80% {opacity: 1; z-index: 1;}
    84% {opacity: 1; z-index: 1;}
    92% {opacity: 1; z-index: 1;}
    93% {opacity: 0.75; z-index: 1;}
    94% {opacity: 0.5; z-index: 1;}
    95% {opacity: 0.25; z-index: 1;}
    96% {opacity: 0; z-index: 0;}
    100% {opacity: 0; z-index: -1;}
}
.progress_bar {
    margin: -7% auto 0;
    /* padding-left: 10px; */
    height: 10%;
    position: relative;
    z-index: 1;
}
.progress_bar p {
    position: relative;
    display: inline-block;
    width: 4%;
    height: 15%;
    margin: 0 5px;
    z-index: 20;
    background-color: rgb(255, 255, 255, 0.15);
}
.progress_bar p:nth-child(1) {
    animation: dot 28s linear infinite;
}
.progress_bar p:nth-child(2) {
    animation: dottwo 28s linear infinite;
}
.progress_bar p:nth-child(3) {
    animation: dotthree 28s linear infinite;
}
.progress_bar p:nth-child(4) {
    animation: dotfour 28s linear infinite;
}
.progress_bar p:nth-child(5) {
    animation: dotfive 28s linear infinite;
}
@keyframes dot {
    0% {background-color: #ff0000;}
    4% {background-color: #ff0000;}
    16% {background-color: #ff0000;}
    17% {background-color: rgb(255, 0, 0, 0.75);}
    18% {background-color: rgb(255, 0, 0, 0.5);}
    19% {background-color: rgb(255, 0, 0, 0.25);}
    20% {background-color: rgb(255, 255, 255, 0.15);}
    21% {background-color: rgb(255, 255, 255, 0.15);}
    92% {background-color: rgb(255, 255, 255, 0.15);}
    93% {background-color: rgb(255, 0, 0, 0.25);}
    94% {background-color: rgb(255, 0, 0, 0.5);}
    95% {background-color: rgb(255, 0, 0, 0.75);}
    96% {background-color: #ff0000;}
    100% {background-color: #ff0000;}
}
@keyframes dottwo {
    0% {background-color: rgb(255, 255, 255, 0.15);}
    16% {background-color: rgb(255, 255, 255, 0.15);}
    17% {background-color: rgb(255, 255, 255, 0.25);}
    18% {background-color: rgb(255, 255, 255, 0.5);}
    19% {background-color: rgb(255, 255, 255, 0.75);}
    20% {background-color: #ff0000;}
    24% {background-color: #ff0000;}
    36% {background-color: #ff0000;}
    37% {background-color: rgb(255, 255, 255, 0.75);}
    38% {background-color: rgb(255, 255, 255, 0.5);}
    39% {background-color: rgb(255, 255, 255, 0.25);}
    40% {background-color: rgb(255, 255, 255, 0.15);}
    41% {background-color: rgb(255, 255, 255, 0.15);}
    100% {background-color: rgb(255, 255, 255, 0.15);}
}
@keyframes dotthree {
    0% {background-color: rgb(255, 255, 255, 0.15);}
    36% {background-color: rgb(255, 255, 255, 0.15);}
    37% {background-color: rgb(255, 255, 255, 0.25);}
    38% {background-color: rgb(255, 255, 255, 0.5);}
    39% {background-color: rgb(255, 255, 255, 0.75);}
    40% {background-color: #ff0000;}
    44% {background-color: #ff0000;}
    56% {background-color: #ff0000;}
    57% {background-color: rgb(255, 255, 255, 0.75);}
    58% {background-color: rgb(255, 255, 255, 0.5);}
    59% {background-color: rgb(255, 255, 255, 0.25);}
    60% {background-color: rgb(255, 255, 255, 0.15);}
    61% {background-color: rgb(255, 255, 255, 0.15);}
    100% {background-color: rgb(255, 255, 255, 0.15);}
}
@keyframes dotfour {
    0% {background-color: rgb(255, 255, 255, 0.15);}
    56% {background-color: rgb(255, 255, 255, 0.15);}
    57% {background-color: rgb(255, 255, 255, 0.25);}
    58% {background-color: rgb(255, 255, 255, 0.5);}
    59% {background-color: rgb(255, 255, 255, 0.75);}
    60% {background-color: #ff0000;}
    64% {background-color: #ff0000;}
    76% {background-color: #ff0000;}
    77% {background-color: rgb(255, 255, 255, 0.75);}
    78% {background-color: rgb(255, 255, 255, 0.5);}
    79% {background-color: rgb(255, 255, 255, 0.25);}
    80% {background-color: rgb(255, 255, 255, 0.15);}
    81% {background-color: rgb(255, 255, 255, 0.15);}
    100% {background-color: rgb(255, 255, 255, 0.15);}
}
@keyframes dotfive {
    0% {background-color: rgb(255, 255, 255, 0.15);}
    76% {background-color: rgb(255, 255, 255, 0.15);}
    77% {background-color: rgb(255, 255, 255, 0.25);}
    78% {background-color: rgb(255, 255, 255, 0.5);}
    79% {background-color: rgb(255, 255, 255, 0.75);}
    80% {background-color: #ff0000;}
    84% {background-color: #ff0000;}
    92% {background-color: #ff0000;}
    93% {background-color: rgb(255, 255, 255, 0.75);}
    94% {background-color: rgb(255, 255, 255, 0.5);}
    95% {background-color: rgb(255, 255, 255, 0.25);}
    96% {background-color: rgb(255, 255, 255, 0.15);}
    100% {background-color: rgb(255, 255, 255, 0.15);}
}
#menuIcons {
    height: 50%;
}
#menuList {
/*    margin: 0;
    padding: 10px 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    height: 100%;*/
    /* margin-top: 10%;*/
}
#menuList {
    margin: 0;
    padding: 2.8% 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    /* margin-top: 10%; */
}
#menuList li {
    position: relative;
    width: 14%;
    height: 30%;
    display: inline-block;
    /* border: 1px solid #ddd; */
    margin: 0 1.5% 24px;
    padding-top: 0;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 50%;
    font-size: 17px;
}
#menuList li a {
    position: absolute;
    top: 17px;
    left: 0;
    padding: 100% 0 0 100%;
}
#menuList li div {
    height: 0px;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 75%;
}
#hotZone {
    padding-top: 0%;
}
#peepZone {
    display: grid;
    width: 100%;
}
#qiuckMenu {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 10vh;
    margin: 0 auto 30px;
    text-align: center;
    background-color: #fff;
    box-shadow: -1px -5px 2px #ddd;
}
#qiuckMenu a {
    /* border: 1px solid #111; */
    padding: 0 0 8% 10%;
    display: inline-block;
    margin: 20px 7% 0;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
#qcartItemqty, #cartItemqty {
    width: 24px;
    height: 21px;
    background-color: red;
    color: #fff;
    position: absolute;
    top: 2px;
    right: -10px;
    padding: 4px 0 0;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
}
#cartItemqty {
    width: 23px !important;
    height: 20px !important;
    font-size: 14px !important;
    padding: 3px 0 0;
    top: -5px;
    right: -6px
}
#qiuckMenu a:nth-child(1), .qiuck_Menu a:nth-child(1) {
    background-image: url('../images/home.png');
}
#qiuckMenu a:nth-child(2), .qiuck_Menu a:nth-child(2) {
    background-image: url(../images/category.png);
}
#qiuckMenu a:nth-child(3), .qiuck_Menu a:nth-child(3) {
    background-image: url(../images/cart.png);
}
#qiuckMenu a:nth-child(4), .qiuck_Menu a:nth-child(4) {
    background-image: url(../images/account.png);
}
#qiuckMenu a.activeQM:nth-child(1) {
    background-image: url(../images/_home.png);
}
#qiuckMenu a.activeQM:nth-child(2) {
    background-image: url(../images/_category.png);
}
#qiuckMenu a.activeQM:nth-child(3) {
    background-image: url(../images/_cart.png);
}
#qiuckMenu a.activeQM:nth-child(4) {
    background-image: url(../images/_account.png);
}
#peps {
    margin: 0;
    padding: 0px;
    list-style: none;
    width: inherit;
}
#peps li h2 {
    margin: 0 0 0 4%;
    font-size: 115%;
}

#peps li div a {
    width: 35%;
    min-height: 17px;
    max-height: 20px;
    padding: 5px 9.5% 43% 5px;
    border: 1px solid #ddd;
    display: inline-grid;
    margin-top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 75% 50%;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 100%;
    text-align: left;
}
#peps li div {
    text-align: center;
    width: 95%;
    margin: 0 auto;
}
#peps li {
    height: fit-content;
    margin-bottom: 5%;
    width: inherit;
}
#peps li:nth-child(1) div a:nth-child(1) {
    background-image: url('../images/cate21.png');
}
#peps li:nth-child(1) div a:nth-child(2) {
    background-image: url(../images/cate22.png);
    margin-left: 10px;
}
#peps li:nth-child(1) div a:nth-child(4) {
    background-image: url(../images/cate23.png);
}
#peps li:nth-child(1) div a:nth-child(5) {
    background-image: url(../images/cate25.png);
    margin-left: 10px;
}
#peps li:nth-child(2) div a:nth-child(1) {
    background-image: url(../images/sucat229.jpg);
}
#peps li:nth-child(2) div a:nth-child(2) {
    background-image: url(../images/sucat241.jpg);
    margin-left: 10px;
}
#peps li:nth-child(2) div a:nth-child(4) {
    background-image: url(../images/sucat237.jpg);
}
#peps li:nth-child(2) div a:nth-child(5) {
    background-image: url(../images/sucat230.jpg);
    margin-left: 10px;
}
#peps li:nth-child(3) div a:nth-child(1) {
    background-image: url(../images/sucat290.jpg);
}
#peps li:nth-child(3) div a:nth-child(2) {
    background-image: url(../images/sucat288.jpg);
    margin-left: 10px;
}
#peps li:nth-child(3) div a:nth-child(4) {
    background-image: url(../images/sucat292.jpg);
}
#peps li:nth-child(3) div a:nth-child(5) {
    background-image: url(../images/sucat289.jpg);
    margin-left: 10px;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #c80000;
    padding: 10px 3px;
    font-size: 1rem !important;
    color: #f9e3e3;
    margin-bottom: 74px;
    display: none;
}
#footer p {
    padding-left: 36px;
    background-size: 36px;
    background-repeat: no-repeat;
    background-position-y: 50%;
    margin: 0 6px 2px;
}
#footer p:nth-child(1) {
    background-image: url('../images/email.png');
}
#footer p:nth-child(2) {
    background-image: url(../images/phone.png);
}
#footer p span {
    display: block;
    font-size: 110% !important;
}
#footer p span:nth-child(2) {
    font-family: "arial narrow";
    font-size: 100% !important;
}
#footer p span a {
    color: #f9e3e3;
    text-decoration: none;
}

.hide {
    display: none !important;
}
/********************************************************** category.aspx page **********************************************************/

#body_cate {
    width: 100%;
    /* height: 130vh;
    margin: 0 auto; */
    border: 1px solid transparent;
    position: relative;
}
#body_cate #searchZone {
    position: fixed;
    top: 0;
}
.btnTbl {
    position: absolute;
    right: 10px;
    border-collapse: collapse;
}
.btnTbl tr td {
    width: fit-content;
    padding: 5px 4px;
}
.btnTbl tr td a {
    position: relative !important;
    background-size: 86% !important;
    left: unset !important;
    top: unset !important;
}
#btnSearch {
    background-image: url(../images/search.png) !important;
}
#searchZone a {
    padding: 32px 0 0 32px;
    display: inline-block;
    position: absolute;
    background-size: 75%;
    background-position: 50%;
    background-repeat: no-repeat;
}
#searchTxt {
    display: none;
}
#searchTxt, .searchTxtn {
   width: 90% !important;
    font-size: 18px !important;
    position: absolute;
    bottom: 0;
    left: 2px;
}
#searchZone div {
    position: absolute;
    right: 5px;
    top: 64px;
    background-color: #fff;
    box-shadow: 0 0 3px;
    padding: 5px;
    overflow: hidden;
}
#searchZone div a {
    position: relative !important;
    display: block;
    padding: 6px 18px 6px 36px;
    margin: 10px 0;
    font-size: 18px;
    text-decoration: none;
    text-align: left;
    color: #111;
    background-position: 1px 50%;
    background-size: 24px;
}
#btnHome {
    background-image: url(../images/home.png);
    left: 73%;
    top: 18px;
    /*background-size: 64px !important;*/
}
#btnCart {
    background-image: url(../images/cart.png);
    left: 84%;
    top: 18px;
    /*background-size: contain !important;*/
    background-position: 50% 5px !important;
}
#btnPrev, #_btnPrev {
    background-image: url('../images/back.png');
    left: 10px;
    top: 18px;
}
#btnMenu {
    background-image: url('../images/menuDot.png');
    left: 92%;
    top: 18px;
    background-size: 32% !important;
    background-position-y: 0 !important;
    background-repeat-y: repeat !important;
}
#catMenuHome {
    background-image: url(../images/home.png);
}
#catMenuCate {
    background-image: url(../images/category.png);
}
#catMenuAccount {
    background-image: url(../images/account.png);
}
#catMenuReturn {
    background-image: url(../images/return.png);
}
#cateListZone {
    min-height: fit-content;
    width: 100%;
}
#cateList {
    padding: 5px 10px;
    list-style: none;
    color: #111;
    font-size: 18px;
    margin: 64px 0 0;
}
#cateList li {
    padding: 0;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}
#cateList li p {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
#cateList li a {
    text-decoration: none;
    color: #111;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    display: block;
}
.sub-cate ul {
    list-style: none;
    margin: 0;
    padding-left: 0px;
}
.sub-cate ul li {
    padding-top: 15px !important;
    border: none !important;
    margin: 0 !important;
}
.sub-cate ul li:last-child {
    padding-bottom: 20px !important;
}
.sub-cate ul li a {
    text-transform: capitalize !important;
    font-size: 18px !important;
    font-family: arial;
    font-weight: normal !important;
    display: block !important;
}
.sub-cate ul li div a {
    font-weight: normal !important;
    font-family: monospace;
    display: block;
}
#viewer {
    width: 100%;
    height: 126vh;
    border: none;
    margin-top: 1%;
}
.catMenu {
    display: block !important;
    animation: showCatMenu 0.5s linear;
    z-index: 2;
}
@keyframes showCatMenu {
    0% {height: 0;}
    10% {height: 27.83%;}
    25% {height: 69.575%;}
    50% {height: 139.15%;}
    75% {height: 208.725%;}
    90% {height: 250.47%;}
    100% {height: 278.3%;}/*fit-content*/
}
.advertSection {
    width: 100%;
    height: 108px;
    border: 1px solid #eee;
    background-color: #eee;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.tempad {
    background-image: url(../images/advertisement.gif);
    background-size: 360px 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}
.breadcrumb {
    display: none !important;
}
.filterCtrls {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
}
.filterCtrls tr td {
    position: relative;
}
.filterCtrls tr:nth-child(1) td {
    border: 3px solid #aaa;
    width: 32%;
    padding: 4px;
    height: 100%;
}
.filterCtrls tr:nth-child(1) td a {
    padding: 5px 20px 5px 5px;
    color: #111;
    background-image: url(../images/arrowdown.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 85% 55%;
    display: block;
    width: 70%;
    margin: 0 auto;
}
.filterCtrls tr:nth-child(1) td:nth-child(4) {
    width: 5%;
}
.rs-header {
    width: unset !important;
    height: 28px;
    font-size: inherit !important;
    padding-bottom: 0% !important;
    padding-top: 0 !important;
    border: none !important;
}
.rs-header a {
    margin-top: unset !important;
    padding: 0 9px 0 9px;
    margin-right: unset !important;
    background-repeat: no-repeat;
    background-size: 70% !important;
    background-position: 50% !important;
    width: unset !important;
    height: 65%;
}
#searchZone input.searchTxtn {
    bottom: unset;
    z-index: 1;
    border-radius: 3px !important;
    padding: 17px 5px 17px 8%;
    top: 3px;
    background-position: 1% 50% !important;
    background-color: #f7f7f7 !important;
    width: 99% !important;
}
.sortCond ul {
    padding: 0;
    list-style: none;
    margin-top: 5px;
}
#sortRes ul li {
    padding: 8px 10px;
}
.sortCond ul li a {
    color: #666;
    float: unset;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
}
.sortCond {
    border-bottom: 1px inset #aaa;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    max-height: 218px;
    overflow-y: auto;
}
.sortCond a {
    float: right;
    margin-top: -30px;
    margin-right: 18px;
    padding: 5px 10px;
    color: #c80000;
}
.sortCond a.sortActive {
    background-image: url(../images/greentick.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
a.sortActive {
    background-image: url(../images/redtick.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
#resBrand ul li {
    width: 24%;
    margin: 10px;
    height: 42px;
    border: 1px solid transparent;
    display: inline-block;
    background-image: url(../images/loading.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
#resBrand ul li a {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
/********************************************************** category.aspx page {selector style} **********************************************************/

#refine_sele {
    /*height: 1500px; */
    position: absolute;
    width: 0%;
    background-color: #fff;
    /*box-shadow: 5px 5px 10px 1px #aaa;*/
    top: 0px;
    overflow: hidden;
}
.showFilter_On {
   animation: showFilter 1.5s linear;
   width: 100% !important;
}
.showFilte_Off {
   animation: hideFilter 1.5s linear;
}
@keyframes showFilter {
    0% {width: 0;}
    10% {width: 10%;}
    25% {width: 25%;}
    50% {width: 50%;}
    75% {width: 75%;}
    90% {width: 90%;}
    100% {width: 100%;}/*fit-content*/
}
@keyframes hideFilter {
    0% {width: 100%;}
    10% {width: 90%;}
    25% {width: 75%;}
    50% {width: 50%;}
    75% {width: 25%;}
    90% {width: 10%;}
    100% {width: 0%;}/*fit-content*/
}
#rc-showtoggle {
    display: none;
}
.toggleSele {
    float: right;
    -webkit-appearance: none;
    border: none;
    width: 5%;
    height: 2%;
    background-color: transparent;
    padding: 0;
    margin-top: -5px;
    margin-right: 18px;
    font: normal 32px arial;
    cursor: pointer;
}
#refine_sele ul {
    list-style: none;
    padding: 0 0 0 5%;
    font-size: 16px;
    min-width: 344px;
    text-align: left;
}
#refine_sele ul span {
    font-weight: 600;
    font-size: 18px;
}
#refine_sele ul li {
    padding-top: 10px !important;
    position:relative;
}
.col_refinesele, .siz_refinesele {
    /*text-align: center;*/
}
.col_refinesele li, .siz_refinesele li {
    display: inline-block;
}
.col_refinesele span, .siz_refinesele span {
     /*text-align: left !important;*/
}
.col_refinesele li input[type="checkbox"], .col_refinesele li input[type="button"] {
    width: 32px !important;
    height: 32px !important;
    margin-right: 2px !important;
}
.siz_refinesele li, .siz_refinesele li {
    display: inline-block;
}
.siz_refinesele li input[type="checkbox"] {
    width: 30px !important;
    height: 30px !important;
    margin-right: 2px !important;
}
.siz_refinesele li input[type="button"] {
    width: 40px !important;
    height: 40px !important;
    margin-right: 4px !important;
    background: #fff;
    border-color: #111 !important;
    color: #111;
    font-weight: 600;
    padding: 5px;
    font-size: 14px;
}
#refine_sele ul li input[type="checkbox"] {
    width: 32px;
    height: 32px;
    margin-right: 25px;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #aaa;
}
.active_sele {
    background-color: #ff0026 !important;
}
#refine_sele ul li label {
    position: absolute;
    margin-top: 2px;
    font-size: 18px;
}
#customPrice {
    font-size: 42px;
}
#customPrice label {
    font-weight: 600;
}
#customPrice input[type="number"] {
    margin: 3% 2% 2% 0;
    padding: 0 2%;
    width: 116px;
    font-size: 18px;
}
#slider-range {
    width: 94%;
    margin: 5px 0;
}
#btnCustom {
    border: 1px solid #aaa;
    background: transparent;
    font-size: 18px;
}
#btnCustom:hover {
    background: #ccc;
    cursor: pointer;
    border-style: outset;
}
#btnCustom:active {border-style: inset;}
#btnCustom:focus {
    background: #ccc;
    border-style: outset;
}
#displayFilters {
    /*text-decoration: none;
    font-size: 16px;
    color: #111;
    border: 1px outset #eee;
    padding: 5px 10px;
    background-color: buttonface; */
    background-image: url(../images/filter.png);
    background-size: 24px;
    background-position: 15% 50%;
    padding: 5px 5px 5px 4px;
}
#filterZone {
    margin: 0;
    /* margin-top: 12px; */
    /* padding: 0 6px 12px 6px; */
    top: 0;
    text-align: left;
    /* box-shadow: -1px 2px 0px 2px #d8d8d894; */
    position: relative;
    z-index: 1;
}
.filter_On {
    background-image: url(../images/closefilter.png) !important;
    padding: 5px 5px 5px 28px !important;
}
#sFilter {
    /*float: right;
    font-size: 16px;*/
    padding: 5px 10px;
    position: relative;
    left: 89%;
    margin-top: 10px;
    /*border-style: outset;
    margin-top: -1%;*/
}
#itemAtions {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 17%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    box-shadow: -1px -5px 1px #ddd;
    z-index: 2;
}
.tpriceView {
    font-size: 14px;
    padding: 1%;
    width: 98%;
}
.pgno {
    font: normal 16px "arial narrow";
    padding: 10px;
    margin-top: 12px;
}
.pgno p {
    background-color: #fff;
    width: max-content;
    margin: 10px auto;
    padding: 5px 40px 5px 20px;
    border: 1px solid #ddd;
    background-image: url(../images/dropdown.png);
    background-size: 12%;
    background-repeat: no-repeat;
    background-position: 88% 50%;
    display: inline-block;
}
.pgPrev, .pgNext {
    color: transparent;
    background-position: 50% !important;
    background-size: 30% !important;
}
.pgNext {
    background-image: url('../images/arrownext.png') !important;
}
.pgPrev {
    background-image: url('../images/arrowprev.png') !important;
}
.showPagination {
    animation: showPgn 0.2s linear;
    margin-bottom: 0px !important;
    width: 100% !important;
    padding: 10px 0 6px !important;
}
.hidePagination {
   animation: hidePgn 0.2s linear;
}
@keyframes showPgn {
    0% {margin-bottom: -750px;}
    10% {margin-bottom: -675px;}
    25% {margin-bottom: -562.5px;}
    50% {margin-bottom: -375px;}
    75% {margin-bottom: -187.5px;}
    90% {margin-bottom: -75px;}
    100% {margin-bottom: 0px;}/*fit-content*/
}
@keyframes hidePgn {
    0% {margin-bottom: 0px;}
    10% {margin-bottom: -75px;}
    25% {margin-bottom: -187.5px;}
    50% {margin-bottom: -375px;}
    75% {margin-bottom: -562.5px;}
    90% {margin-bottom: -675px;}
    100% {margin-bottom: -750px;}/*fit-content*/
}
.showPagination li {
    font-size: 18px !important;
    width: 40% !important;
}
.showPagination ul li:last-child {
    border-bottom-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}
.showPagination ul li:nth-child(1) {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

/********************************************************** cart.aspx page {selector style} **********************************************************/

.cartEmpty {
    font-size: 18px;
    padding: 20% 5% 10%;
    position: absolute;
    top: 10vh;
    left: 15%;
    width: 60%;
    background-color: #fff;
    box-shadow: 0 5px 10px 5px #666;
    font-weight: 600;
    background-image: url(../images/emptycart.gif);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    text-align: center;
}
.cartEmpty span {
    font-size: 16px;
    font-weight: normal;
    padding-top: 10px;
    display: block;
}

/********************************************************** account/home.aspx page {selector style} **********************************************************/

.show_a_menu {
   animation: showMenu 1.5s linear;
   width: 34% !important; /*42.5%*/
}
.hide_a_menu {
   animation: hideMenu 1.5s linear;
    width: 0% !important;
    box-shadow: unset !important;
}
@keyframes showMenu {
    0% {width: 0;}
    10% {width: 4.25%;}
    25% {width: 10.625%;}
    50% {width: 21.25%;}
    75% {width: 31.875%;}
    90% {width: 38.25%;}
    100% {width: 42.5%;}/*fit-content*/
}
@keyframes hideMenu {
    0% {width: 42.5%;}
    10% {width: 38.25%;}
    25% {width: 31.875%;}
    50% {width: 21.25%;}
    75% {width: 10.625%;}
    90% {width: 4.25%;}
    100% {width: 0%;}/*fit-content*/
}
.show_home_menu {
   animation: showHomeMenu 1.5s linear;
   left: 0% !important;
}
.hide_home_menu {
   animation: hideHomeMenu 1.5s linear;
    left: -64% !important;
}
@keyframes showHomeMenu {
    0% {left: -64%;}
    10% {left: -55.8%;}
    25% {left: -46.5%;}
    50% {left: -31%;}
    75% {left: -15.5%;}
    90% {left: -6.2%;}
    100% {left: 0;}/*fit-content*/
}
@keyframes hideHomeMenu {
    0% {left: 0%;}
    10% {left: -6.2%;}
    25% {left: -15.5%;}
    50% {left: -31.%;}
    75% {left: -46.5%;}
    90% {left: -55.8%;}
    100% {left: -64%;}/*fit-content*/
}

/********************************************************** account/home.aspx page {selector style} **********************************************************/
.loginBox {
    width: 80%;
    height: 45%;
    margin: 10vh auto;
    /* background: #fff; */
    padding: 30px;
    /* border-radius: 5px; */
    /* box-shadow: 0 0 20px #000; */
    min-height: 64%;
}

/********************************************************** help/home.aspx page **********************************************************/
#cateListZone.helpzone {
    height: 86vh;
    overflow: auto;
    background-color: #f3f3f3;
}
#pgBanner {
    margin: 64px 0 0;
    height: 180px;
    background-image: url('../images/helpdesk.png');
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: 30%;
}
#pgBanner span {
    display: block;
    text-align: center;
    text-transform: uppercase;
}
#pgBanner span:nth-child(1) {
    padding-top: 18%;
    font-size: 24px;
    font-weight: 800;
    font-family: "arial narrow";
    text-shadow: 1px 2px 6px #666;
    letter-spacing: -1px;
    color: #cf0000;
}
#pgBanner span:nth-child(2) {
    padding-top: 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: "arial narrow";
}
#helpIcons {
    display: none;
}
#faqSearch {
    width: 88%;
    font-size: 16px;
    padding: 12px 10px 12px 50px;
    background-image: url(../images/search.png) !important;
    background-size: 6%;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 3px #ddd;
}
#helpFAQsearch {
    margin: 10px 0 0;
}
#helpFAQsearch {
    text-align: center;
}
#faqsBox {
    width: 98%;
    height: fit-content;
    margin: 10px auto 0;
    border: 1px solid #ddd;
    background-color: #fff;
    max-height: 512px;
    overflow: auto;
}
#faqList {
    margin: 5px 0 0 0;
    list-style: none;
    padding: 0 5px;
    width: 97%;
    height: fit-content;
}
#faqList li {
    font-size: 14px;
    padding: 0;
    margin: 5px 0;
    min-height: 32px;
    height: fit-content;
    background-color: #ffd4d4;
    border-radius: 5px;
}
#faqList li h3, #faqList li div {
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
    font-family: cursive;
}
#faqList li div span {
    display: block;
    font-weight: 600;
}
#faqList li:nth-child(1) {
    margin-top: 0;
}
#faqList li h3 {
    padding-right: 30px;
    background-image: url(../images/arrowdown.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
    border-radius: 5px 5px 0 0;
}
#faqList li div {
    border: 1px solid #ffd4d4;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding-bottom: 10px;
}
#contactusBox {
    width: 98%;
    height: fit-content;
    margin: 10px auto;
    border: 1px solid #ddd;
    background-color: floralwhite;
    font-size: 16px;
}
#contactusBox h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}
#contactusBox table {
    width: 100%;
    border-collapse: collapse;
}
.relevant {
    box-shadow: 0 0 10px #ff0000bd;
}
#contactusBox table td {
    border: 10px solid transparent;
}
#contactusBox table td input[type="text"], #contactusBox table td textarea {
    width: 97.5%;
    border: 1px solid #c5c0b5;
    padding: 10px 5px;
    box-shadow: 1px 1px 4px #ccc7be;
}
#contactusBox table tr:nth-child(4) td {
    background-color: #fff;
    box-shadow: 1px 1px 4px #ccc7be;
}
#contactusBox table tr:nth-child(4) td span {
    display: block;
    text-align: center;
    font-weight: 600;
    background-color: #ffd4d4;
    border-radius: 3px;
    padding: 4px 0;
    font-size: 18px;
}
#issueTypeList tr td {
    box-shadow: unset !important;
}
#issueTypeList tr td:nth-child(1) {
    width: 7%;
    text-align: center;
}
#contactusBox table td textarea {
    height: 124px;
    margin: 10px 0 0;
}
#submitQuery {
    display: none;
}
#presubmitQuery {
    appearance: push-button;
    text-align: center;
    min-height: 0;
    padding: 21px 0 41px;
    height: 0px;
    width: 64px;
    background-color: limegreen;
    border: 1px solid #279a27;
    display: unset;
}

@media (max-width: 599px) {
#qiuckMenu {
    height: 50px !important;
    margin: 0 auto;
}
#qiuckMenu .qiuck_Menu {
    height: 50px !important;
}
#qiuckMenu a {
    padding: 0 0 10% 10% !important;
    margin: 7px 5% 0;
}
.cartSummary div div {
    font-size: 14px !important;
}
#aTotalDiv {
    font-size: 16px !important;
}
.checkoutCtn {
    margin: -7px 0 0 !important;
}
/*#qiuckMenu .qiuck_Menu a {
    margin: 20px 5% 0 !important;
}*/
#qcartItemqty {
    top: 0px;
}
#cateList li p {
    font-size: 20px;
}
.sub-cate ul li a {
    font-size: 16px !important;
}
.searchresarea {
    max-height: 81.5% !important; /*464px*/
    min-height: 432px !important;
}
#displayFilters {
    padding: 5px 0px 5px 20px !important;
    background-size: 18px !important;
    background-position: 1% 50% !important;
}
#sFilter {
    left: 79%;
}
#refine_sele ul {
    width: 90% !important;
    min-width: unset;
    margin: 1em auto;
}
.filterCtrls {
    font-size: 16px !important;
}
.filterCtrls tr:nth-child(1) td {
    padding: 0 4px;
}
.filterCtrls tr:nth-child(1) td a {
    padding: 0px 16px 0px 0px;
    background-position: 98% 55%;
    width: 84%;
}
.rs-header a {
    padding: 0 !important;
    display: block;
    width: 28px !important;
    height: 28px;
}
.itemimg {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.itemimg-l {
    display: block;
    width: 40%;
    height: 96%;
}
.itemimg-l {
  	border-top: 0px solid transparent;
  	border-bottom: 0px solid transparent;
}
.listview .itemholder-l {
    height: 206px;
    background-size: 45%;
}
.itemholder-l .itemdet-l {
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    width: 56%;
    height: 50%;
    margin-left: 43%;
    display: block;
    text-align: left;
    padding-bottom: 36px;
}
.itemholder-l p {
    margin-left: 40%;
}
.itemdet {
    width: 96%;
}
#results .itemholder-g {
    width: 44%;
    margin-left: 1.8% !important;  
    padding: 0 5px;
}
#results .itemdet div span {
    font-size: 12px !important;
}
.show_a_menu {
    width: 58% !important;
}
.itemSellDetail {
    padding-right: unset !important;
    padding-left: unset !important;
}
.slider {
    height: 200px !important;
}
.slideZone, .slideZoneO {
    margin: 0 auto !important;
    height: 180px !important;
}
.slide ul li div a p, .slideO ul li div a p {
    font-size: 12px !important;
}
.slide ul li div, .slideO ul li div {
    width: 95% !important;
    padding: 0 3.5px !important;
}
.slide ul li div a img, .slideO ul li div a img {
    height: 65% !important;
}
.slidebtn {
    width: 32px !important;
    height: 32px !important;
    margin-top: 30px !important;
    padding: 63px 0 !important;
}
.purchaseCTRL {
    bottom: 5% !important;
}
.iteminfoarea, .slider {
    margin: 0 auto 20px !important;
}
.showPagination li:nth-child(1) {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
.showPagination li:last-child {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}
.showPagination li.currpg {
    color: #111 !important;
}
.showPagination li {
    font-size: 16px !important;
    width: unset !important;
    background-color: transparent !important;
    border-color: transparent !important;
    color: #eee !important;
    padding: 2px 0 !important;
    height: 24px !important;
}
.showPagination li a {
    display: block;
    height: 100%;
}
.itemholder-g p a {
    font-size: 14px !important;
}
#c_Addy {
    background-size: 100% 100%;
}
#c_Addy span, #c_Addy input {
    display: block;
    height: 28px;
    padding: 3px 0px !important;
    width: 80%;
    margin-left: 42px;
    font-size: 12px !important;
}
#c_Addy span, #c_Addy input[type="text"] {
    display: block;
    height: 16px;
    padding: 3px 0px !important;
    width: 80%;
    margin-left: 42px;
    font-size: 12px !important;
}
#i_xAddy {
    margin-left: 0 !important;
}
#c_Addy {
		background-size: 100% 100%;
    height: 132px !important;
}
#c_Addy input[type="text"] {background-color: transparent;height: 16px;margin-top: unset;margin-left: 0;width: 90%;}
#xAddycancel {
    margin-left: 52%;
}
#i_xAddy, #xAddycancel {
    background-color: transparent;
    margin-top: 0 !important;
}
.walletInfo div {
    background-color: #fff;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #cc0000;
}
#menuConent {
		height: 76vh !important;
    min-height: unset !important;
    padding: 1px;
    width: 96.5%;
}
.itemholder-cl p {
    width: 52% !important;
    max-width: 187px;
}
.itemdet-cl {
    width: fit-content!important;
}
.cartItemQty input {
    font-size: 14px !important;
}
.tempad {
    background-image: url(../images/advertisement.gif);
    background-size: 100% 100%;
}
.itemdet-cl span {
	font-size: 14px;
}
#cateListZone.helpzone {
    height: 93vh;
}
#pgBanner {
    height: 136px;
    background-size: 42%;
}
#pgBanner span:nth-child(1) {
    padding-top: 24%;
}
#faqSearch {
    width: 80%;
}
#contactusBox h3 {
    font-size: 18px;
}
#contactusBox table tr:nth-child(4) td span {
    font-size: 16px;
}
#contactusBox {
    margin: 10px auto 60px;
}
/*.cartarea {
    background-color: transparent !important;
}
.breadcrumb {
    display: none !important;
}
.cartarea {
    padding: 0 0 10px 3px !important;
}
.order-header {
    width: 98% !important;
}
.itemimg-o {
    width: 105px !important;
    height: 140px !important;
    margin-left: 5px !important;
    float: left !important;
}
.o-content {
    padding-top: 2px !important;
}
.itemimg-o a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}
.itemimg-o span {
    right: 0 !important;
}
.o-content p {
    margin-left: 0px !important;
    padding-left: 4px !important;
    float: left !important;
}
.reAdd {
    padding: 2px 0 !important;
}*/
}