.header-top {
    background-color: #f2f5f9;
    /* position: fixed;
    width: 100%;
    z-index: 99999; */
}

#edit-search-api-fulltext {
    /* min-height: 56px; */
    width: 100%;
}

.js-form-item.js-form-type-textfield.form-type-textfield.js-form-item-search-api-fulltext.form-item-search-api-fulltext.mb-3 {
    width: 100%;
    margin-bottom: 0 !important;
}

.js-form-item.js-form-type-textfield.form-type-textfield.js-form-item--.form-item--.mb-3 {
    width: 100%;
    margin-bottom: 0 !important;
}

.header-main {
    background-color: #fff;
    border-bottom: 1px solid #e7ecf0;
    /* box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.08) 0px 2px 3px 0px; */
    margin-top: 78px;
}

/* .header-top.hidden {
  display: none;
} */
.header-icon-box {
    margin-top: 10px;
}

.header-logo {
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-left: 40px;
    position: absolute;
}

.search-m {
    margin-left: 100px;
}

#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 250px;
    margin-top: 55px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.08) 0px 2px 3px 0px;
}

.sidebarMenuInner {
    margin: 0;
    padding: 20px 0 160px 0;
    border-top: 1px solid rgba(191, 179, 179, 0.1);
    height: 100%;
    overflow-y: auto;
}

.sidebarMenuInner li {
    list-style: none;
    color: #4A5568;
    /* line-height: 2; */
    font-size: 13px;
    /* margin-bottom: 1.5rem; */
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    padding: 0 20px 5px;
    cursor: pointer;
    /* border-bottom: 1px solid rgba(245, 245, 245, 0.80); */

}

.sidebarMenuInner li span {
    display: block;
    font-size: 14px;
    color: #4A5568;
}

.sidebarMenuInner li .link-title {
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2rem;
    letter-spacing: 1px;
    list-style: none;
    border-top: 1px solid #e7ecf0;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
}

.sidebarMenuInner li a {
    color: #4A5568;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    cursor: pointer;
    text-decoration: none;
}

.header-main-md input[type="checkbox"]:checked~#sidebarMenu {
    transform: translateX(0);
}

.header-main-md input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 25px;
    left: 15px;
    height: 22px;
    width: 22px;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #707070;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.header-main-md input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

.header-main-md input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

.header-main-md input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

.header-icon-back {
    fill: #8C969F;
    height: 20px;
    width: 20px;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}

.header-icon-search {
    fill: #8C969F;
    height: 20px;
    width: 20px;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}

.header-main-md {
    height: 65px;
    background-color: #fff;
    /* border-bottom: 1px solid #e7ecf0; */
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.08) 0px 2px 3px 0px;
}

section.row.region.region-front-block-one {
    padding-top: 15px;
}

.header-main-sm {
    height: 70px;
    background-color: #fff;
    /* border-bottom: 1px solid #e7ecf0; */
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.08) 0px 2px 3px 0px;
}

#main-wrapper {
    margin-top: 122px;
    min-height: 400px;
}

@media only screen and (max-width: 1401px) {
    #main-wrapper {
        margin-top: 50px;
    }
}

.tbm {
    background: transparent;
}

.tbm-link.level-1 {
    color: #000000;
    text-decoration-line: none;
}

.tbm-item.level-1 {
    border-right: 0 !important;
}

.tbm.tbm--mobile .tbm-nav {
    background: #240e0e;
}

