#footer .product_list_widget li {
    display: inline-block;
    width: 100%;
}

#footer .product_list_widget li img {
    width: 70px;
    margin-right: 15px;
}

#footer .product_list_widget li ins {
    background: #437df9;
    padding: 3px;
}

#footer .product_list_widget li ins span {
    color: #fff;
}

#footer .product_list_widget li del {
    opacity: 1;
    text-decoration: none;
    position: relative;
}

#footer .product_list_widget li del:after {
    content: " ";
    background: #91979d;
    height: 1px;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
}

#footer .product_list_widget .star-rating {
    float: none;
    margin-top: 3px;
    margin-bottom: 4px;
}

#footer .product_list_widget .star-rating span::before {
    color: #ffae00;
}

#footer .woocommerce-product-search input[type="search"] {
    border: none;
    padding: 16px;
}

#footer .woocommerce-product-search input[type="submit"] {
    background: #437df9;
    padding: 19px 17px 17px;
}

#footer .widget_shopping_cart_content .button,
#footer .price_slider_amount button {
    background: #fff;
}

#footer ul.yith_wcbsl_bestsellers_list_widget li {
    border: none;
    box-shadow: none;
}

#footer .yith-wcbsl-widget-position {
    padding: 8px;
}

#footer .yith-wcbsl-widget-title {
    padding: 12px;
}

#wrap #footer .widget ul li .yith-wcbsl-widget-title a {
    color: #437df9;
}

#footer.litex .yith-wcbsl-widget-title {
    background: #ececec;
}

#footer.litex .footer-in .widget ul li.wc-layered-nav-term a,
#footer.litex .footer-in .widget ul li.wc-layered-nav-term a:hover {
    padding-left: 20px;
}

#footer.litex .woocommerce-product-search input[type="search"] {
    background: #e4e4e4;
}

#footer.litex .widget_shopping_cart_content .button,
#footer.litex .price_slider_amount button {
    background: #e4e4e4;
}

.woo-cart-header {
    display: inline-block;
    width: 43px;
    position: relative;
    top: 28px;
    margin-left: 20px;
    padding-bottom: 6px;
}

.woo-cart-header .header-cart {
    padding: 0px 9px 0 0px;
    display: inline-block;
    border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -o-border-radius: 2px 2px 0px 0px;
    -ms-border-radius: 2px 2px 0px 0px;
    position: relative;
    background-image: url('../../../images/woobag@2x.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 34px;
    height: 38px;
    background-size: 34px 38px;
}

.woo-cart-header .header-cart i {
    margin: 0px;
    color: #8e8e8e;
    font-size: 14px;
    line-height: 28px;
    transition: color 0.3s ease;
}

.woo-cart-header .header-cart:hover i {
    color: #1abc9c;
}

.woo-cart-header .header-cart span {
    font-size: 12px;
    position: absolute;
    width: 33px;
    height: 42px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 41px;
    font-weight: bold;
    color: #9d9d9d;
}

.woo-cart-dropdown {
    background-color: #fff;
    display: block;
    left: auto;
    position: absolute;
    right: -1px;
    top: 100%;
    padding: 15px;
    width: 280px;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
    color: #9d9d9d;
    border: 3px solid #a2a7b1;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.082);
    z-index: 91000;
}

.woo-cart-dropdown:before {
    content: '';
    display: block;
    position: absolute;
    right: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px;
    top: -18px;
    border-color: transparent transparent #a2a7b1 transparent;
}

.woo-cart-dropdown.drop-down-start {
    visibility: visible;
    overflow: visible;
    opacity: 1;
}

.woo-cart-header:hover .woo-cart-dropdown {
    display: block;
    visibility: visible;
    text-align: left;
}

.woo-cart-dropdown ul li {
    display: inline-block;
    width: 100%;
    float: none;
    padding: 7px 0;
    border-bottom: 1px solid #f3f3f3;
    line-height: 20px;
    color: #939393;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 11px;
    text-transform: none;
}

.woo-cart-dropdown .cart-list.product-list-widget {
    margin-bottom: 15px;
}

.woo-cart-dropdown ul li a {
    color: #9d9d9d;
    display: block;
    font-size: 13px;
    line-height: 26px;
}

.woo-cart-dropdown .amount {
    font-size: 13px
}

.woo-cart-dropdown ul li a:hover {
    color: #437df9;
}

.woo-cart-dropdown span.total {
    padding: 0 0 0 8px;
    float: right;
    color: #9d9d9d;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}

.woo-cart-dropdown span.total span {
    font-family: inherit;
    font-size: 13px;
    color: #666;
    padding: 0 0 0 2px;
}

.woo-cart-dropdown .qbutton {
    height: 28px;
    line-height: 30px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 13px;
    color: #494949;
    background: #f5f5f5;
    border-radius: 4px;
}

.woo-cart-dropdown .qbutton:hover {
    background: #494949;
    color: #fff
}

.woo-cart-dropdown .qbutton i {
    font-size: 14px;
    padding: 0 0 0 4px;
    margin: 0;
}

.woo-cart-dropdown .cart-list a>img {
    float: left;
    padding: 0 10px 0 0;
    display: block;
    background: none repeat scroll 0 0 #e5e5e5;
    height: 62px;
    margin-right: 10px;
    padding: 2px;
    width: 62px;
}

.side-cart {
	padding: 0 0 10px 0;
	margin-bottom: 30px;
	position: relative;
}

.side-cart h4.subtitle {
	margin-top: 0px;
	color: #ff6c6d;
	margin-bottom: 2px;
	margin-left: 0;
}

.side-cart i {
	display: inline-block;
	font-size: 18px;
	color: inherit;
	margin-right: 5px;
	margin-top: 4px;
}

.side-cart .side-list {
	border-top: 3px solid #ff6c6d;
	margin-bottom: 2px;
}

.side-cart .total {
	border-top: 2px solid #dfdfdf;
	padding-top: 12px;
}

.side-cart .button {
	float: left;
	margin-right: 10px;
	background: #ff6c6d;
}