.nav > li > a {
    padding: 10px 15px;
}

.top-cart-container{
    text-align: right;
}

.top-cart-container i{
    font-size: 60px;
    line-height: 90px;
    display: inline-block;
}

.top-cart-container .cart-info{
    position: relative;
    display: inline-block;
    margin-right: 50px;
    cursor: pointer;
}

.top-cart-container .cart-info .cart-total{
    font-size: 20px;
    display: inline-block;
}

.top-cart-container .cart-info .cart-counter{
    position: absolute;
    text-align: center;
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    font-size: 14px;
    top: 10px;
    left: 40px;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 200;
    display: inline-block;
    /* padding-right: 2px; */
    opacity: 0.9;
    margin: 0;
    padding: 0;
}

div.vertical-shake {
  animation: vertical-shaking 0.35s infinite;
}

div.horizontal-shake {
  animation: horizontal-shaking 0.35s infinite;
}

@keyframes horizontal-shaking {
 0% { transform: translateX(0) }
 25% { transform: translateX(5px) }
 50% { transform: translateX(-5px) }
 75% { transform: translateX(5px) }
 100% { transform: translateX(0) }
}

.red-font.blink-text{
    color: #ff0000;
    font-size: 16px;
}

.blink-text {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

h2{
    font-size: 28px;
    margin: 0;
    padding: 15px 0px 0px 0px;
    line-height: 38px;
    font-weight: bold;
}

.content-page{
    min-height: 700px;
}

.nav-tabs{
    border-bottom: 2px solid #111;
}

.list-panel-body{
    background-color: transparent;
}

#product-simple-info, .content-box, .breadcrumbDiv, .breadcrumb{
    background-color: #fff!important;
}

.category-left-container{
    margin-top: 10px;
}

.countdown-text .img-responsive{
    padding-bottom: 15px;
    display: inline-block;
    max-width: 100px;
}

.product-button-fire{
    cursor: pointer;
    bottom: 5px;
    right: -6px;
    position: absolute;
}

.product-buy-button{
    text-align: center;
    margin: 7px 0px 3px 4px;
    color: #555;
    outline: none;
    font-size: 13px;
}

.product-buy-button:hover{
    color: #ff0000;
}

.product-button-container{
    cursor: pointer;
    background-color: #f4db86;
    display: inline-block;
    width: 100px;
    height: 32px;
    top:10px;
    left:82px;
    position: absolute;
}

