
h1 {
	font-size: 32px !important;
    line-height: 36px !important;
	text-transform: inherit !important;
    font-family: "MyriadProRegular" !important;
    word-break: break-word !important;
	letter-spacing: normal !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

.block_name_product {
	margin-bottom: 50px;
}

#list_product_image_middle img {
	margin: auto;
}

#list_product_image_thumb {
	display: flex;
    justify-content: center;
    padding-left: 40px;
	margin-top: 5px;
	flex-wrap: wrap;
}

#list_product_image_thumb img {
	max-width: 80px;
	width: 100%;
    height: 80px;
    object-fit: cover;
    margin: 5px;
    border: 1px solid #f5f5f5;
    cursor: pointer;
}

.jshop_prod_attributes {
	margin-bottom: 35px;
}

.attributes_title .attributes_name {
	font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.jshop_prod_attributes .input_type_radio {
    text-align: center;
    vertical-align: top;
    padding-right: 10px;
}

.jshop_prod_attributes .pod_input_type_radio label {
	width: 100%;
}

.jshop_prod_attributes .pod_input_type_radio label span.radio_attr_label {
	padding: 15px;
	color: #666666;
	background: #e6e6e6;
	display: block;
	cursor: pointer;
}

.prod_buttons {
	display: flex;
    margin-bottom: 20px;
}

.prod_buttons .prod_qty_input input#quantity {
	border: 1px solid #0E202A;
    border-radius: 10px;
    padding: 0px 20px;
    height: 60px;
    font-size: 22px;
}

.prod_buttons input#quantity::placeholder {
    color: #B4C2C6;
}

.prod_buttons input#quantity::-webkit-outer-spin-button,
.prod_buttons input#quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.prod_buttons .buttons input {
	background: #0C1E36;
    border-radius: 10px;
    color: #fff;
    border: 0;
    text-align: center;
    width: 290px;
    font-size: 22px;
    height: 60px;
	transition: .5s ease-out;
} 

.prod_buttons .buttons input:hover {
	background: #fff;
    color: #0C1E36;
    border: 1px solid #F25900;
}

.pod_input_type_radio input {
	display: none;
}

.pod_input_type_radio input:checked +label span {
	box-shadow: inset 0px 0px 0 1px #F25900 ;
}

.jshop_prod_attributes .input_type_radio img {
    width: 40px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.block-nav-description {
	margin-top: 100px !important;
}

.block-nav-description .fade {
	opacity: 1 !important;
}

.block-nav-description .fade:not(.show) {
    opacity: 0 !important;
}

.block_spi_kvi {
    display: none;
}

.kvi_pipka span {
	cursor: pointer;
}

.jshop_prod_description2 img {
	max-width: 200px;
}

.nav-tabs .nav-link {
	border-color: #e3e3e3 !important;
    background: #f5f5f5 !important;
    font-size: 20px;
    line-height: 24px;
	letter-spacing: 0.05em;
    color: #000 !important;
    width: 200px;
    height: 50px;
    padding: 5px 15px;
    text-align: left;
	position: relative;
}

#nav-tab {
	gap: 10px;
}

.nav-tabs .nav-link.active {
	background: #fff !important;
	border-bottom: 1px solid #fff !important;
}

#nav-tabContent .tab-pane {
	padding: 30px 15px;
}

#nav-tabContent .tab-pane table tr,
#nav-tabContent .tab-pane table td {
	border-width: 1px;
}

.prod_price {
	font-size: 23px;
    line-height: 22px;
	margin-top: -30px;
    margin-bottom: 15px;
}

#block_price {
	color: #d88048;
    font-size: 27px;
}

.dynamic-price {
    margin-top: 0px;
	color: #d88048 !important;
}

.qty_in_stock {
	font-size: 23px;
    line-height: 22px;
    margin-bottom: 40px;
}

.block-personal-manager {
	border: 1px solid #d88048;
    border-radius: 15px;
    padding: 15px 0px;
}

