/*---------- section s ----------*/

.banner {
	margin-bottom: 30px;
}

.banner img {
	width: 100%;
	height: auto;
}


/*product-box s*/

.product-box .title {
	display: block;
	width: 100%;
	/*height: auto;*/
	font-size: 15px;
	font-weight: bold;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	overflow: hidden;
	margin-bottom: 10px;
}

.product-box .btn-details {
	color: #fff;
	border: none;
	font-weight:bold;
	margin-top:100px;
	width:100px;
	background-color: #3C6CA7;
	
}

.product-box .btn-add {
	color: #fff;
	border: none;
	background-color: #333;
}


/*product-box e*/


/*product-info s*/

.product-info {
	margin-bottom: 1px;
}
.product-info-title{font-size:16px;}

.product-info .left {
	margin-bottom: 30px;
}

.product-h1h2-title{font-size:18px;}



/*left s*/

.products-view {
	display: block;
	height: auto;
	margin-bottom: 20px;
}

.products-view::after {
	display: table;
	content: "";
	clear: both;
}

.products-view .full-view img {
	width: 100%;
	height: auto;
}

.products-view ul {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
}

.products-view ul li {
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.products-view ul li {
	border: 1px solid #ddd;
	margin-right:5px;
}

.products-view ul li img {
	width: 100%;
	height: auto;
}


/*left e*/

.product-info .right {
	margin-bottom: 30px;
}

.product-info .right .title {
    font-size: 20px;
	font-weight: normal;
    line-height: 24px;
    margin-top: 5px;
}

.product-info .right .title:hover {
	color: #000;
}

.product-info .right .sku {
	color: #333;
}

.product-info .right .price {
	color: #FF0000;
    font-size: 24px;
    line-height: 30px;
    padding-left: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #efefefb8;
}

.product-info .right .price del {
	color: #333;
	font-size: 16px;
	margin-right: 10px;
}

.product-info .right .price span {
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
	margin-right: 10px;
}

.product-info .right .table tbody tr:last-child td {
	border-bottom: 1px solid #ddd;
}

.product-info .right .table thead th span {
	color: #1d922c;
	font-weight: bold;
	margin-left: 10px;
}

.product-info .right .form-horizontal {
	margin-bottom: 30px;
}

.product-info .right .form-horizontal label {
	margin-bottom: 10px;
}

.product-info .right .add-to-cart .form-control {
	display: inline-block;
	float: left;
	width: 100px;
	color: #333;
	margin-right: 10px;
}

.product-info .right .add-to-cart a {
	display: inline-block;
	float: left;
	color: #333;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	padding: 0 20px;
	margin-right: 10px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.product-info .right .add-to-cart a:hover {
	color: #fff;
	background-color: #3C6CA7;
}

.product-info .right .add-to-cart a .fa {
	color: #2B2B2B;
	padding: 0;
}

.product-info .right .add-to-cart a:hover .fa {
	color: #fff;
}

.product-info .service {
	padding: 15px 0;
	margin-bottom: 30px;
	background-color: #efefef;
}

.product-info .service .col-md-3 {
	text-align: center;
}

.product-info .service .col-md-3 img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-bottom: 5px;
}

.product-info .service .col-md-3 p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 0;
}


/*product-info e*/


/*product-description s*/

.product-description {
	margin-bottom: 30px;
}

.product-description .content p {
	padding: 0px;
}

.product-description .content img {
	width: 100%;
	max-width: 600px;
	height: auto;
	margin-bottom: 5px;
}


/*product-description e*/


/*product-wrapper s*/

.product-box {
	margin-bottom: 20px;
}


/*product-wrapper e*/


/*---------- section e ----------*/