body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Nunito', sans-serif;
}

a {
	text-decoration: none;
	color: #25583a;
	transition: 0.3s;
}

.banck_ico {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 3px 10px;
    opacity: 0.7;
    max-width: 190px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.banck_ico img {
    max-width: 37px;
    margin-right: 5px;
}

img {
	max-width: 100%;
	height: auto;
}

.mod-menu button.mod-menu__toggle-sub {
	display: none;
}

.navmenu span.nav_nv {
	position: absolute;
	background: #5fe9c1;
	width: 35px;
	height: 35px;
	top: 0px;
	right: 5px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: n-resize;
}

.navmenu span.nav_nv::before {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #3c3c3c;
	font-size: 15px;
}

.mod-shop-search input,
.mod-shop-search button {
	display: inline-block;
	vertical-align: middle;
}

.logo img {
	display: block;
}

.main_body {
	margin-left: auto;
	margin-right: auto;
}

.body_all {
	border: 0px solid #bdbdbd;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(/templates/jblank/images/bg1.svg);
	background-image: linear-gradient(rgb(255 255 255 / 80%), rgb(255 255 255 / 80%)), url(/templates/jblank/images/bg1.svg);
}

.footer_pos {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #000;
	color: #fff;
}

.main_body ul.mod-menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.main_body ul.mod-menu li {
	display: inline-block;
	vertical-align: top;
}

.main_body ul.mod-menu li a {
	display: block;
	text-transform: uppercase;
}

.main_body ul.mod-menu>li>a:hover,
.main_body ul.mod-menu>li.active>a {
	color: #dc2d1b;
}

._menu ul li ul a:hover,
._menu ul li ul li.active a {
	color: #ccc;
}

.div_inline {
	display: inline-block;
	vertical-align: top;
}

#back-top {
	position: fixed;
	bottom: 10px;
	left: 10px;
	margin: 0px;
	z-index: 40;
}

#back-top a {
	background: url('/templates/jblank/images/top.png') no-repeat;
	width: 36px;
	height: 36px;
	display: block;
	margin-bottom: 7px;
	background-size: contain;
}

.cont_head .fa {
	min-width: 20px;
	text-align: center;
}

.externbootstrap_wrapp .down-click {
	margin-right: 10px;
}

.owl-nav i {
	font-size: 35px;
}

.jscat-and-prod {
	padding-left: 15px;
}

#error_inlineContent_minicart_cart_view,
#delete_inlineContent_minicart_cart_view {
	display: none;
}

.center_footer {
	text-align: center;
}

.footer_pos p {
	margin: 0px;
}

.header {
	text-align: center;

	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	padding: 0px 0px 0px 0px;
}

/* adaptive menu */
.menu-toggle {
	cursor: pointer;
	font-size: 19px;
	transition: all .3s ease-in-out;
	background: #3eab42;
	color: #fff;
	padding: 5px 15px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.menu-toggle p {
	margin: 0px;
}

.hidden-panel {
	background: #333;
	color: #666;
	font-size: 0.875rem;
	height: 100%;
	position: fixed;
	right: -250px;
	top: 0;
	width: 250px;
	transition: all 0.3s ease-in-out;
	z-index: 1005;
}

.hidden-panel.open {
	right: 0px;
}

.menu_main_p .fa-times {
	display: none;
}

.close_panel i {
	cursor: pointer;
	font-size: 30px;
	float: right;
	color: #adadad;
	transition: 0.3s;
	z-index: 10;
	top: 5px;
	right: 10px;
	transition: 0.3s;
}

.hidden-panel.open .close_panel i {
	position: fixed;
}

.hidden-panel.open {
	overflow: scroll;
}

ul.mod-menu {
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;
}

ul.mod-menu a {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
	display: block;
}

ul.mod-menu a:hover,
.close_panel i:hover {
	color: green;
}

.menu_main_p:hover {
	color: #f00;
}

.vis_sloi {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.33);
	z-index: 1000;
	top: 0px;
}

/* adaptive menu (The End) */

.qf3form.example2 {
	font-size: 17px;
}

