#fix_btns.fixed{
	display: block;
	width: 100%;
	position:fixed;
	bottom:10px;
}

.size {
    overflow: hidden;
    display: block;
    height: 36px;
    font-size: 14px;
}

.form-control.thumb-count {
    display: inline-block;
    max-width: 54px;
    padding: 10px;
}

.carousel-indicators li{
	border: 1px solid gray;
}

.carousel-indicators li.active{
	background: gray;
}

/* rollup */
.rollup {
    display: none;
}

.rollup_hide {
    display: block;
}

@media all and (max-width: 992px) {
    .rollup {
        display: block;
    }

    .rollup_hide {
        display: none;
    }
}

body{
	background: #d1dadf url('/public/graphic/assets/bgr.jpg') repeat;
}

.centered {
   text-align: center;
   font-size: 0;
}
.centered > div {
   float: none;
   display: inline-block;
   text-align: left;
}

.man_logo>img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.man_logo>img {
	opacity: 0.3;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.breadcrumb a {
    color: #3e678a;
}

.cntSeparator {
    color: #000000;
    font-size: 54px;
    margin: 30px 7px;
	font-family: Arial;
}
.desc {
    margin: 7px 3px;
}
.desc div {
    color: #000000;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-right: 67px;
    width: 70px;
}

input[type=radio]+label{
	border: 1px solid transparent;
	display: inline-block;
	margin:3px;
	cursor: pointer;
	padding:3px 10px;
	font-weight: normal;
}

input[type=radio]:checked+label{
	border: 1px solid #444;
	background: #444;
	color: #fff;
	display: inline-block;
	margin:3px;
	cursor: pointer;
	padding:3px 10px;
	font-weight: normal;
}

input[type=radio]+label:hover{
	border: 1px solid #444;
	display: inline-block;
	margin:3px;
	cursor: pointer;
	padding:3px 10px;
	font-weight: normal;
}
strong.price{
	font-size:150%;
}
@media only screen and (max-width: 600px) {
	.s_title {
		min-height: 120px;
	}
	.s_price{
		min-height: 80px;
	}
}

.sale {
    -webkit-animation:name 2s infinite;
}

@keyframes name {
    0% {background-color:#4d4791}
    50%{background-color:#c0392b}
    100% {background-color:#4d4791}
}

.sale:hover {
  animation-play-state: paused;
}