.product-buy-item{
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

button.btn-product-qty{
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    border: 1px #ccc solid;
    margin: 0px!important;
    display: inline-block;
    border: none;
    width: 20px;
}

.product-qty-container{
    text-align: center;
    display: inline-block;
    width: 82px;
    text-align: left;
    border: 1px #ccc solid;
}

.product input{
    text-align: center;
    border: 1px #ccc solid;
}

.product-qty{
    color: #ff8e00;
    width: 27px;
    height: 29px;
    margin:0px!important;
    padding: 0px!important;
    display: inline-block;
    border: none!important;
    border-left: 1px #ccc solid!important;
    border-right: 1px #ccc solid!important;
}

.countdown-container{
    padding: 8px 25px;
    text-align: right;
    background-color: #ffd600;
    border-radius: 7px;
}

.countdown-text{
    font-family: "Heiti TC";
    line-height: 52px;
    color: #333;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}

.countdown-text i{
    padding-right: 10px;
}

.category-text{
    font-family: "Heiti TC";
    line-height: 90px;
    color:#b88c00;
    font-size: 80px;
    text-align: center;
    padding-right: 100px;
}


.countdown-clock{
    display: inline-block;
    color: #fff;
    /*border: 2px solid #163059;*/
    background-color: #fff;
    width:60px;
    min-height: 36px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    margin-left: 7px;
    margin-right: 7px;
    text-align: center;
    margin-top: 6px;
}

.countdown-clock .clock-unit{
    line-height: 18px;
    font-size: 12px;
    color: #ccc;
}

.category-left{
    background-color: #ccc;
}

.product{
    border-radius: 8px;
    border: 2px #ffce3a solid;
    text-align: center;
}
.home-special-price{
    font-weight: 600;
    font-family: 'Impact';
    text-align: center!important;
}


.cart-product-img{
    width: 30%;
    text-align: left;
}

.cart-photo{
    width: 100px;
}

.voucher-to-pay{
    margin-top: 6px;
}

.voucher-wallet {
    background: none;
    margin: 0;
    position: fixed;
    top: 160px;
    right: 0;
    width: 40px;
    height: 45px;
    z-index: 199;
    display: inline-block;
    text-decoration: none;
    /*color: #7d9008;*/
    color: #d71828;
    background-color: transparent;
    text-align: center;
    border: 2px #d71828 solid;
    font-size: 11px;
}

.voucher-wallet:hover {
    color: #d71828;
}
 
.voucher-wallet i{
    /*color: #7d9008;*/
    color: #d71828;
    font-size: 24px;
}


.voucher-usable{
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 1;
    font-size: 12px;
    color: green;
}

.btn-adjust{
    border-color: #c9c9c9;
    background-color: #e3e3e3;
}

input[type="text"], input[type="password"], input[type="email"]{
    border-color: #cdcdcd;
}

.product-tab .nav-tabs li a {
    font-weight: bold;
    color: #555555;
    font-size: 18px;
}

/*no grey borders*/
.product-share{
    border-bottom-color: #e9e9e9;
}

.breadcrumb{
    border: none;
    font-size: 18px;
    font-weight: 600;
    margin-left: 2px;
}

.breadcrumb li a{
    color: #000!important;
}

.left-border-wide-device{
    border-left: 10px transparent solid;
}

/*no grey borders*/

.img-footer{
    margin-top: 40px;
    margin-right: 32px;
    margin-bottom: 20px;
}

h3.footer-header{
    margin-left: 40px;
}

ul.footer-list li{
    margin-left: 40px;
}

.block-title{
    font-size: 22px;
}

.main-category-list{
    color: #000;
    font-weight: bold;
}

.sub-category-list{
    color: #3d3d3d;
    font-weight: normal;
}

.desktop-search-form{
    position: relative;
}

.similar-product-line{
    position: relative;
    display: block;
    height: 30px;
    border-bottom: 1px dotted #ccc;
    line-height: 30px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
}

.similar-product-line:hover{
    background-color: #ececec;
}

.list-similar-products{
    position: absolute;
    top:37px;
    left: 0px;
    border-top: none;
    border-bottom: 1px solid #ff3f3f;
    border-left: 1px solid #ff3f3f;
    border-right: 1px solid #ff3f3f;
    height: 200px;
    width: 349px;
    z-index: 200;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

.product-tag-container{
    position: absolute;
    top:2px;
    left: 2px;
    z-index: 1;
    text-align: left;
}

.product-tag{
    font-size: 11px;
    margin: 3px;
    padding-left:2px;
    padding-right:2px;
    border: 1px solid #333333;
    color: #333333;
    white-space: nowrap;
}

.breadcrumb{
    padding-top: 20px;
    margin-bottom: 10px;
}

.mobile-category-button{
    z-index: 11;
    position: fixed;
    left: 0px;
    top: 200px;
}

.btn-filter-mobile-category{
    border-bottom-right-radius: 20px!important;
    border-top-right-radius: 20px!important;
    background-color: #111;
    color: #fff;
    padding: 8px 10px;
}

.category-close-button{
    position: absolute;
    right: 10px;
    top: 10px;
}

.mobile-category{
    padding: 10px;
    z-index: 12;
    position: fixed;
    top: 90px;
    left: 10px;
    max-height: 500px;
    overflow-y: scroll;
    min-width: 240px;
    background-color: #fff;
    border: 2px solid #111;
}

ul.mobile-category li{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.mobile-category li a{
    font-size: 15px;
    font-weight: 600;
    color:#222;
}

ul.mobile-sub-category li{
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    color:#222;
}

ul.mobile-sub-category li a{
    font-size: 14px;
    font-weight: 500;
    color:#222;
}

.modal-title-site2{
    margin-top:10px;
}

.list-voucher-box i{
    font-size: 16px;
}

.list-voucher-box span{
    font-size: 16px;
    font-weight: bold;
}

.list-voucher-box{
    position: relative;
    margin: 5px;
    padding: 6px;
    display: block;
    color: #d71828;
    border: 1px #d71828 solid;
}

.list-voucher-details{
    margin-top: 5px;
    border-top: 1px #ccc solid;
}

.list-voucher-details p{
    margin-top: 4px;
    font-size: 11px;
    font-weight: normal;
    color: #ccc;
}

.list-voucher-box span.voucher_date{
    margin-right: 6px;
    line-height: 24px;
    font-size: 12px;
    font-weight: normal;
}

.list-voucher-box .pull-right i{
    font-size:13px;
}


.form-survey{
    max-width: 160px;
    width:100%;
    padding: 2px;
    margin:2px;
    font-size: 14px;
    display: inline-block;
}

.survey-title{
    margin: 12px 12px 0px 12px;
}

.survey-sub-title{
    margin: -10px 12px 24px 12px;
}

.survey-tag{
    font-size: 16px;
}

#btn-submit-survey{
    margin-bottom: 40px;
}

.right-header-ad{
    height: 90px;
    width:280px;
    background-color: lightgray;
    text-align: center;
}

.home-icons{
    width:100%;
    margin-top: 15px;
}

.category-left{
    min-height: 685px;
    background-position: 50% 50%;
}

.category-sign{
    height: 24px;
    width: 10px;
    margin: -10px 10px -4px 0px;
    display: inline-block;
    background-color: #ccc;
}

.mobile-home-category, .mobile-home-category-img{
    margin: 10px 0px 10px 0px;
   /* border: 1px #73AD21 solid;*/
    width:100%;
    text-align:center;
    border-radius: 2px;
    color: #ff3f3f;
}

.mobile-home-category{
    /*border: 1px solid #ff3f3f;*/
    border:none;
}

.home-special-price.cross{
    text-decoration: line-through;
    color: #616161;
}

.slider-product-price.cross{
    text-decoration: line-through;
    color: #616161;
}

.slider-product-price{
    color: #d81920;
    font-weight: 500;
    font-size:14px;
    margin: 0px 3px 0px 3px;
}

.slide-product-container{
    height:225px;
}

.slider-product {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    text-align: left;
    min-height: 120px;
}

.slider-product:hover{
    color: #ff0000;
}


.sliderProducts{
    width: 700px;
    min-height: 450px;
    position: absolute;
    top: 3px;
    left: 275px;
    /*background-color: rgba(0, 0, 0, 0.8);*/
    z-index: 5000;
}

.sliderProducts .home-product-title{
    font-size:12px;
    font-weight: normal;
}

.sliderImageContainer{
    max-width:700px;
    min-height: 330px;
    text-align:center;
    display: inline-block;
    margin-top:16px;
}

.top-menu-border{
    color: #ccc;
    min-width: 20px;
    text-align: left;
    margin-top: 2px;
}

.userMenu a{
    font-size:13px;
    color: #464646;
}

.userMenu a i{
    font-size: 15px;
}

.userMenu a:hover{
    text-decoration: underline;
}

.navbar-fixed-top{
    border-width: 0px 0px 0px 0px;
    border-color: transparent;
}

.home-icons-container{
    position:relative;
    margin-top:-458px;
    float:right;
    z-index:200;
    min-height: 460px;
    width: 270px;
    background-color: rgba(255, 255, 255, 0.8);
}

.home-icons-up{
    height: 230px;
    background-color: transparent;
}

.home-icons-bottom{
    height: 230px;
    background-color: transparent;
}

.home-mega-menu{
    position:relative;
    margin-top:-458px;
    float:left;
    z-index:200;
}

.home-mega-menu ul.dropdown-menu{
    max-width:270px;
    min-height:346px;
    display: none;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
}

.homeSlideImg{
    min-height: 340px;
    width: 100%!important;
}

.sub-category-item-container{
    min-width: 480px;
    position: absolute;
    top:0px;
    left: 270px;
    margin: 2px 0px 2px 0px;
    background-color: #111;
    display: none;
}

.sub-category-item-container a, .sub-category-item-container a:hover{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    background-color: transparent!important;
}

.sub-category-item{
    display:block;
    margin: 10px 0px 10px 20px;
}

.first-menu{
    min-width: 270px;
    margin-left:10px;
}

.first-menu ul.dropdown-menu{
    min-width: 270px;
}

.navbar-nav > li > .dropdown-menu{
    margin-top: 5px;
}

.navbar-nav > li > a{
    color: #000;
    font-size: 19px;
}

.dropdown a{
    background-color:#ffd600;
}

.first-menu.dropdown > a,
.first-menu.dropdown > a:hover,
.nav > li.first-menu:hover > a
{
    color: #fff;
    background-color:#d81920;
}

#accordionNo{
    margin-top: 19px;
}

.desktop-logo{
    margin-top:-25px;
    margin-left: 0px;
    height: 100px;
}

a{
    color: #d81920;
}

.highlight{
    color: #d81920;
}

.nztime{
    text-align: left; 
    margin-left:16px;
}

.navbar-brand{
    margin: 8px;
}

.top-container{
    width: 100%;
    max-width: 1360px;
}

.top-nav{
    background-color: #ffd600;
    border: none;
    height: 45px;
}

.navbar-tshop{
    background-color: #ffd600;
}

.navbar-toggle{
    margin-top:5px;
}

.megamenu-content ul li a {
    background-color: #111;
    color: #fff;
    font-size: 16px;
}

.navbar.navbar-tshop.navbar-fixed-top.megamenu{
    border-bottom: 2px #d81920 solid;
}

.ProductDetailsList ul li a{
    padding-right: 20px;
    margin-right: 20px;
}

.desktop-search-container{
    width:100%;
    margin: 20px 0px 10px 0px;
    display: inline-block;
    text-align: center;
}

.desktop-search-btn-container{
    top: 0px;
    left: 335px;
    position: absolute;
}

.desktop-search-box{
    margin-top: 5px;
    margin-left: 20px;
    display: block;
    min-width: 200px;
    max-width: 400px;
    width: 100%;
    text-align: left;
    display: inline-block;
}

.desktop-search-box input{
    border: #ff3f3f 1px solid;
    border-radius: 15px!important;
    height: 37px;
    padding: 0px 15px;
}

.desktop-search-keywords-container{
    margin-top: 6px;
    height: 20px;
    max-height: 20px;
    overflow: hidden;
}

.desktop-search-box span a{
    font-weight: normal;
    font-size: 12px;
    margin: 2px;
    line-height: 20px;
}

.btn-desktop-search{
    text-align: center;
    width: auto;
    border: #d81920 2px solid;
    border-top-right-radius: 10px;
    background-color: #d81920;
    color:#fff;
    font-weight: normal;
    height: 37px;
    padding: 0px 20px;
    font-size: 26px;
    line-height: 26px;
}

.btn-desktop-search:hover, .btn-desktop-search:focus, .btn-desktop-search:active{
    background-color: #ff3f3f;
    border: #ff3f3f 2px solid;
    color:#fff;
}

.desktop-account-container{
    display: inline-block;
    margin: 24px 10px 10px 10px;
}

.desktop-cart-container{
    display: inline-block;
    margin: 26px 10px 10px 10px;
}

.desktop-cart-container i, .desktop-account-container i{
    font-size: 26px;
}

.desktop-cart-container span, .desktop-account-container span{
    font-weight: 600;
    line-height: 30px;
    font-size: 18px;
}

.desktop-cart-container, .desktop-account-container{
    color: #ff3f3f;
}

.mobile-logo-container{
    text-align: center;
    margin: 16px;
}

.desktop-cart-container:hover, .desktop-account-container:hover{
    color: #d81920;
}

.upper-top-menu{
    height: 32px;
    background-color: #111;
    /*border-bottom: 1px #d7d7d7 solid;*/
}

.userMenu{
    font-weight: normal;
    font-size: 14px;
    margin-top: 8px;
    margin-left: 20px;
    color: #000;
}

.userMenu .highlight{
    color: #ffd600;
}

ul.userMenu li a span{
    line-height: 28px;
    font-weight:normal;
}

ul.userMenu li a span:hover{
    text-decoration: underline;
}

ul.userMenu li a{
    margin-top: -6px;
    color: #fff;
    font-size: 16px;
}

ul.userMenu li a i{
    font-size: 22px;
}

.upper-banner{
    width:100%;
    text-align: center;
    padding-top: 10px;
    background-color:#ffd600;
    min-height: 10px;
}

.upper-banner img{
    max-width: 100%;
    /*margin-left: 70px;*/
}

.bottom-bar .function-button a{
    color: #d81920;
}

.bottom-bar .function-button a.active{
    color: orangered;
}

.category-products-container{
    border: none;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    overflow: hidden;
}

.category-col{
    margin-top: 1px;
    margin-right: 30px;
    display: inline-block;
    background-color: #4be2d9;
    height: 650px;
    width: 180px;
    float:left;
    overflow: hidden;
}

.category-col h1{
    letter-spacing: 16px;
    margin-top: 220px;
    margin-left: -70px;
    font-size: 42px;
    color: #fff;
    writing-mode: tb-rl;
}

.mobile-category-col{
    height: 32px;
    text-align: center;
}

.mobile-category-col h3{
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.category-products{
    display: block;
    /*max-width: 1030px;*/
}

.btn-urltr-lg{
    padding: 16px;
    font-size: 24px;
    min-width: 240px;
}

.form-control{
    padding: 3px;
    font-size: 16px;
    border-color: #949494;
}

.related_product{
    position: relative;
    min-height: 110px;
    display: block;
    width:100%;
}

.related_product h4{
    font-size: 16px;
}

.customer-menu{
    float: left;
    width: 180px;
    display: inline-block;
}

.customer-area{
    float: right;
    display: inline-block;
    width: 100%;
    max-width: 1050px;
}

.product-eng-name{
    margin-top: -10px;
    margin-bottom: 15px;
}

.tiny-text{
    font-size:10px;
    display: inline-block;
    letter-spacing: 0;
}
.category-products{
    display: block;
}
.related-product-content{
    position: absolute;
    bottom: 20px;
    right: 15px;
}

div.add-more-button, div.less-qty-button{
    cursor: pointer;
    display: inline-block;
    width: 35px!important;
    height: 35px!important;
    border-radius: 50%!important;
    color:#333;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    background-color: #ffd600!important;
    border: 2px solid #ffd600!important;
    text-align: center;
}
div.add-more-button i, div.less-qty-button i{
    display: inline-block;
    font-size: 18px;
}
div.add-more-button:hover, div.less-qty-button:hover{
    background-color: #000!important;
    color: #fff!important;
    border-color: #000!important;
}
div.display-qty-adjusted{
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    min-width: 40px;
}

div.product-std div.product-button-container2{
    padding: 5px 0px;
    text-align: center;
}

div.product-std div.add-more-button, div.product-std div.less-qty-button{
    width: 30px!important;
    height: 30px!important;
    font-size: 14px;
    line-height: 27px;
}

div.product-std div.add-more-button i, div.product-std div.less-qty-button i{
    display: inline-block;
    font-size: 14px;
}

.content-box.add-to-cart div.add-more-button, .content-box.add-to-cart div.less-qty-button{
    width: 40px!important;
    height: 40px!important;
    font-size: 20px;
    line-height: 40px;
}
.content-box.add-to-cart div.add-more-button i, .content-box.add-to-cart div.less-qty-button i{
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
}
.content-box.add-to-cart div.display-qty-adjusted{
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    min-width: 80px;
}
.related-product-content div.add-more-button, .related-product-content div.less-qty-button{
    width: 26px!important;
    height: 26px!important;
    font-size: 18px;
    line-height: 18px;
}
.related-product-content div.add-more-button i, .related-product-content div.less-qty-button i{
    font-size: 14px;
    line-height: 24px;
}
.related-product-content div.display-qty-adjusted{
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    min-width: 30px;
}

.addto{
    position: relative;
}
.qty-in-cart{
    text-align: center;
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    font-size: 11px;
    top: 0px;
    right: 5px;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 17px;
    z-index: 20;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.main-image .qty-in-cart{
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    top: 0px;
    right: 15px;
}
div.product-std .qty-in-cart{
    top: -10px;
    right: -16px;
}

#cart-not-empty .shipping-info-container{
    /*border: 1px solid #ccc;*/
    border:none;
    margin: 15px;
}
#cart-not-empty .cart-totals{
    margin-bottom: 20px;
}
#product-listview .qty-in-cart{
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    top: -10px;
    right: -10px;
}
#product-listview .product .image{
    overflow: inherit;
}
#btn-add-to-cart:hover{
    background-color: #000!important;
    border-color: #000!important;
}
.content-bottom-button{
    width: 100%;
    padding: 10px 10px 20px 10px;
    margin-bottom: 40px;
}
.content-bottom-button button{
    float:right;
    margin-bottom: 20px;
}
.home-product-box{
    text-align: center;
}

