
.jshop td, .jshop tr {
    border: 1px solid #4e1888;
}

/* category
==================================================*/
.jshop h1 {
    color: #4E1888;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 0;
}
img.jshop_img {
    border: 0 none;
    padding: 0;
}
.product-blocks {
    display: flex;
}
.product-blocks .name a {
    font-weight: 600;
}
.product-blocks > div:nth-child(1){
	width: 10%;
}
.product-blocks > div:nth-child(2){
	width: 60%;
}
.product-blocks > div:nth-child(3){
	width: 30%;
	text-align: right;
}
.description {
    font-size: 10px;
    line-height: 12px;
}
.description > div {
	margin-bottom: 7px;
}
.category_description1 {
    margin-top: 25px;
}
.jshop_price, 
.prod_price {
    font-size: 14px;
    font-weight: bold;
    color: #4e188a;
    margin-bottom: 5px;
}
.buttons {
    float: right;
}
.button_buy,
.btn-buy{
    background: none repeat scroll 0 0 #6155B7;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    padding: 4px 0 5px;
    text-align: center;
    width: 85px !important;
	border: 0 none;
}
.button_buy:hover,
.btn-buy:hover,
.button_buy:active,
.btn-buy:active,
.button_buy:focus,
.btn-buy:focus{
	text-decoration:none;
	background-color: #4e188a;
	color: #fff;
}
.extra_fields {
    margin-bottom: 10px;
}
.download > a {
    background: url(img/zoom.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block;
    padding-bottom: 5px;
    padding-left: 30px;
    max-width: 110px;
    padding-top: 7px;
    float: right;
    margin-bottom: 10px;
}
.block_product {
    border-width: 1px 1px 0 1px;
    padding: 10px;
    border-style: solid;
    border-color: #6155b7;
}
.block_product:last-child {
	border-width: 1px;
}
.buttons > input {
	display: none !important;
}
@media (max-width: 380px) {
.product-blocks {
    display: block;
}
.product-blocks > div:nth-child(1) {
    width: 25%;
    float: left;
}
.product-blocks > div:nth-child(2) {
    width: 75%;
    float: left;
}
.product-blocks > div:nth-child(3) {
    width: 100%;
    overflow: hidden;
}
}

/* product
==================================================*/
.product-inner {
    display: flex;
	margin-bottom: 30px;
	margin-right: 15px;
}
.prod_qty_input {
	display: none;
}
.product-inner {
	margin-left: -20px;
}
.product-inner > div > div {
	margin-left: 20px;
}
.product-inner > div:nth-child(1) {
	width: 15%;
}
.product-inner > div:nth-child(2) {
	width: 55%;
}
.product-inner > div:nth-child(3) {
	width: 30%;
	text-align: right;
}
@media (max-width: 480px) {
.product-inner {
	display: block;
}
.product-inner > div:nth-child(1) {
	width: 25%;
	float: left;
}
.product-inner > div:nth-child(2) {
	width: 75%;
	float: left;
}
.product-inner > div:nth-child(3) {
	width: 100%;
	text-align: left;
	overflow: hidden;
	padding-top: 20px;
}
}

/* cart
==================================================*/
#jshop_menu_order {
	margin-bottom: 10px;
	width: 100%;
}
#jshop_menu_order .jshop_order_step {
	text-align: center;
}
#jshop_menu_order .jshop_order_step.next {
	background: #fff;
	padding: 8px;
}
#jshop_menu_order .jshop_order_step.active,
#jshop_menu_order .jshop_order_step.prev {
	background: none repeat scroll 0 0 #b4acff !important;
	padding: 8px;
	color: #ba27b8 !important;
}
.jshop_register {
    margin-top: 25px;
}
.address_block .form-horizontal .control-label {
    float: none;
    width: inherit;
    text-align: left;
}
.address_block .form-horizontal .controls {
    margin: 5px 0 0;
}
.address_block .form-horizontal .control-group {
	margin-bottom: 7px;
}
.jshop_register input {
    width: 100%;
    box-sizing: border-box !important;
    padding: 7px 7px 7px 15px !important;
    height: 42px !important;
}

.cart .product_minus,
.cart .product_plus {	
	width: 16px;
	height: 16px;
	border: 0 none;
	padding: 0;
}
.cart_reload {
	cursor:pointer;
}
.cart .product_minus {
	background: url(img/cart_minus.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.cart .product_plus {
	background: url(img/cart_plus.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.cart .quantity .inputbox {
    max-width: 40px;
    font-size: 14px;
    box-sizing: border-box !important;
    margin-bottom: 0;
    background: #fff;
}
.cart_buttons {
    margin-top: 60px;
    overflow: hidden;
}
#comjshop .jshop {
    overflow: hidden;
}
.cart_buttons .btn,
.box_button .btn,
.checkout_payment_block .btn,
.checkout_shipping_block .btn {
    background: none repeat scroll 0 0 #6155B7;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    padding: 4px 10px 5px;
    text-align: center;
    border: 0 none;
	line-height: 22px;
}
.cart_buttons .btn:hover,
.box_button .btn:hover,
.checkout_payment_block .btn:hover,
.checkout_shipping_block .btn:hover {
	text-decoration:none;
	background-color: #4e188a;
	color: #fff;
}
.box_button .btn {
	margin-top: 15px;
}
.cart .cart_img {
    float: left;
    margin-right: 7px;
}
.cart .quantity {
	min-width: 110px;
}
.cart .total_price,
.cart .remove,
.cart .single_price {
    text-align: center;
}
.jshop_subtotal tr,
.jshop_subtotal td {
	border: 0 none !important;
}
.jshop_subtotal {
    float: right;
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
}
.jshop_subtotal .value {
    padding-left: 15px;
}
.other_delivery_adress .controls {
    display: flex;
}
.other_delivery_adress .controls label {
	margin-right: 10px;
}
.checkout_payment_block form,
.checkout_shipping_block form{
    margin-top: 30px;
}
.checkout_payment_block input,
.checkout_shipping_block input {
    float: left;
    margin-right: 7px !important;
}
.checkout_pfinish_block textarea {
    width: 100%;
    height: 80px;
    box-sizing: border-box !important;
}
