.checkbox {
	height : 35px;
	width : 35px;
	float : left;
	margin-top : 232px;
	margin-left : 35px;
	border : rgba(154, 205, 50, 0.9) solid 2px;
	text-align : center;
	display : inline-block;
	position : absolute;
	top : 0;
	left : 0;
}

.check {
	height : 35px;
	width : 35px;
	border : 2px solid rgba(255,153,0,0.9);
	padding : 0;
	margin-top : 1px;
	margin-left : 1px;
	left : 0;
	top : 0;
}

.sidebar{
	width: 20%;
	float: right;
	position: absolute;
	top: 200px;
	text-align: center;
	right: 0px;
	margin-right: 100px;
}
.box-txt-product-activ {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}

.ikon-info {
	height: 30px;
	width: 30px;
	position: relative;
	display: inline-block;
	top: 5px;
}
.ikon-korzina {
	height: 30px;
	width: 30px;
	position: relative;
	display: inline-block;
	top: 5px;
}
.ikon-korzina-txt {
	height: 30px;
	width: auto;
	position: relative;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	top: -3px;
}

.widget{
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	position: relative;
	border-radius: 20px;
	background-color: rgba(230,167,125,1);
	top: auto;
	margin-top: -4px;
	padding-top: 2px;
}
.widget-magazin {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 1px 1px 5px 1px #DBDBDB;
	-moz-box-shadow: 1px 1px 5px 1px #DBDBDB;
	-webkit-box-shadow: 1px 1px 5px 1px #DBDBDB;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: rgba(255,255,255,0.6);
}

