body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 20px;
	width: 100%;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa{
    font-size: 14px;
}

.link-wishlist .fa-heart,.link-compare .fa-exchange {
	font-size: 12px;
    color: #e14545;
    height: 40px;
    line-height: 36px;
    text-transform: uppercase;
    border:none;
}
.link-wishlist .fa-heart:hover,.link-compare .fa-exchange:hover{
    color: #000;

}
button{
    outline: none;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #fd46aa;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	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;
}
/* Fix some bootstrap issues */
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;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #eaeaea;;
	background-image: linear-gradient(to bottom, #eaeaea;, #eaeaea;);
	background-repeat: repeat-x;
	 padding: 5px 15px 5px 0;
}

/* top */

header {
    width: 100%;
    position: absolute;
    z-index: 1000;
    background: #000;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}
.top-bar {
    background: #fd46aa;
}
@media (max-width: 768px) {
        .top-bar {
            background: ##fd46b1;
            height: 25px;
        }
}
.toplinks {
    line-height: normal;
    padding: 0px;
    display: inline-block;
    text-align: right;
    margin-top: 8px;
    float: right;
    letter-spacing: 1px;
}
.block-currency-wrapper {
    display: inline-block;
    float: right;
    letter-spacing: 1px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 11px;
    color: #999;
    border-right: 1px #e5e5e5 solid;
    padding-right: 15px;
}
.block-language-wrapper a, .block-currency-wrapper a {
    color: #ccc;
    font-size: 11px;
}
.toplinks .links {
    text-align: right;
    display: inline-block;
}
.toplinks .links div {
    display: inline-block;
    text-align: right;
}
.toplinks div.links div a {
    display: inline-block;
    padding: 0px;
    color: #000;
    font-size: 11px;
    padding: 0px 0px 0px 15px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}
.toplinks .links div {
    display: inline-block;
    text-align: right;
}
.block-company-wrapper .dropdown-menu {
    min-width: 0;
    box-shadow: none;
    border-radius: 0px;
    top: 27px;
}
.block-company-wrapper .dropdown-menu li {
    padding: 5px 15px 5px 0;
}
.block-company-wrapper .dropdown-menu li:hover {
    background-color: #eaeaea;
    color: #000;
    transition: background-color 0.2s ease-in-out;
}
header .welcome-msg {
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    padding-right: 15px;
    letter-spacing: 1px;
    padding-top: 10px;
    margin: 0px;
}
.welcome-msg {
    text-align: left;
    display: inline-block;
    padding: 0px;
    margin: 4px 5px;
    font-size: 13px;
    color: #000;
}
.logo {
    vertical-align: middle;
    cursor: pointer;
    text-align: left;
    display: block;
    line-height: 60px;
    float: left;
    padding-right: 55px;
    padding-left: 0px;
}
@media (max-width: 1199px) and (min-width: 991px){
    .logo{
        padding-right: 30px;
    }
}
.header-container .top-menu {
    display: block;
}
nav {
    position: relative;
    margin: auto;
    width: 100%;
    z-index: 99;
}
#nav {
    padding: 0;
    margin: 10px -30px;
}
#nav > li.drop-menu {
    position: relative;
}

