/*
* Varn theme Woocommerce Style
*/

.products-area {
    position: relative;
}

button {
    transition: 0.4s;
}

.btn {
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 13px 30px;
    border-radius: 5px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: 0.9s;
}

.btn-primary {
    color: #ffffff;
}

.pt-165 {
    padding-top: 130px !important;
}

.cart-link i {
    font-size: 25px;
    color: #5b5b98;
}

.cart-link span {
    position: relative;
    width: 20px;
    height: 20px;
    font-size: 10px;
    background: #000000;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    top: -15px;
    color: #ffffff;
    padding-right: 1px;
    right: 10px;
}

/* woocommerce-products-header */

.page-title-area .woocommerce-breadcrumb {
    margin: 18px 0 0;
    color: #212529;
    font-size: 16px;
}

.page-title-area .woocommerce-breadcrumb a {
    color: #212529;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 2px;
}

/* End woocommerce-products-header */

/* Woocommerce topbar */

.woocommerce-topbar {
    border: 1px solid #eee;
    position: relative;
    padding: 20px 30px;
    margin-bottom: 30px;
    background: #fafafa;
}

.woocommerce-topbar .woocommerce-result-count {
    font-size: 16px;
    margin: 0;
    float: none;
    color: #565656;
}

.woocommerce-topbar .woocommerce-topbar-ordering {
    margin: 0;
    float: none;
    position: absolute;
    top: 10px;
    right: 30px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .form-control {
    border: 1px solid #eee;
    cursor: pointer;
    background-color: #fff;
    border-color: #ebebeb;
    border-radius: 0;
    height: 48px;
    line-height: 2.5;
    padding: 5px 16px;
    width: 221px !important;
    font-size: 15px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .form-control option {
    font-size: 14px;
}

/* End woocommerce topbar */

/* Single products card */

.woocommerce ul.products {
    margin: 0;
}

.woocommerce ul.products li.product h3 {
    margin-bottom: 15px;
    font-size: 22px;
    padding: 0;
    font-weight: 800;
    color: #141414;
}

.woocommerce ul.products li.product h3 a {
    color: #141414;
    transition: prop time;
}

.woocommerce ul.products li.product .price {
    color: #777777;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.woocommerce ul.products li.product .price del {
    margin-right: 3px;
    color: #ff2d2d;
}

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

.woocommerce ul.products li.product .star-rating {
    margin: 12px auto 27px;
    color: #eac11d;
}

.woocommerce ul.products li.product .add-to-cart-btn {
    display: inline-block;
    border: 1px solid;
    padding: 10px 22px;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    width: 100%;
    color: #000;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.woocommerce ul.products li.product:hover .add-to-cart-btn {
    color: #fff;
    background-color: #141414;
}

.woocommerce ul.products li.product a.added_to_cart {
    margin-left: 10px;
    color: #000;
    transition: prop time;
}

.single-products {
    text-align: center;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #eee;
}

.single-products>a {
    display: none;
}

.single-products .products-image {
    overflow: hidden;
    position: relative;
}

.single-products .products-image>a {
    display: block !important;
}

.single-products .products-image img {
    transition: all 1.5s ease-out;
    margin: 0 !important;
}

.single-products .products-image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    transition: 0.4s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.single-products .products-image ul {
    padding: 0;
    z-index: 2;
    list-style-type: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.single-products .products-image ul li {
    display: inline-block;
}

.single-products .products-image ul li a {
    display: block;
    background: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 30px;
    margin: 0 5px;
}

.single-products .products-image ul li a:hover {
    color: #ffffff;
}

.single-products .products-image ul li a:nth-child(1) {
    margin-left: -15px;
}

.single-products .products-image ul li a:nth-child(3) {
    margin-right: -15px;
}

.single-products .products-content {
    padding: 30px 15px;
    border-top: 1px solid #eee;
}

.single-products .products-content ul {
    padding-left: 0;
    margin-bottom: 20px;
    list-style-type: none;
}

.single-products .products-content ul li {
    display: inline-block;
    color: #eac11d;
    font-size: 15px;
    margin: -1px;
}

.single-products:hover .products-image img {
    transform: scale(1.3);
    margin: 0 !important;
}

.single-products:hover .products-image::before {
    opacity: 0.4;
    visibility: visible;
}

.single-products:hover .products-image ul {
    opacity: 1;
    visibility: visible;
}

.single-products:hover .products-image ul li a:nth-child(1) {
    margin-left: 0;
}

.single-products:hover .products-image ul li a:nth-child(3) {
    margin-right: 0;
}

.single-products .sale-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    width: 50px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    z-index: 2;
    font-size: 13px;
    text-align: center;
}

.product-link a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: none;
}

/* End single products card */

/* Product Quick View Modal */

.productsQuickView {
    padding: 0 !important;
    z-index: 1000000;
}

.productsQuickView .modal-dialog {
    max-width: 900px;
}

.productsQuickView .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
}

.productsQuickView .modal-dialog .modal-content button.close {
    position: absolute;
    right: 10px;
    display: inline-block;
    opacity: 1;
    top: 10px;
    width: 35px;
    z-index: 333;
    height: 35px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    outline: 0;
    transition: 0.4s;
}

