/*=============================================================
# Shop Page Css
==============================================================*/

/* Shop Top bar Css */
.brainez-woo-shop-topbar {
    background-color: #f5f5f6;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 5px;
}

#brainez-shop-view-mode {
    margin-top: 14px;
}

#brainez-shop-view-mode li {
    transition: .3s;
    -webkit-transition: .3s;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #242538;
}

.woocommerce-ordering select.orderby{
    color: #242538;
    border: 1px solid #dddddd8f;
}

.brainez-shop-list{
    margin-left: 10px;
}

.brainez-woo-result-count-wrapper {
    margin-top: 11px;
}
.woocommerce-result-count{
    margin-bottom: 0 !important;
    color: #242538;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
    float: none;
}

.woocommerce .woocommerce-ordering {
    margin-bottom: 0;
}

form.woocommerce-ordering{
    position: relative;
}

form.woocommerce-ordering:before{
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    border-top: 5px solid #555555;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    right: 15px;
    top: 50%;
    margin-top: -2px;
    pointer-events: none;
}

.woocommerce-ordering select.orderby{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 15px;
}

.woocommerce-ordering select.orderby:before{
    position: absolute;
    content: '';
}

/* Shop Top bar Css End */

/* Product Css */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 30px;
}

.brainez-product-thumb-image {
    position: relative;
}

.brainez-product-thumb-buttons-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.70);
    transform: scale(0);
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.woocommerce ul.products li.product .brainez-product-thumb-buttons .button {
    margin-top: 0;
}

li.product:hover .brainez-product-thumb-buttons-wrapper{
    transform: scale(.87);
}

.brainez-product-thumb-buttons {
    transform: scale(1.1);
    transition: .3s;
}

.woocommerce span.onsale {
    left: 15px;
    top: 15px;
    height: 60px;
    width: 60px;
    line-height: 55px;
}

.woocommerce span.onsale {
    left: 15px;
    top: 15px;
    width: auto;
    line-height: 1;
    height: 27px;
    padding: 8px 10px;
    min-height: auto;
    border-radius: 0;
    font-weight: 500;
    z-index: 1;
}

.woocommerce ul.products li.product .brainez-product-thumb-image .onsale {
    right: 15px;
    top: 15px;
}

.brainez-product-info-wrapper {
    padding-top: 20px;

}

.brainez-product-info-wrapper .woocommerce-product-rating a.woocommerce-review-link{
    display: none;
}
.brainez-product-info-wrapper .product-price-and-rating-wrapper {
    display: flex;
    align-items: center;
}

.brainez-product-info-wrapper .product-price-and-rating-wrapper .star-rating{
    margin-bottom: 4px;
}

.brainez-product-info-wrapper .product-price-and-rating-wrapper .woocommerce-Price-amount.amount {
    font-weight: 600;
}
.brainez-product-info-wrapper .product-price-and-rating-wrapper .price{
    flex:1;
}
.brainez-product-info-wrapper h3 {
    font-size: 22px !important;
    line-height: 1.5;
    padding: 0 !important;
}

.woocommerce .star-rating{
    width: 6.1em;
}

