body{font-family:'Segoe UI','Open Sans',sans-serif;font-weight:400;color: #636363;font-size:16px;line-height:18px;width:100%;}
h1, h2, h3, h4, h5, h6{color:#444}

.fa{font-size:17px;/* color: #576562; */}

h1{font-size: 28px;font-weight:  100;}
h2{font-size:27px;font-weight:  400;}
h3{font-size:21px;font-weight: 400;}
h4{font-size: 20px;font-weight: 400;}
h5{font-size:12px}
h6{font-size:10.2px}
a{color: #757575;}
a:hover{text-decoration:none}

button[data-target="#feedbackModal32"].btn-default{position:fixed; padding:0; border:none!important; background:transparent!important; box-shadow:none!important; outline:none!important; bottom:60px; right:10px; font-size:0px; z-index:111}
button[data-target="#feedbackModal32"].btn-default i{display:none}
button[data-target="#feedbackModal32"].btn-default::before,
button[data-target="#feedbackModal32"].btn-default::after{content:""; display:block; background-repeat:no-repeat}
button[data-target="#feedbackModal32"]::before{float:right;margin-bottom:0px;width:45px;height:45px;background-image:url("../image/phone-gif.gif");}

legend{font-size:18px; padding:7px 0px}
label{font-size:14px; font-weight:normal}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control{font-size:12px}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover{font-size:12px}
.input-group .input-group-addon{font-size:12px; height:30px}

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg{display:inline}

.nav-tabs{margin-bottom:15px}
div.required .control-label:before{content:'*'; color:#F00; font-weight:bold}

.dropdown-menu li >a:hover{text-decoration:none;color:#fff;background-color: #949494;background-repeat:repeat-x;}

a{}

/* -------- top --------- */

#top {
    background-color: #2e3030;
    padding-top: 7px;
    padding-bottom: 2px;
    margin: 0;
    min-height: 30px;
}
#top .container {
    padding: 2px;
    font-family: 'Open Sans' !important;
}
#top .phone {
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 36px;
    letter-spacing: 1px;
}
#top .phone .fa {
    color: #ff5649;
    font-size: 18px;
    padding-right: 4px;
}
#top-links {
    font-size: 12px;
}
#top-links ul {
    margin: 0;
    padding: 0;
    border-left: 1px solid #383a37;
}
#top-links li {
    margin: 0;
    padding: 0 12px;
    border-right: 1px solid #383a37;
}
#top .btn-group > .btn-link,
#top-links > ul > li,
#top-links > ul > li > a {
    line-height: 36px;
    color: #fff;
    background: none;
    text-decoration: none;
}
#top .btn-group > .btn-link:hover,
#top-links > ul > li > a:hover {
    color: #c8c8c1;
}
#top-links li a .fa {
    color: #48929b;
    font-size: 15px;
    padding-right: 4px;
}
{
    background: #2e3030;
}
#top-links .dropdown-menu li {
    background: #2e3030;
    margin: 0;
    padding: 8px;
}
#top-links .dropdown-menu a {
    color: #fff;
    font-size: 13px;
    background: #2e3030;
    text-transform: uppercase;
    padding: 6px 10px;
    border: 0;
}
#top .btn-link strong {
    font-size: 16px;
    line-height: 14px;
}
#top-links a + a {
    margin-left: 15px;
}
#top .btn-group {
    height: 26px;
    padding: 0;
    margin: 0;
}
#top .btn-group .btn {
    color: #fff;
    font-size: 11px;
    padding: 0;
    margin: 0;
}
#top .btn-group .btn strong {
    font-family: 'ralewaybold';
    color: #48929b;
    font-size: 15px;
    font-weight: normal;
}
#top .btn-group li .btn {
    background: #2e3030;
    font-size: 12px;
    text-align: left;
    padding: 8px 14px;
}
#top-links .dropdown-menu ul,
#top .btn-group ul {
    background: #2e3030;
}
#top-links .dropdown-menu a:hover,
#top .btn-group li .btn:hover {
    color: #c8c8c1;
    text-decoration: none;
}
@media (max-width: 767px) {
#top .phone {display:none;}
}
/* ------- HEADER -------- */