.productsQuickView .modal-dialog .modal-content button.close:hover,
.productsQuickView .modal-dialog .modal-content button.close:hover {
    color: #ffffff;
}

.productsQuickView .modal-dialog .modal-content button.close span {
    display: block;
    margin-top: 2px;
    font-weight: 400;
}

.productsQuickView .modal-dialog .modal-content .products-image img {
    width: 100%;
}

.productsQuickView .modal-dialog .modal-content .products-content {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.productsQuickView .modal-dialog .modal-content .products-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.productsQuickView .modal-dialog .modal-content .products-content p {
    margin-bottom: 15px;
    font-size: 15px;
}

.productsQuickView .modal-dialog .modal-content .products-content .price {
    color: #777777;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.productsQuickView .modal-dialog .modal-content .products-content .price del {
    margin-right: 5px;
    opacity: 0.6;
    color: #ff2d2d;
}

.productsQuickView .modal-dialog .modal-content .products-content .star-rating {
    color: #eac11d;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    float: none;
}

.productsQuickView .modal-dialog .modal-content .products-content form .quantity {
    display: inline-block;
}

.productsQuickView .modal-dialog .modal-content .products-content form .quantity input {
    border: 1px solid #eeeeee;
    background: #ffffff;
    height: 45px;
    padding: 8px 15px;
    width: 75px;
    outline: 0;
    font-size: 16px;
}

.productsQuickView .modal-dialog .modal-content .products-content form button {
    border-radius: 0;
    color: #ffffff;
    border: none;
    height: 45px;
    padding: 0 20px;
    position: relative;
    top: -1px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.4s;
    font-size: 14px;
    margin-left: 5px;
}

.productsQuickView .modal-dialog .modal-content .products-content form button:hover {
    background-color: #0a0c19;
    color: #ffffff;
}

.productsQuickView .modal-dialog .modal-content .products-content .product-meta {
    margin-top: 15px;
}

.productsQuickView .modal-dialog .modal-content .products-content .product-meta .sku_wrapper {
    display: block;
    margin-bottom: 5px;
}

.productsQuickView .modal-dialog .modal-content .products-content .product-meta .posted_in {
    display: block;
    margin-bottom: 5px;
}

.productsQuickView .modal-dialog .modal-content .products-content .product-meta .tagged_as {
    display: block;
    margin-bottom: 5px;
}

.productsQuickView .modal-dialog .modal-content .products-content .product-meta span {
    display: inline-block;
    color: #0a0c19;
    margin-right: 8px;
    font-size: 15px;
    font-weight: 600;
}

.productsQuickView .modal-dialog .modal-content .products-content .product-meta span a {
    display: inline-block;
    color: #666666;
    font-weight: normal;
    font-size: 13px;
    text-transform: capitalize;
}

.productsQuickView .grouped_form {
    font-size: 14px;
}

.productsQuickView .grouped_form .add-to-cart-btn {
    color: #fff;
    font-size: 12px;
    padding: 10px 10px;
}

.productsQuickView .grouped_form .add-to-cart-btn:hover {
    background-color: #000;
    color: #fff;
}

.productsQuickView .variations_form td {
    text-transform: capitalize;
}

.productsQuickView .variations_form td a.reset_variations {
    margin-left: 10px;
}

.productsQuickView .variations_form .label label {
    margin: 0;
}

.productsQuickView .variations_form .value select {
    border: 1px solid #eee;
    font-size: 13px;
    height: 35px;
    padding: 5px 10px;
}

.productsQuickView .variations_form .reset_variations {
    font-size: 13px;
    margin-top: 10px;
}

.productsQuickView .variations_form .woocommerce-variation-price {
    margin-bottom: 10px;
}

.productsQuickView table.variations {
    margin-bottom: 15px;
}

.productsQuickView table.variations .nice-select span.current {
    font-size: 14px;
}

/* End Product Quick View Modal */

/* Product details style */

.pswp {
    z-index: 100005;
}

.products_details {
    /* You May Also Like Products */
    /* End You May Also Like Products */
    /* Related Products */
    /* End Related Products */
}

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

.products_details div.product {
    /* Woocommerce tabs */
    /* End Woocommerce tabs */
}

.products_details div.product span.sale-btn {
    position: absolute;
    text-align: center;
    top: 15px;
    left: 15px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    z-index: 2;
    font-size: 13px;
}

.products_details div.product .product_title {
    display: block;
    font-size: 30px;
    border-bottom: 1px solid #eee;
    font-weight: 800;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 15px;
}

.products_details div.product .product_title::before {
    content: "";
    left: 0;
    bottom: -1px;
    width: 30px;
    height: 2px;
    position: absolute;
}

.products_details div.product p.price,
.products_details div.product span.price {
    font-size: 25;
    margin-bottom: 5px;
    color: #080a3c;
    font-weight: 600;
}

.products_details div.product p.price del,
.products_details div.product span.price del {
    margin-right: 5px;
    color: red;
}

.products_details div.product p.price ins,
.products_details div.product span.price ins {
    text-decoration: none;
}

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

.products_details div.product .woocommerce-product-rating .star-rating {
    font-size: 14px;
    color: #eac11d;
}

.products_details div.product .woocommerce-product-rating a.woocommerce-review-link {
    color: #62618d;
    font-size: 14px;
}

.products_details div.product .woocommerce-product-details__short-description p {
    font-size: 15px;
}

.products_details div.product form.cart {
    margin-top: 15px;
    margin-bottom: 0;
}

.products_details div.product form.cart .qty {
    height: 40px;
    font-size: 14px;
    width: 100px;
    padding: 5px;
    border: 1px solid #eee;
}

.products_details div.product form.cart a.button.alt,
.products_details div.product form.cart button.button.alt,
.products_details div.product form.cart input.button.alt {
    font-weight: normal;
    font-size: 13px;
    height: 40px;
    border-radius: 0;
}

.products_details div.product form.cart a.button.alt:hover,
.products_details div.product form.cart button.button.alt:hover,
.products_details div.product form.cart input.button.alt:hover {
    background-color: #000;
    color: #fff;
}

.products_details div.product form.cart table {
    margin-bottom: 15px;
    border-bottom: none;
}

.products_details div.product form.cart table tr del {
    opacity: 0.5;
    margin-right: 3px;
}

.products_details div.product form.cart table tr:nth-child(even),
.products_details div.product form.cart table tr:hover {
    background-color: #fff;
}

.products_details div.product form.cart .variations {
    margin-bottom: 15px;
    border-bottom: none;
}

.products_details div.product form.cart .variations select {
    border: 1px solid #eee;
    height: 35px;
    font-size: 14px;
    padding: 5px 10px;
}

.products_details div.product form.cart .variations label {
    text-transform: capitalize;
}

.products_details div.product form.cart .variations th,
.products_details div.product form.cart .variations td {
    padding: 5px 0;
}

.products_details div.product form.cart .variations th span.current,
.products_details div.product form.cart .variations td span.current {
    margin: 0;
    font-size: 14px;
}

.products_details div.product form.cart .single_variation_wrap p {
    font-size: 15px;
}

.products_details div.product form.cart .single_variation_wrap .woocommerce-variation-price {
    margin-bottom: 10px;
}

.products_details div.product form.cart .group_table td {
    vertical-align: middle;
}

.products_details div.product form.cart .group_table td label {
    margin: 0;
    font-size: 14px;
}

.products_details div.product form.cart .group_table td:first-child {
    width: 130px;
    text-align: center;
}

.products_details div.product form.cart .group_table td .qty {
    width: 100%;
}

.products_details div.product form.cart .group_table td .button {
    font-weight: normal;
    font-size: 13px;
    border-radius: 0;
    color: #fff;
    padding: 12px 15px;
    width: 100%;
}

.products_details div.product form.cart .group_table td .button:hover {
    background-color: #000;
    color: #fff;
}

.products_details div.product .product_meta {
    margin-top: 20px;
}

.products_details div.product .product_meta span.sku_wrapper {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 5px;
}

.products_details div.product .product_meta span.posted_in,
.products_details div.product .product_meta span.tagged_as {
    margin-top: 5px;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}

.products_details div.product .product_meta span.posted_in a,
.products_details div.product .product_meta span.tagged_as a {
    font-size: 15px;
    color: #666666;
    margin-left: 5px;
    display: inline-block;
    text-transform: capitalize;
}

.products_details div.product .woocommerce-tabs {
    padding-top: 10px;
}

.products_details div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;
}

