/* -------------------------------------------------------------- remove radius & shadow -------------------------------------------------------------- */
.img-thumbnail {
    border-radius: 0
}

code {
    border-radius: 0
}

pre {
    border-radius: 0
}

.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    border-color: gray;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-sm {
    border-radius: 0
}

.input-lg {
    border-radius: 0
}

.dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-group-xs > .btn {
    border-radius: 0
}

.btn-group-sm > .btn {
    border-radius: 0
}

.btn-group-lg > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 0
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 0
}

.input-group-addon {
    border-radius: 0
}

.input-group-addon.input-sm {
    border-radius: 0
}

.input-group-addon.input-lg {
    border-radius: 0
}

.nav-tabs > li > a {
    border-radius: 0
}

.nav-pills > li > a {
    border-radius: 0
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-toggle {
    border-radius: 0
}

.navbar-toggle .icon-bar {
    border-radius: 0
}

.breadcrumb {
    border-radius: 0
}

.pagination {
    border-radius: 0
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pager li > a,
.pager li > span {
    border-radius: 0
}

.label {
    border-radius: 0
}

.badge {
    border-radius: 0
}

.container .jumbotron {
    border-radius: 0
}

.thumbnail {
    border-radius: 0
}

.alert {
    border-radius: 0
}

.progress {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.panel-group .panel {
    border-radius: 0
}

.well {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.well-lg {
    border-radius: 0
}

.well-sm {
    border-radius: 0
}

.close {
    text-shadow: none
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none
    }

}

.tooltip-inner {
    border-radius: 0
}

.popover {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.popover-title {
    border-radius: 0
}

.carousel-control {
    text-shadow: none
}

.carousel-indicators li {
    border-radius: 0
}

.carousel-caption {
    text-shadow: none
}

/* -------------------------------------------------------------- end of remove radius & shadow -------------------------------------------------------------- */

.container {
    width: 1090px;
}

body,
.form-control {
    font-family: 'RobotoDraft', 'Roboto', sans-serif;
    font-size: 19px;
    background-color: #F7F7F7;
    color: #666;
}

body,
.form-control,
.dropdown-menu {
    font-size: 15px
}

a {
    color: #666
}
.header-menu a, .high, .low {
    font-weight: 500;
    color: #2e649d
}
input:focus,
input.active {
    outline: 0
}

.title {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 10px;
    padding: 0
}

.title span {
    display: inline-block;
    margin-bottom: -3px;
    padding-bottom: 10px
}

.btn {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.dropdown-menu {
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    margin-left: 0
}

.agree-check {
    margin-left: -20px !important;
}

.product-sorting-bar-hr {
    margin-bottom: 9px;
    margin-top: 4px;
    padding: 0px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(166, 166, 166), rgba(0, 0, 0, 0));
}

/* ---------------------------own settings --------------------*/
.m-0 {
    margin: 0
}

.m-tb-2 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.m-5x-top {
    margin-top: 50px;
}

.m-3x-top {
    margin-top: 30px;
}

.m-2x-top {
    margin-top: 20px;
}

.m-1x-buttom {
    margin-bottom: 10px;
}

.m-2x-buttom {
    margin-bottom: 20px;
}

.m-3x-buttom {
    margin-bottom: 30px;
}

.p-0 {
    padding: 0px;
}

.p-left-right-0 {
    padding-left: 0px;
    padding-right: 0px;
}

/* -------------------------------------------------------------- Top Header -------------------------------------------------------------- */
.top-header {
    margin-bottom: 12px;
    padding: 5px 20px;
    background: #e9e9e9;
    -webkit-box-shadow: 0px -4px 16px 0px rgba(92, 87, 92, 1);
    -moz-box-shadow: 0px -4px 16px 0px rgba(92, 87, 92, 1);
    box-shadow: 0px -4px 16px 0px rgba(92, 87, 92, 1);
}

.header-menu {
    padding: 5px 20px;
}

.bordline {
    border-left: 2px solid #8d8d8d;
}

.top-header a,
.top-header a:hover {
    text-decoration: none;
    position: relative;
}

.top-header .fa-lg {
    font-size: 1.5em;
}

.top-header .fa-shopping-cart {
    margin-left: 5px;
    margin-right: 5px;
}

.top-header .row .col-xs-12 > div {
    padding: 5px 10px
}

.header-language {
    padding-left: 0 !important
}

.header-account {
    padding-right: 0 !important
}

/* -------------------------------------------------------------- End of Top Header -------------------------------------------------------------- */

/* -------------------------------------------------------------- Middle Header -------------------------------------------------------------- */
/*.middle-header { background: #f9f9f9 }*/
.main-header {
    padding: 15px 0
}

.logo img {
    max-width: 100%
}

.search-box {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 15px
}

.search-box input {
    border-color: #9E9E9E !important;
    margin-left: 0px;
    height: 40px;
    background-color: #F7F7F7;
    width: 280px !important;
}

.search-box select {
    width: 170px !important;
}

.logo-box {
    margin-right: 0px;
    padding-right: 0px;
}

select.selcls {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #9E9E9E !important;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

.selcls {
    width: 100% !important;
    border: 1px solid #e5e5e5;
    outline: 0;
    height: 40px;
    background-color: #F7F7F7 /*    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CAD9E3), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #CAD9E3 1px, #FFFFFF 25px); */
}

.search-input {
    width: calc(100% - 175px)
}

.search-input input {
    width: 100% !important;
    height: 40px;
    border: 1px solid #727272
}

.search-input input:focus {
    border-color: #aaa
}

.srch-btn {
    padding-top: 5px;
    padding-left: 40px;
    padding-right: 40px;
    height: 40px;
    background-color: #849ac3;
    letter-spacing: 1px;
    border-radius: 10px;
    font-weight: 100 !important;
    font-size: 20px;
}

.reglink {
    text-align: center;
    display: block;
    font-family: 'RobotoDraft', 'Roboto', sans-serif;
    font-size: 19px;
}

.reglink a, .reglink a:hover,
.loginlink a,
.loginlink a:hover,
.more a,
.more a:hover {
    font-weight: 500;
    text-decoration: none;
    color: #727272
}

.middle-header hr {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(166, 166, 166), rgba(0, 0, 0, 0));;
}

.loginlink {
    font-family: 'RobotoDraft', 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    display: block;

}

/* -------------------------------------------------------------- End of Middle Header -------------------------------------------------------------- */

/* -------------------------------------------------------------- Slider -------------------------------------------------------------- */

.slider-content {
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    margin-top: 40px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.slider-content .row {
    margin-right: 0px;
    overflow: hidden
}

.slider-box.col-lg-6 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.slider {
    position: relative;
    border: 1px solid #e5e5e5
}

.home-slider {
    margin-left: 0px !important;
    margin-right: 0px !important;
    border: 0;
    height: 100%;
}

.slider img {
    width: 100%;
    max-height: 400px;
}

.boost {
    padding: 0 !important;
}

.widg-up, .widg-down img {
    max-width: 100%
}

.widg-up {
    margin: 1px 3px 15px 3px;
    -webkit-box-shadow: 0px 3px 3px 1px rgba(184, 184, 184, 1);
    -moz-box-shadow: 0px 3px 3px 1px rgba(184, 184, 184, 1);
    box-shadow: 0px 3px 3px 1px rgba(184, 184, 184, 1);
}

.widg-down {
    margin: 1px 3px 0px 3px;
    -webkit-box-shadow: 0px 3px 3px 1px rgba(184, 184, 184, 1);
    -moz-box-shadow: 0px 3px 3px 1px rgba(184, 184, 184, 1);
    box-shadow: 0px 3px 3px 1px rgba(184, 184, 184, 1);

}

.widget-middle {
    padding: 0 !important;
}

.widget-middle:hover {
    text-decoration: none;
}

/* -------------------------------------------------------------- End of Slider -------------------------------------------------------------- */

.middle-banner {
    background-color: #c9d3d5;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner-btn img {
    max-width: 100%;
    height: 145px;
}

/*----------clothes---------------*/

.margin-w {
    margin-bottom: 10px;
    width: 100%;
}

.padding-top-2x {
    padding-top: 30px;
}

.solid-shadow {
    -webkit-box-shadow: 0px 0px 1px 1px rgba(222, 222, 222, 1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(222, 222, 222, 1);
    box-shadow: 0px 0px 1px 1px rgba(222, 222, 222, 1);
}

.big-banner {
    padding: 0;
    margin-bottom: 10px;
    box-shadow: none;
}

.p-0 {
    padding: 0;
}

.best-product-detailes2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: normal
}

.best-product-detailes3 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 13px;
    line-height: normal
}

/************************recomend***************/
.over-title {
    padding: 15px 5px;
    margin: 0;
    font-weight: 200;
}

.recommend-line {
    background-color: #c9d3d5;
    padding-top: 0px;
    margin-bottom: 50px;
}

.banner-btn img {
    max-width: 100%;
    height: 145px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.recomend-item-box {
    background-color: #fff;
    color: #7a7a7a;
    font-weight: 300;
    font-size: 18px;
    margin-right: 30px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 2px;
}

.image-after-box {
    padding: 10px;
}

.recomend-item-box .box-product {
    background-color: #f7f7f7;
    height: 170px
}

.recomend-item-box h4 {
    font-weight: 300;
}

.margin-up {
    margin-top: 10px;
}

.box-product .img-wrapper {
    overflow: hidden !important;
}

.history .recomend-item-box div {
    box-shadow: none;
}

/* -------------------------------------------------------------- Footer -------------------------------------------------------------- */
.footer {
    padding-top: 50px;
    font-size: 14px;
    margin-top: 15px;
    color: #626262;
    background: #ffffff;
}

.footer ul {
    font-size: 13px;
    line-height: 30px;
    padding: 0;
    list-style: none
}

.footer ul li a {
    font-size: 14px;
}

.logo-footer {
    position: relative;
    left: -250px;
    top: 10px;
}

.footer .copyright {
    padding: 10px;
    margin-top: 20px;
    min-height: 50px;
    color: #bababa;
    background: #425b9a
}

.footer .footer-icon span i {
    line-height: 25px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid #a3a3a3;
    border-radius: 100%
}

.follow-us {
    display: inline-block
}

.follow-us li {
    float: left
}

.follow-us li a {
    font-size: 20px;
    line-height: 38px;
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px 10px 0 0;
    -webkit-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s;
    text-align: center;
    border: 1px solid #a3a3a3;
    border-radius: 100%
}

/* -------------------------------------------------------------- End of Footer -------------------------------------------------------------- */

/* -------------------------------------------------------------- Glow link -------------------------------------------------------------- */
.item{
    display: block;
    overflow: hidden;
    padding: 10px;
}

.showmore {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
    background-color: #f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.showmore:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
    background-color: #e9e9e9;
}

.showmore:active {
    position: relative;
    top: 1px;
    margin-left: auto;
    margin-right: auto;
}

.myButton {
    -moz-box-shadow: 0px 10px 14px -7px #3e7327;
    -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
    box-shadow: 0px 10px 14px -7px #3e7327;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
    background: -moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: -webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: -o-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: -ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352', GradientType=0);
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #4b8f29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
}



.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #43682a), color-stop(1, #77b55a));
    background: -moz-linear-gradient(top, #43682a 5%, #77b55a 100%);
    background: -webkit-linear-gradient(top, #43682a 5%, #77b55a 100%);
    background: -o-linear-gradient(top, #43682a 5%, #77b55a 100%);
    background: -ms-linear-gradient(top, #43682a 5%, #77b55a 100%);
    background: linear-gradient(to bottom, #43682a 5%, #77b55a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43682a', endColorstr='#77b55a', GradientType=0);
    background-color: #43682a;
    text-decoration: none;

}

.myButton:active {
    position: relative;
    top: 1px;
    text-decoration: none;
}

.myLogin{
    font-size: 14px;
    padding: 3px 12px;

}

.bg-promo1 {
    width: 100%;
    height: 145px;
    line-height: 145px;
    position: relative;
}

.bg-promo1 img {
    position: absolute;
}

.button {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 10px;*/
    border: none;
    font: normal 36px/normal "Warnes", Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    /*text-decoration: normal;
    */
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: pre;
    line-height: inherit;
    /* margin: 0px 40px;
     text-shadow: 0 0 10px rgba(0,0,0,1) , 0 0 15px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 25px #ff00de , 0 0 30px #ff00de , 0 0 35px #ff00de , 0 0 40px #ff00de ;
    */
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1), 0 0 40px #00ffff, 0 0 70px #00ffff, 0 0 80px #00ffff, 0 0 100px #00ffff;
}

.main-nav {
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    height: 100%;
    padding-left: 20px;
}

.cat-box {
    width: 70px;
}

.main-nav .list-group-item {
    /*padding-left: -20px !important;*/
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    vertical-align: top;
}

.main-nav .list-group-item a:hover {
    text-decoration: none;
}

.main-nav .list-group-item div.small {
    font-size: 55%;
}

ul.main-nav, ul.main-nav li {
    /*    margin-left: 0;
        padding-left: 0;*/
}

.list-group-item {
    display: inline-block;
}

img.cat-item {
    width: 50px;
}

img.cat-item-small {
    width: 20px;
}

.cat-box:hover {
    filter: drop-shadow(2px 2px 10px Blue);
}

.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    display: inline-block;
    width: 350px;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}

.panel-pricing:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.panel-pricing .panel-heading {
    padding: 20px 10px;
}

.panel-pricing .panel-heading .fa {
    margin-top: 10px;
    font-size: 58px;
}

.panel-pricing .list-group-item {
    color: #777777;
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}

.panel-pricing .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel-pricing .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel-pricing .panel-body {
    background-color: #f0f0f0;
    font-size: 40px;
    color: #777777;
    padding: 20px;
    margin: 0px;
}

.payment-image img:hover {
    -webkit-filter: drop-shadow(6px 6px 12px rgba(0, 0, 0, .175));
    filter: drop-shadow(6px 6px 12px rgba(0, 0, 0, .175));
}

.payment-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.badge {
    display: block;
    position: absolute;
    top: -12px;
    right: -13px;
    line-height: 16px;
    height: 16px;
    padding: 0 5px;
    font-family: Arial, sans-serif;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
    border: 1px solid;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
}

.badge {
    background: #67c1ef;
    border-color: #30aae9;
    background-image: -webkit-linear-gradient(top, #acddf6, #67c1ef);
    background-image: -moz-linear-gradient(top, #acddf6, #67c1ef);
    background-image: -o-linear-gradient(top, #acddf6, #67c1ef);
    background-image: linear-gradient(to bottom, #acddf6, #67c1ef);
}

.badge.green {
    background: #77cc51;
    border-color: #59ad33;
    background-image: -webkit-linear-gradient(top, #a5dd8c, #77cc51);
    background-image: -moz-linear-gradient(top, #a5dd8c, #77cc51);
    background-image: -o-linear-gradient(top, #a5dd8c, #77cc51);
    background-image: linear-gradient(to bottom, #a5dd8c, #77cc51);
}

.badge.yellow {
    background: #faba3e;
    border-color: #f4a306;
    background-image: -webkit-linear-gradient(top, #fcd589, #faba3e);
    background-image: -moz-linear-gradient(top, #fcd589, #faba3e);
    background-image: -o-linear-gradient(top, #fcd589, #faba3e);
    background-image: linear-gradient(to bottom, #fcd589, #faba3e);
}

.badge.red {
    background: #fa623f;
    border-color: #fa5a35;
    background-image: -webkit-linear-gradient(top, #fc9f8a, #fa623f);
    background-image: -moz-linear-gradient(top, #fc9f8a, #fa623f);
    background-image: -o-linear-gradient(top, #fc9f8a, #fa623f);
    background-image: linear-gradient(to bottom, #fc9f8a, #fa623f);
}

.recommend-medal {
    position: absolute;
    left: 10px;
    top: 0px;

}

.recommend-medal img {
    height: 50px;
}

div .low {
    display: none;
}

.top-header .low {
    display: none;
}

.btn-group .low {
    display: none;
}

@media (max-width: 960px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .container {
        width: 100%;
    }

    .top-header .high {
        display: none;
    }

    .top-header .low {
        display: inline;
    }

    .btn-group .high {
        display: none;
    }

    .btn-group .low {
        display: inline-block;
    }

    .logo-box {
        text-align: center;
    }

    .search-box {
        text-align: center;
    }

    .search-box form {
        margin: 0 auto;
        width: 600px;
    }

    .search-box .input-group {
        display: inline;
    }

    .search-box input {
        width: auto !important;
    }

    .slider-content {
        margin-top: 10px;
        text-align: center;
    }

    .bg-promo1 img {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    ul.nav-tabs.affix {
        left: 0px;
        width: 30px;
    }

    .input-group-addon {
        padding: 6px 5px;
    }

    .input-qty {
        display: inline;
    }

    .table-detail tr td:first-child {
        width: 50% !important;
    }

}

@media (max-width: 650px) {
    .search-box form {
        margin: 0 auto;
        width: 300px;
    }

    .search-box input {
        width: auto !important;
    }

    .srch-btn {
        padding-left: 5px;
        padding-right: 5px;
    }

}