.block-personal-manager > div {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.block-personal-manager img {
	width: 100px;
    border-radius: 100%;
}

.block-personal-manager * {
	font-size: 16px;
    margin: 0;
    color: #b4c2c8;
    line-height: 18px !important;
}

.block-personal-manager .block-personal-manager__contacts a {
	font-family: "MyriadProBold";
    font-size: 17px;
}

.block-personal-manager__btn a {
	display: flex;
    justify-content: center;
    padding: 8px 10px;
    align-items: center;
    border-radius: 5px;
}

.block-personal-manager__btn svg {
		width: 20px;
		height: 20px;
	}

@media (min-width: 1000px) and (max-width: 1600px) {
	.block-personal-manager img {
		width: 80px;
	}
	.block-personal-manager * {
		font-size: 12px;
	}
	.block-personal-manager .block-personal-manager__contacts a {
		font-size: 14px;
	}
	.block-personal-manager__btn a {
		padding: 5px;
	}
}

/* Метка */

.block_label,
.block_available {
	position: relative;
	top: 4px;
	margin-left: 10px;
}

.block_label .label_name {
	white-space: nowrap;
    display: block;
	border: 1px solid;
	border-radius: 5px;
    padding: 5px 10px;
    line-height: initial;
}

.product_label-1 .label_name {
	color: #18c139;
}


.block_available > div {
	white-space: nowrap;
    display: block;
	border: 1px solid;
	border-radius: 5px;
    padding: 5px 10px;
    line-height: initial;
}

.block_available .available {
	color: #18c139;
}

.block_available .not_available {
	color: #ff0000;
}

/* Конец Метка */

/* Вкладка Доставка */

.jshop_prod_delivery img {
	width: 40px;
}

.jshop_prod_delivery .d-flex p {
	margin-bottom: 0px;
	margin-left: 15px;
}

.jshop_prod_delivery .d-flex {
	margin-bottom: 20px;
}

/* Конец Вкладка Доставка */

/* Вкладка Отзывы */

.stars_no_active {
    height: 16px;
    background-image: url(../../images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

.stars_active {
    height: 16px;
    background-image: url(../../images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px -16px;
}

.review_item {
	border-bottom: 1px dotted #999999;
    padding: 10px;
    padding-left: 0px;
	display: flex;
}

.review_item .review_user{
	font-family: "MyriadProBold";
}

.review_item .review_text {
    margin-top: 10px;
}

.user-info-avatar {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    margin-right: 10px;
    color: white;
}
.user-info-name {
    display: inline-block;
}

/* Конец Вкладка Отзывы */

/* Сопутсвующие товары */

.block_product_current_category {
	padding: 40px 0px 15px 0px !important;
}

.block_product_current_category .title-h2 {
	border-top: 1px solid #B4C2C6;
    padding-top: 40px;
}

.block_product_current_category .products_current_category {
	border-bottom: 1px solid #B4C2C6;
    padding-bottom: 100px;
}

.block_product_current_category .block_item {
	
}

.block_product_current_category .block_item .image {
	overflow: hidden;
    margin-bottom: -1px;
    transition: .5s ease-out;
    border: 1px solid #ccc;
    padding: 12px;
}

.block_product_current_category .block_item .image:hover {
	overflow: hidden;
    margin-bottom: -1px;
    transition: .5s ease-out;
    border: 1px solid #f7833a;
    padding: 12px;
}

.block_product_current_category .block_item .name {
	overflow: hidden;
    margin-bottom: 12px;
    transition: .5s ease-out;
    padding: 12px;
    text-align: center;
    background: #3f70b1;
}

.block_product_current_category .block_item .image img {
	width: 100%;
}

.block_product_current_category .block_item .name a {
	color: #fff;
}

/* Конец Сопутсвующие товары */

@media (min-width: 768px) and (max-width: 1024px) {
	h1 {
		margin-top: 0px !important;
		font-size: 30px !important;
		line-height: 35px !important;
	}
	.block_name_product {
		margin-bottom: 20px !important;
	}
	.prod_price {
		margin-top: 0px;
	}
	#list_product_image_thumb {
		flex-wrap: wrap;
	}
	#list_product_image_thumb img {
		max-width: 60px;
		height: 60px;
	}
	.prod_buttons .prod_qty_input input#quantity {
		padding: 0px 7px;
		font-size: 17px;
	}
	.prod_buttons .buttons input {
		width: 150px;
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	h1 {
		margin-top: 0 !important;
	}
	.block_name_product {
		margin-bottom: 20px !important;
	}
	h3 {
		font-size: 24px !important;
	}
	#list_product_image_middle {
		padding-left: 0px;
	}
	.nav-tabs .nav-link {
		font-size: 16px;
		width: inherit;
		height: 40px;
		padding: 5px 5px;
	}
	#nav-tab {
		gap: 5px;
	}
	.prod_price {
		margin-top: 0px;
	}	
	#list_product_image_middle .lightbox:not(:first-child) img {
		width: 80px;
		height: 80px;
		border: 1px solid #f5f5f5;
		object-fit: cover;
	}
	#list_product_image_middle .lightbox {
		width: 80px;
		margin-top: 10px;
	}
	.prod_buttons {
		flex-direction: column;
	}
	.prod_buttons input {
		width: 100% !important;
	}
	.jshop_prod_attributes .input_type_radio {
		padding-bottom: 10px;
	}
	.block-personal-manager {
		padding: 15px 10px !important;
	}
	.block-personal-manager > * {
		padding-left: 5px ! important;
		padding-right: 5px ! important;
	}
	.block-personal-manager img {
		width: 70px !important;
	}
	.block-personal-manager * {
		font-size: 11px !important;
	}
	.block-personal-manager .block-personal-manager__contacts a {
		font-size: 12px !important;
	}
	.block-personal-manager__btn {
		margin-top: 10px !important;
		display: flex !important;
		flex-direction: row !important;
		justify-content: space-evenly !important;
	}
	.block-personal-manager__btn svg {
		width: 15px;
		height: 15px;
	}
	.block_name_product {
		flex-direction: column;
	}
	.block_label {
		margin-left: 0px;
		margin-top: 10px;
	}
	.block_label .label_name {
		display: inline-block !important;
	}
}