.products_details div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #eee;
}

.products_details div.product .woocommerce-tabs ul.tabs li {
    background-color: #fafafa;
    margin: 0 10px 0 0;
    border-color: #eee;
    padding: 0;
}

.products_details div.product .woocommerce-tabs ul.tabs li::after,
.products_details div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.products_details div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 20px;
    font-size: 15px;
}

.products_details div.product .woocommerce-tabs ul.tabs li.active {
    color: #fff;
    border-radius: 0;
}

.products_details div.product .woocommerce-tabs ul.tabs li.active a:hover {
    color: #fff;
}

.products_details div.product .woocommerce-tabs .panel {
    margin: 0;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 25px;
}

.products_details div.product .woocommerce-tabs .panel h1,
.products_details div.product .woocommerce-tabs .panel h2,
.products_details div.product .woocommerce-tabs .panel h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.products_details div.product .woocommerce-tabs .panel h4,
.products_details div.product .woocommerce-tabs .panel h5,
.products_details div.product .woocommerce-tabs .panel h6 {
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.products_details div.product .woocommerce-tabs .panel p {
    font-size: 15px;
    margin-bottom: 10px;
}

.products_details div.product .woocommerce-tabs .panel p:last-child {
    margin-bottom: 0;
}

.products_details div.product .woocommerce-tabs .panel table.shop_attributes {
    margin-bottom: 0;
    margin-top: 15px;
}

.products_details div.product .woocommerce-tabs .panel table.shop_attributes td,
.products_details div.product .woocommerce-tabs .panel table.shop_attributes th {
    border: 1px solid #eee !important;
    padding: 10px 15px;
    text-transform: capitalize;
}

.products_details div.product .woocommerce-tabs .panel .products-reviews #comments {
    margin: 0;
    padding: 0;
    box-shadow: inherit;
    border: none;
}

