/* default widget sidebar start */
.woocommerce .return-to-shop .button.wc-backward {
	background-color: #cc3333;
	color: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
}
.woocommerce .return-to-shop .button.wc-backward:hover {
  color: #fff;
  background-color: #292929;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #f2f2f2;
	color: #666;
	border-top: 3px solid #292929;
}
.woocommerce table.shop_table {
  border: 1px solid #f2f2f2;
}
.woocommerce table.shop_table td {
	border-top: 1px solid #f2f2f2;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	border-top: 1px solid #f2f2f2;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-weight: 400;
}
.woocommerce .star-rating {
	color: #f6d807;
	font-size: 14px;
}
.woocommerce.widget_rating_filter .wc-layered-nav-rating a:hover {
	color: inherit;
}
.woocommerce-product-search {
  display: flex;
}
.woocommerce-product-search .search-field {
  flex: 1;
  height: 45px;
  border: 1px solid #f2f2f2;
  padding: 0 15px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.woocommerce-product-search button[type="submit"] {
  border: 0;
  background-color: #cc3333;
  color: #fff;
  padding: 0 20px;
  transition: 0.3s;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.woocommerce-product-search .search-field:focus {
  outline: none;
  border: 1px solid #cc3333;
}
.woocommerce-product-search button[type="submit"]:hover {
  background-color: #292929;
  color: #fff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #292929;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #292929;
}
.widget_block .wc-block-components-review-sort-select {
	text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	width: 12px;
	height: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 4px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #f2f2f2;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 15px;
  background-color: #cc3333;
  color: #fff;
  font-weight: 400;
  transition: 0.3s;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background-color: #292929;
  color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount {
  font-size: 15px;
  color: #292929;
}
.woocommerce.widget_products .star-rating {
	color: #f6d807;
	font-size: 14px;
	margin-bottom: 6px;
}
.widget_block .wc-blocks-filter-wrapper h3 {
  font-size: 20px;
  position: relative;
  margin-bottom: 25px;
}
.widget_block .wc-blocks-filter-wrapper h3::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.widget_block .wc-blocks-filter-wrapper h3::after {
  width: 80px;
  height: 2px;
  background-color: #cc3333;
  content: "";
  display: block;
  margin-top: 10px;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox > span {
  color: #666;
}
.wc-block-components-filter-reset-button {
  color: #292929;
  font-size: 14px;
  text-decoration: none;
}
.wc-block-components-filter-reset-button:hover {
  color: #cc3333;
}
.widget_block .wc-block-mini-cart__button {
  color: #292929;
}
.widget_block .wc-block-mini-cart__button:hover {
  color: #cc3333;
  opacity: 1;
}
.widget_block .wc-block-active-filters .wc-block-active-filters__list-item-type {
  color: #292929;
}
.widget_block .wc-block-active-filters .wc-block-active-filters__clear-all {
  text-decoration: none;
  font-size: 14px;
  color: #292929;
}
.widget_block .wc-block-active-filters .wc-block-active-filters__clear-all:hover {
  color: #cc3333;
}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  max-width: 100px;
  border: 0;
  color: #292929;
  font-size: 18px;
}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount:focus {
  outline: none;
  border: 0;
}
.wc-block-price-filter__controls.wc-block-components-price-slider__controls input:first-child {
  padding-left: 0;
}
.wc-block-price-filter__controls.wc-block-components-price-slider__controls input:last-child {
  padding-right: 0;
  text-align: right;
}
.wc-block-components-price-slider__actions .wc-block-components-filter-reset-button {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  background-color: #cc3333;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  border-radius: 1px;
  transition: 0.3s;
}
.wc-block-components-price-slider__actions .wc-block-components-filter-reset-button:hover {
  background-color: #292929;
  color: #fff;
}
.wc-block-components-price-slider__actions {
  justify-content: start;
}
.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding-right: 75px;
}
.widget_search .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  outline: none;
  border-color: #cc3333;
}



/* default widget sidebar end */


.widget_block .wc-block-product-search__field {
    border: 1px solid #f2f2f2;
    padding: 0px 15px;
    height: 45px;
    line-height: 45px;
    width: 100%;
}
.widget_block .wc-block-product-search__field:focus {
    border: 1px solid #cc3333;
    outline: 0;
}
.widget_block .wc-block-product-search__button {
    border: 0;
    background-color: #cc3333;
    margin-left: 0;
    color: #fff;
    position: relative;
    z-index: 1;
    min-width: 60px;
    padding: 0 !important;
    transition: 0.3s;
}
.widget_block .wc-block-product-search__button:before {
    content: "\ed1b";
    font-size: 16px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-family: "IcoFont";
}
.widget_block .wc-block-product-search__button svg {
    display: none;
}
.widget_block .wc-block-product-search__button:hover {
    background-color: #292929;
    color: #fff;
}
.widget_block label.wc-block-product-search__label {
    display: none;
}

.widget_block .wc-block-product-categories-list {
    list-style: none;
}
.widget_block .wc-block-product-categories-list a {
    position: relative;
    z-index: 1;
}
.widget_block .wc-block-product-categories-list a:before {
    content: "\ea98";
    display: inline-block;
    margin-right: 5px;
    font-family: "IcoFont";
    font-size: 15px;
    font-weight: 300;
}
.widget_block .wc-block-product-categories-list li:not(:last-child) {
    margin-bottom: 5px;
}
.widget_block .wc-block-product-categories-list li ul {
    margin-top: 5px;
    padding-left: 15px;
}
.woocommerce.widget_rating_filter .star-rating {
    color: #f6d807;
    font-size: 13px;
}

.woocommerce.widget_products .product_list_widget li a img {
    float: left;
    width: 70px;
    margin-right: 15px;
    margin-left: 0;
}
.woocommerce.widget_products .product_list_widget li:not(:last-child) {
    margin-bottom: 20px;
    padding: 0;
}
.woocommerce.widget_products .product_list_widget li a .product-title {
    color: #292929;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    line-height: 1.3;
    transition: 0.3s;
}
.woocommerce.widget_products .product_list_widget li a .product-title:hover {
    color: #cc3333;
}
.woocommerce.widget_products .product_list_widget li .woocommerce-Price-amount.amount {
    font-size: 15px;
    color: #666;
    text-decoration: none !important;
}
.woocommerce.widget_products .product_list_widget li ins {
    text-decoration: none;
}
.woocommerce.widget_top_rated_products .product_list_widget li a img {
    float: left;
    width: 70px;
    margin-right: 15px;
    margin-left: 0;
}
.woocommerce.widget_top_rated_products .product_list_widget li:not(:last-child) {
    margin-bottom: 20px;
    padding: 0;
}
.woocommerce.widget_top_rated_products .product_list_widget li a .product-title {
    color: #292929;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    line-height: 1.3;
    transition: 0.3s;
}
.woocommerce.widget_top_rated_products .product_list_widget li a .product-title:hover {
    color: #cc3333;
}
.woocommerce.widget_top_rated_products .product_list_widget li .woocommerce-Price-amount.amount {
    font-size: 15px;
    color: #666;
    text-decoration: none !important;
}
.woocommerce.widget_top_rated_products .product_list_widget li ins {
    text-decoration: none;
}
.woocommerce.widget_top_rated_products .product_list_widget .star-rating, .woocommerce.widget_recent_reviews .product_list_widget .star-rating {
    font-size: 13px;
    color: #f6d807;
    margin-bottom: 6px;
    margin-top: 8px;
}
.wc-block-grid__product-price.price ins {
	text-decoration: none;
}
.wc-block-grid__product-title {
    color: #292929;
    line-height: 1.3;
}
.wc-block-grid__product-title:hover {
  color: #cc3333;
}

.wc-block-price-filter__title, .wc-block-stock-filter__title {
    font-size: 20px;
    color: #292929;
    position: relative;
    z-index: 1;
}
.wc-block-price-filter__title:after, .wc-block-stock-filter__title:after {
    width: 80px;
    height: 2px;
    background-color: #cc3333;
    content: "";
    display: block;
    margin-top: 10px;
}
.wc-block-price-filter__title:before, .wc-block-stock-filter__title:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.widget_block .wc-block-stock-filter li input#instock {
    display: inline-block;
    margin-right: 10px;
}
.widget_block .wc-block-stock-filter li input#outofstock {
  display: inline-block;
	margin-right: 10px;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	border-top: 1px solid #f2f2f2;
}


