body
{
	background: rgb(67, 57, 57);
}
option
{
	background: rgb(189, 175, 162);
}
.header-wrapper
{
	color: #ccc;
}
.site-description
{
	color: #ccc !important;
}
#menu-opener span {
	background-color: #ccc !important;
}
body.menu-open .mobile-navigation {
    background: rgb(189, 175, 162);
}
.site-title a
{
	color: #ccc !important;
}
.header-right
{
	display: none !important;
}
a:hover{
	color: #32B9A5 !important;
}
.top-bar-menu
{
	display: none;
}
.footer-overlay
{
	display: none;
}
.page-grid
{
	background: rgb(189, 175, 162);
    padding: 5px;
	text-align: center;
}
.gg-remove {
 box-sizing: border-box;
 position: relative;
 display: block;
 transform: scale(var(--ggs,1));
 width: 22px;
 height: 22px;
 border: 2px solid;
 border-radius: 22px;
 cursor: pointer;
}

.gg-remove::before {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 width: 10px;
 height: 2px;
 background: currentColor;
 border-radius: 5px;
 top: 8px;
 left: 4px
} 
.rpobtsp-web-animation2
{
	animation: fadeInAnimation ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.rpobtsp-web-animation3
{
	animation: fadeInAnimation ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.rpobtsp-web-category
{
	background: transparent;
}
.rpobtsp-web-category-picker
{
	padding: 10px;
}
.rpobtsp-web-product
{
	display: inline-table;
    width: 30%;
    margin-left: 1%;
	margin-bottom: 1%;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 65px;
    box-shadow: 3px 3px gray;
	overflow: hidden;
}
.rpobtsp-web-category-button
{
	display: inline-table;
    width: 24%;
    margin-left: 1%;
	margin-bottom: 1%;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 40px;
    box-shadow: 3px 3px gray;
	overflow: hidden;
}
.rpobtsp-web-image
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1%;
	padding: 10px;
}
.rpobtsp-web-image img
{
	box-shadow: 3px 3px gray;
    border-radius: 10px;
}
.rpobtsp-web-cart-items
{
    margin-left: 1%;
    width: 30px;
    border-radius: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
	background: rgb(67, 57, 57);
    color: #32B9A5;
    fill: #32B9A5;
	display: inline-block;
    vertical-align: middle;
    height: 30px;
}
.rpobtsp-web-cart-items:hover
{
    background-color: #32B9A5 !important;
	color: black !important;
	fill: black !important;
}
.rpobtsp-web-cart-label
{
	margin-left: 1%;
}
.rpobtsp-web-cart-item-title
{
	display: inline-block;
	width: 40%;
}
.rpobtsp-web-cart-item-price
{
	display: inline-block;
	width: 10%;
}
.rpobtsp-web-cart-item-quantity
{
	background: transparent;
	width: 5%;
	border: 2px solid #ccc !important;
}
.rpobtsp-web-cart-item-total
{
	display: inline-block;
    text-align: right;
    width: 20%;
}
.rpobtsp-web-cart-item-total-total
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 75%;
	text-align: right;
	margin-top: 1%;
	margin-bottom: 1%;
}
.rpobtsp-web-customer-label
{
	display: inline-block;
	width: 30%;
}
.rpobtsp-web-customer-input
{
	width: 45%;
	background: transparent;
	border: 2px solid #ccc !important;
}
.rpobtsp-web-customer-input-notes
{
	width: 100%;
	background: transparent;
	border: 2px solid #ccc !important;
}
.rpobtsp-web-button
{
    background-color: rgb(67, 57, 57) !important;
    border-radius: 10px !important;
	color: #32B9A5 !important;
}
.rpobtsp-web-button:hover
{
    background-color: #32B9A5 !important;
	color: black !important;
}
.backtotop
{
    background-color: #32B9A5 !important;
}
.rpobtsp-web-checkout-customer-data
{
	padding-left: 20px;
	padding-right: 20px;
}
.rpobtsp-web-checkout-items
{
    text-align: left;
    padding-left: 20px;
}
.rpobtsp-web-category-element
{
	display: inline-block;
	width: 30%;
}
.rpobtsp-web-pointer
{
	cursor: pointer;
}
@media (max-width:600px) 
{
	.container
	{
		padding: 5px;
	}
	.rpobtsp-web-customer-label
	{
		width: 100%;
	}
	.rpobtsp-web-customer-input
	{
		width: 100%;
	}
	.rpobtsp-web-cart-item-title
	{
		width: 100%;
	}
	.rpobtsp-web-cart-item-price
	{
		width: 40%;
	}
	.rpobtsp-web-cart-item-quantity
	{
		width: 20%;
	}
	.rpobtsp-web-cart-item-total
	{
		text-align: right;
		width: 40%;
	}
	.rpobtsp-web-cart-item-total-total
	{
		width: 100%;
	}
	.rpobtsp-web-category-picker
	{
		padding: 0;
	}
	.rpobtsp-web-product
	{
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.rpobtsp-web-category-button
	{
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.rpobtsp-web-category-element
	{
		display: block;
		width: 100%;
	}
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