.products_details div.product .woocommerce-tabs .panel .products-reviews #comments .woocommerce-Reviews-title {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.products_details div.product .woocommerce-tabs .panel .products-reviews #comments p.woocommerce-noreviews {
    margin-bottom: 10px;
}

.products_details div.product .woocommerce-tabs .panel .products-reviews #comments ol.commentlist {
    padding: 0;
    margin-top: 15px !important;
}

.products_details div.product .woocommerce-tabs .panel .products-reviews #comments ol.commentlist li {
    margin-bottom: 15px !important;
}

.products_details div.product .woocommerce-tabs .panel .products-reviews #comments p.meta {
    margin-bottom: 5px !important;
}

.products_details div.product .woocommerce-tabs .panel .products-reviews #comments .woocommerce-review__author {
    color: #222222;
}

.products_details div.product .woocommerce-tabs .panel .products-reviews #comments .star-rating {
    font-size: 14px;
    color: #eac11d;
}

.products_details div.product .woocommerce-tabs .panel .products-reviews #comments .description p {
    font-size: 15px;
    margin-bottom: 12px !important;
}

.products_details div.product .woocommerce-tabs .panel .comment-reply-title {
    font-size: 15px;
    font-weight: normal;
    border-bottom: none;
    display: block;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.products_details div.product .woocommerce-tabs .panel .comment-reply-title::before {
    display: none;
}

.products_details div.product .woocommerce-tabs .panel .comment-form-rating label {
    margin-bottom: 5px;
}

.products_details div.product .woocommerce-tabs .panel .comment-form-rating p.stars {
    margin-bottom: 20px !important;
    display: inline-block;
}

.products_details div.product .woocommerce-tabs .panel .comment-form-rating p.stars a {
    color: #eac11d;
}

.products_details div.product .woocommerce-tabs .panel .comment-form-rating .nice-select {
    margin-bottom: 20px;
    border-radius: 0;
}

.products_details div.product .woocommerce-tabs .panel #respond textarea#comment {
    padding: 12px 15px;
    font-size: 15px;
}

.products_details div.product .woocommerce-tabs .panel #respond .comment-form-comment textarea {
    margin: 0;
}

.products_details div.product .woocommerce-tabs .panel #respond p.comment-form-comment,
.products_details div.product .woocommerce-tabs .panel #respond .comment-form-author,
.products_details div.product .woocommerce-tabs .panel #respond .comment-form-email,
.products_details div.product .woocommerce-tabs .panel #respond .comment-form-cookies-consent {
    margin-bottom: 20px !important;
}

.products_details div.product .woocommerce-tabs .panel #respond p.form-submit {
    margin: 0 !important;
}

.products_details div.product .woocommerce-tabs .panel #respond input#submit {
    padding: 13px 20px;
    border-radius: 0;
    color: #fff;
    border: 1px solid;
    font-size: 14px;
}

.products_details div.product .woocommerce-tabs .panel #respond input#submit:hover {
    background-color: #212529;
    color: #fff;
    border: 1px solid #212529;
}

.products_details .up-sells.upsells.products {
    margin-top: 35px;
}

.products_details .up-sells.upsells.products h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.products_details .related.products {
    margin-top: 35px;
}

.products_details .related.products h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: capitalize;
}

@keyframes scaleup {
    from {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}

@keyframes starred {
    from {
        color: #f2b01e;
    }
    to {
        color: #f2b01e;
    }
}

/* End Product details */

/* Cart pages style */

.cart-table table {
    margin-bottom: 0;
}

.cart-table table thead tr th {
    color: #0d1028;
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 15px !important;
    text-transform: uppercase;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 800;
    font-size: 14px;
}

.cart-table table tbody tr td {
    vertical-align: middle;
    padding: 10px 12px !important;
    border-color: #eaedff;
    border-left: none;
    border: 0px solid transparent;
    border-right: none;
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
    width: 70px;
}

.cart-table table tbody tr td.product-name a {
    font-weight: normal;
    display: inline-block;
    color: #777777;
    text-decoration: underline;
    font-weight: 600;
}

.cart-table table tbody tr td.product-name span {
    font-weight: 600;
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: red;
    float: right;
    position: relative;
    top: -1px;
}

.cart-table table tbody tr td.product-quantity .form-control {
    background: transparent;
    width: 80px;
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal span {
    font-weight: 600;
}

.cart-table table .table-bordered td {
    border: 1px solid #dee2e6;
}

.cart-table .quantity .input-text {
    border: 1px solid #eee;
    height: 40px;
    font-size: 15px;
    padding: 5px 10px;
    width: 100px;
}

.cart-table .coupon .form-control {
    width: 150px !important;
    padding: 5px 15px !important;
    height: 48px;
    margin-right: 10px !important;
}

.cart-table a.remove {
    font-size: 17px;
}

.cart-table a.remove:hover {
    background-color: transparent;
    color: red !important;
}

.cart-table a.remove i {
    font-style: inherit;
    font-size: 15px;
}

.table-responsive tr td,
.table-responsive tr th {
    border-color: #eaedff;
}

.cart-totals {
    background: #ffffff;
    padding: 40px;
    max-width: 600px;
    width: 100% !important;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin: 10px auto 0;
    float: none !important;
}

.cart-totals h3 {
    margin-top: -5px;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 800;
}

.cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #0a0c19;
    font-weight: 600;
    overflow: hidden;
}

.cart-totals ul li:first-child {
    border-bottom: none;
}

.cart-totals ul li:last-child {
    border-top: none;
}

.cart-totals ul li span {
    float: right;
    color: #666666;
    font-weight: normal;
}

.cart-totals .wc-proceed-to-checkout {
    padding-bottom: 0;
}

.cart-totals .wc-proceed-to-checkout .btn {
    color: #fff;
    text-decoration: none;
}

/* End cart pages style */

.checkout-area .title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 800;
}