#nav li {
    text-align: left;
}
.sticky-header {
    position: fixed;
    margin-top: 0px;
    z-index: 1000;
    top: 20px;
    height: 62px;
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 100%;
    display: inline-block;
}
.mm-toggle-wrap {
    display: inline-block;
    position: absolute;
    top: 6px;
}
.search-box {
    margin-right: 10px;
    border-radius: 2px;
    display: inline-block;
    margin-top: 12px;
    float: right;
}
.search-box .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.search-btn-bg {
    -moz-appearance: button;
    background: #e61673;
    color: #565656;
    cursor: pointer;
    font-weight: bold;
    height: 35px;
    line-height: 17px;
    padding: 6px 15px 4px 15px;
    position: absolute;
    right: -1px;
    text-transform: uppercase;
    top: 0px;
    border: none;
}
#searchbox {
    margin: 0;
    width: 190px;
    font-size: 13px;
    height: 35px;
    color: #777;
    padding: 0 20px 0px 10px;
    background: none;
    outline: none;
    border: none;
    background: #fff;
}
@media (max-width: 767px){
    .search-box{
        position: absolute;
        top: -12px;
        right: -9px


    }
    .search-btn-bg{
        height: 25px;
        padding: none;
        background: none;

    }
    #searchbox{
        height: 25px;
        display: none;
    }
}
header .navbar .navbar-nav > li a {
    font-size: 12px;
    line-height: 1.3666;
    padding-bottom: 8px;
    padding-top: 8px;
    text-transform: uppercase;
    color: #000;
}
/* cart */
#cart {
	margin-bottom: 10px;
    float: right;
    position: relative;
    top: 10px;
    width: 170px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 16px;
	color: #000;
    background: #fff
}
#cart.open > .btn {
	background-image: none;
	background-color: none;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		min-width: 280.433px;
        position: absolute;
        left: 0px;
	}
}
#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;
}
@media(max-width: 767px){
    #cart{
        top: 0px;
        position: absolute;
        width: 70px;
    }
    #cart > .btn {
        font-size: 0px;
        line-height: 1px;
       
        
        border: none;
        background: none;
left: -20px;
top: -5px;

}
}
/* menu */
.modcontent{
font-size: 40px;
text-align: center;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 40px;
color: #fd46aa;
margin-top: -20px;
}
#menu .nav li {
	float: left;
	width: 12em;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-right: 1em;
	}
.nav a:link, .nav a:visited {
	text-decoration: none;
	padding-left: 1em;
	color: #fff;
    font-size: 1.2em;
    display: inline-block;
    position: relative;
	}
@media (max-width: 1199px) and (min-width: 992px){
    .nav a:link, .nav a:visited {
 
    font-size: 1em;

    }

}
 .nav >  li > a >span{
    display: inline-block;
}
#product-product .nav a:link,#product-product .nav a:visited {
    top: 10px;
    display: block;
    text-decoration: none;
    padding-left: 1em;
    color: #ccc;

    }
    @media (min-width: 768px){
.nav ul {
	display: none;
	padding-top: 0.5em;
    position: absolute;
    left: 0;
    background: #000;
    padding: 6px 0;
    border-top: none;
    box-shadow: 0 5px 10px -8px;
    width: 230px;
    text-align: left;
    z-index: 1000;
    transition: all 0.3s ease-in-out 0s;

	}
}
.nav ul li {
	display: list-item;
	text-align: -webkit-match-parent;
	
	}
.nav ul li img,.nav ul li p {
    	display: none;
    	position: absolute;
		top: 40px;
		padding-left: 140px;
	    margin-left: 120px;	
	}
@media (min-width: 768px) {
                        .nav li:hover ul {
                            display: block;
                        }
                        .nav  ul li:hover  img{
                            display: none;
                        }
    }
@media (max-width: 767px) {
    .nav li:hover ul {
                        display: block;
    }
     .nav ul li {
                 display: list-item;
                 text-align: -webkit-match-parent;
                width: 100%;
    
    }      
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #000;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #000;
    border-color: #337ab7;
}

	.nav > li:hover >a{
		color: #f539a0;
	}
        
	#product-product .nav > li > a:focus,#product-product .nav > li > a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
}
		.nav li:hover ul {
				display: block;
				color: #ddd;
		}
		.nav ul.list-unstyled > li a:hover {
                color: #f539a0;
        }
	
	    .nav  ul li:hover  img{
	    display: block;
	   
		}


