/*Woocommerce style*/
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
    padding: 12px;
    text-align: center;
}
a.added_to_cart.wc-forward{
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
a.add_to_cart_button.added {
    display: none;
}
a.added_to_cart.wc-forward{
    margin-top: 1em;
}
.woocommerce tbody, .woocommerce thead, .woocommerce tfoot{
    display: table-header-group;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
    display: block;
    max-width: inherit;
}
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
max-width: unset;
}
input[type=checkbox]{
    vertical-align: bottom;
}
.woocommerce ul.order_details {
    border: 1px solid #ededed;
    padding: 10px 20px;
}
nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li a {
    border: 1px solid #ededed;
    display: block;
    padding: 10px;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #ededed;
}
.woocommerce-Address {
    border: 1px solid #ededed;
    padding: 10px;
}
.woocommerce form.login, .woocommerce form.register{
    max-width: 500px
}
.woocommerce-notice {
    background: #ededed;
    padding: 10px;
    border-left: 3px solid #ccc;
    font-weight: 700;
}
.woocommerce-notice.woocommerce-notice--success {
    padding: 10px;
    border-left: 4px solid green;
}
.xshoping-cart {
    z-index: 9999999;
    position: relative;
}
.xshoping-bag {
    position: fixed;
    right: 95px;
    bottom: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
    box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    cursor: pointer;
    min-width: 55px;
    text-align: center;
    min-height: 50px;
}
.xshoping-bag:hover{
    background-color:#ededed;
}
.modal-backdrop{
    z-index: 999999;
}
.xshoping-cart .modal{
     z-index: 999999999;
     top:10%;
     bottom: -10%;
}
span.count.cart-contents {
    position: absolute;
    top: -10px;
    background: #77A464;
    padding: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 11px;
    color: #fff;
    font-size: 14px;
    -webkit-box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
    box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
}
li.woocommerce-mini-cart-item.mini_cart_item {
    border-bottom: 1px solid #ededed;
}
a.btn.btn-secondary.text-light {
    color: #fff !important;
}
@media only screen and (max-width: 767px) {

    .xshoping-bag {
        position: fixed;
        left: 2px;
        right: inherit;
        bottom: 10px;
        padding: 10px;
        min-width: 30px;
        min-height: 30px;
    }
    span.count.cart-contents {
    top: -10px;
    padding: 5px;
    width: 20px;
    height: 20px;
    line-height: 11px;
    font-size: 14px;
}

}