.checkout-area .select2-container--default .select2-selection--single {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 50px;
}

.checkout-area .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    margin-top: 10px;
    padding-left: 15px;
    font-size: 14px;
}

.checkout-area .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 10px;
}

.checkout-area table.shop_table td {
    border-top: 0px solid !important;
    border-color: #eaedff;
}

.checkout-area table th {
    border-color: #eaedff;
}

.checkout-area .woocommerce-checkout #payment ul.payment_methods li {
    list-style-type: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    width: 100%;
}

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

.woocommerce-cart #payment {
    background: #fff !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-left: -5px;
    margin-right: -5px;
}

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

.woocommerce table.shop_table td {
    color: #777777;
    font-weight: 600;
}

.woocommerce .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-sizing: 0 !important;
    border: none !important;
    box-shadow: 0 0 0 1px rgba(202, 202, 202, 0.25);
}

.woocommerce .pagination-area {
    margin-top: 0;
}

.woocommerce table.shop_table td {
    color: #777777;
    font-weight: 600;
}

.woocommerce .widget_shopping_cart .buttons a {
    font-weight: 500;
    border-radius: 0;
}

.woocommerce .form-control:focus {
    border: 1px solid !important;
}

.woocommerce .default-btn {
    color: #ffffff !important;
    text-decoration: none !important;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.woocommerce form .form-row-first {
    width: 50%;
}

/* Checkout page style */

/* Billing details */

.billing-details {
    border-radius: 5px;
}

.billing-details .form-row:last-child {
    margin-bottom: 0;
}

.billing-details .form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    line-height: 1 !important;
    color: #777777;
}

.billing-details .form-group label .required {
    color: red;
}

.billing-details .form-group .woocommerce-input-wrapper {
    width: 100%;
    display: block;
}

.billing-details .form-group .form-control {
    background: #fff;
    border: 1px solid #eee;
    height: 45px;
    font-size: 15px;
}

.billing-details .form-group select {
    cursor: pointer;
}

.billing-details .form-check {
    margin-bottom: 15px;
}

.billing-details .form-check label {
    font-size: 15px;
    font-weight: 400;
}

.checkout-area .woocommerce-shipping-fields {
    margin-top: 30px;
}

.checkout-area .woocommerce-shipping-fields h3 {
    font-size: 16px;
    margin-top: 0;
}

.checkout-area form .form-row {
    padding: 0;
    margin: 0 0 25px;
}

.checkout-area .shipping_address .form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    line-height: 1 !important;
    color: #000;
}

.checkout-area .shipping_address .form-group .form-control {
    background: #fff;
    border: 1px solid #eee;
    height: 45px;
    font-size: 15px;
}

.checkout-area .shipping_address .form-group .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.checkout-area .woocommerce-additional-fields .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.checkout-area .woocommerce-additional-fields .form-row:last-child {
    margin-bottom: 0;
}

.order-details ul {
    list-style-type: none;
}

.order-details ul li {
    list-style-type: none;
}

.order-details .form-row:last-child {
    margin-bottom: 0;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
}

.payment_methods li {
    list-style-type: none;
}

/* End checkout page style */

/* Checkout coupon */

.woocommerce .checkout_coupon {
    border: 1px solid #eee;
}

.woocommerce .checkout_coupon .input-text {
    border: 1px solid #eee;
    height: 45px;
    padding: 8px 15px;
}

.woocommerce .checkout_coupon .button {
    color: #fff;
    font-size: 14px;
    height: 45px;
    padding: 10px 20px;
}

.woocommerce .checkout_coupon .button:hover {
    background-color: #000;
    color: #fff;
}

.woocommerce .nice-select {
    width: 100% !important;
}

/* Shop Sidebar */

.shop-sidebar {
    padding-left: 15px;
}

.shop-sidebar .widget_shopping_cart_content ul {
    padding-left: 0 !important;
}

.shop-sidebar .widget_shopping_cart_content ul li::before {
    display: none !important;
}

.shop-sidebar .woocommerce-mini-cart__buttons.buttons {
    text-align: center;
}

.shop-sidebar ul {
    padding-left: 17px !important;
    margin: 0;
    list-style-type: none;
}

.shop-sidebar ul li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

