/* Woocommerce Styling */

.woocommerce .loader::before {
	display: none;
}
.woocommerce-mini-cart__empty-message {
    color: #fff;
    margin: 0;
    text-align: right;
}
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce #review_form #respond .form-submit input,
.woocommerce a.button,
.woocommerce .cart .button,
.woocommerce button.button {
    background: #3B68ED !important;
    color: #fff !important;
    border-radius: 0;
    padding: 0px 16px !important;
    height: 40px;
    line-height: 40px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt, .woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
	background: #174cea !important;
	color: #fff;
}
.woocommerce ul.products li.product .price {
    font-size: 14px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover, 
.woocommerce ul.products li.product h3:hover {
    color: #3B68ED;
}
.woocommerce ul.products li.product {
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,.1);
    text-align: center;
    padding-bottom: 25px;
}
.woocommerce span.onsale {
    background: #ff0046;
    width: 70px;
    font-size: 16px;
    border-radius: 0;
    padding: 0;
    line-height: 37px;
    min-height: 37px;
}
.woocommerce nav.woocommerce-pagination {
    background: transparent;
}
.woocommerce nav.woocommerce-pagination ul {
    border-color: #3B68ED !important;
    margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-color: #3B68ED !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #3B68ED;
    color: #fff;
}
.woocommerce .quantity .qty {
    height: 40px;
    width: 60px;
    outline: 0;
}
.woocommerce .woocommerce-result-count {
    margin-top: 8px;
}
.woocommerce .woocommerce-ordering select {
    padding: 10px;
    margin-bottom: 20px;
}
.woocommerce section.related.products h2 {
    margin-bottom: 20px;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    line-height: 40px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 40px;
    width: 150px;
    padding: 0 15px;
}
.woocommerce form .form-row input.input-text {
    box-shadow: none;
    border: 1px solid #ccc;
    height: 40px;
    padding: 0 10px;
}
.woocommerce .select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: #ccc;
    height: 40px;
    outline: 0;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 40px;
    color: rgba(37, 37, 37, .7);
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}
.woocommerce form .form-row textarea {
    padding: 15px;
    min-height: 200px;
}
.header_mini_cart .widget_shopping_cart{
    background: #101010 !important;
    position: absolute;
    padding: 15px;
    opacity: 0;
    border-top: 5px solid;
    width: 300px;
    top: 150%;
    right: 15px;
    transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    visibility: hidden;
    z-index: 99999!important;
}
.header_mini_cart .widget_shopping_cart.visible_cart {
    border-top: 5px solid;
    background: #101010;
    opacity: 1;
    padding: 15px;
    position: absolute;
    top: 100%;
    right: 15px;
    width: 300px;
    visibility: visible;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
}
.header_mini_cart .cart_list.product_list_widget li, 
.header_mini_cart .cart_list.product_list_widget a {
    color: #fff;
}
.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0;
    padding-bottom: 20px;
}
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li {
    margin-bottom: 15px;
    padding: 0;
}
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none;
}
.header_mini_cart .woocommerce ul.cart_list li a.remove, 
.header_mini_cart .woocommerce ul.cart_list li a.remove::before, 
.header_mini_cart .woocommerce ul.cart_list li a.remove::after {
    transition: all 0ms!important;
    -webkit-transition: all 0ms!important;
}
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a {
    color: rgba(0,0,0,.85);
    font-weight: normal;
    position: relative;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
    float: left;
    margin: 0 15px 0 0;
    width: 70px;
}
.header_mini_cart .quantity {
    clear: right;
    float: left;
    width: 100%;
}
.widget span.amount {
    font-size: 14px;
}

.header_mini_cart .woocommerce .widget_shopping_cart .total, 
.header_mini_cart .woocommerce.widget_shopping_cart .total {
    border-top: 2px solid;
    margin: 0;
    padding: 10px 0;
}

.woocommerce .widget_shopping_cart .total strong, 
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;
    color: #fff;
}

.header_mini_cart .buttons {
    margin-bottom: 0;
}

.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px;
}
.header_mini_cart .button.wc-forward, 
.header_mini_cart .button.checkout {
    padding: 10px 20px;
}
.header2 header .right-side-social-actions a.shop_cart {
    padding: 25px;
    color: #fff;
    font-size: 20px;
}