/*  Checkout Page CSS Start   */


.woocommerce-billing-fields label {
    color: #292929;
    margin-bottom: 3px;
  }
  .woocommerce-billing-fields label abbr {
    color: #292929 !important;
  }
  .woocommerce-billing-fields .woocommerce-input-wrapper input {
    height: 45px;
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 0 15px;
    border-radius: 3px;
  }
  .woocommerce form .form-row {
    padding: 0;
    margin-bottom: 15px;
  }
  .woocommerce-billing-fields .woocommerce-input-wrapper input:focus {
    border: 1px solid #cc3333;
    outline: 0;
  }
  .woocommerce-billing-fields .select2-selection__rendered {
    padding: 0 !important;
    height: 45px;
    line-height: 45px !important;
  }
  .select2-container .select2-selection--single {
    height: 45px;
    line-height: 45px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    padding: 0 15px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    line-height: 45px;
    right: 10px;
  }
  .select2-search--dropdown .select2-search__field {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f2f2f2 !important;
    border-radius: 3px;
  }
  .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid #cc3333;
    outline: 0;
  }
  .select2-search--dropdown {
    padding: 15px 15px;
  }
  .select2-dropdown {
    border: 1px solid #f2f2f2;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #ddd;
    color: #292929;
  }
  .select2-results__option {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-bottom: 1px solid #f2f2f2;
  }
  .select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[data-selected="true"] {
    background-color: #ddd;
    color: #292929;
  }
  .woocommerce-additional-fields__field-wrapper label {
    color: #292929;
    margin-bottom: 3px;
  }
  .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper textarea {
    height: 130px !important;
    border: 1px solid #f2f2f2;
    padding: 10px 15px;
    border-radius: 3px;
  }
  .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper textarea:focus {
    border: 1px solid #cc3333;
    outline: 0;
  }