@media (max-width: 767px) {

                    #page {
                        padding-top: 95px;
                    }
                	.nav li:hover ul {
                				display: block;
                	}
                	.nav ul li {
                	display: list-item;
                	text-align: -webkit-match-parent;
                	width: 100%;
                	padding: 5px;
                	}
                    .nav a:link, .nav a:visited {
                    top: 10px;
                    display: block;
                    text-decoration: none;
                    padding-left: 1em;
                    color: #fd46aa;
                    text-transform: uppercase;
                    }
                    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
                    background-color: rgba(218, 159, 159, 0.15);
                    border-color: #337ab7;
                    }
                    .nav > li > a:focus, .nav > li > a:hover {
                    text-decoration: none;
                    background-color: rgba(218, 159, 159, 0.15);
                    }
                    .nav li:hover ul {
                     display: block;
                     height:auto;
                     color: #ddd;
                    }
                    .nav  ul li:hover  img{
                    display: none;
                    overflow: hidden;
                    }
                    #header .navbar-collapse .navbar-nav {
                     height: 100vh;
                     background: #fff;
                    }
}

@media only screen and (max-width: 1600px) and (min-width: 1301px){
    .container {
    width: 1260px;
    }
}

/* content */
	#common-home #content {
	min-height: 600px;
}
@media (min-width: 768px) {
#page{
    top: 114px;
    position: relative;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#page{
    top: 164px;
    position: relative;
}
}

/* footer */
.powered{
	display: block;
    padding: 82px 0px 80px 0px;
    color: #000;
}
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #fcfcfc;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #999;
	line-height: 30px;
    font-weight: 400;
}
.powered a{
    color: #fb0080;
}
.powered a:hover{
    color: #fb8508;
}
footer a:hover {
	color: #000;
}
footer h5 {
	font-size: 17px;
    font-weight: normal;
    color: #000;
    position: relative;
    text-transform: uppercase;
    margin: 0px 0 10px;
    line-height: 20px;
    letter-spacing: 0.04em;
}
.newsletter {
    margin: 0 auto 25px;
    border-bottom: 1px solid #fd46aa;
    float: none;
    width: auto;
    padding: 10px 36px 36px 70px;
}
.newsleft {
    position: relative;
    width: 51.6%;
    display: inline-block;
}
.newsright {
    float: right;
    width: 43.1%;
    padding: 0;
}
.newsleft .news-title1, .newsleft .news-title3 {
    color: #f92b94;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 33px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.newsletter .form-group {
    margin: 0;
    float: right;
    width: 95%;
}
 .newsletter .input-news {
    width: 69.66%;
    float: left;
    position: relative;
}
.newsletter #txtemail {
    background: #f5f5f5;
    color: #2d2d2d;
    border-radius: 0;
    height: 40px;
    padding: 6px 20px;
    border: none;
    font-size: 13px;
    letter-spacing: 0.06em;
}