.qfajaxtitle {
	display: none;
}

.qfajaxres.qfmessage {
	border: 1px solid #ccc;
	padding: 15px;
	text-align: center;
	border-radius: 10px;
}

.qf3form.example2 .qf3label {
	padding-left: 5px;
	padding-bottom: 4px;
}

.desctop_menu ._menu ul li ul,
._menu ul li ul {
	display: none;
	position: absolute;
	z-index: 12;
}

.desctop_menu ._menu ul li ul a,
._menu ul li ul a {
	font-size: 15px;
	text-transform: none;
	line-height: 17px;
	margin: 5px 11px;
	padding: 5px 5px;
}

.desctop_menu ._menu>ul>li:hover>ul,
._menu>ul>li:hover>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-animation: contentShow-data-v-23ecec19 .2s ease-in-out both;
	animation: contentShow-data-v-23ecec19 .2s ease-in-out both;
	background: #0c1a4c;
	text-align: left;
	width: 250px;
	border-radius: 10px;
	padding: 5px 5px;
}

.cont_head p {
	margin: 0px;
}

.list_product .product {
	position: relative;
	z-index: 1;
}

.jc-in-cart-list,
.jc-in-cart {
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 10px;
	background: #fff;
	color: #000;
	padding: 2px 7px;
	border-radius: 5px;
	background: rgb(255 255 255 / 86%);
	backdrop-filter: blur(10px);
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 800;
}

.price_butt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 5px 5px 10px;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
}

.button_buy {
	display: block;
	padding: 4px 10px;
	background: #56f3c5;
	border-radius: 5px;
	color: #222222;
}

.button_buy i {
	color: #000000;
}

.button_buy:hover {
	color: #000;
	background: #49d6ad;
}

#payment_form {
	text-align: center;
}

.block_inputs>fieldset,
.block_inputs>div {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.jshop_register>.control-group,
.jshop_register>.control-groupdiv {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

.row.jshop,
.image_middle>span {
	position: relative;
	z-index: 1;
}

.row.jshop,
.image_middle img,
.row.jshop,
.image_middle a {
	display: block;
}

.row.jshop,
.image_middle img {
	border-radius: 5px;
}

.image_thumb_list {
	max-width: 100px;
}

.productfull .text_zoom {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.row.jshop>div {
	display: inline-block;
	vertical-align: top;
}

.row-fluidx {
	display: flex;
	flex-wrap: wrap;
	margin-left: 10px;
	flex-direction: column;
	align-content: center;
}

.image_thumb_list img {
	display: block;
}

.image_thumb_list .sblockx:last-child img {
	margin-bottom: 0px;
}

.images_flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.productfull .text_zoom {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	background: rgb(94 94 94 / 1%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	transition: 0.3s;
}

.right_cart .prod_qty_input,
.right_cart .product-buttons {
	display: inline-block;
	vertical-align: middle;
}

.right_cart .jshop_oiproduct {
	padding: 10px 15px;
	background: #f9f9f9;
	border-radius: 5px;
	border: 1px dashed #d9d9d9;
}

.icons_h p {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 5px;
	font-size: 25px;
}

.center_top_head a,
.right_top_head a {
	color: #49d6ad;
}

.center_top_head p {
	color: #58a991;
}

.center_top_head i {
	color: #4fffcb;
}

.center_top_head .moduletable {
	margin-left: 20px;
}

.center_top_head .jc-content .jc-remove,
.right_top_head .jc-content .jc-remove {
	color: #fff;
}

.bottom_head {
	background: #49d6ad;
	position: relative;
	z-index: 12;
	border-bottom-right-radius: 10px;
}

.center_top_head .moduletable,
.right_top_head .moduletable {
	display: inline-block;
	vertical-align: middle;
}

.priemush ul {
	list-style: none;
	padding: 0px;
}

.priemush ul li {
	display: inline-block;
	vertical-align: top;
	margin: 15px;
}

.priemush {
	text-align: center;
}

.priemush i {
	display: block;
	font-size: 50px;
	color: #00697a;
}

.mobile_menu {
	color: #fff;
}

.jc-shop {
	position: fixed;
	right: 0px;
	background: #f7f7f7;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-right: 5px;
	z-index: 20;
}

a.jc-img-product img,
a.jc-img-product {
	max-width: 65px;
	max-height: 65px;
}

div.jc-name-product {
	text-align: right;
}

a.jc-remove {
	width: 25px;
	height: 24px;
}

.search_bl form {
	margin: 0px;
}

.cats_mod>div {
	display: inline-block;
	vertical-align: top;
}

.cats_mod {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}

.content_col {
	max-width: 1200px;
}

.owl-nav>button.owl-prev {
	right: 50px;
}

.owl-nav>button.owl-next {
	right: 0px;
}

.owl-nav>button {
	position: absolute;
	top: -55px;
	font-size: 35px !important;
	border: 1px solid #ccc !important;
	width: 40px;
	border-radius: 30px !important;
	transition: 0.3s;
}

.owl-nav>button span {
	line-height: 36px;
	padding-bottom: 2px;
	display: block;
	background: #fff;
	border-radius: 44px;
}

div.owl-theme .owl-nav [class*=owl-]:hover {
	color: #7c7c7c;
}

#system-message {
	position: absolute;
	background: green;
	background: rgb(0 0 0 / 87%);
	width: 100%;
	z-index: 25;
	top: 0px;
	text-align: center;
	color: #fff;
	transition: 0.3s;
	left: 0px;
}

#system-message .alert {
	padding: 10px 0px;
}

#system-message .alert .close:before {
	content: "\f057";
	font-family: "Font Awesome 6 Free";
	position: absolute;
	z-index: 20;
	color: #fff;
	font-size: 22px;
	right: 5px;
}

.logo p {
	margin: 0px;
}

.arcticmodal-close i {
	position: absolute;
	right: -20px;
	font-size: 30px;
	top: -20px;
	transition: 0.3s;
}

.arcticmodal-close i:before {
	position: relative;
	z-index: 3;
}

.arcticmodal-close i:after {
	content: "";
	border-radius: 30px;
	top: 4px;
	position: absolute;
	left: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	z-index: 2;
}

#checkout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content_block {
	padding-bottom: 40px;
}

