.default-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-title h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
}

.section-title p {
    font-size: 14px;
    line-height: 35px;
    color: #555;
    margin: 0 auto;
}

.info-content {
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: inline-block;
    padding: 3px 10px;
    text-align: justify;
    vertical-align: middle;
    width: 100%;
    background-color: white;
}

.info-content-down {
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}



.woocommerce:hover img {
    opacity: 0.8;
}

.product-details-content h2 {
    font-size: 1.2em;
    text-align: right;
    font-weight: bold;
    margin: 25px 0px 10px 0;
}

.product-details-content h3,
.product-details-content h4,
.product-details-content h5,
.product-details-content h6 {
    font-weight: bold;
    margin: 25px 0px 10px 0;
}

.product-details-content h3 {
    font-size: 1.1em;
}

.product-details-content h4 {
    font-size: 1em;
}

.product-details-content h5 {
    font-size: 1em;
}

.product-details-content h6 {
    font-size: 1em;
}

.product-details-content h2 a {
    color: #000;
    font-size: 1em;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.prodcut-post-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.cart button {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.product-details-top {
    margin-bottom: 15px;
    position: relative;
}

.product-details .product-title {
    font-weight: 400;
    font-size: 2.4rem;
    letter-spacing: -.025em;
    margin-bottom: 1.2rem;
    margin-top: -.5rem;
    padding-right: 1rem
}

.product-details .ratings-container {
    margin-bottom: 1.3rem
}

.product-details .product-price {
    font-size: 2.4rem
}

.product-details .new-price {
    margin-right: 1rem
}

.product-details .product-content {
    margin-bottom: 1.6rem
}

.product-details .product-content p:last-child {
    margin-bottom: 0
}

.product-details .product-countdown {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    max-width: 260px;
    margin-left: -5px;
    margin-bottom: 2rem
}

.product-details .product-countdown .countdown-section {
    background-color: #fafafa
}

.product-details .product-nav-dots a,
.product-details .product-nav-dots span {
    width: 2rem;
    height: 2rem
}

.product-details .product-cat {
    font-weight: 400;
    font-size: 1.4rem
}

.product-details .product-cat span {
    margin-right: .7rem
}

.product-details .product-cat a {
    color: #666;
    box-shadow: none;
    transition: all .35s ease
}

.product-details .product-cat a:hover,
.product-details .product-cat a:focus {
    color: #c96;
    box-shadow: 0 1px 0 #c96
}

.product-details .product-size {
    flex-flow: row wrap;
    padding-top: 0;
    margin-bottom: 0
}

.product-details .product-size a {
    color: #666;
    width: 4rem;
    height: 4rem;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: -.01em;
    border: .1rem solid #d7d7d7;
    background-color: transparent;
    border-radius: 0;
    margin-right: 1rem
}

.product-details .product-size a.active,
.product-details .product-size a:hover,
.product-details .product-size a:focus {
    color: #c96;
    border-color: #c96;
    background-color: transparent
}

.product-details .product-size a.disabled {
    color: #dadada;
    border-color: #ebebeb;
    background-color: transparent
}

.details-filter-row {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 2rem
}

.details-filter-row .form-control {
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
    border-color: #d7d7d7;
    min-width: 131px
}

.details-filter-row .select-custom {
    margin-bottom: 0;
    margin-right: 3.9rem
}

.details-filter-row .select-custom .form-control {
    padding-right: 3rem
}

.details-filter-row .select-custom::after {
    font-size: 1rem;
    right: .9rem
}

.details-filter-row label {
    display: inline-block;
    width: 67px;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 0
}

.details-filter-row .product-nav {
    margin-bottom: 0
}

.details-filter-row .product-nav-thumbs {
    padding-top: 0
}

.size-guide {
    color: #777;
    display: inline-flex;
    align-items: center
}

.size-guide i {
    font-size: 1.8rem;
    margin-right: .7rem
}

.size-guide:hover,
.size-guide:focus {
    color: #c96
}

.product-details-quantity {
    max-width: 131px
}

.product-details-quantity .form-control {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    text-align: center;
    margin-bottom: 0
}


.single-product {
    padding: 0;
    background-color: #fafafa !important;
}

.single-product .brand {
    display: inline-block;
    width: 100%;
}

.single-product .brand span {
    font-weight: bold;
}

.single-product .brand img {
    width: 100px;
    height: auto;
}

.single-product .product_title {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 5px;
}

.single-product .onsale {
    min-height: auto !important;
    padding: 0 25px !important;
    font-size: 1em !important;
    line-height: 25px !important;
    top: 45px !important;
    right: 45px !important;
    border-radius: 15px !important;
    background-color: #f78120 !important;
}

.single-product .stock p {
    margin: 0;
}

.single-product .in-stock {
    color: #b3af54 !important;
    font-weight: bold;
}

.single-product .out-of-stock {
    color: red !important;
    font-weight: bold;
}

.single-product .out-of-stock i {
    margin-left: 5px;
}

.single-product .in-stock span {
    font-weight: 100;
    color: #444 !important;
    display: inline-block;
    width: 100%;
    font-size: 0.85em;
}

.single-product .in-stock i {
    font-size: 1.5em;
    font-weight: bold;
}

.single-product .in-stock span i {
    color: #000;
    font-weight: bold;
    margin: 0 5px;
}

.single-product .woocommerce-product-gallery {
    width: 100% !important;
    padding: 0;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
}


.single-product .product-title-en {
    font-size: 1em;
    color: #747474;
    display: inline-block;
    padding-bottom: 15px;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    font-weight: 100;
}

.single-product .title-features {
    margin: 20px 0 10px 0;
    font-size: 1.1em;
    font-weight: bold;
}

.single-product .product_meta {
    margin: 10px 0;
}

.single-product form.cart {
    margin-bottom: 0 !important;
}

.single-product form.cart .button {
    background-color: #ffd862 !important;
    font-size: 1.1em;
    padding: 10px;
    width: 100%;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    line-height: 20px;
    margin: 15px 0 0 0;
}

.single-product .product_meta span {
    color: #333;
    font-weight: bold;
    font-family: ekad-number, ekad;
    display: inline-block;
    width: 100%;
}

.single-product .product_meta a {
    color: #989898;
    font-weight: 100;
    font-size: 1.1em;
}

.single-product .entry-summary {
    width: 100% !important;
}

.single-product .section-order {
    border-radius: 8px;
    position: relative;
    min-height: 360px;
    background-color: #f7f7f7;
    padding: 25px;
}

.product-details {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    border: solid 1px #ebebeb;
    background-color: #fff;
    position: relative;
    padding: 25px 55px;
    border-radius: 8px;
    height: 100%;
}

.sidebar .section-order {
    margin: 0;
}

.single-product .section-order i {
    font-size: 1.3em;
    vertical-align: middle;
}

.single-product .product-details-related {

    margin-bottom: 25px;
    position: relative;
    padding: 25px 0;
}

.single-product .product-details-content {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    border: solid 1px #ebebeb;
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;
    padding: 25px 55px;
    border-radius: 8px;
    font-size: 1.1em;
    line-height: 30px;
}

.single-product .product-details-additional {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    border: solid 1px #ebebeb;
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;
    padding: 25px 55px;
    border-radius: 8px;
}

.product-details-additional h2 {
    font-size: 1.5em;
    font-weight: bold;
}

.single-product .box-order-vendor,
.single-product .box-order-info,
.single-product .box-order-important,
.single-product .box-order-price,
.single-product .box-order-variable {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}

.single-product .single_variation_wrap {
    padding: 10px 0;
}

.single-product .variations th {
    vertical-align: middle !important;
}

.woocommerce div.product form.cart .variations {
    margin: 10px 0;
}

.single-product .variations select {
    font-size: 1em !important;
    padding: 3px 8px !important;
    width: 65%;
    min-width: 65% !important;
    margin: 0 !important;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.single-product span.price del {
    opacity: 1 !important;
    color: #888;
}

.single-product .box-order-variable table {
    margin-bottom: 0 !important;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    display: inline-block;
    width: 100%;
}

.single-product .box-order-important strong {
    font-size: 0.9em;
}

.box-order-price p {
    margin: 0;
}

.single-product .box-order-vendor img {
    mix-blend-mode: multiply;
}

.single-product .box-order-important ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-product input#submit.alt:hover,
.single-product a.button.alt:hover,
.single-product button.button.alt:hover,
.single-product input.button.alt:hover {
    background-color: #f58221;
    color: #fff;
    opacity: 1;
}

.single-product button.disabled {
    background-color: #747474 !important;
}

.single-product button.disabled:hover {
    background-color: #747474 !important;
}

.expiry-date {
    background-color: antiquewhite;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 0.9em;
}

.single-product .box-order-price .price {
    font-family: ekad-number, ekad;
    font-weight: bold;
    font-size: 1em !important;
    color: #000 !important;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.single-product .box-order-price .price .out_of_stock {
    font-size: 0.9em;
    text-align: right;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.single-product .price del {
    display: inline-block;
    text-align: left;
    width: 100%;
    font-size: 0.9em;
    color: #444;
}

.single-product .price del .woocommerce-Price-currencySymbol {
    display: none;

}

.single-product .price ins .woocommerce-Price-currencySymbol {
    margin-right: 5px;
}

.single-product .saved-sale {
    margin-right: 5px;
    background-color: #ffd862;
    font-family: ekad-number;
    color: #000000;
    line-height: 22px;
    font-weight: bold;
    display: inline-block;
    padding: 0 5px;
    border-radius: 8px;
}

.single-product .woocommerce-variation-price {
    text-align: left !important;
    margin: 10px 0 !important;
}

.single-product .woocommerce-variation-price .price {

    color: #000 !important;
}

.single-product .out_of_stock {
    color: red;
    font-weight: bold;
    font-size: 1em;
}

.single-product .product-details-top .out_of_stock i {
    font-size: 1.5em;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    background-color: #000;
    border: 2px solid #f68121;
    border-radius: 50%;
    color: #fff;
    line-height: 28px;
    text-align: center;
    float: right;
    margin-left: 5px;
    vertical-align: middle;
}

.single-product .breadcrumbs {
    font-size: 1em;
}

.single-product .price ins {
    display: inline-block;
    text-align: left;
    width: 100%;
    color: #000;
    text-decoration: none;
    font-size: 1.2em;
}

.section-services img {
    width: 60px;
    margin: 0 0 5px 0;
}

.box-product-image {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    border: solid 1px #ebebeb;
    background-color: #fff;
    position: relative;
    padding: 0;
    border-radius: 8px;
    height: 100%;
}

.section-services {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    border: solid 1px #ebebeb;
    background-color: #fff;
    position: relative;
    padding: 25px 15px;
    border-radius: 8px;
    display: inline-block;
    width: 100%;
}

.product-item-services {
    text-align: center;
}

.product-item-services: {
    border: 0;
}

.product-item-services span {
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.box-product-category {
    margin: 20px 0 50px 0;
}

.box-product-category .woocommerce-products-header {
    margin: 10px 0;
}

.box-product-category h1 {
    font-size: 1.3em;
    font-weight: bold;

}

#wrapper {
    padding-bottom: 25px;
}

.sticky {
    position: sticky;
    top: 100px;
}

.box-product-category .subcategories {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 25px;
}

.box-item-product-cat {
    background-color: #f9f9f9;
    border-radius: 15px;
    text-align: center;
    padding: 15px;
    margin: 15px 0;
    position: relative;
}

.box-item-product-cat img {
    width: 100px;
    height: auto;
    margin: 0 auto;
    mix-blend-mode: multiply;
}

.box-item-product-cat h2 {
    font-size: 1em;
    font-weight: bold;
    margin: 15px 0 0 0;
    color: #000;
    text-align: center;
}

.box-item-product-cat h2 mark {
    position: absolute;
    left: 10px;
    top: 10px;
}

.sidebar-shop .title-sidebar-shop {
    color: #000;
    font-size: 1.2em;
}

.sidebar-shop .wp-block-heading {
    font-size: 1em;
    font-weight: bold;
    margin: 15px 0 15px 0;
    color: #000;
}

.sidebar-shop .wc-block-product-categories-list--depth-0 {
    list-style: none;
    padding-right: 5px;
}

.sidebar-shop .widget_block ul li ul {
    padding-right: 15px;
}

.sidebar-shop .widget_block ul a {
    color: #333;
    font-size: 0.9em;
}



.sidebar-shop .wp-block-woocommerce-stock-filter {
    padding-right: 15px;
}

.sidebar-shop .wc-block-price-filter__controls input {
    font-size: 0.8em;
    max-width: 85px !important;
    font-weight: bold;
    padding: 0px 10px;
    color: #848484;
}


.box-woocommerce_archive_description {
    margin-top: 45px;
}

.box-woocommerce_archive_description h2 {
    font-size: 1.5em;
    font-weight: bold;

}

.box-woocommerce_archive_description h3 {
    font-size: 1.4em;
    font-weight: bold;
}

.box-woocommerce_archive_description h4 {
    font-size: 1.3em;
    font-weight: bold;
}

.title-term-description {
    font-size: 1.3em;
    color: #000;
    font-weight: bold;
}

ul.products {
    list-style: none;
}

aside {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 15px;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
}

.box-order-product-category {
    display: flex;
    align-items: center;
}

.box-product-category .woocommerce-result-count {
    margin-bottom: 0;
}

.box-product-category .woocommerce-ordering select {
    padding: 5px 9px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.woocommerce-pagination {
    border: 0;
}

.woocommerce-pagination li {
    background-color: #fff;
    border-radius: 8px;
    font-family: ekad-number;
    height: 40px;
    width: 40px;
    margin: 5px !important;
    border: 1px solid #ddd;
}

.woocommerce-pagination li a,
.woocommerce-pagination li span {
    font-size: 1.3em !important;
    font-weight: bold !important;
    color: #000;
    line-height: 40px !important;
    padding: 0 !important;
}

.woocommerce-pagination li .current {
    background-color: #f58221 !important;
    color: #fff !important;
    padding: 0;
}

.woocommerce-pagination li:hover a {
    color: #000 !important;
}

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

.woocommerce:hover img {
    opacity: 1;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 50px;
}

.woocommerce-Reviews-title {
    margin: 15px 0 25px 0 !important;
    border-bottom: 1px solid #e0e1e2;
    padding: 0 0 20px 0px;
}

.woocommerce #reviews #comments ol.commentlist>li {
    border: 0;
    border-bottom: 1px solid #ededed;
    margin: 10px 0;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 0;
    margin: 0 60px 0 0;
    padding: 0;
}

.woocommerce .star-rating {
    overflow: visible;
    margin-top: 10px;
    font-family: 'star', 'ekad-number';
}

.woocommerce p.stars a::before {
    content: "\e021";
    color: #f7c32e;
}

.woocommerce .star-rating span {
    padding: 20px 0;
    font-size: 0.8em;
}

.woocommerce .star-rating span::before {
    color: #f7c32e;
    font-size: 1.25em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0;
    font-size: 0.9em;
    color: #555;
}

.woocommerce .comment_container {
    padding: 15px 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 17px;
    right: 0;
    padding: 3px;
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 0.9em;
    color: #000;
}

.woocommerce .woocommerce-review__published-date {
    font-size: 0.9em;
    color: #6a6a6a;
}

.woocommerce #review_form #respond textarea {
    border-radius: 8px;
    border: 1px solid #eee;
}

.woocommerce #review_form #respond textarea:focus {
    outline: 1px solid #f58220;
}

.woocommerce #review_form #respond p.stars {
    font-size: 1.3em;
}

.time-update-price {
    background-color: beige;
    padding: 0 5px;
    font-size: 0.9em;
}

.shop_attributes tr.alt,
.shop_attributes tr.alt td {
    background-color: #f6f6f6 !important;
}

.shop_attributes tr,
.shop_attributes tr td {
    line-height: 28px !important;
}

.woocommerce .woocommerce-breadcrumb a {
    padding: 5px 0;
    display: inline-block;
    color: #555555;
}

.warranty {
    padding: 0 0 0 15px;
    border-radius: 8px;
    background-color: #ffffe0;
    color: #000;
    display: inline-block;
    width: auto;
}

@media (min-width:0px) and (max-width:769px) {
    .single-product .product-details {
        padding: 25px;
    }

    .single-product .product-details-related,
    .single-product .product-details-content,
    .single-product .product-details-additional {
        padding: 25px 15px;
    }

    .product-item-services {
        margin: 10px 0;
    }

    .woocommerce div.product .product_title {
        margin-top: 50px;
    }

    .product-details-content h2,
    .product-details-content h3,
    .product-details-content h4 {
        line-height: 30px;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }

    .wp-block-woocommerce-product-categories {
        display: none;
        visibility: hidden;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        display: flex;
        flex-direction: column;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        margin: 0;
    }

    .woocommerce #reviews #comments ol.commentlist ul.children {
        margin: 0;
    }

    .woocommerce .star-rating {
        margin-bottom: 30px;
    }
}