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

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

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

.send_kod_btn:disabled p {
	background: #ccc !important;
    cursor: default;
}

.snd_bl {
	margin: 10px 0px;
}

.snd_bl input, .snd_bl button {
	display: inline-block;
	vertical-align: middle;
}

.snd_bl button {
	border: 0px;
    padding: 0px;
    margin: 0px;
}

.snd_bl button p {
	margin: 0px;
}

.jshop_register .control-label {
	position: relative;
}

.form-control-feedback {
	position: absolute;
    top: -25px;
    left: 0px;
    font-size: 12px;
}

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

.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: #000;
    color: #fff;
}

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

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

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

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

.top_line_right a {
	color: #ccc;
}

.top_line_right a:hover {
	color: #fff;
}

.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 i {
	min-width: 20px;
	text-align: center;
	color: #eb5f3a;
}

.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;
    padding: 1px 0px 1px 0px;
    background: #f9f9f9;
	margin-bottom: 20px;
}

/* 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: 15px;
    color: #dadada;
    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 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: #f28f30;
    text-align: left;
    width: 250px;
	border-radius: 10px;
    padding: 5px 5px;
}

.main_body ul.mod-menu ul li a {
	color: #fff;
	text-transform: none;
	font-weight: 400;
}

.main_body ul.mod-menu ul li a:hover {
	color: #ccc;
}

.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-content: center;
    align-items: center;
	padding: 5px 10px;
}

.price_butt a {
	display: block;
    padding: 10px 15px;
    border: 0px solid;
    border-radius: 5px;
    background: #fd0c03;
    color: #fff;
}

.price_butt a:hover {
	background: #fb2c25;
}

#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 {
	position: relative;
    z-index: 1;
}

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

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

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

.bottom_head {
    backdrop-filter: blur(2px);
	position: relative;
    z-index: 12;
}

.top_head {
	margin-top: 10px;
	margin-bottom: 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;
}

.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;
	margin-top: 20px;
}

.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;
	max-width: 100%;
    background-color: #fefefe;
    border-radius: 0.25rem;
    padding: .6rem 1rem;
    line-height: 1.5;
    box-sizing: border-box;
}

.top_line_right p {
	margin: 0px 5px;
    display: inline-block;
    vertical-align: middle;
}

.top_line .main_body {
	display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
	align-items: center;
}

.top_line_right {
	font-size: 20px;
}

.top_line {
	background: #e73d39;
}

.slider_bor {
	border-radius: 10px;
    overflow: hidden;
}

.vopros_btn p {
    background: #f28f30;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s;
	cursor: pointer;
}

.vopros_btn p:hover {
	background: #f7aa43;
}

.cats_mod a {
	display: block;
	position: relative;
}

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

.cats_mod a span {
	position: absolute;
    left: 10px;
    bottom: 10px;
    background: #fff;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 5px;
}

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

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

	body {
		font-size: 15px;
	}

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

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

	.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: 32%;
	}

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

	.cats_mod a span {
		font-size: 16px;
		max-width: 210px;
	}

	.vopros_btn p {
		width: 180px;
		text-align: center;
		padding: 15px 0px;
		margin: 5px 0px 0px auto;
	}

	.moduletable.vopros_btn {
		width: 100%;
	}

	.jc-shop {
		top: 45px;
	}
	
	.productfull .image_middle, .productfull .image_thumb_list {
		width: 350px;
	}
}

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

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

	.cats_mod a span {
		max-width: 120px;
		font-size: 12px;
	}

	.mobile_menu {
		font-size: 20px;
    	color: #fff;
	}

	.top_line {
		padding: 5px 15px;
    	position: inherit;
    	top: 0px;
    	z-index: 12;
	}

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

	.desct {
		display: none;
	}

	.mod-shop-search .input-small {
		padding: 4px 10px;
        width: 120px;
	}

	.mod-shop-search .button {
		padding: 5px 11px 6px 11px;
	}

	.vopros_btn p {
		width: 160px;
		text-align: center;
		padding: 7px 0px;
		margin: 5px auto 0px 0px;
	}

	.top_head {
		display: grid;
    	grid-template-columns: 150px auto;
    	align-items: center;
    	justify-items: stretch;
    	justify-content: space-between;
		padding: 0px 15px 0px 2px;
	}

	.top_head .logo {
		grid-row: span 2;
	}

	.center_top_head, .right_top_head {
		text-align: right;
	}

	.jc-shop {
		top: 150px;
	}
}

@-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: 12px 15px;
    font-size: 15px;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
	background: #e73d39;
    color: #fff;
}

/* BreadCrumbs */
.breadcrumb {
	padding: 8px 15px;
	margin: 0px;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
  }
  
  .breadcrumb > li {
	display: inline-block;
	*display: inline;
	text-shadow: 0 1px 0 #ffffff;
	*zoom: 1;
  }
  
  .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) */


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

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

	.cart_qchek {
		float: right;
        width: 290px;
        position: sticky;
        top: 0px;
	}

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

	#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 */