﻿body { margin: 0px; font-family: 'Raleway', serif; color:rgb(0, 0, 0); font-size:12px;
       background-color:rgb(255, 255, 255);  text-rendering: optimizespeed; }

a { color: rgb(60, 60, 60); text-decoration:none; -moz-transition: all 0.2s ease 0s; }
a:hover { color:rgb(228, 54, 21); text-decoration:none; cursor:pointer; } 
a:active { outline-style:none; outline-width :0;}
h1, h2, h3, h4, h5 { font-weight:normal; margin:0; }
img { border: 0 }
input { font-size:12px; font-family: Trebuchet MS, "Arial", sans-serif; }
ul {}
ul li { }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.mi { display:inline-flex; vertical-align:middle; }

.util { color:rgb(64, 64, 64); }
#blur { position:absolute; z-index:998; top:0; right:0; background-color:#000; } /* used in recommendation & category loading */
.frame { width: 980px; margin: 0 auto; font-size: 1.1em; }
.gstincl { font-size:8pt; color:#888; display:inline-block; margin:0 0 10px 30px; }

/* Be a reseller */
a.main-button { display: inline-block; padding: 4px 10px; text-align: center;
    -moz-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius:  3px;
    border-radius: 3px;
}
a.main-button:focus { outline: 0px none; }

a.reseller { font-size:16px; color:#777; background-color:rgb(228, 54, 21); color:#fff; position:absolute; top:4px; left:0; }
a.reseller:hover, .reseller:focus { text-decoration:none; background-color: rgb(255, 241, 241); color:rgb(135, 135, 135); }

#header { margin:0 0 20px 0; position:relative; }
#header #shopname { text-align:center; height:81px; line-height:81px; white-space:nowrap }
#header #shopname img { border:0; margin-bottom:28px; margin-right:10px; vertical-align:middle; }
#header #shopname h1 { font-size:50px; color:rgb(228, 54, 21); display:inline-block; line-height:81px; font-weight:normal; }

/* Search panel */
.slide { position: relative; overflow: hidden; width: 198px; display:inline-block; white-space:nowrap;
         margin-bottom:-8px; margin-right:5px; }
#clickSlide { margin-left:10px; margin-bottom:-2px; background:url('images/theme010.png') no-repeat 0 -367px; width:14px; height:14px; display:inline-block; }

/* My Account */
#acc { margin:0; padding:0; text-align:right; font-size:13px; }
#acc span { line-height:30px; display: inline-block; }

.gray-line-bottom { height:1px; background-color: rgb(204, 204, 204); margin-top:3px; }

/* Main Menu */
.menu { text-align:right; font-size:18px; padding:0 5px; padding-bottom:20px; color:rgb(135, 135, 135); }
.menu a { display:inline-block; padding:8px 15px; margin:0 5px; background-color:rgba(255, 241, 241,0.5); border-radius: 0 0 10px 10px; border:solid 1px rgb(220, 218, 219); border-top:0; }
.menu a:hover { background-color: rgb(255, 241, 241);
    background-image: -moz-linear-gradient(center top , rgb(255, 241, 241), rgba(255, 216, 216, 0.8));
    background-image: -webkit-linear-gradient(center top , rgb(255, 241, 241), rgba(255, 216, 216, 0.8));
    background-image: -o-linear-gradient(center top , rgb(255, 241, 241), rgba(255, 216, 216, 0.8));
    background-image: linear-gradient(center top , rgb(255, 241, 241), rgba(255, 216, 216, 0.8)); }

/* Page Title & Sub Title */
.title { display:inline-block; font-size:36px; margin-left:15px;  margin-bottom: 20px; padding-top: 20px; padding-bottom: 10px;
         border-bottom:solid 10px rgb(228, 54, 21);  }
.sub-title { display:inline-block; padding:40px 0 10px; font-size:20px; font-weight:bold;  border-bottom:solid 5px rgb(228, 54, 21); }

/* Product Listing */
.prod { float:left; }
.prod .p-outer { display: table; #position: relative; height: 246px; width: 196px; margin:5px 5px 0; }
.prod .p-middle { display: table-cell; #position: absolute; #top: 50%; #left:50%; vertical-align: middle; text-align:center; }
.prod .p-inner { #position: relative;	#top: -50%; #left:-50%; }

.prod .f-outer { padding: 4px; background-color: #ffffff; border:dotted 2px rgb(220, 218, 219); display:inline-block; 
             -moz-transition: all 0.5s ease-out 0s;
         -webkit-transition: all 0.5s ease-out 0s;
         -o-transition: all 0.5s ease-out 0s;  }
.prod .f-mid { position: relative; }
 
.prod img { border:0; cursor:pointer; position:relative; max-width:180px; max-height:230px; }

.prod a:nth-child(4n+0) { margin-right:0px; }
.prod a { width:206px; height:455px; margin: 0 19px 25px 19px; display:inline-block; position:relative;
          -moz-transition: all 0.6s ease 0s;
          -webkit-transition: all 0.6s ease 0s;
          -o-transition: all 0.6s ease 0s;  }
.prod a:hover { background-color:rgb(255, 241, 241); cursor:pointer; border-radius: 3px;
                -moz-transition: all 0.2s ease 0s;
                -webkit-transition: all 0.2s ease 0s;
                -o-transition: all 0.2s ease 0s; } 
.prod a:hover h4 { color:#444; }
.prod a:hover em { color:rgb(51,51,51); }
.prod a:hover .gspl { color:#444;}

.prod h3 { color:rgb(51,51,51); font-size:14px; display:inline-block; padding:0 4px; height:36px; line-height:18px; overflow:hidden; font-weight:bold; }
.prod h3 .pc { display:inline-block; background-color:#888; color:#fff; padding:0 5px; margin-right:5px; transition: all 300ms linear 0s; }
.prod h4 { color:#888; font-size:11px; display:block; padding:0 4px; line-height:14px; height:28px; overflow:hidden; margin:3px 0 6px; }
.prod .featured { position: relative; display:inline-block; }
.prod .featured-box { position:absolute; top:0;  }
.prod .featured-item { font-size:12px; display:inline-block; padding:3px 5px; color:rgb(228, 54, 21); margin:0 3px 3px 0;
                      -moz-transition: all 0.6s ease 0s;
                      -webkit-transition: all 0.6s ease 0s;
                      -o-transition: all 0.6s ease 0s; }
.prod .featured-bottom { position:absolute; bottom:0; right:0; }
.prod .featured-bottom .tagSpecialOffer { display:none; width:40px !important; min-width:unset; z-index:2; }
.prod .featured-bottom .tagSpecialOffer.swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center 10px;
    float:left;
}
@keyframes swing {
    0% { transform: rotate(6deg); }
    100% { transform: rotate(-6deg); }
}

.prod .soldout { background:url('../../images/ProductSoldOut.png') no-repeat; display:inline-block; width:175px; height:53px; position:absolute; top:102px; left:16px; }

.prod a:hover .featured-item { background-color:rgb(255, 226, 226); border-radius: 3px; }

.prod .more { padding:4px 4px 0 4px; border-top:2px dotted rgb(220, 218, 219); position:relative; }
.prod .more .et { font-size:11px; color:#259959; display:inline-block; margin-top:2px }
.prod .more .qty-left-color { font-size:11px; color:#b12704 !important; margin-top:2px; font-weight:700}

/* Group Sale Points */
.gspl {margin-top:5px;color:#888;font-size:0.9em}
.gspl .iconGroupSalePoints {width:18px;height:18px}
.gspl .dec {padding:0 3px}
.iconGroupSalePoints {background:url('/svg/icon-groupsalepoints.svg'); display:inline-block;}

/* Normal style */
.prod .more .price { line-height:20px; color:#0f1111; font-weight:bold; font-size:22px; display:block; }
.prod .more .pricePromo { line-height:20px; color:#0f1111; font-weight:bold; font-size:22px; display:block; }
.prod .more .strike { color:#888; text-decoration:line-through; font-size:12px; font-weight:normal; }
.more .off { font-size:12px; color:#888; font-weight:normal; }
.more .cdf { font-size:11px; text-align:left; color:#888; }

/* Wholesale style */
.prod .more .priceBFG { font-size:9px; color:#888; line-height:normal; display:block; }
.prod .more .ng { margin-bottom:6px; }
.prod .more .priceN { font-size:12px; color:#888; line-height:16px; font-weight:bold; display:block;  }
.prod .more .lbl { font-size:11px; color:#888; font-weight:normal; display:block; }
.prod .more .priceW { font-size:22px; display:block; color:#0f1111; line-height:16px; font-weight:bold; }

/* Paging */
.prod-nav-con{ clear:both; font-size: 0.9em; vertical-align: middle; padding: 8px 10px 50px 0; text-align:right; height:36px; }
.prod-nav-con .highlight { border:solid 1px #f9fafa; background-color:rgb(228, 54, 21); color:#fff; padding: 8px 10px; width:60px; font-weight:bold; font-size:11pt; font-family:Arial; text-shadow: 0px 1px #999999;
                           -moz-border-radius: 4px;
                           -webkit-border-radius: 4px;
                           -khtml-border-radius: 4px;
                           border-radius: 4px;  }
.prod-nav-con .backnext { border:solid 1px #d6dce1; background-color:#f4f4f4; padding: 8px 10px; font-weight:bold; font-size:11pt; font-family:Arial; 
                           -moz-border-radius: 4px;
                           -webkit-border-radius: 4px;
                           -khtml-border-radius: 4px;
                           border-radius: 4px;  }
.prod-nav-con .backnext:hover { background-color:rgb(255, 241, 241);
                         -moz-transition: all 0.2s ease 0s;
                         -webkit-transition: all 0.2s ease 0s;
                         -o-transition: all 0.2s ease 0s; 
                                 }
.prod-nav-con a{ border: 1px solid #dce0e3; background-color: #f4f4f4;	color: #666; padding: 8px 10px; width:60px; text-decoration: none; font-weight:bold; font-size:11pt; font-family:Arial;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                -khtml-border-radius: 4px;
                border-radius: 4px; }
.prod-nav-con a:hover{ background-color: rgb(255, 241, 241); cursor:pointer; }


.footer { text-align:center; line-height:22px; margin-bottom:70px; }
.footer h5 { color:rgb(228, 54, 21); font-size:34px; margin:20px 0; text-transform:uppercase; }
.footer .text span { display:inline-block; }
.footer .text span.lbl { text-transform:uppercase; margin-right:10px;
                         font-size:10px; font-family:Arial,'Helvetica Neue',Helvetica,sans-serif; }
.footer a { color:rgb(228, 54, 21); }
.footer .courier { display:inline-block; margin:0 2px 2px 0; background-color:#ffffff; border:solid 2px rgb(204, 204, 204); padding:3px; width:110px;
                   border-radius: 5px; border:solid 2px #aaa; }
.footer .courier img {max-height:20px;}
            
.copyrights { padding:20px 0 50px 0; text-align:center; background-color:rgb(246, 235, 235); border-top:solid 1px rgb(204,204,204); }

/* Login Modal Popup */
.f-modalBackground { background-color:white;	filter:alpha(opacity=60); opacity:0.6; }
.f-shadow {  -moz-box-shadow: 0px 0px 12px #000;
            -webkit-box-shadow: 0px 0px 12px #000;
            box-shadow: 0px 0px 12px #000; 
}
.rounded-corners10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
a.closePanel { z-index:999; position:absolute; top:-10px; right:-10px; background:url('../../Images/close.png') no-repeat; width:30px; height:30px; display:inline-block; }

.menubg { background-color:#fff; width:440px; position:relative; padding:10px;
           -moz-box-shadow: 0px 0px 12px #000;   
          -webkit-box-shadow: 0px 0px 12px #000;
          box-shadow: 0px 0px 12px #000;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -khtml-border-radius: 5px;
            border-radius: 5px; }
.menubg table {  padding:0; border-collapse:collapse;  }

/* Subscribe newsletter */
.subscribe-title { text-transform:uppercase; font-size:10px; font-family:Arial,'Helvetica Neue',Helvetica,sans-serif; margin:20px 0 5px; font-weight:bold; } 
.newsletter1 { position:relative; display:inline-block; height:34px; border:solid 1px #cacecf; width:220px; border-right:0; margin-left:-90px; }
.newsletter1 select { position:absolute; top:8px; left:0; z-index:99; border:0; margin:0; padding:0; }
.newsletter1 input { position:absolute; top:0; left:0; z-index:98; padding: 0 10px 0 60px; color: #666; height:34px; width:150px; border:0; }
.newsletter1 .topSubscribe { height:34px; width:180px; display:inline-block }

.newsletter2 { position: relative; display:inline-block; height:34px; border:solid 1px #cacecf; border-right:0; width:275px; }
.newsletter2 input { position:absolute; top:0; left:0; padding: 0 10px; color: #666; height:34px; width:255px; border:0; }
.newsletter2 .topSubscribe { height:34px; width:255px; display:inline-block }
.newsletter2 a.submit { height:34px; display:inline-block; position:absolute; top:-1px; left:275px;  padding:0 10px;
                        line-height:36px; color:#fff; border:solid 1px #cacecf; border-radius:0 3px 3px 0;
                        background: -moz-linear-gradient(top, rgba(228, 54, 21, 0.5) 0px, rgba(228, 54, 21, 1) 100%) repeat scroll 0% 0% transparent;
                        background: -webkit-linear-gradient(top, rgba(228, 54, 21, 0.5) 0px, rgba(228, 54, 21, 1) 100%) repeat scroll 0% 0% transparent;
                        background: -o-linear-gradient(top, rgba(228, 54, 21, 0.5) 0px, rgba(228, 54, 21, 1) 100%) repeat scroll 0% 0% transparent;
                        background: linear-gradient(top, rgba(228, 54, 21, 0.5) 0px, rgba(228, 54, 21, 1) 100%) repeat scroll 0% 0% transparent;
                        transition: all 0.5s ease-out 0s; }
.newsletter2 a.submit:hover { background-color:#e6e5df; text-decoration:none; color:#494949;
                              background: -moz-linear-gradient(top, rgba(228, 54, 21, 0.6) 0px, rgba(184, 39, 12, 0.8) 100%) repeat scroll 0% 0% transparent;
                              background: -webkit-linear-gradient(top, rgba(228, 54, 21, 0.6) 0px, rgba(184, 39, 12, 0.8) 100%) repeat scroll 0% 0% transparent;
                              background: -o-linear-gradient(top, rgba(228, 54, 21, 0.6) 0px, rgba(184, 39, 12, 0.8) 100%) repeat scroll 0% 0% transparent;
                              background: linear-gradient(top, rgba(228, 54, 21, 0.6) 0px, rgba(184, 39, 12, 0.8) 100%) repeat scroll 0% 0% transparent;
                             }
.newsletter2 .loading { position:absolute; top: 10px; left: 365px; }    


.page-section { padding-left:40px; margin-bottom:40px; }
.page-section:before, .page-section:after { content: ""; display: table; }
.page-section:after { clear: both; }
.page-section p { word-wrap:break-word; }

/* new category menu using ajax */
.bc-wrap { position: relative; padding:10px 20px; }
/* #breadcrumb { display:inline-block; color: rgb(127, 188, 25); font-size: 16px; line-height: 20px; padding: 9px 20px; margin-left:50px; font-weight: bold; } */
#breadcrumb span { margin:0 3px; }
#breadcrumb a { font-size: 16px; text-decoration: none; }
#breadcrumb a:hover { }
/* .menubtn { font-size: 15px; line-height: 20px; font-weight:bold; color:#333; display:inline-block; 
           border: 1px solid #aaa; border-radius:5px; padding:8px 15px; background-color:#fff;
           background: -moz-linear-gradient(center top, #fff 0px, #ddd 100%) repeat scroll 0% 0% transparent;
           background: -webkit-linear-gradient(top, #fff 0px, #ddd 100%) repeat scroll 0% 0% transparent; }
.menubtn:hover { -moz-box-shadow: 0px 0px 10px #ccc; color:#333;
                 -webkit-box-shadow: 0px 0px 10px #ccc;
                 box-shadow: 0px 0px 10px #ccc; }
#floatmenu { display:none; position:absolute; top:48px; left:20px; z-index:999999; background-color:#fefefe; overflow:auto; 
             border:solid 1px #999; box-shadow:0 1px 10px #999; width:245px; border-radius:10px; }
#floatmenu ul { margin:0; padding:0; }
#floatmenu ul li { margin:0; padding:0; list-style-type:none; line-height:30px; }
#floatmenu a { display:block; line-height:30px; padding:0 10px 0 20px; color:#444; border-bottom:solid 1px #cacaca;
               white-space: nowrap; text-overflow: ellipsis; overflow:hidden; position:relative; }
#floatmenu a:hover, #floatmenu a.selected:hover { background-color:#c4c4c4; cursor:pointer; }
#floatmenu a:active { background-color:#c9c9c9; color:#fff; } 
#floatmenu a.selected { font-weight:bold; padding:0 10px; background-color:#eaeaea; }
#floatmenu a .loading { position:absolute; top:7px; right:26px; background:url('../../images/loading.gif') no-repeat; height:16px; width:16px; }
#floatmenu a .ico-right { position:absolute; top:7px; right:7px; }
#floatmenu a .tick { position:absolute; top:0; right:7px; line-height:30px; } */
/* NEED FOR THEME 011a */
#floatmenu { left:20px !important; top:58px !important; }
#floatmenu a .ico-right .arrow { position:relative; top:14px; left:0; }

/* Category Arrow - temporary solution for page browsing */
/* .ico-right { background:url('../../images/MasterImage(SBuy).png') no-repeat -743px -326px; width:14px; height:16px;  } */
.ico-left { background:url('../../images/MasterImage(SBuy).png') no-repeat -757px -326px; width:14px; height:16px; } 

#breadcrumb, .secTitle { display:block; line-height:30px; color:#3c3c3c; font-size: 16px; padding:10px 20px 10px 20px; position:relative;
                         background-color:rgba(255, 216, 216, 0.4); border-top:solid 5px rgba(255, 216, 216, 0.8); margin-bottom:5px; }
.secTitle span { position:absolute; right:20px; font-size:12px; color:#888; }
.secTitle:hover, .secTitle:focus { background-color: rgb(255, 241, 241);
    background-image: -moz-linear-gradient(center top , rgb(255, 241, 241), rgba(255, 216, 216, 0.8));
    background-image: -webkit-linear-gradient(center top , rgb(255, 241, 241), rgba(255, 216, 216, 0.8));
    background-image: -o-linear-gradient(center top , rgb(255, 241, 241), rgba(255, 216, 216, 0.8));
    background-image: linear-gradient(center top , rgb(255, 241, 241), rgba(255, 216, 216, 0.8)); }
.seemore { text-align:center; margin:0 0 20px 0; }
.seemore a, .resellerRF { display:inline-block; padding: 10px 20px; font-size:16px; color:#fff; background-color:#000; font-weight:bold; }
.seemore a:hover, .resellerRF:hover { color:rgb(228, 54, 21); background-color:rgba(255, 216, 216, 0.8); }

/* countdown for product */
.countdownp { }
.countdownp .num { font-size:10px; display:inline-block; }
.countdownp .h { display:inline-block; margin:0 4px 0 1px; }
.countdownp .over { font-size:12px; }

/* Category Banner */
.categoryBannerText { margin:80px 0 0; }

/* Combo */
.cof { background:unset !important; background-color:rgb(255, 216, 216) !important; }
.cof:hover { box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8); }

/* Just Purchase */
.justPurchase { display:none; position:fixed; left:10px; bottom:-80px; width:320px; background-color:#fcfcfc; box-shadow:0px 0px 2px rgba(0,0,0,0.5); height:80px;
                border-radius:3px; border:solid 1px #259959; font-family:Arial; color:#555; z-index:50; text-decoration:none; }
.justPurchase .purchase-text { font-size:0.8rem; color:#555; line-height:18px; max-height:36px; overflow:hidden; }
.justPurchase .purchase-prod { font-size:0.8rem; height:18px; line-height:18px; color:#259959; white-space: nowrap; text-overflow: ellipsis; overflow:hidden; }
.justPurchase .purchase-time { font-size:0.7rem; color:#999; padding-top:3px; height:12px; line-height:12px; }

/* Popup TNC at First Page */
.popupTNCWrapper {display:none; position: fixed; background-color:#fff; font-size:12px;}
.popupTNCWrapper .popupTNCHeader {height:40px;line-height:40px; padding:0 10px; background-color:#ff0000; color:#ffffff; font-weight:bold; text-transform:uppercase}
.popupTNCWrapper .innerScrollTNCContent {overflow:auto;}
.popupTNCWrapper .popupTNCContent {padding:10px; padding-bottom:0;}
.popupTNCWrapper .popupTNCButtonAgree {display:inline-block;background-color:#ff0000; color:#fff; padding:10px 16px; font-size:14px;cursor:pointer}

/* Popup AROT at First Page */
.popupAROTWrapper {display:none; position: fixed; background-color:#fff; font-size:20px;}
.popupAROTWrapper .innerScrollAROTContent {overflow:auto;text-align:center}
.popupAROTWrapper .popupAROTContent {padding:10px; padding-bottom:0;}
.popupAROTWrapper .popupAROTButtonAgree {display:inline-block;background-color:#ff0000; color:#fff; padding:10px 16px; font-size:14px;cursor:pointer}
.popupAROTWrapper .inline-flex-center { display:inline-flex; vertical-align: middle; margin-top:-3px;}