input[type="text"],
textarea,
input[type="password"],
input[type="email"],
input[type="phone"],
input[type="date"] {
	border: 1px solid #ccc;
}

.cats_mod a {
	display: block;
}

.minus_qty,
.plus_qty {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	background: #e1e1e1;
	border-radius: 5px;
	cursor: pointer;
	user-select: none;
}

.jshop .prod_qty_input input {
	border: 0px;
	outline: 0px;
}

.image_thumb_list img {
	opacity: 0.8;
	transition: 0.3s;
}

.image_thumb_list img.active_image {
	opacity: 1;
}

.image_thumb_list .slick-prev:before,
.image_thumb_list .slick-next:before {
	content: "";
}

.image_thumb_list button.slick-prev,
.image_thumb_list button.slick-next {
	transform: none;
}

.image_thumb_list button.slick-prev {
	background: url(/templates/jblank/images/imgs_up.svg);
	position: absolute;
	top: 0px;
	width: 42px;
	height: 20px;
	left: 50%;
	margin-left: -22px;
	background-repeat: no-repeat;
}

.image_thumb_list button.slick-next {
	background: url(/templates/jblank/images/imgs_down.svg);
	position: absolute;
	top: auto;
	bottom: 0px;
	width: 42px;
	height: 20px;
	left: 50%;
	margin-left: -22px;
	background-repeat: no-repeat;
}

#list_product_image_thumb>div.slick-list {
	margin-top: 30px;
	margin-bottom: 25px;
}

body>.loading {
	position: fixed;
	top: 0px;
	z-index: 99999;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	background: #000000d4;
	display: none;
}

body>.loading>div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

body>.loading img {
	width: 200px;
}

.moduletable .latest_products {
	max-width: 920px;
}

.left_col .moduletable.navmenu {
	position: sticky;
	top: 0px;
}

