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

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

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

div.prod_qty_input input.inputbox {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.productfull div.prod_qty_input input.inputbox {
    display: inline-block;
    vertical-align: middle;
}

div.prod_qty_input input.inputbox::-webkit-outer-spin-button, div.prod_qty_input input.inputbox::-webkit-inner-spin-button {
    display: none;
}

.copy_iv a {
    color: #727070;
    border-bottom: 1px dashed #4a4a4a;
}

.navmenu span.nav_nv {
	position: absolute;
    background: #2a2a2a;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: n-resize;
	transition: 0.3s;
	z-index: 3;
	line-height: 30px;
}

.navmenu span.nav_nv:hover {
	background: #1a1a1a;
}

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

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

.footer_pos {
	padding-top: 20px;
    padding-bottom: 20px;
	background: #1D1D1D;
    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: #d4cba8;
}

.main_body ul.mod-menu > li:first-child > a {
	margin-left: 0px;
    padding-left: 0px;
}

._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: #1A1A1A;
	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 a {
    font-weight: 400;
    margin-bottom: 15px;
}

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

.price_butt {
    align-content: center;
}

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

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

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

.center_top_head a, .right_top_head a {
	color: #000000;
}

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

.top_head {
	margin-top: 0px;
}

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

div.jc-img-cart a.jc-qt-product, div.jc-img-cart-select a.jc-qt-product {
	display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #828282;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

div.jc-shop {
	position: relative;
	line-height: 0px;
}

div.jc-img-cart {
	background: url(/templates/jblank/images/cart_clear.svg) no-repeat scroll 0 0;
	width: 50px;
    height: 50px;
	transition: 0.3s;
}

div.jc-img-cart:hover {
	background: url(/templates/jblank/images/cart_hover_clear.svg) no-repeat scroll 0 0;
}

a.jc-img-product {
	width: 60px;
}

a.jc-img-product img {
	max-width: 100%;
	max-height: auto;
}

a.jc-img-product {
	margin: 0px 5px 0 0;
}

.jc-attr {
    font-size: 12px;
}

.jc-control span.btn {
    border-radius: 5px;
	color: #ffffff;
	background: #404040;
}

.jc-control input.jc-inputbox {
	background: #404040;
    border: 0px;
    padding: 5px 0px;
    border-radius: 5px;
    color: #fff;
    font-family: inherit;
    margin: 0px 0px !important;
    width: 35px;
}

span.jc-price {
	padding: 0px;
    font-size: 17px;
    font-weight: 600;
    display: block;
	float: none;
}

span.jc-total-qt {
	color: #d1c9a6;
    font-weight: 600;
}

div.jc-btn-center .btn-primary, div.jc-btn-center .btn-success, a.jc-remove {
	background: #1A1A1A;
	border-radius: 5px;
	transition: 0.3s;
}

div.jc-btn-center .btn-primary:hover, div.jc-btn-center .btn-success:hover, a.jc-remove:hover {
	background: #343434;
    color: #d4cba8;
}

.jc-total-qt:last-child {
	display: block;
}

div.jc-control {
	padding: 5px 0 0px 20px;
}

div.jc-row {
	padding: 0 0 5px 0;
    border-bottom: 1px dashed #727272;
	min-height: 100px;
}

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, .row-fluid, .row-fluid0 {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.cats_mod {
	padding-top: 50px;
    align-items: center;
}

.content_col {
	max-width: 1200px;
}

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

.owl-nav > button {
	position: absolute;
    font-size: 35px !important;
    border: 0px solid #ccc !important;
    border-radius: 0px !important;
    transition: 0.3s;
}

.owl-nav > button span {
	line-height: 36px;
    padding-bottom: 2px;
    display: block;
}

.owl-prev span {
	text-indent: -999999px;
    background: url(/templates/jblank/images/left.svg);
    background-repeat: no-repeat;
	transition: 0.3s;
}

.owl-prev span:hover {
	background: url(/templates/jblank/images/left_hover.svg);
}

.owl-next span {
	text-indent: -999999px;
    background: url(/templates/jblank/images/right.svg);
    background-repeat: no-repeat;
	transition: 0.3s;
}

.owl-next span:hover {
	background: url(/templates/jblank/images/right_hover.svg);
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: none !important;
}

#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: 0px  solid #ccc;
}

.cats_mod a {
	display: block;
}

.minus_qty, .plus_qty {
	display: inline-block;
    vertical-align: middle;
    padding: 8px;
    background: #535353;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    font-size: 18px;
    width: 27px;
    box-sizing: border-box;
    text-align: center;
}

.minus_qty {
	margin-right: 5px;
}

.plus_qty {
	margin-left: 5px;
}

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

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

.image_thumb_list img.active_image, .image_thumb_list img:hover {
	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;
	transition: 0.3s;
}

.image_thumb_list button.slick-prev:hover {
	background: url(/templates/jblank/images/imgs_up_hover.svg);
}

.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;
	transition: 0.3s;
}


.image_thumb_list button.slick-next:hover {
	background: url(/templates/jblank/images/imgs_down_hover.svg);
}

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

.cont_head img {
	transition: 0.3s;
}

.cont_head img:hover, .btn_search img:hover {
	filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(6111%) hue-rotate(337deg) brightness(86%) contrast(89%);
}

.btn_search img {
	transition: 0.3s;
	cursor: pointer;
}

.cont_head ul {
	list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
}

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

.header {
	font-size: 15px;
	background: #1D1D1D;
	padding: 1px 0px;
}

.center_top_head {
	padding-left: 35px;
}

.logo img {
	margin-bottom: -20px;
    position: relative;
    z-index: 14;
    display: block;
}

.main_menu_bl {
	background: #2B2B2B;
}

.bottom_head .moduletable ul {
	padding: 22px 0px;
}

.main_body ul.mod-menu li a {
	display: flex;
    gap: 5px;
    align-items: center;
}

div.jc-content {
	box-shadow: none;
	text-align: center;
}

.jc-list-empty, .jc-list-product {
    background-color: #525252;
}

div.jc-content .jc-rows {
	text-align: right;
}

.line_search {
	position: fixed;
	background: #2b2b2b;
	width: 100%;
	z-index: 20;
	text-align: center;
	padding: 5px 0px;
	display: none;
}

.zanaves {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	background: #0000008a;
	z-index: 19;
	backdrop-filter: blur(2px);
	display: none;
}

.close_srch {
	padding: 10px 20px;
	font-size: 15px;
	border: 0px;
	border-radius: 5px;
	cursor: pointer;
	background: #dc2d1b;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

input::placeholder {
  color: #fff;
  font-family: inherit;
}

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

.jc-shop .jc-content {
	line-height: 24px;
}

.txt_left h1 {
	color: #D4CBA8;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}

.txt_left h1:after {
	content: "";
    background: url(/templates/jblank/images/line_h1.svg);
    display: block;
    width: 100%;
    height: 4px;
    background-repeat: no-repeat;
}

.txt_left h2 {
    margin: 0px;
    font-weight: 400;
    text-transform: uppercase;
}

video {
	max-width: 100%;
    height: auto;
	transition: 0.3s;
}

.txt_flx video {
	border-radius: 10px;
    opacity: 0.6;
}

.txt_flx video:hover {
	opacity: 1;
}

.right_txt p {
	margin: 0px;
}

.jshop_menu_level_0 {
	position: relative;
	z-index: 2;
}

.jshop_menu_level_0 img {
	display: block;
	border-radius: 10px;
	width: 100%;
}

.jshop_menu_level_0 a:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    display: block;
    background: #000;
    border-radius: 10px;
    opacity: 0.3;
    transition: 0.3s;
    left: 0px;
    box-sizing: border-box;
    line-height: 0px;
}

.jshop_menu_level_0:hover a:after {
	opacity: 0;
}

.jshop_menu_level_0:hover a span {
	color: #fff;
}

.jshop_menu_level_0 span {
	position: absolute;
    bottom: 10px;
    color: #D4CBA8;
    z-index: 3;
    left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 700;
    background: #373737;
    padding: 5px 10px;
    border-radius: 5px;
}

.jshop_list_product .image_block {
	position: relative;
	z-index: 1;
}

.image_block a img {
	border-radius: 10px;
}

.jshop .available {
	display: none;
}

.jshop_price{
    color: #D4CBA8;
	font-weight: 700;
}

.jshop_list_product .product .name a {
    margin-bottom: 5px;
    color: #fff;
}

.jshop_list_product .image_block {
    overflow: hidden;
}

.image_block .attrib {
	position: absolute;
    left: -100%;
    display: table;
    background: #272727;
    border-radius: 5px;
	transition: all 0.3s ease-in-out;
}

.attrib .attributes_value > span, .attrib .attributes_value > span > span {
	display: table-row;
}

.list_product .button_buy, .jshop_list_product .button_buy {
	position: absolute;
    text-indent: -99999px;
    background: url(/templates/jblank/images/cart_add.svg);
    transition: 0.3s;
	background-repeat: no-repeat;
}

.list_product .button_buy:hover, .jshop_list_product .button_buy:hover {
	background: url(/templates/jblank/images/cart_add_hover.svg);
}

.settings_attr {
    position: absolute;
    background: url(/templates/jblank/images/setting_attr.svg);
	cursor: pointer;
    transition: 0.3s;
    background-repeat: no-repeat;
}

.settings_attr:hover {
	background: url(/templates/jblank/images/setting_attr_hover.svg);
}

.list_product .attributes_value input, .jshop_list_product .attributes_value input {
	display: none;
}

.list_product .attributes_value label, .jshop_list_product .attributes_value label {
	margin: 0px;
}

div.att_none {
	margin: 0px;
}

div.att_none span.radio_attr_label, div.attributes_value span.input_type_radio {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

div.attributes_value span.input_type_radio label {
	font-size: 11px;
	display: block;
	margin: 0px;
	padding: 0px;
}

div.attributes_value span.input_type_radio:hover .radio_attr_label, div.attributes_value span.input_type_radio .radio_attr_label.active_attr {
	color: #D4CBA8;
	border: 1px solid #D4CBA8;
}

.pop_prods {
	margin-top: 70px;
}

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

.footer_pos iframe {
	opacity: 0.5;
    border-radius: 10px;
    transition: 0.3s;
}

.footer_pos iframe:hover {
	opacity: 1;
}

.footer_pos li {
	display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.footer_pos li a {
	color: #fff;
}

.footer_pos .mod-custom ul:first-child li a {
	display: flex;
    align-items: center;
    gap: 5px;
}

.bread {
	background: #3C3C3C;
}

.form_sort_count .control-label.mt-2 {
	display: none;
}

.form_sort_count select {
	background: #535353;
    color: #fff;
    border: 0px;
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
	font-family: inherit;
}

ul.odcat > li > a {
	position: relative;
	z-index: 1;
}

ul.odcat > li > a::after {
	content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: url(/templates/jblank/images/line_menu.svg);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -1px;
}

ul.odcat > li:last-child > a::after {
	background: none;
}

ul.odcat a.parent {
	background: none;
}

ul.odcat li a {
	background: none;
    text-shadow: none;
    color: #D4CBA8;
    border-bottom: 0px;
	font-weight: 300;
}

ul.odcat li a:hover, ul.odcat li.active > a {
	color: #fff;
	font-weight: 300;
}

.left_col .moduletable {
	background: #3C3C3C;
    box-sizing: border-box;
    border-radius: 10px;
}

.jshop > h1, .page-header > h1, .jshop form > h1, .h1_rez {
    font-weight: 600;
    margin-top: 0px;
}

div.row-fluid .sblock4:nth-child(4n) {
	margin-right: 0px;
}

div.row-fluid [class*="sblock"] {
	padding: 0px;
}

div.row-fluid, .row-fluid0 {
	margin: 0px;
}

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

.content_block {
	position: relative;
	z-index: 1;
}

.footer_pos ul:nth-child(2) {
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: space-between;
}

.productfull #block_price{
    font-size: 24px;
    color: #D4CBA8;
	font-weight: 600;
}

div.prod_qty_input input.inputbox {
	padding: 6px 6px 6px 6px;
	font-size: 17px;
	width: 60px;
	text-align: center;
    line-height: 26px;
}

.line_search #show_categories_filter, .line_search button, .line_search input {
	display: inline-block;
    vertical-align: top;
}

.line_search #show_categories_filter {
	padding: 10px 15px 11px 15px;
}

div#search-result {
    background-color: #2b2b2b;
}

