/*COMMON*/
.rating-xs {
    font-size: 1.5em !important;
}
body {
    font-size: 12px;
    line-height: 1.5em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #fafafa;
}

.row{
	margin-bottom: 10px;
}

.btn-primary,
.btn-primary:hover{
	background: #f8b581;
	border: none;
}



.none-padding-margin {
    margin: 0 !important;
    padding: 0 !important;
}
.none-padding-right {
    padding-right: 0;
}
.no-margin {
    margin: 0 !important;
}
.none-display {
    display: none;
}
.page button, .page input, .page .btn.none-radius {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.page .button-yellow {
    background: #111;
    /*border-color: #E5911A;*/
    color: #fff;
    
}
.page .btn-register{
    background: #111;
    font-weight: 700 !important;
}
.page .btn-login{
    background: #111;
    font-weight: 700 !important;
}
.page .text-info {
    color: #737373;
}
/*--- categories-panel */
.page .categories-panel {
    z-index: 10;
    width: 100%;
	/*
    background: rgba(0,0,0,0.4);
    border-bottom: 1px solid #898989;
	*/
}
.page .categories-panel a {
    text-align: center;
    color: #fff;
    padding: 15px 0px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
.page .categories-panel a:hover {
    opacity: .9;
}
.page .categories-panel .left {
    border-right: 1px solid #75472C;
}
/*--- /categories-panel */


/*add to cart button*/
.page .add-to-cart .button-yellow {
    background: #111;
    /*border-color: #E5911A;*/
    color: #fff;
}
.page .add-to-cart .button-red {
    background: #111;
    /*border-color: #D82D1D;*/
    color: #fff;
}
.page .add-to-cart button span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 10px 8px 10px;
    border-right: 1px solid #EAEAEA;
}

.page .add-to-cart button {
    position: relative;
    text-align: center;
    max-width: 160px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
/*//add to cart button*/

/*Like This button*/
.page .like-this .button-red {
    background: #F22613;
    border-color: #E5911A;
    color: #fff;
}

.page .like-this button span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 10px 8px 10px;
    border-right: 1px solid #EAEAEA;
}

.page .like-this button {
    position: relative;
    text-align: center;
    max-width: 160px;
    width: 100%;
    padding-left: 48px;
    margin-bottom: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
/*//Like This button*/

/*Checkout button*/
.page .checkout .button-red {
    background: #111;
    color: #fff;
}

.page .checkout button .gly {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 10px 8px 10px;
    border-right: 1px solid #EAEAEA;
    text-align: center;
    max-width: 240px;
    width: 100%;
    font-weight: bold;
}

.page .checkout button {
    position: relative;
    height: 40px;
    padding-left: 250px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
/*//Checkout button*/

/*widget product*/
.page .widget-product {
    position: relative;
    text-align: center;
    padding: 40px 20px 20px;
	background: #fff;
    margin-bottom: 15px;
}

.page .widget-product h4 {
    height: 19px;
    overflow: hidden;
}

.page .widget-product .img-wrapper {
    width: 68%;
    margin: 0 auto;
    height: 150px;
}

.page .widget-product .img-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.page .widget-product a,
.page .widget-first-product a {
    text-decoration: none;
    color: #333;
}

.page .widget-product h5{
    font-weight: bold;
    height: 76px;
    overflow: hidden;
}

.page .widget-product h3{
    font-size: 16px;
    font-weight: bold;
}

.page .widget-first-product .content h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}

.page .widget-product .short-description {
    height: 54px;
    overflow: hidden;
    font-size: 15px;
}

.page .widget-product .old-price,
.page .widget-first-product .old-price {
    text-decoration: line-through;
    font-size: larger;
}

.page .widget-product .new-price,
.page .widget-first-product .new-price {
    color: red;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page .widget-product .new-label {
    position: absolute;
    top: 10px;
    right: 20%;
    width: 20%;
}

.page .widget-product .discount-label {
    position: absolute;
    top: 30%;
    right: 20%;
    width: 20%;
}

.page .widget-product .discount-label span{
    position: absolute;
    top: 43%;
    left: 35%;
    font-size: 14px;
    color: #FFF;
    transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
}

.page .widget-product .new-label img,
.page .widget-product .discount-label img {
    max-width: 81px;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .page .widget-product button {
        font-size: 12px;
    }

    .page .widget-product {
        padding: 40px 0 20px 0;
    }
    
    .page .widget-product .discount-label span {
        top: 30%;
        left: 30%;
        font-size: 9px;
    }
}

@media (max-width: 639px) {
    .page .widget-product .img-wrapper {
        height: 130px;
    }
}

@media (max-width: 559px) {
    .page .widget-product .img-wrapper {
        height: 105px;
    }
}

@media (max-width: 479px) {
    .page .widget-product .discount-label {
        top: 20%;
        width: 35px;
    }
    .page .widget-product .discount-label span {
        font-size: 9px;
    }
    .page .widget-product .img-wrapper {
        height: 90px;
    }
}

@media (max-width: 399px) {
    .page .widget-product .img-wrapper {
        height: 80px;
    }
}
/*//widget product*/

/*--- customNavigation */
.page .customNavigation,
.page .customNavigation.style2 {
    z-index: 1000;
    overflow: hidden;
}
.page .customNavigation .owl-control {
    position: absolute;
    font-size: 50px;
    top: 50%;
    color: rgba(247, 145, 136, 0.9);
    z-index: 100;
    overflow:hidden;
}
.page .customNavigation .left {
    left: 30px;
}
.page .customNavigation .right {
    right: 30px;
}
.page .customNavigation a:hover {
    font-size: 51px;
}
.page .customNavigation a:active {
    font-size: 49px;
}
/*-- style2 */
.page .customNavigation.style2 a {
    color: #fff;
    background: rgba(217, 217, 217, .9);;
    font-size: 30px;
}
.page .customNavigation.style2 .left {
    border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    padding: 15px 3px 15px 3px;
    left: 0;
}
.page .customNavigation.style2 .right {
    border-radius: 30px 0 0 30px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    padding: 15px 3px 15px 3px;
    right: 0;
}
.page .customNavigation.style2 a:hover {
    font-size: 31px;
}
.page .customNavigation.style2 a:active {
    font-size: 29px;
}
/*--- /customNavigation */

/*--- bpanel */
.page .bpanel {
    position: relative;
    margin-bottom: 40px;
}
.page .bpanel .text-red {
    color: #F22613;
}
.page .bpanel .title-panel {

}
.page .bpanel .title-panel h1{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    
}
.page .bpanel .title-panel > h3{
    margin: 0;
    color: #ccc;
}
.page .bpanel .title-panel h1 img {
    width: 36px;
    margin-top: -10px;
}
.page .bpanel .item {
    background: #fff;
}
.page .bpanel .content {
    position: relative;
    padding-top: 20px;
}
.page .bpanel .footer {
    text-align: center;
}
.page .bpanel .footer button {
    width: 30%;
}
.page .bpanel .content.checkout-success .info-panel{
    text-align: center;
}
.page .bpanel .content.checkout-success .info-panel .order-number {
    font-size: 28px;
    color: #000;
}
.page .bpanel .content.checkout-success hr {
    border-top: 1px dotted #ccc;
}

@media (max-width: 767px) {
    .page .bpanel.write-new-reviews .left{
        text-align: left;
        margin-bottom: 15px;
    }
}

@media (max-width: 479px) {
    .page .bpanel .title-panel h1{
        font-size: 30px;
    }
}
/*--- /bpanel */

/*--- breadcrumb*/
.page .breadcrumbs {
    margin-top: 30px;
    margin-bottom: 30px;
}

.page .breadcrumbs .separator {
    margin-left: 10px;
    margin-right: 10px;
}

.page .breadcrumbs .this-page {
    font-weight: bold;
}
/*--- /breadcrumb*/

/*----form group----*/
.page .form {
    margin-bottom: 20px;
}
.page .form .content-info {
    border: 1px solid #b7b7b7;
    padding: 20px 15px;
}
.page .form .text-bold {
    font-weight: bold;
}
.page .form .text-align-left {
    text-align: left;
}
.page .form .control-middle {
    padding-top: 7px !important;
    margin-bottom: 0 !important;
}
.page .form .text-align-right {
    text-align: right;
}
.page .form .content-info .info-block {
    color: #737373;
}
.page .form .content-info .content-row {
    margin-bottom: 20px;
}

.page .form .title-group {
    padding: 10px;
    background-color: #fff;
    margin-left: 30px;
}

.page .form .div-title {
    margin-bottom: -10px;
}

.page .form .content-info .content-row .note {
    margin-top: 10px;
    margin-bottom: 0;
}

.page .form .content-info .content-row input {
    width: 100%;
}
.page .form em {
    font-weight: bold;
}
.page .form .content-info .totalBox,
.page .form .content-info .lineTitle {
    float: right;
}
.page .form .content-info .totalBox {
    font-weight: bold;
    font-size: 16px;
    width: 20%;
    text-align: right;
}
.page .form .content-info .lineTitle {
    
}
.page .form .content-info .points_unit {
    font-weight: bold;
    font-size: 14px;
}
.page .form .content-info .fa {
    font-size: 16px;
    color: #f00;
}
.page .form .content-info .form-group.substract-bottom {
    margin-bottom: -15px;
}
.page .form.checkout-cart {
    
}
.page .form.checkout-cart .item {
    padding: 15px 0;
    border-bottom: 2px dotted #eee;
}
.page .form.checkout-cart .item.last-item {
    border-bottom: 0;
}
.page .form.checkout-cart .item .item-name,
.page .form.checkout-cart .item .item-total,
.page .form.checkout-cart .item .item-qty {
    font-weight: bold;
}
.page .form.checkout-cart .item .item-qty {
    text-align: center;
}
.page .form.checkout-cart .item .item-total {
    text-align: right;
}
.page .form.checkout-cart hr {
    border-top:2px solid #aaa;
}
.page .form.checkout-cart .total-cart #otsubtotal {
    font-weight: bold;
    color: #000;
}

@media (max-width: 767px) {
    .page .form.checkout-cart .item .item-name {
        margin-bottom: 10px;
    }
    .page .form.checkout-cart .item .item-qty {
        text-align: left;
    }
    .page .form.checkout-cart .total-cart .totalBox {
        width: 40%;
    }
    .page .form .content-info .totalBox {
        width: 30%;
    }
    .page .form .title-group {
        margin-left: 20px;
    }
}

@media (max-width: 359px) {
    .page .form .title-group {
        margin-left: 10px;
        font-size: 11px;
    }
}
/*//----form group----*/

/*//COMMON*/










/*--- Header */
.page #header .navbar-wrapper .nav-bar {
    float: right;
}

.page #header .navbar-wrapper .navbar-logo {
    float: left;
}

