.wp-caption {
color: inherit;
}
.wp-caption-text {
color: inherit;
}  #customer_details .col-1 {
max-width: 100%;
}
#customer_details .col-2 {
max-width: 100%;
}
.woocommerce .woocommerce-order .col2-set .col-1 {
max-width: 100%;
}
.woocommerce .woocommerce-order .col2-set .col-2 {
max-width: 100%;
}
.woocommerce .woocommerce-breadcrumb {
margin-bottom: 0; }
.woocommerce .woocommerce-breadcrumb a:hover {
color: #2196F3;
}
.woocommerce-products-header {
margin-bottom: 10px;
margin-top: 15px;
}
.woocommerce ul.products {
margin-top: 25px;
}
.woocommerce-ordering {
display:none;
}
#tab-description h2 {
margin-bottom: 10px;
}
.product_meta .posted_in {
display: block;
}
#payment .wc_payment_methods .woocommerce-info {
padding-left: 30px;
padding-right: 15px;
}
#payment .wc_payment_methods .woocommerce-info::before {
left: 0.5em;
top: 0.5em;
}
.woocommerce button.button.alt, .woocommerce a.button.alt {
background-color: #3D822A; }
.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover {
background-color: #005500; }
.woocommerce div.product p.price {
font-size: 1em;
margin-top: 5px;
margin-bottom: 35px;
}
.wmc-active {
background-color: #eee;
}
.cart-contents:before { font-family: 'Font Awesome 5 Free';
font-weight: 900;	
content: "\f291" !important;
font-size: 30px; color: #333333;
}
.cart-contents-count { position: absolute;
top: 25px;
right: 15px;
transform: translateY(-105%) translateX(25%);
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 22px;
height: 22px;
width: 22px;
vertical-align: middle;
text-align: center;
color: #fff;
background: #000;
border-radius: 50%;
padding: 1px;  
}
@media screen and (max-width: 1050px) {
.cart-contents-count {
left: 15px;
}
.cart-contents:before {
color:#cacaca;
}
}
@media screen and (max-width: 768px) {
#tla-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 90%;
flex: 0 0 90%;
max-width: 90%;
}
}
@media screen and (max-width: 768px) {
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
width: 48%;
float: left;
clear: both;
margin: 0 0 2.992em;
}
.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n), .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
float: right;
clear: none !important;
}
}