#page-cart-container {
    color: #111;
    position: fixed;
    right: 0px;
    top: 40%;
    z-index: 100;
}

#page-cart-container:hover #page-cart-inner {
    border-color: #666;
}
#page-cart-container:hover #page-cart-inner, #page-cart-container:hover a, #page-cart-container:hover a i {
    /* color: #666!important; */
}
#page-cart-inner {
    background-color: #fff;background-color: #fff;
    min-width: 110px;
    min-height: 50px;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #111;
    text-align: center;
}

#page-cart-inner .cart-total{
    font-weight: bold;
    font-size: 14px;
    color: red;
}

#page-cart-inner .btn-side-checkout{
    font-size: 11px;
    border-radius: 4px!important;
    color: #fff;
    background-color: #000;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 6px;
    min-width: 85px;
}

#page-cart-container a{
    color: #111!important;
}

#page-cart-container .page-cart i{
    display:inline-block;
    padding-left: 10px;
    font-size: 30px;
    line-height: 50px;
    color: #111;
}

#page-cart-container .page-cart .cart-counter{
    display:inline-block;
    padding-left: 5px;
    line-height: 40px;
    font-size: 24px;
}

#page-cart-container .page-cart .cart-counter-text{
    padding-left: 2px;
    line-height: 40px;
    font-size: 17px;
}