.header .top_head {
	background: #505050;
	padding: 10px 15px 10px 10px;
	box-sizing: border-box;
}

.mod-shop-search .inputbox.input-small {
	background: #6a6a6a;
	border: 0px;
	color: #4fffcb;
}

.mod-shop-search .inputbox.input-small::placeholder {
	color: #4fffcb;
}

.mod-shop-search button {
	background: #6a6a6a;
	border: 0px;
	color: #4fffcb;
}

.body_all>.main_body {
	background: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.slider_mains {
	border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
}

.moduletable.navmenu {
	z-index: 1;
}

.content_col .moduletable>h3,
.full_width_body .moduletable>h3 {
	text-transform: uppercase;
	font-size: 20px;
	margin: 16px 0px;
}

.klients table {
	display: inline-flex;
	vertical-align: middle;
	width: 200px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	margin: 5px;
	font-size: 14px;
}

.klients {
	text-align: center;
	background: #fff;
	background: rgb(255 255 255 / 80%);
	padding: 1px;
}

.map_f p {
	margin: 0px;
}

.readmore>a {
	display: block;
	width: 140px;
	background: #49d6ad;
	padding: 10px;
	border-radius: 7px;
}

.extra_fields .extra_fields_group {
	font-weight: bold;
	padding-top: 3px;
	color: #086449;
	margin-top: 20px;
}

.block_efg .extra_fields_el:nth-child(2n) {
	background: #f5f5f5;
}

.block_efg .extra_fields_el {
	padding: 10px 20px;
}

.block_efg .extra_fields_el .extra_fields_name {
	font-weight: 700;
}

.ba-form-footer {
	display: none;
}

.btn_zamer,
.btn_kons {
	display: block;
	text-align: center;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-weight: 800;
	padding: 10px 15px;
	box-sizing: border-box;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s;
	margin-top: 10px;
	margin-bottom: 10px;
}

.btn_zamer {
	background: #475a8d;
}

.btn_kons {
	background: #5a581f;
}

.btn_zamer:hover,
.btn_kons:hover {
	background: #49d6ad;
}

@media (min-width: 1200px) {
	.main_body {
		width: 1200px;
	}

	body {
		font-size: 14px;
	}

	.content_block {
		display: table;
		width: 100%;
	}

	.left_col,
	.content_col {
		display: table-cell;
		vertical-align: top;
	}

	.left_col .moduletable {
		margin-right: 10px;
	}

	.left_col .moduletable {
		width: 270px;
	}

	.content_col {
		width: 100%;
	}

	.center_footer {
		margin-left: 300px;
		margin-right: 300px;
	}

	.right_footer {
		float: right;
		margin-top: -2px;
	}

	.left_footer {
		float: left;
	}

	.main_body ul.mod-menu li a {
		margin: 2px 5px;
		padding: 10px 5px;
	}

	.mobile_menu,
	.mobile_b {
		display: none;
	}

	.logo,
	.center_top_head,
	.right_top_head {
		display: table-cell;
		vertical-align: middle;
	}

	.header .top_head {
		display: table;
		width: 100%;
		text-align: left;
	}

	.right_top_head {
		text-align: right;
	}

	.header .logo {
		width: 160px;
	}

	.right_cart {
		margin-left: 20px;
		max-width: 445px;
	}

	.title_site {
		text-align: center;
		margin-right: 20px;
		font-size: 25px;
	}

	.priemush ul li {
		width: 425px;
	}

	.filter_btn {
		display: none;
	}

	.filter_bl>i {
		display: none;
	}

	.jc-content {
		right: 10px;
	}

	.cats_mod>div {
		width: 250px;
	}

	div.jc-rows {
		max-height: 265px;
	}

	.jshop_register>.control-group,
	.jshop_register>.control-groupdiv {
		width: 33%;
	}

	.jshop_list_product .product .name {
		text-align: center;
		font-size: 16px;
		margin-bottom: 5px;
	}

	.block_efg .extra_fields_el .extra_fields_name {
		width: 440px;
	}

	.block_efg .extra_fields_el>span {
		display: table-cell;
	}

	.top_head {
		margin-top: 10px;
	}

	.cont_head p:first-child {
		font-size: 18px;
	}

	.jc-shop {
		top: 10px;
	}

	.odcat {
		margin: 0;
		padding: 0;
		width: 100%;
		list-style: none;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		overflow: hidden;
	}

	.moduletable.navmenu::before {
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		right: -10px;
		background: #49d6ad;
		border-bottom-right-radius: 10px;
	}

	.moduletable.navmenu::after {
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		right: -10px;
		background: #ffffff;
		top: 0px;
		border-top-left-radius: 10px;
	}

	ul.mod-menu a {
		color: #101010;
	}

	.jshop_list_product .product .jshop_price {
		font-size: 1.3rem;
		text-align: center;
	}
	
	.body_all {
	    padding: 1px 0px 0px 0px;
    }
    
    .header .top_head {
	    border-top-left-radius: 10px;
	    border-top-right-radius: 10px;
    }
}

@media (max-width: 1200px) {
	.main_body ul.mod-menu li a {
		margin: 5px;
		padding: 5px;
		font-size: 15px;
	}

	.cont_head p:first-child {
		font-size: 14px;
	}

	.cont_head p:last-child {
		font-size: 11px;
	}

	.top_head>div {
		display: inline-block;
		vertical-align: middle;
	}

	.top_head .logo {
		width: 120px;
	}

	body {
		font-size: 12px;
	}

	.footer_pos {
		text-align: center;
	}

	.left_footer {
		margin-bottom: 10px;
	}

	.right_footer {
		margin-bottom: 10px;
		font-size: 12px;
	}

	.desctop_menu {
		display: none;
	}

	.left_col .moduletable {
		margin-right: auto;
		margin-left: auto;
	}

	div.jc-content {
		width: 100%;
		left: 0px;
		position: fixed;
		right: 0px;
		height: 200px;
		overflow: scroll;
	}

	.content_col,
	.left_col {
		margin: 0px 15px;
	}

	.filter_btn {
		text-align: center;
		background: #ccc;
		cursor: pointer;
	}

	.filter_bl {
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		padding: 10px;
		background: #fff;
		background: rgb(255 255 255 / 91%);
		width: 100%;
		box-sizing: border-box;
		z-index: 22;
		height: 100%;
		overflow: scroll;
	}

	.filter_bl>i {
		position: fixed;
		right: 10px;
		top: 5px;
		font-size: 25px;
		cursor: pointer;
		z-index: 25;
	}

	.popup-goto {
		display: none !important;
	}

	div.jc-img-cart {
		width: 45px;
		height: 45px;
		background-size: contain;
	}

	div.jc-img-cart:hover {
		background-size: contain;
	}

	div.jc-img-cart .jc-qt-product {
		width: 15px;
		height: 15px;
		font-size: 12px;
		line-height: 15px;
	}

	.cats_mod>div {
		width: 160px;
		font-size: 14px;
	}

	div.jc-rows {
		max-height: auto;
		overflow: visible;
	}

	.jshop_register>.control-group,
	.jshop_register>.control-groupdiv {
		width: 49%;
	}

	input[type="text"],
	textarea {
		font-size: 12px;
	}

	.jshop_list_product .product .name {
		text-align: center;
		font-size: 13px;
		margin-bottom: 5px;
	}

	.jc-shop {
		top: 90px;
	}

	.bottom_head {
		position: fixed;
		top: 90px;
		width: 31px;
		height: 45px;
		font-size: 20px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		left: 0px;
	}

	.odcat {
		margin: 0;
		padding: 0;
		width: 100%;
		list-style: none;
		border-radius: 10px;
		overflow: hidden;
	}

	ul.mod-menu a {
		color: #fff;
	}

	.jshop_list_product .product .jshop_price {
		font-size: 13px;
		text-align: center;
	}
	
	.body_all {
	    padding: 0px 0px 0px 0px;
    }
}

@-webkit-keyframes contentShow-data-v-23ecec19 {
	0% {
		opacity: 0;
		transform: translate3d(0, 30px, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes contentShow-data-v-23ecec19 {
	0% {
		opacity: 0;
		transform: translate3d(0, 30px, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

input[type="submit"],
input[type="button"],
button[type="submit"] {
	padding: 11px 15px;
	font-size: 15px;
	border: 0px;
	border-radius: 5px;
	cursor: pointer;
}

/* BreadCrumbs */
.breadcrumb {
	padding: 4px 5px;
	margin: 10px 10px 10px 0px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 10px;
}

.breadcrumb>li {
	display: inline-block;
	*display: inline;
	font-size: 13px;
}

.breadcrumb>li>.divider {
	padding: 0 1px;
	color: #ccc;
}

.breadcrumb>.active {
	color: #999999;
}

.breadcrumb>li:first-child::after {
	content: "\f015";
}

.breadcrumb>li:after {
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: 900;
	content: "\f0a9";
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #ea1d2e;
}

@media (min-width: 1200px) {
	.breadcrumb {
		font-size: 14px;
	}

	.breadcrumb>li:after {
		line-height: 18px;
		font-size: 12px;
		width: 25px;
	}
}

@media (max-width: 1200px) {
	.breadcrumb {
		font-size: 11px;
	}

	.breadcrumb>li:after {
		line-height: 14px;
		font-size: 11px;
		width: 20px;
	}

	.breadcrumb>li>.divider {
		display: none;
	}
}

.breadcrumb>li:last-child::after {
	content: "";
	width: 0px;
}

/* BreadCrumbs (TheEnd) */

/* Табы */
/* Основной контейнер */
.tabs {
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 20px auto;
	font-family: sans-serif;
}

/* Скрываем стандартные радиокнопки */
.tabs input[type="radio"] {
	display: none;
}

/* Стили для ярлыков вкладок (НЕАКТИВНЫЕ — чуть затемненные) */
.tabs label {
	padding: 10px 20px;
	background-color: #f0f0f0;
	/* Светло-серый фон для неактивных */
	cursor: pointer;
	font-weight: bold;
	user-select: none;
	transition: background 0.2s, color 0.2s;

	/* Полная рамка для каждой кнопки */
	border: 2px solid #ccc;
	border-bottom: none;
	/* Убираем нижнюю рамку, чтобы она стыковалась с контентом */
	margin-right: 4px;
	/* Небольшой отступ между кнопками */
	border-top-left-radius: 4px;
	/* Скругление углов сверху */
	border-top-right-radius: 4px;
}

/* Эффект наведения на неактивную вкладку */
.tabs label:hover {
	background-color: #e0e0e0;
	/* Чуть темнее при наведении */
}

/* Стили для блоков с контентом */
.tabs .tab-content {
	width: 100%;
	padding: 20px;
	background: #fff;
	border: 2px solid #ccc;
	/* Рамка контента совпадает с рамкой вкладок */
	box-sizing: border-box;
	order: 1;
	display: none;
}

/* Логика переключения: показываем контент выбранной вкладки */
.tabs input[type="radio"]:checked+label+.tab-content {
	display: block;
}

/* Подсветка АКТИВНОЙ вкладки (максимально затемненная) */
.tabs input[type="radio"]:checked+label {
	background-color: #cdcdcd;
	/* Темный оттенок серого для активной вкладки */
	color: #000;
	/* Цвет текста */
	border-color: #b0b0b0;
	/* Слегка выделяем рамку активной вкладки */
	position: relative;
	z-index: 2;
}



/* Табы (The End)*/


/* Стили кнопок доставки и оплаты */

#table_shippings>.name,
#table_payments>.name {
	display: inline-block;
	vertical-align: top;
}

#table_shippings label.active_input,
#table_shippings label:hover,
#table_payments label.active_input,
#table_payments label:hover {
	background: #ededed;
}

#table_shippings label.active_input i,
#table_shippings label:hover i,
#table_payments label.active_input i,
#table_payments label:hover i {
	color: #312d54;
}

#table_shippings label i,
#table_payments label i {
	transition: 0.3s;
}

#table_shippings label,
#table_payments label {
	background: #f7f7f7;
	transition: 0.3s;
	position: relative;
}

#table_payments label,
#qc_shippings_methods label {
	padding: 10px 15px;
	border-radius: 5px;
	transition: 0.3s;
	cursor: pointer;
}

#table_payments label p,
#qc_shippings_methods label p {
	margin: 0px;
}