table.ajaxsearch {
	border: 0px solid #DDDDDD !important;
}

.jshop_ajaxsearch table.ajaxsearch tr {
	border: 1px solid #464141 !important;
}

.itemsearch {
	transition: 0.3s;
}

.itemsearch:hover {
	background-color: #222222 !important;
}

.itemsearch img {
	border-radius: 10px;
}

.pricesearch {
	color: #fff;
    font-weight: 600;
}

#back-top a {
    filter: invert(1);
}

.productfull div.jshop_prod_attributes .attributes_title, .productfull .prod_free_attribs .name{
    padding-top: 30px;
	margin-bottom: 10px;
}

.productfull .attributes_name, .jshop_prod_description .title_desc {
	font-size: 16px;
    font-weight: 300;
}

.productfull .input_type_radio input {
	display: none;
}

.productfull .input_type_radio label > span {
	font-size: 14px;
    padding: 11px;
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
	width: 44px;
    box-sizing: border-box;
}

.productfull .input_type_radio label > span:hover, .productfull .input_type_radio label > span.active_attr {
	border: 1px solid #D4CBA8;
    background: #D4CBA8;
    color: #000;
}

.jshop_prod_description .desc_body {
	border: 1px solid #3e3e3e;
    border-radius: 10px;
    padding: 5px 20px;
    margin-top: 10px;
}