.page #header .navbar-wrapper .top-nav .language {
    border: none;
    color: #484848;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 80px;
    background: url("../../../../images/header-language-drop.png") no-repeat right transparent;
}

.page #header .navbar-wrapper .nav-bar,
.page #header .navbar-wrapper .nav-bar a {
    color: #484848;
    text-decoration: none;
}
.search-div .search {
    width: 345px;
    float: right;
}

.search-div .search input{
    margin: 11px 18px;
}
.search-div .search .btn-search{
    right: 3px;
    top: -2px;
}
.page #header .navbar-wrapper .top-nav .search {
    width: 325px;
    float: right;
}

.page #header .navbar-wrapper .top-nav .search input, .search-div .search input,
.page #header .navbar-wrapper .top-nav .search .btn-search {
    height: 30px;
	
}

.page #header .navbar-wrapper .top-nav .search img {
    margin-top: -2px;
}

.page #header .navbar-wrapper .top-nav .search input, .search-div .search input {
    font-size: 12px;
}

.page #header .navbar-wrapper .top-nav .search .btn-search, .search-div .search .btn-search{
    border-left: none;
    padding-left: 5px;
    padding-right: 5px;
}

.page #header .navbar-wrapper .nav-bar a,
.page #header .navbar-wrapper .nav-bar .language
{
    margin-right: 10px;
}

.page #header .navbar-wrapper .nav-bar a,
.page #header .navbar-wrapper .nav-bar .language {
    margin-top: 2px;
}

.page #header .navbar-wrapper .nav-bar {
    margin-top: 10px;
}

.page #header .navbar-wrapper .nav-bar .bot-nav {
    margin-top: 10px;
    font-weight: bold;
    float: right;
    clear: both;
}

.page #header .navbar-wrapper .nav-bar .bot-nav .cart-btn {
    /*background-color: #414042;*/
    color: #484848;
    border: none;
    padding-right: 0;
	background: transparent;
}

	.page #header .navbar-wrapper .nav-bar .bot-nav .cart-btn:hover{
		background: transparent !important;
	}

.page #header .navbar-wrapper .nav-bar .bot-nav .cart-btn .cart-ico {
    margin-top: -10px;
    margin-right: 3px;
}

.page #header .top-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}

.page #header .top-menu a.last {
    margin-right: 0;
}

.page #header .top-menu a {
    color: #444;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    margin-right: 62px;
}

.page #header .navbar-wrapper .bot-nav .btn-search-xs {
    /*background-color: #414042;*/
    border: none;
    color: #484848;
    font-size: 21px;
    padding-right: 0;
    padding-top: 0;
	background: transparent;
}

.page #header .navbar-wrapper .bot-nav .btn-search-xs:hover {
	background: transparent;	
}

.page #header .navbar-wrapper .bot-nav .navbar-toggle span {
    background-color: #484848;
}

.page #header .navbar-wrapper .bot-nav .navbar-toggle .icon-bar {
    width: 27px;
    height: 4px;
}

.page #header .navbar-wrapper .bot-nav .nav-tog {
    margin: 0;
    margin-top: -5px;
    padding-bottom: 0;
}

