:root {
	--ei-border-radius: 5px;
}

/* ei sales notification */
#ei-sales-notification {
    display: none;
}
.ei-sales-notification-content {
    position: fixed;
    width: 300px;
    left: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: row-reverse;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    gap: 10px;
    background-color: #ffffff;
    border-radius: var(--ei-border-radius);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    padding: 10px;
    z-index: 999;
}
.ei-sales-notification-content img {
    width: 100%;
    height: 52px;
    object-fit: cover;
}
.ei-sales-notification-content>a {
    display: flex;
    width: 50px;
}
.ei-sales-notification-content>span.ei-right {
    width: calc(100% - 50px);
    font-size: 13px;
    line-height: normal;
}
.ei-sales-notification-content .ei-user-name {
    font-weight: 600;
}
.ei-sales-notification-content .ei-product-name {
    display: block;
    margin: 2px 0 1px;
}
.ei-sales-notification-content .ei-product-name a {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-black);
    -webkit-line-clamp: 1;
    line-clamp: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;

    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.ei-sales-notification-content .ei-product-name a:hover {
    color: var(--color-primary-2);
}
.ei-sales-notification-content .ei-time-diff {
    font-size: 11px;
}
.ei-sales-notification-content .ei-close {
    position: absolute;
    width: 18px;
    height: 18px;
    top: -6px;
    right: -6px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 35%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512.021 512.021' style='enable-background:new 0 0 512.021 512.021;' xml:space='preserve' width='17' height='17'%3E%3Cg%3E%3Cpath d='M301.258,256.01L502.645,54.645c12.501-12.501,12.501-32.769,0-45.269c-12.501-12.501-32.769-12.501-45.269,0l0,0 L256.01,210.762L54.645,9.376c-12.501-12.501-32.769-12.501-45.269,0s-12.501,32.769,0,45.269L210.762,256.01L9.376,457.376 c-12.501,12.501-12.501,32.769,0,45.269s32.769,12.501,45.269,0L256.01,301.258l201.365,201.387 c12.501,12.501,32.769,12.501,45.269,0c12.501-12.501,12.501-32.769,0-45.269L301.258,256.01z' fill='white'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-color: #fd695e;
    border-radius: 100%;
    cursor: pointer;
}

/* Top Bar */
body .top-bar {
	padding: 5px 0;
    color: #fff;
    background: linear-gradient(to right,var(--color-primary),var(--color-primary));
    text-align: center;
}
body .top-bar a {
	display: inline-block;
    margin: 0;
    padding: 0;
    color: #ffffff;
}
body .top-bar strong {
	font-weight: 600;
}

body .c-post-left .title {
	text-align: center;
	padding: 20px 25px 23px;
    margin-bottom: 40px;
    border-radius: var(--ei-border-radius);
    background: var(--color-section_bg);
}
body .c-post-left .title .container {
	padding: 0 !important;
}
body .c-post-left .title h1 {
	margin-top: 0;
	margin-bottom: 0;
}
body .c-post-left .title h1>span {
	display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0 2px;
}
body .c-post-left .title .c-taxonomy-description {
	margin: 10px 0 2px;
}
body .c-alert {
	border-radius: var(--ei-border-radius);
}
body .hide-p-sidebar .content.c-fullwidth {
    padding-bottom: 0;
}
body .main-navigation .nav-left .nav ul {
	margin-top: -2px;
}
body .main-navigation .nav-left .nav li .dropdown li >a {
	padding: 5px 30px;
}
body .nav-left .nav>li>a {
	padding: 28px 0;
	margin-right: 38px;
}
body .nav-left .nav li > a {
	font-size: 15px;
	font-weight: 500;
}
body .main-navigation a svg {
	margin-top: 10px;
    margin-left: 7px;
}
body .nav-left .nav li:last-of-type > a {
	margin-right: 0;
}
body .main-navigation .nav-left .nav li .dropdown li >a:after {
	display: none;
}
body .c-btn {
	font-size: 14px;
    padding: 8px 20px;
    border-radius: var(--ei-border-radius);
}

body .main-navigation {
	margin-bottom: 0;
}
body .content.c-fullwidth .main-navigation:after {
	background: #EAEAEF;
}

body .elementor-icon-box-title {
	margin-top: 0 !important;
}

body .c-two-col, body .content-page {
	padding: 50px 0;
}
body .c-404 {
	padding: 50px 0 100px;
}

/* Post */
body .post-title a:hover, body .widget-area section.widget ul li a:hover {
    color: var(--color-black);
    opacity: 0.7;
}
body .c-two-col>.container .c-post-wrap {
	position: relative;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-gap: 30px;
    padding-bottom: 80px;
}
body .c-two-col>.container .c-post-left article.type-post {
	padding-top: 0;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    border-top: 0;
    border-radius: var(--ei-border-radius);
    box-shadow: 0 20px 50px rgb(0 0 0 / 5%);
}
body .c-two-col>.container .c-post-left article figure img {
	border-radius: 0 !important;
    border-top-left-radius: var(--ei-border-radius) !important;
    border-top-right-radius: var(--ei-border-radius) !important;
}
body .c-two-col>.container .c-post-left article .post-content {
	position: relative;
	width: 100%;
    padding: 0;
    border-radius: var(--ei-border-radius);
}
body .c-two-col>.container .c-post-left article .post-content>div:first-child {
	position: relative;
}
body .c-two-col>.container .c-post-left article .post-content>div:last-child {
	padding: 8px 25px 50px;
}
body .c-two-col>.container .c-post-left article .post-content>div:last-child .post-meta {
	position: absolute;
    bottom: 25px;
}
body .c-two-col>.container .c-post-left article figure {
	width: 100%;
}
body .c-two-col>.container .c-post-left article figure img {
	height: 300px !important;
}
body .c-two-col>.container .c-post-left article .post-category {
	position: absolute;
    top: 0;
    margin: 20px 25px;
}
body .c-two-col>.container .c-post-left article .post-category a {
	padding: 3px 12px;
    border-radius: var(--ei-border-radius);
    color: #ffffff !important;
    background-color: var(--color-primary);
}
body .c-two-col>.container .c-post-left .eishop_loadmore {
	position: absolute;
	width: 100%;
    bottom: 0;
    border-radius: var(--ei-border-radius);
}
body .widget-area {
    padding: 33px;
    border-radius: var(--ei-border-radius);
    background: var(--color-section_bg);
}
body .widget-area section.widget {
	margin-bottom: 40px;
}
body .widget-area section.widget:last-of-type {
	margin-bottom: 0;
}
body .widget-area>.widget .widget-title {
	
}
body .widget-area section.widget_eishop_popular_post_widget .widget.post {
	margin: 20px 0 30px !important;
}
body .widget-area section.widget_eishop_popular_post_widget ul li {
	position: relative;
    display: flex;
    min-height: 50px;
    padding-left: 55px;
    margin-bottom: 20px;
}
body .widget-area section.widget_eishop_popular_post_widget ul li:last-child {
	margin-bottom: 0;
}
body .widget-area section.widget_eishop_popular_post_widget ul li a {
	padding: 0;
}
body .widget-area section.widget_eishop_popular_post_widget ul li a img {
	position: absolute;
	left: 0;
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
    padding: 2px;
    border: 2px solid var(--color-primary) !important;
    border-radius: 100% !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
body .widget-area section.widget_categories ul li {
	position: relative;
	padding-left: 20px;
}
body .widget-area section.widget_categories ul li:before {
    content: '';
	position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-top: 12px;
    background: var(--color-primary);
}
body .widget-area .widget_tag_cloud a, body.single-post .tag>a {
	padding: 3px 12px;
    border-radius: var(--ei-border-radius);
}
body #share-post a {
	border-radius: 3px;
}