.widget .widget-title{
	color: #fff;
	text-align: center;
	border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: lighter;
	text-transform: uppercase;
	background-color: rgba(0,0,204,0.6);
	margin-top: -20px;
	margin-right: -20px;
	margin-bottom: 10px;
	margin-left: -20px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
.block-foto-obtekanie {
	vertical-align: top;
	width: 20%;
	display: inline-block;
	padding-left: 20px;
	margin-right: 0px;
}
.block-txt-obtekanie {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	height: auto;
	width: 70%;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.cart{}
.cart-magazin {
}
.cart .icon-info{
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	display: inline-block;
	margin: 5px;
	width: auto;
}
.cart .icon-info span{
	color: #595959;
	width: 36px;
	display: block;
	text-align: center;
	font-family: "Century Gothic";
	font-weight: lighter;
	font-size: 18px;
	position: absolute;
	top: -63px;
	right: 2px;
}.cart .price{
	color: #595959;
	font-size: 16px;
	text-align: center;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: lighter;
	display: inline-block;
	width: auto;
	height: auto;
	border: 1px solid #000;
	background-color: rgba(255,255,255,0.0);
	border-image-repeat: round;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.6);
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.cart .price span{color:#00ADD4;font-family:'ProximaNovaBold'}
.cart .btn-go-to-cart{
	color: #595959;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-decoration: none;
	display: inline-block;
	line-height: 36px;
	background-image: url(../images/imgs-arrow/btn-1.png);
	background-repeat: repeat-x;
	background-position: 0 -1px;
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: lighter;
	width: auto;
	height: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.cart .btn-go-to-cart:hover{
	background-position: 0 -40px
}
.btn-modal{
	cursor: pointer;
}

@media (max-width:1367px){
.product-list-tovar {
	height: auto;
	width: 30%;
	display: inline-block;
	margin: 5px;
	text-align: center;
}
}
@media (max-width:1280px){

}
@media (max-width:1024px){
.product-list-tovar {
	height: auto;
	width: 45%;
	display: inline-block;
	margin: 5px;
	text-align: center;
}
.sidebar{
	width: 100%;
	position: fixed;
	height: 0px;
	top: 0px;
	float: none;
	background-color: rgba(0,102,255,0.8);
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.widget{
	height: auto;
	width: 100%;
	text-align: center;
	float: none;
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
}
@media (max-width:840px){
.block-foto-obtekanie {
	vertical-align: top;
	width: 40%;
	padding-right: 20px;
	padding-bottom: 20px;
	display: inline-block;
	padding-top: 10px;
}
.block-txt-obtekanie {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	height: auto;
	width: 50%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.widget{
	height: auto;
	width: 100%;
	text-align: center;
	float: none;
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: -3px;
}
.ikon-info {
	height: 25px;
	width: 25px;
	position: relative;
	display: inline-block;
	top: 10px;
}
.ikon-korzina {
	height: 25px;
	width: 25px;
	position: relative;
	display: inline-block;
	top: 10px;
}
.ikon-korzina-txt {
	height: 34px;
	width: auto;
	position: relative;
	display: inline-block;
	top: 5px;
}
}
@media (max-width:415px){
.block-foto-obtekanie {
	vertical-align: top;
	width: 100%;
	display: inline-block;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
.block-txt-obtekanie {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.product-list-tovar {
	height: auto;
	width: 90%;
	display: inline-block;
	text-align: center;
	float: none;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.sidebar{
	width: 100%;
	position: fixed;
	height: 0px;
	top: 0px;
	background-color: rgba(0,102,255,0.8);
	display: block;
	left: 0px;
}
.widget{
	height: auto;
	width: 100%;
	text-align: center;
	position: relative;
	left: 0px;
	margin-top: -6px;
}

.ikon-info {
	height: 25px;
	width: 25px;
	position: relative;
	display: inline-block;
	top: 14px;
}
.ikon-korzina {
	height: 25px;
	width: 25px;
	position: relative;
	display: inline-block;
	top: 14px;
}
.ikon-korzina-txt {
	height: 34px;
	width: auto;
	position: relative;
	display: inline-block;
	top: 8px;
}
}


.politics {
	margin-top: 15px;
}
.bird{
	/*border: 4px solid #999;*/
	width: 100px;
	height: 30px;
	position: absolute;
	text-align: left;
	/*background: #F0F0F0;*/
	vertical-align: middle;
	font-size: 14px;
	left: 0px;
	top: 0px;
	display: none;
}

.blindLayer {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1001;
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0.8);
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	display: none;
}
.bcontainer
{
	position: absolute;
	width: 800px;
	height: auto;
	border: 3px solid #333;
	padding: 20px;
	z-index: 1002;
	font-family: "Century Gothic";
	font-size: 24px;
	color: #333;
	left: 0px;
	top: 0px;
	background-color: rgba(204,204,204,0.9);
	font-weight: bold;
	display: none;
	margin: 0px;
}
#overflw{
	overflow-y: scroll;
	overflow-x: hidden;
	height: 300px;
}
#bcaption{
	background: rgba(255,255,255,0.7);
}
#bcaption td{
	border-right: 2px solid #999;
	font-weight: lighter;
	text-align: center;
	font-size: 14px;
}
#bcaption td {
	padding: 5px;
	font-size: 14px;
	font-weight: normal;
}
#bcaption td:nth-child(1) {
	width: 50px;
	background-color: rgba(255,255,255,0.7);
}		/*ID*/
#bcaption td:nth-child(2) {
	width: 250px;
	background-color: rgba(255,255,255,0.7);
}		/*NAME*/
#bcaption td:nth-child(3) {
	width: 100px;
	background-color: rgba(255,255,255,0.7);
}		/*PRICE*/
#bcaption td:nth-child(4) {
	width: 100px;
	background-color: rgba(255,255,255,0.7);
}		/*NUM*/
#bcaption td:nth-child(5) {
	width: 150px;
	background-color: rgba(255,255,255,0.7);
}		/*SUM*/
.bitem td{
	color: #900;
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 2px solid #FFF;
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.bitem td:nth-child(1) {
	width: 50px;
	background-color: rgba(255,255,255,0.7);
}
.bitem td:nth-child(2) {
	width: 250px;
	background-color: rgba(51,51,51,0.7);
}
.bitem td:nth-child(2) a{
	font-size: 14px;
}
.bitem td:nth-child(3) {
	width: 100px;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
}
.bitem td:nth-child(4) {
	width: 100px;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
}
.bitem td:nth-child(5) {
	width: 150px;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
}
#bclose{
	float: right;
}

.bcontainer table{
	width: 100%;
}
.bbutton{
	float: right;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 10px;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #900;
	background-color: rgba(255,255,255,0.7);
	font-weight: bold;
	cursor: pointer;
	transition: all 0.5s;
}
.bbutton:hover{
	background-color: rgba(0,0,0,0.9);
	transition: all 0.5s;
	color: #FFF;
}
#bsum{
	float: left;
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #900;
	background-color: rgba(255,255,255,0.7);
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 10px;
}