.productfull span.input_type_radio:first-child span.radio_attr_label {
	margin-top: 0px;
}

.jc-name-product a {
	line-height: 13px;
    display: block;
    font-size: 13px;
}

.jshop.cart .jshop_img_description_center a img {
	width: 120px;
    border-radius: 10px;
}

.btn-arrow-left, .btn-arrow-right {
	background: #1A1A1A;
    border-radius: 5px;
    color: #fff;
	display: block;
}

.btn-arrow-left:hover, .btn-arrow-right:hover, .btn-arrow-left:hover i, .btn-arrow-right:hover i {
	background: #d4cba8;
    color: #000;
}

.btn-arrow-left i, .btn-arrow-right i {
	color: #D4CBA8;
}

.jshop_subtotal {
	font-size: 20px;
}

.jshop_subtotal .value {
	color: #d4cba8;
}

.cart_itog .qcheckout_cart {
	display: none !important;
}

.cart_itog br {
	display: none;
}

.cart_itog {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

form fieldset.quick_checkout legend {
	color: #d4cba8;
    text-transform: uppercase;
}

.cart_itog table.jshop_subtotal {
	display: block;
    border: 1px solid #464646;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 10px;
}

.cart_itog .jshop_subtotal td {
	border-bottom: 1px dashed #5c5c5c;
    padding-top: 10px;
	padding-bottom: 10px;
    text-align: left;
}

.cart_itog .jshop_subtotal tr.total td {
	border-bottom: 0px;
}

#search-result {
	max-width: 1400px;
}