/* Single Post */
body .breadcrumbs {
	background-color: var(--color-section_bg);
    border-color: var(--color-section_bg);
    padding: 4px 15px 5px;
}
body .dataTables_length>label>select, body .dataTables_wrapper .dataTables_filter input {
	border-radius: var(--ei-border-radius) !important;
    padding: 4px 18px !important;
}
body table.dataTable td a.btn-cat {
	border-radius: var(--ei-border-radius);
    padding: 3px 12px;
}
body .c-modal .c-modal-content, body .c-modal .c-modal-content .c-modal-body, body .c-modal-body img {
	border-radius: var(--ei-border-radius) !important;
}
body.single-post figure.post-image img, body .table-of-contents, body .about-author, body .content input, body .content select, body .content textarea, body .dataTables_wrapper {
	border-radius: var(--ei-border-radius);
}
body .table-of-contents, body.single-post .c-also-read.with-image div, body .content-single blockquote, body .c-also-read.c-default {
	background-color: var(--color-section_bg);
}
body .about-author {
	background: var(--color-section_bg);
}
body .widget-area .widget select, body .widget-area .widget_search input[type="search"] {
	border: 1px solid var(--color-black) !important;
}
body .widget-area .search-form {
	background-color: transparent !important;
}
body.archive.author.about-author {
	margin-bottom: 40px;
}
body .content input, body .content select, body .content textarea {
	padding: 9px 18px;
    border: 1px solid #eaeaef;
	background-color: #fbfbfb;
}
body .c-input-group select {
    min-height: 43px;
    padding-right: 43px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M7.35491 1.10501C7.30843 1.05814 7.25313 1.02095 7.1922 0.995561C7.13127 0.970177 7.06591 0.957108 6.99991 0.957108C6.9339 0.957108 6.86855 0.970177 6.80762 0.995561C6.74669 1.02095 6.69139 1.05814 6.64491 1.10501L4.35491 3.39501C4.30843 3.44187 4.25313 3.47907 4.1922 3.50445C4.13127 3.52984 4.06591 3.54291 3.99991 3.54291C3.9339 3.54291 3.86855 3.52984 3.80762 3.50445C3.74669 3.47907 3.69139 3.44187 3.64491 3.39501L1.35491 1.10501C1.30843 1.05814 1.25313 1.02095 1.1922 0.995561C1.13127 0.970177 1.06591 0.957108 0.999908 0.957108C0.933902 0.957108 0.868549 0.970177 0.80762 0.995561C0.74669 1.02095 0.691389 1.05814 0.644908 1.10501C0.551782 1.19869 0.499512 1.32541 0.499512 1.45751C0.499512 1.5896 0.551782 1.71633 0.644908 1.81001L2.93991 4.10501C3.22116 4.38591 3.60241 4.54369 3.99991 4.54369C4.39741 4.54369 4.77866 4.38591 5.05991 4.10501L7.35491 1.81001C7.44803 1.71633 7.5003 1.5896 7.5003 1.45751C7.5003 1.32541 7.44803 1.19869 7.35491 1.10501Z' fill='%23535353'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: calc(100% - 1.2em) center !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
body .content input[type="submit"] {
	font-size: 15px;
	padding: 14px 23px;
    border-radius: var(--ei-border-radius);
}
body .related-post article figure img {
	border-radius: var(--ei-border-radius) !important;
}
body .related-post article.type-post {
	margin-bottom: 37px !important;
}
body .breadcrumbs, body .search-form form, body .c-also-read.with-image div, body .content-single blockquote, body .c-also-read.c-default {
	border-radius: var(--ei-border-radius);
}
body .search-form span.c-close {
	border-radius: var(--ei-border-radius) !important;
}
body .comments-area .comment-list li {
	border-top: 0;
}
body .comments-area .comment-list li>.comment-body {
	padding: 30px;
    border-radius: var(--ei-border-radius);
    border: 1px solid #EAEAEF;
}
body .comments-area li a.comment-reply-link, body .comments-area li a.comment-reply-link:focus {
	padding: 5px 15px;
	border-radius: var(--ei-border-radius);
}
body .comments-area .comment-list .children {
	margin-top: 0;
}

/* Contact */
body .c-input-group p {
	display: flex;
    flex-wrap: wrap;
}
body .wpcf7-form-control-wrap {
	flex: 0 0 auto;
    width: 100%;
}
body .wpcf7-form-control-wrap:first-of-type, body .wpcf7-form-control-wrap:nth-of-type(2) {
    width: 50%;
}
body .wpcf7-form-control-wrap:first-of-type {
	padding-right: 9px;
}
body .wpcf7-form-control-wrap:nth-of-type(2) {
	padding-left: 9px;
}
body .wpcf7-not-valid-tip, body span[data-name="your-message"] .wpcf7-not-valid-tip {
	margin-bottom: 15px !important;
}
body .wpcf7 form .wpcf7-response-output {
	margin: -10px 0 20px !important;
	border-radius: var(--ei-border-radius) !important;
}
body .wpcf7-spinner {
	margin: 10px 23px !important;
}

/* Footer */
body .ei-float-btn {
	position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    gap: 20px;
    z-index: 999;
}
body .back-to-top, body .chat-wa {
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
body .back-to-top {
    cursor: pointer;
}
body .back-to-top span {
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    background-color: var(--color-primary);
    color: #ffffff;
    text-align: center;
    display: table;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
body .back-to-top:hover span {
    box-shadow: 0px 3px 12px 0px rgb(132 132 133 / 80%);
}
body .back-to-top span svg {
    width: 13px;
    height: 13px;
}
body .back-to-top span svg path {
    fill: #ffffff;
}

body .chat-wa svg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
body .chat-wa .direct-chat {
    display: flex;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgb(0 0 0/25%);
}
body .chat-wa svg circle {
	fill: #01c34a;
}
body .chat-wa .label-mini {
    position: absolute;
    left: 0;
    font-size: 1px;
    opacity: 0;
}
body .chat-wa-tooltip {
	position: absolute;
    right: 75px;
    bottom: 13px;
    height: 32px;
    padding: 0 16px;
    border: none;
    border-radius: 16px;
    background: #ffffff;
    color: rgba(0,0,0,.8);
    line-height: 31px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .1s ease-out .1s;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
    pointer-events: none;
}
body .chat-wa:hover .chat-wa-tooltip {
	opacity: 1;
}
body .chat-wa-tooltip:after {
    content: "";
    display: block;
    position: absolute;
    right: -6px;
    bottom: 10px;
    border: 8px solid transparent;
    border-width: 6px 0 6px 8px;
    border-left-color: #ffffff;
}

body .hide-p-sidebar .content.c-fullwidth footer.c-footer>.container {
    left: 0;
    transform: none;
}
body footer.c-footer>.container {
	position: relative;
}
body footer .c-row {
	padding: 20px 0;
	margin-top: 0;
	border-top: 0;
}
body footer .c-row .col {
	font-size: 14px;
}
body .c-prefooter {
    padding: 70px 0;
    background-position: center center;
    background-size: auto;
}
body .c-prefooter ul {
	padding: 0;
    list-style: none;
}
body .c-prefooter ul li {
	margin-bottom: 10px;
}
body .c-prefooter ul li a {
	color: var(--color-black);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
body .c-prefooter ul li a:hover {
    color: var(--color-primary-2);
}
body .c-prefooter .f-widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
body footer .c-prefooter .c-row {
	padding: 0;
	margin-left: -30px;
	margin-right: -30px;
	justify-content: center;
}
body .c-prefooter .c-col-1, body .c-prefooter .c-col-2, body .c-prefooter .c-col-3, body .c-prefooter .c-col-4 {
	padding-left: 30px;
	padding-right: 30px;
}
body .c-prefooter .c-col-4 img {
    margin-top: 7px;
}
body .c-prefooter .c-col-1 {
	flex: 0 0 auto;
    width: 40%;
    padding-right: 110px;
}
body .c-prefooter .c-col-1 .c-logo {
    margin-bottom: -5px;
}
body .c-prefooter .c-col-2, body .c-prefooter .c-col-3, body .c-prefooter .c-col-4 {
	flex: 0 0 auto;
    width: 20%;
}
body #share-post>p {
	margin: 20px 0 8px !important;
}
body .comments-area {
    margin-top: 30px;
}
body .comments-area footer.comment-meta {
	margin-top: 0px !important;
}
body .comments-area footer.comment-meta .comment-awaiting-moderation {
	font-size: 14px;
}
body footer {
	position: relative;
	background-color: var(--color-primary);
}
body footer .c-row .col {
	width: 100%;
}
body footer .copyright {
	text-align: center;
}
body footer .social-media a {
	width: 32px;
    height: 32px;
    line-height: 36px;
    border-radius: 100%;
}
body footer .c-menu ul li a, body footer .c-menu ul li a:hover, body footer .c-menu ul li.active a, body footer .copyright a, body footer .copyright a:hover, body footer .copyright {
	color: #ffffff !important;
}

body .c-ads.top_ad {
	margin-bottom: 40px;
}
body .c-ad {
	background-color: var(--color-section_bg);
    border-radius: var(--ei-border-radius);
}
body .c-ads.bottom_ad {
	padding: 0;
}

/* Cart */
.ei-cart-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 430px;
    background: #fff;
    z-index: 999999;
    height: 100%;
    transform: translateX(100%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.active-mini-cart .ei-cart-sidebar {
    transform: translateX(0);
}
.ei-cart-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(0 0 0 / 60%);
    visibility: hidden;
    opacity: 0;
    cursor: zoom-out;
    -webkit-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
    transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
}
body.active-mini-cart .ei-cart-sidebar-overlay {
    visibility: visible;
    opacity: 1;
}
body.active-mini-cart {
    overflow: hidden !important;
}
.ei-cart-sidebar-wrapper .ei-cart-empty-message {
    padding: 20px 30px;
    text-align: center;
}
body.woocommerce-cart .ei-cart-sidebar-wrapper .ei-cart-empty-message {
    padding: 0;
}
body.woocommerce-cart .ei-cart-sidebar-wrapper .ei-cart-empty-message .woocommerce-mini-cart__empty-message {
    margin-top: 0;
}
.ei-cart-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    justify-content: space-between;
    padding: 20px 30px;
    box-shadow: 0 0 10px 0 rgba(129,129,129,0.2);
}
.ei-cart-header>span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.ei-cart-sidebar .woocommerce-mini-cart__empty-message {
    text-align: center;
}
.ei-cart-sidebar .ei-cart-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(129,129,129,0.2);
    z-index: 99;
}
.ei-cart-sidebar .ei-cart-bottom .woocommerce-mini-cart__total.total {
    padding: 20px 30px;
    margin: 0;
}
.ei-cart-sidebar .ei-cart-bottom .c-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 0;
    text-align: center;
}
.ei-cart-sidebar-wrapper .blockUI.blockOverlay {
    background-color: rgb(255 255 255 / 73%) !important;
    z-index: 9 !important;
}
.ei-cart-sidebar-wrapper .ei-cart-remove-link {
    position: absolute;
    top: 15px;
    left: -7px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: var(--color-secondary_bg);
    box-shadow: 0 7px 15px -10px rgb(0 0 0 / 60%);
    z-index: 99;
}
.ei-cart-sidebar-wrapper .remove.remove_from_cart_button {
    width: 18px;
    height: 18px;
    color: var(--color-secondary_text);
    font-size: 14px;
    line-height: 18px;
    margin-top: -1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.ei-cart-sidebar-wrapper .quantity + span.woocommerce-Price-amount.amount {
    /*position: absolute;
    top: 50px;
    left: 115px;*/
}
.ei-cart-sidebar-wrapper .quantity + span.woocommerce-Price-amount.amount::after {
    content: '×';
    margin-left: 5px;
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_header {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ei-cart-header-btn-close {
    cursor: pointer;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 21px;
    font-size: 16px;
    border-radius: 100%;
    background-color: #fd695e;
    opacity: 1;
    color: white;
    font-weight: normal !important;
    cursor: pointer !important;
    box-shadow: 0 7px 15px -10px rgb(0 0 0 / 60%);
}
.ei-cart-header-btn-close span {
    width: 25px;
    height: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.ei-cart-header-btn-close span svg {
    width: 9px;
    height: 9px;
}
.ei-cart-header-btn-close span svg path {
    fill: #ffffff;
}
.ei-cart-sidebar .ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul {
    max-height: calc(100vh - 199px);
    overflow-x: hidden;
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body .ei-cart-bottom .woocommerce-Price-amount.amount {
    position: relative;
    font-weight: 600;
    color: var(--color-price);
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body li.loading .ei-custom-render-total:before, .ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body .ei-cart-bottom.loading .woocommerce-Price-amount.amount:before, .ei-cart-sidebar-wrapper .blockUI.blockOverlay:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 23px;
    height: 23px;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    border-top-color: transparent;
    animation: spinnn 0.8s linear infinite;
}
@keyframes spinnn {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body li.loading .ei-custom-render-total .woocommerce-Price-amount.amount, .ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body .ei-cart-bottom.loading .woocommerce-Price-amount.amount bdi {
    opacity: 0.3;
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul {
    margin-bottom: 0;
    padding: 20px 30px;
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul li:first-child {
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul li:last-child {
    border-bottom: 0 !important;
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    padding: 20px 0 13px;
    position: relative;
    line-height: 28px;
    border-bottom: 1px solid #eaeaef;
}
li.woocommerce-mini-cart-item.mini_cart_item>a {
    display: inline-block;
    width: 90px;
    padding-right: 18px;
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item img {
    width: 100%;
    border-radius: var(--ei-border-radius);
}
.ei-cart-sidebar-wrapper .ei-mini-cart-count-price {
    position: relative;
    display: inline-block;
    width: calc(100% - 90px);
    padding-right: 100px;
}
.ei-cart-sidebar-wrapper .ei-mini-cart-count-price>a {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: var(--color-black);
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
}
.ei-cart-sidebar-wrapper .variation {
    font-size: 90%;
    line-height: normal;
    padding-right: 50px;
    margin-top: 5px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity {
    margin-top: 8px;
    min-height: 30px;
    max-height: 30px;
    max-width: 80px;
    position: relative;
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity button:first-child {
    left: 5px;
    font-size: 17px;
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity button:last-child {
    right: 5px;
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity button {
    width: 20px;
    height: 20px;
    line-height: 0;
    background: #EAEAEA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity .qty {
    height: 30px;
    padding: 0 25px;
    width: 100%;
    border: 1px solid #EAEAEA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 22px;
    color: #171717;
    text-align: center;
    pointer-events: none;
}
.ei-cart-sidebar-wrapper .woocommerce-mini-cart-item.mini_cart_item .quantity .qty {
    -moz-appearance: textfield;
}
.ei-cart-sidebar-wrapper .woocommerce-mini-cart-item.mini_cart_item .quantity .qty::-webkit-outer-spin-button, .ei-cart-sidebar-wrapper .woocommerce-mini-cart-item.mini_cart_item .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body .woocommerce-mini-cart__total {
    line-height: 35px;
    font-weight: 500;
    color: #171717;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.ei-cart-sidebar-wrapper .ei-custom-render-total {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-price);
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body .woocommerce-mini-cart__buttons {
    position: absolute;
    bottom: 35px;
    left: 30px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body .woocommerce-mini-cart__buttons a {
    flex: 1;
    text-align: center;
    padding: 15px 35px;
    border: 2px solid #00627A;
    filter: drop-shadow(0px 5px 20px rgba(245, 195, 75, 0.15));
    -webkit-border-radius: var(--ei-border-radius);
    -moz-border-radius: var(--ei-border-radius);
    border-radius: var(--ei-border-radius);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    background-color: transparent;
    color: #171717;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body .woocommerce-mini-cart__buttons a:last-child {
    box-shadow: 0px 5px 20px rgba(0, 98, 122, 0.15);
    background: #00627A;
    color: #fff;
}
.ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body .woocommerce-mini-cart__buttons a:hover {
    box-shadow: 0px 5px 20px rgba(0, 98, 122, 0.15);
    background: #00627A;
    color: #fff;
}

/* WooCommerce Cart */
body.woocommerce-cart .content-page .title h1 {
    font-size: var(--h2);
    text-align: center;
}
body.woocommerce-cart .ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul {
    padding: 0;
}
body.woocommerce-cart .ei-cart-sidebar-wrapper {
    max-width: 530px;
    margin: auto;
}
body.woocommerce-cart .ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul li:last-child {
    border-bottom: 1px solid #eaeaef !important;
}
body.woocommerce-cart .ei-cart-bottom .c-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    text-align: center;
}

/* Tooltip Text */
.ei-tooltip-text {
	display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    position: absolute;
    width: 103px;
    left: 50%;
    transform: translate(-50%,0);
    background-color: #6c757d;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    padding: 4px 7px 6px 6px !important;
    margin: 25px 0 0 !important;
    border-radius: 3px;
    opacity: 0;
    animation: fadeInn 0.4s ease 0s 1 normal forwards;
    z-index: 1;
}
@keyframes fadeInn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.ei-tooltip-hide {
	opacity: 1;
	animation: fadeOutt 0.4s ease 0s 1 normal forwards;
}
@keyframes fadeOutt {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.ei-tooltip-text:before {
	content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0.4rem 0.4rem;
    border-bottom-color: #6c757d !important;
    position: absolute;
    top: 0;
    margin-top: -12px;
    left: 50%;
    transform: translate(-50%,0);
}

/* Custom WooCommerce */
body.woocommerce-account, body.woocommerce-cart, body.woocommerce-checkout {
    background: var(--color-section_bg);
}
body.woocommerce-account .content-page {
    padding: 70px 0;
}
body.woocommerce-account .content-page>.title {
    display: none;
}

/* My account */
body.logged-in.woocommerce-account .container>.woocommerce {
    display: flex;
    flex-wrap: wrap;
    font-size: 95%;
    border-radius: var(--ei-border-radius);
    background-color: #ffffff;
    box-shadow: 0 2px 2px rgba(22,74,65,0.01), 0 4px 4px rgba(22,74,65,0.01), 0 8px 8px rgba(22,74,65,0.01), 0 16px 16px rgba(22,74,65,0.01), 0 32px 32px rgba(22,74,65,0.01);
}
.woocommerce-MyAccount-navigation {
    flex: 0 0 auto;
    width: 25%;
    padding: 50px;
    border-right: 1px solid #EAEAEF;
}
.woocommerce-MyAccount-content {
    flex: 0 0 auto;
    width: 75%;
    padding: 50px;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
    max-width: 100% !important;
}
.woocommerce-MyAccount-navigation>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation>ul li a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding-left: 25px;
    color: var(--color-black);
}
.woocommerce-MyAccount-navigation>ul li {
    padding: 5px 15px;
}
.woocommerce-MyAccount-navigation>ul li.woocommerce-MyAccount-navigation-link--dashboard.is-active {
    margin-top: 0;
}
.woocommerce-MyAccount-navigation>ul li.is-active {
    border-radius: var(--ei-border-radius);
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: var(--color-primary);
}
.woocommerce-MyAccount-navigation>ul li.is-active a {
    color: #ffffff !important;
}
.woocommerce-MyAccount-navigation>ul li.is-active a svg path {
    fill: #ffffff !important;
}
.woocommerce-MyAccount-navigation>ul li a svg {
    position: absolute;
    left: 0;
    width: 16px;
    height: auto;
}
.woocommerce-MyAccount-navigation>ul li a, .woocommerce-MyAccount-navigation>ul li a svg path {
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.woocommerce-MyAccount-navigation>ul li a:hover {
    color: var(--color-primary);
}
.woocommerce-MyAccount-navigation>ul li a:hover svg path {
    fill: var(--color-primary);
}
.container>.woocommerce address {
    border: 1px solid #EAEAEF;
    border-radius: var(--ei-border-radius);
    padding: 20px;
    margin-top: 10px;
}
.woocommerce-Address-title a.edit, .woocommerce-button.view, .container>.woocommerce .order-again>a {
    font-size: 13px;
    padding: 5px 10px;
    border-radius: var(--ei-border-radius);
    color: #ffffff !important;
    background-color: var(--color-primary) !important;
}
.container>.woocommerce form p.form-row {
    margin: 0;
}
.woocommerce-EditAccountForm #account_display_name {
    margin-bottom: 10px !important;
}
.woocommerce-EditAccountForm [for="account_email"] {
    margin-top: 15px;
}
.woocommerce-order-details__title, .woocommerce-column__title {
    font-size: var(--h3);
    line-height: 30px;
}
@media only screen and (max-width: 1024px) {
    .ei-woocommerce-tabs, form.woocommerce-ResetPassword, body.woocommerce-cart .ei-cart-sidebar-wrapper, body.woocommerce-checkout form.woocommerce-form-login, body.woocommerce-checkout form.woocommerce-form-coupon, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content, .woocommerce-checkout .col2-set#customer_details, .woocommerce-checkout .woocommerce-checkout-review-order, form.woocommerce-verify-email, body.woocommerce-checkout.woocommerce-order-received .woocommerce>.woocommerce-order {
        padding: 30px !important;
    }
    form.woocommerce-checkout h3#order_review_heading {
        left: calc(50% + 30px) !important;
        margin: 30px 0 0 !important;
    }
    .woocommerce-MyAccount-navigation {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #EAEAEF;
    }
    .woocommerce-MyAccount-content {
        width: 100%;
    }
    .woocommerce-MyAccount-navigation>ul {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 8px;
        overflow: auto;
    }
    .woocommerce-MyAccount-navigation>ul li a {
        white-space: nowrap;
    }
    .woocommerce-MyAccount-navigation>ul::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}
/* My account end */

/* Checkout */
form.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    font-size: 95%;
    border-radius: var(--ei-border-radius);
    background-color: #ffffff;
    box-shadow: 0 2px 2px rgba(22,74,65,0.01), 0 4px 4px rgba(22,74,65,0.01), 0 8px 8px rgba(22,74,65,0.01), 0 16px 16px rgba(22,74,65,0.01), 0 32px 32px rgba(22,74,65,0.01);
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce>.woocommerce-order {
    font-size: 95%;
    border-radius: var(--ei-border-radius);
    padding: 50px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px rgba(22,74,65,0.01), 0 4px 4px rgba(22,74,65,0.01), 0 8px 8px rgba(22,74,65,0.01), 0 16px 16px rgba(22,74,65,0.01), 0 32px 32px rgba(22,74,65,0.01);
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce>.woocommerce-order {
    margin-top: 35px;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce>.woocommerce-order h2 {
    font-size: var(--h3);
    line-height: 30px;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce>.woocommerce-order h3 {
    font-size: var(--h5);
    line-height: 25px;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce>.woocommerce-order h3.wc-bacs-bank-details-account-name {
    margin-bottom: 5px;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce>.woocommerce-order p.woocommerce-thankyou-order-received {
    margin-top: 0;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce>.woocommerce-order table.woocommerce-table--order-details {
    margin-bottom: 0;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce>.woocommerce-order table td a {
    color: var(--color-black);
}
.woocommerce-checkout .col2-set#customer_details, .woocommerce-checkout .woocommerce-checkout-review-order {
    flex: 0 0 auto;
    width: 50%;
    padding: 50px;
}
.woocommerce-checkout .col2-set#customer_details {
    border-right: 1px solid #EAEAEF;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
    margin-top: 55px;
}
form.woocommerce-checkout h3#order_review_heading {
    position: absolute;
    left: calc(50% + 50px);
    flex: 0 0 auto;
    width: fit-content;
    height: fit-content;
    margin: 50px 0 0;
}
.woocommerce-checkout .woocommerce-billing-fields>h3 {
    margin-top: 0;
}
.woocommerce-checkout ul.woocommerce-shipping-methods, .woocommerce-checkout-payment>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-checkout-payment {
    margin-top: 30px;
}
.woocommerce-checkout td[data-title="Shipping"] {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.woocommerce-checkout ul.woocommerce-shipping-methods>li, .woocommerce-checkout-payment>ul>li {
    position: relative;
    padding-left: 22px;
    line-height: normal;
    margin-bottom: 5px;
}
.woocommerce-checkout-payment>ul>li label {
    font-weight: 600;
}
.woocommerce-checkout-payment>ul>li label img {
    position: absolute;
    width: 45px;
    margin-left: 8px;
}
.woocommerce-checkout-payment>ul>li label[for="payment_method_duitku_va_permata"] img {
    width: 100px;
    margin-top: -9px;
    margin-left: 0;
}
.woocommerce-checkout-payment>ul>li label[for="payment_method_duitku_va_mandiri_h2h"] img {
    width: 70px;
    margin-top: -10px;
}
.woocommerce-checkout-payment>ul>li {
    margin-bottom: 17px;
}
.woocommerce-checkout-payment>ul>li:last-child {
    margin-bottom: 0;
}
.woocommerce-checkout ul.woocommerce-shipping-methods>li:last-child, .woocommerce-checkout-payment>ul>li:last-child {
    margin-bottom: 0;
}
.woocommerce-checkout input[type="radio"] {
    position: absolute;
    left: 0;
    display: inline-block !important;
    width: fit-content !important;
    margin: 3px 0 0 !important;
}
.woocommerce-checkout .payment_box p {
    line-height: 1.5;
    margin: 10px 0;
}
.woocommerce-checkout .payment_box p:last-of-type {
    margin-bottom: 0;
}
.payment-confirmation-desc {
    margin: 30px 0 20px;
}
.payment-confirmation-wrap .c-btn {
    display: inline-flex;
    -ms-flex-align: center!important;
    align-items: center!important;
    gap: 8px;
}
.payment-confirmation-wrap .c-btn svg, .ei-single-product>.ei-col-2>div .buy-on-whatsapp svg {
    width: 17px;
    height: auto;
}
.payment-confirmation-wrap .c-btn svg path, .ei-single-product>.ei-col-2>div .buy-on-whatsapp svg path {
    fill: #ffffff;
}
.ei-single-product>.ei-col-2>div .buy-on-whatsapp svg path {
    stroke-width: 0.5px;
    stroke: #ffffff;
}
.ei-single-product>.ei-col-2>div .buy-on-whatsapp {
    display: inline-flex !important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 28px !important;
    color: #ffffff !important;
    border-color: #01c34a !important;
    background-color: #01c34a !important;
}
/* Checkout end */

body.woocommerce-account .woocommerce-message, body.woocommerce-account .woocommerce-info, body.woocommerce-account .woocommerce-error, body.woocommerce-checkout ul.woocommerce-error[role="alert"], body.woocommerce-checkout .woocommerce-message[role="alert"] {
    font-size: 13px;
    line-height: 1.5;
}
.ei-woocommerce-tabs, body.woocommerce-account .woocommerce-notices-wrapper, form.woocommerce-ResetPassword, body.woocommerce-checkout form.woocommerce-form-login, body.woocommerce-checkout form.woocommerce-form-coupon, form.woocommerce-verify-email {
    max-width: 430px;
    margin: auto;
    font-size: 85%;
}
.ei-woocommerce-tabs, form.woocommerce-ResetPassword, body.woocommerce-cart .ei-cart-sidebar-wrapper, body.woocommerce-checkout form.woocommerce-form-login, body.woocommerce-checkout form.woocommerce-form-coupon, form.woocommerce-verify-email {
    padding: 50px;
    border-radius: var(--ei-border-radius);
    background-color: #ffffff;
    box-shadow: 0 2px 2px rgba(22,74,65,0.01), 0 4px 4px rgba(22,74,65,0.01), 0 8px 8px rgba(22,74,65,0.01), 0 16px 16px rgba(22,74,65,0.01), 0 32px 32px rgba(22,74,65,0.01);
}
body.woocommerce-cart .ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul li:first-child {
    margin-top: -20px !important;
}
body.woocommerce-checkout form.woocommerce-form-login {
    margin-bottom: 35px;
}
body.woocommerce-checkout form.woocommerce-form-coupon {
    margin-top: -15px;
    margin-bottom: 35px;
}
body.woocommerce-checkout .woocommerce-form-login-toggle, body.woocommerce-checkout .woocommerce-form-coupon-toggle {
    width: fit-content;
    margin: auto;
    text-align: center;
}
body.woocommerce-checkout ul.woocommerce-error[role="alert"], body.woocommerce-checkout .woocommerce-message[role="alert"] {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
body.woocommerce-checkout .content-page>.title h1 {
    font-size: var(--h2);
    text-align: center;
}
.ei-woocommerce-tabs .panel-header {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 35px;
}
.ei-woocommerce-tabs ul.ei-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.ei-woocommerce-tabs ul.ei-tabs li {
    display: block;
    flex: 1;
    line-height: 1.5;
    text-align: center;
    border: 1px solid var(--color-primary);
    padding: 10px 30px;
    border-radius: var(--ei-border-radius);
}
.ei-woocommerce-tabs ul.ei-tabs li.login {
    margin-top: 25px;
}
.ei-woocommerce-tabs ul.ei-tabs li.ei-active {
    display: none;
    background-color: #fff;
}
.ei-woocommerce-tabs .panel {
    display: none;
    xpadding: 20px;
}
.ei-woocommerce-tabs .panel.ei-active {
    display: block;
}
.woocommerce-form-row {
    margin: 0;
}
.woocommerce-form p {
    margin-top: 0;
}
.woocommerce-privacy-policy-text p {
    line-height: 1.5;
    margin-bottom: 0;
}
.show-password-input {
    display: none;
}
.woocommerce-LostPassword.lost_password, body.woocommerce-checkout form.woocommerce-form-login p.lost_password {
    text-align: center;
    margin-top: 20px;
}
body.woocommerce-checkout form.woocommerce-form-login p.lost_password {
    margin-bottom: 0;
}
.container>.woocommerce input, .container>.woocommerce select, .container>.woocommerce textarea, form.woocommerce-ResetPassword input, .container>.woocommerce .select2-container--default .select2-selection--single {
    padding: 8px 18px !important;
    border: 1px solid #EAEAEF !important;
    border-radius: var(--ei-border-radius);
    background-color: #fbfbfb !important;
}
.container>.woocommerce .select2-container--default .select2-selection--single {
    height: 41px;
    margin-bottom: 20px;
}
.container>.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
    right: 11px;
}
body.woocommerce-page .select2-dropdown {
    margin-top: -30px !important;
    border-color: #eaeaef !important;
    background-color: #ffffff !important;
}
body.woocommerce-page .select2-search--dropdown {
    padding: 10px 18px 15px !important;
    background-color: #fbfbfb !important;
}
body.woocommerce-page .select2-results__option {
    padding: 6px 18px !important;
}
body.woocommerce-page .select2-search--dropdown {
    padding: 10px 18px 15px !important;
    background-color: #fbfbfb !important;
}
body.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: var(--ei-border-radius);
}
.container>.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--color-black);
    line-height: 21px;
    padding: 0;
}
.container>.woocommerce .address-field#billing_country_field, .container>.woocommerce .address-field#shipping_country_field {
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 10px;
    clear: both;
}
.container>.woocommerce .address-field#billing_country_field>label, .container>.woocommerce .address-field#shipping_country_field>label {
    display: inline-block;
}
.container>.woocommerce mark {
    background: transparent;
    font-weight: 600;
}
.container>.woocommerce .form-row label {
    display: block;
    margin-bottom: 5px;
}
body label.woocommerce-form__label-for-checkbox {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
body label.woocommerce-form__label-for-checkbox span {
    margin-left: 8px;
}
body .woocommerce-form__label-for-checkbox input {
    display: inline-block !important;
    width: fit-content !important;
    margin-bottom: 0 !important;
}
.container>.woocommerce button[name="save_address"], .container>.woocommerce form.woocommerce-form-coupon>p {
    margin-top: 0 !important;
}
.container>.woocommerce input#coupon_code {
    margin-bottom: 0 !important;
}
button.woocommerce-button, button.woocommerce-Button, form.woocommerce-ResetPassword button, .container>.woocommerce button[name="save_address"], .container>.woocommerce button[name="woocommerce_checkout_place_order"], .container>.woocommerce button[name="apply_coupon"] {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding: 10px 30px;
    margin-top: 30px;
    text-align: center;
    border: 0;
    border-radius: var(--ei-border-radius);
    cursor: pointer;
    color: #ffffff;
    background-color: var(--color-primary);
}
body form.woocommerce-ResetPassword p {
    margin-top: 0;
}
body form.woocommerce-ResetPassword button, form.woocommerce-verify-email button {
    margin-top: 10px !important;
}

/* Single Product */
body.single-product .ei-single-product {
    margin-bottom: 50px;
}
.ei-single-product, .ei-col-image-txt {
    display: flex;
    flex-wrap: wrap;
}
.ei-single-product .ei-col-1 {
    flex: 0 0 auto;
    width: 70%;
    padding: 0 35px 0 0;
}
.ei-single-product .ei-col-2 {
    flex: 0 0 auto;
    width: 30%;
}
.ei-col-image-txt .ei-col-1 {
    flex: 0 0 auto;
    width: 60%;
    padding: 0 50px 0 0;
}
.ei-col-image-txt .ei-col-1 h1 {
    line-height: normal;
    margin-top: 0;
}
.ei-col-image-txt .ei-col-1 .ei-info {
    font-size: 14px;
    color: #6a6868;
    font-weight: 400;
    margin-top: -10px;
    margin-bottom: 1.5em;
}
.ei-col-image-txt .ei-col-1 .ei-info, .ei-col-image-txt .ei-col-1 .ei-info>span {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.ei-col-image-txt .ei-col-1 .ei-info .post_views {
    margin-right: 20px;
}
.ei-col-image-txt .ei-col-1 .ei-info .post_views>span {
    margin-left: 4px;
}
.ei-col-image-txt .ei-col-1 .ei-info svg {
    width: 15px;
    height: auto;
    margin-right: 6px;
}
.ei-col-image-txt .ei-col-1 .ei-info svg path {
    fill: #6a6868;
}
.ei-col-image-txt .ei-col-1 .product_meta>span {
    display: block;
}
.ei-col-image-txt .ei-col-1 .product_meta>span.tagged_as {
    display: none;
}
body.single-product .ei-col-image-txt .ei-col-1 .top-share-btn {
    margin-top: 1.5em;
}
body.single-product .ei-col-image-txt .ei-col-1 .top-share-btn #share-post>p {
    display: block;
    margin-top: 0 !important;
}
body.single-product .ei-col-image-txt .ei-col-1 #share-post a {
    width: 30px;
    height: 27px;
    line-height: 30px;
}
body.single-product .ei-col-image-txt .ei-col-1 #share-post a svg {
    width: 15px;
}
body.single-product .ei-col-image-txt .ei-col-1 #share-post a.tw svg {
    width: 13px;
}
body.single-product .ei-col-image-txt .ei-col-1 #share-post a.fb svg {
    width: 16px;
    margin-top: 2px;
}
body.single-product .ei-col-image-txt .ei-col-1 #share-post a.em svg {
    width: 14px;
    margin-bottom: 0;
}
.ei-col-image-txt .ei-col-2 {
    flex: 0 0 auto;
    width: 40%;
}
.ei-col-image-txt .ei-col-2 span.l-discount {
    position: absolute;
    font-weight: bold;
    font-size: 11px;
    line-height: 21px;
    color: var(--color-secondary_text);
    background-color: var(--color-secondary_bg);
    text-transform: uppercase;
    margin: 0;
    padding: 5px 13px 4px;
    border-top-left-radius: var(--ei-border-radius);
    border-bottom-right-radius: var(--ei-border-radius);
    z-index: 1;
}
.ei-single-product>.ei-col-1>div:first-child {
    padding: 50px;
    margin-bottom: 50px;
    border-radius: var(--ei-border-radius);
    background-color: var(--color-section_bg);
}
.ei-single-product>.ei-col-2>div {
    position: sticky;
    padding: 50px;
    border-radius: var(--ei-border-radius);
    background-color: var(--color-primary);
}
.m-single-price-wrap>.ei-col-2 {
    width: 100%;
}
.ei-single-product>.ei-col-2>div>div {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
}
.ei-single-product>.ei-col-2>div ins {
    background: transparent;
}
.ei-single-product>.ei-col-2>div .price {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
    margin: 30px 0;
}
.ei-single-product>.ei-col-2>div .woocommerce-variation-price {
    padding-bottom: 30px;
}
.product-type-simple>.ei-single-product>.ei-col-2>div .price, .product-type-external>.ei-single-product>.ei-col-2>div .price, .product-type-variable>.ei-single-product>.ei-col-2>div .woocommerce-variation-price>.price {
    /*display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;*/
}
.product-type-variable>.ei-single-product>.ei-col-2>div .woocommerce-variation-price>.price {
    margin: 0 !important;
}
.ei-single-product>.ei-col-2>div .price bdi {
    text-shadow: 0 0 5px rgb(85 85 85 / 40%) !important;
}
.ei-single-product>.ei-col-2>div .price del {
    display: block !important;
    width: 100%;
    font-size: 80%;
    font-weight: normal;
    margin-bottom: 10px;
    text-shadow: none !important;
}
body.single-product .ei-hide-addtocart form.cart, body.single-product .ei-hide-addtocart .variations_button {
    display: none !important;
}
body.single-product .ei-hide-addtocart form.variations_form.cart {
    display: block !important;
}
body.single-product .ei-hide-addtocart p.stock {
    margin-bottom: 0 !important;
}
.ei-single-product>.ei-col-2>div input.qty {
    text-align: center;
    border: 0;
    padding: 5px 35px;
    margin-bottom: 0 !important;
    -moz-appearance: textfield;
}
.ei-single-product>.ei-col-2>div input.qty::-webkit-inner-spin-button, .ei-single-product>.ei-col-2>div input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity-button {
    width: 20px;
    height: 20px;
    line-height: 18px;
    color: var(--color-black);
    border: 1px solid #CCCCCC;
    background: #EAEAEA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.ei-single-product>.ei-col-2>div .quantity {
    position: relative;
}
.ei-single-product>.ei-col-2>div .quantity .quantity-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.quantity-button.quantity-left {
    left: 5px;
    font-size: 17px;
}
.quantity-button.quantity-right {
    right: 5px;
}
.quantity label.screen-reader-text {
    display: none;
}
.ei-single-product>.ei-col-2>div .woocommerce-grouped-product-list-item__quantity input.qty {
    
}
.ei-single-product>.ei-col-2>div select {
    padding: 5px 12px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M7.35491 1.10501C7.30843 1.05814 7.25313 1.02095 7.1922 0.995561C7.13127 0.970177 7.06591 0.957108 6.99991 0.957108C6.9339 0.957108 6.86855 0.970177 6.80762 0.995561C6.74669 1.02095 6.69139 1.05814 6.64491 1.10501L4.35491 3.39501C4.30843 3.44187 4.25313 3.47907 4.1922 3.50445C4.13127 3.52984 4.06591 3.54291 3.99991 3.54291C3.9339 3.54291 3.86855 3.52984 3.80762 3.50445C3.74669 3.47907 3.69139 3.44187 3.64491 3.39501L1.35491 1.10501C1.30843 1.05814 1.25313 1.02095 1.1922 0.995561C1.13127 0.970177 1.06591 0.957108 0.999908 0.957108C0.933902 0.957108 0.868549 0.970177 0.80762 0.995561C0.74669 1.02095 0.691389 1.05814 0.644908 1.10501C0.551782 1.19869 0.499512 1.32541 0.499512 1.45751C0.499512 1.5896 0.551782 1.71633 0.644908 1.81001L2.93991 4.10501C3.22116 4.38591 3.60241 4.54369 3.99991 4.54369C4.39741 4.54369 4.77866 4.38591 5.05991 4.10501L7.35491 1.81001C7.44803 1.71633 7.5003 1.5896 7.5003 1.45751C7.5003 1.32541 7.44803 1.19869 7.35491 1.10501Z' fill='%23535353'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: calc(100% - 0.8em) center !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 !important;
    outline: none;
    box-shadow: none;
}
body .ei-single-product>.ei-col-2>div select {
    margin-bottom: 0 !important;
}
.ei-single-product>.ei-col-2>div table, .ei-single-product>.ei-col-2>div table td, .ei-single-product>.ei-col-2>div table th, .ei-single-product>.ei-col-2>div table tr {
    border: 0;
    padding: 0 !important;
}
.ei-single-product>.ei-col-2>div table th {
    width: 35%;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    padding-right: 20px !important;
}
.ei-single-product>.ei-col-2>div table td {
    width: 65%;
}
.ei-single-product>.ei-col-2>div table tr {
    position: relative;
    justify-content: space-between !important;
    margin-bottom: 15px;
}
.ei-single-product>.ei-col-2>div table tr.woocommerce-grouped-product-list-item {
    margin-bottom: 25px;
}
.ei-single-product>.ei-col-2>div table tr:last-child {
    margin-bottom: 10px;
}
.ei-single-product>.ei-col-2>div table tr, .ei-single-product>.ei-col-2>div table td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.ei-single-product>.ei-col-2>div table.variations {
    margin-bottom: 30px;
}
.ei-single-product>.ei-col-2>div table .reset_variations {
    position: absolute;
    width: max-content;
    right: 0;
    bottom: -33px;
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    border: 0;
    border-radius: 3px;
    padding: 4px 7px;
    margin: 0 !important;
    margin-bottom: 5px !important;
    color: var(--color-secondary_text);
    background-color: var(--color-secondary_bg);
    visibility: hidden;
}
.ei-single-product>.ei-col-2>div p {
    font-size: 90%;
    text-align: left;
    color: #ffffff;
}
.ei-single-product>.ei-col-2>div p.stock {
    margin: -10px 0 20px;
}
.ei-single-product>.ei-col-2>div p.stock.out-of-stock {
    margin-bottom: 0;
}
body .ei-single-product>.ei-col-2>div label, body .ei-single-product>.ei-col-2>div a {
    color: #ffffff;
}
.ei-single-product>.ei-col-2>div button, .ei-single-product>.ei-col-2>div .buy-on-whatsapp {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: var(--color-secondary_text);
    background-color: var(--color-secondary_bg);
    border-color: var(--color-secondary_bg);
    border-radius: var(--ei-border-radius);
    padding: 14px 28px;
    margin-top: 20px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
}
.ei-single-product>.ei-col-2>div .ei-item-quantity-btn {
    display: none !important;
}
.ei-single-product>.ei-col-2>div table.woocommerce-grouped-product-list.group_table tr {
    flex-wrap: wrap;
}
.ei-single-product>.ei-col-2>div table.woocommerce-grouped-product-list.group_table td.woocommerce-grouped-product-list-item__quantity {
    display: block;
    width: 100%;
}
.ei-single-product>.ei-col-2>div table.woocommerce-grouped-product-list.group_table td {
    display: block !important;
    width: 100%;
    color: #ffffff;
}
.ei-single-product>.ei-col-2>div table.woocommerce-grouped-product-list.group_table td a {
    display: block;
    font-weight: 600;
    line-height: normal;
    margin: 10px 0;
}
.ei-single-product>.ei-col-2>div table.woocommerce-grouped-product-list.group_table td svg path {
    fill: #ffffff;
}
.ei-single-product>.ei-col-2>div table.woocommerce-grouped-product-list.group_table tr.woocommerce-grouped-product-list-item.product-type-simple td.woocommerce-grouped-product-list-item__price p.stock {
    display: block;
    margin: 3px 0 0;
}
.ei-single-product>.ei-col-2>div table.woocommerce-grouped-product-list.group_table tr.woocommerce-grouped-product-list-item.product-type-simple td.woocommerce-grouped-product-list-item__price ins {
    font-weight: 600;
}
.ei-single-product>.ei-col-2>div table.woocommerce-grouped-product-list.group_table tr.woocommerce-grouped-product-list-item.product-type-simple td.woocommerce-grouped-product-list-item__price del {
    display: block;
    font-size: 85%;
    font-weight: normal;
    margin-bottom: -3px;
}

.single-product nav.woocommerce-breadcrumb {
    margin-top: 20px;
    text-align: left;
}
header.woocommerce-products-header {
    margin: 50px 0;
    text-align: center;
}
header.woocommerce-products-header .woocommerce-products-header__title.page-title {
    color: var(--color-primary);
}
header.woocommerce-products-header .term-description, nav.woocommerce-breadcrumb {
    display: none !important;
}
body.single-product nav.woocommerce-breadcrumb {
    display: -webkit-box !important;
}
nav.woocommerce-breadcrumb {
    font-size: 14px;
    line-height: 27px;
    color: #757575;
    text-align: center;
    xbackground-color: var(--color-section_bg);
    xborder-color: var(--color-section_bg);
    xborder-radius: var(--ei-border-radius);
    xpadding: 4px 20px 6px;
    margin: 50px 0 20px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    visibility: visible;
    xwhite-space: break-spaces;
}
nav.woocommerce-breadcrumb span {
    font-size: 16px;
}
nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb span {
    color: var(--color-black);
}
nav.woocommerce-pagination {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
nav.woocommerce-pagination ul.page-numbers {
    padding: 0;
    margin: 0;
    list-style: none;
}
nav.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
}
nav.woocommerce-pagination ul li .page-numbers {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-black);
    padding: 0em !important;
    margin: 0 5px !important;
    border: 0 !important;
    text-decoration: none;
}
nav.woocommerce-pagination ul li .page-numbers.current {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #ffffff !important;
    background-color: var(--color-primary);
    border-radius: 50%;
    pointer-events: none !important;
}
/* Custom WooCommerce end */

/* WooCommerce styles override */
body .pswp {
    z-index: 9999 !important;
}
body .pswp__bg {
    background: rgb(0 0 0 / 60%) !important;
}
body .pswp__caption__center {
    text-align: center !important;
}
/**
 * Shop tables
 */
.container>.woocommerce table, .container>.woocommerce table td, .container>.woocommerce table th {
    line-height: normal;
    border: 1px solid #eaeaef;
}
.container>.woocommerce ul.wc-item-meta {
    list-style: none;
    padding: 0;
    margin: 0;
}
.container>.woocommerce ul.wc-item-meta li {
    display: flex;
    line-height: normal;
    margin: 5px 0;
}
.container>.woocommerce ul.wc-item-meta li strong {
    margin-right: 8px;
}
.container>.woocommerce ul.wc-item-meta li p {
    margin: 0;
}
table.shop_table_responsive thead {
    display: none;
}

table.shop_table_responsive tbody th {
    display: none;
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}

table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    float: left;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
    display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
    display: none;
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}

@media screen and (min-width: 48em) {

    table.shop_table_responsive thead {
        display: table-header-group;
    }

    table.shop_table_responsive tbody th {
        display: table-cell;
    }

    table.shop_table_responsive tr th,
    table.shop_table_responsive tr td {
        text-align: left;
    }

    table.shop_table_responsive tr td {
        display: table-cell;
    }

    table.shop_table_responsive tr td::before {
        display: none;
    }
}

/**
 * Products
 */
ul.products {
    margin: 0;
    padding: 0;
}

ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em;
}

ul.products li.product img {
    display: block;
}

ul.products li.product .button {
    display: block;
}

@media screen and (min-width: 48em) {

    ul.products li.product {
        width: 30.79667%;
        float: left;
        margin-right: 3.8%;
    }

    ul.products li.product.first {
        clear: both;
    }

    ul.products li.product.last {
        margin-right: 0;
    }

    ul.products.columns-1 li.product {
        float: none;
        width: 100%;
    }

    ul.products.columns-2 li.product {
        width: 48.1%;
    }

    ul.products.columns-3 li.product {
        width: 30.79667%;
    }

    ul.products.columns-4 li.product {
        width: 22.15%;
    }

    ul.products.columns-5 li.product {
        width: 16.96%;
    }

    ul.products.columns-6 li.product {
        width: 13.49333%;
    }
}

/**
 * Single product
 */
.single-product div.product {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
    width: 100%;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    position: relative;
    border-radius: var(--ei-border-radius);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin: 4px 0 0;
    padding: 10px;
    background-color: var(--color-black);
    z-index: 999;
}
.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image>a>img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: var(--ei-border-radius);
    object-fit: cover;
}

.single-product ul.flex-direction-nav {
    position: absolute;
    top: calc(50% - 60px);
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;
}
.single-product li.flex-nav-prev {
    position: relative;
    float: left;
    z-index: 99;
}
.single-product li.flex-nav-next {
    position: relative;
    float: right;
    z-index: 99;
}
.single-product a.flex-prev {
    display: block;
    height: 20px;
    width: 20px;
    margin-left: 15px;
    text-indent: -9999px;
}
.single-product a.flex-next {
    display: block;
    height: 20px;
    width: 20px;
    margin-right: 15px;
    text-indent: -9999px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 0.5;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    display: flex;
    width: 22.15%;
    margin: 0 5px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:first-child {
    margin-left: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n), .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
}

.stock:empty::before {
    display: none;
}

.stock.in-stock {
    color: #0f834d;
}

.stock.out-of-stock {
    color: #e2401c;
}

.single-product .woocommerce-tabs table {
    font-size: 95%;
}
.single-product .woocommerce-tabs table, .single-product .woocommerce-tabs table td, .single-product .woocommerce-tabs table th {
    border: 1px solid #eaeaef;
}
.single-product .woocommerce-tabs table td p:first-of-type {
    margin-top: 0;
}
.single-product .woocommerce-tabs table td p:last-of-type {
    margin-bottom: 0;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%;
    }
    .col2-set .form-row-last {
        float: right;
        margin-right: 0;
    }
    .col2-set .form-row-first,
    .col2-set .form-row-last {
        width: 48.1%;
    }
    .woocommerce-checkout-payment .form-row.place-order {
        margin-top: 25px;
    }
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
}

.site-header-cart .cart-contents {
    text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
    display: none;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}

/**
 * Star rating
 */
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    width: 6.3em;
    font-family: star;
    font-weight: 400;
    letter-spacing: 4px;
}

.star-rating::before {
    content: "\53\53\53\53\53";
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--color-secondary_bg);
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: 0.25;
}

p.stars a:hover ~ a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars:hover a::before {
    content: "\53";
    color: #ffb422;
    opacity: 1;
}

p.stars.selected a.active::before {
    content: "\53";
    color: #ffb422;
    opacity: 1;
}

p.stars.selected a.active ~ a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
    content: "\53";
    color: #ffb422;
    opacity: 1;
}