.popup {
	width: 100%;
	height: auto;
	font-family: "Century Gothic";
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.9);
	clip: rect(auto,auto,auto,auto);
	text-align: center;
	z-index: 2002;
	font-size: 14px;
	padding-top: 10px;
}
.checkbox-magazin {
	height: 30px;
	width: 30px;
	position: relative;
	top: 0px;
	background-color: #F00;
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
}
.submit {
	font-family: "Century Gothic";
	font-size: 14px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.9);
}
.popup a	{
	font-size: 14px;
}
.popup h3	{
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	margin: 0px;

}
.popup h4	{

}
.popup h5	{
}
.popup h6	{
	font-size: 14px;
}
.popup h6 a{
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Century Gothic";
}
.popup h6 a:link, a:visited, a:active {
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Century Gothic";
}
.popup h6 a:hover {
	font-weight: normal;
	color: #C9742E;
	font-family: "Century Gothic";
}
.popup form	{
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
.popup input[type="text"]{
	text-align: center;
	display: block;
	width: 95%;
	margin-bottom: 10px;
	border: 1px solid #000099;
	display: inline-block;
	height: 30px;
	padding: 0;
	vertical-align: middle;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000;
}
.popup .alignCenter	{
		margin-top: 30px;
}
.popup textarea {
	display: block;
	text-align: center;
	width: 95%;
	border: 1px solid #0000CC;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #009;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.basket_num	{
	padding: 2px;
	background: #F0F0F0;
}
.basket_num_buttons	{
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	margin: 0 5px;
	display: inline-block;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	background-color: #000;
}
@media (max-width:868px){
.bcontainer{
	width: 95%;
	height: auto;
	border: 3px solid #333;
	z-index: 1002;
	font-family: "Century Gothic";
	font-size: 30px;
	color: #333;
	background-color: rgba(204,204,204,0.9);
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#bcaption{
	background: rgba(255,255,255,0.7);
	display: none;
}
#bcaption td:nth-child(1) {
	width: 20%;
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
}		/*ID*/
#bcaption td:nth-child(2) {
	width: 70%;
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
}		/*NAME*/
#bcaption td:nth-child(3) {
	width: 25%;
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
}		/*PRICE*/
#bcaption td:nth-child(4) {
	width: 35%;
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
}		/*NUM*/
#bcaption td:nth-child(5) {
	width: 25%;
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
}		/*SUM*/
.bitem td{
	color: #900;
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 2px solid #FFF;
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.bitem td:nth-child(1) {
	width: 20%;
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
}
.bitem td:nth-child(2) {
	width: 70%;
	background-color: rgba(153,0,0,0.7);
	display: inline-block;
}
.bitem td:nth-child(2) a{
	font-size: 14px;
}
.bitem td:nth-child(3) {
	width: 25%;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 6px;
}
.bitem td:nth-child(4) {
	width: 35%;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
}
.bitem td:nth-child(5) {
	width: 25%;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 6px;
}
.bbutton{
	float: right;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 5px;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #900;
	background-color: rgba(255,255,255,0.7);
	font-weight: normal;
	cursor: pointer;
	transition: all 0.5s;
	display: inline-block;
}
#bsum{
	float: left;
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #900;
	background-color: rgba(255,255,255,0.7);
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 5px;
	display: inline-block;
}




}
@media (max-width:415px){
.checkbox-magazin {
	height: 30px;
	width: 30px;
	margin-left: 0px;
	left: 0px;
	position: relative;
	top: 12px;
}
}

/*Нотификация корзины*/
.noty_layout {
	display: none;
	position: fixed;
	margin-left: -15px;
	box-sizing: border-box;
	transition: all .5s;
}

.noty_bar {
	margin: 0.25em 0;
	background-color: #fff6e2;
	box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
	border: 1px solid #eeeeee;
	border-bottom: none;
}

.noty_body {
	padding: 1em;
	font-size: 1em;
}

.add-to-cart-noty {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.add-to-cart-noty span {
	white-space: nowrap;
	font-weight: bold;
}

.add-to-cart-noty a {
	white-space: nowrap;
	color: #0a0a0a;
}

.add-to-cart-noty a:hover {
	color: #000;
}
/*---*/