.page #header .navbar-wrapper .bot-nav .tri-div span {
    margin-bottom: -10px;
}

.page #header .navbar-wrapper .bot-nav .tri-div #tri-search {
    color: #fff;
    font-size: 16px;
    display: none;
}

.page #header .navbar-wrapper .bot-nav .tri-div #tri-nav {
    color: #fff;
    font-size: 16px;
    margin-right: 33px;
    display: none;
    float:right;
}

/*mobile header styles*/
.page #header .fixed-header {
    position: fixed;
    margin: auto 0;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fafafa;
    width: 100%;
}

.page #header .navbar-wrapper .nav-bar-mobile .mobile-language-bar {
    border-bottom: 1px solid black;
    text-align: right;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-top: 5px;
}

.page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-mobile {
    display: block;
    margin: auto;
    padding-top: 15px;
}

.page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-left-nav-mobile {
    position: absolute;
    padding: 22px 0px 0px 66px;
}

.page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-right-nav-mobile {
    position: absolute;
    top: 72px;
    right: 53px;
}

.page #header .nav-bar-mobile .menu-wrapper {
    border: 2px solid #000;
    padding-bottom: 10px;
}

.page #header .nav-bar-mobile .menu-wrapper .welcome {
    background: #000;
    color: #fff;
    display: block;
    padding: 4px 8px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.page #header .nav-bar-mobile .menu-wrapper .menu-item {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    padding: 4px 0;
    padding-left: 12px;
}

.page #header .nav-bar-mobile .menu-wrapper .menu-item:hover {
    text-decoration: none;
}

@media (min-width: 992px) {
    .page #header .top-menu-nav {
        display: none!important;
    }
}

@media (max-width: 1199px) {
    .page #header .top-menu a {
        margin-right: 33px;
    }
}

@media (max-width: 991px) {
    .page #header .top-menu {
        background-color: #fff;
        padding: 0;
    }
    
    .page #header .top-menu li {
        text-align: center;
        float: none;
    }
    
    .page #header .top-menu li a {
        color: #626163;    
    }
    
    .page #header .top-menu li a:hover {
        color: #fff;
    }
    
    .page #header .top-menu li:nth-child(even) {
        background-color: #F1F2F2;
    }
    
    .page #header .top-menu li:nth-child(odd) {
        background-color: #fff;
    }
    
    .page #header .top-menu .navbar-nav,
    .page #header .top-menu-nav .navbar-nav {
        margin: 0;
    }
    
    .page #header .top-menu li a {
        margin-right: 0;
    }
    .page-product-list .filter-panel h1{
        font-size: 28px !important;
    }
    .input_price{
        font-size: 11px;
        padding: 0;
    }
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 6px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    
    .navbar-toggle {
        display: block;
    }
    
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    
    .navbar-collapse.collapse {
        display: none!important;
    }
    
    .navbar-nav {
        float: none!important;
    }
    
    .navbar-nav>li {
        float: none;
    }   
    
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse {
        overflow-x: visible !important;
    }

    .navbar-collapse.in {
      overflow-y: auto !important;
    }

    .collapse.in {
      display: block !important;
    }

    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-left-nav-mobile {
        padding: 19px 0px 0px 90px;
    }

    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-right-nav-mobile {
        top: 60px;
        right: 90px;
    }

    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-mobile {
        height: 75px;
    }

    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-left-nav-mobile img,
    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-right-nav-mobile img{
        height: 45px;
    }

    .page #header .navbar-wrapper .nav-bar-mobile .mobile-language-bar img {
        height: 20px;
        margin: 2px;
    }
}

@media (max-width: 430px) {
    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-left-nav-mobile {
        padding: 17px 0px 0px 37px;
    }

    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-right-nav-mobile {
        top: 56px;
        right: 37px;
    }

    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-mobile {
        height: 55px;
    }

    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-left-nav-mobile img,
    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-right-nav-mobile img{
        height: 28px;
    }

    .page #header .navbar-wrapper .nav-bar-mobile .mobile-language-bar img {
        height: 17px;
        margin: 2px;
    }
}

@media (max-width: 400px) {
    .page #header .navbar-wrapper .nav-bar a,
    .page #header .navbar-wrapper .nav-bar .language
    {
        margin-right: 18px;
    }
    
    .page #header .navbar-wrapper,
    .page #header .navbar-wrapper .container {
        padding-left: 0;
        padding-right: 0;        
    }
    
    .page #header .top-menu li a {
        padding-left: 5px;
        padding-right: 5px; 
    }

    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-left-nav-mobile {
        padding: 17px 0px 0px 35px;
    }

    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-right-nav-mobile {
        top: 56px;
        right: 35px;
    }

    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-mobile {
        height: 50px;
    }

    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-left-nav-mobile img,
    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-right-nav-mobile img{
        height: 25px;
    }

    .page #header .navbar-wrapper .nav-bar-mobile .mobile-language-bar img {
        height: 15px;
        margin: 2px;
    }
}

@media (max-width: 350px) {
    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-left-nav-mobile {
        padding: 17px 0px 0px 22px;
    }

    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-right-nav-mobile {
        right: 20px;
        top: 56px;
    }

    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-mobile {
        height: 48px;
    }

    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-left-nav-mobile img,
    .page #header .navbar-wrapper .nav-bar-mobile .navbar-logo-right-nav-mobile img{
        height: 23px;
        margin: 2px;
    }
}





/*---ALL CATEGORIES---*/
.page .categories-panel .left button {
    text-align: center;
    color: #5F5F5F;
    padding: 15px 0;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-color: transparent;
    border: none;
    margin-right: auto;
}  

.page .categories-nav .nav {
    padding-right: 0;
}

.page .categories-nav .clm {
    margin-right: 0;
}

.page .categories-nav {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
}

.page .categories-nav li {
    padding-left: 10px;
}

.page .categories-nav li a {
    color: #808285;
}

.page .categories-panel .left #tri-categories {
    font-size: 16px;
    position: absolute;
    margin-top: 38px;
    margin-left: 50px;
    display: none;
}

.page .mobile-category-nav {
    margin-top: 90px;
    padding-bottom: 30px;
}

.page .mobile-category-nav .mobile-cat-dropdown {
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    background-color: #000;
    padding: 3px 0px 1px 0px;
    font-weight: bold;
    color: #fff;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    z-index: 100;
    text-align: center;
}

.page .mobile-category-nav .mobile-cat-dropdown .mobile-brand {

}

.page .mobile-category-nav .mobile-cat-dropdown .mobile-category {

}
/*//---ALL CATEGORIES---*/
/*---// Header */











/*--- footer */
.page .footer {
    padding-top: 40px;
    /* margin-bottom: 40px; */
    /* border-top: 3px solid #F22613; */
	background: #312e2e;
}

.page .footer-block h4 {
    margin-top: 0;
    font-weight: bold;
	color: #fff;
}
.page .footer ul {
    list-style: none;
}
.page .footer ul li a,
.page .footer p,
.page .copyright-panel p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.page .footer ul li a{
    text-decoration: none;
}