.woocommerce-Reviews, .single-product .woocommerce-product-attributes.shop_attributes {
    margin-top: 2em;
}
.woocommerce-Reviews .comment-reply-title {
    font-weight: 600;
}
.woocommerce-Reviews .woocommerce-verification-required {
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 30px;
    border-radius: var(--ei-border-radius);
    color: #ffffff;
    background-color: var(--color-primary);
}
.woocommerce-Reviews ol.commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-Reviews ol.commentlist li.byuser {
    
}
.woocommerce-Reviews .comment_container {
    position: relative;
    padding-left: 75px;
    margin-bottom: 30px;
}
.woocommerce-Reviews .woocommerce-review__verified, .woocommerce-Reviews .woocommerce-review__dash {
    display: none;
}
.woocommerce-Reviews .woocommerce-review__published-date {
    display: block;
    font-size: 85%;
    font-weight: normal;
    opacity: 0.8;
    margin-top: 5px;
}
.woocommerce-Reviews img.avatar {
    position: absolute;
    left: 0;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    object-fit: cover;
    padding: 2px;
    border: 2px solid var(--color-primary);
}
.woocommerce-Reviews .comment-text {
    position: relative;
    background: var(--color-section_bg);
    border-radius: var(--ei-border-radius);
    padding: 20px;
    box-shadow: 1px 3px 9px rgb(0 0 0 / 4%);
}
.woocommerce-Reviews .comment-text:before {
    content: "";
    background: inherit;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: -10px;
    transform: rotate(45deg);
    border-radius: 0 0 0 2px;
}
.woocommerce-Reviews .comment-text .star-rating {
    position: absolute;
    margin-top: 55px;
}
.woocommerce-Reviews .comment-text p.meta {
    line-height: normal;
    margin: 0;
}
.woocommerce-Reviews .comment-text .woocommerce-review__awaiting-approval {
    display: block;
    font-size: 95%;
    margin-bottom: 70px;
}
.woocommerce-Reviews .comment-text .description {
    margin-top: 50px;
}
.woocommerce-Reviews ul.children .comment-text .description {
    margin-top: 15px;
}
.woocommerce-Reviews .comment-text .description p {
    font-size: 95%;
    line-height: 22px;
    margin: 10px 0 0;
}
.woocommerce-Reviews .comment-text .description p:first-of-type {
    margin-top: 0;
}
.woocommerce-Reviews .comment-text .description p:last-of-type {
    margin-bottom: 0;
}
.woocommerce-Reviews #review_form_wrapper {
    margin-top: 50px;
}
.woocommerce-Reviews p.comment-form-comment, .woocommerce-Reviews p.comment-form-author, .woocommerce-Reviews p.comment-form-email {
    margin-bottom: -10px;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
    position: relative;
    display: flex;
    flex-direction: row;
    height: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.woocommerce-tabs ul.tabs li {
    position: relative;
    display: inline-block;
    max-width: max-content;
    min-width: fit-content;
    margin: 0;
}

.woocommerce-tabs ul.tabs li a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 25px;
    border: 1px solid transparent;
    border-top: 2px solid transparent;
    border-top-left-radius: var(--ei-border-radius);
    border-top-right-radius: var(--ei-border-radius);
    color: #848893;
    font-weight: 500;
    z-index: 1;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.woocommerce-tabs ul.tabs li a:hover {
    color: var(--color-black);
}
.woocommerce-tabs ul.tabs li.active a {
    color: var(--color-black);
    border: 1px solid #eaeaef;
    border-top: 2px solid var(--color-primary);
    border-bottom: 1px solid #ffffff;
}
.woocommerce-tabs ul.tabs:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #eaeaef;
}