#header {
    background: #383a37;
}
#header .pagetop {
    margin: 0 15px;
}
/* logo */

#logo {
    float: left;
}
#logo img {
    margin: 2px auto 0 auto;
    max-height: 40px;
    padding-right: 20px;
}
@media (max-width: 767px) {
    #logo {
        text-align: center;
        padding: 10px 0 0px 0;
    }
    #logo img {
        display: inline-block;
    }
}
/* ------- CART ------- */

#cart {
    float: right;
    background: #576562;
    width: 200px;
    margin: 0;
}
#cart > .btn {
    font-family: 'Open Sans' !important;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: none;
    border: none;
    text-shadow: none;
    box-shadow: none;
}
#cart > .btn .fa {
    font-size: 16px;
    line-height: 16px;
    font-weight: 100;
}
#cart.open > .btn {
    background-image: none;
}
#cart.open > .btn:hover {
    color: #c8c8c1;
}
#cart .dropdown-menu {
    z-index: 1001;
    min-width: 350px;
    top: 48px;
}
#cart .dropdown-menu p {
    font-size: 15px;
}
#cart .table,
#cart .table td {
    border: 0;
}
@media (max-width: 767px) {
    #cart {
        float: none;
        background: #576562;
        text-align: center;
        display: block;
        width: 100%;
        height:42px;
        margin-top: 0px;
        padding: 10px;
    }
    #cart .btn,
    #cart button {
        float: none;
        padding: 0;
        margin: 0;
        line-height:20px;
    }
    #cart .dropdown-menu {
        width: 100%;
		top:38px;
    }
    .navbar-header button {
        color: #fff;
        background: #48929b;
        border-radius: 0;
        margin-top: 15px;
		padding:12px 16px;
    }
	.navbar-header button i {font-size:18px;}
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        min-width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}


/* ------- sobfeedback ------- */

#sobfeedback {
    float: right;
    background: #ff5649;
    width: 200px;
    margin: 0;
}
#sobfeedback > .btn {
    font-family: 'Open Sans' !important;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    background: none;
    border: none;
    text-shadow: none;
    box-shadow: none;
}
#sobfeedback > .btn .fa {
    font-size: 16px;
    line-height: 16px;
    font-weight: 100;
}
#sobfeedback.open > .btn {
    background-image: none;
}
#sobfeedback.open > .btn:hover {
    color: #c8c8c1;
}
#sobfeedback .dropdown-menu {
    z-index: 1001;
    min-width: 350px;
    top: 48px;
}
#sobfeedback .dropdown-menu p {
    font-size: 15px;
}
#sobfeedback .table,
#sobfeedback .table td {
    border: 0;
}
@media (max-width: 767px) {
    #sobfeedback {
        float: none;
        background:#ff5649;
        text-align: center;
        display: block;
        width: 100%;
        height:42px;
        margin-top: 0px;
        padding: 10px;
    }
    #sobfeedback .btn,
    #sobfeedback button {
        float: none;
        padding: 0px;
        margin: 0;
        line-height:20px;
    }
    #sobfeedback .dropdown-menu {
        width: 100%;
		top:38px;
    }
    .navbar-header button {
        color: #fff;
        background: #48929b;
        border-radius: 0;
        margin-top: 15px;
		padding:12px 16px;
    }
	.navbar-header button i {font-size:18px;}
}
@media (max-width: 478px) {
    #sobfeedback .dropdown-menu {
        min-width: 100%;
    }
}
#sobfeedback .dropdown-menu table {
    margin-bottom: 10px;
}
#sobfeedback .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #sobfeedback .dropdown-menu li > div {
        min-width: 100%;
    }
}
#sobfeedback .dropdown-menu li p {
    margin: 20px 0;
}

/* -------- MENU -------- */

#menu {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 48px;
    background: #48929b;
    min-height: 46px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}