.page .footer-block img {
    padding-right: 10px;
    width: 40px;
}

.footer-block .lang-text {
    text-decoration: none;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    white-space: nowrap;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1292px) {
    .footer-block .lang-text {
        font-size: 9.5px;
        padding-right: 0px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .footer-block .lang-text {
        font-size: 11.5px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .footer-block .lang-title {
        font-size: 18px;
    }

    .footer-block .lang-text {
        font-size: 15px;
        padding-right: 5px;
    }

    .footer-block .footer-table {
        margin: 0 auto;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .footer-block .lang-text {
        font-size: 9.5px;
        padding-right: 0px;
    }
}


/*--- copyright-panel */
.page .copyright-panel {
    padding-top: 40px;
    /* margin-bottom: 40px; */
    /* border-top: 1px solid #eaeaea; */
    text-decoration: none;
	background: #312e2e;
}
.page .copyright-panel h4 {
    margin-top: 0;
    font-weight: bold;
	color: #fff;
}
.page .copyright-panel .left,
.page .copyright-panel .right {
    float: right;
}
.page .copyright-panel .right {
    text-align: right;
}
.page .copyright-panel .right button {
    text-transform: capitalize;
}
/*--- /copyright-panel */

@media (min-width: 768px) and (max-width: 991px) {
    .page .footer h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .page .footer,
    .page .copyright-panel {
        text-align: center;
    }
    .page-index .footer h3 {
        font-size: 18px;
    }

    .page .footer-block {
        padding: 20px 0;
    }
    .page .copyright-panel .left,
    .page .copyright-panel .right {
        float: none;
    }
    .page .copyright-panel .right {
        margin-bottom: 20px;
        text-align: center;
    }
    .page .copyright-panel .dropdown-menu {
        right: 50%;
        margin-right: -100px;
        width: 200px;
    }
}
/*--- /footer */











/* temp */
.top-header {
    background: #4183D7;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.top-header span {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.navbar-wrapper {
    padding: 5px;
    /*background: #414042;*/

}
.top-menu {
    /*background: #F22613;*/
	border-top: 1px solid #75472C;
	border-bottom: 1px solid #75472C;
}
.top-menu ul,
.top-carousel-menu ul,
.button-panel ul{
    list-style: none;
}
.top-menu ul li,
.button-panel ul li{
    float: left;
}

.top-menu ul li a {
    text-decoration: none;
    color: #fff;
    padding: 15px 19px;
    display: block;
    font-weight: bold;
}
.top-menu ul li .parent-item{
    /*padding: 15px;*/
}
.top-menu ul li a:hover {
    background: #000;
	color: #fff !important;
}
.top-menu ul li .fir_mitem{
    /*padding-left: 0 !important;*/
}
/*// padding: 15px 28px 15px 28px;*/










/* INDEX PAGE */
/*--- nav-fix-panel */
.page-index .nav-fix-panel {
    position: fixed;
    z-index: 1000;
    width: 4%;
    top: 30px;
    right: 2px;
}
.page-index .nav-fix-panel .item {

}
.page-index .nav-fix-panel .item a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    display: block;
    padding: 5px 0;
    background: rgba(230,231,231,.85);
    text-align: center;
    margin-bottom: 1px;
}
.page-index .nav-fix-panel  a:hover {
    background: rgba(160, 236, 242, 0.85);
}
.page-index .nav-fix-panel  a img{
    width: 50%;
    margin-bottom: 5px;
}
.page-index .nav-fix-panel a p {
    margin: 0;
    font-size: 10px;
    width: 100%;
    overflow: hidden;
    display: block;
}
/*--- /nav-fix-panel */
/*--- carousel-control */
.page-index .carousel-control {
    background-image: none !important;
    color: rgba(247, 145, 136, 0.9)  !important;
}
.page-index .carousel-control span {
    font-size: 45px !important;
}
/*--- /carousel-control */
/*--- buttons-panel */
.page-index .buttons-panel {
    display: none;
    margin-bottom: 20px;
}
.page-index .buttons-panel a img {
    width: 100%;
}
.page-index .buttons-panel a:hover {
    opacity: .9;
}
/*--- /buttons-panel */
.page-index .slider-panel {
    position: relative;
}
.page-index .slider-panel .carousel-caption {
    display: none;
}
/*--- categories-panel */
.page-index .categories-panel {
    position: relative;
    

}
/*--- /categories-panel */
.page-index .slash-left {
    border-left: 1px solid #898989;
}
/*--- customNavigation */
.page-index .customNavigation,
.page-index .customNavigation.style2 {
    z-index: 1000;
    overflow: hidden;
}
.page-index .customNavigation .owl-control {
    position: absolute;
    font-size: 50px;
    top: 70%;
    color: rgba(247, 145, 136, 0.9);
    z-index: 100;
    overflow:hidden;
}
.page-index .customNavigation .left {
    left: 30px;
}
.page-index .customNavigation .right {
    right: 30px;
}
.page-index .customNavigation a:hover {
    font-size: 51px;
}
.page-index .customNavigation a:active {
    font-size: 49px;
}
/*-- style2 */
.page-index .customNavigation.style2 a {
    color: #fff;
    background: rgba(217, 217, 217, .9);;
    font-size: 30px;
}
.page-index .customNavigation.style2 .left {
    border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    padding: 15px 3px 15px 3px;
    left: 0;
}
.page-index .customNavigation.style2 .right {
    border-radius: 30px 0 0 30px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    padding: 15px 3px 15px 3px;
    right: 0;
}
.page-index .customNavigation.style2 a:hover {
    font-size: 31px;
}
.page-index .customNavigation.style2 a:active {
    font-size: 29px;
}
/*--- /customNavigation */
/*--- widget-product */
.page-index .widget-product {
    position: relative;
    text-align: center;
    padding: 40px 20px 20px;
	background: #fff;
    margin-bottom: 15px;
}
.page-index .widget-product.panel-border {
    /* border: 2px solid #e0e0e0; */
}
.page-index .widget-product img {
    /*width: 70%;*/
	max-height: 145px;
    display: inline;
    text-align: center;
}
.owl-carousel .owl-item img{
	width: auto !important;
    max-width: 70%;
}
.page-index .widget-product a,
.page-index .widget-first-product a {
    text-decoration: none;
    color: #333;
}
.page-index .widget-product .old-price,
.page-index .widget-first-product .old-price {
    text-decoration: line-through;
}
.page-index .widget-product .new-price,
.page-index .widget-first-product .new-price {
    color: red;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.page-index .widget-product button,
.page-index .widget-first-product button {
    position: relative;
    text-align: center;
    max-width: 160px;
    width: 100%;
    /*padding-left: 48px;*/
    margin-bottom: 10px;
}
.page-index .limited-offer-panel .widget-product button {
    margin-bottom: 50px;
}
.page-index .widget-product button span,
.page-index .widget-first-product button span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 10px 8px 10px;
    border-right: 1px solid #EAEAEA;
}
.page-index .widget-product .timer-panel {
    background: #a7a7a7;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    font-size: 15px;
    line-height: 10px;
}
.page-index .widget-first-product {
    position: relative;
    text-align: center;
    padding: 20px;
    /*background: #DAF9F5;*/
    /*border: 1px solid #ccc;*/
	background: #fff;
}
.page-index .widget-first-product .pimage {
    width: 30%;
    display: inline;
    text-align: center;
}
.page-index .widget-first-product .content {
    text-align: left;
}

.page-index .widget-first-product .content .left-panel{

}
.page-index .widget-first-product .content .left-panel:before{
	content: '\201D';
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: -22px;
	left: -10px;
	font-size: 70px;
	transform: rotate(180deg) ;
	-webkit-transform: rotate(180deg) ;
	-moz-transform: rotate(180deg) ;
	-o-transform: rotate(180deg) ;
	-ms-transform: rotate(180deg) ;
}
.page-index .widget-first-product .new-label {
    position: absolute;
    top: 10px;
    right: 5%;
    width: 50%;
    opacity: .8;
}
.page-index .widget-first-product .new-label img{
    max-width: 81px;
    width: 100%;
}
/*--- /widget-product */
/*--- bpanel */
.page-index .bpanel {
    position: relative;
    margin-bottom: 40px;
}


.page-index .bpanel.limited-offer-panel,
.page-index .bpanel.special-offer-panel,
.page-index .bpanel.new-arrivals-panel,
.page-index .bpanel.advert-panel.advert-panel4{
	/* background: #f9f9f9; */
	padding-bottom: 40px;
}

.page-index .bpanel.advert-panel.advert-panel4{
	padding-top: 40px;
}

.page-index .bpanel.new-arrivals-panel{
	margin-top: 30px;
}

.page-index .bpanel .title-panel {

}
.page-index .bpanel .title-panel h1{
    margin-bottom: 20px;
	padding-top: 30px;
    padding-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
	text-align: center;
}
.page-index .bpanel .title-panel h1 img {
    width: 36px;
    margin-top: -10px;
}
.page-index .bpanel .item {
    background: #fff;
}
.page-index .bpanel .content {
    position: relative;
    padding-top: 20px;
}
.page-index .bpanel .brand-btn {
    text-align: center;
}
.page-index .bpanel .brand-btn button {
    width: 30%;
    padding: 15px;
    font-weight: bold;
	background: #111;
	color:#fff;
}

.page-index .bpanel .brand-btn .see-more-btn {
    width: 13%;
}
/*--- /bpanel */
.page-index .advert-panel img {
    width: 100%;
}
/*--- top-brands */
.page-index .top-brands .content .row {
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-index .top-brands .content .brand-img {
    height: 90px;
}
.page-index .top-brands .content img {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
    max-height: 100%;
}
/*--- /top-brands */
/*--- new-reviews */

.page-index .new-reviews .widget-product2 {
    margin-bottom: 40px;
	background: #fff;
	padding: 20px 0;
}

.page-index .new-reviews .widget-product2 img{
    float:right;
	max-width: 100%;
}
.page-index .new-reviews .widget-product2 img.star{
    width: 129px !important;
    height: 29px;
}
.page-index .new-reviews .widget-product2 h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}
.page-index .new-reviews .widget-product2 .star-rating,
.page-index .new-reviews .widget-product2 .description,
.page-index .new-reviews .widget-product2 .author {
    margin-bottom: 10px;
}
.page-index .new-reviews .widget-product2 button {
    background: #414042;
    color: #fff;
}
.page-index .new-reviews .widget-product2 button:hover {
    background: #44AEE5;
}
.page-index .new-reviews .widget-product2 a.button {
    background: #111;
    color: #fff;
}
.page-index .new-reviews .widget-product2 a.button:hover {
    background: #111;
}
/*--- /new-reviews */

.page-index .categories-nav {
    margin-top: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-index .widget-first-product .pimage {
        width: 30%;
    }
    .page-index .widget-product button,
    .page-index .widget-first-product button {
        font-size: 12px;
    }
    .page-index .widget-product {
        padding: 40px 0 20px 0;
    }
    .page-index .widget-first-product .right-panel {
        padding-left: 0;
    }
    .page-index .widget-first-product .image {
        margin-bottom: 20px;
    }
    .page-index .slider-panel {
        top: 10px;
    }

    .page-index .categories-panel {
        top: 105px;
    }

    .page .categories-nav {
        margin-top: 95px !important;
    }

    .mobile-category select {
        padding: 20px;
        font-size: 20px;
    }

    .mobile-brand select {
        padding: 20px;
        font-size: 20px;
    }

    .page .mobile-category-nav {
        margin-top: 140px;
    }
}

@media (max-width: 767px) {
    .page-index .categories-panel {
        top: 85px;
    }
    .page-index .even {
        /* background: #F5F5F5; */
    }
    .page-index .nav-fix-panel {
        width: 12%;
        bottom: 30px !important;
        top: auto;
    }
    .page-index .nav-fix-panel .item a {
        font-size: 10px;
        line-height: 12px;
    }
    .page-index .categories-panel a {
        padding: 10px 0;
    }
    .page-index .widget-product {
        padding: 40px 0 20px 0;
    }
    .page-index .widget-product.panel-border {
        margin: 0 20%;
    }
    .page-index .widget-first-product .image {
        margin-bottom: 20px;
    }
    .page-index .widget-first-product .pimage {
        width: 60%;
    }
    .page-index .widget-first-product .right-panel {
        text-align: center;
    }
    .page-index .widget-product button,
    .page-index .widget-first-product button {
        font-size: 12px;
    }
    .page-index .bpanel .footer button {
        width: 50%;
    }
    .page-index .bpanel.limited-offer-panel .title-panel,
    .page-index .bpanel.new-reviews .title-panel{
        background: #fff;
    }
    .page-index .bpanel .title-panel {
        /*background: #DAF9F5;*/
    }
    .page-index .bpanel.top-brands .title-panel .container img{
        width: 100%;
    }
    .page-index .bpanel.top-brands .title-panel h1 img{
        width: 36px !important;
        margin-top: -10px;
    }
    .page-index .bpanel .background-style {
        height: 90px;
        overflow: hidden;
        display:none;
    }
    .page-index .bpanel .background-style .content {
        height: 200px;
        width: 400%;
        background: #DAF9F5;
        transform: rotate(-4deg);
        margin: -200px;
    }
    .page-index .bpanel.new-reviews .content {
        padding-top: 0;
    }
    .page-index .widget-product2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-index .new-reviews .widget-product2 img {
        width: 100%;
        margin: 0 15px;
    }
}

@media (max-width: 479px) {
    .page-index .nav-fix-panel .item a {
        font-size: 8px;
    }
    .page-index .bpanel .background-style {
        height: 50px;
    }
    .page-index .bpanel .title-panel h1 {
        font-size: 30px;
    }
    .page-index .bpanel .footer button {
        font-size: 12px;
    }
    .page-index .widget-product button span, 
    .page-index .widget-first-product button span,
    .page .add-to-cart button span {
        padding: 8px 6px 8px 6px;
    }
    .page-index .widget-product button, 
    .page-index .widget-first-product button,
    .page .add-to-cart button {
        font-size: 10px;
        padding-left: 28px;
    }
    .page .widget-product {
        padding: 0;
    }
    .page-index .slider-panel {
        top: 5px;
    }

    .page-index .bpanel .brand-btn {
        padding-top: 12px;
    }

    .page-index .bpanel .brand-btn button {
        padding: 8px;
        width: auto;
    }

    .page-index .bpanel .brand-btn .see-more-btn {
        width: auto;
    }
}








/*PAGE PRODUCT*/
/*Author: Kim Tan*/
.page-product .content-wrapper .detail .fb-img {
    float: left;
}

.page-product .content-wrapper .detail .fb-like .text {
    padding-top: 3px;
}

.page-product .content-wrapper .detail .left .icon {
    margin-right: 10px;
}

.page-product .content-wrapper .detail .left .other a {
    color: #414042;
}

.page-product .content-wrapper .detail .left .menu {
    padding-top: 8px;
    padding-bottom: 8px;
}

.page-product .content-wrapper .detail .left .review {
    color: #4183D7;
    margin-top: 50px;
    border-bottom: 1px solid #A7A9AC;
}

.page-product .content-wrapper .detail .left .menu-content {
    width: 200px;
}

.page-product .content-wrapper .detail .left .read {
    border-bottom: 1px solid #A7A9AC;
}

.page-product .content-wrapper .detail .right .product-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #414042;
}

.page-product .content-wrapper .detail .right .old-price {
    color: #808285;
    font-size: 16px;
    text-decoration: line-through;
    margin-top: 25px;
}

.page-product .content-wrapper .detail .right .new-price {
    font-size: 16px;
}

.page-product .content-wrapper .detail .right .new-price .price {
    font-size: 20px;
    font-weight: bold;
    color: #F22613;
}

.page-product .content-wrapper .detail .right .save {
    font-size: 16px;
    color: #26A65B;
}

.page-product .content-wrapper .detail .right .number, .page-product .content-wrapper .detail .right .add-to-cart {
    float: left;
    margin-right: 25px;
}

/*Heart button*/
.page-product .heart .button-red {
    background: #F22613;
    border-color: #E5911A;
    color: #fff;
}

.page-product .heart button {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
/*//Heart button*/

.page-product .content-wrapper .detail .right .number input {
    width:50px;
    text-align: center;
    height: 35px;
    font-weight: bold;
    font-size: 16px;
}

.page-product .content-wrapper .detail .right .up-down {
    float: right;
}

.page-product .content-wrapper .detail .right .up {
    float: right;

}

.page-product .content-wrapper .detail .right .down {
    position: absolute;
    float: right;
    margin-top: 18px;

}

.page-product .content-wrapper .detail .right .buy {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DBDBDB;
}

.page-product .content-wrapper .detail .right .para {
    margin-top: 30px;
}

.page-product .content-wrapper .detail .right .para .title {
    font-weight: bold;
    color: #414042;
}

.page-product .content-wrapper .detail .right .para .text {
    color: #808285;
}

.page-product .content-wrapper .detail .right .para .text p {
    margin-top: 0;
    margin-bottom: 0;
}

.page-product .content-wrapper .detail .right .number input {
   background: none;
   border: 1px solid #aaa;
}

.page-product .content-wrapper .same-buy {
    margin-top: 50px;
    /*margin-bottom: 40px;*/
}

.page-product .content-wrapper .same-buy .product {
    margin-top: 30px;
}

.page-product .content-wrapper .same-buy .title {
    font-size: 25px;
    font-weight: bold;
    color: #414042;
    padding-bottom: 15px;
    border-bottom: 1px solid #DBDBDB;
    line-height: normal;
}

.page-product .content-wrapper .same-buy .title span {
    color: #F22613;
}

.page-product .bpanel .title-panel .glyphicon {
    color: #F22613;
}

.page-product .content-wrapper .main-ad {
    width: 100%;
}

/*--- new-reviews */
.page-product .new-reviews {
    margin-top: 30px;
}

.page-product .new-reviews .widget-product2 img{
    width: 100%;
}
.page-product .new-reviews .widget-product2 h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}
.page-product .new-reviews .widget-product2 .star-rating,
.page-product .new-reviews .widget-product2 .description,
.page-product .new-reviews .widget-product2 .author {
    margin-bottom: 10px;
    word-wrap: break-word;
}
.page-product .new-reviews .widget-product2 button {
    background: #414042;
    color: #fff;
}
.page-product .new-reviews .widget-product2 button:hover {
    background: #44AEE5;
}

.page-product .new-reviews .widget-product2 .date,
.page-product .new-reviews .widget-product2 .author {
    color: #939598;
}

.page-product .new-reviews .widget-product2 .author {
    padding-bottom: 25px;
    border-bottom: 1px dotted #e0e0e0;
}

.page-product .new-reviews .widget-product2 .last {
    border-bottom: none;
}
/*--- /new-reviews */

/*MORE REVIEWS BUTTON*/
.page-product .more-reviews a {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #414042;
    color: #414042;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
/*//MORE REVIEWS BUTTON*/

@media (max-width: 991px) {
    .page-product .content-wrapper .detail .right .number, .page-product .content-wrapper .detail .right .add-to-cart {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .page-product .content-wrapper .detail .right .like-this .heart {
        display: none;
    }

    .page-product .content-wrapper .detail .right .product-name {
        margin-top: 30px;
    }

    .page-product .same-buy .widget-product {
        padding: 0;
    }
}

@media (max-width: 600px) {
    .page-product .product-limited-offer-panel .widget-product {
        padding: 0;
    }

    .page-product .product-limited-offer-panel .customNavigation .left {
        left: 5px;
    }

    .page-product .product-limited-offer-panel .customNavigation .right {
        right: 5px;
    }
	
}

@media (max-width: 400px) {
    .page-product .same-buy .add-to-cart button,
    .page-product .bpanel .add-to-cart button {
        font-size: 10px;
    }
	
	.page .footer img{
		max-width: 40px;
	}
	
}

@media (max-width: 360px) {
    .page-product .content-wrapper .detail .right .number input {
        width: 40px;
    }

    .page .footer img{
        max-width: 100px;
    }
}
/*//PAGE PRODUCT*/










/*PAGE CART*/
/*Author: Kim Tan*/
.page-cart .list-item .title {
    font-size: 25px;
    font-weight: bold;
    color: #414042;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}

.page-cart .list-item .title span {
    color: #F22613;
}

.page-cart .list-item .item {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #e0e0e0;
}

.page-cart .list-item .item-last {
    border-bottom: 1px solid #e0e0e0;
}

.page-cart .list-item .item .name {
    font-size: 18px;
    font-weight: bold;
    color: #414042;
}

.page-cart .list-item .item .price {
    color: #939598;
    font-size: 14px;
}

.page-cart .list-item .item .remove {
    color: #4183D7;
    text-decoration: underline;
    font-size: 13px;
}

.page-cart .list-item .item .unit {
    font-size: 15px;
    font-weight: bold;
    color: #808285;
}

.page-cart .list-item .item .unit-bot {
    font-size: 15px;
    font-weight: bold;
    color: #414042;
}

.page-cart .list-item .item .number {
    height: 22px;
    width: 40px;
}

.page-cart .total p{
    text-align: right;
}

.page-cart .total .left {
    padding-right: 0;
}

.page-cart .total .right {
    padding-left: 0;
}

.page-cart .total .sub {
    font-size: 15px;
    font-weight: bold;
    color: #414042;
    margin-top: 15px;
}

.page-cart .total .ship {
    font-size: 12px;
    font-weight: bold;
    color: #808285;
    border-bottom: 1px dotted #e0e0e0;
    padding-bottom: 15px;
}

.page-cart .total-text {
    font-size: 18px;
    font-weight: bold;
    color: #414042;
    margin-top: 15px;
}

.page-cart .checkout {
    width: 250px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0;
    float:right;
}
.page-cart .checkout a{
    display: block;
    height: 40px;
}
.page-cart .checkout a span{
    display: block;
    float: left;
    padding-top: 3px;
    font-weight: bold;
}
.page-cart .checkout a span.gly{
    padding-left: 80px;
    padding-right: 36px;
}


.page-cart #header .navbar-wrapper .bot-nav-xs .btn {
    float: none;
}

@media (min-width: 1200px) {
    .page-cart .total .ship-left {
        margin-left: 70px;
    }
}

@media (max-width: 767px) {
    .page-cart .list-item .item .number {
        width: auto;
    }

    .page-cart .total-text {
        font-size: 16px;
    }

    .page-cart .list-item .item .item-img {
        padding-left: 0;
        padding-right: 0;
    }
}
/*//PAGE CART*/







/*PAGE SIGN UP*/
/*Author: Kim Tan*/
.page-sign-up .sign-up-text {
    font-size: 25px;
    font-weight: bold;
    color: #414042;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
}

.page-sign-up .account {
    color: #808285;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-sign-up .login {
    color: #4183D7;
    text-decoration: none;
}

.page-sign-up .required {
    color: #F22613;
    margin-bottom: 20px;
}

.page-sign-up .form .content-info {
    margin-bottom: 30px;
}

.page-sign-up .form .content-info label {
    color: #6D6E71;
}

.page-sign-up .form .content-info .error {
    color: #F22613;
}

.page-sign-up .form .content-info .note {
    font-style: italic;
    color: #6D6E71;
}

.page-sign-up .form .div-title .title-group {
    font-weight: bold;
    color: #414042;
}

.page-sign-up .form .content-info .row-last {
    margin-bottom: 0;
}

.page-sign-up .form .content-info .content-radio {
    margin-left: -22px;
}

.page-sign-up .form .content-info .content-radio input {
    margin-top: 2px;
}

.page-sign-up .form .content-info .gene-text {
    padding-left: 20px;
}

.page-sign-up .form .content-info .content-checkbox input {
    margin-left: -90px;
    margin-top: 2px;
}

.page-sign-up .form .content-info .checkbox-text {
    margin-left: 10px;
}

.page-sign-up .form .content-info select {
    height: 25px;
}

.page-sign-up .form .submit-btn {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background-color: #F22613;
    border: none;
    margin-bottom: 40px;
}

.page-sign-up .form .submit-btn:hover {
    opacity: 0.7;
    -webkit-transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;
}
/*//PAGE SIGN UP*/







/*
    PAGE PRODUCT-LIST
    Author: trinhntnphu
*/

.page-product-list .filter-panel h1{
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 38px;
}
.page-product-list .filter-panel i.fa {
    font-size: 28px;
    color: #666;
    line-height: 34px;
}
.page-product-list .filter-panel .dropdown button {
    text-align: left;
}
.page-product-list .filter-panel .dropdown button .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -1px;
}
.page-product-list .filter-panel .dropdown ul {
    top: 33px;
}
.page-product-list .filter-panel .hyphen {
    text-align: center;
    line-height: 34px;
    font-size: 18px;
}
.page-product-list .filter-panel .margin-left {
    padding-left: 10px !important;
}
.page-product-list .filter-panel .margin-left .dropdown {
    padding-right: 10px !important;
}
.page-product-list .product-list-panel .paging-summary {
    margin: 10px 0;
    text-align: right;
    color: #808285;
}
.page-product-list .product-list-panel .paging {
    margin-bottom: 20px;
    background: #F1F2F2;
    text-align: center;
}
.page-product-list .product-list-panel .paging .pagination {
    margin: 10px 0;
}
.page-product-list .product-list-panel .paging .pagination a {
    background: none;
    border: 0;
    color: #000;
}
.page-product-list .product-list-panel .paging .pagination .current{
    color: #F22613;
}
.page-product-list .product-list-panel .paging .pagination .active a{
    color: #F22613;
    font-weight: bold;
}

@media (min-width: 992px) {
    .page-product-list .filter-panel i.fa {
        padding:0;
    }
}
@media (max-width: 767px) {
    .page-product-list .filter-panel .block.price .margin-left {
        padding-right: 10px !important;
    }
    .page-product-list .filter-panel .block {
        margin: 15px 0 !important;
    }
}
/* /PAGE PRODUCT-LIST*/







/*
    PAGE LOGIN
    Author: trinhntnphu
*/

.page-login .new-customer .info-block.extra-height {
    height: 116px;
    text-align: justify;
}

@media (max-width: 767px) {
    .page-login .new-customer .info-block.extra-height {
        min-height: 75px;
    }
}

@media (max-width: 480px) {
    .page-login .form label {
        width: 100%;
    }
    .page-login .form .form-group a,
    .page-login .form .form-group div {
        width: 100%;
    }
}
/* /PAGE LOGIN*/












/*
    PAGE GUIDE
    Author: Kim Tan
*/
.page-guide .content-wrapper .shopping-guide {
    font-size: 25px;
    font-weight: bold;
    color: #414042;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
}

.page-guide .content-wrapper .more-supports {
    font-weight: bold;
    color: #414042;
    margin-top: 20px;
}

.page-guide .content-wrapper .select-supports select {
    width: 100%;
    max-width: 300px;
    color: #414042;
    height: 25px;
}

.page-guide .content-wrapper .step .title {
    margin-bottom: 20px;
    margin-left: 0;
}

.page-guide .content-wrapper .step .step-ico {
    padding: 10px;
    background-color: #414042; 
    width: 70px; 
    color: #fff; 
    font-weight: bold;
}

.page-guide .content-wrapper .step .step-text {
    border-bottom: 2px solid #F22613;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 7px;
}

.page-guide .content-wrapper .step .step-text span {
    font-weight: bold; 
    color: #F22613; 
    padding-left: 10px;
}

.page-guide .content-wrapper .step .link {
    color: #4183D7;
}

.page-guide .content-wrapper .step .text {
    color: #808285;
    margin-bottom: 5px;
}

.page-guide .content-wrapper .step1 {
    margin-top: 40px;
}

.page-guide .content-wrapper .step-down {
    color: #F22613;
    font-size: 50px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-guide .content-wrapper .step .img-step {
    margin-top: 20px;
}

.page-guide .content-wrapper .step3 .step-text {
    width: 150px;
}

.page-guide .content-wrapper .supports-bottom {
    margin-bottom: 80px;
}
/* //PAGE GUIDE*/



/*------------ custom menu ----------------*/
.page #header .top-menu{
    padding: 0px;
    margin: 0px auto;
    font-family: 'Roboto Condensed', sans-serif;
	
}
.clearBoth{
    clear: both;
}
.MenuBarHorizontal{
    padding: 0px;
    margin: 0px;
}
.MenuBarHorizontal > li{
    position: relative;
}
.MenuBarHorizontal > li > a{
    margin: 12px !important;
    font-size: 19px !important;
    padding: 15px 5px !important;
}
.MenuBarHorizontal > li > ul{
    display: none;
    position: absolute;
    top:48px;
    left: 0px;
    background-color: #fff;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    
}
.MenuBarHorizontal > li:hover > ul {
    display: block;
}
.MenuBarHorizontal > li > ul > li {
    float: none;
    width: 200px;
    position: relative;
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    
}
.MenuBarHorizontal > li > ul > li a:first-letter{
    text-transform: uppercase;
}
.MenuBarHorizontal > li > ul > li a{
    color: #4D4C4C !important;
    font-size: 15px !important;
    margin: 0px !important;
    text-transform: lowercase;
}
.MenuBarHorizontal > li > ul > li a:hover{

}
.MenuBarHorizontal li > ul > li:hover > ul{
    display: block;
}

.MenuBarHorizontal li > ul > li > ul{
    display: none;
    position: absolute;
    top:0px;
    left: 198px;
    background-color: #fff;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    width: 200px;
    
}
.MenuBarHorizontal li > ul > li > ul > li{
    border-left: 1px solid #ccc;
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    float: none;
}


/**----------------**/
.page .categories-nav{
    margin-top: 70px;
}
.page .categories-nav .item-category{
    padding-left: 10px;
}
.page .categories-nav .item-category a {
  color: #808285;
}
.page .categories-nav .item-category a:hover {
  text-decoration: none;
  background-color: #eee;
}
.page .categories-nav .item-category a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.page .categories-panel .right button {
  text-align: center;
  color: #5F5F5F;
  padding: 15px 0px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background-color: transparent;
  border: none;
  margin-left: auto;
  margin-right: auto;
}

.page .categories-panel .right #tri-brand {
  font-size: 16px;
  position: absolute;
  margin-top: 38px;
  margin-left: 50px;
  display: none;
}
.up_img input{
  margin-left: 3px;
  width: 26px;
  height: 22px;
}
.up_img .number{
    float: left;
}
.page .bpanel.advert-panel img {
    width: 100%;
}
.page-product .content-wrapper .detail .right .sp-price {
    font-size: 16px;
}
.page-product .content-wrapper .detail .right .sp-price span{
    font-size: 30px;
    color: #F22613;
}
.page-product .product-attributes-stock {
    margin-top: 15px;
    display: inline-block;
}
.product-attributes-stock a {
    padding: 5px 10px;
    margin: 5px 5px 5px 0;
    border: 1px solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    float: left;
}
.product-attributes-stock a:hover {
    background: rgba(238, 255, 253, 0.9);
}
.page-product .line-through {
    text-decoration: line-through;
}
.page-product .line-through span {
    color: #000 !important;
    font-weight: normal !important;
}
.page-product #timer {
    font-size: 20px;
}
.page-product .timer-value {
    font-weight: bold;
    font-size: 30px;
    color: #F22613;
}
.page-product .save-per-unit {
    color:rgba(222, 10, 55, 0.5); 
    font-weight:bold;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .page-product #timer {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .page-product #timer {
        font-size: 12px;
    }
    .page-product .timer-value {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .page-product #timer {
        font-size: 18px;
    }
    .page-product .timer-value {
        font-size: 24px;
    }
}
.error-panel {
    margin-bottom: 20px;
}
.shipping-method h5 {
    color: #6D6E71;
    font-size: 16px;
}
.shipping-method .shipping-price {
    float: right;
    font-size: 16px;
    font-weight: bold;
}
.shipping-method .shipping-best-way {
    padding-top: 0;
    color: #6D6E71;
    font-weight: normal;
    font-size: 14px;
}
.shipping-no-available {
    
}
.shipping-no-available .shipping-content span {
    color: #06CAF8;
    font-size: 14px;
    font-style: italic;
}
.shipping-comments p {
    color: #6D6E71;
}
.shipping-comments textarea {
    max-width: 100%;
    border: 1px solid #ccc;
    margin-top: 5px;
}
.ssl-panel {
    
}
.shipping-instructions {
    color: #4183D7;
}
.address-book hr {
    margin-top: 6px;
    margin-bottom: 10px;
}
.address-book address {
    margin-bottom: 0px;
    padding-left: 20px;
}
.block.filter select,.block.sort select{
	width: 95%;
}