.woocommerce-info {
	border-top-color: #292929;
}
.woocommerce-info::before {
	color: #292929;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #f2f2f2;
}
.checkout_coupon.woocommerce-form-coupon #coupon_code {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
  width: calc(50% - 10px);
  margin-bottom: 0;
}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
  margin-bottom: 0;
  width: 50%;
}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last button {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  color: #fff;
  font-weight: 400;
  background-color: #cc3333;
  transition: 0.3s;
}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last button:hover {
    background-color: #292929;
    color: #fff;
}
.woocommerce-shipping-fields.cafeto-woo-form-shipping-form-style-custom .woocommerce-form__label-for-checkbox {
  font-size: 16px;
}
.woocommerce-shipping-fields.cafeto-woo-form-shipping-form-style-custom .woocommerce-form__label-for-checkbox input {
  margin-right: 3px;
}
.shipping_address .woocommerce-shipping-fields__field-wrapper label {
  color: #292929;
  margin-bottom: 3px;
}
.shipping_address  .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
}
.shipping_address .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper input:focus {
  outline: 0;
  border-color: #cc3333;
}
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}
.shipping_address .woocommerce-shipping-fields__field-wrapper label abbr {
  color: #292929 !important;
}


/* Woocommerce MyAccount Page CSS Start  */

.woocommerce-account .woocommerce-MyAccount-navigation > ul {
  list-style: none;
  padding-left: 0;
  border: 1px solid #f2f2f2;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li a {
  padding: 5px 15px;
  display: block;
  color: #292929;
  position: relative;
  z-index: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #cc3333;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li.is-active a::after {
  opacity: 1;
  visibility: visible;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li:hover a::after{ 
  opacity: 1;
  visibility: visible;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li.is-active a{
  background-color: #f2f2f2;
  color: #cc3333;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li:hover a{ 
  background-color: #f2f2f2;
  color: #cc3333;
}
.woocommerce-form.woocommerce-form-login.login label {
  color: #292929;
  display: block;
  margin-bottom: 5px;
}
.woocommerce-form.woocommerce-form-login.login label .required {
  color: #292929;
}
.woocommerce-form.woocommerce-form-login.login input[type="text"], .woocommerce-form.woocommerce-form-login.login input[type="email"], .woocommerce-form.woocommerce-form-login.login input[type="password"] {
  height: 45px;
  width: 100%;
  line-height: 45px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 0 15px;
}
.woocommerce-form.woocommerce-form-login.login input[type="checkbox"] {
  display: inline-block;
  margin-right: 5px;
}
.woocommerce-form.woocommerce-form-login.login .woocommerce-button.button.woocommerce-form-login__submit {
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  background-color: #cc3333;
  color: #fff;
  margin-top: 20px;
  transition: 0.3s;
}
.woocommerce-form.woocommerce-form-login.login .woocommerce-button.button.woocommerce-form-login__submit:hover {
  background-color: #292929;
  color: #fff;
}
.woocommerce-form.woocommerce-form-register.register input[type="email"] {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
}
.woocommerce-form.woocommerce-form-register.register label {
  display: block;
  margin-bottom: 5px;
  color: #292929;
}
.woocommerce-form.woocommerce-form-register.register .woocommerce-form-register__submit {
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  color: #fff;
  background-color: #cc3333;
  font-weight: 400;
  transition: 0.3s;
  margin-top: 15px;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  right: 15px;
}
.woocommerce-form.woocommerce-form-register.register .woocommerce-form-register__submit:hover {
  background-color: #292929;
  color: #fff;
}
#customer_login div h2 {
  font-size: 28px;
}
.woocommerce-Address-title.title a.edit {
  color: #292929;
  font-size: 15px;
}
.woocommerce-Address-title.title a.edit:hover {
  color: #cc3333;
}
.woocommerce-Address-title.title h3 {
  font-size: 20px;
}
.woocommerce-EditAccountForm.edit-account label {
  color: #292929;
  margin-bottom: 5px;
}
.woocommerce-EditAccountForm.edit-account input[type="text"], .woocommerce-EditAccountForm.edit-account input[type="email"], .woocommerce-EditAccountForm.edit-account input[type="password"] {
  height: 45px;
  width: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 0 15px;
}
.woocommerce-EditAccountForm.edit-account label .required {
  color: #292929;
}
.woocommerce-EditAccountForm.edit-account fieldset legend {
  color: #292929;
  font-size: 20px;
}
.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  background-color: #cc3333;
  color: #fff;
  font-weight: 400;
  transition: 0.3s;
  margin-top: 15px;
}
.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button:hover {
  background-color: #292929;
  color: #fff;
}
.woocommerce-address-fields .select2-selection__rendered {
  padding: 0 !important;
  height: 45px;
  line-height: 45px !important;
}
.woocommerce-address-fields input {
  height: 45px;
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 0 15px;
  border-radius: 3px;
}
.woocommerce-address-fields label {
  color: #292929;
  margin-bottom: 3px;
}
.woocommerce-address-fields label .required {
  color: #292929 !important;
}
.woocommerce-address-fields .button[type="submit"] {
  height: 45px;
  padding: 0 30px;
  border: 0;
  background-color: #cc3333;
  color: #fff;
  font-weight: 400;
  margin-top: 15px;
  line-height: 45px;
  transition: 0.3s;
}
.woocommerce-address-fields .button[type="submit"]:hover {
  background-color: #292929;
  color: #fff;
}

