
@media (min-width:1175px) {
	
	html {
	scroll-behavior: smooth;
}

.content {
	display: flex;
	flex-wrap: nowrap;
	padding-top: 0;
}

.product_box {
	width: calc(100% - 300px);
	
	padding-right: 20px;
}

.selector {
	
	
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
	border-radius: 5px;
	background-color: white;
	margin: 0px 15%;
	margin-top: 100px;
	display: flex;
	justify-content: space-around;
	position: sticky;
	z-index: 4;
top: 0;
	
	
	margin-bottom: 20px;
}

.selector > div {
	padding: 20px 0;
	color: black;
	font-weight: bold;
	
	
}

.product_item {
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
	border-radius: 5px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: nowrap;
	width: calc(100%);
	padding: 30px;
	background-color: white;
	
}

.product_item > .gallery {
	width: 130px;
	border-radius: 5px;
	height: 130px;
	overflow: hidden;
	margin-right: 20px;
	
}
.product_item > .gallery > img {
	height: 100%;
	
}


.product_item > div {
	width: calc(100% - 150px);
}
.product_item > div > .title_box {
	height: 110px;
}

.product_item > div >  .title_box > .title {
	font-weight: bold;
	width: 100%;
	font-size: 17px;
}

.price {
	float: right;
}

.product_item > div >  .title_box > .subtitle {
	font-size: 13px;
	color: #353535;
}

.product_item > div > .button_box {
	top: 200px;
	float: right;
}

.to_cart {
	border: 2px solid #e31d24;
	color: black;
}

.custom, .to_cart {
	
	
	padding: 10px;
	border-radius: 2px;
}

.custom {
	border: 2px solid gray;
	color: black;
	margin-right: 5px;
	
}
.cart_box {
	
	
	padding-top: 70px;
	width: 300px;
	height: 360px;
position: sticky;
top: 0; }
	
	.cart_box > div {
		padding: 20px;
		box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
	border-radius: 5px;
	background-color: white;
	height: 270px;
	width: 100%;
	}

.category_title {
	width: 100%;
}

.category_title h2 {
	text-align: center;
}

.cart_box > div > .title > h2 {
	text-align: center;
	font-size: 22px;
}

.cart_box > div > .item {
	padding-top: 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.cart_box > div > .all_price {
	padding-top: 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding-bottom: 15px;
}

.cart_box > div > .all_price > div {
	font-size: 24px;
}

.cart_box > div > .item_counter {
	padding-top: 20px;
	text-align: center;
	
}

.cart_box > div > .item > div {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 2px;
}
.cart_box > div > .item > div > a {
	width: 100%;
	padding: 10px 10px;
	font-size: 16px;
	border: 2px solid red;
}


.cart_box > div > .item > div:first-child > a {
	border: 2px solid gray;
}

	.cart_box_responseive {
		display: none !important;
	}	
}

@media (max-width:1175px) {
	
	.content {
		padding-top: 0;
	}
	
	.product_box {
	width: 100%;
}
	
	.product_item {
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
	border-radius: 5px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	width: calc(100%);
	padding: 30px;
	background-color: white;
	
}
	
.product_item > .gallery {
	width: 100%;
	border-radius: 5px;
	height: 130px;
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	
	
}
.product_item > .gallery > img {
	height: 100%;
	
}
	
.product_item > div {
	width: calc(100%)
}
.product_item > div > .title_box {
	
}

.product_item > div >  .title_box > .title {
	font-weight: bold;
	width: 100%;
	font-size: 17px;
	text-align: center;
	margin-bottom: 10px;
}

.price {
	width: 100%;
	text-align: center;
	
}

.product_item > div >  .title_box > .subtitle {
	font-size: 13px;
	color: #353535;
	text-align: center;
	margin-bottom: 20px;
}

.product_item > div > .button_box {
	width: 100%;
	
	display: flex;
	justify-content: center;
	font-size: 15px;
}

.to_cart {
	border: 2px solid #e31d24;
	color: black;
}

.custom, .to_cart {
	
	
	padding: 6px;
	border-radius: 2px;
}

.custom {
	border: 2px solid gray;
	color: black;
	margin-right: 5px;
	
}
.cart_box {
	display: none;
	padding: 20px;
	
	
	width: 350px;
box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
	border-radius: 5px;
	height: 270px;
position: sticky;
top: 0;}

.category_title {
	width: 100%;
}
	
.selector {
	
	
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
	border-radius: 5px;
	background-color: white;
	margin: 0px 15%;
	margin-top: 40px;
	display: flex;
	
	flex-wrap: wrap;
	
	
	
	margin-bottom: 20px;
}

.selector > div {
	padding: 15px 0;
	width: 100%;
	color: black;
	font-weight: bold;
	text-align: center;
	
	
}
	.cart_box_responseive {
		padding-top: 20px;
		background-color: #1F1F1F;
		color: white;
		position: sticky;
		bottom: 0;
	}
	
	.cart_box_responseive > div {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		
	}
	
	.cart_box_responseive > div:nth-child(2) {
		justify-content: center;
	}
	
	.cart_box_responseive > div:nth-child(1) {
		justify-content: center;
	}
	
	.cart_box_responseive > div > div {
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		
		
	}
	
	.cart_box_responseive .title {
		width: 100%;
		font-size: 12px;
		text-align: center;
		font-weight: bold;
		padding-bottom: 0;
	}
	
	.cart_box_responseive .data {
		width: 100%;
		font-size: 23px;
		text-align: center;
		font-weight: normal;
		
	}
	
	.cart_box_responseive > .button-box {
		padding: 20px 0;
	}
	
	.cart_box_responseive > .button-box > a {
		padding: 10px;
		border: 2px solid red; }
	
	.cart_box_responseive > .button-box > a:first-child {
		
		border: 2px solid gray;
		margin-right: 20px;
		
	}
	

}

div label input {
   
}

.size-box {
	border: 2px solid gray;
	margin-right: 5px;
	float: right;
}

.size-box label {
    float:left;
    
}

.size-box label span {
    text-align:center;
    display:flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 50px;
}

.size-box label input {
    display: none;
}

.size-box input:checked + span {
    background-color:#911;
    color:#fff;
}