#createAcctDefault .alert {
    padding: 0px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: red;
}

@media (max-width: 767px) {
    .block.filter select,.block.sort select{
	width: 98%;
    }
}

/**---------- fix main menu -----------*/
@media (max-width: 1199px){
	.MenuBarHorizontal > li > a {
		padding: 15px 3px !important;
        font-size: 15px !important;
	}
}

/**----Chinh style css-------**/
.scrollToTop{
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 40px;
    padding: 5px 0;
    color: #3030D6;
    display: none;
}
.top-nav-btn{
    background-color: #000;
    padding: 3px 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
	color: #fff !important;
}
.page #header .navbar-wrapper .nav-bar .bot-nav .cart-btn .num-cart-item{
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
}
@media (max-width: 767px) {
    #ezPageDefault img, #ezPageDefault table{
		width: 100% !important;
    
	}
    #unsubDefault input{
        margin-bottom: 10px;
    }
    .top-head-block{
        margin-right: 0;
    }
    .page #header .navbar-wrapper .navbar-logo{
        padding-left: 0px;
        padding-top: 15px;
        float: none;
        margin: auto !important;
        width: 200px;
        display: block;
    }
    .info .para iframe{
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .top-head-block{
        padding: 18px 0 0 12px;
    
	}
    .des-slider{
		width: 100%;
        margin: 0 auto!important;
		
    }
    .des-menu{
        padding-right: 0 !important;
    }
    .advert-panel .row{
       margin-right: 0; 
       margin-left: 0; 
    }
}
.top-nav{
  float: right;  
}
.widget-product a img{
	max-width: 160px;
	max-height: 150px;
}
/**-------end Chinh style css-------**/
.out_of_stock{
    background: #ccc;
    font-size: 14px;
    font-weight: bold;
}