#menu i {
    font-size: 16px;
}
#menu .navbar-collapse {
    padding: 0;
}
#menu .nav > li > a,
#menu .nav > li.item > a {
    line-height: 48px;
    color: #fff;
    background: #48929B;
    text-transform: uppercase;
    border-right: 1px solid #348486;
    padding: 0 18px;
}
#menu .nav > li.item > a {
    background: #576562;
    padding: 0 14px;
    border-right: 1px solid #667584;
}
#menu .nav > li:hover > a,
#menu .nav > li.open > a {
	color: #fff;
    background: #ff5649;
	border-right:1px solid #f04b3e;
}
#menu .dropdown-menu {
    padding-bottom: 0;
	background: #fff;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    min-width: 340px;
    display: block;
    padding: 4px 16px;
    clear: both;
    line-height: 40px;
}
#menu .dropdown-inner li a:hover {
    background: #f7f7f4;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #fdfdfd;
    padding: 3px 20px;
    border-radius: 0px;
    font-size: 14px;
    background: #fbfbfb;
}
#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #000000;
}
#menu #category {
    float: left;
    font-size: 16px;
    line-height: 40px;
    color: #000;
    margin-left: 15px;
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #fff;
}
@media (max-width: 960px) {
#menu {font-size:12px;}
#menu .nav li a {padding: 0 6px;}
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
		font-size:14px;
        min-height: 0;
        background: #383a37;
    }
    #menu .navbar-nav {
        margin: 0;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #222;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background-color: #eee;
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
    #menu .see-all:hover {}
}
/* ----------- CONTENT ---------- */

#content {
    min-height: 400px;
}
@media (max-width: 767px) {#content {padding: 10px;}}
/* -------- HOME ------- */
/* -------- FEATURED ------- */

#featured {
    padding: 0 0 20px 0;
}
#featured h3,
#brands h3 {
    font-family: 'Open Sans';
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
}
#featured p {
    font-size: 13px;
    color: #e7e7dd;
    font-weight: 100;
}
#featured #sale {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 900;
}
#brands {
    padding: 0 0 20px 0;
}
#brands .carousel {
    background: #fff;
    box-shadow: 0 3px 8px 0 rgba(127, 138, 139, 0.2);
    padding: 18px 0;
}
#brands div,
#slide div {
    box-shadow: none;
}
#slide {
    position: relative;
    overflow: hidden;
    height: 395px;
    width: 100%;
    margin: 0;
    padding: 0;
}
#slide #slideshow0 {
    overflow: hidden;
    margin: 0;
    padding: 0;
    box-shadow: 0 3px 8px 0 rgba(127, 138, 139, 0.1);
}
#slide .slide-btn {
    font-size: 11px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    color: #fff;
    background: #576562;
    padding: 8px 16px;
    text-transform: uppercase;
}
#slide .slide-btn:hover {
    background: #ff5649;
}
@media (max-width: 767px) {
    #slide {
        height: auto;
    }
    #slide .item {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
/* ------ BREADCRUMB ------ */

