@charset "UTF-8";
/* == Hide author for search page woo product == */

body.search.search-results .blog-post_content.product .post_meta-wrap {
    display: none;
}
body.search.search-results .blog-post_content.product .read-more-wrap {
    display: none;
}
body.search.search-results .blog-post.format-standard-image .blog-post_media, .blog-post.format-image .blog-post_media {
    background: #EAEFF3;
    text-align: center;
}
/* == End Hide author for search page woo product == */

.tpc-theme-header .mini-cart {
    display: inline-block;
    position: relative;
}
.tpc-theme-header .mini-cart .mini_cart-overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.tpc-theme-header .mini-cart a {
    color: inherit;
    cursor: pointer;
}
.tpc-theme-header .mini-cart a.woo_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 17px;
    font-weight: var(--techmax-header-font-weight);
}
.tpc-theme-header .mini-cart:hover svg line.st_transform-left {
    transform: rotate(-60deg);
}
.tpc-theme-header .mini-cart:hover svg line.st_transform-right {
    transform: rotate(60deg);
}
.tpc-theme-header .mini-cart.open_cart .mini_cart-overlay {
    background: #000000;
    visibility: visible;
    opacity: 0.4;
}
.tpc-theme-header .mini-cart.open_cart .woo_mini_cart {
    transform: translateX(0);
}
.tpc-theme-header .mini-cart .woo_mini_cart:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 38px;
    top: -38px;
    left: 0;
    right: 0;
}
.tpc-theme-header .mini-cart .header_cart-button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 32px;
    margin-top: 0;
    position: relative;
}
.tpc-theme-header .mini-cart .header_cart-button svg {
    transition: 0.3s;
}
.tpc-theme-header .mini-cart .header_cart-button svg g path {
    fill: currentColor !important;
}
.tpc-theme-header .mini-cart .header_cart-button svg .st0 {
    stroke: currentColor !important;
    transform-origin: bottom left;
    transform-box: fill-box;
    transition: all .45s ease;
}
.tpc-theme-header .mini-cart .header_cart-button svg .st0.st_transform-right {
    transform-origin: bottom right;
}
.tpc-theme-header .mini-cart .header_cart-button svg line {
    stroke: currentColor !important;
}
.tpc-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li {
    text-align: left;
    list-style: none;
}
.tpc-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.tpc-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:first-child {
    margin-top: 0;
}
.tpc-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child {
    margin-bottom: 0;
}
.tpc-theme-header .woocommerce .woo_mini_cart {
    position: fixed;
    z-index: 100000;
    top: 15px;
    right: 15px;
    width: 375px;
    min-height: 20%;
    max-height: calc(100% - 30px);
    border-radius: 10px;
    padding: 34px 34px 24px;
    text-align: center;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    transform: translateX(calc(100% + 20px));
    transition: 0.3s ease-in;
    scrollbar-width: none;
}
.tpc-theme-header .woocommerce .woo_mini_cart::-webkit-scrollbar {
    display: none;
}
.tpc-theme-header .woocommerce .woo_mini_cart ul {
    margin: 0;
    padding: 0;
}
.tpc-theme-header .woocommerce .woo_mini_cart .mini_cart_title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 44px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
    text-align: left;
    text-transform: capitalize;
}
.tpc-theme-header .woocommerce .woo_mini_cart .mini_cart_title h4 {
    font-size: 24px;
}
.tpc-theme-header .woocommerce .woo_mini_cart .close_mini_cart:after {
    content: '\f169';
    padding-left: 10px;
    font-family: flaticon;
    font-size: 13px;
    line-height: 0;
    color: #c2c2c2;
    text-rendering: auto;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    transition: 0.3s;
}
.tpc-theme-header .woocommerce .woo_mini_cart .total strong {
    color: inherit;
}
.tpc-theme-header .woocommerce .woo_mini_cart .buttons .button {
    margin: 0 0 10px;
    border: unset;
    color: #ffffff;
}
.tpc-theme-header .woocommerce .woo_mini_cart .buttons .button.checkout:hover {
    color: #ffffff;
}
.tpc-theme-header .woocommerce .woo_mini_cart .mini_cart_item dl.variation {
    display: flex;
    margin: 0;
    padding-top: 3px;
}
.tpc-theme-header .woocommerce .woo_mini_cart .mini_cart_item dt.variation-Size {
    padding-right: 5px;
}
.tpc-theme-header .woocommerce .woo_mini_cart .mini_cart_item dd.variation-Size {
    margin: 0;
}
.tpc-theme-header .woocommerce .woo_mini_cart .blockUI.blockOverlay {
    background-color: transparent !important;
}
.tpc-theme-header .woo_mini-count {
    position: relative;
    font-weight: 500;
}
.tpc-theme-header .woo_mini-count span {
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: calc(100% - 32px);
    top: 0;
    height: 18px;
    min-width: 18px;
    margin-top: 1px;
    border-radius: 18px;
    padding: 0 5px;
    font-style: normal;
    font-size: 10px;
    line-height: 19px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.4s;
}
.tpc-theme-header .woo_mini-count:not(:empty) {
    margin-left: 0;
}
/* ==================== ##Shop - Catalog ==================== */