/*  woocommerce compare page css start  */

.woosc-table-inner #woosc_table thead tr th a {
  color: #292929;
}
.woosc-table-inner #woosc_table thead tr th .woosc-remove {
  color: #292929;
  text-decoration: none;
  margin-left: 5px;
}
.woosc-table-inner #woosc_table thead tr th .woosc-remove:hover {
  color: #cc3333;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
  color: #666;
}
.woosc-table-inner  .star-rating {
  color: #f6d807;
}
.tr-price ins {
  text-decoration: none;
}
.tr-price del {
  margin-right: 5px;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn {
  background-color: #c33 !important;
  font-weight: 400;
}
.woosc-table-inner .woocommerce-product-attributes.shop_attributes tbody th {
  padding-left: 0;
}
.woocommerce .woosc-table-inner table.shop_attributes {
  border-top: 0;
}
.woocommerce .woosc-table-inner table.shop_attributes .woocommerce-product-attributes-item__value {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.woocommerce .woosc-table-inner table.shop_attributes .woocommerce-product-attributes-item__label {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.woocommerce .woosc-table-inner table.shop_attributes .woocommerce-product-attributes-item__value p {
  padding-top: 0;
  padding-bottom: 0;
}
.grouped_form.shop-details-grouped-buttons .woocommerce-grouped-product-list-item > td:last-child {
	padding-right: 0;
}
.shop_table.shop_table_responsive.table.border-top.border-bottom tr th {
	text-align: left;
}
.cafeto-page-content .woocommerce-cart-form .shop_table th, .cafeto-page-content .woocommerce-cart-form .shop_table td {
	border: 0;
	text-align: left;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
  text-align: left;
  border: 0;
}
.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td {
  text-align: left;
  border: 0;
}
.cafeto-page-content .woocommerce-cart-form .shop_table td {
	border-top: 1px solid #f2f2f2;
}
.comment_container.cafeu-shop-details-review-box-single {
  display: flex;
  gap: 20px;
}
.comment_container.cafeu-shop-details-review-box-single .thumb img {
  border-radius: 50%;
}
.woocommerce .rating .star-rating {
  float: none;
}
.review-date.mb-5px time.woocommerce-review__published-date {
  font-size: 14px;
}
.cafeto-page-content .woocommerce  td.product-thumbnail img {
  max-width: 70px;
}
.cafeto-page-content .woocommerce-cart-form .shop_table th {
  font-size: 16px;
  color: #292929;
}

.woocommerce-cart-form {
  overflow-x: auto;
}
.woosw-list table.woosw-items tr td.woosw-item--actions {
  text-align: end;
}
.woosw-copy-btn #woosw_copy_btn {
  height: 45px;
  padding: 0 15px;
  border: 0;
}
.woosw-list table.woosw-items tr td.woosw-item--actions .added_to_cart {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  background-color: #cc3333;
  color: #fff;
  font-weight: 400;
  border-radius: 3px;
}
.woosw-list table.woosw-items tr td.woosw-item--actions .added_to_cart:hover {
  background-color: #292929;
}
@media screen and (max-width:767px) { 
  .shop_table.cart.woocommerce-cart-form__contents {
    min-width: 450px;
  }
  .woocommerce table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail::before {
    content: "Product Image:";
  }
  .woocommerce-page table.cart td.actions .button[name="update_cart"] {
    max-width: 125px;
    float: right;
  }
}