.all-products-container-box {
width: 100%;
}
.all-products-container {
width: 100%;
max-width: 300px;
height: 300px;
background-color: #BDB5A8;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
margin: auto;
animation-name: gradient;
animation-duration: 10s;
animation-iteration-count: infinite;
transition: scale 0.5s ease-in-out;
}
@keyframes gradient {
0%   {background-color: #BDB5A8;}
20%  {background-color: #638F90;}
40%  {background-color: #D29F5D;}
60% {background-color: #E26F05;}
80% {background-color: #C7C1E7;}
100% {background-color: #A1ABB7;}
}
.all-products-container:hover {
scale: 0.95;
}
.all-products-container > span {
font-family: 'Playfair Display';
font-size: 46px;
line-height: 46px;
font-weight: 700;
color: #ffffffb3;
transition: color 0.5s ease-in-out;
}
.all-products-container:hover>span {
color: #ffffff;
}   .woocommerce div.product div.images .flex-control-thumbs li {
width: 10%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear: none;
} table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
background-color: #ffffff00;
}
.woocommerce div.product.elementor ul.tabs {
margin: 0;
text-align: center;
} .woocommerce table.shop_attributes td {
padding: 8px;
align-content: center;
}
.woocommerce table.shop_attributes th {
align-content: center;
} .elementor-kit-6 a:hover {
text-decoration: none;
} .payment_box.payment_method_stripe {
padding: 0 !important;
border-bottom: 1px solid #cccccc;
}
fieldset {
margin: 10px 0;
padding: 0;
border: none;
}