.subscribe-btn {
    float: left;
}
.subscribe-btn .btn.btn-lg {
    background: #f92b94;
    border: none;
    padding: 9px 14px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 22px;
}

	@media (max-width: 979px){
.newsletter {
    width: auto;
    float: none;
    margin: 25px 0 30px;
    clear: both;
    display: inline-block;
    padding: 0 60px 15px;
}
.newsleft {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.newsleft .news-title1 {
    font-size: 18px;
    line-height: 25px;
}
.newsright {
    float: left;
    width: 100%;
    margin: 25px 0 20px;
    text-align: center;
}
.newsletter .input-news {
    width: 100%;
    margin: 0 auto 10px;
}
.subscribe-btn {
    float: none;
}

.subscribe-btn .btn.btn-lg {
    width: 100%;
}
}
	   

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */

#page .breadcrumb {
    background: #fbf7f9;
    padding: 4px 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.container .breadcrumb {
    background: #fbf7f9;
    margin-bottom: auto;
    padding: 4px 1px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #ccc;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: -5px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #fd46aa;
	border-bottom: 1px solid #fd46aa;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-group .btn-default {
	background: rgba(253, 70, 170) none repeat scroll 0 0 !important;
border: medium none;
color: #fff;
font-size: 13px;
font-weight: 500;
padding: 7px 5px;
text-transform: capitalize;
left: 30px;
}
#product .form-control {
    width: auto;
}
.btn-primary{
	color:#fff;
	background-color:#FB4B9A;
	border-color:#FB4B9A;
	max-width: 200px;
}
.btn-primary.focus,.btn-primary:focus{
	color:#fff;
	background-color:#ce1165;
	border-color:#ce1165
}
.btn-primary:hover{
	color:#fff;
	background-color:#ce1165;
	border-color:#ce1165
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{
	color:#fff;
	background-color:#ce1165;
	border-color:#ce1165
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{
	color:#fff;background-color:#ce1165;border-color:#ce1165
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{
	background-image:none
}
.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{
	background-color:#ce1165;border-color:#ce1165
}
.btn-primary .badge{
	color:#ce1165;background-color:#fff
}
ound-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	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: #ffffff;
	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: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	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: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #fff;
    background: #f872ae;
    border: 1px solid #f872ae;
    text-shadow: 0 1px 0 #FFF;
}
.box{
    background: #fbf7f9;
}
.box .list-group {
    margin-top: 20px;
    padding-left: 20px;

}
.box .panel-default > .panel-heading {
    color: #fff;
    background-color: #fd46aa;
    border-color: #fd46aa;
}
.box .list-group a {
	border: none;
	color: #888888;
	padding: 8px 12px;
    background: #fbf7f9;
}
.box .list-group .list-group-item.title {
    font-weight: bold;
    color: #454545;
    padding: 0;
}

.box .list-group a.active, .box .list-group a.active:hover,.box .list-group a:hover {
	color: #444444;
	background: none;
	border: none;
	text-shadow: 0 1px 0 #FFF;
}
.box .panel-footer {
    padding: 10px 15px;
    background-color: #fbf7f9;
    border-top: 1px solid #ddd;
        border-top-width: 1px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
    margin-bottom: 20px;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/*border: 1px solid #ddd;*/
	margin-bottom: 20px;
	overflow: auto;

}
.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 .caption {
	padding: 0 5px;
	min-height: 140px;
	text-align: center;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height:154px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 100px;
	margin-left: 0;
	padding: 0 10px;
}
}
.fa-stack {
	font-size: 8px;
}
@media(max-width:768px ){
    .fa-stack {
    width: 1em;
}
h4{
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.product-thumb .rating {
    padding-bottom: 20px;
    margin-bottom: 10px;
}
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
 .fa-star {
	color: #FC0;
	font-size: 15px;
}
.fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #d60012;
    font-size: 14px;
    font-weight: bold;
}
a:focus, a:hover {
    color: #f268dc;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	background-color: #fff;
	overflow: auto;
	margin: 0 auto;
	padding-top: 5px;
    text-align: center;
            opacity: 0;  
            display: block;  
            font-size: 12px;  
            transition: 0.3s;  
            -webkit-transition: .5s;  
            -moz-transition: .5s; 
}
.product-thumb:hover .button-group{  

	background-color: #fff;
	overflow: auto;
	margin: 0 auto;
    text-align: center;
	padding-top: -25px;
            opacity: 1;  
        }  

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 40px;
	border: none;
	display: inline-block;
	background-color: #f1468f;
	color: #fff;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #e3548b;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 40px;
	}
 .product-thumb .button-group {
	background-color: #fff;
	overflow: auto;
	display:block;
    margin:0 auto;
	padding-top: 5px;
    opacity: 0;  
    font-size: 12px;  
    transition: 0.3s;  
    -webkit-transition: .5s;  
    -moz-transition: .5s; 
}
.product-thumb:hover .button-group{  
	background-color: #fff;
	overflow: auto;
	margin: 0 auto;
	padding-top: -25px;
            opacity: 1;  
        }  
}
.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: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#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-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-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@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%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.header-banner {
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    z-index: 100;
}
.header-banner .assetBlock {
    text-align: left;
    margin: auto;
    padding: 12px 0px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
    letter-spacing: 1px;
}

element.style {
    display: block;
}
.header-banner p {
    margin: 0px;
    letter-spacing: 1px;
    position: absolute;
}


#common-home .xontainer{
	width: 100%;
}

.icon-bar{
	background-color: #888;
}

.thumbnail {
    border: none;
    max-width: 100%;
    margin: 0 auto;
}