.woocommerce-tabs .panel h2:first-of-type {
    display: none;
}
.single-product .related.products>h2 {
    margin: 50px 0 40px;
}



/**
 * Password strength meter
 */
.woocommerce-password-strength {
    font-size: 90%;
    margin-top: -15px;
    margin-bottom: 15px;
}
.woocommerce-password-hint {
    display: block;
    line-height: normal;
    margin-top: -15px;
    margin-bottom: 20px;
}
.woocommerce-password-strength.strong {
    color: #0f834d;
}
.woocommerce-password-strength.short {
    color: #e2401c;
}
.woocommerce-password-strength.bad {
    color: #e2401c;
}
.woocommerce-password-strength.good {
    color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}
.form-row.woocommerce-invalid>label {
    color: #e2401c;
}

.required {
    color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 30px;
    border-radius: var(--ei-border-radius);
    color: #ffffff;
    background-color: var(--color-primary);
    clear: both;
}
.woocommerce-message a {
    color: #ffffff;
    text-decoration: underline;
}
body.woocommerce-checkout .woocommerce-form-login-toggle>.woocommerce-info {
    margin-bottom: 15px;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
    margin-top: 15px;
}
body.woocommerce-checkout .woocommerce-NoticeGroup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    cursor: zoom-out;
    background-color: rgb(0 0 0 / 60%);
}
body.woocommerce-checkout .woocommerce-NoticeGroup>.woocommerce-error {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 400px;
    margin: auto;
    padding: 50px;
    border-radius: var(--ei-border-radius);
    text-align: left !important;
}
body.woocommerce-checkout .woocommerce-NoticeGroup>.woocommerce-error:before {
    position: absolute;
    top: 10px;
    right: 7px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M12 0C5.383 0 0 5.383 0 12s5.383 12 12 12 12-5.383 12-12S18.617 0 12 0Zm3.707 14.293a.999.999 0 1 1-1.414 1.414L12 13.414l-2.293 2.293a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414L10.586 12 8.293 9.707a.999.999 0 1 1 1.414-1.414L12 10.586l2.293-2.293a.999.999 0 1 1 1.414 1.414L13.414 12l2.293 2.293Z' fill='%23ffffff' data-original='%23000000' class='' opacity='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    color: #664d03;
    background-color: #fff3cd;
    border: 1px solid #ffecb5;
    padding: 5px 15px;
    border-radius: var(--ei-border-radius);
}
.woocommerce-info a,
.woocommerce-noreviews a,
p.no-comments a {
    color: #664d03;
    font-weight: 600;
    text-decoration: underline;
}