.shop-sidebar ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.shop-sidebar ul li a {
    color: #0a0c19 !important;
}

.shop-sidebar ul li a.remove.remove_from_cart_button {
    top: 4px !important;
}

.shop-sidebar ul ul.children {
    padding-left: 15px !important;
    margin-top: 8px;
}

.shop-sidebar .widget {
    margin-top: 30px;
    border: 1px solid #eee;
    padding: 30px;
    background-color: #fff;
}

.shop-sidebar .widget:first-child {
    margin-top: 0;
}

.shop-sidebar .widget h3 {
    font-size: 20px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.shop-sidebar .widget .tagcloud a {
    border: 1px solid #eee;
    padding: 6px 18px;
    font-size: 14px !important;
    color: #555;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 4px;
    text-transform: capitalize;
    border-radius: 30px;
}

.shop-sidebar .widget .tagcloud a:hover {
    color: #fff;
}

.shop-sidebar .widget_product_search form {
    position: relative;
}

.shop-sidebar .widget_product_search form .search-field {
    width: 100%;
    display: block;
    height: 50px;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #eeeeee;
    border-radius: 0;
    transition: 0.5s;
}

.shop-sidebar .widget_product_search form .search-field:hover,
.shop-sidebar .widget_product_search form .search-field:focus {
    outline: 0;
}

.shop-sidebar .widget_product_search form button {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    font-size: 15px;
    height: 50px;
    padding: 5px 15px;
    transition: 0.5s;
}

.shop-sidebar .widget_product_search form button:hover {
    background-color: #000;
    color: #fff;
}

.shop-sidebar .woocommerce button.button {
    color: #fff;
    font-size: 13px !important;
    font-weight: normal;
    border-radius: 0;
    transition: 0.4s;
}

.shop-sidebar .woocommerce button.button:hover {
    background-color: #000;
    color: #fff;
}

.shop-sidebar .widget_products ul li::before {
    top: 10px !important;
}

.shop-sidebar .widget_shopping_cart .cart_list li {
    padding-left: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.shop-sidebar .widget_shopping_cart .cart_list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.shop-sidebar .widget_shopping_cart .cart_list li a {
    font-size: 14px;
}

.shop-sidebar .widget_shopping_cart .cart_list li .remove {
    font-size: 20px !important;
    top: 5px;
}

.shop-sidebar .widget_shopping_cart .cart_list li a img {
    margin-top: 5px;
}

.shop-sidebar .widget_shopping_cart .cart_list li span.quantity {
    font-size: 13px;
}

.shop-sidebar .widget_shopping_cart p.woocommerce-mini-cart__total.total {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    color: #333;
}

.shop-sidebar .widget_top_rated_products .product_list_widget li,
.shop-sidebar .widget_products .product_list_widget li,
.shop-sidebar .widget_recently_viewed_products .product_list_widget li,
.shop-sidebar .widget_recent_reviews .product_list_widget li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.shop-sidebar .widget_top_rated_products .product_list_widget li::last-child,
.shop-sidebar .widget_products .product_list_widget li::last-child,
.shop-sidebar .widget_recently_viewed_products .product_list_widget li::last-child,
.shop-sidebar .widget_recent_reviews .product_list_widget li::last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.shop-sidebar .widget_top_rated_products .product_list_widget li::last-child,
.shop-sidebar .widget_products .product_list_widget li::last-child,
.shop-sidebar .widget_recently_viewed_products .product_list_widget li::last-child,
.shop-sidebar .widget_recent_reviews .product_list_widget li::last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.shop-sidebar .widget_top_rated_products .product_list_widget li a,
.shop-sidebar .widget_products .product_list_widget li a,
.shop-sidebar .widget_recently_viewed_products .product_list_widget li a,
.shop-sidebar .widget_recent_reviews .product_list_widget li a {
    font-size: 14px;
    color: #0a0c19;
}

.shop-sidebar .widget_top_rated_products .product_list_widget li .amount,
.shop-sidebar .widget_products .product_list_widget li .amount,
.shop-sidebar .widget_recently_viewed_products .product_list_widget li .amount,
.shop-sidebar .widget_recent_reviews .product_list_widget li .amount {
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
}

.shop-sidebar .widget_top_rated_products .product_list_widget li .price,
.shop-sidebar .widget_products .product_list_widget li .price,
.shop-sidebar .widget_recently_viewed_products .product_list_widget li .price,
.shop-sidebar .widget_recent_reviews .product_list_widget li .price {
    color: #777777;
}

.shop-sidebar .widget_top_rated_products .product_list_widget li del,
.shop-sidebar .widget_products .product_list_widget li del,
.shop-sidebar .widget_recently_viewed_products .product_list_widget li del,
.shop-sidebar .widget_recent_reviews .product_list_widget li del {
    opacity: 0.6;
    color: #777777;
}

.shop-sidebar .widget_top_rated_products .product_list_widget li ins,
.shop-sidebar .widget_products .product_list_widget li ins,
.shop-sidebar .widget_recently_viewed_products .product_list_widget li ins,
.shop-sidebar .widget_recent_reviews .product_list_widget li ins {
    text-decoration: none;
    color: #777777;
}

.shop-sidebar .widget_top_rated_products .product_list_widget li .star-rating,
.shop-sidebar .widget_products .product_list_widget li .star-rating,
.shop-sidebar .widget_recently_viewed_products .product_list_widget li .star-rating,
.shop-sidebar .widget_recent_reviews .product_list_widget li .star-rating {
    margin: 5px 0;
}

.shop-sidebar .widget_top_rated_products .product_list_widget li span.reviewer,
.shop-sidebar .widget_products .product_list_widget li span.reviewer,
.shop-sidebar .widget_recently_viewed_products .product_list_widget li span.reviewer,
.shop-sidebar .widget_recent_reviews .product_list_widget li span.reviewer {
    font-size: 12px !important;
    text-transform: capitalize;
}

.shop-sidebar .star-rating {
    font-size: 12px;
    color: #eac11d;
}

.shop-sidebar a.button {
    color: #fff;
    font-size: 12px;
    margin: 10px 10px 0 0 !important;
    text-transform: capitalize;
}

.shop-sidebar a.button:hover {
    background-color: #000;
    color: #fff;
}

.shop-sidebar .wcppec-cart-widget-button {
    margin-top: 10px;
}

.shop-sidebar .select2-container .select2-selection--single {
    border: 1px solid #eee;
    height: 45px;
    border-radius: 0;
}

.shop-sidebar .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 8px;
}

.shop-sidebar .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #62618d;
}