@media only screen and (max-width: 769px) {
    .container-fluid {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1400px) {
    .container-fluid {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
}

/* .container-scroll {
    overflow: auto;
    white-space: nowrap;
} */

.container-front {
    padding-left: 15px;
    padding-right: 15px;
    /* min-width: 1170px;
    display: inline-block; */
}

.ptm-20 {
    padding-top: 10px;
}

.ptm-25 {
    padding: 15px 0;
}

.ptm-30 {
    padding: 30px 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


.page-title {
    padding: 20px 0 0;
}

.page-title .breadcrumb {
    float: right;
    padding: 5px 0;
}

.page-title-m {
    padding: 30px 0 10px 0;
    text-align: center;
    background-color: #F2F5F9;
    margin-bottom: 15px;
}

.main-content {
    padding: 0 10px 0;
}


.sidebar .block {
    border-style: none;
}

.sidebar h2 {
    margin-bottom: 1.25rem;
    border-bottom: none;
    padding-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.071em;
    line-height: 1.2;
}

.sidebar .content {
    /* border-radius: .375rem;
    border: 1px solid #e7ecf0;
    padding: 0.55rem 0.45rem 0.45rem; */
}

.sidebar .content ul {
    margin: 0;
    list-style: none;
}

.sidebar .content ul label {
    color: #595959;
    margin-bottom: 6px;
    padding-left: 10px;
}

.single-card {
    /* padding: 0 8px 20px 8px !important; */
}

.single-card button {
    margin-top: -1em !important;
}

.single-card {
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px; */
}

.single-card .js-form-type-radio {
    line-height: 20px;
    font-size: 13px;
}


.single-card .js-form-item.js-form-type-radio.radio.form-check.js-form-item-purchased-entity-0-attributes-attribute-product-quantity.form-item-purchased-entity-0-attributes-attribute-product-quantity {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 1px 8px 3px 28px;
    border-radius: 50px;
    border: 1px solid rgb(245, 245, 245);
}

.single-card .form-check-label {
    margin-bottom: 0 !important;
}

.single-card .field--widget-commerce-quantity {
    display: none;
}

.single-product {}


.single-product img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.field--name-purchased-entity legend {
    display: none;
}

.single-product-info {
    padding-top: 10px;
}

.single-product-title {
    line-height: 1.2;
    overflow-wrap: break-word;
    word-break: break-word;
    color: #000000;
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
}

.single-product-price {
    line-height: 2;
    overflow-wrap: break-word;
    word-break: break-word;
    color: #000000;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
}

.single-product-add-to-cart {
    /* padding: 0 10px 0 10px; */
}

.single-list {
    margin-bottom: 8px !important;
    height: calc(100% - 8px);
    font-size: 1.5em;
    line-height: 1.35;
    border: 1px solid rgb(245, 245, 245);
    border-radius: 4px;
}

.single-list .field--type-entity-reference {
    margin: 0 !important;
}

.single-list .single-list-img {
    background-color: rgb(245, 245, 245);
    height: 100%;
}

.single-list .single-product-title {
    font-size: 13px !important;
    line-height: 16px !important;
    margin-bottom: 10px;
}

.single-list .single-product-price {
    font-size: 16px !important;
    line-height: normal;
    font-weight: 600 !important;
    font-style: normal !important;
    text-transform: none !important;
    color: #0F1111;
    margin-bottom: 10px;
}

.single-list .field--widget-commerce-product-variation-attributes {
    font-size: 13px !important;
    line-height: 16px !important;
    margin-bottom: 10px;
}

/* .single-list .field--type-entity-reference {
  margin: 0 !important
} */

/* .single-list .single-product-add-to-cart {}

.single-list .single-product-add-to-cart .js-form-type-radio {
    float: left;
    margin-right: 20px;
} */

.field--name-purchased-entity .btn {
    border-color: transparent;
    color: #000;
    padding: 3px 8px;
    font-size: 12px;
    float: left;
    margin-right: 10px;
    box-shadow: 0 0 0 1px #e2e8f0;
}

.field--name-purchased-entity .btn-check:active+.btn,
.field--name-purchased-entity .btn-check:checked+.btn,
.field--name-purchased-entity .btn.active,
.field--name-purchased-entity .btn.show,
.field--name-purchased-entity .btn:active {
    color: #000;
    background-color: #fff;
    border-color: #e2e8f0;
    box-shadow: 0 0 0 1px #e2e8f0;
    font-weight: bold;
}


.footer-wrapper {
    /* border-radius: var(--border-radius);
    background-color: var(--background-color);
    position: relative;
    z-index: 1 */
}

.site-footer {
    font-family: "Inter", sans-serif;
    padding: 70px 0 0;
    background: #fff;
    /* border-top: 1px solid #e7ecf0; */
}

.site-footer .region-top-cart .block {
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}

.footer-d {
    border-top: 1px solid #e7ecf0;
    padding-top: 70px;
}

.footer-m {
    background-color: #fff;
    z-index: 99999;
    height: 56px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.08) 0px -2px 3px 0px;

}

.footer-m .cart-block--summary__count {
    margin-left: 35px;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 1rem;
    line-height: 1.7rem;
}

.footer-content {
    margin-bottom: 1.5rem;
    line-height: 2;
    overflow-wrap: break-word;
    word-break: break-word;
    color: #595959;
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
}

ul.footer-list a {
    margin-bottom: 1.5rem;
    line-height: 2;
    overflow-wrap: break-word;
    word-break: break-word;
    color: #595959;
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;

}

ul.footer-list {
    list-style: none;
    padding-left: 0;
}

ul.footer-list li {
    padding-bottom: 10px;
}

.copyright-area {
    border-top: 1px solid #e7ecf0;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    overflow-wrap: break-word;
    word-break: break-word;
    color: #595959;
    font-family: 'Inter';
    font-weight: 300;
    font-size: 15px;
}

.copyright-area img {
    height: 15px;
    padding-right: 15px;
}

.icon-gry {
    fill: #8C969F;
    height: 20px;
    width: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}

.header-icon {
    fill: #8C969F;
    height: 20px;
    width: 20px;
    float: right;
    margin-left: 20px;
}

.cart-block--summary__count {
    vertical-align: middle;
    background-color: #02B290;
    padding: 3px;
    border-radius: 1.5rem;
    font-size: 11px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    margin-left: 12px;
    margin-top: -3px;
    position: absolute;
    min-height: 16px;
    min-width: 16px;
    text-align: center;
}


/*-------------------------------------------------
    [ ### product-details block ]
*/

.product-details-section {
    margin-top: 30px;
    font-family: 'Inter' !important;
}

.product-details-section span {
    font-family: 'Inter' !important;
}

.product-details-section .product-img img {
    border-radius: 5px;
}

.product-details-section .flexslider {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .product-details-content {
        margin-top: 30px;
    }
}

.product-details-content .stock {
    background: #dd3333;
    padding: 6px 12px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 17px;
    display: inline-block;
}

.product-details-content .brand {
    font-size: 14px;
    font-weight: 500;
}

.product-details-content .sku {
    padding-bottom: 10px;
    display: block;
}

.product-details-content .title {
    font-size: 24px;
    line-height: 1.45;
    font-weight: 700;
    margin-bottom: 16px;
}

.product-details-content .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.product-details-content .review i {
    color: #FC8F00;
    font-size: 15px;
}

.product-details-content .review i.style-01 {
    color: #BFBFBF;
}

.product-details-content .review span {
    display: inline-block;
    font-size: 15px;
    line-height: 1.72;
    font-weight: 500;
    color: #505050;
    margin-left: 10px;
}

.product-details-content .price {
    font-size: 24px;
    line-height: 1.45;
    font-weight: 700;
    color: #dd3333;
    margin-bottom: 20px;
    display: inline-block;
}

.product-details-content .para {
    font-size: 16px;
    line-height: 1.72;
    font-weight: 400;
    color: #505050;
    border-bottom: 1px dashed #CBCBCB;
    margin-bottom: 26px;
    /* padding-bottom: 25px; */
}

.product-details-content .add-to-cart-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed #CBCBCB;
    /* margin-bottom: 20px;
  padding-bottom: 38px; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-details-content .add-to-cart-wrap .js-form-type-radio.radio {
    float: left;
    margin-right: 10px;
}

/* .commerce-product-variation-radio {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-right: 10px;
} */

.commerce-product-variation-radio input:checked+label {
    background: rgb(201, 41, 30) !important;
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid rgb(201, 41, 30);
    margin-right: 10px;
    color: #fff;
    font-weight: bold;
}

.commerce-product-variation-radio input+label {
    background: #fff !important;
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.commerce-product-variation-radio .field--type-entity-reference {
    margin: 0;
}

.product-details-content .add-to-cart-wrap .add-to-cart {
    margin-left: 20px;
}

.product-details-content .add-to-cart-wrap .add-to-cart a {
    background: #dd3333;
    padding: 10px 25px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.72;
    font-weight: 500;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .product-details-content .add-to-cart-wrap .add-to-cart a {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 455px) {
    .product-details-content .add-to-cart-wrap .add-to-cart a {
        padding: 8px 12px;
        font-size: 12px;
    }
}

.product-details-content .add-to-cart-wrap .add-to-cart a i {
    margin-right: 10px;
}

.product-details-content .add-to-cart-wrap .add-to-wishlist {
    margin-left: 20px;
}

@media only screen and (max-width: 991px) {
    .product-details-content .add-to-cart-wrap .add-to-wishlist {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content .add-to-cart-wrap .add-to-wishlist {
        margin-left: 20px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 455px) {
    .product-details-content .add-to-cart-wrap .add-to-wishlist {
        margin-left: 0;
        margin-top: 20px;
    }
}

.product-details-content .add-to-cart-wrap .add-to-wishlist a {
    font-size: 16px;
    line-height: 1.72;
    font-weight: 500;
}

@media only screen and (max-width: 1199px) {
    .product-details-content .add-to-cart-wrap .add-to-wishlist a {
        font-size: 14px;
    }
}

.product-details-content .add-to-cart-wrap .add-to-wishlist a i {
    margin-right: 10px;
}

.field--name-field-product-categories .field__item,
.field--name-field-product-tags .field__item {
    float: left;
    padding-left: 10px;
    /* margin-top: 16px; */
}

.product-details-content .tag-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-content .tag-wrapper .field--type-entity-reference {
    margin: 0 !important;
}

.product-details-content .tag-wrapper.style-01 {
    margin-bottom: 20px;
}

.product-details-content .tag-wrapper span {
    font-size: 16px;
    line-height: 1.72;
    font-weight: 500;
    color: #1C1C1C;
}

@media only screen and (max-width: 991px) {
    .product-details-content .tag-wrapper span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 455px) {
    .product-details-content .tag-wrapper span {
        font-size: 12px;
    }
}

.product-details-content .tag-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 10px;
}

.product-details-content .tag-wrapper ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 1.72;
    font-weight: 400;
    color: #8A8A8A;
}

@media only screen and (max-width: 455px) {
    .product-details-content .tag-wrapper ul li {
        font-size: 12px;
    }
}

.product-quantity .product-plus-minus {
    width: 140px;
    position: relative;
    display: inline-block;
}

.product-quantity .product-plus-minus.style-01 {
    width: 110px;
}

.product-quantity .product-plus-minus .qtybutton {
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
    text-align: center;
    width: 37px;
    height: 37px !important;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
}

.product-quantity .product-plus-minus .qtybutton.dec {
    left: 0px;
    top: 0px;
}

.product-quantity .product-plus-minus .qtybutton.inc {
    right: 0px;
    top: 0px;
}

.product-quantity .product-plus-minus .product-plus-minus-box {
    color: black;
    font-size: 16px;
    height: 36px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    width: 140px;
    outline: none;
    border: 1px solid transparent;
    background-color: transparent;
}

.product-quantity .product-plus-minus .product-plus-minus-box.style-01 {
    width: 110px;
}

.color-wrapper {
    margin-bottom: 36px;
}

.color-wrapper .wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.color-wrapper .wrapper-inner .color {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    margin-right: 20px;
}

.color-wrapper .radio {
    position: relative;
}

.color-wrapper .radio+.radio {
    margin-left: 35px;
}

.color-wrapper .radio .checkmark.style-01::after {
    background: #A45A3F;
}

.color-wrapper .radio .checkmark.style-02::after {
    background: #F7A56F;
}

.color-wrapper .radio .checkmark.style-03::after {
    background: #CBB487;
}

.color-wrapper .radio .checkmark::after {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #8F1818;
}

.color-wrapper input[type=radio] {
    position: absolute;
    opacity: 0;
}

.color-wrapper .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background: #8F1818;
    border-radius: 50%;
    padding: 9px;
    border: 1px solid transparent;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.color-wrapper .checkmark:focus {
    outline: none;
}

.color-wrapper .checkmark.style-01 {
    background: #A45A3F;
}

.color-wrapper .checkmark.style-02 {
    background: #F7A56F;
}

.color-wrapper .checkmark.style-03 {
    background: #CBB487;
}

.color-wrapper .radio input:checked~.checkmark {
    border: 1px solid #000000;
    padding: 9px;
}

.color-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.color-wrapper .radio input:checked~.checkmark:after {
    display: block;
}

.color-wrapper .radio input:checked~.checkmark {
    background: transparent;
}

.product-details-slider {
    overflow: hidden;
}


.product-details-slider-two {
    overflow: hidden;
    margin-top: 20px;
}

.product-details-thumb {
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.product-details-thumb a {
    display: block;
    height: 100%;
}

.product-details-thumb.two {
    height: 100px;
}

.product-details-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-details-section .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0 5px;
}

.product-information-section .information-wrapper {
    border-top: 1px dashed #CBCBCB;
    padding-top: 60px;
    /* margin-top: 55px; */
}

.product-information-section .information-wrapper .nav-parent {
    text-align: center;
}

.product-information-section .information-wrapper .nav-parent .nav-pills {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 8px;
}

.product-information-section .information-wrapper .nav-parent .nav-pills .nav-item+.nav-item {
    margin-left: 60px;
}

.product-information-section .information-wrapper .nav-parent .nav-pills .nav-item .nav-link {
    padding: 0;
    background: transparent;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
    color: #505050;
    border-radius: 0px;
    position: relative;
    z-index: 0;
}

.product-information-section .information-wrapper .nav-parent .nav-pills .nav-item .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0%;
    height: 3px;
    background-color: #dd3333;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.product-information-section .information-wrapper .nav-parent .nav-pills .nav-item .nav-link.active {
    color: #dd3333;
}

.product-information-section .information-wrapper .nav-parent .nav-pills .nav-item .nav-link.active::after {
    width: 100%;
}

.product-information-section .information-wrapper .informarion-content {
    margin-bottom: 35px;
}

.product-information-section .information-wrapper .informarion-content .title {
    font-weight: 700;
    margin-bottom: 15px;
}

.product-information-section .information-wrapper .product-features .title {
    font-weight: 700;
    margin-bottom: 20px;
}

.list-items-02 .list-parent {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-items-02 .list-parent .list-child {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.67;
    font-weight: 400;
    color: #2e2e2e;
}

.list-items-02 .list-parent .list-child+.list-child {
    margin-top: 20px;
}

.list-items-02 .list-parent .list-child::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    font-size: 10px;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    background: rgba(41, 98, 255, 0.12);
    border-radius: 50%;
    text-align: center;
    color: #dd3333;
}

.product-cart-section {
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 991px) {
    .product-cart-section .table thead {
        display: none;
    }
}

.product-cart-section .table thead th {
    border-bottom: 1px dashed #CBCBCB;
    padding: 15px 50px;
    border-top: 0;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 700;
    text-transform: uppercase;
    color: #505050;
}

.product-cart-section .table thead th:first-child {
    padding-left: 0;
}

.product-cart-section .table tbody td {
    border-top: 0;
    vertical-align: middle;
    padding: 20px 50px 20px 50px;
    line-height: 1.65;
    font-weight: 500;
    text-transform: uppercase;
    color: #505050;
    border-bottom: 1px dashed #CBCBCB;
}

@media only screen and (max-width: 1199px) {
    .product-cart-section .table tbody td {
        padding: 20px 20px 20px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .product-cart-section .table tbody td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: right;
        border-bottom: 1px dashed #CBCBCB;
        padding: 20px 20px 20px 20px;
    }

    .product-cart-section .table tbody td::before {
        content: attr(data-label);
        margin-right: auto;
        color: #dd3333;
        width: 50%;
        text-align: left;
    }
}

@media only screen and (max-width: 575px) {
    .product-cart-section .table tbody td {
        padding: 15px 15px 15px 15px;
    }
}

.product-cart-section .table tbody td:first-child {
    padding-left: 0;
}

@media only screen and (max-width: 991px) {
    .product-cart-section .custom-table tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: right;
        border-bottom: 1px solid #eeeeee;
    }

    .product-cart-section .custom-table tbody tr td:last-child {
        border: none;
    }

    .product-cart-section .custom-table tbody tr td::before {
        content: attr(data-label);
        margin-right: auto;
        color: #0088cc;
        width: 50%;
        text-align: left;
    }
}

.product-cart-section .cart-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 575px) {
    .product-cart-section .cart-button-wrapper {
        display: block;
    }
}

.product-cart-section .cart-button-wrapper .cart-btn {
    background: #F9FBFF;
    padding: 18px 33px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: inline-block;
    border-radius: 6px;
}

@media only screen and (max-width: 767px) {
    .product-cart-section .cart-button-wrapper .cart-btn {
        padding: 12px 18px;
        margin-top: 30px;
        font-size: 14px;
    }
}

.product-cart-section .cart-button-wrapper .cart-btn.style-01 {
    background: #dd3333;
    color: #fff;
    margin-left: 20px;
}

.product-cart-section .cart-button-wrapper .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-cart-section .cart-total {
    background: #F9FBFF;
    padding: 17px 20px 20px 20px;
    margin-top: 60px;
    border-radius: 8px;
}

.product-cart-section .cart-total .title {
    font-size: 24px;
    line-height: 1.45;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-cart-section .cart-total ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-cart-section .cart-total ul li {
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
    color: #10221B;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #DEDEDE;
}

.product-cart-section .cart-total ul li span {
    float: right;
}

.product-cart-section .cart-total a {
    background: #dd3333;
    padding: 16px 33px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
    margin-top: 20px;
}

.product-reply-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.product-reply-item:nth-child(even) {
    margin-left: 60px;
}

@media only screen and (max-width: 440px) {
    .product-reply-item:nth-child(even) {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .product-reply-item:nth-child(even) {
        display: block;
    }
}

.product-reply-item .product-reply-thumb {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.product-reply-item .product-reply-content {
    width: calc(100% - 70px);
    padding-left: 30px;
}

@media only screen and (max-width: 400px) {
    .product-reply-item .product-reply-content {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

.product-reply-item .product-reply-content .product-reply-content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product-reply-item .product-reply-content .product-reply-content-header .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 991px) {
    .product-reply-item .product-reply-content .product-reply-content-header .title {
        font-size: 18px;
    }
}

.product-reply-item .product-reply-content .product-reply-content-header .date {
    font-size: 15px;
    font-weight: 400;
    color: #8B8B8B;
}

.product-reply-item .product-reply-content .reply-ratings {
    margin-bottom: 10px;
}

.product-reply-item .product-reply-content .reply-ratings i {
    font-size: 14px;
    color: #FF8400;
}

.product-reply-item .product-reply-content .product-reply-content-body p {
    margin-bottom: 15px;
}

.product-reply-item .product-reply-content .product-reply-btn .reply-btn {
    color: #dd3333;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

@media only screen and (max-width: 991px) {
    .product-reply-item .product-reply-content .product-reply-btn .reply-btn {
        font-size: 16px;
    }
}

.product-comment-area {
    margin-top: 60px;
    border-top: 1px dashed #E2E2E2;
    padding-top: 60px;
}

.product-comment-area .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.product-comment-area .comment-form {
    margin-top: 30px;
}

.product-comment-area .comment-form .form-group {
    margin-bottom: 30px;
}

.product-comment-area .comment-form label {
    font-weight: 500;
}

.product-comment-area .comment-form .form--control {
    border: 1px solid #E2E2E2;
    background-color: #fff;
    font-weight: 400;
}

.product-comment-area .comment-form .form--control:focus {
    border: 1px solid #dd3333;
}

.product-comment-area .comment-form .form--control::-webkit-input-placeholder {
    color: #AAAAAA;
}

.product-comment-area .comment-form .form--control::-moz-placeholder {
    color: #AAAAAA;
}

.product-comment-area .comment-form .form--control:-ms-input-placeholder {
    color: #AAAAAA;
}

.product-comment-area .comment-form .form--control::-ms-input-placeholder {
    color: #AAAAAA;
}

.product-comment-area .comment-form .form--control::placeholder {
    color: #AAAAAA;
}

.product-comment-area .comment-form textarea {
    min-height: 150px;
}

.product-comment-area .comment-form .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.product-comment-area .comment-form .rating:not(:checked)>input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.product-comment-area .comment-form .rating:not(:checked)>label {
    width: 1em;
    padding: 0 0.1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd;
}

.product-comment-area .comment-form .rating:not(:checked)>label:before {
    content: "★";
    border: none;
}

.product-comment-area .comment-form .rating>input[type=radio]:checked+label:before {
    border-color: transparent;
    background-color: transparent;
}

.product-comment-area .comment-form .rating>input:checked~label {
    color: #FF8400;
}

.product-comment-area .comment-form .rating:not(:checked)>label:hover,
.product-comment-area .comment-form .rating:not(:checked)>label:hover~label {
    color: gold;
}

.product-comment-area .comment-form .rating>input:checked+label:hover,
.product-comment-area .comment-form .rating>input:checked+label:hover~label,
.product-comment-area .comment-form .rating>input:checked~label:hover,
.product-comment-area .comment-form .rating>input:checked~label:hover~label,
.product-comment-area .comment-form .rating>label:hover~input:checked~label {
    color: #ea0;
}

.product-comment-area .comment-form .rating>label:active {
    position: relative;
    top: 2px;
    left: 2px;
}


/* .block-views-blockfront-slider-1-block-1,
.block-views-blockfront-products-blocks-block-1,
.block-views-blockfront-products-blocks-block-2,
.block-views-blockfront-products-blocks-block-3,
.block-views-blockfront-products-blocks-block-4 {
    margin-top: 30px;
} */

.block-views-blockfront-slider-1-block-1::before,
.block-views-blockfront-products-blocks-block-1::before,
.block-views-blockfront-products-blocks-block-2::before,
.block-views-blockfront-products-blocks-block-3::before,
.block-views-blockfront-products-blocks-block-4::before {
    background-image: linear-gradient(360deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .08) 88%, rgba(0, 0, 0, .16) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, .0001) 4.3%, #000 50%, rgba(255, 255, 255, .0001) 95.7%);
    height: 12px;
    content: '';
    display: block;
}

.front-slider-1 {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    min-height: 303px;
}

.slider-1-bg {
    min-height: 303px;
}

.slider-1-bg img {
    object-fit: cover;
    min-height: 303px;
    object-position: 0 0;
}

.slider-1-content {
    position: absolute;
    left: 2rem;
    top: 3rem;
    width: 40%;
}

.sider-1-tagline {}

.slider-1-headline {
    line-height: 1.25;
    color: #000000;
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
    font-family: Manrope;
    font-weight: var(--h2-font-weight);
    font-style: var(--h2-font-style);
}

/* No less than 400px, no greater than 900px */
/* @media (min-width:1445px) and (max-width: 1555px) {
    .slider-1-content {
        position: absolute;
        left: 25px;
        top: 35px;
        width: 289px;
    }
} */


/* No less than 400px, no greater than 900px */
/* @media (min-width:992px) and (max-width: 1400px) {
    .slider-1-content {
        position: absolute;
        left: 25px;
        top: 35px;
        width: 289px;
    }
} */

/* No less than 400px, no greater than 900px */
@media (min-width:769px) and (max-width: 1510px) {
    .slider-1-content {
        position: absolute;
        left: 25px;
        top: 35px;
        width: 289px;
    }

    .sider-1-tagline {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.2px;
        margin-bottom: 16px;
        color: #000000;
    }

    .slider-1-headline {
        font-size: 1.875rem;
        line-height: 1.25;
        margin-bottom: .75rem;
        margin-bottom: 12px;
    }

    .slider-1-body p {
        color: #4A5568;
        line-height: 2;
        font-size: .9375rem;
        margin-bottom: 1.5rem;
    }
}

/* No less than 400px, no greater than 900px */
@media (min-width:250px) and (max-width: 768px) {
    .slider-1-content {
        position: absolute;
        left: 25px;
        top: 35px;
        width: 289px;
    }

    .sider-1-tagline {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.2px;
        margin-bottom: 16px;
        color: #000000;
    }

    .slider-1-headline {
        font-size: 1.875rem;
        line-height: 1.25;
        margin-bottom: .75rem;
        margin-bottom: 12px;
    }

    .slider-1-body p {
        color: #4A5568;
        line-height: 2;
        font-size: .9375rem;
        margin-bottom: 1.5rem;
    }

    .slider-1-link a {
        background: #02B290;
        color: #fff;
        font-size: .875rem;
        line-height: 1.25rem;
        padding-top: .75rem;
        padding-bottom: .75rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        min-height: 2.8125rem;
        font-weight: 700;
        border-radius: .25rem;
        cursor: pointer;
    }

    .front-slider-1 {
        margin-bottom: 10px !important;
    }

    .front-slider-2 {
        margin-bottom: 10px !important;
    }

}


.slider-1-body {
    color: #4A5568;
    line-height: 2;
    font-size: 1rem;
    margin-bottom: 1.75rem;
}

.slider-1-link a {
    background: #02B290;
    color: #fff;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    min-height: 2.8125rem;
    font-weight: 700;
    border-radius: .25rem;
    cursor: pointer;
}

.front-slider-2 {
    /* border: 1px solid #DEDEDE; */
    /* border-radius: .25rem; */
    padding: 1.5rem;
    background-color: #F2F5F9;
    margin-bottom: 30px;
}

.sider-2-icon {
    width: 5.375rem;
    height: 5.375rem;
    margin-right: 1.25rem;
    padding: 1.25rem;
    box-shadow: 0px 4px 8px rgba(70, 84, 111, 0.06);
    background-color: #fff;
    border-radius: 9999px;
}

.sider-2-icon img {
    width: 100%;
}


.sider-2-title {
    color: #000000;
    font-family: Manrope;
    line-height: 1.625;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .75rem;
    margin-top: 0;
}

.slider-2-link {
    color: #665f56;
    font-weight: 600;
    font-size: .75rem;
    line-height: 1rem;
    list-style: none;
}

.field--name-field-product-features .field__item {
    margin-bottom: 10px;
}

.field--name-field-product-features .field__item:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 10px;
    width: 20px;
    height: 20px;
    padding: 5px;
    margin-right: 10px;
    line-height: 19px;
    background: rgb(2, 178, 144, 0.12);
    border-radius: 50%;
    text-align: center;
    color: #02b290;
}



/**
 * @file
 * Styles for Bootstrap Barrio's tables.
 */

table {
    border: 0;
    border-spacing: 0;
    font-size: 0.857em;
    margin: 10px 0;
    width: 100%;
    border: 1px solid rgb(245, 245, 245) !important;
}

table table {
    font-size: 1em;
}

tr {
    border-bottom: 1px solid rgb(245, 245, 245);
    padding: 0.1em 0.6em;
    background: #fff;
    /* background: rgba(0, 0, 0, 0.063); */
}

thead>tr {
    border-bottom: 1px solid rgb(245, 245, 245);
    background-color: rgb(245, 245, 245);
}

tr.odd {
    background: #e4e4e4;
    background: rgba(0, 0, 0, 0.105);
}

table tr th {
    background: #757575;
    background: rgba(0, 0, 0, 0.51);
    border-bottom-style: none;
}

table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
    color: #4A5568;
    font-weight: bold;
}

table tbody tr th {
    vertical-align: top;
}

tr td,
tr th {
    padding: 4px 9px;
    border: 1px solid #fff;
    text-align: left;
    /* LTR */
}

[dir="rtl"] tr td,
[dir="rtl"] tr th {
    text-align: right;
}

/**
 * Responsive tables.
 */
@media screen and (max-width: 37.5em) {

    /* 600px */
    th.priority-low,
    td.priority-low,
    th.priority-medium,
    td.priority-medium {
        display: none;
    }
}

@media screen and (max-width: 60em) {

    /* 920px */
    th.priority-low,
    td.priority-low {
        display: none;
    }
}


.cart-form-box {
    margin-bottom: 8px !important;
    height: calc(100% - 8px);
    border: 1px solid rgb(245, 245, 245);
    border-radius: 4px;
    padding: 10px;
}

.cart-form-box .product-name {
    font-size: 13px !important;
    line-height: 16px !important;
}

.cart-form-box .product-unit-price {
    font-size: 11px;
    text-align: right;
}

.cart-form-box .product-total-price {
    font-size: 13px;
    font-weight: bold;
    text-align: right;
}

.cart-form-box .product-quantity-edit-input input[type="number"] {
    width: 70px;
    height: 31px;
    min-height: 31px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.cart-form-box .product-quantity-edit-input .mb-3 {
    margin-bottom: 0 !important;
}

.cart-form-box .product-remove-button .btn-primary {
    background-color: #FFF;
    border-color: #fff;
    color: #6c757d;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}