@font-face {
    font-family: technocy;
    src: url(../fonts/TechnocyCustom-boldRegular.eot);
    src: url(../fonts/TechnocyCustom-boldRegulard41d.eot?#iefix)
            format("embedded-opentype"),
        url(../fonts/TechnocyCustom-boldRegular.woff2) format("woff2"),
        url(../fonts/TechnocyCustom-boldRegular.woff) format("woff"),
        url(../fonts/TechnocyCustom-boldRegular.svg#TechnocyCustom-boldRegular)
            format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: technocy;
    src: url(../fonts/TechnocyCustom-mediumRegular.eot);
    src: url(../fonts/TechnocyCustom-mediumRegulard41d.eot?#iefix)
            format("embedded-opentype"),
        url(../fonts/TechnocyCustom-mediumRegular.woff) format("woff"),
        url(../fonts/TechnocyCustom-mediumRegular.svg#TechnocyCustom-mediumRegular)
            format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: technocy;
    src: url(../fonts/TechnocyCustom-regularRegular.eot);
    src: url(../fonts/TechnocyCustom-regularRegulard41d.eot?#iefix)
            format("embedded-opentype"),
        url(../fonts/TechnocyCustom-regularRegular.woff2) format("woff2"),
        url(../fonts/TechnocyCustom-regularRegular.woff) format("woff"),
        url(../fonts/TechnocyCustom-regularRegular.svg#TechnocyCustom-regularRegular)
            format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-display: swap;
    font-family: technocy-icon;
    src: url(../icons/technocy-icon-1.0.7.eot);
    src: url(../icons/technocy-icon-1.0.7.eot?#iefix) format("eot"),
        url(../icons/technocy-icon-1.0.7.woff2) format("woff2"),
        url(../icons/technocy-icon-1.0.7.woff) format("woff"),
        url(../icons/technocy-icon-1.0.7.ttf) format("truetype"),
        url(../icons/technocy-icon-1.0.7.svg#technocy-icon-1.0.7) format("svg");
}
[class*="technocy-icon-"] {
    font-family: technocy-icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
}
.technocy-icon-home::before {
    content: "";
}
.technocy-icon-angle-right:before {
    content: "";
}
.technocy-icon-account:before {
    content: "";
}
.technocy-icon-heart-1:before {
    content: "";
}
.technocy-icon-hot-deal:before {
    content: "";
}
.technocy-icon-youtube:before {
    content: "";
}
.technocy-icon-times-circle:before {
    content: "";
}
.technocy-icon-th-large:before {
    content: "";
}
.technocy-icon-bars:before {
    content: "";
}
.technocy-icon-filter-ul:before {
    content: "";
}
.technocy-icon-search::before {
    content: "";
}
.widget_search form::before,
.widget_product_search form::before {
    font-family: technocy-icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    z-index: 1;
}
a:hover {
    color: #e27641;
}
body {
    margin: 0;
    padding: 0;
    font-family: "technocy", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: #222222;
    transition: all 0.3s ease;
}
img {
    max-width: 100%;
    height: auto;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: #e27641;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
}
#myBtn:hover {
    background-color: #555;
}
.mobile-menutoggler {
    margin-right: 15px;
}
.toggle-arrow {
    height: 2px;
    width: 18px;
    background-color: #e27641;
    display: block;
    position: relative;
}
.toggle-arrow::before,
.toggle-arrow::after {
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    background-color: #e27641;
}
.mobile-menutoggler > span::before {
    top: -8px;
}
.mobile-menutoggler > span::after {
    bottom: -8px;
}
.mobile-menu {
    display: none;
}
.text-thm {
    color: #e27641 !important;
}
.bg-thm {
    background-color: #e27641 !important;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1200px;
    width: 100%;
}
.bg-dark {
    background-color: #272a37 !important;
}
.bg-lite {
    background-color: #f1f3f8;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.fs-12 {
    font-size: 14px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.me-10 {
    margin-right: 6rem;
}
.mt-10 {
    margin-top: 6rem;
}
.pos-rel {
    position: relative;
}
@keyframes fixedTopContent {
    from {
        transform: translateY(-100%);
        transform-origin: center top 0;
    }
    to {
        transform: translateY(0);
    }
}
.header-top {
    padding: 10px 0;
}
.header-top-two {
    padding: 56px;
}
.js-exportable {
    border: #f2f2f2 solid 1px;
}
.cart-form {
    border: #f2f2f2 solid 1px;
}
.header-middle {
    padding: 20px 0;
    background-color: #fff;
}
.middle-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.logo-area {
    flex: 0 0 auto;
    width: 230px;
}
.header-search {
    flex: 1;
    padding: 0 1rem;
}
.header-search-form {
    position: relative;
}
.middle-wrapper .login-cart-area {
    flex: 0 0 auto;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.login-cart-area .count {
    display: inline-block;
    position: absolute;
    min-width: 15px;
    line-height: 15px;
    height: 15px;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    text-align: center;
    border-radius: 50px;
    top: 5px;
    letter-spacing: 0;
    color: #000;
    right: -5px;
}
.login-cart-area a {
    display: inline-block;
    padding: 10px;
}
.header-bottom {
    border-top: 1px solid #f1f3f8;
    border-bottom: 1px solid #f1f3f8;
    background-color: #fff;
}
.header-bottom.sticky {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    transform: translateY(0);
    z-index: 1051;
    box-shadow: 0 0 10px 1px rgb(0, 0, 0, 0.1);
    animation: fixedTopContent 0.4s;
}
.category-menu {
    flex: 0 0 auto;
    width: 240px;
}
.vertical-menu {
    height: 48px;
    padding: 0 25px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.top-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.category-menu-icon {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 15px;
}
.icon-bar {
    display: inline-block;
    height: 2px;
    width: 14px;
    background-color: #fff;
    margin-bottom: 2px;
    transition: all 0.3s ease;
}
.icon-2 {
    width: 10px;
}
.category-menu:hover .icon-2 {
    width: 14px;
}
.categories-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: #e4e4e4 solid 1px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 999;
    background-color: #fff;
}
.vertical-menu:hover .categories-list {
    visibility: visible;
    opacity: 1;
}
.category-list-item {
    border-bottom: 1px solid #e4e4e4;
}
.category-list-item:last-child {
    border-bottom: none;
}
.category-list-link {
    padding: 10px 20px 10px 15px;
    display: flex;
    text-transform: capitalize;
    align-items: center;
    font-weight: 500;
    transition: all 0.3s ease;
    color: #666666;
}
.menu-title {
    font-size: 14px;
    font-weight: 500;
}
.category-list-link:hover {
    color: #000;
    background-color: #f7f7f7;
}
.arrow-right::after {
    font-family: technocy-icon;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-left: auto;
    float: right;
}
.catsub-menu {
    position: absolute;
    left: calc(100% - 2px);
    top: -1px;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    transition: all 0.3s ease;
    padding: 5px 0;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    min-height: 100%;
}
.has-catsub:hover > .catsub-menu {
    visibility: visible;
    opacity: 1;
}
.category-list-link {
    font-size: 14px;
    padding: 7px 20px 7px 30px;
}
.main-menu-area {
    flex: 0 0 auto;
    width: calc(100% - 240px);
    padding-left: 1.5rem;
    position: relative;
}
.main-menu-link {
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    color: #222;
    padding: 25px 18px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
}
.has-sub {
    position: relative;
}
.sub-menu {
    position: absolute;
    left: 80px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background-color: #fff;
    border: #e4e4e4 solid 1px;
    padding: 20px 0;
    pointer-events: none;
    width: 260px;
    z-index: 99;
    background-color: #fff;
}
.has-sub:hover > .sub-menu {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.category-list-link {
    padding: 7px 20px 7px 30px;
    font-weight: 400;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.category-list-link:hover {
    color: #000;
    background-color: #f4f4f4;
}
.main-search {
    flex: 0 0 auto;
    width: 100%;
}
.header-search-input {
    width: 100%;
    border: #e4e4e4 solid 2px;
    border-radius: 5px;
    width: 100%;
    line-height: 1;
    padding: 14px 20px;
    padding-right: 55px;
    flex: 1;
    color: #222;
}
.header-search {
    flex: 1;
    padding: 0 1rem;
}
.header-search-form {
    position: relative;
}
.header-search-input {
    width: 100%;
    border: #e4e4e4 solid 2px;
    border-radius: 5px;
    width: 100%;
    line-height: 1;
    padding: 14px 20px;
    padding-right: 55px;
    flex: 1;
    color: #222;
}
.header-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    border: none;
    background-color: transparent;
}
.header-search-btn::before {
    font-family: technocy-icon;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    z-index: 1;
    font-size: 18px;
}
.header-search-btn {
    color: #666;
}
.featured-thumb img {
    width: 100%;
    object-fit: cover;
    object-position: left;
    transition: all 0.3s ease;
    border-radius: 5px;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.single-featured:hover .featured-thumb img {
    object-position: right;
}
.single-cat {
    border-bottom: 1px solid #e4e4e4;
}
.single-cat {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    position: relative;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.single-offer {
    position: relative;
    height: 100%;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 8px;
    background-color: #fff;
    transition: all 0.3s ease;
}
.single-offer:hover {
    border-radius: 5px 5px 0 0;
    z-index: 99 !important;
}
.thumb {
    position: relative;
    overflow: hidden;
}
.product-title {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cat-tag-link {
    display: inline-flex;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    color: #666;
}
.cat-tag-link:hover {
    text-decoration: underline;
    color: #e27641;
}
.product-title {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
    line-height: 22px;
}
.count-review {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}
.star-rating {
    overflow: hidden;
    position: relative;
    width: 92px;
    display: inline-flex;
    font-size: 14px;
    margin-right: 3px;
    gap: 2px;
}
.star-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    fill: #ddd;
}
.filled-stars {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9;
    display: flex;
    gap: 2px;
}
.filled-star {
    width: 15px;
    height: 15px;
    display: inline-block;
    fill: #e24336;
}
.count-review-item {
    font-size: 14px;
    color: #666;
    display: inline-block;
}
.product-caption-bottom {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 9;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    transition: all 0.3s ease-in-out;
}
.single-offer:hover .product-caption-bottom {
    visibility: visible;
    opacity: 1;
}
.add-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 5px;
    border: none;
    background-color: #e27641;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    gap: 10px;
}
.add-cart-btn::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    font-size: 16px;
    font-family: "technocy-icon";
}
.single-offer:hover .add-cart-btn {
    visibility: visible;
    opacity: 1;
}
.pos-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -66px;
    left: 0;
    border-radius: 5px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 0 10px 3px rgb(0, 0, 0, 0.07);
}
.single-offer:hover .pos-block {
    visibility: visible;
    opacity: 1;
}
.group-action {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}
.shop-action {
    position: absolute;
    top: 0;
    right: -80px;
    transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.single-offer:hover .shop-action {
    right: 0;
}
.hover-btn {
    margin-bottom: 10px;
    animation-delay: 200ms;
    max-width: 38px;
    height: 38px;
    position: relative;
    white-space: nowrap;
    background-color: #f2f2f2;
    padding: 0 18px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    color: #f2f2f2;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    font-size: 14px;
    border: none;
    letter-spacing: 0;
    border-radius: 5px;
}
.wish {
    margin-left: 20px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease-in-out;
}
.view {
    margin-left: 80px;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s ease-in-out;
}
.single-offer:hover .hover-btn {
    margin-left: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.wish:hover,
.wish:focus,
.wish:active {
    background-color: #000;
    max-width: 260px;
    color: #fff;
    padding: 0 40px 0 20px;
}
.hover-btn.wish:hover::before {
    color: #fff;
}
.view:hover,
.view:focus,
.view:active {
    background-color: #000;
    max-width: 260px;
    color: #fff;
    padding: 0 40px 0 20px;
}
.view:hover::before {
    color: #fff;
}
.wish::before {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    font-variant: normal;
    font-family: "technocy-icon";
}
.view::before {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    font-variant: normal;
    font-family: "technocy-icon";
}
.hover-btn::before {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(50%, -50%);
    font-size: 14px;
    color: #000;
    margin: 0;
}
.thumb-big {
    flex: 0 0 auto;
    width: 40%;
}
.single-offer .pos-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: -50px;
    border-radius: 5px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 0 10px 3px rgb(0, 0, 0, 0.07);
}
.single-offer:hover .pos-block {
    visibility: visible;
    opacity: 1;
}
.single-statics {
    display: flex;
    column-gap: 2.5rem;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}
.single-statics:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.single-statics .count-static {
    font-size: 48px;
    font-weight: 700;
    line-height: 40px;
    color: #e24336;
}
.static-content .title {
    margin-bottom: 0;
    line-height: 24px;
}
.static-content .desc {
    line-height: 24px;
    color: #666666;
}
.logo-slider-section {
    padding: 60px 0;
}
.logo-slider .slick-track {
    display: flex;
    align-items: center;
}
.logo-slider .single-slide img {
    width: 90px;
    margin: 0 auto;
}
.subscribe-section {
    padding: 35px 0;
    color: #fff;
}
.subscribe-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.subscribe-wrapper .left {
    flex: 0 0 auto;
    width: 30%;
}
.subscribe-wrapper .middle {
    flex: 0 0 auto;
    width: 42%;
}
.subscribe-wrapper .right {
    flex: 0 0 auto;
    width: 28%;
}
.subscribe-wrapper .icon-area i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    font-size: 55px;
}
.subscribe-wrapper .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}
.subscribe-wrapper .content {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-transform: capitalize;
    margin-bottom: 0;
}
.subscribe-wrapper form {
    display: flex;
}
.subscribe-wrapper form input[type="text"] {
    line-height: 20px;
    color: #666;
    font-size: 14px;
    border: none;
    flex: 1;
    text-align: left;
    border-radius: 5px 5px 5px 5px;
    padding: 13px 15px 14px 15px;
    background-color: #ffffff;
    border-color: #ffffff;
}
.subscribe-wrapper form button[type="submit"] {
    border-color: #e24336;
    border-width: 2px;
    border-style: solid;
    font-size: 14px;
    font-weight: 700;
    background-color: #e24336;
    padding: 10px 22px 10px 22px;
    text-transform: none;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    column-gap: 0.5rem;
    color: #fff;
    text-transform: capitalize;
}
.subscribe-button {
    border-color: #e24336;
    border-width: 2px;
    border-style: solid;
    font-size: 14px;
    font-weight: 700;
    background-color: #e24336;
    padding: 10px 22px 10px 22px;
    text-transform: none;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    column-gap: 0.5rem;
    color: #000;
    text-transform: capitalize;
}
.social-wrapper {
    margin-left: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-wrapper .social-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 0;
    margin-right: 1rem;
    white-space: nowrap;
}
.social-wrapper .social {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
}
.social-wrapper .social li a {
    background-color: #ea104400;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #66666691;
    font-size: 18px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.social-wrapper .social li a:hover {
    background-color: #ea1044;
    border-color: #ea1044;
}
.footer-top {
    padding: 30px 0 0;
    border-bottom: 1px solid #e4e4e4;
}
.single-footer .footer-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
}
.footer-menu li a {
    font-size: 14px;
    color: #555;
    display: flex;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}
.footer-menu li a:hover {
    color: #e27641;
}
.footer-middle .inner {
    padding: 35px 0;
    border-top: 1px solid #99999945;
    border-bottom: 1px solid #99999945;
}
.single-service .icon-area i {
    font-size: 40px;
}
.single-service .content-area .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.single-service .content-area .content {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
    text-transform: capitalize;
}
h3.title.policy {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}
.footer-bottom {
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer-bottom-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.policy {
    padding: 50px 10px 50px 10px;
    text-align: justify;
}
.footer-bottom-menu li {
    position: relative;
    margin-right: 24px;
}
.footer-bottom-menu li::after {
    content: "|";
    position: absolute;
    right: -14px;
    font-weight: 600;
    color: #666666;
}
.footer-bottom-menu li:last-child {
    margin-right: 0;
}
.footer-bottom-menu li:last-child::after {
    display: none;
}
.footer-bottom-menu li a {
    color: #666666;
    font-size: 16px;
    transition: all 0.3s ease;
}
.footer-bottom-menu li a:hover {
    color: #ea1044;
}
.login-form {
    position: absolute;
    background-color: #fff;
    z-index: 999;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
.login-form.show {
    visibility: visible;
    opacity: 1;
}
.login-form .form-wrapper {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0 30px 0 rgb(0, 0, 0, 0.05);
    border-width: 2px;
    border-style: solid;
    border-color: #e4e4e4;
    border-top: none;
    box-sizing: border-box;
}
.login-form .form-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -2px;
    right: -2px;
    height: 2px;
    background-color: #e27641;
}
.login-form .account-inner {
    width: 320px;
    padding: 20px;
    max-height: 500px;
    overflow: auto;
}
.login-form.responsive-form .account-inner {
    max-width: 320px;
}
.account-inner .login-form-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.login-form .login-form-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
    line-height: 50px;
}
.login-form a.register-link,
.login-form a.lostpass-link {
    color: #e27641;
    font-size: 14px;
}
.login-form .login-form-ajax {
    margin-bottom: 5px;
}
.login-form .login-form-ajax p {
    margin-bottom: 15px;
}
.login-form .login-form-ajax label {
    margin-bottom: 0.5rem;
    font-size: 14px;
    line-height: 1.5;
}
.required {
    border-bottom: 0 !important;
    color: #e2401c;
}
.login-form .login-form-ajax input {
    padding: 0.8em 1em;
    background-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: #e4e4e4;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 5px;
    outline: 0;
    line-height: normal !important;
    border-width: 1px;
    padding: 15px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.login-form .login-form-ajax button {
    font-size: 14px;
    font-weight: 700;
    border: solid 2px;
    border-radius: 5px;
    background-color: #e27641;
    border-color: #e27641;
    color: #fff;
    cursor: pointer;
    padding: 1em 2.5em;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
}
.login-form .login-form-ajax button {
    line-height: normal !important;
    border-width: 1px;
    padding: 15px;
    width: 100%;
}
.login-form .login-form-ajax button {
    font-size: 14px !important;
    text-transform: uppercase;
}
.login-form .login-form-ajax button:hover {
    background-color: #ea1044;
    border-color: #ea1044;
    color: #fff;
}
.login-form a.register-link:hover,
.login-form a.lostpass-link:hover {
    text-decoration: underline;
}
.breadcrub-section nav {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    display: flex;
    color: #666666;
    column-gap: 10px;
    align-items: center;
    font-weight: 400;
    margin-top: 1.5rem;
}
.breadcrub-section nav a {
    color: #000;
    transition: all 0.3s ease;
}
.breadcrub-section nav a:hover {
    color: #e27641;
    text-decoration: underline;
}
.breadcrub-section nav i {
    font-size: 16px;
    color: #000;
}
.details-section {
    margin-top: 1.5rem;
}
.details-section .details-wrapper {
    overflow: hidden;
}
.details-wrapper .main-area {
    width: calc(100% - 330px);
    float: left;
    margin-bottom: 1.6rem;
}
.main-area .content-single-wrapper {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}
.content-single-title-wrapper {
    padding-bottom: 25px;
}
.content-single-wrapper .count-review {
    margin-bottom: 0;
    font-size: 14px;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}
.content-single-wrapper .product_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
    clear: none;
}
.content-single-wrapper .product-brand::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 1px;
    height: 10px;
    transform: translateY(-50%);
    background-color: #e4e4e4;
}
.content-single-wrapper .count-review::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 1px;
    height: 10px;
    transform: translateY(-50%);
    background-color: #e4e4e4;
}
.content-single-wrapper .product-brand {
    display: inline-block;
    font-size: 14px;
    color: #666;
}
.content-single-wrapper .product-brand {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}
.product_meta .sku_wrapper {
    display: inline-block;
    margin-bottom: 0;
    color: #666;
}
.product_meta .sku_wrapper .sku {
    color: #000;
}
.product-gallery-summary {
    overflow: hidden;
}
.zoomWindowContainer .zoomWindow {
    border: none !important;
    width: 100% !important;
    max-width: 670px !important;
    max-width: 670px !important;
    height: auto !important;
    aspect-ratio: 1/0.8;
}
.product-gallery {
    width: calc(50% - 30px);
    max-width: 670px;
    margin-right: 0;
    float: left;
    margin-bottom: 10px;
    position: relative;
}
.product-gallery .image-list {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-top: 10px;
}
.product-gallery .image-list img {
    width: 70px;
    aspect-ratio: 1/1;
    object-fit: cover;
    cursor: pointer;
    padding: 3px;
    border: #e4e4e4 solid 1px;
}
.product-summary {
    float: right;
    width: 50%;
    margin-bottom: 10px;
}
.gallery__trigger {
    position: absolute;
    right: 1rem;
    top: 0.6rem;
    z-index: 996;
}
.gallery__trigger::after {
    font-family: technocy-icon;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    display: inline-block;
    line-height: 20px;
    text-indent: 0;
    font-size: 18px;
}
.inventory_status {
    font-size: 14px;
    margin-bottom: 25px;
    display: block;
    color: #e27641;
}
.product-summary .desc {
    font-size: 16px;
    color: #666;
    text-transform: capitalize;
}
.product-summary form.cart {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    row-gap: 8px;
}
form.cart button.wish::before {
    font-family: technocy-icon;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ ";
    line-height: inherit;
    font-size: 16px;
}
form.cart button.compare::before {
    font-family: technocy-icon;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ ";
    line-height: inherit;
    font-size: 16px;
}
form.cart button.add-to-cart::before {
    font-family: technocy-icon;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ ";
    margin-right: 10px;
    font-size: 18px;
}
form.cart button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-right: 5px;
    white-space: nowrap;
    padding: 7px 18px;
    border: none;
    border-radius: 5px;
    letter-spacing: 0;
    margin-top: 10px;
    color: #fff;
    background-color: #e27641;
    font-weight: 700;
    text-transform: capitalize;
}
.product_meta .posted_in {
    display: block;
    color: #666;
    font-weight: 400;
    margin-top: 30px;
}
.products-infotabs {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    display: block;
}
.products-infotabs .tablist {
    border-bottom: 1px solid #e4e4e4;
}
.products-infotabs .tablist button {
    margin: 0 25px;
}
.products-infotabs .tablist button:first-child {
    margin-left: 0;
}
.tablist button:last-child {
    margin-right: 0;
}
.tablist button.active {
    background-color: transparent !important;
}
.tablist button::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: scaleX(0);
    height: 2px;
    background-color: #e27641;
    transition: transform 0.3s ease;
}
.tablist button:hover::after,
.tablist button.active::after {
    transform: scaleX(1);
}
.tablist button {
    display: block;
    position: relative;
    color: #000 !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding: 0;
    padding-bottom: 20px;
    border: none !important;
}
.info-table.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    border-bottom-width: 1px;
    border: #e4e4e4 solid 1px;
    padding: 0.8rem;
}
.text-lite {
    color: #666;
}
.review-meta {
    margin-bottom: 5px;
    display: flex;
    column-gap: 1rem;
    align-items: center;
}
.review-meta .user-image {
    flex: 0 0 auto;
    width: 50px;
}
.user-image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.user-content {
    flex: 1;
}
.review-desc {
    margin-left: 66px;
}
.details-wrapper .sidebar-area {
    width: 300px;
    float: right;
    margin-bottom: 1.6rem;
}
.sidebar-area .single-sidebar {
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    border: #e4e4e4 solid 1px;
    margin-bottom: 20px;
}
button {
    cursor: pointer;
}
.single-sidebar .sidebar-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 20px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 0;
}
.product-categories > li.cat-item {
    margin-bottom: 0.5em;
    line-height: 1.41575em;
    padding-left: 1em;
}
li.cat-item a {
    font-size: 14px;
    color: #666666;
}
li.cat-item::before {
    content: "";
    font-family: technocy-icon;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    margin-right: 0.5407911001em;
    display: block;
    float: left;
    opacity: 0.35;
    margin-left: -1em;
    width: 1em;
    line-height: inherit !important;
}
li.cat-item.active::before {
    content: "";
    opacity: 1;
    color: #000;
}
.product-categories > li.cat-parent {
    display: block;
    position: relative;
}
.cat-parent > .children {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    padding-left: 10px;
    flex: 0 0 auto;
    width: 100%;
}
.icon-minus {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    right: 0;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-plus {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    right: 0;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-plus.icon-minus:before {
    font-family: technocy-icon;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹";
    font-size: 14px;
}
.icon-minus:before {
    font-family: technocy-icon;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
    font-size: 14px;
}
.sidebar-posts li {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}
.sidebar-posts li:first-child {
    padding-top: 0;
}
.sidebar-posts li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar-posts li > a {
    flex: 0 0 auto;
    width: 70px;
    display: block;
}
.sidebar-posts li img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}
.sidebar-posts li .product-title {
    margin-bottom: 5px;
    line-height: 1.41575em;
    font-size: 14px;
    overflow: hidden;
    color: #000;
    transition: all 0.3s ease;
}
.sidebar-posts li .product-title:hover {
    color: #e27641;
}
.categories-section {
    margin-top: 1.5rem;
}
.categories-section .categories-wrapper {
    overflow: hidden;
}
.categories-wrapper .main-area {
    width: calc(100% - 320px);
    float: right;
    margin-bottom: 1.2rem;
}
.categories-wrapper .sidebar-area {
    width: 300px;
    float: left;
    margin-bottom: 1.2rem;
}
.single-sidebar .count-review {
    position: relative;
}
.single-sidebar .count-review > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}
.single-sidebar .count-review:last-child {
    margin-bottom: 0;
}
.noUi-handle {
    height: 10px !important;
    width: 10px !important;
    border-radius: 50%;
    cursor: pointer;
}
.noUi-horizontal {
    height: 3px;
}
.noUi-target {
    background: #e27641;
    border-radius: 20px;
    border: #e27641 solid 1px;
    box-shadow: none;
}
.noUi-handle {
    border: #e24336 solid 1px;
    background: #e24336;
    box-shadow: none;
}
.noUi-handle:after,
.noUi-handle:before {
    display: none;
}
.noUi-horizontal .noUi-handle {
    right: -8px;
    top: -4px;
}
button.submit-range {
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
    padding: 0;
    order: 3;
    margin-left: auto;
    border: none;
    border-bottom: 1px solid;
    line-height: 1;
    color: #000000;
    border-radius: 0;
    text-transform: uppercase;
}
button.submit-range:hover {
    color: #f02757;
}
.filter-toggle {
    display: none;
}
.main-area .sorting > * {
    margin-bottom: 0;
}
.sorting {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    align-items: center;
    padding: 6px 10px;
    border-radius: 5px;
}
.result-count {
    margin-left: auto;
    order: 1;
    padding-right: 10px;
    color: #666;
    font-size: 14px;
}
.gridlist-toggle {
    margin-right: 10px;
}
.gridlist-toggle ul li button {
    display: inline-block;
    color: #000000;
    padding: 10px;
    border: none !important;
    line-height: 0;
}
.gridlist-toggle ul {
    border-bottom: none !important;
}
.gridlist-toggle button.active,
.gridlist-toggle button:hover {
    color: #f02757 !important;
}
.ordering {
    position: relative;
    width: 150px;
}
select:not([size]):not([multiple]) {
    color: #666666;
    background-color: #fff;
    border: solid 1px;
    border-color: #e4e4e4;
    max-width: 100%;
    appearance: none;
    width: 100%;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border-radius: 0;
    height: 50px;
    padding: 12px;
}
.ordering select {
    font-size: 14px;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    padding: 0.63em 28px 0.63em 1.41575em;
}
.ordering select:focus {
    outline: none;
}
.short-description {
    overflow: hidden;
    line-height: 22px;
    margin-bottom: 15px;
}
.offer-content {
    padding: 6px 0 0;
}
form.cart {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
form.cart button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-right: 5px;
    white-space: nowrap;
    padding: 7px 18px;
    border: none;
    border-radius: 5px;
    letter-spacing: 0;
    color: #fff;
    background-color: #e27641;
    font-weight: 700;
    text-transform: capitalize;
}
form.cart button.add-to-cart::before {
    font-family: technocy-icon;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°";
    margin-right: 10px;
    font-size: 18px;
    font-variant: normal;
}
form.cart button.wish::before {
    font-family: technocy-icon;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    vertical-align: middle;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ ";
    line-height: inherit;
    font-size: 16px;
    font-variant: normal;
}
form.cart button.compare::before {
    font-family: technocy-icon;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    vertical-align: middle;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½";
    line-height: inherit;
    font-size: 16px;
    font-variant: normal;
}
.sidebar-close {
    display: none;
}
.checkout-section {
    margin-top: 1.5rem;
}
.form-coupon-toggle .coupon-info {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 1.3em 1.618em 1em;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: 0.6180469716em solid rgb(0, 0, 0, 0.15);
    line-height: 1;
    background-color: #e27641;
}
.showcoupon {
    color: #fff;
    transition: all 0.3s ease;
}
.showcoupon:hover {
    opacity: 0.8;
}
.checkout_coupon {
    margin-bottom: 2.617924em;
    display: grid;
    grid-template-columns: 53.6231884058% auto;
}
.checkout_coupon > p:first-child {
    grid-column: 1 / span 2;
}
.checkout_coupon > .form-row-first {
    margin-right: 0;
    width: 100%;
    float: left;
}
.checkout_coupon > .form-row-first input {
    padding: 0.8em 1em;
    background-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: #e4e4e4;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 5px;
    outline: 0;
    transition: all 0.3s ease-in-out;
    color: #666666;
    width: 100%;
}
.checkout_coupon > .form-row.form-row-last {
    width: unset;
    float: left;
    margin-right: 0 !important;
}
.checkout_coupon > .form-row-last button {
    font-size: 14px;
    font-weight: 700;
    border: solid 2px;
    border-radius: 5px;
    background-color: #e27641;
    border-color: #e27641;
    color: #fff;
    cursor: pointer;
    padding: 1em 2.5em;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    width: auto;
    margin-left: 10px;
    text-transform: capitalize;
}
.checkout_coupon > .form-row-last button:hover {
    background-color: #e96728;
    border-color: #e96728;
    color: #fff;
}
.checkout-wrapper .billing-title {
    font-size: 1.618em;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.billing-fields-wrapper label {
    color: #000000;
    display: block;
    margin-bottom: 0.5em;
}
.billing-fields-wrapper input {
    padding: 0.8em 1em;
    background-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: #e4e4e4;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 5px;
    outline: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    color: #666666;
    margin-bottom: 1rem;
}
.select-list {
    padding: 0.8em 1em;
    background-color: #ffffff;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #e4e4e4 !important;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 5px;
    outline: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin-bottom: 1rem;
    height: 53px;
}
.select-list .list {
    width: 100%;
    border-radius: 0;
}
.order_comments {
    padding: 0.8em 1em;
    background-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: #e4e4e4;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 5px;
    outline: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.checkout-review-order {
    background-color: #fff;
    padding: 30px 40px 50px;
    position: relative;
}
.checkout-review-order .title {
    font-size: 1.618em;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.shop_table .product-total {
    text-align: right;
}
.shop_table th {
    color: #000000;
    font-size: 18px;
    padding: 1em 0;
    width: 45%;
    overflow-wrap: break-word;
    vertical-align: middle;
    text-align: left;
    border: none;
    font-weight: 400;
}
.shop_table td {
    border-top: 1px solid;
    border-top-color: #e4e4e4;
    text-align: right;
    padding: 1em 0;
    width: 45%;
    overflow-wrap: break-word;
    color: #000;
}
.shop_table .product-name {
    text-align: left;
}
.shop_table .order-total {
    border-top: 1px solid #e4e4e4;
}
.shop_table tfoot {
    border-top: 1px solid #e4e4e4;
}
.shop_table .order-total th {
    vertical-align: middle;
    text-transform: uppercase;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #000;
    box-shadow: none;
    background-color: transparent;
}
.accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e4e4e4;
}
.accordion-button::after {
    display: none;
}
.accordion-button {
    padding: 1em 0;
    cursor: pointer;
    font-size: 16px;
    margin-left: 0;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
}
.accordion-body {
    padding: 1em 1.618em 2em;
    font-size: 0.875em;
}
.accordion-button::before {
    font-family: technocy-icon;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: 0.5407911001em;
    transition: color, ease, 0.2s;
}
input[type="radio"]:checked~.accordion-button::before {
    font-weight: 700;
    content: "";
    color: #e27641;
}
.checkout-review-order .order-place-btn {
    font-size: 14px;
    font-weight: 700;
    border: solid 2px;
    border-radius: 5px;
    background-color: #e27641;
    border-color: #e27641;
    color: #fff;
    cursor: pointer;
    padding: 1em 2.5em;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    white-space: pre-wrap;
    width: 100%;
    transition: all 0.2s ease;
}
.checkout-review-order .order-place-btn:hover {
    background-color: #e96728;
    border-color: #e96728;
}
.shiping-toggle .card {
    border: none;
    border-radius: 0;
    padding: 0 !important;
    background-color: transparent;
}
.cart-wrapper {
    margin-top: 1.5rem;
}
.cart_table {
    width: 100%;
}
.cart_table th,
.cart_table td {
    padding: 1.618em 1.618em 1.618em 0;
}
.cart_table .product-name {
    width: 30%;
}
.cart_table .product-remove {
    display: table-cell;
    padding: 1.618em 1.618em 1.618em 0;
    border: 0;
    width: 5%;
}
.cart_table .product-thumbnail {
    width: 17%;
}
.cart_table .product-price {
    width: 16%;
}
.cart_table .product-subtotal {
    padding: 1.618em 1.618em 1.618em 0;
    width: 16%;
}
.cart_table .product-quantity .qty {
    border-width: 1px;
    padding: 0.326em;
    width: 3.706325903em;
    font-weight: 400;
    color: #000000;
    max-width: 3.632em;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    border: #e4e4e4 solid 1px;
}
.product-quantity .qty:focus {
    outline: 0;
}
.cart_table th {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    vertical-align: middle;
    text-align: left;
    font-weight: 600;
}
.cart_table tr {
    border-bottom: 1px solid #e4e4e4;
}
.cart_table tbody tr:last-child {
    border-bottom: none;
}
.cart_table tr td img {
    width: 90px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}
.cart-wrapper .actions {
    padding-bottom: 0;
    background-color: transparent;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
    row-gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    align-items: center;
}
.cart-wrapper .coupon {
    display: flex;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    position: relative;
    border-color: #e4e4e4;
    align-items: center;
}
.cart-wrapper input {
    border-bottom: 1px solid;
    border-color: #e4e4e4;
    min-width: 220px;
    margin-right: 10px;
    display: inline-block;
    width: auto;
    padding: 0.8em 1em;
    background-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 5px;
    outline: 0;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
}
.cart-wrapper .actions button {
    font-size: 14px;
    font-weight: 700;
    border: solid 2px;
    border-radius: 5px;
    background-color: #e27641;
    border-color: #e27641;
    color: #fff;
    cursor: pointer;
    padding: 1em 2.5em;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    transition: all 0.2s ease;
}
.cart-wrapper .actions button:hover {
    background-color: #e96728;
    border-color: #e96728;
}
.cart_totals {
    padding: 30px 40px 50px;
    position: relative;
    background-color: #fff;
}
.cart_totals .title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000;
}
.total_table {
    width: 100%;
}
.cart_totals .cart-subtotal {
    border-bottom: 1px solid;
    border-bottom-color: #e4e4e4;
}
.total_table th {
    color: #000000;
    font-size: 18px;
    padding: 1em 0;
    font-weight: 400;
}
.total_table .order-total td {
    font-size: 22px;
    padding: 0.5em 0;
}
.proceed-to-checkout {
    margin-top: 1.5rem;
}
.checkout-button {
    font-size: 14px;
    font-weight: 700;
    border: solid 2px;
    border-radius: 5px;
    background-color: #e27641;
    border-color: #e27641;
    color: #fff;
    cursor: pointer;
    padding: 1em 2.5em;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.2s ease-in-out;
    display: block;
    text-align: center;
}
.checkout-button:hover {
    background-color: #e96728;
    border-color: #e96728;
}
.register-section {
    margin-top: 1.5rem;
}
.register-section .register-wrapper {
    max-width: 700px;
    width: 100%;
    padding: 0 1rem;
    margin-left: auto;
    margin-right: auto;
}
.signup-head .title {
    text-align: center;
    font-size: 1.618em;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem;
}
.signup-body .wrapper-fields label {
    color: #000000;
    display: block;
    margin-bottom: 0.5em;
    cursor: pointer;
}
label {
    cursor: pointer;
}
.signup-body .wrapper-fields input {
    padding: 0.8em 1em;
    background-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: #e4e4e4;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 5px;
    outline: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    color: #666666;
    margin-bottom: 1rem;
}
.signup-btn {
    font-size: 14px;
    font-weight: 700;
    border: solid 2px;
    border-radius: 5px;
    background-color: #e27641;
    border-color: #e27641;
    color: #fff;
    cursor: pointer;
    padding: 1em 2.5em;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    white-space: pre-wrap;
    width: 100%;
    transition: all 0.2s ease;
    text-transform: capitalize;
}
.signup-btn:hover {
    background-color: #e96728;
    border-color: #e96728;
}
.site-header-cart-side {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    transition: transform 0.25s ease;
    display: flex;
    flex-direction: column;
    right: 0;
    z-index: 999999999;
    width: 340px;
    transform: translate3d(340px, 0, 0);
}
.site-header-cart-side.show {
    transform: none;
}
.cart-side-heading {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding: 20px 15px;
    border-bottom: 1px solid;
    border-bottom-color: #e4e4e4;
}
.cart-side-title {
    flex: 1 1 auto;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}
.close-cart-side {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 500;
    font-size: 14px;
    padding-right: 18px;
    position: relative;
}
.close-cart-side::before,
.close-cart-side::after {
    content: " ";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    background-color: #000;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,
        width 0.2s ease-in-out;
    right: 0;
    transform: rotate(-45deg);
}
.close-cart-side:hover {
    color: #e27641;
}
.close-cart-side:hover::before,
.close-cart-side:hover::after {
    background-color: #e27641;
}
.close-cart-side::before {
    transform: rotate(45deg);
}
.close-cart-side:hover::before,
.close-cart-side:hover:after {
    transform: rotate(0);
}
.widget_shopping_cart {
    margin-bottom: 0;
    position: relative;
    flex: 1 1 auto;
    display: flex;
    border: none;
    padding: 0;
    border-radius: 0;
}
.widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.mini-cart-scroll {
    position: relative;
    flex: 1 1 auto;
    overflow-y: auto;
}
.product_list_widget {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
}
.mini_cart_item {
    padding: 15px 30px 15px 15px;
    margin-bottom: 0;
    padding-bottom: 1rem;
    transition: background-color 0.3s ease;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
}
.mini_cart_item:last-child {
    border-bottom: none;
}
.mini_cart_item a.remove {
    position: absolute;
    top: 15px;
    margin-bottom: 0;
    transform: translateY(-50%);
    left: unset;
    opacity: 1;
    color: #000;
    right: 8px;
    font-size: 14px;
    font-weight: 500;
}
.mini_cart_item a.remove:hover::before {
    color: #e27641;
}
.mini_cart_item a {
    line-height: 1.41575em;
    color: #000000;
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 14px;
    display: block;
}
.mini_cart_item .quantity {
    color: #000000;
    font-size: 14px;
}
.mini_cart_item .amount {
    color: #e27641;
    font-size: 14px;
}
.product_list_widget img {
    margin-right: 1em;
    float: left;
    max-width: 60px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}
.site-header-cart-side p.total {
    padding: 12px 15px;
    margin: 0;
    border-top: 1px solid;
    border-top-color: #e4e4e4;
    margin-bottom: 5px;
}
p.total strong {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
p.total .amount {
    font-weight: 500;
    font-size: 20px;
    color: #e27641;
    float: right;
    margin-bottom: 0;
}
.widget_shopping_cart .buttons {
    padding: 0 0 1em;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.buttons a {
    margin-right: 15px;
    margin-left: 15px;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: solid 0;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    background-color: #f7f7f7;
    display: block;
    border-radius: 5px;
    font-weight: 700;
}
.buttons a:hover {
    background-color: #efefef;
}
.buttons a.checkout {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #e27641;
    color: #fff;
}
.buttons a.checkout:hover {
    background-color: #e96728;
}
.mobilemenu-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 997;
    opacity: 0;
    background-color: rgb(0, 0, 0, 0.7);
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0s ease;
}
.mobilemenu-overlay.show {
    visibility: visible;
    opacity: 1;
}
.shrink-wrapper > td div.shrinked-row > div {
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}
.shrinked-row .quantity input {
    border-width: 1px;
    padding: 0.326em;
    width: 3.706325903em;
    font-weight: 400;
    color: #000000;
    max-width: 3.632em;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    border: #e4e4e4 solid 1px;
}
.shrink-row {
    border-bottom: 1px solid #e4e4e4;
}
.status-padding {
    padding: 2px 6px;
}
.delete-order,
.view-order {
    display: inline-flex;
    padding: 2px 6px;
}
.shrink-table thead tr th {
    border-bottom: 1px solid #e4e4e4;
}
.page-link {
    color: #e27641;
    background-color: transparent;
    border: #e27641 solid 1px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #e27641;
    border-color: #e27641;
}
.disabled .page-link {
    color: #e27641;
    background-color: transparent;
    border-color: #e27641;
}
.mobile-fixer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 996;
    display: none;
}
.all-widget-wrapper {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e4e4e4;
    background-color: #fff;
}
.widget-wrap {
    flex: 0 0 auto;
    width: 25%;
    position: relative;
    border-right: 1px solid #e4e4e4;
    padding: 10px;
}
.widget-wrap:last-child {
    border-right: none;
}
.widget-link {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.site-search-popup {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
}
.site-search-popup.active {
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.site-search-popup-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 1320px;
}
.site-search-popup-wrap .site-search-popup-close {
    position: absolute;
    font-size: 18px;
    top: 3px;
    right: 3px;
    display: flex;
    padding: 6px;
}
.site-search-popup-wrap .site-search {
    display: block;
    max-width: 600px;
    width: 100%;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.site-search-popup.active .site-search {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0.3s ease-in-out, visibility 0.3s 0.3s ease-in-out;
}
.site-search .widget {
    position: relative;
    margin-bottom: 0;
    border: none;
    padding: 0;
}
.widget_product_search form,
.site-search form {
    position: relative;
    margin-bottom: 0;
}
.widget_product_search form::before {
    font-family: technocy-icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
    z-index: 1;
    font-size: 18px;
}
form input[type="search"] {
    border: solid 2px;
    border-color: #e4e4e4;
    border-radius: 5px;
    width: 100%;
    line-height: 1;
    padding: 14px 20px;
    padding-right: 55px;
    flex: 1;
    color: #666;
    background-color: #fff;
    box-sizing: border-box;
    font-weight: 400;
    outline: 0;
    transition: all 0.3s ease-in-out;
}
.header-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.header-search-btn:hover {
    color: #e27641;
}
.header-search-btn::before {
    font-family: technocy-icon;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    z-index: 1;
    font-size: 18px;
}
.add-review-trigger {
    display: inline-flex;
    column-gap: 4px;
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.rating-outer {
    border: #e4e4e4 solid 1px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: none;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transition: all 0.3s ease;
    border-radius: 5px;
}
.rating-outer.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}
.rating-outer .rating-stars i {
    cursor: pointer;
    display: inline-block;
    color: #999999;
}
.rating-stars .ri-star-fill {
    cursor: pointer;
    display: inline-block;
    color: #e27641;
}
.review-details textarea {
    width: 100%;
    outline: none;
    font-weight: 400;
    vertical-align: baseline;
    background-color: transparent;
    color: #212121;
    padding: 12px;
    font-size: 14px;
    margin-top: 5px;
    border-radius: 2px;
    border: #eff0f5 solid 1px;
    resize: none;
    transition: all 0.3s ease;
}
.review-details textarea:focus {
    border-color: #e2764173;
}
.submit-review {
    font-size: 14px;
    font-weight: 600;
    background-color: #e27641;
    padding: 5px 12px;
    border: none;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.login-form.responsive-form {
    display: none;
}
.dashboard-wrapper {
    overflow: hidden;
}
.dashboard-wrapper .sidebar {
    width: 60px;
    float: left;
    background-color: #e27641;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s ease;
}
.dashboard-wrapper .sidebar.expanded {
    width: 220px;
}
.dashboard-wrapper .main-content {
    width: calc(100% - 80px);
    float: right;
}
.dashboard-wrapper .main-content.expanded {
    width: calc(100% - 240px);
}
.sidebar .toggle-hidden {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
.sidebar.expanded .toggle-hidden {
    visibility: visible;
    opacity: 1;
}
.sidebar .sidebar-inner {
    padding: 1rem 0;
}
.sidebar .sidebar-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 0 1.2rem;
    padding-bottom: 1.2rem;
    display: flex;
    column-gap: 8px;
    transition: all 0.3s ease;
}
.sidebar-menu li {
    position: relative;
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-left: 8px;
}
.sidebar-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 6px;
    font-size: 18px;
    font-weight: 400;
    color: inherit;
    padding: 10px 16px;
    text-transform: capitalize;
}
.sidebar-menu li.active,
.sidebar-menu li:hover {
    background-color: #f1f3f8;
    color: #e27641;
}
.sidebar-menu li.active::before,
.sidebar-menu li:hover::before {
    content: "";
    position: absolute;
    right: 0;
    top: -30px;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 25px 25px 0 10px #f1f3f8;
}
.sidebar.expanded li.active::before,
.sidebar.expanded li:hover::before {
    content: "";
    position: absolute;
    right: 0;
    top: -50px;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 35px 35px 0 10px #f1f3f8;
    pointer-events: none;
}
.sidebar-menu li.active::after,
.sidebar-menu li:hover::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    height: 30px;
    width: 30px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 25px -25px 0 10px #f1f3f8;
}
.sidebar.expanded li.active::after,
.sidebar.expanded li:hover::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -50px;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 35px -35px 0 10px #f1f3f8;
    pointer-events: none;
}
.dashboard-section .main-content {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    transition: all 0.3s ease;
}
.main-content > .top {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
    position: relative;
}
.main-content > .top .card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.main-content > .top .user-meta {
    display: flex;
    justify-content: flex-end;
}
.main-content > .top .user-meta img {
    width: 50px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    padding: 3px;
    border: #e4e4e4 solid 1px;
}
.sidebar-trigger {
    width: 25px;
    height: 25px;
    position: relative;
    display: block;
}
.sidebar-trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 2px;
    background-color: #222;
    z-index: 99;
}
.sidebar-trigger span::before {
    content: "";
    position: absolute;
    top: -6px;
    width: 25px;
    height: 2px;
    background-color: #222;
}
.sidebar-trigger span::after {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 25px;
    height: 2px;
    background-color: #222;
}
.single-card {
    margin-bottom: 10px;
    padding: 0 5px;
    flex: 0 0 auto;
    width: 33.33%;
}
.single-card .card {
    padding: 10px 20px;
    height: 100%;
}
.single-card .card-title {
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 6px;
    text-transform: capitalize;
    border-bottom: 1px solid #e4e4e4;
}
.card-title a:hover {
    color: #e27641 !important;
}
.password-form input {
    background-color: transparent;
    display: block;
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    margin-top: 0.8rem;
    border-radius: 5px;
    border: #e4e4e4 solid 1px;
}
.password-form input:focus {
    outline: 0;
    border: #e27641 solid 1px;
}
.single-cat::after {
    width: 50%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
}
.single-cat:hover::after {
    transform: translateX(-50%) scaleX(1);
    visibility: hidden;
}
.single-cat {
    padding: 0;
    border-bottom: none;
}
.m-header {
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 700;
}
.m-blurb {
    text-align: center;
    margin-bottom: 25px;
    font-size: 15px;
    color: #01132d;
    line-height: 26px;
}
.inner-cat {
    background-color: #fff;
    padding: 15px 0;
    border-radius: 15px;
    margin: 0 5px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}
.single-cat:hover .inner-cat {
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}
.cat-title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}
.categories-list > li > ul li {
    border-bottom: 1px solid #e4e4e4;
}
.categories-list > li > ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
}
.blog-carousel {
    position: relative;
}
.blog-item {
    background-color: #fff;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 7%);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.blog-item .blog-thumb {
    margin-bottom: 0;
}
.blog-item .blog-thumb img {
    width: 100%;
    aspect-ratio: 1/0.65;
    object-fit: cover;
}
.blog-item .item-content {
    padding: 15px;
}
.item-content .blog-title {
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 22px;
    color: #444;
    transition: all 0.3s ease;
    line-height: 1.2;
}
.item-content .blog-exerp {
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 22px;
    color: #666;
}
.blog-carousel .owl-stage-outer {
    overflow: visible;
}
.blog-carousel .owl-item:not(.active) {
    opacity: 0;
    visibility: hidden;
}
.blog-carousel .owl-nav {
    display: flex;
    column-gap: 1rem;
    justify-content: center;
}
.blog-carousel .owl-nav button i {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}
.blog-carousel .owl-nav button:hover i {
    color: #e27641;
}
.blog-btn .pread-more {
    display: inline-flex;
    column-gap: 2px;
    align-items: center;
    color: #666;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}
.blog-btn .pread-more::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: -4px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    background-color: #e27641;
    transition: all 0.3s ease;
}
.blog-btn .pread-more:hover::after {
    transform: scaleX(1);
}
.blog-btn .pread-more i {
    font-size: 14px;
    line-height: 1;
}
.blog-btn .pread-more:hover {
    color: #e27641;
}
.cat-image {
    width: 50px;
    margin: 0 auto;
    margin-bottom: 13px;
    position: relative;
}
.cat-image::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.cat-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.menu-image {
    height: 25px;
    width: 26px;
    margin-right: 13px;
}
.load-more {
    display: inline-flex;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    background-color: #e27641;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 5px;
}
.load-more:hover {
    color: #fff;
    background-color: #e27641;
}
.new-arrival {
    padding: 10px;
    margin-right: 10px;
}
.fa-plus {
    margin-bottom: 21px;
}
.input-group-btn-minus {
    margin-bottom: -43px;
    margin-left: -31px;
}
.social-header {
    color: white;
}
.colorful-select {
    width: 119px;
    border-radius: 39px;
    height: 36px;
    font-size: 15px;
    padding: 6px;
}
.single-cat .icon {
    margin-bottom: 13px;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 40%;
}
.zoom-img {
    width: 100%;
    aspect-ratio: 1/0.8;
    object-fit: cover;
}
.form-check-input[type="radio"] {
    opacity: 0;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 20px;
    border-radius: 0;
    cursor: pointer;
}
.form-check-inline.form-check {
    position: relative;
    margin-right: 5px;
}
.form-check-inline.form-check span.check {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: #bbb solid 1px;
    border-radius: 50%;
}
.form-check-inline.form-check input:checked span.check {
    border-color: #e27641;
}
.form-check-inline.form-check input:checked span.check::after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    background-color: #e27641;
    border-radius: 50%;
}
.input-group-text {
    background-color: transparent;
    height: 100%;
}
.qty-wrapper input {
    text-align: center;
}
.cart-contents::before {
    margin-right: 10px;
    font-size: 18px;
}
.collapsed {
    background-color: transparent !important;
}
.shrink-toggle {
    color: #e27641;
    opacity: 1 !important;
}
.blog-date {
    margin-bottom: 0;
    display: inline-flex;
    font-family: "technocy", sans-serif;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 3px 0;
    color: #e27641;
    border-radius: 25px;
}
.blog-carousel.owl-drag .owl-item {
    transition: all 0.4s ease;
}
.blog-title:hover {
    color: #e27641;
}
.shrink-toggle {
    width: 119px;
}
.shrink-toggle-all.hidden {
    display: none !important;
}
.off-discount {
    position: absolute;
    left: 10px;
    top: 10px;
}
.off-discount span {
    display: flex;
    padding: 1px 10px;
    color: #fff;
    background-color: #e27641;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.product-price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
}
.new-price {
    margin-right: 10px;
    text-decoration: none;
}
.old-price {
    color: #666;
    font-weight: 500;
}
.cat-name {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background-color: #f1f3f8;
    height: 30px;
    padding: 5px;
}
.pc-builder {
    color: #fff;
    border: #fff solid 1px;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    font-size: 14px;
}
.pc-builder:hover {
    color: #fff;
    border: #fff solid 1px;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #e27641;
}
.blog:hover {
    color: #fff;
    border: #fff solid 1px;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #e27641;
}
.blog {
    color: #fff;
    border: #fff solid 1px;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    font-size: 14px;
}
.header-top {
    padding: 15px 2px 1px 0;
    height: 57px;
}
.content.fixed {
    height: 300px;
    overflow-y: scroll;
}
.icon-color:hover {
    color: #fff;
}
.slide-banner-wrapper {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}
.slide-banner-wrapper::before {
    content: "";
    display: block;
    padding: 0 0 47% 0;
}
.slide-banner-wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
#pcexpress-countdown {
    min-width: 110px;
    max-width: 110px;
    white-space: nowrap;
}
.featured-thumb {
    position: relative;
}
.featured-thumb::before {
    content: "";
    padding-top: 46%;
    display: block;
}
.text-copyright {
    color: #234198;
}
.main-slider {
    position: relative;
    z-index: 2;
}
.slide-dots {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 9;
    display: flex;
    align-items: center;
    gap: 8px;
}
.slide-dots .dot {
    flex-shrink: 0;
    width: 30px;
    height: 8px;
    background-color: #fff;
    transition: all 0.3s ease-out;
    cursor: pointer;
    opacity: 0.6;
}
.slide-dots .dot.active {
    background-color: #e27641;
    width: 26px;
}
input:focus-visible {
    outline: 0;
}
.cart-toggler::before {
    font-family: technocy-icon;
    display: inline-block;
    font-style: normal;
    line-height: 1;
    font-variant: normal;
    font-weight: 400;
    vertical-align: middle;
    content: "";
    font-size: 20px;
}
.login-wrapper {
    position: relative;
}
.countdown-item {
    background-color: #e27641;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0.25rem 1rem;
    gap: 10px;
}
.section-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}
.product-categories {
    max-height: 500px;
    overflow: auto;
}
.product-categories::-webkit-scrollbar {
    width: 4px;
    background: rgba(24, 28, 41, 0.08);
    border-radius: 3px;
}
.product-categories::-webkit-scrollbar-track {
    background: transparent;
}
.product-categories::-webkit-scrollbar-thumb {
    background: rgba(24, 28, 41, 0.1);
    border-radius: 3px;
}