#page-cart-container:hover #page-cart-inner, #page-cart-container:hover a, #page-cart-container:hover a i{
    color: #666!important;
}

#page-cart-container:hover #page-cart-inner{
    border-color: #666;
}

@media (max-width: 1366px){
    .footer-social-container{
        text-align: center;
    }
    .nav > li > a {
        padding: 10px 8px;
    }
}

@media (max-width: 1279px){
    .breadcrumb{
        margin-left: 15px;
    }
    .category-left-container{
        display: none;
    }
    
    .navbar-nav > li > a {
        min-width: 60px;
        font-size: 15px;
        height: auto;
    }    
    .category-col{
        width:90px;
    }
    .category-col h1{
        margin-top: 220px;
        margin-left: -30px;
    }
    
    .function-box-container{
        display:none;
    }
    .home-product-title{
        font-size: 13px;
        font-weight: normal;
    }
    .category-products{
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        /*max-width: 830px;*/
    }
    .customer-menu{
        float: none;
        width: 100%;
        display: block;
    }

    .customer-area{
        float: none;
        width: 110%;
        display: inline-block;
        text-align: center;
    }     
    .desktop-search-btn-container{
        /*top: 20px;*/
        left: 83%;
        position: absolute;
    }

    .desktop-search-box{
        margin-left: 0px;
    }
    
    .desktop-account-container{
        margin-top: 30px;
    }

    .desktop-cart-container{
        margin-top: 30px;
    }    
    
    .desktop-cart-container i, .desktop-account-container i{
        font-size: 18px;
    }
    
    .desktop-cart-container span, .desktop-account-container span{
        font-size: 12px;
    }
    .left-border-lg-device{
        border: none;
    }
}