.shop-sidebar .select2-container .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 5px;
}

.shop-sidebar .select2-container--default .select2-selection--multiple {
    border: 1px solid #eee;
    border-radius: 0;
    padding: 1px 15px;
}

.shop-sidebar span.reviewer {
    font-size: 14px;
}

.shop-sidebar .woocommerce-widget-layered-nav-dropdown__submit {
    border: 1px solid #eee;
    color: #fff;
    font-size: 13px;
    padding: 7px 15px;
    cursor: pointer;
    transition: 0.4s;
}

.shop-sidebar .woocommerce-widget-layered-nav-dropdown__submit:hover {
    background-color: #000;
    color: #fff;
}

.shop-sidebar .widget_price_filter .price_label {
    font-size: 15px;
}

.shop-sidebar .widget_layered_nav .selection ul li {
    border: none;
    padding-top: 5px;
}

.shop-sidebar .widget_layered_nav .selection ul li a {
    color: #eac11d;
}

.shop-sidebar .select2-container--default .select2-selection--multiple {
    line-height: 2;
}

.select2-dropdown {
    border: 1px solid #eee !important;
}

.select2-results__option {
    padding: 5px 15px !important;
    font-size: 13px !important;
}

.return-to-shop .button.wc-backward {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    padding: 12px 20px;
    text-decoration: none;
}

.return-to-shop .button.wc-backward:hover {
    background-color: #000;
    color: #fff;
}

/* End Shop Sidebar */

/* MyAccount */

.woocommerce .woocommerce-MyAccount-navigation {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 30px;
}

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

.woocommerce .woocommerce-MyAccount-navigation ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
    background-color: #fff;
    display: block;
    padding: 7px 20px;
    color: #333;
    text-decoration: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    color: #fff;
}

.woocommerce .woocommerce-MyAccount-navigation ul .is-active a {
    color: #fff;
}