.tpc-woocommerce-sorting {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 19px;
}
.tpc-woocommerce-sorting:after {
    display: block;
    height: 0;
    content: '';
    clear: both;
}
.tpc-products-catalog {
    margin-bottom: 60px;
}
.tpc-products-catalog, .tpc-products-related {
    clear: both;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    width: 50%;
    margin: 0 0 30px;
    font-size: 13px;
    font-weight: var(--techmax-header-font-weight);
    text-transform: uppercase;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
    width: 50%;
    text-align: right;
    margin-bottom: 0;
}
.woocommerce .woocommerce-ordering .select__field, .woocommerce-page .woocommerce-ordering .select__field {
    border: unset;
}
.woocommerce .woocommerce-ordering .select__field select, .woocommerce-page .woocommerce-ordering .select__field select {
    float: right;
    display: block;
    width: 270px;
    max-width: 100%;
    margin: 0;
    outline: none;
    color: inherit;
    -webkit-appearance: none;
    appearance: none;
}
.woo_product_post_media {
    margin: 0;
}
ul.tpc-products, .woocommerce .products ul.tpc-products {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    margin-left: 0;
    margin-right: -30px;
    padding: 0;
}
@keyframes rt_fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
ul.tpc-products.animated_products li, .woocommerce .products ul.tpc-products.animated_products li {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
}
ul.tpc-products.animated_products li.visible_item, .woocommerce .products ul.tpc-products.animated_products li.visible_item {
    animation-fill-mode: both;
    animation-name: rt_fadeInUp;
    animation-duration: 0.3s;
}
ul.tpc-products li, .woocommerce .products ul.tpc-products li {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    margin: 0 30px 30px 0;
    padding: 0;
    border-radius: 5px;
}
ul.tpc-products li:after, .woocommerce .products ul.tpc-products li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    pointer-events: none;
    border-radius: inherit;
    transition: box-shadow .3s;
}
ul.tpc-products li:hover:after, .woocommerce .products ul.tpc-products li:hover:after {
    box-shadow: inset 0 0 0 0 #d6d5d7, 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}
ul.tpc-products li:hover .woo_product_content, .woocommerce .products ul.tpc-products li:hover .woo_product_content {
    opacity: 1;
}
ul.tpc-products li .woo_product_image, .woocommerce .products ul.tpc-products li .woo_product_image {
    display: flex;
    justify-content: center;
    border: unset;
    transition: inherit;
}
ul.tpc-products .woo_product_content, .woocommerce .products ul.tpc-products .woo_product_content {
    width: 100%;
    padding: 25px 12px 25px;
    text-align: center;
    filter: blur(0);
    opacity: 1;
    transition: .3s;
}
ul.tpc-products .woocommerce-loop-product__title, .woocommerce .products ul.tpc-products .woocommerce-loop-product__title {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}
ul.tpc-products .woocommerce-loop-product__title a, .woocommerce .products ul.tpc-products .woocommerce-loop-product__title a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
ul.tpc-products .woocommerce-loop-category__title, .woocommerce .products ul.tpc-products .woocommerce-loop-category__title {
    font-size: 20px;
    line-height: 1.7;
    font-weight: var(--techmax-header-font-weight);
    letter-spacing: .02em;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 9px;
    transition: color .4s;
}
ul.tpc-products .woocommerce-loop-category__title mark, .woocommerce .products ul.tpc-products .woocommerce-loop-category__title mark {
    color: #b7b7b7;
    background-color: unset;
}
ul.tpc-products li.product-category img, .woocommerce .products ul.tpc-products li.product-category img {
    border-radius: 10px;
}
ul.tpc-products .star-rating, .woocommerce .products ul.tpc-products .star-rating {
    display: none;
    float: none;
    width: 6.4em;
    margin: 0.5em auto 0.2em;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 3px;
}
ul.tpc-products .star-rating:before, .woocommerce .products ul.tpc-products .star-rating:before {
    content: "\53\53\53\53\53";
    color: #bfc9cd;
}
ul.tpc-products .star-rating span:before, .woocommerce .products ul.tpc-products .star-rating span:before {
    color: #fea417;
}
ul.tpc-products .price, .woocommerce .products ul.tpc-products .price {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--techmax-header-font-weight);
}
ul.tpc-products .price del, .woocommerce .products ul.tpc-products .price del {
    margin-right: 7px;
    opacity: 1;
}
.woocommerce .woocommerce-product-rating .star-rating {
    width: 6.4em;
    font-size: 15px;
    margin-top: -0.17em;
    margin-right: 0.5em;
    margin-left: 0;
}
.woocommerce .star-rating {
    width: 6.4em;
    margin-top: .17em;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .27em;
    margin-left: .5em;
}
.woocommerce .star-rating:before, .woocommerce .star-rating span:before {
    content: "\53\53\53\53\53";
    color: #bfc9cd;
}
.woocommerce .star-rating span:before, .woocommerce .star-rating span span:before {
    color: #fea417;
}
.columns-4 ul.tpc-products li {
    width: calc(25% - 30px);
}
.columns-3 ul.tpc-products li {
    width: calc(33.33333% - 30px);
}
.columns-2 ul.tpc-products li {
    width: calc(50% - 30px);
}
.columns-1 ul.tpc-products li {
    width: calc(100% - 30px);
}
ul.tpc-products li.product {
    transition: 0.4s;
}
ul.tpc-products li.product .picture {
    position: relative;
    text-align: center;
    overflow: hidden;
}
ul.tpc-products li.product:hover .picture .woo_post-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #072f6026;
    z-index: 1;
    transition: 0.4s;
}
ul.tpc-products li.product .picture .woo_post-link {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
}
ul.tpc-products li.product .picture img {
    transition: opacity 0.7s, transform 0.6s;
}
ul.tpc-products li.product .picture img.attachment-shop_catalog {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    pointer-events: none;
    opacity: 0;
}
ul.tpc-products li.product:hover .picture:not(.no_effects) img.attachment-shop_catalog {
    opacity: 1;
    pointer-events: inherit;
    transform: translateZ(0) translateY(0) !important;
}
ul.tpc-products li.product:hover a.button, ul.tpc-products li.product a.button.loading {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
ul.tpc-products li.product a.button, ul.tpc-products li.product a.wc-forward {
    display: inline-flex;
    position: absolute;
    top: 34%;
    right: auto;
    left: auto;
    max-width: calc(100% - 30px);
    margin: auto;
    border-radius: 5px;
    padding: 10px 25px;
    border: unset;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    opacity: 0;
    z-index: 2;
    transform: translateY(15px);
    transition: .3s;
}
ul.tpc-products li.product a.button:before, ul.tpc-products li.product a.wc-forward:before {
    content: '\f12d';
    font-family: 'Flaticon';
    font-size: 10px;
    margin-right: 7px;
    line-height: 28px;
    align-items: center;
    opacity: 1;
    transition: opacity .3s, margin-right .3s;
}
ul.tpc-products li.product a.button:after, ul.tpc-products li.product a.wc-forward:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f2f9';
    position: relative;
    top: auto;
    right: auto;
    order: -1;
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0;
    transform-origin: 7px 14.5px;
    line-height: 30px;
    opacity: 0;
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .3s;
}
ul.tpc-products li.product a.button.loading, ul.tpc-products li.product a.wc-forward.loading {
    padding: 10px 25px;
}
ul.tpc-products li.product a.button.loading:before, ul.tpc-products li.product a.wc-forward.loading:before {
    opacity: 0;
    margin-right: 0;
}
ul.tpc-products li.product a.button.loading:after, ul.tpc-products li.product a.wc-forward.loading:after {
    margin: 0 13px 0 0;
}
ul.tpc-products li.product.product .product_type_variable:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f03a';
    font-size: 15px;
}
ul.tpc-products li.product.product .product_type_external:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f360';
    font-size: 18px;
}
ul.tpc-products li.product.product .product_type_grouped:before {
    display: none;
}
ul.tpc-products li.product a.button.added {
    opacity: 1;
    transform: translateY(0);
    animation: wc_fade_out 0.3s 1.8s forwards;
}
ul.tpc-products li.product a.button.added:before {
    content: '\f133';
    font-size: 14px;
}
ul.tpc-products li.product a.button.added:after {
    display: none;
}
ul.tpc-products li.product a.button.added+.added_to_cart {
    visibility: hidden;
}
ul.tpc-products li.product:hover a.button.added+.added_to_cart {
    visibility: visible;
}
ul.tpc-products li.product a.button.added+.added_to_cart:before {
    content: '\f152';
    font-size: 16px;
}
ul.tpc-products li.product a.button.added~.woo_product_content {
    opacity: 1;
}
ul.tpc-products li.product a.button.loading:after {
    opacity: 1;
    animation: wc_fade_in 1.2s forwards, fa-spin 2s infinite linear;
}
ul.tpc-products li.product a.button.loading~.woo_product_content {
    filter: blur(12px);
    opacity: 0;
}
ul.tpc-products li.product a.wc-forward {
    animation: wc_slide_right 0.6s 2s forwards;
}
@keyframes fa-spin {
    0% {
        transform: rotate(0turn);
    }
    100% {
        transform: rotate(1turn);
    }
}
@keyframes wc_slide_right {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes wc_fade_out {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        z-index: -1;
        opacity: 0;
        transform: translateY(15px);
    }
}
@keyframes wc_fade_in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.woocommerce #reviews #comment {
    height: 118px;
}
.woocommerce #reviews #comments ol.commentlist li .raiting-meta-data {
    display: inline-block;
    vertical-align: top;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: block;
    float: none;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
}
.woocommerce span.onsale {
    top: 22px;
    left: 22px;
    right: auto;
    min-width: 48px;
    min-height: auto;
    width: auto;
    height: auto;
    border-radius: 3px;
    padding: 5px 9px 2px;
    font-size: 12px;
    line-height: 1.4;
    color: #ffffff;
    background-color: var(--techmax-primary-color);
    text-transform: uppercase;
}
.woocommerce .products .star-rating {
    margin: 5px auto 10px;
}
.woocommerce-review-link {
    color: #7b7d90;
    font-size: 14px;
}
.woocommerce div.product form.cart .group_table tr {
    border: 0;
}
.woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__label {
    text-align: left;
}
.woocommerce div.product form.cart .group_table tr td {
    vertical-align: middle;
}
.woocommerce div.product form.cart .group_table tr td label {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}
.woocommerce div.product form.cart .group_table tr td .woocommerce-Price-amount {
    font-size: 20px;
    font-weight: var(--techmax-header-font-weight);
}
.woocommerce div.product form.cart .group_table tr td del .woocommerce-Price-amount {
    font-weight: 600;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border: unset;
    border-radius: 5px;
    font-size: 14px;
    font-weight: var(--techmax-header-font-weight);
    padding: 10px 25px;
    line-height: 30px;
    border: unset;
    height: auto;
    color: #ffffff;
    vertical-align: top;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    min-width: 155px;
}
.woocommerce form.checkout_coupon {
    border-radius: 10px;
    border: unset;
    padding: 38px 40px 40px;
    background: #ffffff;
    box-shadow: 6px 5px 25px 0 rgba(0, 0, 0, 0.1);
}
.woocommerce form.checkout_coupon .form-row {
    float: left;
}
.woocommerce form.checkout_coupon .form-row.form-row-first {
    padding-left: 0;
    padding-right: 5px;
}
.woocommerce form.checkout_coupon .form-row.form-row-last {
    padding-left: 5px;
    padding-right: 0;
}
.woocommerce form .form-row input.input-text {
    height: 50px;
    padding: 10px 20px;
}
.woocommerce form .form-row textarea {
    height: 240px;
    padding: 10px 20px;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    padding: 10px 25px;
    background-color: #e9f4f9 !important;
    box-shadow: 2px 1px 2px 0 rgba(46, 63, 99, 0) !important;
    opacity: 1;
}
.woocommerce a.button {
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: var(--techmax-header-font-weight);
    padding: 10px 25px;
    color: #ffffff;
    text-transform: capitalize;
    transition: .4s;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: transparent;
}
.woocommerce>.techmax_module_message_box {
    margin-bottom: 20px;
}
.woocommerce .tpc-woocommerce-sorting .techmax_module_message_box {
    width: 100%;
}
.woocommerce .tpc-woocommerce-sorting .techmax_module_message_box:before {
    display: none;
}
.woocommerce .woocommerce-customer-details address {
    border-radius: 10px;
    border: unset;
    padding: 43px 50px;
    background: #ffffff;
    box-shadow: 6px 5px 25px 0 rgba(0, 0, 0, 0.1);
}
.tpc-products.appear-animation .product {
    opacity: 0;
    box-shadow: 0 20px 50px rgb(0 0 0 / 5%);
    border-radius: 10px;
    border: none;
    overflow: hidden;
}
.tpc-products.appear-animation.anim-fade-in .animate.product {
    animation: fade_in 0.9s ease forwards;
}
.tpc-products.appear-animation.anim-slide-top .animate.product {
    animation: slide_top 0.5s ease forwards;
    transform: translateY(50px);
}
.tpc-products.appear-animation.anim-slide-bottom .animate.product {
    animation: slide_bottom 0.5s ease forwards;
    transform: translateY(-50px);
}
.tpc-products.appear-animation.anim-slide-left .animate.product {
    animation: slide_left 0.5s ease forwards;
    transform: translateX(50px);
}
.tpc-products.appear-animation.anim-slide-right .animate.product {
    animation: slide_right 0.5s ease forwards;
    transform: translateX(-50px);
}
.tpc-products.appear-animation.anim-zoom .animate.product {
    animation: zoom_in 0.5s ease forwards;
    transform: scale(0.5);
}
@keyframes fade_in {
    100% {
        opacity: 1;
    }
}
@keyframes slide_top {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slide_bottom {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slide_left {
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slide_right {
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes zoom_in {
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/* ==================== ##Shop - Single ==================== */

.woocommerce .summary .product_meta {
    position: relative;
    margin-top: 8px;
    order: 1;
    border-top: 1px solid #d9d9d9;
    padding: 30px 0;
}
.woocommerce .summary .product_meta>span {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
}
.woocommerce .summary .product_meta>span span.title, .woocommerce .summary .product_meta>span a.title {
    font-weight: var(--techmax-header-font-weight);
    margin-right: 8px;
}
.woocommerce .summary .product_meta>span span.title~span:first-child, .woocommerce .summary .product_meta>span a.title~span:first-child {
    margin-left: 4px;
}
.woocommerce .summary form.cart {
    margin-top: 10px;
    padding-top: 40px;
    border-top: 1px solid #d9d9d9;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    color: #ffffff;
    text-decoration: none;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    content: '\f102';
    font-family: 'Flaticon';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1.1em;
    height: 1.1em;
    line-height: 1.1em;
    border: unset;
    font-size: 18px;
    font-weight: var(--techmax-header-font-weight);
    text-indent: 0;
    margin: auto;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
    display: none;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger+.woocommerce-product-gallery__wrapper {
    margin-bottom: 32px;
    border-radius: 5px;
}
.product .flex-control-nav li {
    margin-left: 0;
    padding: 0;
}
.product .flex-control-nav li img {
    margin: 0 auto;
}
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
    width: 47%;
    margin-bottom: 2.5em;
}
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
    width: 48%;
    display: flex;
    flex-direction: column;
}
.woocommerce div.product {
    margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-product-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.woocommerce div.product .summary .woocommerce-product-rating {
    margin-bottom: -3px;
    padding-top: 3px;
}
.woocommerce div.product div.images.woocommerce-product-gallery img {
    display: block;
}
.woocommerce div.product div.images.woocommerce-product-gallery figure {
    overflow: hidden;
    border-radius: 0;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    border: 1px solid #d6d5d7;
    border-radius: 5px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-gap: 20px;
    margin-top: 20px;
    overflow: visible !important;
    pointer-events: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs:hover li img {
    opacity: .6;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li {
    margin: 0;
    padding: 1px;
    list-style: none;
    float: left;
    cursor: pointer;
    width: 100%;
    pointer-events: auto;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li, .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img {
    border-radius: 5px;
    position: relative;
    transition: 0.3s;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 1;
    box-shadow: 0 0 0 1px #d6d5d7;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img:hover, .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li:before {
    display: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li:last-child {
    margin-right: 0;
}
.woocommerce div.product div.images.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 99;
    top: 1em;
    right: 1em;
}
.woocommerce div.product .product_title {
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: var(--techmax-header-font-weight);
    line-height: 1;
}
.woocommerce div.product p .price, .woocommerce div.product span .price {
    font-size: 16px;
}
.woocommerce div.product p .price ins, .woocommerce div.product span .price ins {
    font-weight: 500;
}
.woocommerce div.product form.cart .button:before {
    content: '\f12d';
    font-family: 'Flaticon';
    font-size: 10px;
    margin-right: 7px;
    vertical-align: middle;
    line-height: 10px;
    margin-bottom: 4px;
    display: inline-block;
}
.woocommerce div.product.product-type-external form.cart .button:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f360';
    font-size: 18px;
}
div.product .summary span.price, .woocommerce div.product .summary p.price, .woocommerce div.product .summary .woocommerce-variation-price .price {
    margin-top: 0;
    margin-bottom: 17px;
    font-size: 24px;
    font-weight: var(--techmax-header-font-weight);
}
div.product .summary span.price .woocommerce-Price-currencySymbol, .woocommerce div.product .summary p.price .woocommerce-Price-currencySymbol, .woocommerce div.product .summary .woocommerce-variation-price .price .woocommerce-Price-currencySymbol {
    padding-right: 5px;
}
.woocommerce del {
    color: #b7b7b7;
    margin-right: .5em;
}
.woocommerce del .woocommerce-Price-amount {
    color: inherit;
}
.woocommerce div.product p.price del {
    opacity: 1;
}
.woocommerce ins {
    text-decoration: none;
}
.related>h4, .upsells.products>h4 {
    position: relative;
    z-index: 1;
    margin-bottom: 32px;
    font-size: 30px;
    text-align: center;
    text-transform: capitalize;
}
.related.products {
    margin-top: 14px;
}
body .pswp .pswp__scroll-wrap .pswp__button--arrow--left:before, body .pswp .pswp__scroll-wrap .pswp__button--arrow--right:before {
    background-color: unset;
}
/* ==================== ##Shop - Cart ==================== */

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    text-align: center;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    margin-bottom: 30px;
    padding: 0;
}
.woocommerce ul.cart_list li:last-child, .woocommerce ul.product_list_widget li:last-child {
    margin-bottom: 0;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    width: 75px;
    margin: 0;
    border-radius: 5px;
    background: #ffffff;
    transition: inherit;
}
.woocommerce .tpc_mini-cart_flex {
    display: flex;
    align-items: center;
}
.woocommerce .tpc_mini-cart_flex .tpc_mini-cart_image {
    align-self: flex-start;
    width: 75px;
    min-width: 75px;
    margin: 0 18px 0 0;
    transition: opacity .3s;
}
.woocommerce .tpc_mini-cart_flex .tpc_mini-cart_contents {
    margin-right: 15px;
    transition: opacity .3s;
}
.woocommerce .tpc_mini-cart_flex .tpc_mini-cart_contents a {
    margin-top: -3px;
}
.woocommerce .tpc_mini-cart_flex p.price {
    margin: 0;
    line-height: 26px;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border: unset;
    padding-top: 19px;
}
.woocommerce .widget_shopping_cart .buttons .button, .woocommerce.widget_shopping_cart .buttons .button {
    margin: 0 0 10px;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove {
    position: absolute;
    z-index: 2;
    top: 0;
    left: auto;
    right: 16px;
    margin: 0;
    padding-right: 0;
    font-size: 0;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:before {
    position: relative;
    top: 0;
    right: 0;
    padding: 9px 4px;
    line-height: 0;
    box-shadow: none;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:hover~* {
    opacity: 0.5;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity {
    display: block;
    margin-top: 10px;
    color: #b7b7b7;
    transition: opacity .4s;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity, .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity .amount {
    font-size: 14px;
    line-height: 1;
    font-weight: var(--techmax-header-font-weight);
    margin-top: 7px;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity .woocommerce-Price-currencySymbol {
    display: inline-block;
    padding-right: 3px;
}
.woocommerce .woo_mini_cart .total {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    margin-top: 4px;
    margin-bottom: 14px;
    border: unset;
    padding-top: 18px;
    padding-bottom: 0;
    text-align: left;
}
.woocommerce .woo_mini_cart .total span {
    font-size: 18px;
    font-weight: var(--techmax-header-font-weight);
}
.woocommerce .woo_mini_cart .total strong {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: default;
}
.woocommerce .woo_mini_cart .total .woocommerce-Price-amount {
    padding-left: 10px;
}
.woocommerce .woo_mini_cart .total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    padding-right: 0;
}
.woocommerce .woo_mini_cart .buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.woocommerce .woo_mini_cart .buttons .button {
    width: calc(50% - 5px);
    padding: 11px 12px;
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--techmax-header-font-weight);
    text-align: center;
    transition: 0.4s;
}
.woocommerce .woo_mini_cart .buttons .button.checkout:not(:hover) {
    background-color: #ffffff;
    box-shadow: 5px 4px 13px 0 rgba(46, 63, 99, 0.15);
}
.woocommerce .woo_mini_cart .buttons:before, .woocommerce .woo_mini_cart .buttons:after {
    display: none !important;
}
.woocommerce div.product form.cart .variations tr {
    border: 0;
    border-bottom: 20px solid transparent;
}
.woocommerce div.product form.cart .variations td.label {
    padding: 0;
    width: 100px;
    line-height: 24px;
    vertical-align: middle;
}
.woocommerce div.product form.cart .variations td.label label {
    margin-bottom: 0;
}
.woocommerce div.product form.cart .variations td.label label:after {
    content: ':';
}
.woocommerce div.product form.cart .variations td.value {
    max-width: 200px;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: 1;
    padding: 0;
}
.woocommerce div.product form.cart .variations .select__field {
    margin-bottom: 0;
    max-width: 270px;
}
.woocommerce div.product form.cart .variations select {
    min-width: auto;
    display: inline-block;
    margin-right: 0;
    padding-right: 50px;
    cursor: pointer;
}
.woocommerce div.product form.cart .reset_variations {
    display: inline;
    margin: 0 0 0 5px;
    font-size: 0;
    line-height: inherit;
    color: transparent !important;
}
.woocommerce div.product form.cart .reset_variations:before {
    content: '\f2f1';
    display: inline-block;
    font-family: 'font awesome 5 free';
    font-size: 15px;
    font-weight: var(--techmax-header-font-weight);
    color: #bababa;
    margin-left: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: inherit;
}
.woocommerce div.product form.cart .single_variation {
    margin-bottom: 39px;
    padding-bottom: 21px;
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce div.product form.cart .quantity {
    display: inline-block;
    position: relative;
    background-color: #ffffff;
}
.woocommerce div.product form.cart .quantity label.label-qty {
    display: none;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper {
    display: inline-block;
    position: relative;
    border: unset;
    line-height: 0;
    font-size: 0;
    padding: 0 30px 0 9px;
    background: #e9f4f9;
    border-radius: 5px;
    -webkit-user-select: none;
    user-select: none;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper .qty {
    display: inline-block;
    width: 26px;
    height: 50px;
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: var(--techmax-header-font-weight);
    background: transparent;
    z-index: 1;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    width: 38px;
    height: 50%;
    color: #94a0b9;
    transition: color .3s, opacity .1s;
    opacity: 1;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span:hover, .woocommerce div.product form.cart .quantity .quantity-wrapper span:focus {
    opacity: 1;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span:active {
    opacity: .7;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span:after {
    content: '\f107';
    font-family: "Flaticon";
    position: absolute;
    display: inline-block;
    font-size: 9px;
    left: 13px;
    transform: rotate(90deg);
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.minus {
    bottom: 0;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.minus:after {
    content: '\f106';
    bottom: 17px;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.plus {
    top: 0;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.plus:after {
    top: 17px;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper input[type="number"] {
    -webkit-appearance: textfield;
    appearance: textfield;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper input[type="number"]::-webkit-inner-spin-button, .woocommerce div.product form.cart .quantity .quantity-wrapper input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper .number-input {
    border: 2px solid #ddd;
    display: inline-flex;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper .number-input button {
    position: relative;
    width: 3rem;
    height: 3rem;
    margin: 0;
    outline: none;
    justify-content: center;
    border: none;
    -webkit-appearance: none;
    background-color: transparent;
    align-items: center;
    cursor: pointer;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper .number-input button:before, .woocommerce div.product form.cart .quantity .quantity-wrapper .number-input button:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}
.woocommerce div.product form.cart .quantity .quantity-wrapper .number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.woocommerce div.product form.cart .quantity .quantity-wrapper .number-input input[type=number] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: .5rem;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 2rem;
    height: 3rem;
    font-weight: bold;
    text-align: center;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 10px;
}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart-disabled .tpc-button {
    opacity: 0.5;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
    font-size: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination strong {
    font-weight: var(--techmax-header-font-weight);
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping th {
    vertical-align: top;
    line-height: 1.5em;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 66%;
    margin-top: 65px;
}
.woocommerce .cart-collaterals .cross-sells>h2, .woocommerce-page .cart-collaterals .cross-sells>h2 {
    margin-bottom: 0.6em;
    font-size: 24px;
    line-height: 1.4;
    font-weight: var(--techmax-header-font-weight);
}
.woocommerce .cart-collaterals .cross-sells .tpc-products .product, .woocommerce-page .cart-collaterals .cross-sells .tpc-products .product {
    width: calc(33.333% - 30px);
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 31.5%;
    margin-top: 31px;
    margin-bottom: 60px;
    border: unset;
    padding: 38px 40px 30px;
    background: #ffffff;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}
.woocommerce .cart-collaterals .cart_totals .title-wrapper, .woocommerce-page .cart-collaterals .cart_totals .title-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -0.4em 0 22px;
    line-height: 1.5;
    overflow: hidden;
}
.woocommerce .cart-collaterals .cart_totals .title-wrapper h2, .woocommerce-page .cart-collaterals .cart_totals .title-wrapper h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.woocommerce .cart-collaterals .cart_totals table tr, .woocommerce-page .cart-collaterals .cart_totals table tr {
    border: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal th, .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td, .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal th, .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td {
    padding-bottom: 10px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th, .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td {
    border: unset;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th[data-title='Shipping'], .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td[data-title='Shipping'], .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th[data-title='Shipping'], .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td[data-title='Shipping'] {
    padding-top: 7px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount {
    margin-left: 5px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row {
    margin-bottom: 10px;
    padding: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input, .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select, .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea, .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button {
    width: 100%;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child {
    margin-bottom: 20px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #calc_shipping_country_field .select__field, .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #calc_shipping_country_field .select__field {
    width: 100%;
    margin-bottom: 0;
    border: unset;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th, .woocommerce-page .cart-collaterals .cart_totals table tr.order-total th {
    font-size: 18px;
    font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount, .woocommerce-page .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount {
    font-size: 18px;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th, .woocommerce .cart-collaterals .cart_totals table tr.order-total td, .woocommerce-page .cart-collaterals .cart_totals table tr.order-total th, .woocommerce-page .cart-collaterals .cart_totals table tr.order-total td {
    padding-top: 2px;
    padding-bottom: 16px;
}
.woocommerce .cart-collaterals .cart_totals table .shipping+.order-total th, .woocommerce .cart-collaterals .cart_totals table .shipping+.order-total td, .woocommerce-page .cart-collaterals .cart_totals table .shipping+.order-total th, .woocommerce-page .cart-collaterals .cart_totals table .shipping+.order-total td {
    padding-top: 25px;
}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td {
    padding: 4px 0;
    text-align: left;
}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
    width: 1%;
    white-space: nowrap;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
    font-size: 16px;
    font-weight: var(--techmax-header-font-weight);
    text-align: right;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tbody tr:first-child td {
    font-size: 18px;
    text-align: right;
}
.woocommerce table.shop_table {
    border: 0;
    border-radius: 0;
    margin: 0;
    font-size: 18px;
    border-collapse: collapse;
    text-align: center;
}
.woocommerce table.shop_table .woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: var(--techmax-header-font-weight);
}
.woocommerce table.shop_table.cart input.button {
    height: 50px;
    margin-left: 9px;
    margin-right: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    padding: 0 25px;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    background-color: transparent;
}
.woocommerce table.shop_table.cart input.button:hover {
    color: #ffffff;
}
.woocommerce table.shop_table div.quantity .qty {
    display: inline-block;
    width: 90px;
    height: 54px;
    vertical-align: middle;
    border-radius: unset;
    border: 1px solid #e4e4e4;
    padding: 0 0 9px 0;
    font-size: 28px;
    background: #ffffff;
}
.woocommerce table.shop_table td {
    padding: 19px 0;
    border: 0;
}
.woocommerce table.shop_table td.product-total .woocommerce-Price-amount.amount {
    font-weight: 600;
}
.woocommerce table.shop_table td.product-remove {
    padding: 0;
}
.woocommerce table.shop_table td.product-name .product-quantity {
    color: #b7b7b7;
}
.woocommerce table.shop_table td.product-quantity .quantity {
    display: inline-block;
    position: relative;
    background-color: #ffffff;
}
.woocommerce table.shop_table td.product-quantity .quantity label.label-qty {
    display: none;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper {
    display: inline-block;
    position: relative;
    border: unset;
    line-height: 0;
    font-size: 0;
    padding: 0 30px 0 9px;
    background: #e9f4f9;
    border-radius: 5px;
    -webkit-user-select: none;
    user-select: none;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .qty {
    display: inline-block;
    width: 26px;
    height: 50px;
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: var(--techmax-header-font-weight);
    background: transparent;
    z-index: 1;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    width: 38px;
    height: 50%;
    color: #94a0b9;
    transition: color .3s, opacity .1s;
    opacity: 1;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:hover, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:focus {
    opacity: 1;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:active {
    opacity: .7;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:after {
    content: '\f107';
    font-family: "Flaticon";
    position: absolute;
    display: inline-block;
    font-size: 9px;
    left: 13px;
    transform: rotate(90deg);
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.minus {
    bottom: 0;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.minus:after {
    content: '\f106';
    bottom: 17px;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.plus {
    top: 0;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.plus:after {
    top: 17px;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type="number"] {
    -webkit-appearance: textfield;
    appearance: textfield;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type="number"]::-webkit-inner-spin-button, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input {
    border: 2px solid #ddd;
    display: inline-flex;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input button {
    position: relative;
    width: 3rem;
    height: 3rem;
    margin: 0;
    outline: none;
    justify-content: center;
    border: none;
    -webkit-appearance: none;
    background-color: transparent;
    align-items: center;
    cursor: pointer;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input button:before, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input button:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input input[type=number] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: .5rem;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 2rem;
    height: 3rem;
    font-weight: bold;
    text-align: center;
}
.woocommerce table.shop_table td.product-name, .woocommerce table.shop_table td.product-thumbnail {
    text-align: left;
}
.woocommerce table.shop_table td.product-thumbnail {
    white-space: nowrap;
    width: 75px;
    padding-left: 0;
    font-size: 0;
}
.woocommerce table.shop_table td.product-name {
    padding-left: 19px;
    font-size: 18px;
    font-weight: 600;
}
.woocommerce table.shop_table td.product-name a {
    color: inherit;
}
.woocommerce table.shop_table td.actions {
    padding-top: 38px;
}
.woocommerce table.shop_table td.actions .coupon {
    position: relative;
}
.woocommerce table.shop_table td.actions .coupon label {
    display: block;
    font-size: 0;
    margin: 0;
    line-height: 0;
}
.woocommerce table.shop_table td.actions .coupon label:after {
    content: '\f141';
    font-family: 'Flaticon';
    font-size: 17px;
    font-weight: 400;
    position: absolute;
    left: 25px;
    line-height: 44px;
    padding-top: 3px;
    color: inherit;
    z-index: 1;
}
.woocommerce table.shop_table td.actions .coupon .input-text {
    width: 270px;
    height: 50px;
    border-color: #d6d5d7;
    margin-right: 10px;
    padding-left: 50px;
    font-size: 13px;
    font-weight: var(--techmax-header-font-weight);
}
.woocommerce table.shop_table td.actions .coupon .input-text:focus {
    border-color: #e7e8e8;
    background-color: #ffffff;
}
.woocommerce table.shop_table thead {
    background: #f6f4f0;
}
.woocommerce table.shop_table thead, .woocommerce table.shop_table thead tr {
    border-radius: 5px;
}
.woocommerce table.shop_table thead th {
    padding: 0;
    font-size: 14px;
    line-height: 60px;
    font-weight: var(--techmax-header-font-weight);
    color: #ffffff;
    text-transform: uppercase;
}
.woocommerce table.shop_table thead th:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}
.woocommerce table.shop_table thead th:last-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}
.woocommerce table.shop_table thead th.product-price {
    text-align: left;
    width: 193px;
}
.woocommerce table.shop_table thead th.product-quantity {
    text-align: left;
    width: 210px;
}
.woocommerce table.shop_table thead th.product-subtotal {
    text-align: left;
    width: 130px;
}
.woocommerce table.shop_table thead th.product-remove {
    width: 80px;
}
.woocommerce table.shop_table thead th.product-name {
    padding-left: 95px;
    text-align: left;
}
.woocommerce table.shop_table tbody tr:first-child td {
    border-top: 0;
}
.woocommerce table.shop_table tbody tr td.product-price, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce table.shop_table tbody tr td.product-remove {
    text-align: left;
}
.woocommerce table.shop_table tbody tr td.product-remove {
    padding-left: 15px;
    text-align: left;
}
.woocommerce table.shop_table tbody tr td.product-remove a.remove:before {
    font-size: 14px;
    padding-top: 7px;
}
.woocommerce table.shop_table tfoot tr th {
    padding-left: 40px;
    text-align: left;
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 1px solid #d9d9d9;
}
.woocommerce table.shop_table th {
    border: 0;
}
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table thead th.product-name {
    padding-left: 40px;
    width: 64%;
}
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tbody td.product-name, .woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tbody td.product-total span {
    font-size: 16px;
}
.woocommerce table.shop_table.order_details thead th.product-name {
    padding-left: 40px;
    width: 64%;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 75px;
    border: 1px solid #d6d5d7;
    border-radius: 5px;
}
#add_payment_method table.cart td, .woocommerce-cart table.cart td, .woocommerce-checkout table.cart td {
    border-top: 1px solid #d9d9d9;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: #F6F7F9;
    padding: 1.5em 1.5em 1.5em 30px;
    border-radius: 10px;
    font-size: 14px;
}
#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
    content: '';
    display: block;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
    border: 1em solid transparent;
    border-bottom-color: #e9f4f9;
}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    margin: 0;
    border: unset;
    padding-top: 10px;
    padding-bottom: 0;
}
#add_payment_method .cart-collaterals .cart_totals tr th, #add_payment_method .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td {
    border-top: 0;
    background-color: unset !important;
}
#add_payment_method .cart-collaterals .shipping-calculator-form, .woocommerce-cart .cart-collaterals .shipping-calculator-form, .woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin-left: -75px;
}
#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    margin-top: 0;
    font-size: 15px;
}
#add_payment_method .cart-collaterals .shipping-calculator-button:after, .woocommerce-cart .cart-collaterals .shipping-calculator-button:after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
    display: none;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 18px 0 10px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    margin-bottom: 0;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 30px;
}
.woocommerce-cart #main>.tpc-container, .woocommerce-checkout #main>.tpc-container {
    margin-top: 10px;
}
.woocommerce-cart .cart-collaterals .button:not(.add_to_cart_button), .woocommerce-checkout .cart-collaterals .button:not(.add_to_cart_button) {
    width: 100%;
}
.woocommerce-cart .cart-collaterals .button:not(.add_to_cart_button)[name='calc_shipping'], .woocommerce-checkout .cart-collaterals .button:not(.add_to_cart_button)[name='calc_shipping'] {
    font-size: 13px;
    height: 45px;
    line-height: 1;
    box-shadow: 2px 1px 2px 0 rgba(46, 63, 99, 0);
}
.woocommerce ul#shipping_method li {
    margin: 0;
    padding-left: 0;
}
.woocommerce ul#shipping_method li .shipping_method {
    margin-top: 6px;
}
.woocommerce ul#shipping_method li label {
    font-size: 14px;
    font-weight: var(--techmax-header-font-weight);
}
.checkout.woocommerce-checkout #ship-to-different-address, .checkout.woocommerce-checkout #ship-to-different-address span {
    font-size: 14px;
    line-height: 24px;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    color: #ffffff;
}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
    background-color: #ffffff;
}
.woocommerce a.remove {
    font-size: 0;
    text-shadow: none;
    color: transparent !important;
    margin: 0;
    display: inline;
    line-height: inherit;
}
.woocommerce a.remove:before {
    content: '\f14d';
    display: inline-block;
    font-family: 'Flaticon';
    font-size: 11px;
    color: #94a0b9;
    text-rendering: auto;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.3s;
}
.woocommerce a.remove:hover:before {
    color: #ff144b;
}
/* ==================== ##Shop - Checkout ==================== */

.woocommerce-notice.woocommerce-notice--info.woocommerce-info:before {
    display: none;
}
.woocommerce-error {
    border-top: 0;
    margin: 0;
    padding: 0;
}
.woocommerce-error:before {
    display: none;
}
.woocommerce-error li:before {
    display: none !important;
}
body.woocommerce-checkout h3 {
    text-transform: capitalize;
}
body.woocommerce-checkout .woocommerce-billing-fields>h3, body.woocommerce-checkout #order_review_heading, body.woocommerce-checkout .woocommerce-order-details>h2, body.woocommerce-checkout .woocommerce-customer-details>h2 {
    margin-bottom: 20px;
}
body.woocommerce-checkout .woocommerce-additional-fields>h3 {
    margin-bottom: 7px;
    margin-top: 20px;
}
body.woocommerce-checkout .col2-set {
    width: calc(50% - 15px);
    margin: 0;
    float: left;
}
body.woocommerce-checkout .col2-set>.col-1, body.woocommerce-checkout .col2-set>.col-2, body.woocommerce-checkout .col2-set>[class^='col'] {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
body.woocommerce-checkout .col2-set>.col-1 {
    margin-bottom: 10px;
    max-width: 100%;
}
body.woocommerce-checkout .woocommerce-input-wrapper {
    width: 100%;
}
body.woocommerce-checkout #order_review_heading, body.woocommerce-checkout #order_review {
    width: calc(50% - 15px);
    float: right;
    margin-right: 0;
}
body.woocommerce-checkout #order_review table.shop_table tbody tr:first-child>*, body.woocommerce-checkout .woocommerce-order-details table.shop_table tbody tr:first-child>* {
    padding-top: 32px;
}
body.woocommerce-checkout #order_review table.shop_table tbody tr:last-child>*, body.woocommerce-checkout .woocommerce-order-details table.shop_table tbody tr:last-child>* {
    padding-bottom: 35px;
}
body.woocommerce-checkout #order_review table.shop_table tfoot tr:last-child>*, body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:last-child>* {
    padding-bottom: 35px;
}
body.woocommerce-checkout #order_review table.shop_table td, body.woocommerce-checkout #order_review table.shop_table tfoot th, body.woocommerce-checkout .woocommerce-order-details table.shop_table td, body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot th {
    padding-top: 15px;
    padding-bottom: 15px;
}
body.woocommerce-checkout #order_review table.shop_table td.product-name, body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name {
    padding-left: 39px;
    padding-right: 10px;
}
body.woocommerce-checkout #order_review table.shop_table td.product-name, body.woocommerce-checkout #order_review table.shop_table td.product-name+td.product-total span, body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name, body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name+td.product-total span {
    font-size: 18px;
    font-weight: var(--techmax-header-font-weight);
}
body.woocommerce-checkout #add_payment_method #payment div.form-row, body.woocommerce-checkout .woocommerce-cart #payment div.form-row, body.woocommerce-checkout .woocommerce-checkout #payment div.form-row {
    margin-bottom: 0;
}
body.woocommerce-checkout #order_comments {
    padding-top: 15px;
}
body.woocommerce-checkout #payment {
    border-radius: 10px;
    border: unset;
    padding: 38px 40px 40px;
    background: #ffffff;
    box-shadow: 6px 5px 25px 0 rgba(0, 0, 0, 0.1);
    margin-top: 15px;
}
body.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0;
}
body.woocommerce-checkout #payment ul.payment_methods li {
    padding-top: 10px;
    line-height: 25px;
    padding-left: 0;
}
body.woocommerce-checkout #payment ul.payment_methods li:before {
    display: none !important;
}
body.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
    margin-bottom: 10px;
    padding: 20px;
    box-shadow: unset;
    border-radius: 10px;
    background-color: #f2f9fc;
}
body.woocommerce-checkout #payment div.form-row {
    padding: 15px 0 0;
}
body.woocommerce-checkout #payment div.form-row .woocommerce-privacy-policy-text {
    font-size: 14px;
}
body.woocommerce-checkout #payment #place_order:hover {
    color: #ffffff;
}
body.woocommerce-checkout main#main {
    margin-bottom: 50px;
}
body.woocommerce-checkout.woocommerce-page #shipping_method .shipping_method {
    margin-top: 7px;
}
body.woocommerce-checkout.woocommerce-page .woocommerce-input-wrapper .select__field {
    display: none;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper {
    margin-top: -6px;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper label {
    font-size: 16px;
}
.woocommerce form .woocommerce-shipping-fields label.checkbox {
    margin-top: -7px;
    margin-bottom: 20px;
}
.woocommerce form .form-row label {
    font-weight: var(--techmax-header-font-weight);
}
.woocommerce form .form-row label span {
    font-size: 16px;
}
.woocommerce form .form-row .required {
    font-weight: 400;
    text-decoration: none;
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
    margin: 0 0 9px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: calc(50% - 7px);
}
.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    width: calc(50% - 15px);
    float: left;
}
.woocommerce .woocommerce-customer-details .col2-set, .woocommerce .woocommerce-order-details .col2-set, .woocommerce .woocommerce-order-downloads .col2-set {
    width: 100%;
}
.woocommerce .woocommerce-customer-details .col2-set .col-1, .woocommerce .woocommerce-customer-details .col2-set .col-2, .woocommerce .woocommerce-order-details .col2-set .col-1, .woocommerce .woocommerce-order-details .col2-set .col-2, .woocommerce .woocommerce-order-downloads .col2-set .col-1, .woocommerce .woocommerce-order-downloads .col2-set .col-2 {
    width: 100%;
}
.woocommerce .woocommerce-customer-details .col2-set .col-1+.col-2, .woocommerce .woocommerce-order-details .col2-set .col-1+.col-2, .woocommerce .woocommerce-order-downloads .col2-set .col-1+.col-2 {
    margin-top: 30px;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title, .woocommerce .woocommerce-order-details .woocommerce-column__title, .woocommerce .woocommerce-order-downloads .woocommerce-column__title {
    margin-bottom: 21px;
}
.woocommerce .woocommerce-customer-details {
    float: right;
}
.woocommerce .woocommerce-customer-details address {
    border-radius: 10px;
    border: unset;
    padding: 25px 30px 18px;
    background: #ffffff;
    box-shadow: 6px 5px 25px 0 rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    font-size: 14px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    width: 100%;
}
.woocommerce .woocommerce-form-login .form-row label {
    font-weight: 400;
}
/* ==================== ##Shop - Notice ==================== */

.techmax_module_message_box {
    position: relative;
    background-color: #ffffff;
    min-height: 65px;
    padding: 6px 10px 6px 80px;
    border: unset;
    border-radius: 5px;
    box-shadow: 6px 5px 20px 0 rgba(0, 0, 0, 0.08);
    z-index: 0;
}
.techmax_module_message_box.closable {
    padding-right: 53px;
}
.techmax_module_message_box .message_title {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: -1px;
    color: inherit;
}
.techmax_module_message_box .message_text {
    font-size: 14px;
    line-height: 3.45;
}
.techmax_module_message_box .message_text li {
    line-height: 30px;
}
.techmax_module_message_box .message_icon_wrap {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 1;
}
.techmax_module_message_box .message_icon {
    font-size: 30px;
    font-style: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    text-align: center;
    color: #ffffff;
}
.techmax_module_message_box .message_icon:before {
    font-family: 'flaticon';
}
.techmax_module_message_box .message_close_button {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 65px;
    cursor: pointer;
    transition: 0.4s;
    text-align: center;
    color: #94a0b9;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    z-index: 1;
}
.techmax_module_message_box .message_close_button:before {
    font-family: 'Flaticon';
    display: inline-block;
    content: '\f14d';
}
.techmax_module_message_box .message_close_button:hover {
    color: red;
}
.techmax_module_message_box.type_info .message_icon_wrap {
    background-color: var(--techmax-primary-color);
}
.techmax_module_message_box.type_info .message_icon:before {
    content: '\f14e';
}
.techmax_module_message_box.type_success .message_icon_wrap {
    background-color: var(--techmax-primary-color);
}
.techmax_module_message_box.type_success .message_icon:before {
    content: "\f131";
}
.techmax_module_message_box.type_error .message_icon_wrap {
    background-color: #fc6c5b;
}
.techmax_module_message_box.type_error .message_icon:before {
    content: '\f14d';
}
.techmax_module_message_box.type_warning .message_icon_wrap {
    background-color: #ff9c6b;
}
.techmax_module_message_box.type_warning .message_icon:before {
    content: '\f14e';
    transform: scaleY(-1);
}
.techmax_module_message_box.woocommerce-message a.button {
    font-size: 14px;
    font-weight: var(--techmax-header-font-weight);
    line-height: 30px;
    margin-bottom: -2px;
    padding: 10px 25px;
}
.woocommerce-error {
    margin: -8px 0 -9px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    color: inherit;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    display: none;
}
p.woocommerce-info, li.woocommerce-info {
    position: relative;
    background-color: #ffffff;
    min-height: 65px;
    font-size: 14px;
    line-height: 1.45;
    padding: 23px 10px 23px 80px;
    border: unset;
    border-radius: 5px;
    box-shadow: 6px 5px 20px 0 rgba(0, 0, 0, 0.08);
    z-index: 0;
}
p.woocommerce-info::before, li.woocommerce-info::before {
    content: "\f14d";
    font-family: 'flaticon';
    font-size: 30px;
    font-style: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    background-color: var(--techmax-primary-color);
    position: absolute;
    top: 8px;
    left: 8px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 1;
}
.woocommerce .techmax_module_message_box .message_content {
    width: 100%;
    padding: 17px 0 16px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #ffffff;
}
.woocommerce-notices-wrapper {
    margin-bottom: 20px;
}
.woocommerce-notices-wrapper:empty {
    display: none;
}
.woocommerce .woocommerce-checkout .techmax_module_message_box {
    margin-bottom: 20px;
}
/* ==================== ##Shop - Pagination ==================== */

.woocommerce nav.woocommerce-pagination {
    margin: 6px 0 0 0;
    padding: 0;
    text-align: left;
}
.woocommerce nav.woocommerce-pagination ul {
    display: block;
    margin: 0;
    border: 0;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    list-style: none;
    clear: both;
}
.woocommerce nav.woocommerce-pagination ul li {
    float: none;
    display: inline-block;
    vertical-align: baseline;
    border: 0;
    padding: 0;
    overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li:not(:last-child) {
    margin-right: 10px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    display: block;
    text-align: center;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    border: 0;
    border-radius: 100px;
    color: inherit;
    padding: 0 5px;
    top: 4px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--techmax-primary-color);
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
    background-color: unset;
}
.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 39px;
    min-width: 20px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 39px;
    font-weight: var(--techmax-header-font-weight);
    text-align: center;
    color: var(--techmax-content-color);
    vertical-align: middle;
    transition: 0.4s;
}
.woocommerce nav.woocommerce-pagination ul li span.next i, .woocommerce nav.woocommerce-pagination ul li span.prev i, .woocommerce nav.woocommerce-pagination ul li a.next i, .woocommerce nav.woocommerce-pagination ul li a.prev i {
    font-size: 0.65em;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-1px);
    transition: all 0.4s, color 0s;
}
/* ==================== ##Shop - Respond ==================== */

.woocommerce #comments {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.woocommerce #comments~#review_form_wrapper #review_form {
    border-radius: 10px;
}
.woocommerce #comments~#review_form_wrapper #respond {
    margin-top: 46px;
    margin-bottom: 23px;
}
.woocommerce #comments~#review_form_wrapper #respond p a {
    margin-right: 9px;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform>p, .woocommerce #comments~#review_form_wrapper #respond form#commentform>span, .woocommerce #comments~#review_form_wrapper #respond form#commentform>div {
    width: 100%;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-notes {
    order: 1;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating {
    order: 2;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-author {
    order: 3;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-email {
    order: 4;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-comment {
    order: 5;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-cookies-consent {
    order: 6;
    margin: -10px 0 10px;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .wpml_language_code {
    order: 7;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .form-submit {
    order: 8;
    margin-bottom: 0;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform label {
    font-weight: 500;
    margin: 5px 0;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform label[for='wp-comment-cookies-consent'] {
    margin-top: 0;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating label {
    display: inline-block;
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 16px;
    font-size: 14px;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform>p.comment-form-author, .woocommerce #comments~#review_form_wrapper #respond form#commentform>p.comment-form-email {
    width: 50%;
    float: left;
    margin-bottom: -6px;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform>p.comment-form-author input, .woocommerce #comments~#review_form_wrapper #respond form#commentform>p.comment-form-email input {
    position: relative;
    width: 100%;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform>p.comment-notes {
    margin-bottom: -2px;
    font-size: 14px;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform>p textarea {
    position: relative;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars {
    display: inline-block;
    height: 1em;
    line-height: 1;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars>span {
    display: flex;
    height: inherit;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars a {
    margin-right: 0 !important;
    padding-right: 1.3em;
    vertical-align: baseline;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars a:before {
    content: "\e020";
    color: #bfc9cd;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars a:hover~a::before {
    color: #bfc9cd !important;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars:hover a::before {
    color: #fea417 !important;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a.active::before {
    color: #fea417;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a.active~a::before {
    color: #bfc9cd;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a:not(.active)::before {
    color: #fea417;
}
.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .select__field, .woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .select__field:before, .woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating select, .woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating select:before {
    display: none;
}
/* ==================== ##Shop - Tabs ==================== */

.woocommerce.single div.product .woocommerce-tabs {
    text-align: left;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs {
    display: block;
    position: relative;
    margin: 0;
    border-radius: 0;
    padding: 0;
    font-size: 0;
    overflow: visible;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 1px;
    border: unset;
    background-color: #d9d9d9;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    position: relative;
    z-index: 2;
    border: 0;
    margin: 0;
    border-radius: inherit;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: transparent;
    transition: 0.3s ease-in-out;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    position: relative;
    min-width: 220px;
    margin: 0;
    padding: 14px 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
    box-shadow: none;
    color: inherit;
    border: unset;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li a:before {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #d9d9d9;
    height: 3px;
    border-radius: 3px;
    display: block;
    position: absolute;
    opacity: 0;
    transform: scaleX(0.7);
    transition: all .4s ease-in-out, transform .3s .2s;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li a .count {
    color: #9fa4b5;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li.active a:before {
    opacity: 1;
    transform: scaleX(1);
    transition: all .4s ease-in-out;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li:before, .woocommerce.single div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.woocommerce.single div.product .woocommerce-tabs .panel {
    margin-bottom: 48px;
    padding: 21px 0 16px 0;
    text-align: left;
}
.woocommerce.single div.product .woocommerce-tabs .panel #comments {
    margin-top: -22px;
}
.woocommerce.single div.product .woocommerce-tabs .panel #comments .stand_comment {
    min-height: 149px;
}
.woocommerce.single div.product .woocommerce-tabs .panel #comments .course-rate {
    display: none;
}
.woocommerce.single div.product .woocommerce-tabs .panel .woocommerce-noreviews {
    padding-top: 22px;
}
.woocommerce.single div.product .woocommerce-tabs .panel>h2, .woocommerce.single div.product .woocommerce-tabs .panel #comments>h2 {
    display: none;
}
.woocommerce.single div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
    margin-bottom: 50px;
}
.woocommerce.single div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information {
    padding-top: 22px;
    margin-bottom: 27px;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes {
    border: 0;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr {
    border: 0;
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr:only-child {
    width: 100%;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr:nth-child(2n) th {
    padding-left: 60px;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes th {
    display: flex;
    flex: 1 1 auto;
    align-items: baseline;
    width: auto;
    border: 0;
    padding: 10px 0 10px 40px;
    font-size: 16px;
    font-weight: var(--techmax-header-font-weight);
    background: transparent;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes th:after {
    content: '';
    flex: 1 1 auto;
    border-top: 1px solid #e1e1e1;
    margin-left: 30px;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes td {
    font-style: normal;
    border: 0;
    padding-left: 30px;
    padding-right: 40px;
    background: transparent;
}
.woocommerce #reviews #comments ol.commentlist li:not(:last-child) {
    margin-bottom: 0;
}
/* ==================== ##Woo Widgets ==================== */

.woocommerce .widget_price_filter .title-wrapper {
    margin-bottom: 26px;
}
.woocommerce .widget_price_filter .title-wrapper~form {
    margin-bottom: 5px;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: -7px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    border-radius: unset;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    margin-top: -7px;
    border-radius: 50%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 6px;
    margin-bottom: 28px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content {
    border: 0;
    border-radius: 2px;
    background: #e3eff3;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    font-size: 14px;
    font-weight: var(--techmax-header-font-weight);
    line-height: 1;
    order: -1;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    display: inline-block;
    height: 1em;
    left: auto;
    padding: 0;
    font-size: 14px;
    font-weight: var(--techmax-header-font-weight);
    line-height: 1;
    background: unset;
    cursor: pointer;
    border: unset;
    box-shadow: unset;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .clear {
    display: none;
}
.woocommerce .widget_product_categories>.select__field {
    margin-bottom: 1px;
}
.woocommerce .widget_product .product_list_widget {
    margin-bottom: -3px;
}
.woocommerce .widget_product_search .woocommerce-product-search {
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    box-sizing: border-box;
    transition: box-shadow 0.4s;
}
.woocommerce .widget_product_search .woocommerce-product-search [type='submit'] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    font-size: 0;
    opacity: 0;
    cursor: pointer;
}
.woocommerce .widget_product_search .woocommerce-product-search [type='submit']:before {
    content: '\f100';
    position: absolute;
    font-family: flaticon;
}
.woocommerce .widget_product_tag_cloud .tagcloud {
    font-size: 14px;
}
.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit {
    font-size: 13px;
    height: 46px;
    color: #ffffff;
}
.product_list_widget .product-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    transition: color 0.3s;
}
.product_list_widget li .star-rating {
    margin: 4px 0 2px;
    font-size: 12px;
}
.product_list_widget ins {
    text-decoration: none;
}
.product_list_widget .woocommerce-Price-amount {
    margin-top: 8px;
    font-size: 14px;
    font-weight: var(--techmax-header-font-weight);
    transition: 0.3s;
}
.product_list_widget del .woocommerce-Price-amount {
    font-weight: 600;
}
.product_list_widget .reviewer {
    font-size: 13px;
    display: block;
    margin-top: 3px;
    line-height: 26px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding-top: 0;
    padding-bottom: 0;
}
/* Prevent default WC animation */

.widget_shopping_cart .blockUI.blockOverlay {
    background-color: transparent !important;
}
/* ==================== ##Shop - Responsive ==================== */

@media (min-width:1024px) and (max-width:1199px) {
    .sidebar_left .columns-3>.tpc-products .product, .sidebar_right .columns-3>.tpc-products .product {
        width: calc(50% - 30px);
    }
}
@media (max-width:1199px) {
    .woocommerce-mini-cart__buttons.buttons {
        display: block;
    }
    .woocommerce.widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons a {
        width: 100%;
    }
    .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
        width: 100%;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 45%;
    }
}
@media (max-width:1023px) {
    .woocommerce-mini-cart__buttons.buttons {
        display: flex;
    }
    .woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
        margin-right: 10px;
        margin-bottom: 0;
        width: auto;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .sidebar_left .columns-3>.tpc-products .product, .sidebar_right .columns-3>.tpc-products .product {
        width: calc(50% - 30px);
    }
}
@media (max-width:991px) {
    .columns-4 ul.tpc-products li {
        width: calc(50% - 30px);
    }
    .woocommerce .tpc-products .product, .woocommerce-page .tpc-products .product {
        width: calc(50% - 30px);
    }
    .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
        width: 100%;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }
    body.woocommerce-checkout .woocommerce-checkout>div, body.woocommerce-checkout .woocommerce-checkout>#order_review_heading, body.woocommerce-checkout .woocommerce-checkout>#order_review {
        width: 100%;
    }
}
@media (max-width:767px) {
    .woocommerce.single div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
    }
    .woocommerce.single div.product .woocommerce-tabs ul.tabs li:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 1px;
        width: auto;
        left: 0;
        right: 0;
        height: 1px;
        border: unset;
        background-color: #d9d9d9;
        box-shadow: unset;
    }
    .woocommerce.single div.product .woocommerce-tabs ul.tabs li a:before {
        transform: scaleX(0.5);
    }
    .woocommerce .cart-collaterals .cross-sells .tpc-products .product, .woocommerce-page .cart-collaterals .cross-sells .tpc-products .product {
        width: calc(50% - 30px);
    }
    .tpc-products-wrapper ul.tpc-products li {
        width: calc(50% - 30px);
    }
    .woocommerce-cart-form__contents td.actions .coupon .button.alt, .woocommerce-cart-form__contents td.actions .coupon .input-text+.button {
        float: none !important;
    }
    .woocommerce .cart-collaterals .cross-sells .tpc-products li, .woocommerce-page .cart-collaterals .cross-sells .tpc-products li {
        width: calc(50% - 30px);
    }
    .woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
        width: 100%;
        clear: both;
    }
    .woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
        width: 100%;
    }
    .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .coupon .button {
        display: block;
        width: auto;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        font-size: 18px;
        font-weight: 600;
    }
    .woocommerce table.shop_table_responsive tr.order-total td::before, .woocommerce-page table.shop_table_responsive tr.order-total td::before {
        font-weight: var(--techmax-header-font-weight);
    }
    .woocommerce table.shop_table_responsive.cart tr, .woocommerce-page table.shop_table_responsive.cart tr {
        box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
        margin-bottom: 35px;
        padding: 10px 30px 10px;
        position: relative;
        border-radius: 10px;
    }
    .woocommerce table.shop_table_responsive.cart tr:last-child, .woocommerce-page table.shop_table_responsive.cart tr:last-child {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .woocommerce table.shop_table_responsive.cart tr td, .woocommerce-page table.shop_table_responsive.cart tr td {
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: transparent !important;
        border: unset;
    }
    .woocommerce table.shop_table_responsive.cart tr td.product-quantity, .woocommerce-page table.shop_table_responsive.cart tr td.product-quantity {
        padding: 4px 0;
    }
    .woocommerce table.shop_table_responsive.cart tr td.product-quantity .quantity-wrapper .qty, .woocommerce-page table.shop_table_responsive.cart tr td.product-quantity .quantity-wrapper .qty {
        height: 40px;
    }
    .woocommerce table.shop_table_responsive.cart tr td.product-quantity .quantity-wrapper span.plus:after, .woocommerce-page table.shop_table_responsive.cart tr td.product-quantity .quantity-wrapper span.plus:after {
        top: 13px;
    }
    .woocommerce table.shop_table_responsive.cart tr td.product-quantity .quantity-wrapper span.minus:after, .woocommerce-page table.shop_table_responsive.cart tr td.product-quantity .quantity-wrapper span.minus:after {
        bottom: 13px;
    }
    .woocommerce table.shop_table_responsive.cart tr td.product-remove a, .woocommerce-page table.shop_table_responsive.cart tr td.product-remove a {
        position: absolute;
        right: 40px;
        top: 20px;
    }
    .woocommerce table.shop_table_responsive.cart tr td.product-thumbnail, .woocommerce-page table.shop_table_responsive.cart tr td.product-thumbnail {
        width: 100%;
        padding-top: 20px;
    }
    .woocommerce table.shop_table_responsive.cart tr td.product-thumbnail:before, .woocommerce-page table.shop_table_responsive.cart tr td.product-thumbnail:before {
        display: none;
    }
    .woocommerce table.shop_table_responsive.cart tr td.actions, .woocommerce-page table.shop_table_responsive.cart tr td.actions {
        padding-top: 10px;
        display: block;
    }
    .woocommerce table.shop_table_responsive.cart tr td.actions .coupon, .woocommerce-page table.shop_table_responsive.cart tr td.actions .coupon {
        padding: 0;
    }
    .woocommerce table.shop_table_responsive.cart tr td.actions .coupon .input-text, .woocommerce-page table.shop_table_responsive.cart tr td.actions .coupon .input-text {
        margin-bottom: 15px;
    }
    .woocommerce table.shop_table_responsive.cart tr td.actions button, .woocommerce-page table.shop_table_responsive.cart tr td.actions button {
        width: 100% !important;
        margin-top: 10px !important;
    }
    .woocommerce table.shop_table_responsive.cart tr td.actions input, .woocommerce-page table.shop_table_responsive.cart tr td.actions input {
        margin-bottom: 10px;
        width: 100% !important;
    }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        margin-bottom: 0;
    }
    .woocommerce form.checkout_coupon .form-row.form-row-last, .woocommerce-page form.checkout_coupon .form-row.form-row-last {
        padding-left: 0;
    }
    .woocommerce form.checkout_coupon .form-row.form-row-last button, .woocommerce-page form.checkout_coupon .form-row.form-row-last button {
        width: 100%;
    }
    .woocommerce table.shop_table td.product-name, .woocommerce table.shop_table thead th.product-name, .woocommerce table.shop_table tfoot tr th {
        padding-left: 20px;
    }
    body.woocommerce-checkout #order_review table.shop_table td.product-name, body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name {
        padding-left: 20px;
    }
    .woocommerce .col2-set {
        float: left;
        width: 100%;
        margin-right: 0;
    }
    .woocommerce #order_review_heading, .woocommerce #order_review {
        width: 100%;
    }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        width: auto;
        margin-bottom: 0;
    }
    #add_payment_method .cart-collaterals .shipping-calculator-form, .woocommerce-cart .cart-collaterals .shipping-calculator-form, .woocommerce-checkout .cart-collaterals .shipping-calculator-form {
        margin-left: 0;
    }
    .woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
        width: 100%;
    }
}
@media (max-width:599px) {
    .woocommerce .cart-collaterals .cross-sells .tpc-products .product, .woocommerce-page .cart-collaterals .cross-sells .tpc-products .product {
        width: 100%;
        margin-right: 0;
    }
    .woocommerce form.checkout_coupon .form-row {
        width: 100%;
    }
    .tpc-products-wrapper ul.tpc-products li, .woocommerce .tpc-products-wrapper ul.tpc-products li {
        width: 100%;
        margin-right: 0;
    }
    ul.tpc-products, .woocommerce .products ul.tpc-products {
        margin-right: 0;
    }
    .tpc-woocommerce-sorting {
        display: block;
    }
    .tpc-woocommerce-sorting p.woocommerce-result-count {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: right;
    }
    .tpc-woocommerce-sorting form.woocommerce-ordering {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .woocommerce table.shop_attributes th {
        width: auto;
    }
    .woocommerce-cart-form__contents #coupon_code {
        margin-bottom: 9px;
    }
    .woocommerce-cart-form__contents #coupon_code, .woocommerce-cart-form__contents #coupon_code+.button {
        width: 100%;
    }
    body.woocommerce-checkout .form-row-first, body.woocommerce-checkout .form-row-last {
        width: 100%;
    }
}
@media (max-width:426px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        padding: 30px 20px 10px;
    }
    .woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
        width: 180px;
    }
    .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button {
        margin-left: 0;
    }
}
/* ==================== ##WooCommerce Styles ==================== */

/* ==================== ↓ ##Content Font Styles ↓ ==================== */

.woocommerce #review_form #respond form#commentform label, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-Price-amount, .woocommerce table.shop_table td.product-name .product-quantity, .woocommerce div.product form.cart div.quantity label.label-qty, .woocommerce.single div.product .woocommerce-tabs ul.tabs li a .count, .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity, .widget_price_filter .price_label, .widget_price_filter .price_slider_amount .button, body .select2-container {
    font-family: var(--techmax-content-font-family);
}
.woocommerce #review_form #respond form#commentform label, .woocommerce form .form-row .select2-container--default .select2-selection--single, .woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce .summary .product_meta>span, .woocommerce .summary .product_meta>span a, .woocommerce-error, .woocommerce-info, .woocommerce-message, .shop_table .coupon .input-text, .woocommerce form .form-row input.input-text {
    color: var(--techmax-content-color);
    border: 0;
}
/* ==================== ↑ content font styles ↑ ==================== */

/* ===================== ↓ ##Header Font Styles ↓ ====================== */

.woocommerce ul.tpc-products li a.add_to_cart_button, .woocommerce ul.tpc-products li a.button, .woocommerce ul.tpc-products li a.wc-forward, .woocommerce span.onsale, .woocommerce .cart input.button, .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    font-family: var(--techmax-header-font-family);
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th, .woocommerce-cart-form .coupon label {
    font-family: var(--techmax-header-font-family);
    font-weight: var(--techmax-header-font-weight);
}
.woocommerce .cart-collaterals .cart_totals table th {
    font-family: var(--techmax-header-font-family);
    color: var(--techmax-header-font-color);
}
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce label, .woocommerce strong, .woocommerce.widget_shopping_cart .total strong, .woocommerce-page .cart-collaterals .cart_totals table th, .woocommerce ul.cart_list li a, .woocommerce table.shop_table td.product-name, .woocommerce table.shop_table td.product-name a:hover, .woocommerce ul.product_list_widget li a, .woocommerce-tabs .comment-reply-title, .woocommerce form .form-row label, .woocommerce table.shop_table tfoot tr th, .woocommerce ul#shipping_method li label, #add_payment_method .wc-proceed-to-checkout .button__wrapper .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .button__wrapper .checkout-button, .woocommerce table.shop_table div.quantity .qty, .woocommerce table.shop_table div.quantity .qty::placeholder, .woocommerce div.product form.cart div.quantity .qty, .woocommerce div.product form.cart div.quantity .qty::placeholder, .woocommerce div.product form.cart .quantity .quantity-wrapper span:hover, .woocommerce div.product form.cart .quantity .quantity-wrapper span:focus, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:hover, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:focus, .woocommerce div.product .woocommerce-tabs .panel #respond #commentform label, .woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product form.cart .reset_variations:before, .woocommerce div.product form.cart .group_table tr td label, .woocommerce-grouped-product-list-item__label a, .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before, .woocommerce form .form-row .required, .product_meta>span a:hover, .woocommerce form .form-row .required, .woocommerce .summary .product_meta>span span.title, .woocommerce .widget_shopping_cart .total, .woocommerce .woo_mini_cart .buttons .button.checkout:not(:hover) {
    color: var(--techmax-header-font-color);
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: var(--techmax-header-font-color) !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:hover:before, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:hover:after, .woocommerce div.product form.cart .quantity .quantity-wrapper span:hover:before, .woocommerce div.product form.cart .quantity .quantity-wrapper span:hover:after {
    background-color: var(--techmax-header-font-color);
}
.tpc-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout, .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button {
    border-color: var(--techmax-header-font-color);
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--techmax-header-font-color) transparent transparent transparent;
}
/* ==================== ↑ header font styles ↑ ==================== */

/* =================== ↓ ##Subtitle Styles ↓ =================== */

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce .cart-collaterals .cart_totals table tbody tr td, .woocommerce-page .cart-collaterals .cart_totals table tbody tr td, .woocommerce-page .cart-collaterals .cart_totals table th, .woocommerce-message a.button, .woocommerce button.button, .woocommerce table.shop_table thead th, .woocommerce table.shop_table.cart .button, .woocommerce table.shop_table td.product-name, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce .woocommerce-cart-form table.shop_table td, .tpc-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a, .tpc-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a, .checkout.woocommerce-checkout #ship-to-different-address, .checkout.woocommerce-checkout #ship-to-different-address span, .woocommerce.widget_shopping_cart .total strong, .product_list_widget .product-title, ul.tpc-products .woocommerce-loop-product__title, .woocommerce-tabs ul.tabs li {
    font-family: var(--techmax-header-font-family);
}
#add_payment_method table.cart td.actions .coupon .input-text, .tpc-theme-header .woo_mini_cart .woocommerce-mini-cart__total, .tpc-theme-header .tpc-woo_mini_cart .header_cart-heading_description, .woocommerce div.product form.cart .group_table tr td label {
    font-family: var(--techmax-header-font-family);
    font-weight: var(--techmax-header-font-weight);
}
/* ==================== ↑ subtitle styles ↑ ==================== */

/* ==================== ↓ ##Primary Color Styles ↓ ==================== */

ul.tpc-products li.product-category a:hover h2, .tpc-theme-header .tpc-woo_mini_cart .header_cart-heading_description:after, ul.tpc-products .price, ul.tpc-products .woocommerce-loop-product__title a:hover, .woocommerce-review-link:hover, .product_list_widget li a:hover .product-title, .product_list_widget .woocommerce-Price-amount, .woocommerce-grouped-product-list-item__label a:hover, .woocommerce-grouped-product-list-item__price, .woocommerce.single div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover, .woocommerce .woocommerce-cart-form__cart-item .product-thumbnail img, .woocommerce div.product .woocommerce-product-gallery .flex-viewport, .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper, .woocommerce .woocommerce-cart-form table.shop_table td.product-name a:hover, .woocommerce-cart-form .coupon label:after, .woocommerce .cart-collaterals .cart_totals>h2:after, .woocommerce-page .cart-collaterals .cart_totals>h2:after, .woocommerce .summary .product_meta>span a:hover, .woocommerce ul.cart_list li a:hover, .woocommerce .tpc_mini-cart_image:hover~.tpc_mini-cart_contents a, .woocommerce .tpc_mini-cart_flex .tpc_mini-cart_contents a:hover, .woocommerce table.shop_table tfoot tr.order-total td .woocommerce-Price-amount.amount, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-mini-cart__total .woocommerce-Price-amount, .woocommerce table.shop_table .woocommerce-Price-amount.amount, .woocommerce table.shop_table td.product-total .woocommerce-Price-amount.amount, .widget_price_filter .price_slider_amount .button:hover, .woocommerce #review_form #respond p a {
    color: var(--techmax-primary-color);
}
.tpc-theme-header .woo_mini-count span, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before, .woocommerce table.shop_table thead th {
    background-color: var(--techmax-primary-color);
}
.woocommerce-message a.button:hover, .tpc-theme-header .mini-cart a.woo_icon:before {
    border-color: var(--techmax-primary-color);
}
.woocommerce div.product form.cart .reset_variations:hover:before {
    color: var(--techmax-button-color-hover);
}
/* ==================== ↑ primary color styles ↑ ====================== */

/* ==================== ↓ ##Secondary Color Styles ↓ ==================== */

.widget_price_filter .button:before {
    color: var(--techmax-secondary-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce.widget_price_filter .ui-slider .ui-slider-handle, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    background-color: var(--techmax-primary-color);
}
/* ==================== ↑ secondary color styles ↑ ==================== */

/* ==================== ↓ ##Additional Styles ↓ ====================== */

.woocommerce del, .woocommerce-review-link, .widget_price_filter .price_label, .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity {
    color: var(--techmax-tertiary-color);
}
/* ==================== ↓ ##Button Color Styles ↓ ==================== */

ul.tpc-products li a.button, ul.tpc-products li a.wc-forward, .woocommerce button.button, .woocommerce a.button.alt, .woocommerce input.button.alt, .woocommerce button.button.alt:hover, .wc-proceed-to-checkout a.checkout-button, .woocommerce-message a.button, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce #respond input#submit.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce a.button.disabled, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button:disabled, .woocommerce button.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce button.button[name="update_cart"]:hover, .woocommerce table.shop_table.cart .coupon .button:hover, .woocommerce table.shop_table.cart .button:hover, .woocommerce a.button, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce #payment #place_order, .woocommerce #respond input#submit, .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:hover:disabled, .woocommerce #respond input#submit:hover:disabled[disabled], .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-mini-cart__buttons .button:not(.checkout), .woocommerce-widget-layered-nav-dropdown__submit, .techmax_404__button .tpc-button, #comments input.submit, .load_more_wrapper .load_more_item, .woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: var(--techmax-button-color-idle);
    color: #fff;
}
.widget_price_filter .price_slider_amount .button {
    color: var(--techmax-button-color-idle);
}
ul.tpc-products li a.wc-forward:hover, .woocommerce-message a.button:hover, .woocommerce #payment #place_order:hover, .woocommerce #respond input#submit:hover, .woocommerce #review_form #respond input#submit:hover, .woocommerce a.button:hover:disabled, .woocommerce a.button:hover:disabled[disabled], .woocommerce a.button.disabled:hover, .woocommerce button.button:hover, .woocommerce button.button.alt:hover, .woocommerce button.button:hover:disabled, .woocommerce button.button.disabled:hover, .woocommerce input.button:hover:disabled, .woocommerce input.button:hover:disabled[disabled], .woocommerce input.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce-widget-layered-nav-dropdown__submit:hover, .woocommerce input.button:hover, .woocommerce a.button:hover, .woocommerce-message a.button:hover, .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button:hover, .woocommerce table.shop_table.cart .button, .woocommerce table.shop_table.cart .coupon .button, .woocommerce-mini-cart__buttons .button.checkout:hover, .woocommerce-mini-cart__buttons .button:not(.checkout):hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .techmax_404__button .tpc-button:hover, #comments input.submit:hover, .load_more_wrapper .load_more_item:hover, .woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: var(--techmax-button-color-hover);
}
.widget_price_filter .price_slider_amount .button:hover {
    color: var(--techmax-button-color-hover);
}
/* ==================== ↑ button color styles ↑ ==================== */