#table_payments label i,
#qc_shippings_methods label i {
	color: #afafaf;
	display: block;
	text-align: center;
}

#table_payments .paymform {
	margin-top: -35px;
	padding-top: 20px;
	background: rgb(249, 249, 249);
	margin-right: 5px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: 0.3s;
}

.checkout_shipping_block #table_shippings .name {
	text-align: left;
}

#payment_form fieldset {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
}

.price_deliver span {
	position: absolute;
	right: 5px;
	bottom: 10px;
}

.name_dl {
	font-weight: 700;
	line-height: 14px;
}

#payment_form .name>input[type="radio"] {
	display: none;
}

.checkout_payment_block #table_payments .name {
	text-align: left;
}

.cart_qchek legend {
	margin-bottom: 10px;
}

.qchekout_new .jshop_img_description_center a {
	display: block;
	width: 75px;
}

.newton-wrapper2 {
	z-index: 12;
}

@media (min-width: 1200px) {

	.shipping_formx,
	.paymformx {
		font-size: 11px;
	}

	#table_payments label,
	#qc_shippings_methods label {
		width: 167px;
		height: 104px;
	}

	#table_payments label i,
	#qc_shippings_methods label i {
		font-size: 45px;
	}

	.name_dl {
		font-size: 14px;
	}

	#payment_form {
		display: inline-block;
		vertical-align: top;
		max-width: 820px;
	}

	#payment_form fieldset {
		font-size: 15px;
		font-weight: 600;
	}
}