.brainez-product-info-wrapper .star-rating{
    display: inline-block !important;
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span::before{
    letter-spacing: 3px;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins{
    color: #242538;
    font-weight:500;
    font-size: 17px;
}

.brainez-product-info-wrapper .star-rating {
    margin-top: 0px !important;
}

.woocommerce ul.products li.product .price del {
    opacity: .5;
    margin-right: 5px;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

.brainez-product-grid-view .brainez-product-excerpt,
.brainez-product-info-wrapper .tinv-wishlist,
span.tinvwl_add_to_wishlist-text{
    display: none;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
div#review_form_wrapper .form-submit button[type="submit"]{
    color: #ffffff;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
div#review_form_wrapper .form-submit button[type="submit"]:hover,
.woocommerce .woocommerce-cart-form__contents button.button:disabled:hover,
.woocommerce .woocommerce-cart-form__contents button.button:disabled[disabled]:hover{
    background-color: #F2A588;
    color: #ffffff;
    border-color: #F2A588;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
    color: #ffffff;
    border-radius: 0;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    position: absolute;
    font-size: .9em;
    font-weight: 600;
    bottom: 5px;
    right: 30px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.woocommerce.brainez-product-list-view .brainez-shop-page ul.products li.product,
.woocommerce-page.brainez-product-list-view .brainez-shop-page ul.products li.product {
    width: 100%;
}

.woocommerce.brainez-product-list-view .brainez-shop-page .brainez-product-thumb-image {
    float: left;
    margin-right: 20px;
    max-width: 300px;
}

.brainez-product-list-view .brainez-shop-page .brainez-product-info-wrapper{
    text-align: left;
    min-height: 300px;
}

.brainez-product-list-view .brainez-shop-page .brainez-product-info-wrapper .star-rating {
    position: absolute;
    right: 30px;
    top: 40px;
}

.woocommerce.brainez-product-list-view .brainez-shop-page a.added_to_cart{
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    bottom: auto;
    right: auto;
    left: auto;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    border: 2px solid;
    color: #ffffff;
    line-height: 1;
    padding: .618em 20px;
    border-radius: 50px;
    margin-left: 10px;
}
.woocommerce.brainez-product-list-view .brainez-shop-page a.added_to_cart:hover{
    background-color: #242538;
    border-color: #242538;
}

.woocommerce.brainez-product-list-view .brainez-shop-page .brainez-product-excerpt {
    margin-bottom: 10px;
}

.woocommerce.brainez-product-list-view .brainez-shop-page .brainez-product-thumb-image img{
    border-radius: 5px 0 0 5px;
}
.woocommerce.brainez-product-list-view .brainez-shop-page .brainez-product-thumb-overlay{
    border-radius: 5px 0 0 5px;
}
a.button.yith-wcqv-button,
li.product .tinv-wraper.tinvwl-loop-button-wrapper,
.woocommerce ul.products li.product .button.yith-wcqv-button{
    display: none;
}

/* Product Css End */


/* Shop Pagination Css */

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    margin-right: 10px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    border: none;
    height: 50px;
    width: 50px;
    line-height: 25px;
    font-size: 24px;
    background: #ffffff;
    box-shadow: 5px 10px 30px 0px rgba(36, 37, 56, 0.11);
    color: #242538;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span:hover {
    color: #ffffff;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 50px;
}
/* Shop Pagination Css End */

/*=============================================================
# Shop Page Css End
==============================================================*/

/*=============================================================
# Single Product Css
==============================================================*/
.brainez-single-product-description {
    clear: both;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images{
    border-radius: 0;
    overflow: hidden;
}

.woocommerce-product-gallery__image a {
    display: block;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
    font-weight: 600;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    border: 2px solid #ffffff;

}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover{
    background-color: #ffffff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    border-color: #000000;
}


.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{
    background-color: #000000;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 3px;
}

.woocommerce div.product div.images .flex-control-thumbs li:first-child {
    padding-left: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
    padding-right: 0;
}

.product_title.entry-title {
    font-size: 35px;
    line-height: 104%;
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0;
}

.summary.entry-summary .star-rating {
    font-size: 13px;
    width: 6.2em;
    margin-right: 0;
}

.woocommerce-review-link {
    margin-left: 10px;
    color: #85858A;
}

.woocommerce div.product .woocommerce-tabs .panel p.woocommerce-noreviews:last-of-type {
    margin-bottom: 30px;
}

.single-product.woocommerce .summary.entry-summary .price {
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
    color: #F2A588;
    margin-top: 20px;
}

.single-product.woocommerce .summary.entry-summary .price ins {
    text-decoration: none;
    margin-left: 15px;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 15px 0 0;
}

.woocommerce div.product form.cart div.quantity input[type="number"] {
    margin-bottom: 0;
    width: 140px;
    border-radius: 0;
    height: 55px;
    border: 1px solid #f1f5ff;
    padding: 5px 15px 5px 25px;
    font-weight: 500;
    background-color: #f1f5ff;
    color: #242538;
}

.woocommerce div.product form.cart div.quantity, form.woocommerce-cart-form .quantity {
    position: relative;
    display: inline-block;
}

.woocommerce div.product form.cart div.quantity button.plus, .woocommerce div.product form.cart div.quantity button.minus, form.woocommerce-cart-form .quantity button.plus, form.woocommerce-cart-form .quantity button.minus {
    background-color: #FFF;
    position: absolute;
    color: #242538;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    top: 50%;
    margin-top: -15px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    transition: .3s;
    border: 1px solid #ccc;
}

.woocommerce div.product form.cart div.quantity button.minus, form.woocommerce-cart-form .quantity button.minus {
    left: 10px;
}

.woocommerce div.product form.cart div.quantity button.plus, form.woocommerce-cart-form .quantity button.plus {
    right: 10px;
}

.woocommerce div.product form.cart{
    margin-top: 2em;
}

.product_meta span.sku_wrapper, .product_meta span.posted_in,.product_meta span.tagged_as {
    color: #242538;
    font-family: "Vesper Libre";
    font-weight: 700;
}

.product_meta span.posted_in {
    text-transform: capitalize;
    display: block;
}

.product_meta span.posted_in a,
span.sku_wrapper .sku,
.product_meta span.tagged_as a{
    text-transform: capitalize;
    color:#85858A;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.woocommerce-product-gallery {
    margin-bottom: 70px !important;
}

.product_meta span.tagged_as {
    display: block;
    text-transform: capitalize;
}

.woocommerce div.product form.cart .variations {
    margin-top: 0;
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td.label {
    text-align: left;
    color: #242538;
}
.woocommerce div.product form.cart .variations select {
    background-color: #f7f7f7;
    padding: 10px 15px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-clip: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
}
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover{
    background-color: #ea3a5f;
}

.woocommerce div.product form.cart .reset_variations {
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
    display: inline-block !important;
    background: #3D5296;
    font-weight: 400;
    line-height: 1;
    padding: 8px 10px 5px 10px;
}

.single_variation_wrap .woocommerce-variation-price {
    margin: 25px 0;
}

table.woocommerce-grouped-product-list.group_table{
    margin-top: 0;
    padding-bottom: 20px;
    display: block;
}

.woocommerce-grouped-product-list .woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: 700 !important;
    color: #29324b;
}

.woocommerce-grouped-product-list del {
    opacity: .5;
}

.woocommerce-grouped-product-list ins {
    margin-left: 10px;
    text-decoration: none;
}

/* Tab */

.brainez-single-product-description h2 {
    margin-bottom: 5px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    border: 1px solid #ddd;
    padding: 0px 30px 30px 30px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
    margin-left: -30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border-bottom: 0;
    border-radius: 0;
}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    text-align: left;
    padding: 5px 15px;
}

.woocommerce-grouped-product-list-item__label,.woocommerce div.product form.cart .group_table td{
    text-align: left;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after{
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce table.variations th{
    text-align: left;
    padding: 17px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-width: 0 1px 1px 1px;
    border-color: #dddddd;
    background-color: #f5f5f6;
    padding: 5px 30px;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    border-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-right: 1px solid #dddddd;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child.active {
    border-right: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border-width: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 600;
    color: #242538;
}

.woocommerce div.product div.summary {
    margin-bottom: 70px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 0;
}

.woocommerce-Tabs-panel h2 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.woocommerce div.product .woocommerce-tabs .panel p:last-of-type {
    margin-bottom: 5px;
}

.woocommerce table.shop_attributes {
    margin-bottom: 5px;
    border-left: 1px solid #ddd;
}

.woocommerce table.shop_attributes{
    border-top: 1px solid #ddd;
}
.woocommerce table.shop_attributes th,.woocommerce table.shop_attributes td {
    border-bottom: 1px solid #ddd;
}

.brainez-single-product-additional-information {
    margin-top: 40px;
}

/* Tab Css End */

/* review Form */
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 60px;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
}
.woocommerce-Reviews .comment-form {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 25px;
}


.woocommerce-Reviews #review_form label,
.woocommerce-Reviews .comment-reply-title {
    color: #242538;
}

.woocommerce-Reviews .comment-reply-title {
    font-weight: 700;
    font-size: 22px;
}

.woocommerce #review_form #respond p {
    margin: 0;
}

.woocommerce #review_form #respond {
    background: #f5f5f6;
    padding: 30px;
}

.woocommerce #review_form #respond p.comment-form-author {
    margin-top: 20px;
}

.comment-form-rating {
    margin-top: 20px;
    margin-bottom: 15px;
}

.logged-in .comment-form-rating {
    margin-top: 0;
}

.comment-form-rating label, .comment-form-rating .stars {
    display: inline-block;
    line-height: 1;
}

.comment-form-rating label {
    margin-right: 10px;
}


strong.woocommerce-review__author {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
strong.woocommerce-review__author,
.woocommerce-Reviews .comment-reply-title,
.woocommerce-product-attributes-item__label,span.wc-block-components-order-summary__button-text,
.wc-block-components-totals-coupon-link{
    font-family: "Vesper Libre", Sans-serif;
}

time.woocommerce-review__published-date {
    font-size: 14px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    height: 60px;
    width: 60px;
    left: -20px;
    top: 8px;
    border-radius: 50%;
    border: none;
    padding: 0;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
    margin-top: 50px;
    margin-bottom: 15px !important;
}

.woocommerce-Reviews .commentlist li:last-of-type {
    margin-bottom: 50px !important;
}

.woocommerce .woocommerce-Reviews  .star-rating {
    width: 6.2em;
    font-size: 13px !important;
    margin-top: 8px;
    float: none;
    position: absolute;
    left: 0;
    top: 25px;
}

.woocommerce .woocommerce-Reviews .description{
    margin-top: 30px;
}
.woocommerce #reviews #comment {
    height: 100px;
}
/* Review Css End */


/* Related / upsell Product Css */
section.related.products,
section.upsells.products{
    margin-top: 80px;
}

section.related.products h2:first-of-type,
section.upsells.products h2:first-of-type{
    font-size: 32px;
    line-height: 1;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 25px;
}

.woocommerce .related.products ul.products li.first,
.woocommerce-page .related.products ul.products li.first,
.woocommerce .upsells.products ul.products li.first,
.woocommerce-page .upsells.products ul.products li.first{
    clear: none;
}

.woocommerce .related.products li.product .slick-slide,
.woocommerce .upsells.products li.product .slick-slide{
    width: auto !important;
    margin: 0 !important;
}

.woocommerce .related.products ul.products li.product,
.woocommerce-page .related.products ul.products li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul.products li.product{
    margin: 15px;
}

section.related.products ul.products.slick-slider,
section.upsells.products ul.products.slick-slider{
    margin-left: -15px;
    margin-right: -15px;
}

.related.products .slick-arrow,
.upsells.products .slick-arrow{
    height: 45px;
    width: 45px;
    font-size: 27px;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    position: absolute;
    right: 15px;
    top: -60px;
    cursor: pointer;
    border-radius: 5px;
}

.related.products .slick-arrow.slick-prev,
.upsells.products .slick-arrow.slick-prev{
    right: 65px;
}

.related.products .slick-list > .slick-track,
.upsells.products .slick-list > .slick-track{
    margin-left: 0;
}

/* Related / Upsell Product Css End */

/* Cross Sell Product Css */
.cross-sells {
    margin-top: 60px;
}
.cross-sells h2:first-of-type{
    font-size: 32px;
    line-height: 1;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 25px;
}
.cross-sells .brainez-product-thumb-buttons li{
    padding-left: 0;
    width: 50px !important;
}
.cross-sells .brainez-product-thumb-buttons li:before{
    content: '';
}

/* Cross Sell Product Css End */

/*=============================================================
# Single Product Css End
==============================================================*/

/*=============================================================
# WooCommerce Widgets Css
==============================================================*/

.brainez-shop-sidebar .sidebar-widget-area .widget{
    padding: 30px 20px;
}

.brainez-shop-sidebar .sidebar-widget-area .widget-title{
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    min-height: 80px;
}

table.shop_table.woocommerce-checkout-review-order-table strong{
    font-weight: 600;
}

.sidebar-widget-area li.woocommerce-mini-cart-item.mini_cart_item .quantity {
    margin-left: 75px;
    display: block;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -10px;
    line-height: 20px;
    color: #ffffff !important;
    opacity: 0;
    visibility: hidden;
}

.woocommerce .widget_shopping_cart .cart_list li:hover a.remove,
.woocommerce.widget_shopping_cart .cart_list li:hover a.remove{
    visibility: visible;
    opacity: 1;
}

.woocommerce a.remove{
    color:#ffffff !important;
    border: 2px solid;
    height: 20px;
    width: 20px;
    line-height: 15px;
    font-size: 18px;
}

.woocommerce a.remove:hover{
    color: #ffffff !important;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    width: 60px;
    height: auto;
    box-shadow: none;
    border-radius: 5px;
    margin-right: 15px;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 15px 0;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 600;
    color: #242538;
    font-size: 16px;
    line-height: 26px;
}

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

.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    font-size: 16px;
    font-weight: 600;
    color: #242538;
}
.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
    display: block;
    float: right;
    color: #242538;
    font-weight: 600;
    font-size: 15px;
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 8px 18px;
}
p.woocommerce-mini-cart__buttons.buttons{
    margin-bottom: 0;
}


