.spinner{
	opacity: 0;
	border: 1px solid;
}








.leftside {
	margin:0px;
	padding:0px;
	width:500px;
	position:relative;
	float:left;
}

#itemmain {
	margin:0px;
	padding:0px;
	width:600px;
	position:relative;
	float:left;	
}

#discription {
	margin:0px;
	padding:0px;
	font-style:normal;
	font-size:13px;
}

.firm {
	margin:0px;
	padding:0px;
	font-style:normal;
	font-size:13px;
}

.met {
	margin:0px;
	padding:0px;
	font-style:normal;
	font-size:13px;
}

.vstavki {
	margin:0px;
	padding:0px;
	font-style:normal;
	font-size:13px;
}


.slider {
	z-index: 9;
	width: 500px;
	overflow: hidden;
	margin: 0 0 7px;
	position: relative;
}
.slider ul,
.slider li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.slider ul {
	width: 9999px; 
}
.slider ul li {
	list-style-type: none;
	float: left;
	width: 400px;
	height: 400px;
}

.cartimage {
	max-width: 400px;
	max-height: 400px;
}

.divimg {
	position:relative;	
	width: 400px;
	height: 400px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 5px;
}
		
#img1 { 
	position:absolute;	
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin: auto;
	max-width: 400px; 
	max-height: 400px; 	
	object-fit: contain;
    width: 100%;
    height: 100%;
}


.thumbs {
	margin:0px;
	padding:0px;
	width:500px;
	position:relative;
	overflow: hidden;
	height:80px;
}

.divthumb{
	position:absolute;	
	width:76px;
	height:76px;
	padding:2px;
}

.thumb {
	position:absolute;	
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin: auto;
	padding:0px;
	cursor:pointer;
	max-width: 80px;
	max-height: 80px; 
}

.rec{
	position:absolute;
	left:0;
	cursor:pointer;
}

.articul {
	padding:5px;
	display:inline-block;
	border: 1px solid;
}

.button_add_to_cart {
	cursor:pointer;
	padding-right: 10pt;
	vertical-align: top;
    padding-top: 2pt;
}

.items_table {
	width:100%;
	border-collapse: collapse;
	table-layout: fixed;
	font-size:13px;
}

.items_table td{
	border: 1px solid #aaaaaa;
}

.items {
	margin:0px;
	padding:0px;
	width: 1120px;
	float:left;
	display: flex;
	flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}



.item {
	margin:9px;
	padding:0px;
	width: 198px;
	cursor:pointer;
	font-size:13px;
	border: 1px solid;
	border-color:#ffffff;
}

.item:hover {
	border-color:#B9B9B9;
	border-radius: 7px;
	box-shadow: 5px 5px 10px 0px rgb(207, 207, 207);
    transition: 0.2s;
}

.linkitem {
	color:black;
	text-decoration: none;
} 



.ima {
	margin:0px;
	padding:0px;
	width: 198px;
	height:198px;
	text-align:center;
	position:relative;
	overflow: hidden;
}

.imgima {
	position: absolute;  
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	padding:0px;
	max-width: 190px;
	max-height: 190px; 
}

.tov-price {
	padding: 10px;
	/* margin-bottom: 20px; */
}

.tovname {
	margin:0px;
	padding:0px;
	color: #555;
}

.price {
	margin:0px;
	padding:0px;
	color: #193db0;
	font-weight: bold;
}

.price-old {
	text-decoration:line-through;
	color: gray;
	font-weight: normal;
	margin-right: 5px;
}

.percent-discount {
	position:absolute;
	padding: 5px;
	bottom: 5px;
	right: 4px;
	background-color: #B10023;
	border-radius: 5px 0 0 5px;
	color: white;
	font-weight: bold;
	opacity: 0.5;
}


.add-to-cart-button {
	padding-left: 20px;
    padding-right: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: top;
	display: inline-block;
	background-color: rgb(96, 166, 69);
	border-radius: 3px;
	height: 50px;
	line-height: 50px;
    cursor: pointer;
	border: 0;
	box-shadow: 4px 4px 9px rgb(76 125 87);
	transition: 0.2s;
}
.add-to-cart-button:hover{
	background-color:rgb(85, 147, 60);;
}
.add-to-cart-button:active { 
	background-color: rgb(87, 146, 64);;
	box-shadow: 1px 1px 9px rgb(76 125 87);
}

.txt-sizes {
	margin-bottom: 0;
}

.size-buttonс {
	height: 30px;
	width: 60px;
	margin-bottom: 30px;
	line-height: 35px;
	font-size: 14px;
	vertical-align: top;
	display: inline-block;
	background-color: rgb(216, 216, 216);
	border-radius: 3px;
    cursor: pointer;
	border: 0;
	box-shadow: 2px 2px 4px rgb(157, 158, 161);
	transition: 0.2s;
}

.cart-button {
	padding-left: 20px;
    padding-right: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: top;
	display: inline-block;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
    cursor: default;
	box-shadow: 4px 4px 9px rgb(136, 137, 136);
}


.delete-from-cart-button {
	padding-left: 20px;
    padding-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: top;
	display: inline-block;
	background-color: rgb(243, 57, 57);
	border-radius: 3px;
	height: 50px;
	line-height: 50px;
    cursor: pointer;
	border: 0;
	box-shadow: 4px 4px 9px rgb(116, 84, 84);
	transition: 0.2s;
}
.delete-from-cart-button:hover{
	background-color:rgb(255, 25, 25);;
}
.delete-from-cart-button:active { 
	background-color: rgb(255, 59, 59);;
	box-shadow: 1px 1px 9px rgb(112, 73, 73);
}








.checkbox-btn {
	display: inline-block;
	margin: 0 5px 0 0;
	user-select: none;
	position: relative;
	width: 50px;
}
.checkbox-btn input[type=checkbox] {
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.checkbox-btn span {
	display: inline-block;
	cursor: pointer;
	padding: 0px 10px;
	line-height: 30px;
	border: 1px solid #999;
	border-radius: 4px;
	transition: background 0.2s ease;
	width: 30px;
	text-align: center;
}
 
/* Checked */
.checkbox-btn input[type=checkbox]:checked + span {
	background: #ffe0a6;
}
 
/* Focus */
.focused span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover */
.checkbox-btn:hover {
	color: #666;
}
 
/* Active */
.checkbox-btn input[type=checkbox]:active:not(:disabled) + span {
	background: #d2c5ac;
	color: #000;
}
 
/* Disabled */
.checkbox-btn input[type=checkbox]:disabled + span {
	background: #efefef;
	color: #666;
	cursor: default;
}
.checkbox-btn input[type=checkbox]:checked:disabled + span {
	background: #f7efdc;
}


.group-title {
	margin:10px;
	font-size: 20pt;
	margin-top: 40px;
}

.characteristics-table {
	margin-top: 10px;
	margin-bottom: 10px;
}

.characteristics-table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.table-keys {
	min-width:100px;
}