@media (max-width: 1200px) {
	.shipping_formx {
		padding-right: 40px;
		line-height: 12px;
	}

	#table_payments label,
	#qc_shippings_methods label {
		width: 125px;
		height: 95px;
	}

	#table_payments label i,
	#qc_shippings_methods label i {
		font-size: 38px;
	}

	.name_dl {
		font-size: 12px;
	}

	.shipping_formx,
	.paymformx {
		font-size: 10px;
	}
}

fieldset.quick_checkout {
	border: 0px !important;
	text-align: left;
}

/* Стили кнопок доставки и оплаты (The End) */


/* pgination */

.pagination {
	margin: 18px 0;
	text-align: center;
}

.pagination p {
	margin: 0px;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul>li {
	display: inline;
}

.pagination ul>li>a,
.pagination ul>li>span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}

.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
	background-color: #f5f5f5;
}

.pagination ul>.active>a,
.pagination ul>.active>span {
	color: #999;
	cursor: default;
}

.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.pagination-centered {
	text-align: center;
}

.pagination-right {
	text-align: right;
}

.pagination-large ul>li>a,
.pagination-large ul>li>span {
	padding: 11px 19px;
	font-size: 16.25px;
}

.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-mini ul>li:first-child>a,
.pagination-mini ul>li:first-child>span,
.pagination-small ul>li:first-child>a,
.pagination-small ul>li:first-child>span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-mini ul>li:last-child>a,
.pagination-mini ul>li:last-child>span,
.pagination-small ul>li:last-child>a,
.pagination-small ul>li:last-child>span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

.pagination-small ul>li>a,
.pagination-small ul>li>span {
	padding: 2px 10px;
	font-size: 12px;
}

.pagination-mini ul>li>a,
.pagination-mini ul>li>span {
	padding: 0 6px;
	font-size: 9.75px;
}

/* end pagination */

.icon-angle-double-left:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: 900;
	content: "\f100";
}

.icon-angle-left:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: 900;
	content: "\f104";
}

.icon-angle-right:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: 900;
	content: "\f105";
}

.icon-angle-double-right:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: 900;
	content: "\f101";
}