.breadcrumb {
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 24px 0;
    padding: 10px;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 3px 8px 0 rgba(127, 138, 139, 0.1);
}
.breadcrumb i {
    font-size: 0px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li:first-child {
    padding-left: 2px;
}
.breadcrumb > li a {
    color: #b1b9b8;
}
.breadcrumb > li a:hover {
    color: #ff5649;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: -3px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination {
    margin: 0;
}
.refine h3 {
    font-family: 'Open Sans';
    font-size: 19px;
    margin: 0 0 15px 0;
    padding: 0;
}
.refine,
.refine-links li {
    font-family: 'Open Sans' !important;
    font-size: 12px;
    line-height: 26px;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
}
.refine-links {
    float: left;
}
.refine-links ul {
    margin: 0;
    padding: 0;
}
.refine-links li {
    list-style: square;
    padding: 0 3px;
}
@media (max-width: 768px) {
    .refine-links,
    .refine,
    .refine h3,
    .refine-links li {
        float: none;
    }
}
/* --- LIST GROUP --- */

.list-group {
    box-shadow: 0 3px 8px 0 rgba(127, 138, 139, 0.1);
}
.list-group a {
    color: #576562;
    font-family: 'Open Sans';
    font-size: 12px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: #fff;
    border: 0px solid #fff;
    padding: 10px 18px;
}
.list-group a i {
    font-size: 13px;
    color: #48929b;
}
.list-group a.child {
    background: #eef8fc;
}
.list-group,
.list-group-item,
.list-group .list-group-item,
.list-group a,
aside,
.column-left {
    border-radius: 0px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #fff;
    background: #383a37;
    border: 1px solid #fff;
    border-radius: 0px;
}
/* ------ CAROUSEL ------ */

.carousel-caption {
    color: #fff;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

#content{min-height:600px}

footer{margin-top:30px; padding-top:30px; background-color:#243238; border-top:1px solid #ddd; color:#e2e2e2}
footer hr{border-top:none; border-bottom:1px solid #666}
footer a{color:#ccc}
footer a:hover{color:#fff}
footer h5{font-family:'Open Sans',sans-serif; font-size:13px; font-weight:bold; color:#fff}

.alert{padding:8px 14px 8px 14px}

.pagination{margin:0}

.buttons{margin:1em 0}
.btn{padding: 7px 12px;font-size:20px;border-radius:0px;}
.btn-xs{font-size:9px}
.btn-sm{font-size:10.2px}
.btn-lg{padding:7px 16px; font-size:15px}
.btn-group >.btn, .btn-group >.dropdown-menu, .btn-group >.popover{font-size:18px}
.btn-group >.btn-xs{font-size:9px}
.btn-group >.btn-sm{font-size:10.2px}
.btn-group >.btn-lg{font-size:15px}
.btn-default{color:#FFF;background-color: #48929b;/* border-color:#F2B588 #E7C2A1 #E5BD9A #DBC6B3; */}
.btn-primary{color:#fff;/* text-shadow:0 -1px 0 rgba(0,0,0,0.25); */background-color: #48929b;/* background-image: linear-gradient(to bottom, #ff6636, #ce3d10); */background-repeat:repeat-x;/* border-color: #e94f1f #f96030 #f75d2d; */}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled]{background-color: #ff5649;background-position:0 -15px;}
.btn-warning{color:#fff; text-shadow:0 -1px 0 rgba(0,0,0,0.25); background-color:#faa732; background-image:linear-gradient(to bottom,#fbb450,#f89406); background-repeat:repeat-x; border-color:#f89406 #f89406 #ad6704}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled]{box-shadow:inset 0 1000px 0 rgba(0,0,0,0.1)}
.btn-danger{color:#fff; text-shadow:0 -1px 0 rgba(0,0,0,0.25); background-color:#da4f49; background-image:linear-gradient(to bottom,#ee5f5b,#bd362f); background-repeat:repeat-x; border-color:#bd362f #bd362f #802420}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled]{box-shadow:inset 0 1000px 0 rgba(0,0,0,0.1)}
.btn-success{color:#fff;text-shadow:0 0px 0 rgba(0,0,0,-0);background-color: #ff5649;background-repeat:repeat-x;border-color: #ff8077;}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled]{}
.btn-info{color:#fff; text-shadow:0 -1px 0 rgba(0,0,0,0.25); background-color:#df5c39; background-image:linear-gradient(to bottom,#e06342,#dc512c); background-repeat:repeat-x; border-color:#dc512c #dc512c #a2371a}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled]{background-image:none; background-color:#df5c39}
.btn-link{border-color:rgba(0,0,0,0); cursor:pointer; color:#23A1D1; border-radius:0}
.btn-link, .btn-link:active, .btn-link[disabled]{background-color:rgba(0,0,0,0); background-image:none; box-shadow:none}
.btn-inverse{color:#fff;text-shadow:0 -1px 0 rgba(255,255,255,0.25);background-color: #576562;background-repeat:repeat-x;border-color:#BCBCBC #C8C8C8 #ABA9A9;}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled]{background-color:#C3C3C3; background-image:linear-gradient(to bottom,#B7B5B5,#A3A1A1)}

.list-group a{color:#846474;padding: 14px 8px;background-color:#fff;}
.list-group a.active, .list-group a.active:hover, .list-group a:hover{color:#243238;background: #bfbfbf;border: 0px solid #DDD;}

.carousel-caption{color:#FFF; text-shadow:0 1px 0 #000}
.carousel-control .icon-prev:before{content:'f053'; font-family:FontAwesome}
.carousel-control .icon-next:before{content:'f054'; font-family:FontAwesome}

.product-thumb{/* border:1px solid #ecdee6; */margin-bottom:10px;overflow:auto;background-color: white;box-shadow:  0 3px 8px 0 rgba(127, 138, 139, 0.1);}
.product-thumb .image{text-align:center}
.product-thumb .image a{display:block}
.product-thumb .image a:hover{opacity:0.8}
.product-thumb .image img{margin-left:auto; margin-right:auto}
.product-grid .product-thumb .image{float:none}
@media (min-width:767px){.product-list .product-thumb .image{float:left; padding:0 15px}
}
.product-thumb h4{}
.product-thumb .caption{padding:0 10px;min-height: 94px;}
.product-list .product-thumb .caption{margin-left:230px}
@media (max-width:1200px){.product-grid .product-thumb .caption{min-height:80px; padding:0 10px}
}
@media (max-width:767px){.product-list .product-thumb .caption{min-height:0; margin-left:0; padding:0 10px}
.product-grid .product-thumb .caption{min-height:0}
}
.product-thumb .rating{padding-bottom:10px}
.rating .fa-stack{font-size:8px}
.rating .fa-star-o{color:#999; font-size:15px}
.rating .fa-star{color:#FC0; font-size:15px}
.rating .fa-star+.fa-star-o{color:#E69500}
h2.price{margin:0}
.product-thumb .price{color:#115071;font-size: 28px;font-weight: 200;}
.product-thumb .price-new{font-weight:400}
.product-thumb .price-old{color:#ff5649; text-decoration:line-through; margin-left:10px}
.product-thumb .price-tax{color:#999; font-size:12px; display:block}
.product-thumb .button-group{background-color: #ffffff;overflow:auto;border: 4px solid #fff;position:  relative;}
.product-list .product-thumb .button-group{border-left:1px solid #ddd}
@media (max-width:768px){.product-list .product-thumb .button-group{border-left:none}
}
.product-thumb .button-group button{width:60%;border:none;display:inline-block;float:left;background-color: #f7f7f4;color: #576562;line-height:30px;font-weight:500;text-align:-webkit-center;text-transform:uppercase;}
.product-thumb .button-group button+button{width:40%;border-left: 3px solid #fff;}
.product-thumb .button-group button:hover{color: white;background-color: #48929b;text-decoration:none;cursor:pointer;}
@media (max-width:1200px){.product-thumb .button-group button,.product-thumb .button-group button+button{width: 49.83%;}
}
@media (max-width:767px){.product-thumb .button-group button,.product-thumb .button-group button+button{width: 49.83%;}
}
.thumbnails{overflow:auto; clear:both; list-style:none; padding:0; margin:0}
.thumbnails >li{margin-left:20px;}
.thumbnails{margin-left:-20px}
.thumbnails >img{width:100%}
.image-additional a{margin-bottom:20px;padding: 0px;display:block;border: 1px solid #ddd;}
.image-additional{max-width: 100px;}
.thumbnails .image-additional{float:left;margin-left: 10px;}

@media (min-width:1200px){#content .col-lg-2:nth-child(6n+1),#content .col-lg-2:nth-child(6n+1),#content .col-lg-3:nth-child(4n+1),#content .col-lg-4:nth-child(3n+1),#content .col-lg-6:nth-child(2n+1){clear:left}
}
@media (min-width:992px) and (max-width:1199px){#content .col-md-2:nth-child(6n+1),#content .col-md-2:nth-child(6n+1),#content .col-md-3:nth-child(4n+1),#content .col-md-4:nth-child(3n+1),#content .col-md-6:nth-child(2n+1){clear:left}
}
@media (min-width:768px) and (max-width:991px){#content .col-sm-2:nth-child(6n+1),#content .col-sm-2:nth-child(6n+1),#content .col-sm-3:nth-child(4n+1),#content .col-sm-4:nth-child(3n+1),#content .col-sm-6:nth-child(2n+1){clear:left}
}

@media (min-width:768px){ #column-left .product-layout .col-md-3{ width:100%}

#column-left+#content .product-layout .col-md-3{ width:50%}

#column-left+#content+#column-right .product-layout .col-md-3{ width:100%}

 #content+#column-right .product-layout .col-md-3{ width:100%}
}

#column-left .product-layout, #column-right .product-layout{width:100%}

.input-group .form-control[name^=quantity]{min-width:50px}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled]{ background-image:none;  background-color:#df5c39}