.quantity-wrapper{
	margin: 20px 0 0;
}

.quantity-wrapper .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 150px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.quantity-wrapper .btn{
	border-radius: 15px;
	box-shadow: none;
	padding: 0 1rem;
}

.quantity-wrapper .btn:hover{
	box-shadow: none;
	background-color: #dbdbdb;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child){
	    border-radius: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn{
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group .form-control {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-group input[type=text]{
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
	height: 34px;
}

.input-group input[type=text]:focus{
	border-bottom: 1px solid #e8e8e8!important;
	box-shadow: none!important;
}

.quantity-label{
	float: left;
	margin-right: 15px;
}

.quantity-wrapper .btn{
	background-color: #e8e8e8;
	color: #f69139;
}

.product-info-tabs{
	background: #f2f2f2;
}

.product-info-tabs .tabs{
	background-color: transparent;
	overflow: visible;
	height: 60px;
}

.product-info-tabs .tabs .tab{
	text-transform: capitalize;
    -webkit-flex-grow: initial;
    flex-grow: initial;
    overflow: visible;
    width: auto;
    height: 60px;
    line-height: 60px;
}

.product-info-tabs .tabs .tab a{
	color: #f69139;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	overflow: visible;
	font-weight: bold;
	font-size: 18px;
}

.product-info-tabs .tabs a.active, .product-info-tabs .tabs .tab a:hover{
	background-color: #f69139;
	color: #fff;
}

.product-info-tabs .tabs .indicator{
	display: none;
}

.product-info-tabs .tabs a.active:after, .product-info-tabs .tabs .tab a:hover:after{
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f69139 transparent transparent transparent;
    content: " ";
    position: absolute;
    top: 60px;
    right: 50%;
    margin-right: -10px;
}

.producgt-info-content{
	padding-top: 50px;
}

.product-button-shell{
    margin-top: 30px;
}

.product-price{
    display: block;
    color: #f69139;
    font-weight: bold;
    margin-top: 20px;
    font-size: 22px;
}