.woocommerce .woocommerce-MyAccount-content {
    border: 1px solid #eee;
    padding: 30px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-error {
    margin-top: 0;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields {
    margin-top: 20px;
}

.woocommerce .woocommerce-MyAccount-content form label {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 600;
    color: #4a6f8a;
}

.woocommerce .woocommerce-MyAccount-content form p:last-child {
    margin-bottom: 0;
}

.woocommerce .woocommerce-MyAccount-content .col-1 {
    max-width: 48%;
    padding: 0;
}

.woocommerce .woocommerce-MyAccount-content .col-2 {
    max-width: 48%;
    padding: 0;
}

.woocommerce .woocommerce-MyAccount-content h3 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 10px;
}

.woocommerce .woocommerce-MyAccount-content .title {
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 0;
}

.woocommerce .woocommerce-MyAccount-content .addresses .edit {
    font-size: 14px;
}

.woocommerce .woocommerce-MyAccount-content .edit-account .input-text {
    border: 1px solid #eee;
    height: 45px;
    padding: 5px 15px;
    font-size: 14px;
    color: #666666;
}

.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row span {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
    margin-top: 20px;
    color: #000;
}

.woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
    font-size: 20px;
    color: #000;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
    margin-bottom: 20px;
    padding: 0;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row label {
    width: 100%;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .input-text {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    height: 45px;
    padding: 5px 15px;
    font-size: 14px;
    color: #62618d;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection--single {
    height: 45px;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 8px 15px;
    font-size: 13px;
}

.woocommerce .woocommerce-MyAccount-content .button {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 13px 20px;
    text-decoration: none;
}

.woocommerce .woocommerce-MyAccount-content .button:hover {
    background-color: #000;
    color: #fff;
}

.woocommerce .woocommerce-MyAccount-content address {
    font-style: normal;
    font-size: 15px;
    border: 1px solid #eee;
    padding: 10px 20px;
    margin-top: 0;
}

.woocommerce .woocommerce-MyAccount-content fieldset .woocommerce-form-row {
    margin-bottom: 15px;
    display: grid;
}

.woocommerce .woocommerce-MyAccount-content fieldset legend {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.woocommerce .woocommerce-MyAccount-content p {
    margin-top: 0;
}

.woocommerce .woocommerce-MyAccount-content .btn-primary {
    margin-top: 15px;
}

/* login form */

.woocommerce form.login,
.woocommerce form.register,
.woocommerce .woocommerce-ResetPassword {
    border: 1px solid #eee;
    padding: 25px;
    margin: 0 0 0px;
}

.woocommerce form.login .form-row label,
.woocommerce form.register .form-row label,
.woocommerce .woocommerce-ResetPassword .form-row label {
    font-weight: bold;
    color: #000;
    width: 100%;
    font-size: 15px;
}

.woocommerce form.login button.button,
.woocommerce form.register button.button,
.woocommerce .woocommerce-ResetPassword button.button {
    color: #fff;
    padding: 12px 25px;
    margin-top: 10px;
}

.woocommerce form.login button.button:hover,
.woocommerce form.register button.button:hover,
.woocommerce .woocommerce-ResetPassword button.button:hover {
    background-color: #000;
    color: #fff;
    transform: translateY(0);
}

.woocommerce form.login button.button::before,
.woocommerce form.login button.button::after,
.woocommerce form.register button.button::before,
.woocommerce form.register button.button::after,
.woocommerce .woocommerce-ResetPassword button.button::before,
.woocommerce .woocommerce-ResetPassword button.button::after {
    display: none;
}

/* End  WooCommerce Style */

/* Start WooCommerce style */

@media only screen and (max-width: 575px) {
    /* Shop pages CSS */
    .products_details div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
    }
    .woocommerce .checkout_coupon .form-row {
        width: 100%;
    }
    /* End Shop pages CSS */
}

@media only screen and (max-width: 767px) {
    .pt-165 {
        padding-top: 70px !important;
    }
    .btn {
        font-size: 13px;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .page-main-content h3 {
        font-size: 20px;
    }
    .woocommerce-topbar {
        text-align: center;
    }
    .woocommerce-topbar .woocommerce-result-count {
        margin-bottom: 15px;
    }
    .cart-buttons {
        margin-top: 35px;
    }
    .cart-buttons .coupon-box {
        position: relative;
    }
    .cart-buttons .coupon-box button {
        position: relative;
        border-radius: 5px;
        display: block;
        width: 100%;
        padding: 13px 0;
        margin-top: 8px;
    }
    .cart-buttons .btn {
        margin-top: 25px;
    }
    .cart-totals {
        margin-top: 35px;
        padding: 25px;
    }
    .cart-totals h3 {
        font-size: 20px !important;
    }
    .user-actions {
        padding: 15px 18px 13px;
        margin-bottom: 30px;
    }
    .user-actions i {
        display: block;
        margin-bottom: 5px;
        margin-right: 0;
    }
    .checkout-area .title {
        font-size: 20px;
    }
    .billing-details {
        padding: 18px;
    }
    .order-details {
        padding: 18px;
        margin-top: 30px;
    }
    .woocommerce ul.products {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .woocommerce ul.products li.product h3 {
        font-size: 15px;
    }
    .woocommerce ul.products li.product .add-to-cart-btn {
        font-size: 11px;
        padding: 8px 20px;
    }
    .products_details div.product .product_title {
        font-size: 17px;
    }
    .single-products .products-content {
        padding: 13px 9px;
    }
    .single-products .sale-btn {
        top: 6px;
        right: 6px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 10px;
    }
    .single-products .products-image ul {
        top: 85%;
        opacity: 1;
        visibility: visible;
    }
    .single-products .products-image ul li a {
        width: 30px;
        height: 30px;
        line-height: 32px;
        font-size: 14px;
        border-radius: 30px;
    }
    .single-products .products-image ul li a:first-child {
        margin-left: 0;
    }
    .shop-sidebar .widget_product_search form button {
        font-size: 13px;
    }
    .shop-sidebar .widget h3 {
        font-size: 17px;
    }
    .woocommerce-topbar {
        text-align: center;
    }
    .woocommerce-topbar .woocommerce-topbar-ordering {
        margin: 10px 0 0;
        position: relative;
        top: 0;
        right: 0;
        left: 0 !important;
    }
    .woocommerce-topbar .woocommerce-topbar-ordering .form-control {
        width: 100% !important;
    }
    .woocommerce-account .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-details-area {
        padding-bottom: 50px;
    }
    .cart-totals h3 {
        font-size: 21px;
    }
    .checkout-area .title {
        font-size: 21px;
    }
    .shop-details .product-entry-summary h3 {
        font-size: 21px;
    }
    .shop-details .shop-details-tabs .content h3 {
        font-size: 21px;
    }
    .shop-related-prodcut {
        margin-top: 60px;
    }
}

/*# sourceMappingURL=woocommerce.css.map */