div.jc-content {
    background: no-repeat;
    box-sizing: border-box;
    border-radius: 10px;
}

.jc-list-empty, .jc-list-product {
	border-radius: 10px;
}

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

.item-page .osgalery-cat-tabs li a.active, .item-page .osgalery-cat-tabs li a:active, .item-page .osgalery-cat-tabs li a:focus, .item-page .osgalery-cat-tabs li a:hover {
    background: #4e4e4e;
    color: #ffffff;
    border-radius: 5px;
    padding: 1px 15px;
}

.item-page .osgalery-cat-tabs li a {
    padding: 1px 15px;
    color: #9d9d9d;
}

.os-cat-tab-images img {
    border-radius: 10px;
}

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

.konts_page ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

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

	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: 36px;
    }

	.left_col .moduletable {
		width: 250px;
	}

	.content_col {
		width: 100%;
	}

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

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

	.left_footer {
		float: left;
	}
	
	.main_body ul.mod-menu li a {
        margin: 2px 5px;
	    padding: 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: 210px;
	}

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

	.jshop_menu_level_0 {
		width: 250px;
	}

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

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

	.jshop_ajaxsearch #search-result .aj_img {
		width: 120px;
	}

	.jshop_ajaxsearch table.ajaxsearch tr {
		display: inline-block;
		vertical-align: middle;
		border: 1px solid #f3f3f3;
		margin: 5px;
		border-radius: 10px;
		width: 250px;
		text-align: left;
	}

	.jshop_ajaxsearch #search-result {
		border-bottom-right-radius: 12px;
    	border-bottom-left-radius: 12px;
	}

	.txt_flx {
		display: grid;
    	grid-template-columns: 50% 50%;
	}

	.txt_left {
		padding-right: 30px;
	}

	.btn_srch p {
		width: 50px;
    	text-align: center;
	}

	.bottom_head {
		position: relative;
    	z-index: 12;
	}

	div.jc-img-cart a.jc-qt-product, div.jc-img-cart-select a.jc-qt-product {
    	width: 20px;
    	height: 20px;
    	font-size: 12px;
    	line-height: 20px;
    	left: 13px;
    	top: -12px;
	}

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

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

	.main_menu_bl {
		margin-bottom: 50px;
	}

	.txt_left h1 {
    	font-size: 24px;
	}

	.txt_left h2 {
    	font-size: 14px;
	}

	.txt_left h1:after {
		background-size: auto;
	}

	.jc-content {
		opacity: 0;
		visibility: hidden;
		-moz-transition: all 0.1s ease-out 0.1s;
		-webkit-transition: all 0.1s ease-out 0.1s;
		-o-transition: all 0.1s ease-out 0.1s;
		-ms-transition: all 0.1s ease-out 0.1s;
		transition: all 0.1s ease-out 0.1s;
	}

	.jc-cart-text:hover + .jc-qt-product + .jc-content,
	.jc-img-cart:hover + .jc-content,
	.jc-img-cart-select:hover + .jc-content,
	.jc-qt-product:hover + .jc-content,
	.jc-content:hover {opacity: 1; visibility: visible}

	.close_cart {
		display: none;
	}

	.txt_left hr {
		display: none;
	}

	.jshop_menu_level_0 span {
    	font-size: 17px;
	}

	.cats_mod > div {
		margin-bottom: 30px;
	}

	.moduletable > h3 {
		font-size: 20px;
    	text-transform: uppercase;
    	font-weight: 700;
	}

	.owl-next span, .owl-prev span {
    	width: 34px;
    	height: 24px;
	}

	.owl-nav > button {
    	width: 40px;
	}

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

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

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

	.jshop .product_label{
    	position: absolute;
    	left: 10px;
    	top: 30px;
		z-index: 12;  
	}

	.settings_attr {
    	right: 15px;
    	bottom: 57px;
    	width: 37px;
    	height: 37px;
	}
	
	.list_product .button_buy, .jshop_list_product .button_buy {
		right: 15px;
    	bottom: 15px;
    	width: 37px;
    	height: 37px;
	}

	.jshop_price{
		font-size: 20px;
	}

	.jshop_list_product .product .name a {
    	font-size: 15px;
    	font-weight: 700;
	}

	.list_product div.attributes_title, .jshop_list_product div.attributes_title {
		position: absolute;
    	top: -30px;
    	background: #272727;
    	font-size: 13px;
    	font-weight: 300;
    	padding: 5px 10px;
    	border-radius: 5px;
	}

	div.attributes_value span.input_type_radio .radio_attr_label {
		font-size: 11px;
    	border: 1px solid #fff;
    	display: block;
    	color: #fff;
    	padding: 6px;
    	margin: 5px;
		margin-top: 0px;
    	border-radius: 5px;
		cursor: pointer;
		transition: 0.3s;
	}

	span.input_type_radio:first-child span.radio_attr_label {
		margin-top: 5px;
	}

	.image_block .attrib.open {
		left: 15px;
	}

	.image_block .attrib {
    	bottom: 15px;
	}

	.footer_pos .mod-custom {
		display: grid;
    	grid-template-columns: 300px 300px auto;
    	align-items: center;
    	font-weight: 300;
	}

	.jshop h1, .h1_rez {
    	position: absolute;
    	top: -20px;
    	left: 0px;
	}

	.left_col .moduletable.navmenu {
		margin-top: 50px;
	}

	.content_col > div.jshop, .content_col > table.jshop {
		margin-top: 50px;
	}

	.jshop > h1, .page-header > h1, .jshop form > h1, .h1_rez {
		font-size: 26px;
	}

	.inputbox{
    	max-width: 100%;
    	background-color: #535353;
		color: #fff;
    	border-radius: 5px;
    	padding: .6rem 1rem;
    	line-height: 1.5;
    	box-sizing: border-box;
		font-family: inherit;
		border: 0px;
	}

	div.row-fluid .sblock4 {
		width: 250px;
		margin-right: 38px;
	}

	.row-fluid, .row-fluid0 {
		align-items: flex-start;
    	justify-content: flex-start;
	}

	.close_kats {
		display: none;
	}

	ul.odcat > li > a {	
    	padding: 10px 0px 10px 0px;
    	font-size: 18px;
	}

	.left_col .moduletable {
    	padding: 40px 20px;
	}

	.navmenu span.nav_nv {
    	width: 30px;
    	height: 30px;
    	top: 6px;
    	right: 0px;
	}

	ul.odcat ul a {
    	color: #D4CBA8;
    	font-size: 16px;
    	text-transform: none;
    	padding: 5px 10px 10px 20px;
	}

	.image_thumb_list {
		max-width: 100px;
	}

	.productfull .image_middle,	.productfull .jshop_oiproduct{
    	margin-bottom: 15px;
	}

	.btn-arrow-left, .btn-arrow-right {
    	padding: 10px 20px;
	}

	.cart_itog {
    	float: right;
    	position: sticky;
    	top: 0px;
	}

	.cart_itog table.jshop_subtotal {
    	font-size: 18px;
	}

	.txt_left p {
		display: block !important;
	}
	
	.copy_iv {
        font-size: 11px;
        color: #727070;
        position: absolute;
        margin-top: -5px;
    }
    
    .cats_mod {
	    justify-content: space-between;
    }
    
    .list_category .row-fluid, .jshop_list_category .row-fluid {
	    justify-content: space-between;
        align-items: center;
    }
    
    .cats_btn {
        display: none;
    }
    
    div.jc-img-cart a.jc-qt-product, div.jc-img-cart-select a.jc-qt-product {
        border: 2px solid #2b2b2b;
    }

    block_sorting_count_to_page {
        display: grid;
        justify-content: space-between;
        grid-template-columns: auto auto;
    }
}

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

	body {
		font-size: 12px;
	}
    
    .left_footer {
        margin-bottom: 10px;
    }
    
    .right_footer {
        margin-bottom: 10px;
        font-size: 12px;
	}
	
	.desctop_menu {
        display: none;
    }

	.left_col .moduletable {
        margin-right: auto;
        width: 250px;
        margin-bottom: 20px;
    }

	div.jc-content {
		width: 100%;
        left: 0px;
        position: fixed;
        right: 0px;
        height: 355px;
        padding: 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: 35px;
    	height: 35px;
    	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;
	}

	.jshop_menu_level_0 {
		width: 160px;
    	font-size: 14px;
	}

	div.jc-rows {
		height: 195px;
	}

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

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

	.jshop_ajaxsearch #search-result {
		visibility: visible;
		overflow: scroll;
		height: 300px;
	}

	.jshop_ajaxsearch #search-result .aj_img {
		width: 80px;
	}

	.jshop_ajaxsearch table.ajaxsearch tr {
		display: inline-block;
		vertical-align: middle;
		border: 1px solid #f3f3f3;
		margin: 4px;
		border-radius: 10px;
		width: 170px;
		text-align: left;
	}

	.jshop_ajaxsearch .detailsearch {
		margin: 0px;
	}

	.jshop_ajaxsearch .itemsearch .itemlink {
		padding: 5px 2px;
	}

	.jshop_ajaxsearch .itemsearch img {
		border-radius: 10px;
	}

	#search_text_input input {
		width: 100%;
    	box-sizing: border-box;
	}

	#search_text_input {
		width: 100%;
    	box-sizing: border-box;
    	padding: 5px 7px;
	}

	.center_top_head {
		display: none;
	}
	
	.top_head {
		display: flex;
    	justify-content: space-between;
	}

	.main_body {
		padding: 0px 15px;
	}

	.btn_srch p {
		width: 35px;
    	text-align: center;
    	height: 35px;
    	background: #5B5B5B;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	border-radius: 5px;
		margin-top: 6px;
        margin-bottom: 6px;
		margin-right: 90px;
	}

	.btn_srch img {
		width: 15px;
		filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(6111%) hue-rotate(337deg) brightness(86%) contrast(89%);
	}

	.logo img {
		width: 133px;
	}

	.mobile_menu img {
		display: block;
	}

	.mobile_menu {
		position: absolute;
    	top: 7px;
    	right: 60px;
		z-index: 2;
	}

	.cart_bl {
		position: absolute;
        top: 7px;
        right: 15px;
	}

	div.jc-img-cart a.jc-qt-product, div.jc-img-cart-select a.jc-qt-product {
    	width: 14px;
    	height: 14px;
    	font-size: 9px;
    	line-height: 14px;
    	left: 25px;
    	top: -5px;
	}

	.close_panel img {
		position: absolute;
    	z-index: 2;
    	right: 10px;
    	top: 10px;
	}

	ul.mod-menu a {
    	display: flex;
    	gap: 10px;
    	font-size: 15px;
    	text-transform: uppercase;
    	color: #fff;
	}

	ul.mod-menu {
		list-style: none;
    	padding-left: 20px;
    	padding-right: 20px;
    	padding-top: 20px;
    	padding-bottom: 20px;
    	margin-bottom: 20px;
		position: relative;
		z-index: 1;
	}

	ul.mod-menu:after {
		content: "";
        background: url(/templates/jblank/images/line_menu_hidden.svg);
        width: 100%;
        height: 3px;
        background-repeat: no-repeat;
        display: block;
        bottom: 5px;
        position: absolute;
		left: 0px;
	}

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

	.conts_hidden li {
		display: flex;
        gap: 10px;
        align-items: center;
        margin-bottom: 15px;
	}

	.conts_hidden li a, .conts_hidden li {
		color: #e3e3e3;
        font-weight: 300;
	}

	.conts_hidden img {
		filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(6111%) hue-rotate(337deg) brightness(86%) contrast(89%);
	}

	.main_menu_bl {
		margin-bottom: 30px;
	}

	.txt_left h1 {
    	font-size: 17px;
	}

	.txt_left h2 {
    	font-size: 13px;
	}

	.txt_left h1:after {
		background-size: 100%;
	}

	.jc-content {
		display: none;
	}

	.close_cart, .close_cart img {
		display: block;
	}

	.close_cart {
		position: absolute;
    	top: -16px;
    	background: #1a1a1a;
    	left: 50%;
    	padding: 5px;
    	border-radius: 10px;
    	margin-left: -16px;
		z-index: 2;
	}

	.txt_left hr {
		border: 0px;
        display: block;
        height: 35px;
        background: linear-gradient(to top, #272727, transparent);
        position: relative;
        z-index: 2;
        top: -45px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-bottom: 10px;
        overflow: visible;
	}

	.txt_left {
		position: relative;
    	z-index: 2;
	}

	.txt_left hr::after {
		content: "Раскрыть";
        position: absolute;
        bottom: -14px;
        width: 100%;
        text-align: center;
        font-size: 11px;
	}

	.jshop_menu_level_0 span {
    	font-size: 13px;
	}

	.cats_mod > div {
		margin-bottom: 10px;
	}

	.moduletable > h3 {
		font-size: 15px;
    	text-transform: uppercase;
    	font-weight: 600;
		padding-right: 65px;
	}

	.owl-next span, .owl-prev span {
    	width: 25px;
    	height: 17px;
		background-size: contain;
	}

	.owl-nav > button {
    	width: 25px;
	}

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

	.owl-nav > button {
    	top: -38px;
	}

	.owl-prev span:hover, .owl-next span:hover {
	    background-size: contain;
	}

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

	.jshop .product_label{
    	position: absolute;
    	left: 5px;
    	top: 20px;
    	width: 45px;
		z-index: 12;   
	}

	.settings_attr {
    	right: 5px;
    	bottom: 40px;
    	width: 30px;
    	height: 30px;
		background-size: contain;
	}

	.settings_attr:hover {
		background-size: contain;
	}

	.list_product .button_buy, .jshop_list_product .button_buy {
		right: 5px;
    	bottom: 5px;
		width: 30px;
    	height: 30px;
		background-size: contain;
	}

	.jshop_price{
		font-size: 16px;
	}

	.jshop_list_product .product .name a {
		font-size: 13px;
		font-weight: 500;
    	line-height: 14px;
    	display: block;
	}

	.list_product div.attributes_title, .jshop_list_product div.attributes_title {
		position: absolute;
    	top: -22px;
   		background: #272727;
    	font-size: 10px;
    	font-weight: 300;
    	padding: 3px 6px;
    	border-radius: 5px;
	}

	div.attributes_value span.input_type_radio .radio_attr_label {
		font-size: 9px;
    	border: 1px solid #fff;
    	display: block;
    	color: #fff;
    	padding: 4px;
    	margin: 4px;
		margin-top: 0px;
    	border-radius: 5px;
		cursor: pointer;
		transition: 0.3s;
	}

	span.input_type_radio:first-child span.radio_attr_label {
		margin-top: 4px;
	}

	.image_block .attrib.open {
		left: 5px;
	}

	.image_block .attrib {
    	bottom: 5px;
	}

	.footer_pos ul:nth-child(2) {
		column-gap: 10px;
	}

	.jshop > h1, .page-header > h1, .jshop form > h1, .h1_rez {
		font-size: 20px;
	}
	
	.inputbox{
    	max-width: 100%;
    	background-color: #535353;
		color: #fff;
    	border-radius: 5px;
    	padding: 4px 10px;
    	line-height: 1.5;
    	box-sizing: border-box;
		font-family: inherit;
		border: 0px;
	}

	div.row-fluid .sblock4 {
		width: 150px;
        margin-right: 15px;
	}

	div.row-fluid .sblock4:nth-child(2n) {
		margin-right: 0px;
	}

	.row-fluid, .row-fluid0 {
		align-items: flex-start;
    	justify-content: space-evenly;
	}

	.close_kats {
		display: block;
	}

	ul.odcat > li > a {	
    	padding: 4px 0px 4px 0px;
    	font-size: 14px;
	}

	ul.odcat > li > a::after {
		opacity: 0.7;
	}

	.left_col .moduletable {
    	padding: 15px 15px;
	}

	.cats_btn {
		display: flex;
        gap: 10px;
        width: 100%;
        padding: 0px;
        border-radius: 5px;
        text-transform: uppercase;
	}

	.navmenu span.nav_nv {
    	width: 25px;
    	height: 25px;
    	top: 3px;
    	right: 0px;
	}

	ul.odcat ul a {
    	color: #D4CBA8;
    	font-size: 13px;
    	text-transform: none;
    	padding: 3px 10px 3px 20px;
	}

	.left_col .odcat.navmenu {
		display: none;
		margin-top: 15px;
	}

	.image_thumb_list {
		max-width: 80px;
	}

	.right_cart {
		margin-top: 15px;
	}

	.btn-arrow-left, .btn-arrow-right {
		margin-top: 10px;
	}

	.btn-arrow-left, .btn-arrow-right {
    	padding: 7px 10px;
	}

	fieldset.quick_checkout {
		margin-left: -1px;
	}

	.cart_itog table.jshop_subtotal {
		margin-bottom: 20px;
		font-size: 15px;
	}
	
	.copy_iv {
        font-size: 9px;
        color: #727070;
        position: absolute;
        margin-top: 2px;
        left: 50%;
        margin-left: -60px;
    }
    
    .list_product .button_buy:hover, .jshop_list_product .button_buy:hover {
        background-size: contain;
    }
    
    .cats_mod {
	    justify-content: space-evenly;
    }
    
    .list_category .row-fluid, .jshop_list_category .row-fluid {
	    justify-content: space-evenly;
        align-items: center;
    }
    
    div.jc-img-cart a.jc-qt-product, div.jc-img-cart-select a.jc-qt-product {
        border: 2px solid #1d1d1d;
    }
}