@media (max-width: 896px){
    .block-title{
        margin-left: 12px;
    }
    .top-cart-container .cart-info{
        margin-right: 15px;
    }
    .btn-home-nav{
        font-size: 18px;
        padding: 5px 25px;
        border: 5px solid #ffd600;
    }
    .first-menu{
        min-width: auto;
    }
    .desktop-logo{
        margin-top: -18px;
        height: 80px;
    }
    #cart-not-empty .shipping-info-container{
        margin: 15px 0px!important;
    }
    .content-bottom-button button{
        width: 100%!important;
    }
    .product-buy-item{
        display: none;
    }
    .countdown-text{
        text-align: center;
        font-size: 28px;
        line-height: 30px;
        padding: 0px;
    }
    .category-text{
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        padding: 0px;
    }
    .product-tab .nav-tabs li a{
        font-size:12px;
    }
    .product-qty-container{
        text-align: center;
        display: block;
        width: 100%;
        text-align: left;
        border: 1px #ccc solid;
    }
    button.btn-product-qty{
        width: 25%;
    }
    .product-qty{
        width: 40%;
    }
    .product-button-container{
        margin-top: 5px;
        width: 100%;
        display:block;
        position: relative;
        top: 0px;
        left: 0px;
        border: 1px solid #ffd600;
        border-radius: 2px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }
    .product-button-fire{
        display:none;
    }
    
    .breadcrumb{
        padding-top: -10px;
        padding-left:20px;
        padding-right:20px;
    }

    .countdown-text{
        line-height: 36px;
        font-size: 20px;
        text-align: center;
    }
    
    .countdown-text .img-responsive{
        max-height: 50px;
        padding: 0px;
    }
    
    .countdown-clock{
        min-width:40px;
        height: 36px;
        font-size: 12px;
        line-height: 36px;
        font-weight: 600;
        margin-top: 0px;
    }

    .countdown-clock .clock-unit{
        line-height: 18px;
        font-size: 12px;
    }
    
    
    .navbar-header.isios .navbar-brand img{
        margin-top: -4px;
        height: 45px;
    }
    .cart-photo{
        width: 70px;
    }
    .cart-product-img{
        text-align: center;
        width: 25%;
    }
    .form-control{
        padding: 1px 4px 1px 4px;
        font-size: 16px;
    }
    
    .home-product-title-box{
        min-height: 44px;
    }
    
    .home-product-title{
        font-size: 13px;
        min-height: 65px;
    }
    
    .product-button-fire{
        right: 5px;
    }
    
    .product-list-title{
        font-size: 10px;
    }

    .dropdown.active.first-menu{
        display:none;
    }
    .main-container{
        min-height: 160px;
    }
    .sliderImageContainer{
        min-height: 140px;
    }
    .homeSlideImg{
        min-height: 140px;
        width: 100%;
    }
    
    .loaded{
        max-width:100%;
    }
    .img-ks-lazyload{
        width:100%;
        max-width: 100%;
    }
    .btn, select, input{
        margin-top: 2px;
    }
    .btn-adjust{
        margin-top: 0px;
    }
    .navbar{
        min-height: 56px;
    }
    .product{
        min-height: 240px;
    }
    .action-control{
        display:none;
    }
    .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header{
        margin-left:0px;
        margin-right:0px;
    }
    .home-product-box{
        min-height: 290px;
        border: none;
    }
    .customer-menu{
        float: none;
        width: 100%;
        display: block;
    }

    .customer-area{
        float: none;
        width: 110%;
        display: inline-block;
        text-align: center;
    }    
    
    .description h4{
        font-size: 12px;
    }
    
    .category-products-container{
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        border:none;
    }
    
    .category-right-container{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .category-col{
        display: none;
    }
    
    .navbar-nav .dropdown a.main-category-list{
        background-color: transparent;
        color: #fff!important;
        border-bottom: 1px #d81920 solid;
    }
    
    .navbar.navbar-tshop.navbar-fixed-top.megamenu{
        border-bottom: none;
    }
    
    
    .navbar-nav > li > a {
        text-align: left;
    }
    
    .menu-icon{
        color: #d81920;
    }
    .countdown-container{
        text-align: center;
    }
    
}