.star_bg {
    left:60px;
    width: 120px; 
    height: 20px;
    background: url(../image/star.png) repeat-x;
    position: relative;
    overflow: hidden;top: -20px;
}
.star {
    height: 100%; width: 50px;
    line-height: 6em;
    position: absolute;
    z-index: 3;
}
.star {
    height: 100%; width: 24px;
    line-height: 6em;
    position: absolute;
    z-index: 3;
}
.star:hover {    
    background: url(../image/star.png) repeat-x 0 -20px!important;
    left: 0; z-index: 2;
}
.star_1 { left: 0; }
.star_2 { left: 24px; }
.star_3 { left: 48px; }
.star_4 { left: 72px; }
.star_5 { left: 96px; }
.star_1:hover { width: 24px; }
.star_2:hover { width: 48px; }
.star_3:hover { width: 72px; }
.star_4:hover { width: 96px; }
.star_5:hover { width: 120px; }

.star label { 
    display: block; _display:inline;
    height: 100%; width: 100%;
    cursor: pointer;
}
/* 幕后的英雄，单选按钮 */
.score { position: absolute; clip: rect(0 0 0 0); }
.score:checked + .star {    
    background: url(../image/star.png) repeat-x 0 -20px;
    left: 0; z-index: 1;
}
.score_1:checked ~ .star_1 { width: 24px; }
.score_2:checked ~ .star_2 { width: 48px; }
.score_3:checked ~ .star_3 { width: 72px; }
.score_4:checked ~ .star_4 { width: 96px; }
.score_5:checked ~ .star_5 { width: 120px; }

.star_bg:hover .star {  background-image: none; }

/* for IE6-IE8 JS 交互 */
.star_checked {    
    background: url(star.png) repeat-x 0 -20px;
    left: 0; z-index: 1;
}
.page-heading {
    border-right: 1px solid #e5e5e5;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: auto;
    padding: 5px 18px 5px 0;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    font-family: "Montserrat", sans-serif;
}
.special-heading {
    border-right: 1px solid #e5e5e5;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: auto;
    padding: 5px 18px 5px 0;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    font-family: "Montserrat", sans-serif;
}
.link-compare,.link-wishlist {
    float: left;
    color: #666;
    line-height: normal;
    font-weight: normal;
    vertical-align: top;
    display: block;
    height: 40px;
    border: 0px #ececec solid;
    line-height: 36px;
    vertical-align: top;
    text-align: center;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    background-color: #fff;
}

.nav-tabs>li {
    margin-bottom: 10px;
}
.input-group-addon {
    color: #fff;
    background-color: #fd46aa;
    border: 1px solid #ccc;
 
}
@media (min-width: 768px){
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -10px;
    margin-left: 0;
}}

.header-wishlist {
    float: right;
    display: inline-block;
    font-size: 22px;
    padding-left: 15px;
    padding-right: 5px;
    height: 60px;
    margin-top: 16px;
}
.top-cart-contain {
    position: relative;
    float: right;
}
.mini-cart {
    text-align: center;
    cursor: pointer;
    margin: 0px;
    display: block !important;
}
.mini-cart .basket a {
    color: #333;
    margin: 0px;
    line-height: 17px;
    font-size: 13px;
    padding: 0px 20px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    font-weight: normal;
    display: block;
    line-height: 60px;
    height: 60px;
}
.ribbon-wrapper-green, .ribbon-wrapper-green-list_sale {
       overflow: hidden;
    position: absolute;
    top: -3px;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    right: 12px;
    padding: 5px 15px;
    background: rgb(228, 57, 30);
    -moz-border-radius: 100%;

}
@media (min-width: 650x) and (max-width: 991){
    .ribbon-wrapper-green, .ribbon-wrapper-green-list_sale {
    overflow: hidden;
    position: absolute;
    top: -3px;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    right: 35px;
    padding: 5px 15px;
    background: rgb(228, 57, 30);
    -moz-border-radius: 100%;
}
@media (max-width: 767px){
    .ribbon-wrapper-green, .ribbon-wrapper-green-list_sale {
    overflow: hidden;
    position: absolute;
    top: -3px;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    right: 13px;
    padding: 3px 5px;
    background: rgb(228, 57, 30);
    -moz-border-radius: 100%;
}
}