@-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)
	}
}

.prod_buy img, .btn-buy img {
	position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
}

.prod_buy, .btn-buy {
	padding: 10px 20px 10px 45px !important;
}

input[type="submit"], input[type="button"], button[type="submit"] {
	padding: 10px 20px 10px 20px;
    font-size: 15px;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    font-family: inherit;
    background: #1A1A1A;
    color: #fff;
    position: relative;
    z-index: 1;
	transition: 0.3s;
}

input[type="submit"]:hover, input[type="button"]:hover, button[type="submit"]:hover {
	background: #343434;
	color: #d4cba8;
}

/* BreadCrumbs */
.divider.icon-location {
	display: none;
}

.breadcrumb {
	padding: 8px 0px;
	margin: 0px;
	list-style: none;
	font-weight: 300;
  }
  
  .breadcrumb > li {
	display: inline-block;
	vertical-align: middle;
  }
  
  .breadcrumb > li > .divider {
	padding: 0 1px;
	color: #ccc;
  }
  
  .breadcrumb > .active {
	color: #fff;
  }

  .breadcrumb > li:first-child {
	line-height: 12px;
  }

  .breadcrumb > li:first-child::after {
    content: "";
    background: url(/templates/jblank/images/home.svg);
    width: 14px;
    height: 14px;
	background-repeat: no-repeat;
	margin-right: 5px;
  }

  .breadcrumb > li:after {
    content: "";
    background: url(/templates/jblank/images/bread_right.svg);
    width: 25px;
    height: 11px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	background-position: center;
  }

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

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

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

	.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) */


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

#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: #535353;
}

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

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

#table_shippings label, #table_payments label {
	background: #302f2f;
	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;
}

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

.name_dl {
    font-weight: 600;
	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;
}

.requiredtext {
	color: #3eab42 !important;
}

#table_payments label i, #qc_shippings_methods label i {
	margin-bottom: 5px;
}

.shipping_formx, .paymformx {
	font-weight: 300;
}

@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: 945px;
	}

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

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

	#table_payments label, #qc_shippings_methods label {
		width: 120px;
        height: 110px;
        padding: 8px;
	}

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

	.name_dl {
		font-size: 12px;
	}

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

fieldset.quick_checkout {
	border: 1px solid #464646 !important;
    text-align: left;
    padding: 10px 20px;
    margin-bottom: 30px;
}

/* Стили кнопок доставки и оплаты (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: #4a4a4a;
	border: 1px solid #585858;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #646464;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #fff;
	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";
}