.woocommerce-error {
    list-style: none;
    background-color: #e2401c;
}
.woocommerce-error a {
    color: #ffffff;
    text-decoration: underline;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #3d9cd2;
    z-index: 9999;
}

@media screen and (min-width: 48em) {

    /**
     * Header cart
     */
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    background: var(--color-primary);
    box-sizing: border-box;
    margin-top: -0.25em;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: var(--color-primary);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
}
/* WooCommerce styles override end */


@media only screen and (min-width: 1400px) {
	body .main-navigation .nav-left {
		width: 55%;
	}
	body .main-navigation .nav-right {
		width: 45%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	body .main-navigation .nav-left {
   		width: 63%;
   	}
   	body .search-form span.c-close {
   		display: none !important;
   	}
}

@media only screen and (min-width: 1025px) {
	body .main-navigation.no-top-bar {
		padding-top: 0 !important;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
	body .hide-p-sidebar .content.c-fullwidth .container, body .hide-p-sidebar .content.c-fullwidth .elementor-section.s-fullwidth.elementor-section-boxed > .elementor-container {
		max-width: 1180px !important;
	}
	body .main-navigation {
		padding-top: 25px;
	}
	body .hide-p-sidebar .content.c-fullwidth .main-navigation .top-bar {
		font-size: 14px;
	    padding: 12px 0 14px;
	    margin-top: -25px;
	}
	body .main-navigation .nav-collapse:after {
		display: none;
	}
	body .content.c-fullwidth .main-navigation:after {
		content: '';
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    height: 1px;
	    background: #EAEAEF;
	}
	body .main-navigation .nav-right {
		width: 23%;
    	top: auto;
	}
	body .main-navigation .nav-left {
		width: 55%;
	    margin-top: 0;
	    margin-left: 30px;
	    text-align: center;
	}
}

body .related-post article .post-title a {
	-webkit-line-clamp: 3;
	line-clamp: 3;
}
body .related-post article .post-title a {
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	visibility: visible;
	xwhite-space: break-spaces;
}

@media only screen and (min-width: 1171px) {
	body .hide-p-sidebar .content.c-fullwidth .main-navigation .top-bar {
		font-size: 14px;
		padding: 12px 0 14px;
	    margin-top: -25px;
	}
	body .hide-p-sidebar .content.c-fullwidth .main-navigation>.container {
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -ms-flex-align: center!important;
	    align-items: center!important;
	}
	body .hide-p-sidebar .content.c-fullwidth .main-navigation>.container .c-logo {
		position: absolute;
    	z-index: 9;
	}
	body .hide-p-sidebar .content.c-fullwidth .main-navigation>.container .nav-collapse {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	body .c-two-col.c-no-sidebar>.container .c-post-wrap {
		grid-template-columns: repeat(3, 1fr);
	}
	body .c-two-col.c-no-sidebar>.container .c-post-left {
		width: 100%;
		padding-right: 0;
	}
	body .c-two-col.c-no-sidebar .c-post-left {
		padding-right: 0;
	}
	body .c-two-col.c-no-sidebar {
		-ms-flex-pack: center!important;
    	justify-content: center!important;
	}
	body .c-two-col>.container .c-post-left, .c-two-col .c-post-left {
		width: 66.66666667%;
		padding-right: 15px;
	}
	body .c-two-col>.container .right-sidebar, .c-two-col .right-sidebar {
		width: 33.33333333%;
		padding-left: 40px;
	}
	body .post-meta span.c-date {
		font-size: 13px;
	}
}

@media only screen and (max-width: 1024px) {
	body .top-bar, body .main-navigation .nav-left, body .main-navigation .nav-collapse:after {
		display: none;
	}
	body .main-navigation {
		padding: 25px 0;
		border-bottom: 1px solid #EAEAEF;
	}
	body .main-navigation .nav-right {
		margin-top: -5px;
	}
    body .main-navigation .ei-cart {
        text-align: center;
    }
	body .main-navigation .nav-collapse>.c-logo {
		display: flex;
	}
	body .menu-toggle {
		display: inline-block !important;
	}
	body .menu-toggle {
		margin-right: 20px;
	    cursor: pointer;
	}
	body .menu-toggle .bar1, body .menu-toggle .bar2, body .menu-toggle .bar3 {
	    width: 23px;
	    height: 2px;
	    background-color: var(--color-black);
	    margin: 5px 0;
	    transition: 0.4s;
	}
	body .c-profile.sidebar {
		color: var(--color-black);
		background: #ffffff;
	}
	body .c-profile.sidebar .container {
	    padding-right: 30px !important;
	    padding-left: 30px !important;
	}
	body .c-profile.sidebar .c-logo {
		padding: 35px 30px;
	    border-bottom: 1px solid #e6e6e6;
	    padding-bottom: 26px;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	}
	body .c-profile.sidebar .c-btn {
		width: 100%;
	    border-radius: 0 !important;
	    font-size: 13px;
	    font-weight: 500;
	    letter-spacing: 0.3px;
	    text-align: center;
	    text-transform: uppercase;
	    padding: 10px 30px !important;
	}
	body .c-profile.sidebar .container>div>ul, body .c-profile.sidebar .container>ul {
	    margin: 10px 0 0;
	}
	body .c-profile.sidebar ul {
		list-style: none;
	    padding: 0;
	    margin: 0;
	}
	body .c-profile.sidebar ul li ul {
		padding-left: 10px;
	}
	body .c-profile.sidebar .dropdown li:first-of-type {
		border-top: 1px solid #e6e6e6;
	}
	body .c-profile.sidebar .dropdown li:last-of-type {
		padding-bottom: 0;
	}
	body .c-profile.sidebar .dropdown {
		display: none;
		margin-top: 13px;
	}
	body .c-profile.sidebar .dropdown.active {
		display: block;
	}
	body .c-profile.sidebar ul li.has-dropdown>a {
		position: relative;
    	display: block;
    	padding-right: 30px;
    	pointer-events: none;
	}
	body .c-profile.sidebar ul li.has-dropdown>a svg {
		position: absolute;
	    right: 0;
	    top: 50%;
	    transform: translate(-50%, 0);
	}
	body .c-profile.sidebar ul li a {
		color: var(--color-black);
	}
	.c-profile.sidebar ul li {
		padding: 12px 0;
    	border-bottom: 1px solid #e6e6e6;
	}
	.c-profile.sidebar ul li:last-of-type {
		border-bottom: 0;
	}
	.widget-area {
		position: relative;
    	top: 0 !important;
	}
	.widget-area section.widget {
	    margin-bottom: 60px;
	}
	.widget-area section.widget_eishop_popular_post_widget ul li {
		margin-bottom: 30px;
	}
	.related-post article.type-post {
		width: 50%;
	}
	.related-post article figure img {
		height: 250px !important;
	}

    .d-single-price-wrap {
        display: none;
    }
    .m-single-price-wrap {
        display: block !important;
        margin: 25px 0 30px !important;
    }
    .ei-single-product>.ei-col-1 {
        width: 100%;
        padding-right: 0;
    }

    .ei-single-product .ei-col-image-txt {
        flex-direction: column-reverse;
    }
    .ei-col-image-txt .ei-col-1 {
        padding: 0;
    }
    .ei-col-image-txt .ei-col-1, .ei-col-image-txt .ei-col-2 {
        width: 100%;
    }
    .ei-col-image-txt .ei-col-1 h1 {
        margin-top: 20px;
    }

	body .c-prefooter .c-col-1, body .c-prefooter .c-col-2, body .c-prefooter .c-col-3, body .c-prefooter .c-col-4 {
	    width: 100% !important;
	    padding-left: 30px;
	    padding-right: 30px !important;
	    text-align: center;
	}
	body footer .c-prefooter .c-row>div {
		margin-bottom: 40px;
	}
	body footer .c-prefooter .c-row>div:last-child, body .c-prefooter ul li:last-child, .c-prefooter ul {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	:root {
		--ei-border-radius: 5px;
	}
    .ei-sales-notification-content {
        width: calc(100% - 100px);
        left: 15px;
        bottom: 80px;
    }
    .ei-menu-type-simple .ei-sales-notification-content {
        bottom: 15px;
    }
    .ei-sales-notification-content>span.ei-right {
        width: calc(100% - 55px);
        font-size: 11px;
    }
    .ei-sales-notification-content .ei-product-name a {
        font-size: 12px;
    }
    .ei-sales-notification-content .ei-time-diff {
        font-size: 10px;
    }
    .ei-sales-notification-content>a {
        width: 45px;
    }
    .ei-sales-notification-content img {
        height: 46px;
    }

	body .main-navigation .nav-right .c-btn {
		display: none !important;
	}
	body .main-navigation .nav-collapse>.c-logo {
		-ms-flex-align: center!important;
    	align-items: center!important;
	}
	body .main-navigation .nav-right {
		width: 10%;
	    top: auto;
	}
    body.ei-menu-type-simple .main-navigation .nav-right {
        width: max-content;
    }
	body .hide-p-sidebar .content.c-fullwidth .c-logo a {
		position: absolute;
	    width: calc(100% - 70px);
	    text-align: center;
	    left: 50%;
	    transform: translate(-50%, 0);
	}
    body.ei-menu-type-simple .hide-p-sidebar .content.c-fullwidth .c-logo a {
        width: max-content;
        text-align: left;
        left: 45px;
        transform: none;
    }
	body .main-navigation {
		padding: 20px 0;
	}
	body .main-navigation .nav-right span.search svg path {
		stroke: var(--color-black);
		stroke-width: 0.4px;
	}
    body.ei-menu-type-simple .main-navigation .nav-right span.search svg path {
        stroke: transparent;
        stroke-width: 0;
    }
	body .eishop-tabs-nav-item {
		max-width: 86%;
		min-width: 86%;
	}
	body .eishop-d-nav-scroll-icon-left, body .eishop-d-nav-graduated-filter-left {
		display: none !important;
	}
    body.search-no-results .eishop-tabs-content .eishop-list {
        margin-left: 0;
        margin-right: 0;
    }
    body.search-no-results .eishop-tabs-content .eishop-list .woocommerce-no-products-found {
        padding: 0;
    }
	body .eishop-tabs-content .eishop-list {
	    margin-top: 20px;
	}
	body .eishop-tabs-content .eishop-list {
		margin-left: -7px;
    	margin-right: -7px;
	}

    .ei-product-sorting>div {
        flex-direction: column-reverse;
        justify-content: left;
        padding: 0;
        background-color: transparent;
    }
    .ei-product-sorting .woocommerce-result-count, .ei-product-sorting form {
        width: 100%;
    }
    body .content .ei-product-sorting select {
        padding-left: 12px !important;
        padding-right: 35px !important;
        background-size: 9px !important;
        background-position: calc(100% - 1.1em) center !important;
    }
    .ei-product-sorting .woocommerce-result-count {
        font-size: 12px;
        margin-top: 10px !important;
    }

	body .eishop-tabs-content .eishop-list .eishop-list-item, body .ei-product-sorting {
		padding-left: 7px;
	    padding-right: 7px;
	    margin-bottom: 14px;
	}
	body .eishop-tabs-nav-link {
		padding: 13px 55px 13px 15px;
	}
	body .eishop-tabs-nav-link img {
		right: 15px;
	    width: 30px !important;
	    height: 30px !important;
	}
	body .eishop-tabs-nav-link img {
		border: 1px solid var(--color-primary) !important;
	}
	body .eishop-tab-active .eishop-tabs-nav-link img, body .eishop-tabs-nav-link:hover img, body .eishop-tabs-nav-link:focus img {
	    border: 1px solid #ffffff !important;
	}
	body .eishop-tabs-nav-link>span:first-of-type {
		font-size: 16px !important;
	}
	body .eishop-tabs-nav-link>span.c-desc {
		font-size: 14px;
	    line-height: 20px;
	    margin-top: 5px;
	}
	body .eishop-d-nav-scroll-icon-left, body .eishop-d-nav-scroll-icon-right {
		width: 25px;
		height: 25px;
	}
	body .eishop-d-nav-scroll-icon-left svg, body .eishop-d-nav-scroll-icon-right svg {
		width: 25px;
	}

	body .eishop-tabs-content .eishop-list .eishop-list-item div.ei-content-bottom {
	    padding: 7px 10px 10px;
	}
	body .eishop-tabs-content .eishop-list .eishop-list-item .eishop-subtitle {
		font-size: 11px;
		margin: 2px 0 1px;
	}
	body .eishop-tabs-content .eishop-list .eishop-list-item .eishop-title {
		font-size: 13px;
        font-weight: 600;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        line-height: normal;
	}
	body .eishop-tabs-content .eishop-list .eishop-list-item .eishop-text {
		font-size: 11px;
		padding-top: 10px;
        margin-top: 10px;
	}
	body .eishop-tabs-content .eishop-list .eishop-list-item .eishop-price {
		font-size: 12px;
        padding-right: 0;
        margin-top: 5px;
		-webkit-line-clamp: 2;
	}
	body .eishop-tabs-content .eishop-list .eishop-list-item .eishop-price .eishop-regular-price {
		display: block;
	    width: fit-content;
	    margin-top: 5px;
	    margin-left: 0;
	}
    .eishop-tabs-content .eishop-list .eishop-list-item .eishop-price:after {
        display: none !important;
    }
    .eishop-tabs-content .eishop-list .eishop-list-item .eishop-price>span {
        gap: 2px !important;
    }

	body .c-post-left .title {
		margin-bottom: 15px;
	}
	body .c-two-col, body .content-page {
	    padding: 20px 0 15px;
	}
	body .title h1, body .sec-title, body .related-post .sec-title {
	    font-size: 16px;
	}
	body .c-two-col>.container .c-post-wrap {
		display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    grid-gap: 0;
	    padding-bottom: 0;
	}
	body .c-two-col>.container .c-post-left article .post-content {
		display: flex;
	}
	body .c-two-col>.container .c-post-left article .post-content>div:first-child {
	    width: 30%;
	    flex: 0 0 auto;
	}
	body .c-two-col>.container .c-post-left article .post-content>div:last-child {
	    padding: 8px 0 0 15px;
	    width: 70%;
	    flex: 0 0 auto;
	}
	body .c-two-col>.container .c-post-left article figure img {
	    width: 100%;
	    height: 80px !important;
	    border-radius: var(--ei-border-radius) !important;
	}
	body .c-two-col>.container .c-post-left article .post-content>div:last-child .post-meta {
	    position: relative;
	    bottom: 0;
	}
	body .c-two-col>.container .c-post-left article.type-post {
		margin-bottom: 0 !important;
		box-shadow: none;
	}
	body .c-two-col>.container .c-post-left article .post-category {
		display: none;
	}
	body .c-two-col>.container .c-post-left .eishop_loadmore {
	    position: relative;
	    width: 100%;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.5px;
        padding: 8px 15px;
        margin-top: 20px;
	}

	body .chat-wa svg {
		width: 40px;
    	height: 40px;
	}
	body .chat-wa-tooltip {
        display: none;
		font-size: 14px;
		right: 65px;
    	bottom: 15px;
	}
	body .back-to-top span {
		width: 25px !important;
	    height: 25px !important;
	    line-height: 24px !important;
	}
    body .back-to-top span svg {
        width: 10px;
        height: 10px;
    }

	body, body button, body input, body select, body optgroup, body textarea {
	    font-size: 14px;
	    line-height: 1.6;
	}

	body .c-ads.top_ad {
		margin-bottom: 25px;
	}
	.home.c-ads.middle_ad {
		margin-bottom: 27px;
	}
	body .c-post-left article.type-post:first-of-type {
		padding-top: 0 !important;
    	margin-top: 0 !important;
	}
	body .c-post-left article.type-post, .in-feed-ad-mobile {
	    padding-top: 23px;
	    margin-top: 22px !important;
	}
	body .right-sidebar .widget-area {
		padding: 25px;
        margin-top: 40px;
	}
	body .widget-area section.widget_eishop_popular_post_widget ul li {
	    margin-bottom: 10px;
	}
	body .widget-area section.widget {
	    margin-bottom: 20px;
	}
	body .widget-area .widget {
	    margin: 0 0 25px;
	}
	body .c-ads.bottom_ad {
		margin-top: 25px;
	}
	body .c-btn, body .c-modal-body .c-btn {
		font-size: 12px;
        padding: 5px 13px;
    	border-radius: var(--ei-border-radius);
	}
	body .c-modal-body .c-btn {
		margin: 8px 3px 5px;
	}
	body footer {
		margin-top: 35px;
	}
	body footer .c-row {
		padding: 13px 0;
	}
	body .c-prefooter {
		padding: 45px 0;
	}
	body .c-prefooter .c-col-1>.c-logo a {
		position: relative !important;
        width: 100% !important;
        left: auto !important;
        transform: none !important;
	}
	body figure.post-image {
	    margin: 20px 0 20px;
	}
	body .related-post article figure {
		margin: 20px 0 0 !important;
	}
	body h1.post-title {
		margin: 13px 0 8px;
	}
	body .c-ads {
	    margin: 25px 0 25px;
	}
	.single-post .c-also-read.with-image div, body .content-single blockquote, body.single-post .content-single blockquote, .single-post .c-also-read.c-default {
		border-left-width: 1px;
	}
	.single-post .c-also-read {
		font-size: 14px;
        line-height: 1.4;
	}
	.single-post .c-also-read.with-image a:last-of-type {
		line-height: 1.4;
	}
	body .about-author p {
	    line-height: 20px;
        font-size: 14px;
	}
	body .content input[type="submit"] {
		padding: 12px 26px;
	}
	body .related-post article figure img {
		aspect-ratio: 3/2 !important;
    	height: auto !important;
    	border-radius: var(--ei-border-radius) !important;
	}
	body.archive.author.about-author {
	    margin-bottom: 23px;
	}
	body .sec-title {
		margin-bottom: 10px;
	}
	body .c-post-left .title h1>span {
		font-size: 14px;
		margin: 5px 0 2px;
	}
	body .c-profile.sidebar ul li a {
		font-size: 14px;
	}
	body #share-post>p {
		margin: 20px 0 8px !important;
	}
    body.single-post #share-post a {
        width: 30px;
        height: 27px;
        line-height: 32px;
    }
    body.single-post #share-post a svg {
        width: 15px;
    }
    body.single-post #share-post a.tw svg {
        width: 12px;
        margin-bottom: 2px;
    }
    body.single-post #share-post a.fb svg {
        width: 16px;
        margin-top: 2px;
    }
    body.single-post #share-post a.em svg {
        width: 14px;
        margin-bottom: 0;
    }
	body .comments-area.no-comment {
	    margin-top: 10px !important;
	}
	body .comments-area .comment-respond h3.comment-reply-title {
	    margin-top: 20px !important;
	}
	body .comments-area .comment-list .children li:last-of-type {
		padding-bottom: 0 !important;
	}
	body .related-post {
	    padding-top: 40px;
	}
	body .related-post article.type-post {
		padding-top: 0 !important;
    	margin-top: 0 !important;
    	margin-bottom: 15px !important;
	}
	body .content-single ol>li {
	    margin-bottom: 10px !important;
	}
    .c-input-group input, .c-input-group select {
        min-height: 37px !important;
    }
    body .c-input-group input, body .c-input-group select, body .c-input-group textarea {
        margin-bottom: 18px !important;
    }
    body .c-input-group .wpcf7-not-valid-tip {
        margin-top: -12px !important;
    }
    body .c-input-group select {
        padding-right: 37px !important;
        background-position: calc(100% - 1.1em) center !important;
    }
	body .wpcf7-form-control-wrap:first-of-type {
	    padding-right: 5px;
	}
	body .wpcf7-form-control-wrap:nth-of-type(2) {
	    padding-left: 5px;
	}
	body .content input[type="submit"].wpcf7-form-control {
		width: 100%;
		margin: auto;
	}
	body .wpcf7-spinner {
	    margin: 10px auto -25px !important;
	}
	body .wpcf7-not-valid-tip {
		line-height: 15px;
		margin-left: 0px !important;
		margin-top: -5px !important;
	}
	body .content input, body .content select, body .content textarea {
		padding: 9px 18px;
    	border-radius: var(--ei-border-radius);
        border-color: #e0e0e0;
        background-color: #f8f8f8;
	}
	 body .search-form form {
	 	border-radius: var(--ei-border-radius) !important;
	 }
	 body .dataTables_length>label>select, body .dataTables_wrapper .dataTables_filter input {
	 	border-radius: var(--ei-border-radius) !important;
	 }
	 body table.dataTable td a.btn-cat {
	 	border-radius: var(--ei-border-radius) !important;
	 }
	 body .widget-area section.widget_categories ul li {
	 	padding-left: 17px;
	 }
	 body .widget-area section.widget_categories ul li:before {
	 	width: 8px;
    	height: 8px;
	 }

}

