File: /home/fect/web/fect.ictu.edu.vn/public_html/wp-content/themes/ictu/assets/css/product.css
@charset "UTF-8";
.add-to-cart {
display: inline-block;
vertical-align: top;
position: relative;
max-width: 100%;
}
.add-to-cart:not(:hover)::before,
.add-to-cart:not(:hover)::after {
opacity: 0;
visibility: hidden;
}
.add-to-cart::before,
.add-to-cart::after {
display: none;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.add-to-cart::before {
content: attr(data-title);
font-size: 11px;
line-height: 12px;
white-space: nowrap;
background-color: #000;
color: #fff;
padding: 5px 7px;
bottom: calc(100% + 8px);
}
.add-to-cart::after {
content: "";
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #000;
bottom: calc(100% + 3px);
}
.add-to-cart .single_add_to_cart_button,
.add-to-cart .added_to_cart,
.add-to-cart > a {
width: 100%;
overflow: hidden;
position: relative;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.single_add_to_cart_button.added,
.add-to-cart > a.added {
display: none !important;
}
/* compare, quickview, wishlist*/
.woocommerce-product-gallery a.compare,
.entry-summary a.compare,
.product-item a.compare,
.yith-wcwl-add-to-wishlist a {
display: inline-block;
vertical-align: top;
font-size: 14px;
line-height: 20px;
padding: 5px 0;
background-color: transparent;
text-transform: none;
border-radius: 0;
position: relative;
font-weight: 400;
text-align: inherit;
opacity: 1 !important;
}
.woocommerce-product-gallery a.compare::before,
.entry-summary a.compare::before,
.product-item a.compare::before,
a.yith-wcqv-button::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-icon {
display: inline-block;
vertical-align: top;
margin-left: 1px;
font-size: 15px;
line-height: 22px;
text-align: center;
font-weight: 400;
text-decoration: none;
}
.woocommerce-product-gallery a.compare::before,
.entry-summary a.compare::before,
.product-item a.compare::before {
font-family: "FontAwesome", sans-serif;
content: "";
font-size: 15px;
}
a.yith-wcqv-button::before {
font-family: main-icon, sans-serif;
content: "";
font-size: 23px;
}
a.compare .blockUI.blockOverlay,
a.yith-wcqv-button .blockUI.blockOverlay,
.yith-wcwl-add-to-wishlist .blockUI.blockOverlay {
z-index: 8 !important;
cursor: wait !important;
background: none !important;
opacity: 1 !important;
text-align: center;
height: 30px !important;
margin: auto !important;
top: 0 !important;
bottom: 0 !important;
}
/* wishlist */
.yith-wcwl-add-to-wishlist + .clear {
display: none !important;
}
.yith-wcwl-add-to-wishlist {
font-size: 14px;
line-height: 20px;
margin: 0;
}
.yith-wcwl-add-to-wishlist > * {
display: inline-block;
vertical-align: top;
position: relative;
}
.yith-wcwl-add-to-wishlist a {
position: relative;
color: inherit;
}
.yith-wcwl-add-to-wishlist .feedback {
font-size: 0;
line-height: 0;
}
.group-button .yith-wcwl-add-to-wishlist .feedback {
position: relative;
display: inline-block;
vertical-align: top;
top: 4px;
}
.flex-auto, .product--style-12 .thumb-wrapper, .product--style-09 .price, .star-rating, .rating--inner .rating--label, .product-item .price ins, .product-item .price del {
flex: 0 0 auto;
max-width: 100%;
}
.flex--1-auto, .product--style-12 .product--info, .product--style-09 .product-title, .product--style-09 .product-info {
flex: 1 1 auto;
max-width: 100%;
}
/* price */
.product-item .price {
display: flex;
align-items: flex-end;
justify-content: flex-start;
font-size: 18px;
line-height: 18px;
font-weight: bold;
color: #000;
}
.product-item .price del {
font-size: 14px;
color: #aaaaaa;
font-weight: 600;
text-decoration: line-through;
order: 5;
margin-left: 7px;
position: relative;
top: 1px;
}
.product-item .price ins {
text-decoration: none;
}
.product-item .price .amount {
display: block;
}
.product-item .price .woocommerce-Price-currencySymbol {
display: inline-block;
text-decoration: none;
}
/* star rating */
.star-rating-wrap {
display: inline-block;
vertical-align: top;
margin-top: 0;
}
.rating--inner {
display: flex;
align-items: center;
max-width: 100%;
}
.rating--inner .rating--label {
font-weight: inherit;
color: #666;
margin-left: 4px;
}
.rating--inner .text {
margin-left: 4px;
}
.star-rating {
position: relative;
overflow: hidden;
}
.star-rating > span {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
white-space: nowrap;
font-size: 0;
line-height: 0;
letter-spacing: 0;
}
.star-rating::before, .star-rating > span::before {
display: inline-block;
float: left;
font-family: FontAwesome, sans-serif;
content: "";
font-size: 14px;
line-height: 24px;
letter-spacing: 3px;
}
.product-item .review-count {
display: none !important;
}
.star-rating::before,
.star-rating > span::before,
p.stars a:before,
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before {
color: #ccc;
}
.entry-summary .woocommerce-review-link,
.star-rating > span::before,
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before,
.ovic-panel-rating .average span {
color: #f8c230;
}
.ovic-panel-rating .process-bar {
background-color: #ffcc00;
}
/* star comments */
p.stars {
display: inline-block;
vertical-align: top;
font-size: 0;
line-height: 0;
letter-spacing: 0;
}
p.stars a {
display: inline-block;
vertical-align: top;
text-decoration: none !important;
outline: none !important;
}
p.stars a:before {
font-family: FontAwesome, sans-serif;
content: "";
font-size: 15px;
line-height: 24px;
margin: 0 0.1em;
}
/* quantity */
.woocommerce div.product form.cart div.quantity {
max-width: 100%;
white-space: nowrap;
display: flex;
flex-direction: column;
width: 100%;
margin: 5px 0 20px;
align-items: flex-start;
}
.quantity .control {
display: flex;
width: 110px;
/*-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, .08);*/
/*box-shadow: 0 -1px 1px rgba(0, 0, 0, .08);*/
border-radius: 4px;
overflow: hidden;
background-color: #ffffff;
border: 1px solid #ccc;
}
.woocommerce .quantity .quantity-label {
text-transform: uppercase;
margin: 0 0 8px;
font-size: 14px;
font-weight: 600;
color: var(--main-color);
line-height: 1.2;
}
.woocommerce .woocommerce-cart-form__cart-item .quantity .quantity-label {
display: none;
}
.woocommerce .quantity .input-qty {
text-align: center;
width: calc(100% - 72px);
height: 42px;
padding: 0;
font-size: 15px;
font-weight: 600;
outline: none;
border: none;
box-shadow: none;
}
.quantity .btn-number {
width: 36px;
height: 42px;
font-size: 0;
line-height: 0;
text-align: center;
text-decoration: none;
position: relative;
}
.quantity .btn-number:not(:hover) {
color: inherit;
}
.quantity .quantity-minus::before,
.quantity .quantity-plus::after,
.quantity .quantity-plus::before {
position: absolute;
content: "";
top: 50%;
left: 50%;
width: 10px;
height: 2px;
border-top: 2px solid;
margin: 0;
transform: translate(-50%, -50%);
display: inline-block;
}
.quantity .quantity-plus::after {
width: 2px;
height: 10px;
border-top: 0;
border-left: 2px solid;
}
/* labels */
.product-labels {
position: absolute;
top: 10px;
left: 10px;
z-index: 2;
font-size: 14px;
line-height: 12px;
font-weight: bold;
text-transform: uppercase;
}
.product-labels > span {
color: #fff;
background-color: #0165d5;
padding: 0 12px;
border-radius: 2px;
height: 23px;
line-height: 23px;
display: block;
}
.product-labels > span.onsale {
background-color: #fa3535;
}
.product-labels > span.featured {
left: auto;
right: 0;
background-color: #24a402;
}
.product-labels > span.out-of-stock {
background-color: #cf9902;
}
.product-labels > span:not(:first-child) {
margin-top: 5px;
}
.product-labels .onsale--text {
display: none;
}
/* sale-off */
.product-sale-off {
position: absolute;
top: 0;
left: 0;
width: 38px;
height: 38px;
background-color: #e73918;
color: #fff;
border-radius: 10px;
text-align: center;
font-family: "Roboto", sans-serif;
}
.product-sale-off .percent {
font-size: 12px;
line-height: 14px;
font-weight: bold;
display: block;
letter-spacing: 0.5px;
margin-top: 7px;
}
.product-sale-off .text {
font-size: 8px;
line-height: 12px;
text-transform: uppercase;
display: block;
}
/* process-availability */
.process-availability .availability-text {
display: inline-block;
vertical-align: top;
width: 100%;
font-size: 15px;
line-height: 20px;
color: #888;
margin-bottom: 12px;
}
.process-availability .text strong {
font-weight: inherit;
}
.process-availability .sold {
float: right;
}
.process-availability .availability-total {
height: 10px;
background-color: #eee;
position: relative;
}
.process-availability .process {
position: absolute;
top: 0;
bottom: 0;
left: 0;
}
/* stock */
.stock {
font-size: 14px;
line-height: 20px;
font-weight: 700;
margin: 15px 0 0;
}
.stock .text {
font-weight: 400;
color: #666;
}
.wishlist-in-stock,
.in-stock {
color: #005aee;
font-weight: 700;
}
.out-of-stock {
color: #c91f28;
font-weight: 700;
}
/* meta */
.product_meta {
font-size: 14px;
line-height: 20px;
padding: 13px 0 0;
border-top: 1px solid #e6e6e6;
margin: 30px 0 0;
}
.product_meta > * {
display: block;
padding: 2px 0;
}
.product_meta > * .title {
margin-right: 3px;
}
.product_meta > * a:not(:hover) {
color: inherit;
}
.product_meta .wcml_currency_switcher,
.product_meta .wpml-ls {
display: none !important;
}
/* loop-gallery */
.product-loop-gallery .slick-slider {
padding: 0 24px;
max-width: 188px;
margin: auto;
}
.product-loop-gallery .slick-slider .slick-arrow {
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
transform: none !important;
top: 0 !important;
bottom: 0 !important;
font-size: 13px !important;
display: flex !important;
flex-direction: column !important;
justify-content: center !important;
padding: 0 !important;
background-color: transparent !important;
color: #888 !important;
width: 24px !important;
border-radius: 0 !important;
}
.product-loop-gallery .slick-slider .slick-arrow:hover {
background-color: transparent !important;
}
.product-loop-gallery .slick-slider .slick-arrow.prev {
left: 0 !important;
text-align: left !important;
}
.product-loop-gallery .slick-slider .slick-arrow.next {
right: 0 !important;
text-align: right !important;
}
.product-loop-gallery a {
display: block;
border: 2px solid #efefef;
border-radius: 4px;
}
.product-loop-gallery a img {
margin: auto;
}
@media (max-width: 1199px) {
.product-loop-gallery .slick-slider {
padding: 0 20px;
}
.product-loop-gallery .slick-slider .slick-arrow {
width: 20px !important;
}
}
@media (max-width: 767px) {
.product-loop-gallery .slick-slider {
padding: 0 15px;
}
.product-loop-gallery .slick-slider .slick-arrow {
width: 15px !important;
}
}
/* variations */
.variations_form {
position: relative !important;
}
table.variations {
display: block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
}
table.variations tbody {
display: flex;
flex-wrap: wrap;
}
table.variations tr {
display: flex;
align-items: center;
position: relative;
margin: 10px 35px 0 0;
}
table.variations td {
display: inline-block;
vertical-align: middle;
text-align: inherit;
padding: 0;
border: none;
}
table.variations td.label {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
border-radius: 0;
margin-right: 5px;
}
table.variations td.label label {
display: inline-block;
vertical-align: top;
font-weight: inherit;
margin: 0;
}
table.variations td.label label::after {
content: ":";
}
/*table.variations .rtwpvs-terms-wrapper {*/
/* margin: -5px;*/
/*}*/
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper {
display: flex;
}
table.variations .rtwpvs-term {
padding: 0 !important;
box-shadow: none !important;
margin: 5px !important;
border: none !important;
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
transition: none !important;
border-radius: 0 !important;
}
table.variations .rtwpvs-term span,
table.variations .rtwpvs-term img {
display: block !important;
}
table.variations .rtwpvs-term span::after {
display: none !important;
}
table.variations .rtwpvs-term span[style*="background-color:#ffffff;"] {
box-shadow: 0 0 0 1px #e6e6e6 inset;
}
table.variations .rtwpvs-color-term span,
table.variations .rtwpvs-image-term img {
border: 2px solid #e6e6e6;
}
table.variations select {
width: 100%;
padding: 3px 28px 3px 15px;
background-position: center right 15px;
}
table.variations .reset_variations {
position: absolute;
left: calc(100% + 35px);
top: 0;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
table.variations .reset_variations[style*="visibility: hidden;"] {
display: none !important;
}
table.variations .rtwpvs-button-term {
height: auto !important;
min-width: 26px !important;
background-color: transparent !important;
margin: 0 !important;
}
table.variations .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover {
background-color: transparent !important;
}
/* growl */
.growl.growl-notice {
color: #000;
background-color: #fff;
}
.growl.growl-notice .growl-close::before,
.growl.growl-notice .growl-close::after {
background-color: #000;
}
.growl.growl-notice .growl-title {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*----- PAGE -----*/
ul.products {
list-style: none;
padding: 0;
margin-bottom: 0;
}
.ovic-products .product-list-grid,
ul.shop-page {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
position: relative;
}
ul.shop-page.columns-6 > .product-item,
ul.shop-page.columns-6 > .product-category {
width: 16.66666667%;
}
ul.shop-page.columns-5 > .product-item,
ul.shop-page.columns-5 > .product-category {
width: 20%;
}
ul.shop-page.columns-4 > .product-item,
ul.shop-page.columns-4 > .product-category {
width: 25%;
}
ul.shop-page.columns-3 > .product-item,
ul.shop-page.columns-3 > .product-category {
width: 33.33333333%;
}
ul.shop-page.columns-2 > .product-item,
ul.shop-page.columns-2 > .product-category {
width: 50%;
}
ul.shop-page.columns-1 > .product-item,
ul.shop-page.columns-0 > .product-item,
ul.shop-page.columns-1 > .product-category,
ul.shop-page.columns-0 > .product-category {
width: 100% !important;
}
ul.shop-page > .product-item,
ul.shop-page > .product-category {
padding: 0 15px;
margin-bottom: 30px;
}
ul.shop-page > .product-category a {
display: block;
border: 1px solid #e6e6e6;
text-align: center;
}
ul.shop-page > .product-category a img {
width: auto;
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
ul.shop-page > .product-category a:hover img {
opacity: 0.7;
}
ul.shop-page > .product-category a:hover h2 {
color: inherit;
}
ul.shop-page > .product-category .woocommerce-loop-category__title {
font-size: 14px;
line-height: 30px;
margin-bottom: 0;
font-weight: 400;
padding: 5px 10px;
}
ul.shop-page > .product-category mark {
display: inline-block;
vertical-align: top;
background-color: transparent;
padding: 0;
margin-left: 3px;
}
.woocommerce-products-header .term-description {
margin-bottom: 50px;
}
@media (max-width: 767px) {
.ovic-products .product-list-grid,
ul.shop-page {
margin-left: -10px;
margin-right: -10px;
}
.ovic-products .product-list-grid > .product-item,
ul.shop-page > .product-item,
ul.shop-page > .product-category {
padding-left: 10px;
padding-right: 10px;
}
ul.shop-page > .product-item,
ul.shop-page > .product-category {
margin-bottom: 20px;
}
}
@media (max-width: 479px) {
.ovic-products .product-list-grid,
ul.shop-page {
margin-left: -5px;
margin-right: -5px;
}
.ovic-products .product-list-grid > .product-item,
ul.shop-page > .product-item,
ul.shop-page > .product-category {
padding-left: 5px;
padding-right: 5px;
}
ul.shop-page > .product-item,
ul.shop-page > .product-category {
margin-bottom: 10px;
}
}
/* hover change image */
.product-item .thumb-link .second-thumb {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.product-item .product-inner:not(:hover) .thumb-link .second-thumb {
opacity: 0;
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-ms-transform: translateY(-20px);
-o-transform: translateY(-20px);
transform: translateY(-20px);
}
.product-item[class*=list-style-] .product-inner:not(:hover) .thumb-link .second-thumb {
opacity: 0;
-webkit-transform: translateX(-20px);
-moz-transform: translateX(-20px);
-ms-transform: translateX(-20px);
-o-transform: translateX(-20px);
transform: translateX(-20px);
}
/* hover scale image */
.product-item .thumb-link.hover-zoom {
overflow: hidden;
}
.product-item .thumb-link.hover-zoom figure {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.product-item .product-inner:hover .thumb-link.hover-zoom figure {
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-ms-transform: scale(1.15);
-o-transform: scale(1.15);
transform: scale(1.15);
}
/*----- CONTROL -----*/
.shop-control::before,
.shop-control::after {
content: "";
display: table;
clear: both;
}
.shop-control .page-title {
display: inline-block;
vertical-align: top;
font-family: inherit;
font-size: 18px;
line-height: 24px;
padding: 8px 0;
}
.shop-control .display-mode-control.mode-number {
padding: 10px 0;
}
.shop-control .display-mode-control > form {
display: inline-block;
vertical-align: top;
}
.shop-control .display-mode-control .grid-number {
padding: 0;
background-color: transparent;
color: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
.shop-control .display-mode-control .mode-button {
font-size: 0;
line-height: 0;
letter-spacing: 0;
background-color: transparent;
padding: 5px;
color: #b3b3b3;
}
.shop-control .display-mode-control .mode-button .icon {
display: block;
width: 19px;
height: 20px;
}
.shop-control .display-mode-control .mode-list .icon span {
display: block;
border-top: 2px solid;
margin-top: 6px;
}
.shop-control .display-mode-control .mode-list .icon span:first-child {
margin-top: 1px;
}
.shop-control .display-mode-control .mode-grid .icon span {
display: inline-block;
vertical-align: top;
width: 5px;
border-top: 5px solid;
}
.shop-control .display-mode-control .mode-grid .icon span:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
margin-top: 2px;
}
.shop-control .display-mode-control .mode-grid .icon span:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(7)) {
margin-left: 2px;
}
.shop-control .chosen-container .chosen-single {
padding: 0 20px;
height: 34px;
line-height: 34px;
border-radius: 30px !important;
border-width: 2px;
font-size: 15px;
font-weight: 600;
}
.shop-control select {
padding: 3px 30px;
}
.shop-control .chosen-container .chosen-drop {
left: auto;
right: 0;
min-width: 120px;
}
.shop-control .display-sort-by .chosen-container .chosen-drop {
min-width: 220px;
}
.shop-before-control {
border-bottom: 2px solid #e6e6e6;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
padding-bottom: 20px;
margin-bottom: 40px;
}
.shop-before-control > div {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.shop-before-control .show-count-wrap {
text-align: center;
}
.shop-before-control .display-mode-control {
text-align: right;
}
.shop-before-control label {
margin-bottom: 0;
vertical-align: middle;
}
.shop-before-control form {
display: inline-block;
vertical-align: middle;
}
.shop-after-control > * {
display: inline-block;
vertical-align: top;
}
.shop-after-control .type-load_more::before,
.shop-after-control .type-load_more::after {
display: none;
}
.shop-after-control .woocommerce-result-count {
float: right;
text-align: right;
padding: 5px 0;
margin: 0 0 0 30px;
}
.woocommerce-pagination.type-pagination + .woocommerce-result-count {
display: none;
}
.woocommerce-pagination.type-pagination {
display: block;
text-align: center;
}
.promotion-products {
margin-bottom: 60px;
}
/*----- SHOP BANNER -----*/
.shop-banner {
position: relative;
margin-bottom: 25px;
}
.shop-banner .shop-banner-title {
position: absolute;
}
/*----- SHORTCODE -----*/
.product-item .group-button::before,
.product-item .group-button::after,
.ovic-products::before,
.ovic-products::after {
content: "";
display: table;
clear: both;
}
.product-item .product-inner {
/*position: relative;
background-color: #fff;*/
}
.product-item .product-thumb {
display: inline-block;
vertical-align: top;
max-width: 100%;
position: relative;
}
.product-item .thumb-link {
display: inline-block;
vertical-align: top;
max-width: 100%;
position: relative;
overflow: hidden;
}
.product-title {
font-size: 17px;
font-weight: 600;
color: #222;
margin-top: 3px;
margin-bottom: 9px;
}
.product-title a {
color: inherit;
}
.product-item .woocommerce-product-details__short-description {
font-size: 14px;
line-height: 18px;
max-height: 36px;
overflow: hidden;
margin: 15px 0 0;
}
.product-item .woocommerce-product-details__short-description > ul {
list-style-type: none;
padding-left: 0;
margin: 0;
}
.product-item .woocommerce-product-details__short-description > ul > li::before {
display: inline-block;
vertical-align: top;
content: "";
width: 6px;
height: 6px;
border-radius: 90px;
border: 3px solid;
margin: 7px 6px 5px 0;
}
.product-item .shop_attributes-wrap {
margin: 17px 0 0;
}
.entry-summary .shop_attributes,
.product-item .shop_attributes {
font-size: 14px;
line-height: 20px;
margin: 0;
}
.entry-summary .shop_attributes th,
.product-item .shop_attributes th {
vertical-align: top;
border: none;
padding: 2px 14px 2px 0;
font-weight: inherit;
white-space: nowrap;
width: 1%;
}
.entry-summary .shop_attributes th::after,
.product-item .shop_attributes th::after {
content: ":";
margin-left: 3px;
}
.entry-summary .shop_attributes td,
.product-item .shop_attributes td {
vertical-align: top;
border: none;
padding: 2px 0;
}
.entry-summary .shop_attributes p:last-child,
.product-item .shop_attributes p:last-child {
margin: 0;
}
/* style-list */
.product-item.list .product-inner:hover {
z-index: 1;
}
.product-item.list .product-inner {
padding: 15px;
}
.product-item.list .product-info {
padding: 15px 0;
}
.product-item.list .product-title {
font-size: 18px;
line-height: 24px;
}
.product-item.list .price {
font-size: 15px;
}
.product-item.list .price ins {
margin-right: 7px;
}
.product-item.list .add-to-cart {
width: 176px;
max-width: calc(100% - 110px);
}
.product-item.list .add-to-cart a {
padding: 8px 15px;
}
.product-item.list .product-inner:not(:hover) .add-to-cart > a {
color: #888;
background-color: #e6e6e6;
}
.product-item.list .group-button {
margin: 13px -5px 0;
}
.product-item.list .group-button > * {
float: left;
margin: 10px 5px 0;
}
/* style-01 */
.ovic-products .product-list-owl {
display: inline-block;
vertical-align: top;
width: 100%;
}
.ovic-products .product-list-owl > .slick-list {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.shop-page.ovic-products.style-17,
.shop-page.ovic-products.style-09,
.shop-page.ovic-products.style-01 {
margin-bottom: 40px;
}
.absolute-full, .product--style-24 .product--buttons .yith-wcwl-wishlistexistsbrowse a, .product--style-15 .product-inner:after, .product--style-15 .yith-wcwl-wishlistexistsbrowse a,
.product--style-14 .yith-wcwl-wishlistexistsbrowse a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: block;
}
.transition, .product--style-15 .price del,
.product--style-15 .price,
.product--style-15 .product-title,
.product--style-15 .post--categories a, .product--style-15 .product-inner:after, .product--style-14 .yith-wcwl-add-to-wishlist, .product--style-15 .yith-wcqv-button-wrap a,
.product--style-15 .yith-wcwl-add-to-wishlist a,
.product--style-15 .compare-button a,
.product--style-14 .yith-wcqv-button-wrap a,
.product--style-14 .yith-wcwl-add-to-wishlist a,
.product--style-14 .compare-button a, .product--style-15 .product--buttons,
.product--style-14 .product--buttons, .product--style-25 .product-inner,
.product--style-04 .product-inner, .product--style-17 .product-thumb .yith-wcqv-button,
.product--style-13 .product-thumb .yith-wcqv-button,
.product--style-11 .product-thumb .yith-wcqv-button,
.product--style-09 .product-thumb .yith-wcqv-button,
.product--style-06 .product-thumb .yith-wcqv-button,
.product--style-05 .product-thumb .yith-wcqv-button,
.product--style-03 .product-thumb .yith-wcqv-button,
.product--style-01 .product-thumb .yith-wcqv-button, .product--style-17 .group-button--inner .add-to-cart > a,
.product--style-13 .group-button--inner .add-to-cart > a,
.product--style-11 .group-button--inner .add-to-cart > a,
.product--style-09 .group-button--inner .add-to-cart > a,
.product--style-06 .group-button--inner .add-to-cart > a,
.product--style-05 .group-button--inner .add-to-cart > a,
.product--style-03 .group-button--inner .add-to-cart > a,
.product--style-01 .group-button--inner .add-to-cart > a, .product--style-17 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-17 .group-button--inner .compare-button a,
.product--style-13 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-13 .group-button--inner .compare-button a,
.product--style-11 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-11 .group-button--inner .compare-button a,
.product--style-09 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-09 .group-button--inner .compare-button a,
.product--style-06 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-06 .group-button--inner .compare-button a,
.product--style-05 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-05 .group-button--inner .compare-button a,
.product--style-03 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-03 .group-button--inner .compare-button a,
.product--style-01 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-01 .group-button--inner .compare-button a {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.flex, .product--style-12 .product--inner-prices, .product--style-12 .product-inner, .product--style-09 .product--title-wrap,
.product--style-09 .product--info-wrap, .product--style-25 .product-inner,
.product--style-18 .product-inner,
.product--style-08 .product-inner,
.product--style-04 .product-inner,
.product--style-02 .product-inner {
display: flex;
justify-content: flex-start;
align-items: flex-start;
}
.flex-v-center {
display: flex;
justify-content: flex-start;
align-items: center;
}
.flex-center, .product--style-15 .product--buttons-inner,
.product--style-14 .product--buttons-inner {
display: flex;
justify-content: center;
align-items: center;
}
.ovic-products.style-17,
.ovic-products.style-09,
.ovic-products.style-01 {
margin-left: -10px;
margin-right: -10px;
}
@media (max-width: 1199px) {
.ovic-products.style-17,
.ovic-products.style-09,
.ovic-products.style-01 {
margin-left: 0;
margin-right: 0;
}
}
.post--categories a {
color: #888;
font-size: 15px;
}
.post--categories a:hover {
color: #90bf2a;
}
.disable-rating-yes .star-rating-wrap {
display: none;
}
.star-rating-wrap {
margin-bottom: 8px;
}
/*@todo: product--style-01*/
.product--style-17,
.product--style-13,
.product--style-11,
.product--style-09,
.product--style-06,
.product--style-05,
.product--style-03,
.product--style-01 {
text-align: center;
}
.product--style-17 .product-title,
.product--style-13 .product-title,
.product--style-11 .product-title,
.product--style-09 .product-title,
.product--style-06 .product-title,
.product--style-05 .product-title,
.product--style-03 .product-title,
.product--style-01 .product-title {
text-transform: capitalize;
}
.product--style-17 .price,
.product--style-13 .price,
.product--style-11 .price,
.product--style-09 .price,
.product--style-06 .price,
.product--style-05 .price,
.product--style-03 .price,
.product--style-01 .price {
justify-content: center;
}
.product--style-17 .group-button--inner,
.product--style-13 .group-button--inner,
.product--style-11 .group-button--inner,
.product--style-09 .group-button--inner,
.product--style-06 .group-button--inner,
.product--style-05 .group-button--inner,
.product--style-03 .group-button--inner,
.product--style-01 .group-button--inner {
display: flex;
align-items: center;
margin-left: -4px;
margin-right: -4px;
}
.product--style-17 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-17 .group-button--inner .compare-button,
.product--style-13 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-13 .group-button--inner .compare-button,
.product--style-11 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-11 .group-button--inner .compare-button,
.product--style-09 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-09 .group-button--inner .compare-button,
.product--style-06 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-06 .group-button--inner .compare-button,
.product--style-05 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-05 .group-button--inner .compare-button,
.product--style-03 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-03 .group-button--inner .compare-button,
.product--style-01 .group-button--inner .yith-wcwl-add-to-wishlist,
.product--style-01 .group-button--inner .compare-button {
flex: 0 0 auto;
margin-left: 4px;
margin-right: 4px;
color: #666666;
}
.product--style-17 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-17 .group-button--inner .compare-button a,
.product--style-13 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-13 .group-button--inner .compare-button a,
.product--style-11 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-11 .group-button--inner .compare-button a,
.product--style-09 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-09 .group-button--inner .compare-button a,
.product--style-06 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-06 .group-button--inner .compare-button a,
.product--style-05 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-05 .group-button--inner .compare-button a,
.product--style-03 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-03 .group-button--inner .compare-button a,
.product--style-01 .group-button--inner .yith-wcwl-add-to-wishlist a,
.product--style-01 .group-button--inner .compare-button a {
color: inherit;
font-size: 0;
}
.product--style-17 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-17 .group-button--inner .compare-button a:hover,
.product--style-13 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-13 .group-button--inner .compare-button a:hover,
.product--style-11 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-11 .group-button--inner .compare-button a:hover,
.product--style-09 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-09 .group-button--inner .compare-button a:hover,
.product--style-06 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-06 .group-button--inner .compare-button a:hover,
.product--style-05 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-05 .group-button--inner .compare-button a:hover,
.product--style-03 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-03 .group-button--inner .compare-button a:hover,
.product--style-01 .group-button--inner .yith-wcwl-add-to-wishlist a:hover,
.product--style-01 .group-button--inner .compare-button a:hover {
color: #90bf2a;
}
.product--style-17 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-13 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-11 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-09 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-06 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-05 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-03 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before,
.product--style-01 .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before {
font-size: 15px;
content: "";
}
.product--style-17 .group-button--inner .add-to-cart,
.product--style-13 .group-button--inner .add-to-cart,
.product--style-11 .group-button--inner .add-to-cart,
.product--style-09 .group-button--inner .add-to-cart,
.product--style-06 .group-button--inner .add-to-cart,
.product--style-05 .group-button--inner .add-to-cart,
.product--style-03 .group-button--inner .add-to-cart,
.product--style-01 .group-button--inner .add-to-cart {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex: 1 1 auto;
margin-left: 4px;
margin-right: 4px;
}
.product--style-17 .group-button--inner .add-to-cart > a,
.product--style-13 .group-button--inner .add-to-cart > a,
.product--style-11 .group-button--inner .add-to-cart > a,
.product--style-09 .group-button--inner .add-to-cart > a,
.product--style-06 .group-button--inner .add-to-cart > a,
.product--style-05 .group-button--inner .add-to-cart > a,
.product--style-03 .group-button--inner .add-to-cart > a,
.product--style-01 .group-button--inner .add-to-cart > a {
padding: 0 20px;
height: 47px;
line-height: 43px;
border-radius: 30px;
color: #fff;
border: 2px solid #90bf2a;
background-color: #90bf2a;
}
.product--style-17 .group-button--inner .add-to-cart > a:hover,
.product--style-13 .group-button--inner .add-to-cart > a:hover,
.product--style-11 .group-button--inner .add-to-cart > a:hover,
.product--style-09 .group-button--inner .add-to-cart > a:hover,
.product--style-06 .group-button--inner .add-to-cart > a:hover,
.product--style-05 .group-button--inner .add-to-cart > a:hover,
.product--style-03 .group-button--inner .add-to-cart > a:hover,
.product--style-01 .group-button--inner .add-to-cart > a:hover {
background-color: transparent;
color: #90bf2a;
text-decoration: none;
}
@media (max-width: 1199px) {
.product--style-17 .group-button--inner,
.product--style-13 .group-button--inner,
.product--style-11 .group-button--inner,
.product--style-09 .group-button--inner,
.product--style-06 .group-button--inner,
.product--style-05 .group-button--inner,
.product--style-03 .group-button--inner,
.product--style-01 .group-button--inner {
margin-top: 20px;
}
}
.product--style-17 .product-excerpt,
.product--style-13 .product-excerpt,
.product--style-11 .product-excerpt,
.product--style-09 .product-excerpt,
.product--style-06 .product-excerpt,
.product--style-05 .product-excerpt,
.product--style-03 .product-excerpt,
.product--style-01 .product-excerpt {
margin-bottom: 17px;
font-size: 14px;
color: #666;
padding-left: 20px;
padding-right: 20px;
line-height: 18px;
}
@media (max-width: 1199px) {
.product--style-17 .product-excerpt,
.product--style-13 .product-excerpt,
.product--style-11 .product-excerpt,
.product--style-09 .product-excerpt,
.product--style-06 .product-excerpt,
.product--style-05 .product-excerpt,
.product--style-03 .product-excerpt,
.product--style-01 .product-excerpt {
display: none;
}
}
.product--style-17 .product-thumb .yith-wcqv-button,
.product--style-13 .product-thumb .yith-wcqv-button,
.product--style-11 .product-thumb .yith-wcqv-button,
.product--style-09 .product-thumb .yith-wcqv-button,
.product--style-06 .product-thumb .yith-wcqv-button,
.product--style-05 .product-thumb .yith-wcqv-button,
.product--style-03 .product-thumb .yith-wcqv-button,
.product--style-01 .product-thumb .yith-wcqv-button {
position: absolute;
bottom: 10px;
right: 10px;
padding: 0;
color: #666666;
font-size: 0;
background-color: transparent;
}
.product--style-17 .product-thumb .yith-wcqv-button::before,
.product--style-13 .product-thumb .yith-wcqv-button::before,
.product--style-11 .product-thumb .yith-wcqv-button::before,
.product--style-09 .product-thumb .yith-wcqv-button::before,
.product--style-06 .product-thumb .yith-wcqv-button::before,
.product--style-05 .product-thumb .yith-wcqv-button::before,
.product--style-03 .product-thumb .yith-wcqv-button::before,
.product--style-01 .product-thumb .yith-wcqv-button::before {
font-family: "biolife", sans-serif;
content: "";
font-size: 24px;
line-height: 24px;
}
.product--style-17 .product-thumb .yith-wcqv-button:hover,
.product--style-13 .product-thumb .yith-wcqv-button:hover,
.product--style-11 .product-thumb .yith-wcqv-button:hover,
.product--style-09 .product-thumb .yith-wcqv-button:hover,
.product--style-06 .product-thumb .yith-wcqv-button:hover,
.product--style-05 .product-thumb .yith-wcqv-button:hover,
.product--style-03 .product-thumb .yith-wcqv-button:hover,
.product--style-01 .product-thumb .yith-wcqv-button:hover {
color: #90bf2a;
}
.product--style-17 .product-info,
.product--style-13 .product-info,
.product--style-11 .product-info,
.product--style-09 .product-info,
.product--style-06 .product-info,
.product--style-05 .product-info,
.product--style-03 .product-info,
.product--style-01 .product-info {
padding: 10px 10px 0 10px;
}
/*@todo: product--style-02*/
.product--style-25 .product--info,
.product--style-18 .product--info,
.product--style-08 .product--info,
.product--style-04 .product--info,
.product--style-02 .product--info {
flex: 1 1 auto;
padding-left: 10px;
padding-top: 5px;
}
.product--style-25 .product-title,
.product--style-18 .product-title,
.product--style-08 .product-title,
.product--style-04 .product-title,
.product--style-02 .product-title {
margin-top: 3px;
}
.product--style-18 .thumb-wrapper,
.product--style-08 .thumb-wrapper,
.product--style-02 .thumb-wrapper {
flex: 0 0 auto;
}
.product--style-18 .star-rating-wrap,
.product--style-08 .star-rating-wrap,
.product--style-02 .star-rating-wrap {
margin-bottom: 0;
margin-top: 7px;
}
/*@todo: product--style-03*/
.product--style-06 .theme-countdown,
.product--style-03 .theme-countdown {
margin-left: -5px;
margin-right: -5px;
margin-bottom: 17px;
}
.product--style-06 .theme-countdown > span,
.product--style-03 .theme-countdown > span {
width: 57px;
height: 57px;
display: inline-block;
border: 1px solid #e6e6e6;
border-radius: 3px;
text-align: center;
margin-left: 5px;
margin-right: 5px;
padding-top: 10px;
}
.product--style-06 .theme-countdown > span .number,
.product--style-03 .theme-countdown > span .number {
display: block;
font-size: 20px;
font-weight: bold;
color: #222;
}
.product--style-06 .theme-countdown > span .text,
.product--style-03 .theme-countdown > span .text {
display: block;
font-size: 13px;
color: #666;
text-transform: uppercase;
line-height: 16px;
}
@media (max-width: 991px) {
.product--style-06 .theme-countdown > span,
.product--style-03 .theme-countdown > span {
width: 50px;
height: 50px;
padding-top: 5px;
}
}
.product--style-06 .group-button,
.product--style-03 .group-button {
margin-top: 13px;
}
.product--style-06 .product-labels,
.product--style-03 .product-labels {
top: 0;
left: 0;
}
.product--style-06 .product-info,
.product--style-03 .product-info {
padding: 10px 0 0 0;
}
/*@todo: product--style-04*/
.product--style-25,
.product--style-04 {
padding-right: 1px;
}
.product--style-25 .thumb-wrapper,
.product--style-04 .thumb-wrapper {
flex: 0 0 auto;
max-width: 170px;
}
@media (max-width: 991px) {
.product--style-25 .thumb-wrapper,
.product--style-04 .thumb-wrapper {
max-width: 117px;
}
}
.product--style-25 .product--info,
.product--style-04 .product--info {
padding-top: 15px;
}
@media (max-width: 991px) {
.product--style-25 .product--info,
.product--style-04 .product--info {
padding-top: 0;
}
}
.product--style-25 .product-inner,
.product--style-04 .product-inner {
border: 1px solid #e6e6e6;
padding: 10px;
}
.product--style-25 .product-inner:hover,
.product--style-04 .product-inner:hover {
border-color: #dd3333;
}
@media (max-width: 479px) {
.product--style-25 .rating--label,
.product--style-04 .rating--label {
display: none;
}
}
/*@todo: product--style-05*/
.product--style-13 .product-excerpt,
.product--style-05 .product-excerpt {
padding-left: 0;
padding-right: 0;
}
/*@todo: .product--style-06*/
.product--style-06 .theme-countdown {
margin-bottom: 0;
margin-top: 15px;
}
.product--style-06 .theme-countdown > span {
width: 47px;
height: 47px;
padding-top: 5px;
}
.product--style-06 .theme-countdown > span .text {
font-size: 12px;
}
@media (max-width: 991px) {
.product--style-06 .theme-countdown > span {
width: 45px;
height: 45px;
padding-top: 5px;
}
}
.product--style-06 .product-labels {
top: 10px;
left: 10px;
}
/*@todo: product--style-09*/
.product--style-09 .product-thumb {
flex: 0 0 130px;
max-width: 130px;
}
.product--style-09 .product-info {
text-align: left;
position: relative;
padding: 5px 0 0 10px;
}
.product--style-09 .price {
justify-content: flex-start;
font-size: 26px;
color: #222;
}
.product--style-09 .price del {
font-size: 16px;
font-weight: 400;
color: #666;
}
.product--style-09 .product-excerpt {
padding-left: 0;
padding-right: 0;
margin-bottom: 0;
font-size: 14px;
color: #666;
border-top: 1px dashed #999999;
margin-top: 10px;
padding-top: 10px;
}
.product--style-09 .group-button--inner {
margin-left: 0;
margin-right: 0;
}
.product--style-09 .group-button--inner .add-to-cart {
flex: 0 0 auto;
order: 1;
margin-left: 0;
margin-right: 11px;
}
.product--style-09 .group-button--inner .add-to-cart > a {
padding-left: 44px;
padding-right: 44px;
}
.product--style-09 .group-button--inner .yith-wcwl-add-to-wishlist {
order: 2;
margin-left: 7px;
margin-right: 7px;
}
.product--style-09 .group-button--inner .compare-button {
order: 3;
margin-left: 7px;
margin-right: 7px;
}
/*@todo: product--style-10*/
.product--style-10 .product-inner {
text-align: center;
}
.product--style-10 .product-info {
margin-top: 7px;
}
.product--style-10 .product-excerpt {
color: #888;
}
.product--style-10 .product--buttons {
display: inline-block;
margin-top: 24px;
}
.product--style-10 .group-button--inner {
display: flex;
align-items: center;
background-color: #e2e2e2;
border-radius: 30px;
padding-left: 10px;
}
.product--style-10 .add-to-cart,
.product--style-10 .price {
flex: 0 0 auto;
padding-left: 14px;
}
.product--style-10 .add-to-cart del,
.product--style-10 .price del {
display: none;
}
.product--style-10 .add-to-cart > a {
border-radius: 30px;
padding: 0 50px;
line-height: 49px;
font-size: 15px;
background-color: #7faf51;
transition: all 0.3s ease-out;
}
.product--style-10 .add-to-cart > a:hover {
color: #fff;
background-color: #ff4f63;
}
.product--style-10 .product-labels > span.onnew {
background-color: #ffbc53;
}
.product--style-10.product-type-variable .price {
font-size: 0;
}
.product--style-10.product-type-variable .price .amount {
font-size: 18px;
}
.product--style-10.product-type-variable .price .amount + .amount {
display: none;
}
/*@todo: product--style-11*/
.product--style-11 .product-info {
padding-top: 13px;
}
.product--style-11 .yith-wcqv-button {
color: #666666;
padding: 0;
font-size: 0;
background-color: transparent;
margin-left: 4px;
margin-right: 4px;
}
.product--style-11 .yith-wcqv-button::before {
font-family: "FontAwesome", sans-serif;
content: "";
font-size: 17px;
}
.product--style-11 .yith-wcwl-add-to-wishlist a {
font-size: 0;
color: inherit;
}
.product--style-11 .product--stock {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.8);
color: #333333;
padding: 14px;
text-transform: uppercase;
font-weight: bold;
}
.product--style-11 .yith-wcwl-add-to-wishlist {
position: absolute;
top: 15px;
right: 15px;
color: #999;
}
.product--style-11 .yith-wcwl-icon::before {
content: "";
font-size: 17px;
}
@media (max-width: 479px) {
.product--style-12 .product-inner {
display: block;
}
.product--style-12 .product-inner .thumb-wrapper {
max-width: 90px;
float: left;
}
.product--style-12 .product-inner .product--info {
max-width: 100%;
margin-left: 100px;
padding-left: 0;
}
.product--style-12 .product-inner .product--group-prices {
max-width: 100%;
margin-left: 100px;
}
.product--style-12 .product-inner .product--group-prices .price {
justify-content: flex-start;
}
}
.product--style-12 .product--info {
padding-left: 10px;
}
.product--style-12 .product--group-prices {
flex: 0 0 48%;
max-width: 48%;
margin-top: 18px;
}
.product--style-12 .product--inner-prices {
align-items: center;
}
.product--style-12 .product--inner-prices > * {
flex: 1 1 auto;
text-align: center;
}
.product--style-12 .product--inner-prices .price {
justify-content: center;
color: #666;
}
.product--style-12 .product--inner-prices .active .price {
color: #7faf51;
}
.product--style-13 .product-title {
font-size: 16px;
}
.product--style-13 .price {
padding-top: 10px;
}
/*@todo: product--style-14*/
.product--style-15 .yith-wcqv-button-wrap,
.product--style-15 .yith-wcwl-add-to-wishlist,
.product--style-15 .compare-button,
.product--style-14 .yith-wcqv-button-wrap,
.product--style-14 .yith-wcwl-add-to-wishlist,
.product--style-14 .compare-button {
color: #222;
}
.product--style-15 .yith-wcqv-button-wrap a,
.product--style-15 .yith-wcwl-add-to-wishlist a,
.product--style-15 .compare-button a,
.product--style-14 .yith-wcqv-button-wrap a,
.product--style-14 .yith-wcwl-add-to-wishlist a,
.product--style-14 .compare-button a {
color: inherit;
font-size: 0;
line-height: 0;
padding: 0;
}
.product--style-15 .yith-wcqv-button-wrap a:hover,
.product--style-15 .yith-wcwl-add-to-wishlist a:hover,
.product--style-15 .compare-button a:hover,
.product--style-14 .yith-wcqv-button-wrap a:hover,
.product--style-14 .yith-wcwl-add-to-wishlist a:hover,
.product--style-14 .compare-button a:hover {
color: #90bf2a;
}
.product--style-15 .yith-wcwl-add-to-wishlist .yith-wcwl-icon::before,
.product--style-14 .yith-wcwl-add-to-wishlist .yith-wcwl-icon::before {
font-size: 15px;
line-height: 15px;
content: "";
}
.product--style-15 .compare-button a::before,
.product--style-14 .compare-button a::before {
line-height: 15px;
}
.product--style-15 .yith-wcqv-button,
.product--style-14 .yith-wcqv-button {
padding: 0;
background-color: transparent;
}
.product--style-15 .yith-wcqv-button::before,
.product--style-14 .yith-wcqv-button::before {
font-family: "FontAwesome", sans-serif;
content: "";
font-size: 15px;
line-height: 15px;
}
.product--style-15 .product--buttons-inner > *,
.product--style-14 .product--buttons-inner > * {
flex: 0 0 auto;
padding-left: 7px;
padding-right: 7px;
padding-top: 8px;
}
.product--style-15 .product--buttons-inner > .add-to-cart,
.product--style-14 .product--buttons-inner > .add-to-cart {
flex: 1 1 auto;
padding-left: 0;
padding-top: 0;
}
.product--style-15 .add-to-cart .single_add_to_cart_button:hover,
.product--style-15 .add-to-cart .added_to_cart:hover,
.product--style-15 .add-to-cart > a:hover,
.product--style-14 .add-to-cart .single_add_to_cart_button:hover,
.product--style-14 .add-to-cart .added_to_cart:hover,
.product--style-14 .add-to-cart > a:hover {
color: #fed700;
}
.product--style-15 .product-title,
.product--style-14 .product-title {
font-size: 14px;
font-weight: 400;
margin-top: 9px;
margin-bottom: 20px;
}
.product--style-15 .price,
.product--style-14 .price {
font-size: 16px;
}
.product--style-14 .product--buttons {
background-color: #fed700;
}
.product--style-14 .yith-wcwl-add-to-wishlist {
position: absolute;
top: 15px;
right: 15px;
color: #999;
width: 20px;
height: 20px;
}
.product--style-14 .yith-wcwl-add-to-wishlist .yith-wcwl-icon::before {
font-size: 20px;
line-height: 20px;
}
/*@todo: product--style-15*/
.product--style-15 .product-inner {
position: relative;
background-color: #fff;
}
.product--style-15 .product-inner:after {
background-color: rgba(52, 112, 11, 0.7);
content: "";
opacity: 0;
visibility: hidden;
}
.product--style-15 .product-thumb {
display: block;
}
.product--style-15 .product-thumb .thumb-link {
display: block;
}
.product--style-15 .product-thumb img {
width: 100%;
}
.product--style-15 .product-title {
margin-top: 8px;
margin-bottom: 8px;
font-size: 16px;
font-weight: 600;
}
.product--style-15 .product-info {
padding: 0 30px 25px 30px;
position: relative;
z-index: 5;
}
.product--style-15 .post--categories {
position: absolute;
top: 30px;
left: 30px;
z-index: 10;
max-width: 50%;
}
.product--style-15 .product-labels {
left: auto;
right: 0;
font-size: 12px;
font-weight: 600;
transition: all 0.3s ease-out;
}
.product--style-15 .product-labels > span {
border-radius: 0;
}
.product--style-15 .product-labels > span.onsale {
background-color: #34700b;
}
.product--style-15 .product--buttons-inner > *:not(.add-to-cart) {
flex: 0 0 44px;
height: 44px;
background-color: #49a010;
border-radius: 50%;
text-align: center;
padding-top: 14px;
color: #fff;
margin-left: 5px;
margin-right: 5px;
}
.product--style-15 .add-to-cart .button {
padding-left: 35px;
padding-right: 35px;
border-radius: 3px;
background-color: #49a010;
}
.product--style-15 .compare-button a:hover,
.product--style-15 .yith-wcwl-add-to-wishlist a:hover,
.product--style-15 .yith-wcqv-button-wrap a:hover,
.product--style-15 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
color: #fed700;
}
/*@todo: product--style-16*/
.product--style-16 .product-inner {
background-color: #fff;
padding: 20px;
position: relative;
display: flex;
align-items: flex-start;
}
.product--style-16 .thumb-wrapper {
flex: 0 0 155px;
}
.product--style-16 .product--info {
flex: 1 1 auto;
padding-left: 20px;
padding-top: 7px;
}
.product--style-16 .product-labels {
right: 0;
top: 20px;
left: auto;
font-size: 12px;
font-weight: 600;
}
.product--style-16 .product-labels > span:not(.onsale) {
display: none;
}
.product--style-16 .product-labels .onsale {
background-color: #34700b;
border-radius: 0;
}
.product--style-16 .product-title {
margin-top: 41px;
font-size: 16px;
margin-bottom: 11px;
}
.product--style-16 .price {
font-size: 16px;
color: #34700b;
}
/*@todo: product--style-17*/
.product--style-20 .product-labels > span,
.product--style-19 .product-labels > span,
.product--style-17 .product-labels > span {
padding: 0 17px 0 0;
height: 28px;
font-family: "Lato", sans-serif;
border-radius: 20px;
position: relative;
background-color: transparent;
overflow: hidden;
display: inline-block;
margin-top: 0;
}
.product--style-20 .product-labels > span > span:not(.onsale--text),
.product--style-19 .product-labels > span > span:not(.onsale--text),
.product--style-17 .product-labels > span > span:not(.onsale--text) {
display: block;
height: 28px;
line-height: 28px;
background-color: #80a93f;
padding: 0 5px 0 10px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.product--style-20 .product-labels > span::after,
.product--style-19 .product-labels > span::after,
.product--style-17 .product-labels > span::after {
position: absolute;
background-color: inherit;
content: "";
top: -14px;
bottom: -14px;
right: -69px;
width: 100px;
height: 56px;
border-width: 14px;
border-style: solid;
border-radius: 30px;
z-index: -1;
border-color: #80a93f;
}
.product--style-20 .product-labels > span.onsale > span,
.product--style-19 .product-labels > span.onsale > span,
.product--style-17 .product-labels > span.onsale > span {
background-color: #f65f73;
}
.product--style-20 .product-labels > span.onsale::after,
.product--style-19 .product-labels > span.onsale::after,
.product--style-17 .product-labels > span.onsale::after {
border-color: #f65f73;
}
.product--style-20 .product-labels > span:not(:first-child),
.product--style-19 .product-labels > span:not(:first-child),
.product--style-17 .product-labels > span:not(:first-child) {
margin-left: -7px;
}
.product--style-17 .product-thumb {
overflow: hidden;
}
.product--style-17 .product-thumb .yith-wcqv-button {
opacity: 1;
position: static;
}
.product--style-17 .product-thumb .yith-wcqv-button:before {
content: "";
font-size: 15px;
}
.product--style-17 .product-thumb .compare::before {
font-family: "biolife", sans-serif;
content: "";
font-size: 15px;
}
.product--style-17 .product-thumb .group-button--inner > * {
margin-left: 7px;
margin-right: 7px;
}
.product--style-17 .product-thumb .group-button--inner .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon::before,
.product--style-17 .product-thumb .group-button--inner .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before {
font-family: "biolife", sans-serif;
content: "";
}
.product--style-17 .product-thumb .group-button--inner .yith-wcwl-wishlistexistsbrowse {
position: relative;
}
.product--style-17 .product-thumb .group-button--inner .yith-wcwl-wishlistexistsbrowse a {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.product--style-17 .product-thumb .ex-buttons {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f7f8fa;
background-color: #fff;
padding-top: 8px;
padding-bottom: 2px;
}
.product--style-17 .product-thumb .ex-buttons .group-button--inner,
.product--style-17 .product-thumb .ex-buttons .product--stock {
flex: 0 0 auto;
}
.product--style-17 .product-thumb .ex-buttons .product--stock {
color: #80a93f;
}
.product--style-17 .product-info {
padding-top: 17px;
}
.product--style-17 .price {
font-family: "Lato", sans-serif;
}
.product--style-17 .product-title {
margin-top: 15px;
font-size: 14px;
font-family: "Lato", sans-serif;
font-weight: bold;
margin-bottom: 6px;
}
.product--style-17 .product-excerpt {
border-top: 1px solid #f7f8fa;
padding-top: 16px;
margin-bottom: 22px;
}
.product--style-17 .group-button--inner {
justify-content: center;
}
.product--style-17 .group-button--inner .add-to-cart {
flex: 0 0 auto;
}
.product--style-17 .group-button--inner .add-to-cart > a {
padding-left: 40px;
padding-right: 40px;
}
.product--style-18 .price {
color: #f65f73;
font-size: 24px;
}
.product--style-18 .price del {
top: 4px;
}
.product--style-18 .product-title {
font-size: 14px;
font-weight: bold;
margin-bottom: 0;
margin-top: 18px;
color: #222;
}
.product--style-18 .product-title:hover {
color: #f65f73;
}
.product--style-20 .product-labels,
.product--style-19 .product-labels {
position: static;
}
.product--style-20 .product-inner,
.product--style-19 .product-inner {
position: relative;
}
.product--style-20 .product-inner .theme-countdown-wrapper,
.product--style-19 .product-inner .theme-countdown-wrapper {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
width: 60px;
background-color: rgba(246, 95, 115, 0.8);
color: #fff;
border-radius: 30px;
padding-left: 5px;
padding-right: 5px;
}
.product--style-20 .countdown--item,
.product--style-19 .countdown--item {
display: block;
text-align: center;
text-transform: uppercase;
height: 70px;
padding-top: 14px;
}
.product--style-20 .countdown--item > span,
.product--style-19 .countdown--item > span {
display: block;
}
.product--style-20 .countdown--item > span.number,
.product--style-19 .countdown--item > span.number {
font-size: 24px;
font-weight: bold;
margin-bottom: 2px;
}
.product--style-20 .countdown--item:not(:first-child),
.product--style-19 .countdown--item:not(:first-child) {
border-top: 1px solid rgba(255, 255, 255, 0.33);
}
.product--style-20 .product-title,
.product--style-19 .product-title {
font-size: 30px;
color: #222;
}
.product--style-20 .product-title:hover,
.product--style-19 .product-title:hover {
color: #f65f73;
}
.product--style-20 .post--categories a,
.product--style-19 .post--categories a {
font-size: 14px;
color: #666;
}
.product--style-20 .post--tags,
.product--style-19 .post--tags {
display: inline-block;
background-color: #fff;
border-radius: 20px;
padding: 0 10px;
}
.product--style-20 .post--tags a,
.product--style-19 .post--tags a {
display: inline-block;
line-height: 29px;
color: #222;
}
.product--style-20 .post--tags a:hover,
.product--style-19 .post--tags a:hover {
color: #f65f73;
}
.product--style-20 .product--order-now,
.product--style-19 .product--order-now {
color: #555;
height: 47px;
line-height: 43px;
border: 2px solid #c8c8c8;
border-radius: 30px;
padding: 0 30px;
display: inline-block;
text-transform: uppercase;
font-size: 14px;
transition: all 0.3s ease-out;
margin-top: 40px;
}
.product--style-20 .product--order-now .val,
.product--style-19 .product--order-now .val {
font-size: 16px;
}
.product--style-20 .product--order-now .sp,
.product--style-19 .product--order-now .sp {
margin-left: 2px;
margin-right: 2px;
}
.product--style-20 .product--order-now:hover,
.product--style-19 .product--order-now:hover {
background-color: #f65f73;
color: #fff;
border-color: #f65f73;
}
.product--style-20 .product-title,
.product--style-19 .product-title {
margin-top: 16px;
margin-bottom: 7px;
}
.product--style-20 .post--tags,
.product--style-19 .post--tags {
margin-top: 25px;
}
.product--style-19 .product-info {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
max-width: 200px;
}
.product--style-20 .product-inner {
display: flex;
align-items: center;
}
.product--style-20 .product-inner .product-thumb {
flex: 0 0 56.8%;
max-width: 56.8%;
}
.product--style-20 .product-inner .product-info {
flex: 1 1 auto;
padding-left: 10px;
}
.product--style-20 .product-inner .theme-countdown-wrapper {
left: 0;
}
/*@todo: product--style-21*/
.product--style-23 .product-labels,
.product--style-21 .product-labels,
.product--style-22 .product-labels {
position: static;
}
.product--style-23 .product-labels .featured,
.product--style-23 .product-labels .out-of-stock,
.product--style-21 .product-labels .featured,
.product--style-21 .product-labels .out-of-stock,
.product--style-22 .product-labels .featured,
.product--style-22 .product-labels .out-of-stock {
display: none;
}
.product--style-23 .product-labels .onsale,
.product--style-23 .product-labels .onnew,
.product--style-21 .product-labels .onsale,
.product--style-21 .product-labels .onnew,
.product--style-22 .product-labels .onsale,
.product--style-22 .product-labels .onnew {
position: absolute;
top: 20px;
border-radius: 20px;
z-index: 9;
}
.product--style-23 .product-labels .onsale,
.product--style-21 .product-labels .onsale,
.product--style-22 .product-labels .onsale {
left: 20px;
background-color: #f7aa23;
}
.product--style-23 .product-labels .onnew,
.product--style-21 .product-labels .onnew,
.product--style-22 .product-labels .onnew {
right: 20px;
background-color: #a1ba36;
margin-top: 0;
}
.product--style-23 .product--buttons,
.product--style-21 .product--buttons,
.product--style-22 .product--buttons {
color: #0d0d0d;
position: absolute;
top: 20px;
right: 20px;
}
.product--style-23 .product--buttons .yith-wcwl-add-to-wishlist a,
.product--style-23 .product--buttons .yith-wcqv-button,
.product--style-21 .product--buttons .yith-wcwl-add-to-wishlist a,
.product--style-21 .product--buttons .yith-wcqv-button,
.product--style-22 .product--buttons .yith-wcwl-add-to-wishlist a,
.product--style-22 .product--buttons .yith-wcqv-button {
color: inherit;
font-size: 0;
transition: all 0.3s ease-out;
}
.product--style-23 .product--buttons .yith-wcwl-add-to-wishlist a:hover,
.product--style-23 .product--buttons .yith-wcqv-button:hover,
.product--style-21 .product--buttons .yith-wcwl-add-to-wishlist a:hover,
.product--style-21 .product--buttons .yith-wcqv-button:hover,
.product--style-22 .product--buttons .yith-wcwl-add-to-wishlist a:hover,
.product--style-22 .product--buttons .yith-wcqv-button:hover {
color: #a1ba36;
}
.product--style-23 .product--buttons .yith-wcwl-icon,
.product--style-21 .product--buttons .yith-wcwl-icon,
.product--style-22 .product--buttons .yith-wcwl-icon {
line-height: 33px;
}
.product--style-23 .product--buttons .yith-wcwl-icon::before,
.product--style-21 .product--buttons .yith-wcwl-icon::before,
.product--style-22 .product--buttons .yith-wcwl-icon::before {
content: "";
font-size: 14px;
}
.product--style-23 .product--buttons .feedback .yith-wcwl-icon,
.product--style-21 .product--buttons .feedback .yith-wcwl-icon,
.product--style-22 .product--buttons .feedback .yith-wcwl-icon {
line-height: 42px;
color: #a1ba36;
}
.product--style-23 .product--buttons .yith-wcqv-button,
.product--style-21 .product--buttons .yith-wcqv-button,
.product--style-22 .product--buttons .yith-wcqv-button {
background-color: #fff;
padding: 0;
margin-top: 10px;
}
.product--style-23 .product--buttons .yith-wcqv-button:before,
.product--style-21 .product--buttons .yith-wcqv-button:before,
.product--style-22 .product--buttons .yith-wcqv-button:before {
font-family: "FontAwesome", sans-serif;
content: "";
font-size: 14px;
line-height: 42px;
}
.product--style-23 .add-to-cart a,
.product--style-23 .yith-wcwl-wishlistexistsbrowse,
.product--style-23 .add_to_wishlist,
.product--style-23 .yith-wcqv-button,
.product--style-21 .add-to-cart a,
.product--style-21 .yith-wcwl-wishlistexistsbrowse,
.product--style-21 .add_to_wishlist,
.product--style-21 .yith-wcqv-button,
.product--style-22 .add-to-cart a,
.product--style-22 .yith-wcwl-wishlistexistsbrowse,
.product--style-22 .add_to_wishlist,
.product--style-22 .yith-wcqv-button {
width: 42px;
height: 42px;
background-color: #fff;
border-radius: 50%;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
text-align: center;
line-height: 42px;
display: block;
}
.product--style-21 .star-rating-wrap .text {
display: none;
}
.product--style-21 .product-info {
padding-right: 100px;
position: relative;
}
.product--style-21 .product-info .star-rating-wrap {
position: absolute;
top: 0;
right: 0;
}
.product--style-21 .add-to-cart {
position: absolute;
top: 0;
right: 0;
}
.product--style-21 .add-to-cart a {
color: #fff;
background-color: #f7aa23;
border: 1px solid #f7aa23;
font-size: 0;
padding: 0;
line-height: 40px;
transition: all 0.3s ease-out;
}
.product--style-21 .add-to-cart a::after {
font-family: "FontAwesome", sans-serif;
content: "";
font-size: 14px;
}
.product--style-21 .add-to-cart a:hover {
background-color: #fff;
color: #f7aa23;
}
.product--style-21 .product-title {
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
transition: all 0.3s ease-out;
color: #222;
margin-top: 18px;
margin-bottom: 7px;
}
.product--style-21 .product-title:hover {
color: #a1ba36;
}
.product--style-21 .price {
font-size: 15px;
color: #222;
}
.product--style-21 .price del {
font-size: 13px;
color: #888;
font-weight: 400;
}
.product--style-22 .product--buttons > *:not(:first-child) {
margin-top: 10px;
}
.product--style-22 .product--buttons .yith-wcqv-button {
margin-top: 0;
}
.product--style-22 .add-to-cart a {
color: #fff;
background-color: #f7aa23;
border: 1px solid #f7aa23;
font-size: 0;
padding: 0;
line-height: 40px;
transition: all 0.3s ease-out;
}
.product--style-22 .add-to-cart a::after {
font-family: "FontAwesome", sans-serif;
content: "";
font-size: 14px;
}
.product--style-22 .add-to-cart a:hover {
background-color: #fff;
color: #f7aa23;
}
.product--style-22 .product-thumb {
border: 1px solid #ededed;
}
.product--style-22 .product-info {
text-align: center;
position: relative;
padding-top: 14px;
}
.product--style-22 .star-rating-wrap {
background-color: #fff;
position: absolute;
top: -14px;
left: 50%;
transform: translateX(-50%);
margin-bottom: 0;
padding-left: 20px;
padding-right: 20px;
}
.product--style-22 .star-rating-wrap .text {
display: none;
}
.product--style-22 .price {
justify-content: center;
font-size: 15px;
}
.product--style-22 .product-title {
font-size: 15px;
font-weight: 400;
margin-bottom: 6px;
}
.product--style-22 .product-title:hover {
color: #EB6199;
}
.product--style-23 .product-thumb {
border: 1px solid #ebebeb;
border-radius: 3px;
}
.product--style-23 .product-info {
padding-right: 50px;
position: relative;
margin-top: 15px;
}
.product--style-23 .rating--inner .text {
display: none;
}
.product--style-23 .product-labels .onsale {
top: 10px;
left: 10px;
border-radius: 3px;
}
.product--style-23 .product-labels .onnew {
border-radius: 3px;
top: 10px;
right: 10px;
background-color: #65af39;
}
.product--style-23 .product--buttons {
top: 10px;
right: 10px;
}
.product--style-23 .product--buttons .yith-wcwl-icon::before {
font-family: "ElegantIcons", sans-serif;
content: "";
font-size: 16px;
}
.product--style-23 .product--buttons .yith-wcqv-button:before {
font-family: "ElegantIcons", sans-serif;
content: "U";
font-size: 16px;
}
.product--style-23 .add-to-cart {
position: absolute;
top: 17px;
right: 1px;
}
.product--style-23 .add-to-cart a {
color: #fff;
background-color: #5b83e8;
border: 1px solid #5b83e8;
font-size: 0;
padding: 0;
line-height: 40px;
width: 40px;
height: 40px;
transition: all 0.3s ease-out;
}
.product--style-23 .add-to-cart a::after {
font-family: "ElegantIcons", sans-serif;
content: "";
font-size: 16px;
position: relative;
top: -1px;
}
.product--style-23 .add-to-cart a:hover {
background-color: #fff;
color: #5b83e8;
}
.product--style-23 .product-title {
font-size: 14px;
color: #191919;
margin-top: 0;
margin-bottom: 3px;
}
.product--style-23 .product-title:hover {
color: #5b83e8;
}
.product--style-23 .star-rating-wrap {
margin-bottom: 3px;
}
.product--style-23 .price {
font-size: 15px;
color: #191919;
}
.product--style-23 .price del {
font-size: 13px;
color: #888;
}
.product--style-24 .product-inner {
border: 1px solid #ebebeb;
padding: 1px;
border-radius: 3px;
text-align: center;
}
.product--style-24 .product--buttons {
position: absolute;
bottom: 30px;
left: 0;
right: 0;
}
.product--style-24 .product--buttons > * {
display: inline-block;
vertical-align: middle;
margin-left: 6px;
margin-right: 6px;
}
.product--style-24 .product--buttons .yith-wcwl-add-to-wishlist a,
.product--style-24 .product--buttons .yith-wcqv-button {
color: inherit;
font-size: 0;
transition: all 0.3s ease-out;
}
.product--style-24 .product--buttons .yith-wcwl-add-to-wishlist a:hover,
.product--style-24 .product--buttons .yith-wcqv-button:hover {
color: #a1ba36;
}
.product--style-24 .product--buttons .yith-wcwl-icon {
line-height: 33px;
}
.product--style-24 .product--buttons .yith-wcwl-icon::before {
font-family: "ElegantIcons", sans-serif;
content: "";
font-size: 16px;
}
.product--style-24 .product--buttons .feedback .yith-wcwl-icon {
line-height: 42px;
color: #a1ba36;
}
.product--style-24 .product--buttons .yith-wcqv-button {
background-color: #fff;
padding: 0;
}
.product--style-24 .product--buttons .yith-wcqv-button:before {
font-family: "ElegantIcons", sans-serif;
content: "U";
font-size: 16px;
line-height: 42px;
}
.product--style-24 .add-to-cart a,
.product--style-24 .yith-wcwl-wishlistexistsbrowse,
.product--style-24 .add_to_wishlist,
.product--style-24 .yith-wcqv-button {
width: 42px;
height: 42px;
background-color: #fff;
border-radius: 50%;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
text-align: center;
line-height: 42px;
display: block;
}
.product--style-24 .add-to-cart a {
color: #fff;
background-color: #f7aa23;
border: 1px solid #f7aa23;
font-size: 0;
padding: 0;
line-height: 40px;
transition: all 0.3s ease-out;
}
.product--style-24 .add-to-cart a::after {
font-family: "ElegantIcons", sans-serif;
content: "";
font-size: 16px;
position: relative;
top: -1px;
}
.product--style-24 .add-to-cart a:hover {
background-color: #fff;
color: #f7aa23;
}
.product--style-24 .rating--inner .text {
display: none;
}
.product--style-24 .product-label {
width: 76px;
height: 76px;
background-color: #ff515a;
color: #fff;
border-radius: 50%;
position: absolute;
top: 20px;
right: 20px;
text-align: center;
padding-top: 15px;
}
.product--style-24 .product-label .text {
font-size: 12px;
}
.product--style-24 .product-label .val {
font-size: 20px;
font-weight: bold;
}
.product--style-24 .product-thumb {
display: block;
}
.product--style-24 .star-rating-wrap {
margin-bottom: 15px;
}
.product--style-24 .product-title {
font-size: 18px;
color: #191919;
margin-top: 0;
}
.product--style-24 .product-title:hover {
color: #5b83e8;
}
.product--style-24 .product-info {
padding-top: 36px;
margin-left: 50px;
margin-right: 50px;
border-top: 1px solid #ebebeb;
margin-bottom: 30px;
}
.product--style-24 .price {
justify-content: center;
font-size: 24px;
color: #5b83e8;
}
.product--style-24 .price del {
font-size: 18px;
color: #888;
}
.product--style-24 .thumb-wrapper {
max-width: 380px;
display: inline-block;
}
.product--style-24 .theme-countdown-wrapper {
background-color: #5b83e8;
color: #fff;
border-radius: 3px;
display: flex;
align-items: center;
justify-content: center;
font-family: "Rubik", sans-serif;
padding-top: 15px;
padding-bottom: 10px;
}
.product--style-24 .theme-countdown-wrapper .countdown--item {
position: relative;
display: inline-block;
vertical-align: middle;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}
.product--style-24 .theme-countdown-wrapper .countdown--item:not(:first-child):before {
content: ":";
position: absolute;
top: 7px;
left: -10px;
}
.product--style-24 .theme-countdown-wrapper .number {
display: block;
font-size: 24px;
font-weight: bold;
}
.product--style-24 .theme-countdown-wrapper .text {
font-size: 12px;
text-transform: uppercase;
}
.product--style-24 .countdown--block-title {
font-size: 15px;
font-weight: 500;
padding-left: 45px;
padding-right: 25px;
}
.product--style-25 .product-inner {
padding: 30px;
border-radius: 3px;
}
.product--style-25 .product--info {
padding-top: 0;
}
.product--style-25 .rating--inner .text {
display: none;
}
.product--style-25 .product-title {
margin-top: 0;
margin-bottom: 5px;
font-size: 14px;
color: #222;
font-weight: 400;
}
.product--style-25 .product-title:hover {
color: #5B83E8;
}
.product--style-25 .star-rating-wrap {
margin-bottom: 6px;
}
.product--style-25 .price {
font-size: 15px;
}
.product--style-25 .price del {
font-size: 13px;
color: #888;
}
@media (min-width: 1200px) {
.product--style-13 .product-inner:hover,
.product--style-11 .product-inner:hover,
.product--style-09 .product-inner:hover,
.product--style-06 .product-inner:hover,
.product--style-05 .product-inner:hover,
.product--style-03 .product-inner:hover,
.product--style-01 .product-inner:hover {
z-index: 3;
}
.product--style-13 .product-inner:hover .product-thumb .yith-wcqv-button,
.product--style-11 .product-inner:hover .product-thumb .yith-wcqv-button,
.product--style-09 .product-inner:hover .product-thumb .yith-wcqv-button,
.product--style-06 .product-inner:hover .product-thumb .yith-wcqv-button,
.product--style-05 .product-inner:hover .product-thumb .yith-wcqv-button,
.product--style-03 .product-inner:hover .product-thumb .yith-wcqv-button,
.product--style-01 .product-inner:hover .product-thumb .yith-wcqv-button {
opacity: 1;
}
.product--style-13 .product-thumb .yith-wcqv-button,
.product--style-11 .product-thumb .yith-wcqv-button,
.product--style-09 .product-thumb .yith-wcqv-button,
.product--style-06 .product-thumb .yith-wcqv-button,
.product--style-05 .product-thumb .yith-wcqv-button,
.product--style-03 .product-thumb .yith-wcqv-button,
.product--style-01 .product-thumb .yith-wcqv-button {
opacity: 0;
}
.product--style-17 .product-inner,
.product--style-13 .product-inner,
.product--style-11 .product-inner,
.product--style-09 .product-inner,
.product--style-05 .product-inner,
.product--style-01 .product-inner {
padding: 10px;
background-color: #fff;
position: relative;
}
.product--style-17 .product-inner:hover:before,
.product--style-13 .product-inner:hover:before,
.product--style-11 .product-inner:hover:before,
.product--style-09 .product-inner:hover:before,
.product--style-05 .product-inner:hover:before,
.product--style-01 .product-inner:hover:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: block;
transition: all 0.3s ease-out;
background-color: #fff;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
z-index: -1;
content: "";
}
.product--style-17 .product-inner:hover .group-button,
.product--style-13 .product-inner:hover .group-button,
.product--style-11 .product-inner:hover .group-button,
.product--style-09 .product-inner:hover .group-button,
.product--style-05 .product-inner:hover .group-button,
.product--style-01 .product-inner:hover .group-button {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.product--style-17 .group-button,
.product--style-13 .group-button,
.product--style-11 .group-button,
.product--style-09 .group-button,
.product--style-05 .group-button,
.product--style-01 .group-button {
transition: all 0.3s ease-out;
position: absolute;
top: 100%;
left: 0;
right: 0;
padding: 5px 20px 30px 20px;
background-color: #fff;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
.product--style-17 .group-button::after,
.product--style-13 .group-button::after,
.product--style-11 .group-button::after,
.product--style-09 .group-button::after,
.product--style-05 .group-button::after,
.product--style-01 .group-button::after {
display: block;
position: absolute;
content: "";
bottom: 100%;
left: 0;
right: 0;
height: 6px;
background-color: #fff;
}
.product--style-17 .product-inner:hover .group-button,
.product--style-13 .product-inner:hover .group-button,
.product--style-11 .product-inner:hover .group-button,
.product--style-09 .product-inner:hover .group-button,
.product--style-05 .product-inner:hover .group-button,
.product--style-01 .product-inner:hover .group-button {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.product--style-13 .product-inner,
.product--style-11 .product-inner,
.product--style-05 .product-inner {
padding: 0 0 10px 0;
}
.product--style-13 .product-inner:hover:before,
.product--style-11 .product-inner:hover:before,
.product--style-05 .product-inner:hover:before {
background-color: transparent;
}
.product--style-09 .product-inner {
background-color: transparent;
}
.product--style-09 .group-button {
padding: 0 20px 20px 150px;
}
.product--style-11 .group-button,
.product--style-11 .group-button::after,
.product--style-11 .product-inner {
background-color: #f8f8f8;
}
.product--style-11 .group-button {
padding-top: 17px;
}
.product--style-14 .product--buttons {
position: absolute;
bottom: 0;
width: 100%;
transform: translateY(100%);
}
.product--style-14 .product-thumb {
overflow: hidden;
}
.product--style-14 .yith-wcwl-add-to-wishlist {
transform: scale(0);
}
.product--style-14:hover .product--buttons {
transform: translateY(0);
}
.product--style-14:hover .yith-wcwl-add-to-wishlist {
transform: scale(1);
}
.product--style-15 .product--buttons {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 5;
transition: all 0.45s ease-out;
opacity: 0;
visibility: hidden;
margin-top: 30px;
}
.product--style-15 .product-inner:hover .product-labels {
opacity: 0;
visibility: hidden;
}
.product--style-15 .product-inner:hover .post--categories a {
color: #fff;
}
.product--style-15 .product-inner:hover .post--categories a:hover {
color: #fff;
text-decoration: underline;
}
.product--style-15 .product-inner:hover .price del,
.product--style-15 .product-inner:hover .price,
.product--style-15 .product-inner:hover .product-title {
color: #fff !important;
}
.product--style-15 .product-inner:hover .product-title:hover a {
text-decoration: underline;
}
.product--style-15 .product-inner:hover:after {
opacity: 1;
visibility: visible;
}
.product--style-15 .product-inner:hover .product--buttons {
opacity: 1;
visibility: visible;
margin-top: 0;
}
.product--style-17 .product-inner:hover {
z-index: 3;
}
.product--style-17 .product-inner:hover .ex-buttons {
bottom: 0;
}
.product--style-17 .product-thumb .ex-buttons {
position: absolute;
bottom: -43px;
left: 0;
right: 0;
transition: all 0.3s ease-out;
}
.product--style-21 .add-to-cart,
.product--style-21 .product--buttons {
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-out;
}
.product--style-21 .star-rating-wrap,
.product--style-21 .onnew {
transition: all 0.3s ease-out;
}
.product--style-21 .product-inner:hover .add-to-cart,
.product--style-21 .product-inner:hover .product--buttons {
opacity: 1;
visibility: visible;
}
.product--style-21 .product-inner:hover .star-rating-wrap,
.product--style-21 .product-inner:hover .onnew {
opacity: 0;
visibility: hidden;
}
.product--style-22 .product--buttons {
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-out;
}
.product--style-22 .onnew {
transition: all 0.3s ease-out;
}
.product--style-22 .product-inner:hover .product--buttons {
opacity: 1;
visibility: visible;
}
.product--style-22 .product-inner:hover .onnew {
opacity: 0;
visibility: hidden;
}
.product--style-23 .add-to-cart,
.product--style-23 .product--buttons {
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-out;
}
.product--style-23 .onnew {
transition: all 0.3s ease-out;
}
.product--style-23 .product-inner:hover .add-to-cart,
.product--style-23 .product-inner:hover .product--buttons {
opacity: 1;
visibility: visible;
}
.product--style-23 .product-inner:hover .onnew {
opacity: 0;
visibility: hidden;
}
.product--style-24 .product--buttons {
opacity: 0;
transform: translateY(30px);
transition: all 0.3s ease-out;
}
.product--style-24 .product-inner:hover .product--buttons {
opacity: 1;
transform: translateY(0);
}
}
@media (max-width: 1599px) {
.product--style-24 .countdown--block-title {
display: none;
}
}
@media (max-width: 1199px) {
.product--style-09 .product-excerpt {
display: block;
}
.product--style-09 .product-inner {
display: flex;
max-width: 100%;
align-items: center;
padding: 10px;
background-color: rgba(255, 255, 255, 0.9);
}
.product--style-09 .product--info-wrap {
flex: 1 1 auto;
}
.product--style-09 .group-button {
flex: 0 0 auto;
padding-left: 20px;
}
.product--style-15 .product--buttons {
padding: 10px;
}
.product--style-15 .product--buttons .add-to-cart .button {
padding-left: 15px;
padding-right: 15px;
}
.product--style-17 .product-thumb .group-button--inner {
margin-top: 0;
}
.product--style-17 .product-thumb .ex-buttons {
padding-bottom: 8px;
}
.product--style-21 .product-info {
padding-right: 50px;
}
.product--style-21 .product-info .star-rating-wrap {
position: static;
}
.product--style-21 .product--buttons {
top: auto;
bottom: 20px;
}
.product--style-23 .product-labels .onnew,
.product--style-22 .product-labels .onnew {
display: none;
}
.product--style-25 .product-inner {
padding: 10px;
}
}
@media (max-width: 991px) {
.product--style-19 .product-inner .theme-countdown-wrapper {
top: 10px;
left: 10px;
transform: translateY(0);
}
.product--style-19 .product-inner .product-info {
position: static;
top: 0;
left: 0;
max-width: 100%;
transform: translateY(0);
margin-top: 20px;
}
}
@media (max-width: 479px) {
.product--style-09 .product--title-wrap,
.product--style-09 .product-inner {
flex-wrap: wrap;
}
.product--style-09 .price,
.product--style-09 .product-title,
.product--style-09 .group-button,
.product--style-09 .product--info-wrap {
flex: 1 1 100%;
max-width: 100%;
}
.product--style-09 .group-button {
padding-left: 0;
}
.product--style-09 .price {
margin-bottom: 15px;
}
.product--style-09 .product-thumb {
flex: 0 0 100px;
max-width: 100px;
}
.product--style-09 .product-excerpt {
display: none;
}
.product--style-17 .group-button--inner .add-to-cart > a {
padding-left: 20px;
padding-right: 20px;
height: 40px;
line-height: 36px;
}
.product--style-17 .product-thumb .compare::before,
.product--style-17 .product-thumb .yith-wcqv-button::before {
font-size: 10px;
}
.product--style-17 .product-thumb .yith-wcwl-add-to-wishlist a > i.yith-wcwl-icon::before {
font-size: 11px;
}
}
.product-item.list a.compare,
.product-item.list a.yith-wcqv-button,
.product-item.list .yith-wcwl-add-to-wishlist > * {
color: #888;
background-color: #e6e6e6;
font-size: 0;
line-height: 0;
letter-spacing: 0;
width: 40px;
height: 40px;
padding: 10px 0;
border-radius: 0;
text-align: center;
}
.product-item.list a.compare::before,
.product-item.list a.yith-wcqv-button::before {
margin: 0;
}
.product-item.list .yith-wcwl-add-to-wishlist a {
display: block !important;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 0;
font-size: inherit;
line-height: inherit;
color: inherit !important;
}
.product-item.list .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
left: 0;
right: 0;
}
@media (min-width: 768px) {
.ovic-products.content-overflow .product-list-owl > .slick-list {
overflow: visible;
}
.product-item.list .product-inner {
display: flex;
align-items: center;
}
.product-item.list .product-thumb {
max-width: 320px;
}
.product-item.list .product-info {
flex: 1 1 auto;
width: 1%;
padding: 0 15px 20px 30px;
}
}
@media (min-width: 1200px) {
.product-item.list .product-inner:hover::before {
display: block;
position: absolute;
content: "";
top: -1px;
bottom: -1px;
left: -1px;
right: -1px;
background-color: #fff;
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
z-index: -1;
}
.ovic-products.style-17 .slick-slide,
.ovic-products.style-09 .slick-slide,
.ovic-products.style-01 .slick-slide {
-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
-moz-transition: opacity 0.3s ease, visibility 0.3s ease;
-o-transition: opacity 0.3s ease, visibility 0.3s ease;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.ovic-products.style-17 .slick-slide:not(.slick-active),
.ovic-products.style-09 .slick-slide:not(.slick-active),
.ovic-products.style-01 .slick-slide:not(.slick-active) {
opacity: 0;
visibility: hidden;
}
}
/*==========================================================================
PRODUCT SINGLE
===========================================================================*/
.single-product-wrapper {
position: relative;
}
.single-product-wrapper::before,
.single-product-wrapper::after,
.woocommerce-product-gallery::before,
.woocommerce-product-gallery::after {
content: "";
display: table;
clear: both;
}
.button-wrapper #chart-button:hover {
text-decoration: underline;
}
/*----- GALLERY -----*/
.woocommerce-product-gallery {
max-width: 400px;
position: relative;
}
.woocommerce-product-gallery .flex-control-nav {
list-style: none;
padding: 0 10px;
margin: 10px 0 0;
}
.woocommerce-product-gallery .flex-control-nav img {
cursor: pointer;
border: 1px solid #cccccc;
border-radius: 0;
padding: 0;
}
.has-gallery .woocommerce-product-gallery__trigger {
bottom: 112px;
}
.woocommerce-product-gallery__trigger {
position: absolute;
font-size: 0;
line-height: 0;
letter-spacing: 0;
right: 15px;
bottom: 15px;
z-index: 1;
text-align: center;
}
.woocommerce-product-gallery__trigger::before {
content: url("../images/expand.png");
}
.woocommerce-product-gallery__trigger img {
display: none !important;
}
.woocommerce-product-gallery__image.none-zoom > a,
.woocommerce-product-gallery__image.none-zoom > .zoomImg {
display: none !important;
}
/*----- SUMMARY -----*/
.entry-summary {
position: relative;
padding: 15px 0 0;
}
.entry-summary .sku_wrapper {
display: block;
}
.entry-summary .product_title {
font-size: 18px;
line-height: 24px;
margin: 6px 0 0;
}
.entry-summary .woocommerce-product-rating {
margin: 1px 0 0;
}
.entry-summary .star-rating-wrap {
margin-right: 7px;
}
.entry-summary .star-rating-wrap .rating {
display: none;
}
.entry-summary .button-wrapper {
display: inline-block;
vertical-align: bottom;
float: none;
width: auto;
margin: 13px 20px 0 0;
font-size: 0;
line-height: 0;
}
.entry-summary #chart-button {
display: inline-block;
vertical-align: top;
font-size: 14px;
line-height: 20px;
}
.entry-summary .chart-container > h3 {
font-size: 30px;
text-transform: uppercase;
margin-bottom: 3px;
}
.entry-summary .chart-content::before,
.entry-summary .chart-content::after {
content: "";
display: table;
clear: both;
}
.entry-summary .chart-content-list {
width: calc(100% - 150px);
padding: 15px 15px 0 0;
}
.entry-summary .chart-content-image {
display: inline-block;
vertical-align: top;
width: 150px;
padding: 15px 0 0;
}
.entry-summary .chart-table table {
border-collapse: collapse;
}
.entry-summary .shop_attributes-wrap {
padding: 13px 0 7px;
border-top: 1px solid #e6e6e6;
margin: 23px 0 0;
}
.entry-summary .shop_attributes-wrap::after {
display: block;
content: "";
border-top: 1px solid #e6e6e6;
margin-top: 13px;
}
.entry-summary > .price {
font-size: 24px;
line-height: 30px;
margin: 18px 0 0;
}
.entry-summary > .price del {
font-size: 18px;
margin: 2px 0 -2px;
}
.entry-summary .cart {
margin: 12px 0 0;
}
.entry-summary table.variations {
margin: -10px 0 10px;
}
.entry-summary .variations_form .single_variation {
margin-bottom: 10px;
}
.entry-summary .variations_form .single_variation > * > * {
margin-top: 5px;
}
.entry-summary .single_add_to_cart_button:not(:last-child),
.entry-summary .added_to_cart:not(:last-child) {
margin-right: 10px;
}
.entry-summary a.compare,
.entry-summary .yith-wcwl-add-to-wishlist {
display: inline-block;
vertical-align: top;
margin: 13px 0 0;
}
.entry-summary a.compare + .yith-wcwl-add-to-wishlist,
.entry-summary .yith-wcwl-add-to-wishlist + a.compare {
margin-left: 10px;
}
.entry-summary a.compare,
.entry-summary .yith-wcwl-add-to-wishlist > * {
color: inherit;
box-shadow: 0 0 0 2px #e6e6e6 inset;
font-size: 0;
line-height: 0;
letter-spacing: 0;
width: 50px;
height: 50px;
padding: 15px 0;
border-radius: 0;
text-align: center;
}
.entry-summary a.compare::before {
margin: 0;
}
.entry-summary .yith-wcwl-add-to-wishlist a {
display: block !important;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 0;
font-size: inherit;
line-height: inherit;
color: inherit !important;
}
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
left: 0;
right: 0;
}
.entry-summary a.compare:hover,
.entry-summary .yith-wcwl-add-to-wishlist > *:hover,
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
box-shadow: none;
}
.entry-summary .cart .quantity {
float: left;
margin: 13px 20px 0 0;
}
.entry-summary .cart.grouped_form {
margin-top: 23px;
}
.entry-summary .grouped_form .group_table {
margin-bottom: 20px;
}
.entry-summary .grouped_form .quantity {
margin: 0;
}
.entry-summary .grouped_form .quantity .input-qty {
padding-top: 8px;
padding-bottom: 8px;
height: 40px;
box-shadow: none;
}
.entry-summary .grouped_form .quantity .btn-number {
height: 40px;
}
.entry-summary .grouped_form .stock .text {
display: none;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__quantity {
width: 1%;
text-align: center;
padding: 0;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__quantity .add-to-cart {
width: 100%;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__quantity .add-to-cart .button {
font-size: 13px;
padding: 8px 15px;
white-space: normal;
background-color: transparent;
color: #222;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__label {
font-size: 14px;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__label label {
margin: 0;
font-weight: inherit;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price {
font-size: 15px;
font-weight: 600;
text-align: center;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price ins {
display: inline-block;
vertical-align: bottom;
text-decoration: none;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price del {
display: inline-block;
vertical-align: bottom;
font-weight: 400;
color: #888;
margin-right: 5px;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price .stock {
margin: 0;
}
@media (min-width: 768px) {
.woocommerce-product-gallery {
float: left;
width: 330px;
max-width: 100%;
}
.entry-summary {
display: inline-block;
vertical-align: top;
width: calc(100% - 330px);
padding: 0 0 0 20px;
}
}
@media (min-width: 992px) {
.woocommerce-product-gallery {
width: 400px;
}
.entry-summary {
width: calc(100% - 400px);
padding: 0 0 0 30px;
}
}
@media (min-width: 1200px) {
.product-page:not(.sidebar-full) .entry-summary {
padding-left: 50px;
}
.product-page.sidebar-full .woocommerce-product-gallery {
width: 570px;
}
.product-page.sidebar-full .entry-summary {
width: calc(100% - 570px);
}
.product-page.sidebar-full .has-gallery .woocommerce-product-gallery .flex-viewport {
float: right;
width: calc(100% - 120px);
}
.product-page.sidebar-full .has-gallery .woocommerce-product-gallery .flex-control-nav {
float: left;
width: 87px;
padding: 10px 0;
margin: 30px 0;
}
.product-page.sidebar-full .has-gallery .woocommerce-product-gallery__trigger {
bottom: 15px;
}
}
@media (min-width: 1500px) {
.product-page.sidebar-full .has-gallery .woocommerce-product-gallery {
width: 690px;
}
.product-page.sidebar-full .has-gallery .entry-summary {
width: calc(100% - 690px);
}
}
@media (max-width: 767px) {
.entry-summary.sticky-content {
position: static !important;
width: auto !important;
top: auto !important;
bottom: auto !important;
}
}
/*----- WOO TABS -----*/
.woocommerce-tabs {
clear: both;
margin-top: 60px;
}
.woocommerce-tabs .panel {
background-color: transparent;
box-shadow: none;
padding: 23px 19px 37px;
border: 1px solid #e6e6e6;
margin: 0;
}
.woocommerce-tabs > ul {
list-style: none;
padding: 0;
text-align: center;
margin: 0 0 -1px;
white-space: nowrap;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
}
.woocommerce-tabs > ul > li {
display: inline-block;
vertical-align: top;
}
.woocommerce-tabs > ul > li > a {
display: block;
position: relative;
font-size: 18px;
line-height: 24px;
padding: 0 30px 12px;
border-bottom: 2px solid;
text-decoration: none;
}
.woocommerce-tabs > ul > li:not(.active) > a {
border-color: transparent;
}
.product-tab-brands {
display: table;
border-collapse: collapse;
border-spacing: 0;
table-layout: auto;
width: 100%;
}
.product-tab-brands .brand-item {
display: table-row;
padding: 0;
margin: 0;
border: none;
}
.product-tab-brands .brand-item > * {
display: table-cell;
vertical-align: middle;
border: 1px solid #e6e6e6;
padding: 10px;
text-align: left;
}
.product-tab-brands .brand-item a:not(:hover) {
color: inherit;
}
#tab-description > *:last-child {
margin-bottom: 0;
}
.product-tab-brands .brand-item > *,
#tab-additional_information th,
#tab-additional_information td {
font-size: 14px;
padding: 8px 15px;
border-left: none;
border-right: none;
}
.product-tab-brands .brand-item:first-child > *,
#tab-additional_information tr:first-child > * {
border-top: none;
}
.product-tab-brands .brand-item:last-child > *,
#tab-additional_information tr:last-child > * {
border-bottom: none;
}
.product-tab-brands .brand-item > *:first-child,
#tab-additional_information th:first-child,
#tab-additional_information td:first-child {
padding-left: 0;
}
.product-tab-brands .brand-item > *:last-child,
#tab-additional_information th:last-child,
#tab-additional_information td:last-child {
padding-right: 0;
}
#tab-additional_information *:last-child {
margin-bottom: 0;
}
.product-tab-brands .brand-item .term-thumbnail,
#tab-additional_information th {
width: 33.33333333%;
}
#tab-reviews .woocommerce-Reviews-title {
font-size: 18px;
line-height: 24px;
margin: 0;
}
#tab-reviews .woocommerce-Reviews-title span::before {
content: '"';
}
#tab-reviews .woocommerce-Reviews-title span::after {
content: "”";
}
#wcmp_vendor_reviews .commentlist,
#tab-reviews .commentlist {
list-style: none;
padding: 0;
margin: 0;
}
#wcmp_vendor_reviews .commentlist .comment_container,
#tab-reviews .commentlist .comment_container {
margin-top: 20px;
}
#wcmp_vendor_reviews .commentlist .comment_container::before,
#wcmp_vendor_reviews .commentlist .comment_container::after,
#tab-reviews .commentlist .comment_container::before,
#tab-reviews .commentlist .comment_container::after {
display: table;
clear: both;
content: "";
}
#wcmp_vendor_reviews .commentlist .avatar,
#tab-reviews .commentlist .avatar {
float: left;
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
margin-right: 10px;
}
#wcmp_vendor_reviews .commentlist .comment-text,
#tab-reviews .commentlist .comment-text {
overflow: hidden;
padding: 10px 14px;
border: 1px solid #e5e5e5;
}
#wcmp_vendor_reviews .commentlist .star-rating-wrap,
#tab-reviews .commentlist .star-rating-wrap {
margin: -2px 5px -2px 0;
}
#wcmp_vendor_reviews .commentlist .star-rating-wrap .rating,
#tab-reviews .commentlist .star-rating-wrap .rating {
display: none;
}
#wcmp_vendor_reviews .commentlist .meta,
#tab-reviews .commentlist .meta {
display: inline-block;
vertical-align: top;
font-size: 14px;
line-height: 20px;
color: #aaa;
margin: 0;
}
#wcmp_vendor_reviews .commentlist .description,
#tab-reviews .commentlist .description {
margin: 2px 0 0;
}
#wcmp_vendor_reviews .commentlist .description > *:last-child,
#tab-reviews .commentlist .description > *:last-child {
margin-bottom: 0;
}
#wcmp_vendor_reviews .commentlist .children,
#tab-reviews .commentlist .children {
list-style: none;
padding: 0 0 0 20px;
}
#wcmp_vendor_reviews .comment-form-rating > label,
#tab-reviews .comment-form-rating > label {
margin-right: 10px;
}
#tab-reviews .woocommerce-pagination {
margin-top: 30px;
}
#tab-reviews .comment-respond {
display: inline-block;
vertical-align: top;
width: 100%;
margin-top: 30px;
}
#tab-reviews #review_form label {
font-weight: inherit;
}
#tab-reviews #review_form .comment-reply-title {
display: block;
font-size: 18px;
line-height: 24px;
font-weight: 600;
margin: 0;
}
#tab-reviews #review_form input[type=text],
#tab-reviews #review_form input[type=email],
#tab-reviews #review_form textarea {
width: 100%;
}
#tab-reviews #review_form .comment-form-author > label,
#tab-reviews #review_form .comment-form-email > label {
display: block;
}
#tab-reviews #review_form .form-submit {
margin-bottom: 0;
}
#tab-reviews #review_form .form-submit input[type=submit] {
min-width: 200px;
}
#tab-reviews .ovic-panel-rating {
max-width: 100%;
}
#tab-reviews .ovic-panel-rating .average {
line-height: 1.34;
margin-bottom: 19px;
}
@media (min-width: 768px) {
#tab-reviews #reviews {
display: inline;
}
#tab-reviews .ovic-panel-rating {
float: left;
width: 250px;
padding-right: 20px;
}
#tab-reviews .ovic-panel-rating ~ * #comments {
float: right;
width: calc(100% - 250px);
padding-left: 20px;
border-left: 1px solid #e6e6e6;
}
#tab-reviews .ovic-panel-rating ~ * #comments + * {
clear: both;
}
#tab-reviews #review_form .comment-form-author {
display: inline-block;
float: left;
width: calc(50% - 15px);
margin-right: 30px;
}
#tab-reviews #review_form .comment-form-email {
display: inline-block;
vertical-align: top;
width: calc(50% - 15px);
}
}
@media (min-width: 992px) {
#tab-reviews .ovic-panel-rating {
width: 290px;
padding-right: 30px;
}
#tab-reviews .ovic-panel-rating ~ * #comments {
width: calc(100% - 290px);
padding-left: 30px;
}
}
@media (max-width: 479px) {
#wcmp_vendor_reviews .commentlist .avatar,
#tab-reviews .commentlist .avatar {
margin: 0 0 10px;
}
#wcmp_vendor_reviews .commentlist .comment-text, #tab-reviews .commentlist .comment-text {
clear: both;
}
}
/*----- RELATED, UPSELLS, CROSSSELS -----*/
.related.products,
.up-sells.products,
.cross-sells.products {
clear: both;
margin-top: 60px;
}
.related.products .ovic-title,
.up-sells.products .ovic-title,
.cross-sells.products .ovic-title {
margin-bottom: 30px;
}
.related.ovic-products.style-17 .ovic-title,
.up-sells.ovic-products.style-17 .ovic-title,
.cross-sells.ovic-products.style-17 .ovic-title,
.related.ovic-products.style-09 .ovic-title,
.up-sells.ovic-products.style-09 .ovic-title,
.cross-sells.ovic-products.style-09 .ovic-title,
.related.ovic-products.style-01 .ovic-title,
.up-sells.ovic-products.style-01 .ovic-title,
.cross-sells.ovic-products.style-01 .ovic-title {
margin-bottom: 0;
}
.related.ovic-products.style-17 .product-list-owl,
.up-sells.ovic-products.style-17 .product-list-owl,
.cross-sells.ovic-products.style-17 .product-list-owl,
.related.ovic-products.style-09 .product-list-owl,
.up-sells.ovic-products.style-09 .product-list-owl,
.cross-sells.ovic-products.style-09 .product-list-owl,
.related.ovic-products.style-01 .product-list-owl,
.up-sells.ovic-products.style-01 .product-list-owl,
.cross-sells.ovic-products.style-01 .product-list-owl {
border: 1px solid #e6e6e6;
}
.related.ovic-products.style-17 .ovic-title ~ .product-list-owl,
.up-sells.ovic-products.style-17 .ovic-title ~ .product-list-owl,
.cross-sells.ovic-products.style-17 .ovic-title ~ .product-list-owl,
.related.ovic-products.style-09 .ovic-title ~ .product-list-owl,
.up-sells.ovic-products.style-09 .ovic-title ~ .product-list-owl,
.cross-sells.ovic-products.style-09 .ovic-title ~ .product-list-owl,
.related.ovic-products.style-01 .ovic-title ~ .product-list-owl,
.up-sells.ovic-products.style-01 .ovic-title ~ .product-list-owl,
.cross-sells.ovic-products.style-01 .ovic-title ~ .product-list-owl {
border-top: none;
}
.ovic-products-is-banner.image-style-default .context-wrap {
display: flex;
}
.ovic-products-is-banner.image-style-default .context-wrap .ovic-products--image {
flex: 0 0 19.66%;
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
}
.ovic-products-is-banner.image-style-default .context-wrap > .woocommerce {
flex: 1 1 80.44%;
max-width: 80.44%;
padding-left: 30px;
}
@media (max-width: 1199px) {
.ovic-products-is-banner.image-style-default .context-wrap .ovic-products--image {
flex: 0 0 27%;
}
.ovic-products-is-banner.image-style-default .context-wrap > .woocommerce {
flex: 1 1 73%;
max-width: 73%;
}
}
@media (max-width: 991px) {
.ovic-products-is-banner.image-style-default .context-wrap .ovic-products--image {
flex: 0 0 33.3333%;
}
.ovic-products-is-banner.image-style-default .context-wrap > .woocommerce {
flex: 1 1 66.6666%;
max-width: 66.6666%;
}
}
@media (max-width: 479px) {
.ovic-products-is-banner.image-style-default .context-wrap .ovic-products--image {
display: none;
}
.ovic-products-is-banner.image-style-default .context-wrap > .woocommerce {
flex: 1 1 100%;
max-width: 100%;
padding-left: 0;
}
}
/* @todo: RTL */
.rtl .flex, .rtl .product--style-25 .product-inner, .product--style-25 .rtl .product-inner,
.rtl .product--style-18 .product-inner,
.product--style-18 .rtl .product-inner,
.rtl .product--style-08 .product-inner,
.product--style-08 .rtl .product-inner,
.rtl .product--style-04 .product-inner,
.product--style-04 .rtl .product-inner,
.rtl .product--style-02 .product-inner,
.product--style-02 .rtl .product-inner, .rtl .product--style-09 .product--title-wrap, .product--style-09 .rtl .product--title-wrap,
.rtl .product--style-09 .product--info-wrap,
.product--style-09 .rtl .product--info-wrap, .rtl .product--style-12 .product-inner, .product--style-12 .rtl .product-inner, .rtl .product--style-12 .product--inner-prices, .product--style-12 .rtl .product--inner-prices {
justify-content: flex-end;
}
.theme-product-category-banner {
width: 100vw;
margin: 0 calc(50% - 50vw);
height: 450px;
display: flex;
justify-content: center;
align-items: center;
}
.theme-product-category-banner + .content-area {
margin-top: 20px;
}
.theme-product-category-banner + .content-area .term-description {
display: none;
}
.woocommerce .woocommerce-result-count {
height: 44px;
line-height: 44px;
}
.woocommerce-page .entry-content ul.products {
padding: 0;
list-style: none;
margin-left: -8px;
margin-right: -8px;
margin-bottom: 0;
display: block;
font-size: 0;
}
.woocommerce-page .entry-content ul.products li.product {
padding-left: 8px;
padding-right: 8px;
margin: 0 0 15px;
width: 20%;
float: none;
font-size: 14px;
display: inline-block;
}
/*# sourceMappingURL=product.css.map */
.woocommerce-products-header {
display: none;
}
.theme-loop-product__price_sale,
.theme-loop-product__subtitle {
display: block;
font-size: 14px;
font-style: italic;
color: #8E8D8D;
font-weight: 400;
font-family: Helvetica, Arial, sans-serif;
line-height: 20px;
text-align: center;
}
.woocommerce ul.products li.product > a.woocommerce-loop-product__link {
display: inline-block;
font-size: 0;
line-height: 0;
width: 100%;
overflow: hidden;
}
.woocommerce ul.products li.product .theme_product_title_in_loop {
font-size: 15px;
line-height: 1.2;
overflow: hidden;
overflow-wrap: break-word;
word-wrap: break-word;
display: block;
letter-spacing: 0;
text-align: center;
color: var(--main-color);
padding: 0;
margin: 13px 0 5px;
font-weight: 600;
min-height: 36px;
}
@media (max-width: 767px) {
.woocommerce ul.products li.product .theme_product_title_in_loop {
font-size: 14px;
}
}
.woocommerce ul.products li.product .theme_product_title_in_loop a {
color: var(--main-color);
}
.woocommerce .theme_link_get_detail_in_loop {
font-size: 13px;
font-weight: 700;
color: #4480a4;
line-height: 1;
display: inline-block;
margin: 5px 0 0;
}
.woocommerce .theme_link_get_detail_in_loop i {
font-size: 12px;
display: inline-block;
vertical-align: baseline;
margin-right: 5px;
color: var(--main-color);
}
.woocommerce .theme_link_get_detail_in_loop:hover {
color: var(--main-color);
}
.woocommerce ul.products li.product a img {
margin-bottom: 0;
-webkit-transition: transform 0.2s ease;
-moz-transition: transform 0.2s ease;
-o-transition: transform 0.2s ease;
-ms-transition: transform 0.2s ease;
transition: transform 0.2s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.woocommerce ul.products li.product a:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.woocommerce ul.products li.product-category.product a img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.woocommerce ul.products li.product-category > a {
display: flex;
height: 100%;
flex-direction: column;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
margin-top: auto;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title .count {
display: none;
}
.woocommerce ul.products li.product .price {
color: #8E8D8D;
display: flex;
justify-content: center;
margin: 0;
}
.woocommerce ul.products li.product .price del {
order: 2;
}
.woocommerce ul.products li.product .woocommerce-Price-amount {
display: inline-block;
font-size: 13px;
font-weight: 600;
margin: 0 5px;
}
.woocommerce ul.products li.product .price ins {
color: var(--main-color);
text-decoration: none;
}
.woocommerce ul.products li.product del .woocommerce-Price-amount {
text-decoration: line-through;
}
.woocommerce .woocommerce-archive-page .site-main > ul.products {
display: flex;
padding: 1px;
margin: 0;
flex-wrap: wrap;
border: none;
background-color: #ffffff;
}
.woocommerce .woocommerce-archive-page .site-main > ul.products > li.product {
background-color: #e3e3e3;
border: 1px solid #ffffff;
text-align: center;
padding: 10px 10px 5px;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
}
.woocommerce nav.woocommerce-pagination {
margin: 10px 0 30px;
}
.woocommerce nav.woocommerce-pagination ul {
border: none;
border-radius: 0;
margin: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
border: none;
border-radius: 0;
margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
padding: 10px 20px;
background-color: #fff;
border-radius: 0 !important;
box-shadow: 0 0 0 1px #e6e6e6 inset;
-webkit-appearance: none;
-moz-appearance: none;
outline: none;
margin: 0;
font-size: 14px;
line-height: 24px;
border: none;
}
@media (min-width: 1200px) {
.woocommerce .woocommerce-archive-page .site-main > ul.products.columns-5 > li.product {
width: 20%;
}
.woocommerce .woocommerce-archive-page .site-main > ul.products.columns-4 > li.product {
width: 25%;
}
.woocommerce .woocommerce-archive-page .site-main > ul.products.columns-3 > li.product {
width: calc(100% / 3);
}
.woocommerce .woocommerce-archive-page .site-main > ul.products.columns-2 > li.product {
width: 50%;
}
}
@media (max-width: 1199px) {
.woocommerce .woocommerce-archive-page .site-main > ul.products > li.product {
width: calc(100% / 3);
}
}
@media (max-width: 991px) {
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 15px;
}
.theme-loop-product__price_sale,
.theme-loop-product__subtitle {
font-size: 13px;
}
}
@media (max-width: 767px) {
.woocommerce .woocommerce-archive-page .site-main > ul.products > li.product {
width: 50%;
}
.woocommerce .woocommerce-result-count {
width: 100%;
margin-bottom: 0;
}
.woocommerce .woocommerce-ordering {
width: 100%;
margin-bottom: 30px;
}
}
@media (max-width: 499px) {
.woocommerce .woocommerce-archive-page .site-main > ul.products > li.product {
/*width: 100%;*/
}
}
#customer_login {
display: flex;
justify-content: space-between;
}
#customer_login::before,
#customer_login::after {
content: none;
display: none;
}
#customer_login .u-column1,
#customer_login .u-column2 {
padding: 15px 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.4;
font-weight: 400;
width: calc(50% - 10px);
}
#customer_login .u-column1 > h2,
#customer_login .u-column2 > h2 {
font-size: 22px;
text-transform: uppercase;
font-weight: 900;
font-family: var(--primary-font-family, sans-serif);
margin: 20px 0;
}
#customer_login form.login,
#customer_login form.register {
margin: 0;
background-color: #ffffff;
}
#customer_login form .form-row label {
line-height: 1.4;
font-weight: 400;
}