/* iPad Portrait */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .bottom-cart-indicator{
        right: 30%;
    }
    .countdown-text{
        text-align: left!important;
    }
    .mobile-home-category{
        font-size: 16px!important;
    }
    .category-col{
        display: none;
    }
    .navbar-nav > li > a {
        min-width: 65px;
        font-size: 12px;
        height: auto;
    }
    .slider-content{
        margin-top: 150px;
    }
    .banner{
        margin-top: 38px;
    }
    .headerOffset{
        padding-top: 60px;
    }
    .back-to-top{
        bottom: 50px;
    }
    .bottom-bar{
        z-index: 200;
        position: fixed;
        left: 0px;
        bottom: 0px;
        display: block;
        width: 100%;
        height: 50px;
        border-top: 1px #000 solid;
        background-color: #fff;
    }
    .search-box{
        display: none;
    }
}

/* iPad Landscape */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .cart-actions{
        margin-top: 20px;
    }
    .countdown-text{
        text-align: left!important;
    }
    .qty-box{
        max-width: 133px;
    }
    .navbar{
        min-height: 56px;
    }    
    .navbar-nav > li > a {
        min-width: 65px;
        font-size: 14px;
        height: auto;
    }
    .back-to-top{
        bottom: 50px;
    }
    .bottom-bar{
        z-index: 200;
        position: fixed;
        left: 0px;
        bottom: 0px;
        display: block;
        width: 100%;
        height: 50px;
        border-top: 1px #000 solid;
        background-color: #fff;
    }
    .bottom-cart-indicator{
        right: 37%;
    }
    .customer-area{
        float: none;
        width: 104%;
    }   
    
    .upper-banner img{
        display: none;
    }
    
    .desktop-logo{
        margin-top: -15px;
        height: 80px;
    }
    .headerOffset{
        padding-top: 190px;
    }
    .banner{
        margin-top: -10px;
    }
    .category-col{
        height: 550px;
    }
    .desktop-search-btn-container{
        left: 390px;
    }
    .countdown-clock-container{
        text-align: right!important;
    }
    .countdown-container{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .navbar.stuck .navbar-brand .desktop-logo{
        height: 70px;
    }
}

@media screen and (min-device-width: 800px) and (max-device-width: 1280px) and (orientation:landscape) {
    .side-list{
        display: none;
    }
    .countdown-text{
        text-align: left!important;
    }
    .countdown-clock-container{
        text-align: right!important;
    }
    .right-side-products{
        width: 100%;
    }
    .action-control{
        display:none;
    }
    .product{
        min-height: 240px;
    }
    .left-similar-products .panel-heading{
        border-top:none;
    }
}

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    .bottom-bar{
        height: 65px;
    }
}

@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) {
    .bottom-bar{
        height: 65px;
    }
}

@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 3) {
    .bottom-bar{
        height: 65px;
    }
}



@media (min-device-width: 1024px){
    .home-mega-menu-dropdown{
        height: 346px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .container{
        padding-left: 0px;
        padding-right: 0px;
    }
}