.woocommerce.widget_products ul.product_list_widget li,
.woocommerce.widget_top_rated_products ul.product_list_widget li{
    padding: 7px 0 7px 75px;
    min-height:90px;
}

.woocommerce.widget_products ul.product_list_widget li .star-rating,
.woocommerce.widget_top_rated_products ul.product_list_widget li .star-rating{
    margin: 5px 0;
    font-size: .858em;
}

.woocommerce.widget_products ul.product_list_widget li del,
.woocommerce.widget_top_rated_products ul.product_list_widget li del{
    opacity: .5;
    margin-right: 10px;
}

.woocommerce.widget_products ul.product_list_widget li ins,
.woocommerce.widget_top_rated_products ul.product_list_widget li ins{
    text-decoration: none;
}

.woocommerce.widget_products ul.product_list_widget li img,
.woocommerce.widget_top_rated_products ul.product_list_widget li img{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{
    padding-bottom: 10px;
}

.product-categories span.count,
.woocommerce-widget-layered-nav span.count{
    position: absolute;
    right: 0;
}

.widget_rating_filter li.wc-layered-nav-rating {
    margin-bottom: 10px;
}



.woocommerce .widget_price_filter .price_label {
    color: #242538;
    font-weight: 600;
    font-size: 16px;
}

.widget.woocommerce.widget_product_tag_cloud .tagcloud {
    margin-top: 45px;
}

.widget_product_tag_cloud a {
    font-size: 16px !important;
    border: 2px solid;
    padding: 0 15px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
}

.widget_product_tag_cloud a:hover {
    background-color: #242538;
}
.widget_product_search form.woocommerce-product-search {
    position: relative;
}

.widget_product_search form.woocommerce-product-search .search-field{
    margin-bottom: 0;
    border-radius: 50px;
}
.widget_product_search button[type=submit] {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    line-height: 1;
    padding: 0;
    position: absolute;
    color: rgba(0, 0, 0, 0);
    top: 50%;
    margin-top: -23px;
    right: 7px;
}

.widget_product_search button[type=submit]:after {
    position: absolute;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    right: 0;
    color: #ffffff;
    font-size: 20px;
    top: 0;
    left: 0;
    height: 46px;
    width: 46px;
    line-height: 46px;
}

.widget.woocommerce.widget_recent_reviews li img {
    margin-top: 8px;
}

.widget.woocommerce.widget_recent_reviews li .star-rating {
    font-size: .8em;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{
    margin-right: 8px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen:before{
    content: '';
    padding-left: 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen{
    padding-left: 0;
}

.woocommerce .widget_layered_nav_filters ul li{
    float: none;
}

.widget.woocommerce.woocommerce-widget-layered-nav ul li,
.woocommerce.widget_layered_nav_filters ul li {
    border: none;
    padding: 5px 0;
    font-weight: 500;
    font-size: 17px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 15px;
    float: left;
    padding: 6px 15px;
    margin-top: 5px;
}

.widget_product_categories ul.product-categories li {
    font-weight: 500;
    border: none;
    padding: 5px 0;
    font-size: 17px;
}

.widget.widget_product_categories ul ul li:first-of-type {
    margin-top: 0;
}

.widget.woocommerce.widget_rating_filter li {
    border: none;
    font-weight: 600;
}

.widget_shopping_cart h3.widget-title,
.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav .widget-title,
.widget.woocommerce.widget_product_categories .widget-title{
    margin-bottom: 28px;
}

/*=============================================================
# WooCommerce Widgets Css End
==============================================================*/


/*=============================================================
# WooCommerce Cart Css
==============================================================*/

.woocommerce-cart-form__contents thead,
.woocommerce-cart-form__contents tr .actions,.cart_totals .cart-subtotal,.cart_totals .order-total,.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead{
    background: #f7f7f7;
}


.cart_totals .cart-subtotal .woocommerce-Price-amount.amount,
.woocommerce-shipping-methods .woocommerce-Price-amount.amount,.cart_totals .order-total td .woocommerce-Price-amount.amount{
    color: #242538;
}

.woocommerce-cart-form__contents thead th {
    padding: 25px 10px !important;
    text-transform: uppercase;
    border-top: 0;

}

.woocommerce table.shop_table{
    border-right: 0;
    border-radius: 0px;
}

.woocommerce-cart-form__cart-item.cart_item td.product-remove a {
    display: inline-block;
    line-height: 16px;
}


.woocommerce-cart table.cart img {
    width: 70px;
}


.woocommerce-cart table.cart td.product-name {
    text-align: left;
    padding-left: 25px;
    font-size: 18px;
}

.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-subtotal {
    font-weight: 600;
    color: #242538;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form__contents .quantity .qty {
    width: 140px;
    border-radius: 0;
    padding: 9px 15px;
    font-weight: 500;
    color: #121F45;
    background-color: #f1f5ff;
    border-color: #f1f5ff;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 200px;
    border-radius: 0;
    padding: 7px 15px;
    margin-right: 15px;
    height: 54px;
}

.woocommerce #content table.cart td.actions .input-text:focus,
.woocommerce table.cart td.actions .input-text:focus,
.woocommerce-page #content table.cart td.actions .input-text:focus,
.woocommerce-page table.cart td.actions .input-text:focus {
    border-color: #3D5296;
}

.woocommerce .woocommerce-cart-form__contents button.button:disabled,
.woocommerce .woocommerce-cart-form__contents button.button:disabled[disabled],
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover{
    color: #ffffff;
    padding: 20px 40px 18px 40px;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button{
    color: #242538;
}

.woocommerce-cart-form__contents tr .actions {
    padding: 20px !important;
}

.cart_totals table{
    border-right: 1px solid #dddddd !important;
}

.cart_totals .cart-subtotal,.cart_totals .order-total {
    font-weight: 700;
}

.cart_totals .cart-subtotal th,
.cart_totals .woocommerce-shipping-totals.shipping th,
.cart_totals .order-total th,
.woocommerce-checkout-review-order-table th.product-name,
.woocommerce-checkout-review-order-table tfoot th{
    text-align: left;
    text-transform: uppercase;
}

.woocommerce-checkout-review-order-table th.product-total {
    text-align: right;
    text-transform: uppercase;
}

.woocommerce-checkout-review-order-table tbody .product-name{
    text-align: left;
    color: #242538;
    font-weight: 600;
}

.cart_totals .cart-subtotal td,
.cart_totals .woocommerce-shipping-methods,
.cart_totals .woocommerce-shipping-destination,
.cart_totals .woocommerce-shipping-calculator,
.cart_totals .order-total td,
.woocommerce-checkout-review-order-table tfoot td{
    text-align: right;
}

.woocommerce-checkout-review-order-table tbody .product-total {
    text-align: right;
    font-weight: 600;
}

.cart_totals .select2-container .select2-selection--single{
    height: 50px;
    box-shadow: none;
    outline: none;
    border-color: #dddddd;
}
.cart_totals .select2-container .select2-selection--single,
.cart_totals .shipping-calculator-form input{
    border-radius: 5px;
}

.cart_totals .select2-container--open.select2-container .select2-selection--single{
    border-radius: 5px;
}
p#calc_shipping_state_field span {
    width: 100%;
}
.cart_totals  .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 10px 35px 10px 10px;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    left: auto;
    right: 10px;
}

.cart_totals  .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 13px;
    right: 10px;
}

.woocommerce-shipping-methods li:before {
    content: '' !important;
}

.woocommerce-shipping-methods li{
    padding-left: 0 !important;
}

.cart_totals th,
.cart_totals td{
    padding: 20px !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    margin-top: 50px;
}

.woocommerce-cart .wc-proceed-to-checkout{
    padding-bottom: 0;
}
.cart_totals a.checkout-button.button.alt {
    margin-bottom: 0;
}

/*=============================================================
# WooCommerce Cart Css End
==============================================================*/

/*=============================================================
# WooCommerce Checkout Css
==============================================================*/
.checkout_coupon input[type=text] {
    border-radius: 50px;
    height: 40px;
    padding: 5px 20px;
}

form.woocommerce-checkout .col2-set .col-1,
form.woocommerce-checkout .col2-set .col-2{
    max-width: 48%;
}

form.woocommerce-checkout .form-row,
form.woocommerce-checkout .form-row label,
form.woocommerce-checkout .form-row .woocommerce-input-wrapper {
    width: 100%;
}

form.woocommerce-checkout .form-row label {
    display: block;
    color: #242538;
    font-weight: 600;
    font-size: 18px;
}

form.woocommerce-checkout .form-row input{
    border-radius: 5px;
}

.woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single{
    border: 1px solid #dddddd;
    border-radius: 5px;
    height: 50px;
    padding: 10px 30px 10px 10px;
    outline: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 20px;
    top: 13px;
}

.woocommerce-checkout .woocommerce form .form-row{
    margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-error{
    padding: 17px 25px 25px 50px;
}
.woocommerce-checkout .woocommerce-error li:before{
    content: '';
}

.woocommerce-checkout textarea#order_comments {
    border-radius: 5px;
    height: 120px;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table {
    border-collapse: collapse;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td{
    padding: 23px 30px 15px 30px;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody .woocommerce-Price-amount.amount,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart-subtotal .woocommerce-Price-amount.amount{
    color: #242538;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td{
    border-top: 3px solid #242538;
}

#order_review_heading {
    margin-top: 50px;
    font-size: 40px;
    margin-bottom: 30px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
    width: 100%;
}

.woocommerce-form-login label {
    color: #242538;
    font-weight: 600;
}
p.woocommerce-LostPassword.lost_password{
    margin-top: 15px;
}
p.woocommerce-LostPassword.lost_password a,
.woocommerce-MyAccount-content a{
    font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li a{
    border-bottom: 1px solid #ddd;
    padding: 15px;
    background-color: #f7f7f7;
    display: block;
    font-weight: 500;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover{
    color: #ffffff;
}

.woocommerce-MyAccount-navigation ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-MyAccount-content .woocommerce-Address {
    width: 100% !important;
    max-width: 100% !important;
}

.woocommerce-MyAccount-content label {
    color: #242538;
    font-weight: 500;
    width: 100%;
}

.woocommerce-MyAccount-content .woocommerce-input-wrapper,
.woocommerce-MyAccount-content input{
    width: 100%;
    border-radius: 5px;
}

.woocommerce-MyAccount-content .form-row{
    margin-bottom: 25px !important;
}

.woocommerce-MyAccount-content p:last-of-type{
    margin-bottom: 0;
}


.woocommerce-MyAccount-content .addresses {
    margin-top: 40px;
}

.woocommerce form .password-input, .woocommerce-page form .password-input input{
    width: 100%;
}

.woocommerce-form-login input{
    border-radius: 5px;
}/*=============================================================
# WooCommerce Block Checkout Css
==============================================================*/
form.wc-block-components-form.wc-block-checkout__form {
    background-color: #f7f7f7;
    padding: 30px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-textarea{
    border: 1px solid #dddddd8f !important;
    border-radius: 0;
}
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email],
.wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url]{
    padding-left: 15px !important;
    border-radius: 0;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label{
    left: 15px !important;
    border-radius: 0;
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus, .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus,.wc-block-components-textarea:focus{
    border: 1px solid #3D5296 !important;
    box-shadow: none !important;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    height: auto !important;
    padding: 15px 15px 10px;
    width: 50%;
    background-color: #3D5296;
    border: 1px solid #3D5296;
    color: #ffffff;
    box-shadow: none;
    transition: .3s;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    background-color: #F2A588;
    border: 1px solid #F2A588;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{
    box-shadow: none !important;
}


.wp-block-woocommerce-checkout-order-summary-block {
    border-top: none;
    padding: 30px;
    background-color: #f7f7f7;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-product-metadata {
    display: none;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted,
.wc-block-components-notice-banner{
    border-radius: 0px !important;
}

.wc-block-components-totals-wrapper {
    border-top: none !important;
    padding: 0 !important;
}

span.wc-block-components-order-summary__button-text {
    color: #242538;
    font-weight: 700;
    font-size: 20px;
}

.wc-block-components-order-summary .wc-block-components-panel__button svg {
    fill: #242538;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__quantity {
    border: none;
    border-radius: 50%;
    box-shadow: none;
    background-color: #3D5296;
    color: #ffffff;
    height: 20px;
    width: 20px;
    font-size: 13px;
    line-height: 20px;
    top: 4px;
    right: 4px;
}

.wc-block-checkout__sidebar .wc-block-components-order-summary-item .wc-block-components-product-name {
    color: #242538;
    font-weight: 500;
    font-size: 15px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__individual-prices {
    display: block;
    padding-top: 0;
    color: #3D5296;
    font-weight: 500;
}

.wc-block-components-order-summary__content {
    margin-bottom: 15px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-formatted-money-amount{
    color: #242538;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon-link {
    font-size: 20px;
    font-weight: 700;
}

form#wc-block-components-totals-coupon__form {
    margin: 20px 0;
}

form#wc-block-components-totals-coupon__form input {
    height: 54px;
    border-radius: 0;
}

.wp-block-woocommerce-checkout-order-summary-totals-block,
.wc-block-components-totals-item.wc-block-components-totals-footer-item{
    color: #242538;
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item{
    margin-top: 20px !important;
}

/*=============================================================
# WooCommerce Checkout Css End
==============================================================*/

/*=============================================================
# My Account Css
==============================================================*/

.woocommerce form.login, .woocommerce form.register {
    background-color: #f7f7f7;
    border: none;
    padding: 40px;
}

.woocommerce form.login input.input-text, .woocommerce form.register input.input-text {
    border: 1px solid #dddddd8f;
}

.woocommerce form.login input.input-text:focus, .woocommerce form.register input.input-text:focus {
    border: 1px solid #3D5296;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    margin-top: 20px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    margin-left: 5px;
}

.woocommerce-MyAccount-content form {
    background-color: #f7f7f7;
    padding: 40px;
}

.woocommerce-MyAccount-content form input[type="text"] {
    border-color: #dddddd8f;
}

.woocommerce-MyAccount-content form input[type="text"]:focus {
    border-color: #3D5296;
}

.woocommerce-MyAccount-content .select2-selection--single{
    border: 1px solid #dddddd8f;
    border-radius: 5px;
    height: 50px !important;
    padding: 12px 30px 10px 10px;
    outline: none;
}


.woocommerce-MyAccount-content .select2-selection__arrow {
    right: 10px !important;
    top: 14px !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url]{
    border-radius: 0px !important;
}

/*=============================================================
# Responsive Css
==============================================================*/
@media only screen and (max-width: 1199px) {
    .woocommerce.brainez-product-list-view .brainez-shop-page .brainez-product-thumb-image img {
        min-height: 328px;
    }

    .woocommerce ul.products li.product .star-rating,
    .woocommerce-product-rating .star-rating,
    .woocommerce.widget_products ul.product_list_widget li .star-rating,
    .woocommerce.widget_top_rated_products ul.product_list_widget li .star-rating,
    .woocommerce-Reviews .star-rating{
        width: 92px;
        font-size: .857em;
    }
    .woocommerce-review-link{
        margin-left: 0;
    }

    .woocommerce-Reviews .star-rating{
        float: left;
    }
}

@media only screen and (max-width: 991px) {
    form.woocommerce-checkout .col2-set .col-1, form.woocommerce-checkout .col2-set .col-2{
        max-width: 100%;
    }

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2{
        width: 100%;
    }

    form.woocommerce-checkout .woocommerce-shipping-fields {
        margin-top: 50px;
    }

    .woocommerce-checkout #payment div.form-row{
        margin-bottom: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
    }

    .woocommerce-MyAccount-navigation ul li {
        display: inline-block;
        padding: 0 !important;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 8px 15px;
        border-radius: 5px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
        margin-top: 40px;
    }

    #yith-quick-view-modal #yith-quick-view-content {
        padding: 50px 15px;
    }
    #yith-quick-view-content div.summary {
        padding: 0 0px 0 20px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .woocommerce .columns-3 ul.products[class*="columns-"] li.product,
    .woocommerce-page .columns-3 ul.products[class*="columns-"] li.product,
    .woocommerce .columns-4 ul.products[class*="columns-"] li.product,
    .woocommerce-page .columns-4 ul.products[class*="columns-"] li.product {
        margin-bottom: 35px;
        width: 48%;
    }

    .woocommerce .columns-3 ul.products[class*="columns-"] li.product:nth-child(even),
    .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(even) {
        margin-right: 0 !important;
    }

    .woocommerce .columns-3 ul.products li.last, .woocommerce-page ul.products li.last {
        margin-right: 3.8%;
    }

    .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
        clear: none;
    }

    .woocommerce.brainez-product-list-view .brainez-shop-page ul.products li.product,
    .woocommerce-page.brainez-product-list-view .brainez-shop-page ul.products li.product {
        width: 100%;
    }

    .woocommerce-page .related.products ul.products[class*="columns-"] li.product:nth-child(2n),
    .woocommerce-page .upsells.products ul.products[class*="columns-"] li.product:nth-child(2n){
        margin-right: 15px !important;
    }

    .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells,
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #brainez-shop-view-mode {
        display: none;
    }

    .brainez-woo-result-count-wrapper {
        margin-bottom: 15px;
    }

    .woocommerce ul.products[class*="columns-"] li.product:not(.slick-slide),
    .woocommerce-page ul.products[class*="columns-"] li.product:not(.slick-slide) {
        width: 100% !important;
        margin-bottom: 35px !important;
    }

    .woocommerce nav.woocommerce-pagination ul li,
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span{
        height: 40px;
        width: 40px;
        line-height: 19px;
    }

    .woocommerce .woocommerce-pagination ul.page-numbers li,
    .woocommerce-page .woocommerce-pagination ul.page-numbers li{
        margin-right: 5px;
    }

    .product_title.entry-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;

    }

    .single-product.woocommerce .summary.entry-summary .price{
        font-size: 30px !important;
        line-height: 36px;
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
    .woocommerce div.product .woocommerce-tabs ul.tabs li,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li{
        display: block;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li{
        padding: 5px 25px;
    }

    .product_meta span.posted_in{
        display: block;
    }

    .woocommerce-Reviews .commentlist {
        padding-left: 0;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin: 0 0 30px 0;
        border: 0px solid
        #e4e1e3;
        border-radius: 4px;
        padding: 30px 0;
    }

    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        position: relative;
        height: 80px;
        width: 80px;
        left: auto;
        margin-right: 15px;
    }

    .woocommerce-Reviews .star-rating {
        position: absolute;
        left: 95px;
        top: 5px;
    }

    .woocommerce-review__author {
        display: block;
    }

    .woocommerce #reviews #comments ol.commentlist li{
        margin-bottom: 0 !important;
    }

    .woocommerce-Tabs-panel h2{
        line-height: 32px;
    }

    section.related.products h2:first-of-type,
    section.upsells.products h2:first-of-type{
        margin-bottom: 30px;
    }

    .woocommerce .related.products ul.products li.product,
    .woocommerce-page .related.products ul.products li.product,
    .woocommerce .related.products ul,
    .woocommerce .upsells.products ul.products li.product,
    .woocommerce-page .upsells.products ul.products li.product,
    .woocommerce .upsells.products ul{
        margin-bottom: 0;
    }

    section.upsells.products li.product{
        clear: none !important;
    }

    .woocommerce-tabs.wc-tabs-wrapper {
        padding: 0 15px 30px 15px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs{
        margin-right: -15px;
        margin-left: -15px;
    }

    .woocommerce table.shop_table_responsive tr td.product-remove,
    .woocommerce-page table.shop_table_responsive tr td.product-remove{
        text-align: center !important;
    }
    .woocommerce #content table.cart td.actions .input-text,
    .woocommerce table.cart td.actions .input-text,
    .woocommerce-page #content table.cart td.actions .input-text,
    .woocommerce-page table.cart td.actions .input-text,
    .woocommerce-page table.cart td.actions .coupon .button{
        width: 100% !important;
    }

    .woocommerce-page table.cart td.actions .coupon .button{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .woocommerce-cart table.cart td.product-name{
        padding-left: 15px;
    }

    #order_review_heading{
        font-size: 35px;
    }

    .woocommerce-MyAccount-content .woocommerce-Address{
        padding-left: 0;
    }

    .product_title.entry-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0;
        margin-top: 40px !important;
    }

    .single-product.woocommerce .summary.entry-summary .price {
        font-size: 20px !important;
        line-height: 30px;
    }

    .woocommerce div.product .woocommerce-product-rating {
        margin-bottom: 10px;
    }

    #yith-quick-view-content div.summary {
        padding: 0;
    }

    #yith-quick-view-content .summary-content {
        margin-bottom: 30px;
    }

    #yith-quick-view-content form.cart .quantity {
        margin-bottom: 10px;
    }
}