.shop-item {
border-radius: 20px;
padding: 25px 25px;
position: relative;
transition: .3s ease;
overflow: hidden;
margin-bottom: 30px;
background: var(--tg-white);
border: 1px solid #E1E1E1;
}
.shop-item:hover {
background: var(--tg-white);
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
border-color: transparent;
}
.shop-thumb {
margin-bottom: 10px;
text-align: center;
}
.shop-thumb .shop-action {
display: flex;
align-items: center;
flex-direction: column;
position: absolute;
right: 20px;
top: 35px;
gap: 8px;
}
.shop-thumb .shop-action a {
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
background: var(--tg-white);
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
color: var(--tg-primary-color);
border-radius: 50%;
font-size: 15px;
opacity: 0;
visibility: hidden;
transform: translateX(100%);
transition: visibility .3s ease-out .1s, opacity .3s ease-out .15s, transform .3s ease-out .1s;
}
.shop-thumb .shop-action .add-cart-btn,
.shop-thumb .shop-action .wc-forward {
transition-delay: .10s;
}
.shop-thumb .shop-action .tinv-wraper {
transform: translateX(100%);
transition: visibility .3s ease-out .1s, opacity .3s ease-out .15s, transform .3s ease-out .1s;
transition-delay: .15s;
}
.shop-thumb .shop-action .tinv-wraper a {
transform: translateX(0);
}
.shop-thumb .shop-action .woosq-btn {
transition-delay: .20s;
}
.shop-thumb .shop-action a:hover,
.shop-thumb .shop-action .tinvwl-product-in-list {
color: var(--tg-white);
background: var(--tg-primary-color);
}
.shop-thumb .shop-action a.added {
display: none;
}
.shop-item .added_to_cart.wc-forward {
background: var(--tg-primary-color);
color: var(--tg-white);
font-size: 0;
}
a.added_to_cart.wc-forward::after {
content: '✔';
position: relative;
font-size: 16px;
font-weight: 700;
}
.shop-item:hover .shop-thumb .shop-action a,
.shop-item:hover .shop-thumb .shop-action .tinv-wraper {
transform: translateX(0);
opacity: 1;
visibility: visible;
}
.shop-content .shop-item-cat a {
display: inline-block;
font-size: 15px;
line-height: 1;
color: var(--tg-body-font-color);
}
.shop-content .shop-item-cat a:hover {
color: var(--tg-primary-color);
}
.shop-content .title {
font-size: 20px;
margin-bottom: 10px;
}
.shop-content .price {
font-size: 18px;
line-height: 1.2;
color: var(--tg-primary-color);
margin-bottom: 0;
font-weight: 700;
}
.shop-content .price del {
opacity: .7;
}
.shop-content .price ins {
text-decoration: none;
}
.clentac-product-main > .woosq-btn,
.clentac-product-main > .tinv-wraper {
display: none;
}
.on-sale-wrap {
position: absolute;
right: 20px;
top: 20px;
z-index: 2;
}
.shop-item .on-sale-wrap {
right: auto;
left: 20px;
top: 20px;
}
.woocommerce span.onsale {
display: inline-block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 30px;
min-height: 30px;
min-width: auto;
position: relative;
content: "";
cursor: pointer;
margin: 0 13px 0 0;
padding: 0 10px 0 11px;
border: none;
-webkit-border-radius: 4px 1px 1px 4px;
border-radius: 4px 1px 1px 4px;
text-align: center;
text-transform: uppercase;
line-height: 29px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
background-color: var(--tg-primary-color);
color: var(--tg-white);
font-size: 13px;
left: 0;
top: 0;
}
.single div.product .on-sale::before,
.woocommerce span.onsale::before {
display: inline-block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: -1;
width: 21px;
height: 21px;
position: absolute;
content: "";
cursor: pointer;
top: -1px;
right: -15px;
margin: 5px;
border: none;
-webkit-border-radius: 1px 1px 4px;
border-radius: 1px 1px 4px;
color: var(--tg-white);
-o-text-overflow: clip;
text-overflow: clip;
background-color: var(--tg-primary-color);
text-shadow: none;
-webkit-transform: rotateY(1deg) rotateZ(-45deg);
transform: rotateY(1deg) rotateZ(-45deg);
}
.shop-action .tinvwl_add_to_wishlist-text {
display: none;
}
.shop-action .tinvwl_add_to_wishlist_button::before {
margin: 0 !important;
}
.shop-action .product_type_grouped .fa-shopping-cart,
.shop-action .product_type_variable .fa-shopping-cart {
font-weight: 700;
}
.shop-action .product_type_grouped .fa-shopping-cart:before,
.shop-action .product_type_variable .fa-shopping-cart:before {
content: "\f0ca";
} .shop-details-img-wrap.woocommerce-product-gallery .flex-viewport {
background: #f4f9ff;
text-align: center;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
float: unset;
width: 100%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
float: unset;
width: 100%;
clear: none;
}
.shop-details-flex-wrap .flex-viewport {
margin-left: 140px;
}
.woocommerce div.shop-details-flex-wrap div.images .flex-control-thumbs {
overflow: hidden;
zoom: 1;
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
display: flex;
flex-direction: column;
width: 119px;
gap: 20px;
}
.woocommerce div.shop-details-flex-wrap div.images .flex-control-thumbs li {
width: 100%;
float: unset;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
background-color: #f4f9ff;
text-align: center;
padding: 10px;
}
.shop-details-content {
padding-left: 15px;
padding-top: 5px;
}
.woocommerce div.product .product_title {
font-size: 30px;
}
.shop-details-price {
display: flex;
align-items: center;
font-family: var(--tg-heading-font-family);
margin: 15px 0 22px;
column-gap: 10px;
}
.shop-details-price .woocommerce-Price-amount,
.shop-details-price del,
.shop-details-price ins {
font-size: 24px;
font-weight: 700;
line-height: 1;
margin-bottom: 0;
color: var(--tg-primary-color);
}
.shop-details-price ins {
text-decoration: none;
}
.woocommerce-product-details__short-description {
margin-bottom: 30px;
}
.shop-perched-info form,
.variation-shop-perched-info {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.shop-perched-info .quantity {
margin-right: 12px !important;
margin-bottom: 12px !important;
}
.woocommerce .quantity {
width: 116px;
flex: 0 0 116px;
position: relative;
float: unset !important;
}
.woocommerce .quantity input.qty {
background-color: var(--tg-white);
width: 100%;
border: 1px solid #e1e1e1;
border-radius: 5px;
height: 48px;
text-align: center;
padding: 0 30px;
font-size: 16px;
color: var(--tg-heading-font-color);
font-weight: 600;
}
.woocommerce .quantity .qty_button {
position: absolute;
top: 0;
left: 0;
width: 31px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 600;
color: var(--tg-body-font-color);
cursor: pointer;
border-right: 1px solid #e1e1e1;
user-select: none;
-moz-user-select: none;
}
.woocommerce .quantity .qty_button.plus {
left: auto;
right: 0;
border-right: none;
border-left: 1px solid #e1e1e1;
}
.woocommerce .quantity .qty_button.minus {
font-size: 18px;
}
.cart-btn,
.shop-perched-info form>.cart-btn,
.woocommerce div.product form.cart .button {
display: flex;
align-items: center;
border: 1px solid var(--tg-primary-color);
background: var(--tg-primary-color);
border-radius: 5px;
font-size: 14px;
font-weight: 600;
color: var(--tg-white);
padding: 16px 16px;
min-width: 145px;
justify-content: center;
margin-bottom: 12px;
margin-right: 12px;
text-transform: uppercase;
line-height: 1;
}
.cart-btn:hover,
.shop-perched-info form>.cart-btn:hover,
.woocommerce div.product form.cart .button:hover {
background: var(--tg-secondary-color);
border-color: var(--tg-secondary-color);
}
.shop-perched-info .tinvwl-after-add-to-cart {
display: none !important;
}
.shop-details-content .tinv-wraper.tinv-wishlist {
font-weight: 500;
font-family: var(--tg-heading-font-family);
font-size: 15px;
margin: 15px 0 0;
}
.shop-details-flex-wrap {
position: relative;
}
.shop-details-content .shop-single-rating {
margin: 0 0 10px;
}
.details-rating i {
color: var(--tg-primary-color);
font-size: 15px;
margin-right: 3px;
}
.shop-details-bottom {
margin: 30px 0 0;
padding-top: 23px;
border-top: 1px solid #EEEEEE;
font-size: 16px;
}
.shop-details-bottom > span {
display: block;
margin-bottom: 10px;
color: var(--tg-body-font-color);
font-weight: 500;
margin-right: 5px;
}
.shop-details-bottom > span:last-child {
margin-bottom: 0;
}
.shop-details-bottom > span > span {
font-weight: 500;
margin-left: 5px;
}
.shop-details-bottom>* {
margin-bottom: 5px;
}
.shop-details-bottom div:last-child {
margin-bottom: 0;
}
.shop-details-bottom b {
font-weight: 500;
color: var(--tg-heading-font-color);
}
.shop-details-bottom .sku,
.shop-details-bottom a {
color: var(--tg-body-font-color);
margin-left: 3px;
font-weight: 400;
display: inline-block;
}
.shop-details-bottom a:hover {
color: var(--tg-primary-color);
} .product-desc-wrap {
border-top: 1px solid #EEEEEE;
margin-top: 80px;
}
.product-desc-wrap .nav-tabs {
border-bottom: none;
gap: 15px;
margin-bottom: 30px;
}
.product-desc-wrap .nav-tabs .nav-link {
margin-bottom: 0;
background: #EEEEEE;
border: none;
color: var(--tg-primary-color);
font-weight: 500;
font-size: 18px;
border-radius: 0px 0px 5px 5px;
padding: 12px 22px;
line-height: 1;
}
.product-desc-wrap .nav-tabs .nav-item.active .nav-link {
background: var(--tg-primary-color);
color: var(--tg-white);
}
.woocommerce-Tabs-panel>h2 {
display: none;
} .woocommerce-Reviews-title {
font-size: 22px;
margin: 0 0 .8rem;
}
#review_form_wrapper {
margin: 45px 0 0;
}
#review_form_wrapper .comment-form {
background: #f9f9f9;
border: 1px dotted rgba(0, 0, 0, .1);
padding: 50px;
border-radius: 10px;
}
.woocommerce-Reviews span#reply-title {
display: block;
font-size: 18px;
font-weight: 500;
line-height: 20px;
color: #222;
padding-bottom: 15px;
margin-bottom: 30px;
border-bottom: 1px solid #ebebeb;
}
.woocommerce #review_form label {
margin-bottom: 15px;
line-height: 1;
display: block;
}
.woocommerce #review_form label span {
color: var(--tg-primary-color);
}
.woocommerce #review_form_wrapper .comment-field input,
.woocommerce #review_form_wrapper .comment-field textarea {
border: 1px solid #e7e7e7;
padding: 11px 20px;
}
body.woocommerce #review_form_wrapper .form-submit [type=submit]#submit {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background: var(--tg-primary-color) none repeat scroll 0 0;
border: medium none;
border-radius: 6px;
color: var(--tg-white);
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 15px;
font-weight: 700;
letter-spacing: 0;
line-height: 1;
margin-bottom: 0;
padding: 18px 35px;
text-align: center;
text-transform: uppercase;
touch-action: manipulation;
-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;
vertical-align: middle;
white-space: nowrap;
position: relative;
z-index: 1;
overflow: hidden;
}
body.woocommerce #review_form_wrapper .form-submit [type=submit]#submit:hover {
background: var(--tg-secondary-color);
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
margin-top: 0;
margin-right: 25px;
width: 65px;
height: 65px;
border-radius: 5px;
float: unset;
position: unset;
border: none;
padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin: 0 0;
border: none;
border-radius: 0;
padding: 0 0;
}
.woocommerce-Reviews .comment_container {
display: flex;
margin-top: 30px;
margin-bottom: 20px;
}
.woocommerce-Reviews .commentlist {
padding-left: 0;
list-style: none;
margin-top: 30px;
}
.woocommerce .star-rating {
position: relative;
font-size: 15px;
width: 100px;
overflow: hidden;
line-height: 1;
margin-bottom: 10px;
color: var(--tg-primary-color);
float: unset;
height: auto;
font-family: star;
}
.woocommerce .star-rating::before {
font-family: "Font Awesome 5 Free";
content: '\f005\f005\f005\f005\f005';
text-transform: uppercase;
letter-spacing: 3px;
color: inherit;
float: none;
position: unset;
}
.woocommerce .star-rating span {
overflow: hidden;
float: unset;
top: 0;
left: 0;
position: absolute;
padding-top: 0;
}
.woocommerce .star-rating span::before {
font-family: "Font Awesome 5 Free";
content: '\f005\f005\f005\f005\f005';
text-transform: uppercase;
letter-spacing: 3px;
color: var(--tg-primary-color);
font-weight: 900;
position: unset;
}
.woocommerce-Reviews .comment-text p.meta {
margin-bottom: 5px !important;
}
strong.woocommerce-review__author {
font-size: 18px;
color: var(--tg-heading-font-color);
text-decoration: none;
font-family: var(--tg-heading-font-family);
font-weight: 500;
text-transform: capitalize;
}
.woocommerce-review__published-date {
font-size: 15px;
}
.woocommerce-Reviews .comment-form .comment-field {
margin-bottom: 25px;
}
.comment-form-rating {
display: flex;
flex-wrap: wrap;
margin: 0 0 20px;
}
.comment-form-rating label {
width: 100%;
flex: 0 0 auto;
}
.woocommerce p.stars {
line-height: 1;
}
.woocommerce-Reviews .comment-form .comment-field input {
height: 55px;
} .related-products-wrap {
padding: 95px 0 0;
}
.related-products-wrap .rel-title {
margin: 0 0 35px;
text-transform: capitalize;
}
.rel-product-slider-active [class*='col-'] {
padding-left: 15px;
padding-right: 15px;
} .clentac-shop-area .shop-top-wrap {
border: none;
border: 1px solid #E1E1E1;
padding: 15px 22px;
margin-bottom: 50px;
border-radius: 10px;
}
.shop-top-left p {
margin: 0 0;
font-weight: 500;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
float: unset;
margin: 0 0;
}
.shop-top-right {
display: flex;
align-items: center;
justify-content: flex-end;
}
.woocommerce .shop-top-right form select {
border: none;
padding: 0 0 0 10px;
background: transparent;
vertical-align: middle;
outline: none;
color: var(--tg-paragraph-color);
font-weight: 500;
} .woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
border-color: var(--tg-primary-color);
}
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
color: var(--tg-primary-color);
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
background-color: var(--tg-gray-five);
}
.woocommerce div.woocommerce-Message .button {
padding: .618em 1em;
}
.clentac-page-content .woocommerce-error,
.clentac-page-content .woocommerce-info,
.clentac-page-content .woocommerce-message {
padding: 1em 2em 1em 3.5em;
} .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
padding: .618em 1em;
color: var(--tg-white);
background-color: var(--tg-primary-color);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
color: var(--tg-white);
background-color: var(--tg-secondary-color);
} .woocommerce div.product form.cart table,
.woocommerce div.product form.cart table.variations {
border-width: 0 0 1px;
width: 100%;
flex: 0 0 auto;
margin-bottom: 15px;
}
.woocommerce div.product form.cart .group_table td {
vertical-align: middle;
border: 1px solid #EEEEEE;
padding: .5rem 1rem;
}
.woocommerce div.product form.cart .group_table td:first-child {
width: 7em;
text-align: center;
padding: .7rem 1rem;
}
.woocommerce div.product form.cart .group_table td label {
font-weight: 500;
}
.woocommerce-grouped-product-list-item__quantity .quantity {
margin: 0 !important;
}
.woocommerce div.product form.cart table ins {
text-decoration: none;
}
.woocommerce-grouped-product-list-item__price {
font-weight: 500;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
vertical-align: middle;
}
.woocommerce div.product form.cart .variations select {
margin-bottom: 12px;
padding: 0px 5px;
border: 1px solid #EEEEEE;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-weight: normal;
height: 45px;
line-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
transition: all 0.2s ease-in-out;
background: var(--tg-white) url(//www.stefaniasaibene.com/wp-content/themes/clentac/assets/img/icon/d_arrow.png) no-repeat scroll 97.5% center;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
user-select: none;
white-space: nowrap;
width: auto;
border-radius: 5px;
color: var(--tg-heading-font-color);
max-width: 100%;
min-width: 75%;
margin-right: 1em;
}
.woocommerce-variation-price {
margin-top: 25px;
margin-bottom: 25px;
font-size: 24px;
font-weight: 700;
color: var(--tg-primary-color);
line-height: 1;
font-family: var(--tg-heading-font-family);
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: var(--tg-primary-color);
font-size: 24px;
}
.woocommerce div.product form.cart .reset_variations {
font-size: 1em;
font-weight: 500;
line-height: 40px;
display: inline-block;
} .woocommerce form .form-row {
padding: 3px;
margin: 0 0 10px;
}
.woocommerce form.login,
.woocommerce form.register {
border: 1px solid var(--tg-border-1);
padding: 35px;
border-radius: 5px;
background: var(--tg-gray-five);
min-height: 375px;
}
.woocommerce .woocommerce-MyAccount-content form .form-row input.input-text,
.woocommerce .woocommerce-MyAccount-content form .form-row textarea {
width: 100%;
margin: 0;
outline: 0;
line-height: normal;
padding: 14px 20px;
border-radius: 5px;
outline: none;
border: none;
background: var(--tg-white);
}
.woocommerce .woocommerce-MyAccount-content .button,
.woocommerce .woocommerce-button.button {
font-size: 14px;
font-weight: 700;
background: var(--tg-primary-color);
color: #fff;
padding: 12px 25px;
}
.woocommerce .woocommerce-MyAccount-content .button:hover,
.woocommerce .woocommerce-button.button:hover {
background: var(--tg-secondary-color);
color: var(--tg-white);
}
.woocommerce .button.woocommerce-form-login__submit,
.woocommerce .button.woocommerce-form-register__submit {
padding: 16px 35px;
text-transform: uppercase;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
margin-top: 9px;
}
#customer_login .form-row:not(.woocommerce-form-row) {
margin: 20px 0 10px;
} .logged-in.woocommerce-account .tp-page-post>.woocommerce {
display: flex;
flex-direction: row;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 30%;
float: unset;
background: var(--tg-gray-five);;
padding: 20px;
border-radius: 5px;
}
.woocommerce-MyAccount-navigation ul {
padding: 0;
margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
list-style: none;
margin-bottom: 12px;
}
.woocommerce-MyAccount-navigation ul li a {
color: var(--tg-heading-font-color);
font-weight: 500;
display: flex;
align-items: center;
position: relative;
font-size: 16px;
background: var(--tg-white);
line-height: 1;
padding: 16px 25px;
border-radius: 5px;
}
.woocommerce-MyAccount-navigation ul li a::before {
content: "\f51c";
display: block;
font-family: "Font Awesome 5 Free";
font-weight: 600;
margin-right: 10px;
color: var(--tg-primary-color);
font-size: 18px;
-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;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a::before {
content: "\f022";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads a::before {
content: "\f381";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a::before {
content: "\f5a0";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a::before {
content: "\f2bb";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a::before {
content: "\f2f5";
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
background: var(--tg-primary-color);
color: var(--tg-white);
}
.woocommerce-MyAccount-navigation ul li.is-active a::before,
.woocommerce-MyAccount-navigation ul li a:hover::before {
color: var(--tg-white);
}
.woocommerce-account .woocommerce-MyAccount-content {
margin-left: 30px;
background: var(--tg-gray-five);;
padding: 30px;
flex-grow: 1;
border-radius: 5px;
width: auto;
float: unset;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-error,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce .woocommerce-MyAccount-content .woocommerce-message {
background-color: var(--tg-white);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message {
background: var(--tg-white);
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
font-size: 1.3rem;
}
.woocommerce-account .woocommerce-MyAccount-content .form-row > label {
display: block;
}
.woocommerce-account .woocommerce-MyAccount-content [type="text"],
.woocommerce-account .woocommerce-MyAccount-content [type="email"],
.woocommerce-account .woocommerce-MyAccount-content [type="password"] {
display: block;
width: 100%;
border: none;
background: #ebe9eb;
height: 45px;
padding: 10px 25px;
border-radius: 5px;
}
.woocommerce-MyAccount-content .woocommerce-form-row--wide > span {
display: block;
margin-top: 8px;
}
.woocommerce-MyAccount-content .woocommerce-Button {
margin-top: 5px;
}
.woocommerce-MyAccount-content fieldset legend {
color: var(--tg-heading-font-color);
text-transform: uppercase;
font-size: 20px;
font-weight: 700;
font-family: var(--tg-heading-font-family);
margin: 15px 0 15px;
}
.woocommerce-order-received section.woocommerce-customer-details .woocommerce-columns {
display: flex;
flex-wrap: wrap;
border: 1px solid #efefef;
padding: 40px 40px 30px;
}
.woocommerce-order-received .woocommerce-column--billing-address.col-1,
.woocommerce-order-received .woocommerce-column--shipping-address.col-2 {
width: 50%;
}
.woocommerce-order-received .woocommerce-order-details {
margin-top: 30px;
}
.woocommerce-order-received table.woocommerce-table--order-details {
width: 100%;
margin-bottom: 50px;
}
.woocommerce-order-received table.woocommerce-table--order-details,
.woocommerce-order-received .woocommerce-table--order-details tbody,
.woocommerce-order-received .woocommerce-table--order-details td,
.woocommerce-order-received .woocommerce-table--order-details tfoot,
.woocommerce-order-received .woocommerce-table--order-details th,
.woocommerce-order-received .woocommerce-table--order-details thead,
.woocommerce-order-received .woocommerce-table--order-details tr {
text-align: left;
}
.woocommerce-MyAccount-content fieldset {
margin: 0 0 15px;
}
.woocommerce .woocommerce-MyAccount-content button[type=submit] {
padding: 16px 25px;
text-transform: uppercase;
border-radius: 5px;
} .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
float: unset;
width: 100%;
}
.woocommerce-cart-form .actions .coupon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.woocommerce-cart-form .coupon label {
display: none;
}
.woocommerce-cart-form .actions .coupon #coupon_code {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 300px;
margin-bottom: 0;
}
#coupon_code {
height: 50px;
background: var(--tg-gray-five);
color: var(--tg-black);
padding: 0 20px;
margin-right: 10px;
border: 0;
border-radius: 5px;
padding-right: 0;
}
.woocommerce-cart-form .actions .update-cart.btn,
.woocommerce-cart-form .actions .coupon .btn {
padding: 17px 30px;
line-height: 1;
}
.woocommerce .woocommerce-cart-form__contents a.remove {
margin-left: auto;
margin-right: auto;
background: var(--tg-gray-five);
}
.woocommerce .woocommerce-cart-form__contents a.remove:hover {
background: red;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
width: 65px;
}
.woocommerce-cart-form__cart-item .product-name a {
font-weight: 700;
}
.cart-collaterals {
margin: 80px 0 0;
}
.cart_totals h2 {
margin: 0 0 20px;
text-transform: capitalize;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
font-size: 15px;
padding: 17px 30px;
}
.woocommerce table.shop_table {
border-collapse: collapse;
}
.woocommerce table.shop_table td {
border-color: rgba(0, 0, 0, .1);
} .woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
width: 100%;
margin: 0;
outline: 0;
line-height: normal;
padding: 14px 20px;
border-radius: 5px;
outline: none;
border: 1px solid #E1E1E1;
background: var(--tg-white);
}
.woocommerce form.checkout_coupon {
border: none;
padding: 0;
}
.woocommerce form.checkout_coupon .form-row {
width: 100%;
}
.woocommerce-billing-fields .select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 51px;
margin: 0 0 -4px;
user-select: none;
-webkit-user-select: none;
background-color: #fff;
border: 1px solid #E1E1E1;
border-radius: 5px;
padding: 13px 13px;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 51px;
top: 0;
right: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: var(--tg-primary-color);
}
#customer_form_details h3 {
padding-bottom: .75rem;
margin-bottom: .75rem;
border-bottom: 1px solid #E1E1E1;
}
.woocommerce-additional-fields {
margin: 20px 0 0;
}
#customer_details .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper>textarea {
min-height: 120px;
resize: none;
padding-top: 10px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
background: var(--tg-gray-five);
}
.woocommerce .wc_payment_methods .woocommerce-error,
.woocommerce .wc_payment_methods .woocommerce-info,
.woocommerce .wc_payment_methods .woocommerce-message {
background-color: #fff;
}
.woocommerce-checkout #payment ul.payment_methods li {
line-height: 1.6;
}
.woocommerce .woocommerce-checkout-review-order table th,
.woocommerce .woocommerce-checkout-review-order table td {
text-align: left;
} .woocommerce .wishlist_item .product-action button {
white-space: nowrap;
background: var(--tg-primary-color);
}
.woocommerce .wishlist_item .product-action button:hover {
background: var(--tg-secondary-color);
}
.woocommerce .wishlist_item .product-stock p {
margin: 0 auto;
}
.woocommerce .wishlist_item .product-name a {
font-weight: 700;
}
.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
display: flex;
align-items: center;
justify-content: center;
padding: .8em 1em;
}
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times {
top: -3px;
}
.tinv-modal-inner .tinvwl_button_close {
display: flex;
align-items: center;
justify-content: center;
padding: .8em 1em;
background: var(--tg-primary-color);
color: var(--tg-white);
border: none;
font-weight: 700;
line-height: 1;
border-radius: 5px;
}
.tinv-modal-inner .tinvwl_button_close:hover {
background: var(--tg-secondary-color);
}
.tinv-wishlist .product-stock i {
color: var(--tg-secondary-color);
} .clentac-shop-pagination ul {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
margin-top: 30px;
margin-bottom: 0 !important;
}
.clentac-shop-pagination ul li {
display: block;
margin: 10px 5px 0;
}
.clentac-shop-pagination ul li a,
.clentac-shop-pagination ul li .page-numbers {
display: block;
margin-left: 0;
padding: 0 0;
color: var(--tg-blue);
border: none;
font-size: 16px;
line-height: 1;
font-weight: 500;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
border: none;
background: var(--tg-gray-five);
}
.clentac-shop-pagination ul li a:hover,
.clentac-shop-pagination ul li .current {
color: var(--unit-common-color-white);
background: var(--unit-primary-color);
border-color: var(--unit-primary-color);
}
.clentac-shop-pagination ul li.prv-next a,
.clentac-shop-pagination ul li.prv-right a {
font-size: 14px;
} @media (max-width: 1500px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 33%;
}
} @media (max-width: 1199.98px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 28%;
}
.cart-collaterals {
margin: 60px 0 0;
}
.shop-details-flex-wrap .flex-viewport {
margin-left: 0;
}
.woocommerce div.shop-details-flex-wrap div.images .flex-control-thumbs {
margin: 20px 0 0;
position: relative;
width: 100%;
display: grid;
grid-template-columns: repeat(4, 1fr);
}
} @media (max-width: 991.98px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 40%;
}
.woocommerce form.login,
.woocommerce form.register {
padding: 30px;
min-height: auto;
}
.woocommerce-cart-form .actions .coupon #coupon_code {
width: 250px;
}
.cart-collaterals {
margin: 40px 0 0;
}
#review_form_wrapper .comment-form {
padding: 30px;
}
.shop-details-content {
padding-left: 0;
}
} @media (max-width: 767.98px) {
.logged-in.woocommerce-account .tp-page-post > .woocommerce {
display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 100%;
margin: 0 0 30px;
}
.woocommerce-MyAccount-content {
margin-left: 0;
}
.woocommerce-MyAccount-content {
margin-left: 0;
padding: 25px;
}
.woocommerce-account .woocommerce-MyAccount-content [type="text"],
.woocommerce-account .woocommerce-MyAccount-content [type="email"],
.woocommerce-account .woocommerce-MyAccount-content [type="password"] {
padding: 10px 20px;
}
.woocommerce-account .woocommerce-MyAccount-content {
margin-left: 0;
padding: 25px;
}
.clentac-page-content .woocommerce-error,
.clentac-page-content .woocommerce-info,
.clentac-page-content .woocommerce-message {
padding: 1em 1em 1em 2.8em;
display: flex;
flex-direction: column-reverse;
}
.woocommerce-form-coupon-toggle .woocommerce-error,
.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-message {
flex-direction: column;
line-height: 1.35;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
left: 1em;
}
.woocommerce .woocommerce-Message .woocommerce-Button {
margin-top: 10px;
}
.woocommerce form.login,
.woocommerce form.register {
padding: 25px;
margin-top: 1em;
}
#customer_login h2 {
font-size: 28px;
margin: 0 0;
}
.woocommerce-cart-form .actions .coupon {
display: block;
}
.woocommerce-cart-form .actions .coupon #coupon_code {
width: 100%;
margin: 0 0 10px !important;
float: unset;
padding: 0 20px;
}
.woocommerce-page table.cart td.actions .coupon {
text-align: center;
}
.woocommerce-page table.cart .text-end.f-right {
float: unset;
text-align: center !important;
}
.woocommerce table.cart .quantity {
margin-left: auto;
}
.woocommerce table.cart .product-quantity::before {
margin: 12px 0 0;
}
.woocommerce table.shop_table_responsive .actions,
.woocommerce-page table.shop_table_responsive .actions {
background-color: transparent !important;
}
.cart_totals h2 {
font-size: 28px;
}
.order-review-wrapper {
margin: 50px 0 0;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
width: 100%;
}
.woocommerce-Reviews .comment_container {
flex-direction: column;
gap: 20px;
}
#review_form_wrapper .comment-form {
padding: 25px;
}
.shop-top-left p {
text-align: center;
}
.shop-top-right {
justify-content: center;
}
} @media only screen and (min-width: 576px) and (max-width: 767px) {
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
flex-direction: row-reverse;
justify-content: flex-end;
}
.woocommerce-form-coupon-toggle .woocommerce-error,
.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-message {
flex-direction: row;
justify-content: flex-start;
gap: 5px;
}
.woocommerce .woocommerce-Message .woocommerce-Button {
margin-top: 0;
margin-left: auto;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
width: 47%;
}
.shop-top-left p {
text-align: left;
}
.shop-top-right {
justify-content: flex-end;
}
}