body .main-navigation .nav-collapse .search-overlay {
    display: none;
}

@media only screen and (min-width: 768px) {
    body .main-navigation .nav-collapse .search-form, body .tab-bar {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    :root {
        --ei-border-radius: 3px;
    }
    body .ei-float-btn {
        right: 15px;
        bottom: 80px;
        gap: 13px;
    }
    body.ei-menu-type-simple .ei-float-btn {
        bottom: 15px;
    }
    body .back-to-top:hover span {
        box-shadow: none !important;
    }
    .tab-bar {
        position: fixed;
        width: 100%;
        bottom: 0;
        background-color: #ffffff;
        box-shadow: 0 0 10px 0 rgba(129,129,129,0.2);
        z-index: 999;
    }
    .ei-menu-type-simple .tab-bar {
        display: none !important;
    }
    .tab-bar ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
        height: 64px;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .tab-bar ul li a, .tab-bar ul li>span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: column;
        gap: 7px;
        font-size: 12px;
        line-height: 12px;
        color: var(--color-black);
    }
    .tab-bar ul li a svg {
        width: 18px;
        height: auto;
    }
    .tab-bar ul li a svg path, .tab-bar ul li>span svg path {
        fill: var(--color-black);
    }
    .tab-bar ul li>span.menu-toggle {
        display: -ms-flexbox !important;
        display: flex !important;
        margin-right: 0 !important;
    }
    .tab-bar .ei-account svg {
        width: 19px;
        height: auto;
    }
    body .main-navigation .ei-cart {
        margin: 0 12px 0 0;
    }
    body.ei-menu-type-simple .main-navigation .ei-cart {
        margin-left: 20px;
    }
    body .main-navigation .nav-collapse .search-form {
        display: inline-block;
        position: relative;
        width: calc(100% - 50px) !important;
        top: auto;
        opacity: 1;
        visibility: visible;
        padding: 0;
        background-color: transparent;
        z-index: 1;
    }
    body nav.main-navigation .nav-collapse.ei-hide-minicart .search-form {
        width: 100% !important;
    }
    body .main-navigation .nav-collapse .search-form form {
        border: 1px solid #EAEAEF;
    }
    body .main-navigation .nav-collapse .search-form button svg path {
        stroke-width: 0.2px;
        stroke: var(--color-black);
    }
    body .main-navigation .nav-collapse .search-form .container {
        padding: 0 !important;
    }
    body .ei-cart-sidebar {
        width: 100%;
    }
    body .ei-tooltip-text {
        left: auto !important;
        right: -8px !important;
        transform: none !important;
        text-align: right !important;
    }
    body .ei-tooltip-text:before {
        left: auto !important;
        right: 10px !important;
        transform: none !important;
    }
	body .related-post article.type-post {
		margin-bottom: 10px !important;
	}

    .ei-cart-header, .ei-cart-sidebar .ei-cart-bottom .woocommerce-mini-cart__total.total, .ei-cart-sidebar .ei-cart-bottom .c-btn {
        padding: 15px;
    }
    .ei-cart-header>span {
        line-height: 0;
    }
    .ei-cart-header>span, .ei-cart-sidebar .ei-cart-bottom .c-btn {
        font-size: 15px;
    }
    .ei-cart-sidebar .ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul {
        max-height: calc(100vh - 172px);
        padding: 8px 15px 117px;
    }
    .ei-cart-sidebar-wrapper .variation {
        font-size: 10px;
    }
    .ei-cart-sidebar-wrapper .ei-mini-cart-count-price>a, .ei-cart-sidebar-wrapper .ei-custom-render-total {
        font-size: 13px;
    }
    .ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item .quantity .qty {
        font-size: 12px;
    }
    li.woocommerce-mini-cart-item.mini_cart_item>a {
        width: 80px;
        padding-right: 15px;
    }
    .ei-cart-sidebar-wrapper .ei-mini-cart-count-price {
        width: calc(100% - 80px);
        padding-right: 97px;
    }
    .ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul li.woocommerce-mini-cart-item.mini_cart_item {
        padding: 18px 0 11px;
    }

    body .c-profile.sidebar .container, body .c-profile.sidebar .c-btn {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    body .c-profile.sidebar .c-btn {
        font-size: 12px;
    }

    nav.woocommerce-breadcrumb {
        font-size: 12px;
        margin: 10px 0 20px;
    }
    nav.woocommerce-breadcrumb span {
        font-size: 14px;
        padding: 0 4px !important;
    }
    header.woocommerce-products-header {
        margin: -8px 0 -10px;
    }
    nav.woocommerce-pagination ul li .page-numbers {
        font-size: 13px;
        font-weight: 600;
    }
    nav.woocommerce-pagination ul li .page-numbers.current {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    nav.woocommerce-pagination ul li .prev.page-numbers, nav.woocommerce-pagination ul li .next.page-numbers {
        font-size: 18px;
    }
    .ei-woocommerce-widget {
        margin-bottom: 40px;
    }
    .single-product nav.woocommerce-breadcrumb {
        height: 35px;
        font-size: 12px;
        line-height: 33px;
        padding: 0 12px;
        margin-top: 10px;
        background-color: var(--color-section_bg);
        border-color: var(--color-section_bg);
        border-radius: var(--ei-border-radius);
    }
    .ei-single-product .ei-col-image-txt {
        flex-direction: column-reverse;
    }
    .ei-single-product>.ei-col-1>div:first-child {
        padding: 0;
        margin-bottom: 33px;
        border-radius: 0;
        background-color: transparent !important;
    }
    .ei-col-image-txt .ei-col-1 {
        width: 100%;
        padding: 0;
    }
    .ei-col-image-txt .ei-col-2 {
        width: 100%;
    }
    .woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
        padding: 0 15px;
    }
    .pswp__button--arrow--left {
        left: 15px;
    }
    .pswp__button--arrow--right {
        right: 15px;
    }
    .ei-col-image-txt .ei-col-1 h1 {
        font-size: 18px;
        line-height: 1.3;
        margin-top: 20px;
    }
    .ei-col-image-txt .ei-col-1 .ei-info {
        font-size: 12px;
    }
    .ei-col-image-txt .ei-col-1 .ei-info svg {
        width: 13px;
        margin-right: 5px;
    }
    .ei-col-image-txt .ei-col-1 .ei-info .post_views {
        margin-right: 16px;
    }
    body.single-product .ei-col-image-txt .ei-col-1 #share-post a {
        line-height: 32px;
    }
    .social-media p {
        font-size: 14px;
        font-weight: 600;
    }
    .ei-single-product>.ei-col-2>div {
        padding: 20px 25px 25px;
    }
    .ei-single-product>.ei-col-2>div>div {
        font-size: 15px;
    }
    .ei-single-product>.ei-col-2>div .price {
        font-size: 18px;
        margin: 15px 0 30px;
    }
    .ei-single-product>.ei-col-2>div table th, .ei-single-product>.ei-col-2>div select {
        font-size: 13px;
    }
    .ei-single-product>.ei-col-2>div select {
        padding: 5px 9px !important;
        background-size: 9px !important;
    }
    .ei-single-product>.ei-col-2>div .price del {
        margin-bottom: 5px;
    }
    .ei-single-product>.ei-col-2>div table {
        margin-top: 20px;
    }
    .ei-single-product>.ei-col-2>div button {
        font-size: 14px;
        padding: 8px 15px;
    }
    .ei-single-product>.ei-col-2>div .buy-on-whatsapp {
        gap: 6px !important;
        font-size: 14px;
        padding: 11px 15px !important;
    }
    .woocommerce-tabs ul.tabs {
        flex-wrap: nowrap;
        overflow: auto;
    }
    .woocommerce-tabs ul.tabs::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .woocommerce-tabs ul.tabs li a {
        padding: 10px 15px;
        border-top: 2px solid transparent;
        border-bottom: 1px solid #eaeaef;
    }
    .woocommerce-tabs ul.tabs li.active a {
        border-top: 2px solid var(--color-primary);
        border-bottom: 1px solid #ffffff !important;
        background: #ffffff;
    }
    body.single-product .ei-single-product {
        margin-bottom: 40px;
    }
    .woocommerce-Reviews img.avatar {
        width: 40px !important;
        height: 40px !important;
    }
    .woocommerce-Reviews .comment_container {
        padding-left: 65px;
        margin-bottom: 20px;
    }
    .woocommerce-Reviews .comment-text:before {
        margin-top: -5px;
    }
    .woocommerce-Reviews .comment-text .star-rating {
        width: 6.5em;
        font-size: 13px;
        margin-top: 45px;
    }
    .woocommerce-Reviews .comment-text .description {
        margin-top: 37px;
    }
    .woocommerce-Reviews ul.children .comment-text .description {
        margin-top: 10px;
    }
    .woocommerce-Reviews .comment-text .description p {
        line-height: 1.5;
    }
    .woocommerce-Reviews .woocommerce-verification-required, .woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
        font-size: 13px;
        line-height: 1.5;
        padding: 10px 15px;
        margin-bottom: 20px;
    }
    .single-product .related.products>h2 {
        margin: 40px 0 30px;
    }
    .single-product ul.flex-direction-nav {
        top: calc(50% - 60px);
    }
    body.woocommerce-cart .content-page .title h1, body.woocommerce-checkout .content-page>.title h1 {
        font-size: 18px;
    }
    .ei-woocommerce-tabs, form.woocommerce-ResetPassword, body.woocommerce-cart .ei-cart-sidebar-wrapper, body.woocommerce-checkout form.woocommerce-form-login, body.woocommerce-checkout form.woocommerce-form-coupon, form.woocommerce-verify-email, body.woocommerce-checkout.woocommerce-order-received .woocommerce>.woocommerce-order {
        padding: 0 !important;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }
    body.woocommerce-checkout.woocommerce-order-received .woocommerce>.woocommerce-order {
        margin-top: 22px;
    }
    body.woocommerce-checkout.woocommerce-order-received .woocommerce>.woocommerce-order h2 {
        font-size: 16px;
        line-height: 22px;
    }
    body.woocommerce-checkout.woocommerce-order-received .woocommerce>.woocommerce-order h3 {
        font-size: inherit;
    }
    body.woocommerce-checkout.woocommerce-order-received .woocommerce>.woocommerce-order h3.wc-bacs-bank-details-account-name {
        margin-top: -10px;
    }
    body.woocommerce-checkout .woocommerce-NoticeGroup>.woocommerce-error {
        max-width: 100%;
        width: calc(100% - 15px) !important;
        padding: 40px 15px
    }
    body.woocommerce-account, body.woocommerce-cart, body.woocommerce-checkout {
        background: #ffffff !important;
    }
    body.woocommerce-cart .ei-cart-sidebar-wrapper .ei-cart-sidebar-wrapper_body ul li:first-child {
        margin-top: -10px !important;
    }
    body.woocommerce-cart .ei-cart-bottom .c-btn {
        font-size: 15px;
        padding: 10px 15px;
    }
    button.woocommerce-button, button.woocommerce-Button, form.woocommerce-ResetPassword button, .container>.woocommerce button[name="save_address"], .container>.woocommerce button[name="woocommerce_checkout_place_order"], .container>.woocommerce button[name="apply_coupon"] {
        font-size: 15px;
        padding: 10px 15px;
        margin-top: 20px;
    }
    .woocommerce-checkout .col2-set#customer_details, .woocommerce-checkout .woocommerce-checkout-review-order {
        width: 100%;
        padding: 0 !important;
    }
    form.woocommerce-checkout h3#order_review_heading {
        position: relative;
        left: auto !important;
        margin: 20px 0 !important;
    }
    .woocommerce-checkout .col2-set#customer_details {
        border-right: 0 !important;
    }
    form.woocommerce-checkout {
        font-size: inherit;
        border-radius: 0;
        margin-top: 30px;
        box-shadow: none;
    }
    .woocommerce-checkout .woocommerce-checkout-review-order {
        margin-top: 0;
    }
    body.woocommerce-checkout .woocommerce-form-login-toggle>.woocommerce-info, body.woocommerce-checkout .woocommerce-form-coupon-toggle>.woocommerce-info {
        font-size: 12px;
        padding: 5px 10px;
    }
    .woocommerce-info a, .woocommerce-noreviews a, p.no-comments a {
        font-weight: 500;
    }
    .ei-woocommerce-tabs, body.woocommerce-account .woocommerce-notices-wrapper, form.woocommerce-ResetPassword, body.woocommerce-checkout form.woocommerce-form-login, body.woocommerce-checkout form.woocommerce-form-coupon, form.woocommerce-verify-email, body.woocommerce-checkout.woocommerce-order-received .woocommerce>.woocommerce-order {
        font-size: inherit;
    }
    body.woocommerce-checkout form.woocommerce-form-login, body.woocommerce-checkout form.woocommerce-form-coupon {
        padding: 25px !important;
        margin-top: 28px;
        margin-bottom: 30px;
        border-radius: var(--ei-border-radius);
        background-color: var(--color-section_bg);
    }
    body.woocommerce-checkout form.woocommerce-form-login input, body.woocommerce-checkout form.woocommerce-form-coupon input {
        border-color: #c8c8c8 !important;
    }
    .container>.woocommerce input, .container>.woocommerce select, .container>.woocommerce textarea, form.woocommerce-ResetPassword input, .container>.woocommerce .select2-container--default .select2-selection--single {
        padding: 8px 15px !important;
        margin-bottom: 20px !important;
        border-color: #e0e0e0 !important;
        background-color: #f8f8f8 !important;
    }
    body.woocommerce-page .select2-dropdown {
        border-color: #e0e0e0 !important;
    }
    body.woocommerce-page .select2-search--dropdown {
        background-color: #f8f8f8 !important;
    }
    .container>.woocommerce .address-field#billing_country_field, .container>.woocommerce .address-field#shipping_country_field {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    body .container>.woocommerce .woocommerce-form__label-for-checkbox input {
        width: 15px !important;
        height: auto;
        margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .woocommerce-checkout input[type="radio"] {
        margin: 0 !important;
    }
    .woocommerce-checkout-payment>ul {
        margin: 40px 0;
    }
    .woocommerce-checkout-payment>ul>li {
        padding-left: 28px;
        margin-bottom: 20px;
    }
    .ei-woocommerce-tabs .panel-header {
        margin-bottom: 25px;
    }
    body.woocommerce-account .content-page {
        padding: 25px 0;
    }
    .woocommerce-checkout .payment_box p {
        margin: 5px 0;
    }
    .woocommerce-checkout ul.woocommerce-shipping-methods>li {
        font-size: 85%;
        margin-bottom: 10px;
    }
    .woocommerce-checkout ul.woocommerce-shipping-methods>li:last-child {
        margin-bottom: 0;
    }
    .woocommerce-checkout ul.woocommerce-shipping-methods>li input[type="radio"] {
        width: 15px !important;
    }
    body.logged-in.woocommerce-account .container>.woocommerce {
        font-size: inherit;
        border-radius: 0;
        box-shadow: none;
    }
    body .woocommerce-MyAccount-navigation, body .woocommerce-MyAccount-content {
        padding: 0 !important;
    }
    body .woocommerce-MyAccount-navigation {
        padding-bottom: 15px !important;
    }
    body .woocommerce-MyAccount-content {
        padding-top: 30px !important;
    }
    body .woocommerce-MyAccount-content p:first-of-type {
        margin-top: 0 !important;
    }
    .payment-confirmation-wrap .c-btn {
        gap: 6px;
    }
    .payment-confirmation-wrap .c-btn svg {
        width: 13px;
    }
    .ei-single-product>.ei-col-2>div .buy-on-whatsapp svg {
        width: 15px;
    }

    body .c-prefooter .c-col-4 img {
        padding: 0 60px;
    }
    body .c-prefooter .f-widget-title {
        font-size: 16px;
        margin-bottom: 13px;
    }
    body footer .c-prefooter .c-row>div {
        margin-bottom: 25px;
    }
    body .c-prefooter ul li {
        margin-bottom: 5px;
    }
    body .c-prefooter ul li a {
        display: inline-block;
        line-height: normal;
    }
    body .c-prefooter ul li a, body .c-prefooter .c-col-1 p {
        font-size: 14px;
    }
    body footer .c-row .col {
        font-size: 11px;
    }
    body footer .social-media a {
        width: 30px;
        height: 30px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 499px) {
    body .tab-bar {
        padding: 0 40px;
    }
    body .tab-bar .container {
        padding: 0 !important;
    }
}
