/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #f4f4f4;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.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-default {
	color: #777;
	background: #eceff1;
	border-color: #eceff1 #eceff1 #eceff1 #eceff1;
	box-shadow: none;
	border-radius: 0px;
	height: 40px;
	min-width: 40px;
}
.btn-default:hover {
	color: #777;
	background: #E1E1E1;
	border-color: #E1E1E1 #E1E1E1 #E1E1E1 #E1E1E1;
	box-shadow: none;
	border-radius: 0px;
	height: 40px;
	min-width: 40px;
}
.btn-default:active {
	color: #777;
	background: #E1E1E1;
	border-color: #E1E1E1 #E1E1E1 #E1E1E1 #E1E1E1;
	box-shadow: none;
	border-radius: 0px;
	height: 40px;
	min-width: 40px;
}
.btn-default:focus {
	color: #777;
	background: #E1E1E1;
	border-color: #E1E1E1 #E1E1E1 #E1E1E1 #E1E1E1;
	box-shadow: none;
	border-radius: 0px;
	height: 40px;
	min-width: 40px;
}

.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: none;
	background: #da4f49;
	border-color: #da4f49;
	/*height: 40px;*/
	border-radius: 0px;
	padding: 10px;
	min-width: 40px;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: none;
	border-color: #da4f49;
}
.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;
	min-width: 40px;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: none;
}
.btn-info {
	color: #ffffff;
	text-shadow: none;
	background: #df5c39;
	border-color: #df5c39;
	height: 40px;
	border-radius: 0px;
	padding: 10px;
	min-width: 40px;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #df5c39;
}
.btn-link {
	border-color: none;
	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: none;
	background: #212b35;
	border: 1px solid #212b35;
	box-shadow: none;
	border-radius: 0px;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color: #ffffff;
	text-shadow: none;
	background: #283747;
	border: 1px solid #283747;
	box-shadow: none;
	border-radius: 0px;
}

/* buttons */

/* 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: 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	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;
}

/* Product list */

.price-new {
    font-weight: 600;
    font-size: 21px;
    color: orange;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
                  font-size: 18px;
}

.price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
        font-size: 18px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	/*border-top: 1px solid #ddd;
	background-color: #eee;*/
	overflow: auto;
}
.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: inherit;
	color: inherit;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #EBEBEB;
}
.product-thumb .button-group button:hover {
	color: #212b35;
	background-color: inherit;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}

.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;
}




.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}

.flexslider.manufacturer .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}
.flex-direction-nav a:before {
	line-height: 40px;
}

#feedback ul, #stats li {
	padding: 0;
	margin: 0;
	list-style: none;
}
/*#feedback li {
	font-size: 11px;
	color: #9d9d9d;
	padding: 4px 10px;
	border-bottom: 1px dotted #000000;
} */

#feedback div:first-child {
	margin-bottom: 0px;
}

#feedback .progress {
	height: 6px;
	margin-bottom: 0;
}

.last_history {
	color: #1b1b1b;
	background: #ebf8ff;	
}

.footer-social-icons {
	font-size: 20px;
	margin-right: 4px;
	text-decoration: none;
}


.product-tittle {
	color: #444;
    font-size: 26px;
    font-weight: 600;  
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.product-text {
	color: #666;
    font-size: 15px;
    font-weight: 300;  
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
}

.product-price {
	color: #444;
    font-size: 24px;
    font-weight: 600;  
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.general-tittle {
	color: #444;
    font-size: 26px;
    font-weight: 600;  
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.general-text {
	color: #666;
    font-size: 15px;
    font-weight: 300;  
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
}
.general-text-bold {
	color: #666;
    font-size: 15px;
    font-weight: 600;  
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
}
.general-text-semibold {
	color: #666;
    font-size: 15px;
    font-weight: 500;  
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
}
.general-text-light {
	color: #666;
    font-size: 15px;
    font-weight: 300;  
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f4f4f4;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    box-shadow: none;
}

.list-group-item:first-child {
    border-radius: 0px;
}
.list-group-item:last-child {
    border-radius: 0px;
}


.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    padding: 8px 20px;
}

.alerts-text {
	color: #333;
    font-size: 14px;
    font-weight: 400;  
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
}

.list-unstyled-tab {
  padding-left: 15px;
  list-style: none;
}

.limit-width {
    width: 200px;
}

.tooltip {
    z-index: 50000;
}

.btn-clean {
    height: 40px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    border-color: transparent;
}

.btn-clean:hover {
    color:black;
}

.btbnewstyle {
	background: #c95813;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding: 11px 16px;
}

.btbnewstyle:hover {
	background: #484442;
	border-radius: 0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding: 11px 16px;
}

.btn-main-whatsapp {
	color: #ffffff;
	text-shadow: none;
	background: #c95813;
	background-image: linear-gradient(to bottom, #c95813, #c95813);
	background-repeat: repeat-x;
	border-color: #c95813 #c95813 #c95813;
	border-radius:0px;
	box-shadow:none;
	height: 45px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
}
.btn-main-whatsapp:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	height: 45px;
	color: #aca9a6;
}