.single_add_to_cart_button:before {
    font-family: technocy-icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: 10px;
    font-size: 18px;
}

.technocy-icon-cart::before {
    font-family: technocy-icon;
    display: inline-block;
    font-style: normal;
    line-height: 1;
    font-variant: normal;
    font-weight: 400;
    vertical-align: middle;
    content: "";
    font-size: 20px;
}


.mobilemenu-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 997;
    opacity: 0;
    background-color: rgb(0, 0, 0, 0.7);
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0s ease;
}
.mobilemenu-overlay.show {
    visibility: visible;
    opacity: 1;
}
.mobile-fixer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 996;
    display: none;
}
.site-search-popup {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
}
.site-search-popup-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 1320px;
}
.site-search-popup-wrap .site-search-popup-close {
    position: absolute;
    font-size: 18px;
    top: 3px;
    right: 3px;
    display: flex;
    padding: 6px;
}
.site-search-popup-wrap .site-search {
    display: block;
    max-width: 600px;
    width: 100%;
    position: relative;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.widget_product_search form,
.site-search form {
    position: relative;
    margin-bottom: 0;
}
.widget_product_search form::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    z-index: 1;
    font-size: 18px;
}
form input[type="search"] {
    border: solid 2px;
    border-color: #e4e4e4;
    border-radius: 5px;
    width: 100%;
    line-height: 1;
    padding: 14px 20px;
    padding-right: 55px;
    flex: 1;
    color: #666;
    background-color: #fff;
    box-sizing: border-box;
    font-weight: 400;
    outline: 0;
    transition: all 0.3s ease-in-out;
}
.search-btn {
    font-size: 0;
    line-height: 0;
    width: 55px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: 0 0;
    border: none;
    padding: 0;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: none;
}
.header-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.header-search-btn::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    color: #666;
    line-height: 1;
    vertical-align: middle;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    z-index: 1;
    font-size: 18px;
    font-family: "technocy-icon";
}
.header-search-btn:hover::before {
    color: #e27641;
}

.close-search {
    position: absolute;
    font-size: 18px;
    top: 3px;
    right: 3px;
    display: flex;
    padding: 6px;
}

header .login-trigger {
    padding: 15px 10px;
}
form.cart button:disabled {
    background-color: #a9a9a9;
    color: var(--bs-white);
    border-color: #a9a9a9;
}