.product-remove {
position: relative;
min-width: 50px;
}
.product-remove a.remove {
font-size: 0px;
width: 26px;
height: 26px;
background-color: var(--main-color);
border-radius: 100%;
position: relative;
}
.product-remove a.remove:before, .product-remove a.remove:after {
content: '';
position: absolute;
height: 1px;
width: 12px;
top: 50%;
left: 0;
right: 0;
margin: auto;
background-color: #fff;
transform-origin: 50% 50%;
opacity: 1;
-webkit-transition: transform ease 0.25s;
-khtml-transition: transform ease 0.25s;
-moz-transition: transform ease 0.25s;
-ms-transition: transform ease 0.25s;
-o-transition: transform ease 0.25s;
transition: transform ease 0.25s;
}
.product-remove a.remove:before {
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.product-remove a.remove:after {
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.product-remove a.remove:hover {
background-color: var(--main-color);
}
.product-remove a.remove:hover:before, .product-remove a.remove:hover:after {
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
@media screen and (max-width: 769px) {
.product-remove {
min-height: 57px;
}
}
.woosw-item--add .add_to_cart_button.loading {
opacity: 1 !important;
}
.woosw-item--add .add_to_cart_button.loading:before {
content: '';
width: 20px;
height: 20px;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
border-color: transparent #fff transparent #fff;
border-width: 1px;
border-style: solid;
position: absolute;
top: 0;
right: 15px;
bottom: 0;
margin: auto;
animation: exp_spin 0.6s infinite linear;
-webkit-animation: exp_spin 0.6s infinite linear;
box-sizing: border-box;
z-index: 2;
}
.woosw-item--add .add_to_cart_button.loading:after {
display: none;
}
#exp-cart-sidebar {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
visibility: hidden;
}
#exp-cart-sidebar .exp-item--close {
top: 50%;
left: auto;
right: 35px;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
position: absolute;
}
#exp-cart-sidebar .exp-item--close:before, #exp-cart-sidebar .exp-item--close:after {
background-color: #666;
}
#exp-cart-sidebar .exp-widget-cart-sidebar {
padding-bottom: 137px;
background-color: #fff;
position: fixed;
top: 0;
right: 0;
height: 100%;
z-index: 9999;
width: 320px;
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-webkit-transform: translateX(100%);
-khtml-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_title {
font-size: 16px;
font-weight: 700;
color: #000;
flex-grow: 1;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_head {
display: flex;
background-color: #f9f9f9;
padding: 16px 30px;
margin-top: -30px;
margin-left: -30px;
margin-right: -30px;
margin-bottom: 20px;
align-items: center;
position: relative;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_head .ct-close {
height: 36px;
width: 36px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart {
padding: 30px 45px 0 30px;
height: 100%;
overflow-y: scroll;
width: 350px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
padding: 20px 15px 15px 0;
display: flex;
flex-wrap: nowrap;
border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
position: relative;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
border: none;
padding-bottom: 0;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
font-size: 16px;
margin-top: 40px;
padding: 0 !important;
text-align: center;
display: block;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
text-align: center;
margin-bottom: 20px;
display: block;
margin-top: 20px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
font-size: 100px;
color: rgba(0, 0, 0, 0.2);
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
line-height: 50px;
width: 100%;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
color: #fff;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
width: 45px;
min-width: 45px;
margin-right: 15px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
display: inline-block;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
margin: 0;
width: inherit;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
-khtml-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
-ms-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
-o-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
padding-right: 12px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
font-size: 16px;
line-height: normal;
margin-bottom: 3px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
color: inherit;
font-weight: 600;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
color: #555;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
font-size: 14px;
border: none;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .quantity-icon {
display: none;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .woocommerce-Price-amount {
margin: 0 4px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
opacity: 0;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
right: 0px;
width: 30px;
height: 30px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:before, #exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:after {
background-color: #000;
height: 1px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
opacity: 1;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 30px;
background-color: #fff;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
border: none;
border-top: 1px dashed rgba(0, 0, 0, 0.1);
padding-top: 15px;
padding-bottom: 0;
color: #000;
font-weight: 700;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
font-weight: inherit;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
margin: 0 0 30px;
display: flex;
flex-wrap: wrap;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
width: 100%;
margin-right: 0;
margin-bottom: 10px;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout {
background: #080808;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:hover, #exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:focus {
background: var(--main-color);
}
#exp-cart-sidebar.active {
visibility: visible;
}
#exp-cart-sidebar.active .exp-widget-cart-sidebar {
-webkit-transform: translateY(0%);
-khtml-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
.admin-bar #exp-cart-sidebar .exp-widget-cart-sidebar {
top: 32px;
}
@media screen and (min-width: 992px) {
.admin-bar .widget-cart-sidebar {
top: 32px;
padding-bottom: 167px;
}
.admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
bottom: 32px;
}
}
.exp-entry-content > .woocommerce .cart-empty, .exp-entry-content > .woocommerce .return-to-shop {
text-align: center;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
background-color: #f9f9f9;
}
.woocommerce ins {
background-color: transparent;
color: var(--main-color);
}
.woocommerce #exp-sidebar-area .widget {
padding: 0;
border: none;
margin-bottom: 52px;
}
.woocommerce #exp-sidebar-area .widget:last-child {
margin-bottom: 0;
}
.woocommerce #exp-sidebar-area .widget_price_filter .ui-slider-horizontal {
height: 4px;
background-color: #e6e6e6;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.woocommerce #exp-sidebar-area .widget_price_filter .ui-slider .ui-slider-range {
background-color: var(--main-color);
}
.woocommerce #exp-sidebar-area .widget_price_filter .ui-slider .ui-slider-handle {
height: 10px;
width: 10px;
background-color: var(--main-color);
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
top: -3px;
}
.woocommerce #exp-sidebar-area .widget_price_filter .price_slider_amount {
display: flex;
align-items: left;
flex-wrap: nowrap;
justify-content: left;
padding-top: 10px;
}
.woocommerce #exp-sidebar-area .widget_price_filter .price_slider_amount .button {
line-height: 32px;
font-size: 14px;
margin-right: 20px;
padding: 0 18px;
}
.woocommerce #exp-sidebar-area .widget_price_filter .price_label {
font-size: 14px;
color: #080808;
}
.woocommerce #exp-sidebar-area .widget_product_search button {
padding: 0;
width: 53px;
height: 50px;
text-indent: -9999px;
position: absolute;
top: 0;
right: 0;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
opacity: 1;
z-index: 3;
border-left: 1px solid #ececf0;
color: #222;
font-size: 15px;
background-color: transparent;
background-image: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.woocommerce #exp-sidebar-area .widget_product_search button:after {
content: "\f002";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-family: "Font Awesome 5 Pro";
text-indent: 0px;
font-weight: 400;
}
.woocommerce #exp-sidebar-area .widget_product_search button:hover {
background-color: var(--main-color);
border-color: var(--main-color);
color: #fff;
}
.woocommerce #exp-sidebar-area .widget_product_search .search-field {
height: 50px;
color: #222;
border-color: #ececf0;
font-size: 15px;
}
.woocommerce #exp-sidebar-area .widget_product_search .search-field:focus {
border-color: var(--main-color);
}
.woocommerce #exp-sidebar-area .widget_product_search .search-field:focus + button {
border-color: var(--main-color);
}
.woocommerce #exp-sidebar-area .widget_products ul li {
position: relative;
padding: 0 0 0 95px;
margin-bottom: 15px;
min-height: 80px;
}
.woocommerce #exp-sidebar-area .widget_products ul li .product-title {
margin-bottom: 0;
}
.woocommerce #exp-sidebar-area .widget_products ul li img {
margin: 0;
width: 100%;
max-width: 80px;
position: absolute;
top: 0;
left: 0;
border-radius: 2px;
-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
-khtml-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
-ms-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
-o-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
}
.woocommerce #exp-sidebar-area .widget_products ul li a {
font-size: 15px;
color: #222;
font-weight: 700;
line-height: 1.25;
margin-top: 8px;
margin-bottom: 6px;
}
.woocommerce #exp-sidebar-area .widget_products ul li a:hover {
color: var(--main-color);
}
.woocommerce #exp-sidebar-area .widget_products ul li .star-rating {
margin-bottom: 0px;
height: 2em;
line-height: 28px;
}
.woocommerce #exp-sidebar-area .widget_products ul li .star-rating:before {
font-size: 12px;
}
.woocommerce #exp-sidebar-area .widget_products ul li .star-rating span::before {
font-size: 12px;
}
@media screen and (max-width: 769px) {
.woocommerce .coupon #coupon_code, .woocommerce-page .coupon #coupon_code {
width: 100% !important;
margin-bottom: 10px;
border: none;
-webkit-border-radius: 50px;
-khtml-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
}
.woocommerce .coupon .button, .woocommerce-page .coupon .button {
width: 100% !important;
}
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
padding: 0 0 10px;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
margin-right: 15px;
}
.woocommerce textarea, .woocommerce-page textarea {
padding-top: 24px;
padding-bottom: 24px;
min-height: 140px;
}
.woocommerce .nice-select, .woocommerce-page .nice-select {
border: 1px solid #ececec;
text-align: left;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
height: 50px;
}
.woocommerce .nice-select span.current, .woocommerce-page .nice-select span.current {
line-height: 35px;
}
.woocommerce .nice-select:after, .woocommerce-page .nice-select:after {
color: inherit;
}
.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
border: 1px solid #ececec;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
height: 50px;
padding:10px;
}
.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce a.button, .woocommerce-page a.button, .woocommerce a.wc-forward, .woocommerce-page a.wc-forward, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce .cart button.button, .woocommerce-page .cart button.button, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button:disabled, .woocommerce-page button.button:disabled, .woocommerce a.button:disabled, .woocommerce-page a.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce-page button.button:disabled[disabled], .woocommerce button.button.alt, .woocommerce-page button.button.alt {
font-size: 14px;
font-weight: 700;
color: #fff;
padding: 0 30px;
line-height: 45px;
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
position: relative;
display: inline-block;
cursor: pointer;
border: none;
background-color: var(--main-color);
}
.woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce a.wc-forward:hover, .woocommerce-page a.wc-forward:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce .cart button.button:hover, .woocommerce-page .cart button.button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button:disabled:hover, .woocommerce-page button.button:disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce-page a.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce #respond input#submit:focus, .woocommerce-page #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce-page a.button:focus, .woocommerce a.wc-forward:focus, .woocommerce-page a.wc-forward:focus, .woocommerce button.button:focus, .woocommerce-page button.button:focus, .woocommerce input.button:focus, .woocommerce-page input.button:focus, .woocommerce .cart button.button:focus, .woocommerce-page .cart button.button:focus, .woocommerce a.button.alt:focus, .woocommerce-page a.button.alt:focus, .woocommerce button.button:disabled:focus, .woocommerce-page button.button:disabled:focus, .woocommerce a.button:disabled:focus, .woocommerce-page a.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus, .woocommerce-page button.button:disabled[disabled]:focus, .woocommerce button.button.alt:focus, .woocommerce-page button.button.alt:focus, .woocommerce #respond input#submit:active, .woocommerce-page #respond input#submit:active, .woocommerce a.button:active, .woocommerce-page a.button:active, .woocommerce a.wc-forward:active, .woocommerce-page a.wc-forward:active, .woocommerce button.button:active, .woocommerce-page button.button:active, .woocommerce input.button:active, .woocommerce-page input.button:active, .woocommerce .cart button.button:active, .woocommerce-page .cart button.button:active, .woocommerce a.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce button.button:disabled:active, .woocommerce-page button.button:disabled:active, .woocommerce a.button:disabled:active, .woocommerce-page a.button:disabled:active, .woocommerce button.button:disabled[disabled]:active, .woocommerce-page button.button:disabled[disabled]:active, .woocommerce button.button.alt:active, .woocommerce-page button.button.alt:active, .woocommerce #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce a.button:not([disabled]):not(.disabled).active, .woocommerce-page a.button:not([disabled]):not(.disabled).active, .woocommerce a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce button.button:not([disabled]):not(.disabled).active, .woocommerce-page button.button:not([disabled]):not(.disabled).active, .woocommerce input.button:not([disabled]):not(.disabled).active, .woocommerce-page input.button:not([disabled]):not(.disabled).active, .woocommerce .cart button.button:not([disabled]):not(.disabled).active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled).active, .woocommerce a.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled).active, .woocommerce button.button:disabled:not([disabled]):not(.disabled).active, .woocommerce-page button.button:disabled:not([disabled]):not(.disabled).active, .woocommerce a.button:disabled:not([disabled]):not(.disabled).active, .woocommerce-page a.button:disabled:not([disabled]):not(.disabled).active, .woocommerce button.button:disabled[disabled]:not([disabled]):not(.disabled).active, .woocommerce-page button.button:disabled[disabled]:not([disabled]):not(.disabled).active, .woocommerce button.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page button.button.alt:not([disabled]):not(.disabled).active, .woocommerce #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce a.button:not([disabled]):not(.disabled):active, .woocommerce-page a.button:not([disabled]):not(.disabled):active, .woocommerce a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce button.button:not([disabled]):not(.disabled):active, .woocommerce-page button.button:not([disabled]):not(.disabled):active, .woocommerce input.button:not([disabled]):not(.disabled):active, .woocommerce-page input.button:not([disabled]):not(.disabled):active, .woocommerce .cart button.button:not([disabled]):not(.disabled):active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled):active, .woocommerce a.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled):active, .woocommerce button.button:disabled:not([disabled]):not(.disabled):active, .woocommerce-page button.button:disabled:not([disabled]):not(.disabled):active, .woocommerce a.button:disabled:not([disabled]):not(.disabled):active, .woocommerce-page a.button:disabled:not([disabled]):not(.disabled):active, .woocommerce button.button:disabled[disabled]:not([disabled]):not(.disabled):active, .woocommerce-page button.button:disabled[disabled]:not([disabled]):not(.disabled):active, .woocommerce button.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page button.button.alt:not([disabled]):not(.disabled):active {
outline: medium none;
text-decoration: none;
color: #fff;
background-color: #080808;
}
.woocommerce button.button:disabled, .woocommerce-page button.button:disabled, .woocommerce a.button:disabled, .woocommerce-page a.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce-page button.button:disabled[disabled] {
opacity: 1;
cursor: not-allowed;
}
.woocommerce button.button:disabled:hover, .woocommerce-page button.button:disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce-page a.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce button.button:disabled:focus, .woocommerce-page button.button:disabled:focus, .woocommerce a.button:disabled:focus, .woocommerce-page a.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus, .woocommerce-page button.button:disabled[disabled]:focus {
background-color: var(--main-color);
}
.woocommerce .comment-form, .woocommerce-page .comment-form {
max-width: 100%;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
color: inherit;
border-color: var(--main-color);
line-height: 40px;
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
color: var(--main-color);
}
.woocommerce #exp-wapper .quantity, .woocommerce-page #exp-wapper .quantity {
position: relative;
display: inline-flex;
-webkit-border-radius: 50px;
-khtml-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
}
.woocommerce #exp-wapper .quantity .qty, .woocommerce-page #exp-wapper .quantity .qty {
padding: 0 16px;
border: 2px solid #e2e2e2;
color: #767677;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
font-size: 16px;
-moz-appearance: textfield;
height: 50px;
width: 100px;
}
.woocommerce #exp-wapper .quantity .qty::-webkit-outer-spin-button, .woocommerce-page #exp-wapper .quantity .qty::-webkit-outer-spin-button, .woocommerce #exp-wapper .quantity .qty::-webkit-inner-spin-button, .woocommerce-page #exp-wapper .quantity .qty::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce #exp-wapper .quantity-icon, .woocommerce-page #exp-wapper .quantity-icon {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.woocommerce #exp-wapper .quantity-icon:before, .woocommerce-page #exp-wapper .quantity-icon:before, .woocommerce #exp-wapper .quantity-icon:after, .woocommerce-page #exp-wapper .quantity-icon:after {
background-color: #888;
}
.woocommerce #exp-wapper .quantity-icon.exp-icon--minus, .woocommerce-page #exp-wapper .quantity-icon.exp-icon--minus {
left: 14px;
}
.exp-icon--plus {
height: 10px;
width: 10px;
position: relative;
cursor: pointer;
}
.exp-icon--plus:before, .exp-icon--plus:after {
content: '';
background-color: #122a00;
position: absolute;
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.exp-icon--plus:before {
width: 10px;
height: 2px;
top: 4px;
left: 0;
}
.exp-icon--plus:after {
width: 2px;
height: 10px;
left: 4px;
top: 0;
}
.exp-icon--minus {
height: 10px;
width: 10px;
position: relative;
cursor: pointer;
}
.exp-icon--minus:before {
content: '';
background-color: #122a00;
position: absolute;
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.exp-icon--minus:before {
width: 10px;
height: 2px;
top: 4px;
left: 0;
}
.woocommerce #exp-wapper .quantity-icon.exp-icon--plus, .woocommerce-page #exp-wapper .quantity-icon.exp-icon--plus {
right: 14px;
}
.woocommerce #exp-wapper .quantity-icon:hover:before, .woocommerce-page #exp-wapper .quantity-icon:hover:before, .woocommerce #exp-wapper .quantity-icon:hover:after, .woocommerce-page #exp-wapper .quantity-icon:hover:after {
background-color: #000;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
padding: 20px 15px;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th, .woocommerce table.shop_table tbody th, .woocommerce-page table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th {
font-weight: 500;
}
.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
width: 50px;
}
@media screen and (min-width: 992px) {
.woocommerce .content-row {
margin: 0 -15px;
}
.woocommerce #exp-content-area.content-has-sidebar {
padding-left: 15px;
padding-right: 15px;
flex: 0 0 75%;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
-o-flex: 0 0 75%;
max-width: 75%;
}
.woocommerce #secondary.widget-has-sidebar {
padding-left: 15px;
padding-right: 15px;
flex: 0 0 25%;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
-o-flex: 0 0 25%;
max-width: 25%;
}
}
.widget_products .amount {
font-size: 14px;
font-weight: 500;
color: var(--main-color);
}
.widget_products del {
color: #8f8f8f;
}
.widget_products del .amount {
color: #8f8f8f;
}
.widget_products .star-rating-wrap {
display: none !important;
}
.widget_rating_filter .wc-layered-nav-rating a {
font-size: 0px;
display: block;
padding-left: 28px !important;
position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
content: "";
height: 18px;
width: 18px;
border: 1px solid #e6e6e6;
-webkit-border-radius: 18px;
-khtml-border-radius: 18px;
-moz-border-radius: 18px;
-ms-border-radius: 18px;
-o-border-radius: 18px;
border-radius: 18px;
position: absolute;
top: 1px;
left: 0;
-webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.widget_rating_filter .wc-layered-nav-rating a .star-rating {
font-size: 18px;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
border-color: var(--main-color);
background-color: var(--main-color);
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
border-color: var(--main-color);
background-color: var(--main-color);
}
#shop-topbar {
border-bottom: 1px solid #e5e5e5;
background-color: #f7f7f7;
}
#shop-topbar .shop-topbar-item {
margin: 11px 0;
position: relative;
padding-left: 76px;
color: #000;
font-size: 16px;
min-height: 56px;
display: flex;
flex-wrap: nowrap;
align-items: center;
}
#shop-topbar .shop-topbar-item i {
height: 56px;
width: 56px;
-webkit-border-radius: 56px;
-khtml-border-radius: 56px;
-moz-border-radius: 56px;
-ms-border-radius: 56px;
-o-border-radius: 56px;
border-radius: 56px;
border: 1px solid #e5e5e5;
line-height: 54px;
text-align: center;
font-size: 24px;
position: absolute;
top: 0;
left: 0;
}
#shop-topbar .shop-topbar-item span {
font-weight: 500;
}
#shop-breadcrumb {
padding: 23px 0;
}
#shop-breadcrumb ul {
list-style: none;
margin: 0;
}
#shop-breadcrumb ul li {
display: inline-block;
font-size: 16px;
font-weight: 500;
color: var(--main-color);
margin: 10px 0;
padding: 0 12px;
position: relative;
}
#shop-breadcrumb ul li::after {
content: '/';
color: #e9e9e9;
position: absolute;
top: 0;
right: -4px;
}
#shop-breadcrumb ul li:first-child {
padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
display: none;
}
#shop-breadcrumb ul li a {
color: ;
}
#shop-breadcrumb ul li a:hover {
color: var(--main-color);
}
.woocommerce .star-rating-wrap {
display: flex;
align-items: center;
flex-wrap: nowrap;
}
.woocommerce .star-rating-wrap .star-rating {
margin: 0;
}
.woocommerce .star-rating-wrap .count-rating {
font-size: 16px;
margin-left: 8px;
color: #223543;
font-weight: 600;
}
.woocommerce span.onsale {
height: 45px;
width: 45px;
min-width: inherit;
min-height: inherit;
font-size: 15px;
color: #fff;
padding: 0;
text-align: center;
line-height: 45px;
background-color: var(--main-color);
-webkit-border-radius: 50px;
-khtml-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
margin: 0 !important;
top: 14px !important;
left: 29px !important;
right: auto !important;
font-weight: normal;
z-index: 1;
}
.woocommerce .star-rating span::before {
color: #ffc600;
}
.woocommerce .star-rating:before {
color: #d4d4d4;
}
.woocommerce ul.products {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.woocommerce ul.products li.product {
margin-bottom: 44px;
margin-right: 0;
margin-left: 0;
padding: 0 15px;
}
.woocommerce ul.products li.product.last {
margin-right: 0;
}
.woocommerce ul.products li.product > .woosw-btn, .woocommerce ul.products li.product > .woosq-btn, .woocommerce ul.products li.product > .woosc-btn {
display: none !important;
}
@media screen and (min-width: 992px) {
.woocommerce ul.products.columns-5 li.product {
width: calc(20% - 1px);
width: -webkit-calc(20% - 1px);
width: -ms-calc(20% - 1px);
width: -o-calc(20% - 1px);
}
}
@media screen and (min-width: 992px) {
.woocommerce ul.products.columns-4 li.product {
width: calc(25% - 1px);
width: -webkit-calc(25% - 1px);
width: -ms-calc(25% - 1px);
width: -o-calc(25% - 1px);
}
}
@media screen and (max-width: 991px) {
.woocommerce ul.products.columns-4 li.product {
width: calc(33.33% - 1px);
width: -webkit-calc(33.33% - 1px);
width: -ms-calc(33.33% - 1px);
width: -o-calc(33.33% - 1px);
}
}
@media screen and (min-width: 768px) {
.woocommerce ul.products.columns-3 li.product {
width: calc(33.33% - 1px);
width: -webkit-calc(33.33% - 1px);
width: -ms-calc(33.33% - 1px);
width: -o-calc(33.33% - 1px);
}
}
@media (min-width: 576px) and (max-width: 767px) {
.woocommerce ul.products li.product {
width: 50% !important;
}
}
@media screen and (max-width: 575px) {
.woocommerce ul.products li.product {
width: 100% !important;
}
}
@media screen and (min-width: 992px) {
.woocommerce #exp-content-area.content-has-sidebar ul.products.columns-4 li.product {
width: calc(33.33% - 1px);
width: -webkit-calc(33.33% - 1px);
width: -ms-calc(33.33% - 1px);
width: -o-calc(33.33% - 1px);
}
}
.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
font-size: 18px;
line-height: 1.45;
margin-bottom: 7px;
}
.woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce .woocommerce-product-title a {
color: inherit;
}
.woocommerce ul.products li.product .woocommerce-product-title a:hover, .woocommerce .woocommerce-product-title a:hover {
color: var(--main-color);
}
.woocommerce .woocommerce-product-category {
font-size: 14px;
color: inherit;
margin-bottom: 3px;
}
.woocommerce .woocommerce-product-category a {
color: inherit;
}
.woocommerce .woocommerce-product-category a:hover {
color: var(--main-color);
}
.woocommerce ul.products li.product .price {
font-size: 16px;
font-weight: 500;
margin-bottom: 0;
color: var(--main-color);
}
.woocommerce ul.products li.product .price .amount {
color: inherit;
}
.woocommerce ul.products li.product .price del {
color: #8f8f8f;
opacity: 1;
}
.woocommerce ul.products li.product .price del .amount {
background-image: none;
text-fill-color: #8f8f8f;
-o-text-fill-color: #8f8f8f;
-ms-text-fill-color: #8f8f8f;
-moz-text-fill-color: #8f8f8f;
-webkit-text-fill-color: #8f8f8f;
display: initial;
}
.woocommerce ul.products li.product .price ins {
color: inherit;
font-weight: inherit;
text-decoration: none;
}
.woocommerce .woocommerce-topbar {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 10px;
position: relative;
z-index: 101;
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
margin: 0 30px 30px 0px;
flex-grow: 1;
}
.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering {
margin-bottom: 30px;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
float: none;
margin: 0;
font-size: 16px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
min-width: 220px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering select, .woocommerce .woocommerce-topbar .woocommerce-ordering .exp-select-higthlight, .woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
color: #666;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .exp-select-higthlight {
padding-right: 44px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .exp-select-higthlight:before {
background-color: transparent;
right: 10px;
}
.woocommerce .woocommerce-product-inner {
background-color: #fff;
-webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-khtml-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-moz-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-ms-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-o-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
overflow: hidden;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
position: relative;
overflow: hidden;
padding: 20px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
width: auto;
display: inline-block;
margin-bottom: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
position: absolute;
top: 20px;
right: 20px;
z-index: 4;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta > div {
width: 38px;
height: 38px;
margin-bottom: 8px;
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
opacity: 0;
-webkit-transform: translateX(-10px);
-khtml-transform: translateX(-10px);
-moz-transform: translateX(-10px);
-ms-transform: translateX(-10px);
-o-transform: translateX(-10px);
transform: translateX(-10px);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button {
width: 38px;
height: 38px;
line-height: 38px;
-webkit-border-radius: 38px;
-khtml-border-radius: 38px;
-moz-border-radius: 38px;
-ms-border-radius: 38px;
-o-border-radius: 38px;
border-radius: 38px;
display: block;
position: relative;
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
padding: 0;
font-size: 0px;
background: var(--main-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a:hover, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button:hover, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a:focus, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button:focus {
background: #080808;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display: inline-flex;
justify-content: center;
align-items: center;
color: #fff;
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
font-family: 'Font Awesome 5 Pro';
font-size: 16px;
font-weight: 400;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a i, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button i {
font-size: 16px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.add_to_cart_button:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.add_to_cart_button:before {
content: "\f217";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.product_type_variable:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.product_type_variable:before {
content: "\f0c1";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.product_type_external:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.product_type_external:before {
content: "\f0c1";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.added_to_cart:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.added_to_cart:before {
content: "\f217";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.woosc-btn:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.woosc-btn:before {
content: "\f102";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.woosw-btn:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.woosw-btn:before {
content: "\f004";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.woosq-btn:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.woosq-btn:before {
content: "\f06e";
font-size: 18px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.added, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.added {
display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.loading, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.loading {
opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.loading i, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.loading i {
opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.loading:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.loading:before {
content: '';
width: 16px;
height: 16px;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
border-color: transparent #fff transparent #fff;
border-width: 1px;
border-style: solid;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
animation: exp_spin 0.6s infinite linear;
-webkit-animation: exp_spin 0.6s infinite linear;
box-sizing: border-box;
z-index: 2;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.loading:after, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.loading:after {
display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.woosw-adding:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.woosw-adding:before {
opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.woosw-adding:after, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.woosw-adding:after {
content: '';
width: 16px;
height: 16px;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
border-color: transparent #fff transparent #fff;
border-width: 1px;
border-style: solid;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
animation: exp_spin 0.6s infinite linear;
-webkit-animation: exp_spin 0.6s infinite linear;
box-sizing: border-box;
z-index: 2;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content {
text-align: center;
padding: 4px 0 22px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--price {
min-height: 30px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .price {
line-height: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
float: none;
margin: 0 auto 8px auto;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
font-size: 14px;
color: rgba(0, 0, 0, 0.5);
margin-left: 8px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
padding: 0px !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
color: inherit;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
color: var(--main-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
color: rgba(51, 51, 51, 0.66);
font-size: 14px;
margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
width: auto !important;
margin: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating-wrap {
margin-bottom: 3px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating-wrap .count-rating {
display: none;
}
.woocommerce .woocommerce-product-inner + .button.yith-wcqv-button {
display: none !important;
}
.woocommerce .woocommerce-product-inner:hover {
-webkit-box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
-khtml-box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
-moz-box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
-ms-box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
-o-box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta > div {
opacity: 1;
-webkit-transform: translateX(0px);
-khtml-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
}
.woocommerce .woocommerce-product-inner.item-layout-list {
display: flex;
flex-wrap: wrap;
}
.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-header {
width: 38%;
padding: 15px;
}
@media screen and (max-width: 575px) {
.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-header {
width: 100%;
}
}
.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content {
width: 62%;
padding: 40px 30px;
text-align: left;
}
.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content .woocommerce-product-title {
font-size: 22px;
}
@media screen and (max-width: 575px) {
.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content {
width: 100%;
}
}
.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
display: none !important;
}
.woocommerce nav.woocommerce-pagination {
display: flex;
justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
border: none;
overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
width: 50px;
height: 50px;
background-color: transparent;
line-height: 50px;
text-align: center;
font-size: 16px;
font-weight: 600;
display: inline-block;
margin: 15px 5px 0 5px;
color: #080808;
position: relative;
z-index: 1;
padding: 0;
border: 1px solid #e9e9e9;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
color: #fff;
border-color: var(--main-color);
background-color: var(--main-color);
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
font-size: 20px;
font-weight: 900;
}
.woocommerce.woocommerce-layout-list ul.products li.product {
width: 100% !important;
}
.single-product .woocommerce-social-share {
padding-top: 18px;
}
.single-product .woocommerce-social-share label {
margin-right: 10px;
font-size: 15px;
}
.single-product .woocommerce-social-share a {
color: #000;
font-size: 15px;
margin-right: 6px;
}
.single-product .woocommerce-social-share a:hover {
color: var(--main-color);
}
.single-product .woocommerce-sg-product-price {
padding-top: 10px;
margin-bottom: 18px;
}
.single-product section.related {
padding-top: 72px;
}
.single-product section.related h2 {
font-size: 24px;
margin-bottom: 0;
position: relative;
padding-bottom: 12px;
}
.single-product section.related h2:before {
content: '';
width: 48px;
height: 3px;
position: absolute;
bottom: 0;
left: 0;
background-color: var(--main-color);
}
.single-product section.related ul.products {
margin-bottom: 0;
}
.single-product section.related ul.products li.product {
margin-bottom: 0 !important;
margin-top: 34px;
}
.single-product #exp-content-area div.product .entry-summary {
width: 100% !important;
margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
.single-product #exp-content-area div.product .entry-summary {
position: sticky;
top: 62px;
}
}
.single-product #exp-content-area div.product .woocommerce-product-details__short-description p:last-child, .single-product > div.product .woocommerce-product-details__short-description p:last-child {
margin-bottom: 0;
}
.single-product #exp-content-area div.product .woocommerce-sg-product-feature, .single-product > div.product .woocommerce-sg-product-feature {
margin-bottom: 71px;
list-style: none;
}
.single-product #exp-content-area div.product .woocommerce-sg-product-feature li, .single-product > div.product .woocommerce-sg-product-feature li {
display: flex;
flex-wrap: nowrap;
}
.single-product #exp-content-area div.product .woocommerce-sg-product-feature li i, .single-product > div.product .woocommerce-sg-product-feature li i {
margin-right: 8px;
margin-top: 6px;
color: var(--main-color);
}
.single-product #exp-content-area div.product .woocommerce-sg-product-feature li p:last-child, .single-product > div.product .woocommerce-sg-product-feature li p:last-child {
margin-bottom: 0;
}
.single-product #exp-content-area div.product .woocommerce-sg-product-feature li + li, .single-product > div.product .woocommerce-sg-product-feature li + li {
margin-top: 10px;
}
.single-product #exp-content-area div.product form.cart, .single-product > div.product form.cart {
margin-bottom: 20px;
}
.single-product #exp-content-area div.product form.cart label, .single-product > div.product form.cart label {
font-size: 16px;
margin-bottom: 0;
font-weight: 700;
color: #191919;
}
.single-product #exp-content-area div.product form.cart .reset_variations, .single-product > div.product form.cart .reset_variations {
color: #000;
font-size: 15px;
margin-top: 6px;
}
.single-product #exp-content-area div.product form.cart .reset_variations:hover, .single-product > div.product form.cart .reset_variations:hover {
color: var(--main-color);
}
.single-product #exp-content-area div.product form.cart .single_variation_wrap, .single-product > div.product form.cart .single_variation_wrap {
width: 100%;
}
.single-product #exp-content-area div.product form.cart .variations .variable-item:before, .single-product > div.product form.cart .variations .variable-item:before {
min-width: auto;
font-size: 12px;
border-radius: 0px;
padding: 0 12px;
line-height: 26px;
box-shadow: none;
}
.single-product #exp-content-area div.product form.cart .variations th.label, .single-product > div.product form.cart .variations th.label {
text-align: left;
font-size: 15px;
font-weight: normal;
color: #666;
}
.single-product #exp-content-area div.product form.cart .variations th.label label, .single-product > div.product form.cart .variations th.label label {
font-weight: normal;
color: inherit;
font-family: inherit;
}
.single-product #exp-content-area div.product form.cart .variations th.label .woo-selected-variation-item-name, .single-product > div.product form.cart .variations th.label .woo-selected-variation-item-name {
color: #000;
}
.single-product #exp-content-area div.product form.cart .variations td.label, .single-product > div.product form.cart .variations td.label {
padding: 0;
}
.single-product #exp-content-area div.product form.cart .variations td.woo-variation-items-wrapper, .single-product > div.product form.cart .variations td.woo-variation-items-wrapper {
padding: 0;
margin-bottom: 12px;
}
.single-product #exp-content-area div.product form.cart .variations .color-variable-items-wrapper .color-variable-item, .single-product > div.product form.cart .variations .color-variable-items-wrapper .color-variable-item {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.single-product #exp-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item {
padding: 0;
border-radius: 0px;
background-color: #f9f9f9;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.single-product #exp-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item .variable-item-span, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item .variable-item-span {
font-size: 14px;
}
.single-product #exp-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected {
background-color: #000;
box-shadow: 0 0 0 1px #000;
}
.single-product #exp-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected .variable-item-span, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected .variable-item-span {
color: #fff;
}
.single-product #exp-content-area div.product form.cart .button-variable-wrapper .button-variable-item, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item {
border-radius: 3px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
background-color: #f9f9f9;
}
.single-product #exp-content-area div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button {
font-size: 15px;
line-height: 26px;
padding: 0 8px;
color: #383838;
}
.single-product #exp-content-area div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product #exp-content-area div.product form.cart .button-variable-wrapper .button-variable-item:hover, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item:hover {
background-color: var(--main-color);
box-shadow: 0 0 0 1px var(--main-color);
}
.single-product #exp-content-area div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button, .single-product #exp-content-area div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button {
color: #fff;
}
.single-product #exp-content-area div.product form.cart.variations_form .woocommerce-variation-add-to-cart, .single-product > div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.single-product #exp-content-area div.product form.cart.variations_form .woocommerce-variation-price, .single-product > div.product form.cart.variations_form .woocommerce-variation-price {
margin: 0 0 24px;
}
.single-product #exp-content-area div.product form.cart.variations_form button.single_add_to_cart_button, .single-product > div.product form.cart.variations_form button.single_add_to_cart_button {
background-color: var(--main-color);
}
.single-product #exp-content-area div.product form.cart:not(.variations_form), .single-product > div.product form.cart:not(.variations_form), .single-product #exp-content-area div.product form.cart:not(.grouped_form), .single-product > div.product form.cart:not(.grouped_form) {
display: flex;
margin: 0 0 10px;
align-items: center;
flex-wrap: wrap;
}
.single-product #exp-content-area div.product form.cart .woocommerce-grouped-product-list td, .single-product > div.product form.cart .woocommerce-grouped-product-list td {
vertical-align: middle;
padding-bottom: 10px;
}
.single-product #exp-content-area div.product form.cart .woocommerce-grouped-product-list td a, .single-product > div.product form.cart .woocommerce-grouped-product-list td a {
color: inherit;
}
.single-product #exp-content-area div.product form.cart .woocommerce-grouped-product-list-item__price, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price {
font-weight: 500;
color: var(--main-color);
font-size: 15px;
}
@media screen and (max-width: 1199px) {
.single-product #exp-content-area div.product form.cart .woocommerce-grouped-product-list-item__price, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price {
font-size: 14px;
}
}
.single-product #exp-content-area div.product form.cart .woocommerce-grouped-product-list-item__price ins, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price ins {
text-decoration: none;
}
.single-product #exp-content-area div.product form.cart .woocommerce-grouped-product-list-item__price del, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price del {
color: #8f8f8f;
}
@media screen and (max-width: 1199px) {
.single-product #exp-content-area div.product form.cart .woocommerce-grouped-product-list-item__label label, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__label label {
font-size: 14px;
}
}
.single-product #exp-content-area div.product .woocommerce-gallery span.onsale, .single-product > div.product .woocommerce-gallery span.onsale {
display: none;
}
.single-product #exp-content-area div.product .woocommerce-gallery-inner, .single-product > div.product .woocommerce-gallery-inner {
display: flex;
position: relative;
}
@media screen and (min-width: 1200px) {
.single-product #exp-content-area div.product .woocommerce-gallery-inner.flex-slider-active, .single-product > div.product .woocommerce-gallery-inner.flex-slider-active {
padding-left: 90px;
}
}
.single-product #exp-content-area div.product .woocommerce-product-gallery, .single-product > div.product .woocommerce-product-gallery {
width: 100% !important;
margin-bottom: 65px;
}
@media screen and (max-width: 991px) {
.single-product #exp-content-area div.product .woocommerce-product-gallery, .single-product > div.product .woocommerce-product-gallery {
margin-bottom: 30px;
}
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
-webkit-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
-khtml-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
-moz-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
-ms-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
-o-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
padding: 0;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-viewport, .single-product > div.product .woocommerce-product-gallery .flex-viewport {
-webkit-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
-khtml-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
-moz-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
-ms-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
-o-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image, .single-product > div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-control-nav, .single-product > div.product .woocommerce-product-gallery .flex-control-nav {
margin: 0;
position: absolute;
top: 0;
left: -90px;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-control-nav li, .single-product > div.product .woocommerce-product-gallery .flex-control-nav li {
margin-bottom: 10px;
width: 70px;
float: none;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-control-nav img, .single-product > div.product .woocommerce-product-gallery .flex-control-nav img {
opacity: 1;
border: 1px solid rgba(0, 0, 0, 0.06);
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-control-nav img.flex-active, .single-product > div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
border-color: rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 1199px) {
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-control-nav, .single-product > div.product .woocommerce-product-gallery .flex-control-nav {
position: static;
margin: 30px 0 0;
display: flex;
flex-wrap: wrap;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-control-nav li, .single-product > div.product .woocommerce-product-gallery .flex-control-nav li {
width: calc(20% - 10px);
margin-right: 10px;
margin-bottom: 10px;
}
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav a, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a {
font-size: 0px;
width: 40px;
height: 40px;
position: relative;
display: block;
text-align: center;
line-height: 40px;
color: #000;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:before, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a:before {
content: "\f060";
font-family: "Font Awesome 5 Pro";
font-size: 25px;
display: inline-flex;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:hover, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a:hover {
color: var(--main-color);
background-color: rgba(255, 255, 255, 0.12);
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
opacity: 0;
visibility: hidden;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev {
left: 0;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
right: 0;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before {
-webkit-transform: scaleX(-1);
-khtml-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-ms-transform: scaleX(-1);
-o-transform: scaleX(-1);
transform: scaleX(-1);
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
position: relative;
display: block;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before {
content: '';
background-color: rgba(5, 130, 131, 0.85);
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
display: block;
opacity: 0;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
content: "\f06e";
font-family: "Font Awesome 5 Pro";
font-size: 16px;
height: 40px;
width: 40px;
line-height: 40px;
-webkit-border-radius: 40px;
-khtml-border-radius: 40px;
-moz-border-radius: 40px;
-ms-border-radius: 40px;
-o-border-radius: 40px;
border-radius: 40px;
background-color: #fff;
text-align: center;
color: var(--main-color);
position: absolute;
top: 50%;
-webkit-transform: translate(0%, -50%);
-khtml-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
left: 0;
right: 0;
margin: auto;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
opacity: 0;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
opacity: 0.8;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
opacity: 1;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev, .single-product > div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev {
left: 22px;
opacity: 1;
visibility: visible;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next, .single-product > div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next {
right: 22px;
opacity: 1;
visibility: visible;
}
.single-product #exp-content-area div.product .entry-summary, .single-product > div.product .entry-summary {
padding-left: 30px;
}
@media screen and (max-width: 1199px) {
.single-product #exp-content-area div.product .entry-summary, .single-product > div.product .entry-summary {
padding-left: 0;
}
}
.single-product #exp-content-area div.product .entry-summary > .woosc-btn, .single-product > div.product .entry-summary > .woosc-btn, .single-product #exp-content-area div.product .entry-summary > .woosw-btn, .single-product > div.product .entry-summary > .woosw-btn {
display: none !important;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-sg-product-button, .single-product > div.product .entry-summary .woocommerce-sg-product-button {
padding-left: 110px;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn {
width: 100%;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background: #080808;
display: inline-flex;
justify-content: center;
align-items: center;
padding: 12px 10px;
color: #fff;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:before, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:before {
content: "\f004";
font-family: "Font Awesome 5 pro";
margin: 0 5px;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:hover, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:hover, .single-product #exp-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:focus, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:focus {
background: var(--main-color);
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-product-rating, .single-product > div.product .entry-summary .woocommerce-product-rating {
margin-bottom: 8px;
display: flex;
align-items: center;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-product-rating .star-rating, .single-product > div.product .entry-summary .woocommerce-product-rating .star-rating {
margin: 0;
height: 2em;
line-height:28px;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link, .single-product > div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
color: inherit;
margin-left: 4px;
font-size: 15px;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover, .single-product > div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover {
color: #333;
}
.single-product #exp-content-area div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
font-size: 40px;
margin-top: 10px;
margin-bottom: 14px;
color: #080808;
}
.single-product #exp-content-area div.product .entry-summary .price, .single-product > div.product .entry-summary .price {
font-size: 22px;
line-height: 30px;
color: var(--main-color);
font-weight: 700;
margin-bottom:10px;
}
.single-product #exp-content-area div.product .entry-summary .price ins, .single-product > div.product .entry-summary .price ins {
margin-right: 22px;
color: var(--main-color);
text-decoration: none;
}
.single-product #exp-content-area div.product .entry-summary .price del, .single-product > div.product .entry-summary .price del {
color: #8f8f8f;
}
.single-product #exp-content-area div.product .entry-summary .price del .amount, .single-product > div.product .entry-summary .price del .amount {
color: #8f8f8f;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-sg-product-excerpt, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt {
font-size: 16px;
line-height: 24px;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description {
margin-bottom: 28px;
}
.single-product #exp-content-area div.product .entry-summary .single_add_to_cart_button, .single-product > div.product .entry-summary .single_add_to_cart_button {
display: inline-flex;
line-height: 50px;
justify-content: center;
flex-grow: 1;
float: none;
}
.single-product #exp-content-area div.product .entry-summary .single_add_to_cart_button.loading, .single-product > div.product .entry-summary .single_add_to_cart_button.loading {
padding-right: 42px;
}
.single-product #exp-content-area div.product .entry-summary .single_add_to_cart_button.loading:after, .single-product > div.product .entry-summary .single_add_to_cart_button.loading:after {
top: 0;
right: 14px;
}
.single-product #exp-content-area div.product .entry-summary .single_add_to_cart_button.added:after, .single-product > div.product .entry-summary .single_add_to_cart_button.added:after {
display: none;
}
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs, .single-product > div.product .woocommerce-tabs ul.wc-tabs {
overflow: visible;
padding: 0;
border-bottom: 1px solid #f2f2f2;
margin-top: -20px;
margin-bottom: 0;
text-align: center;
position: relative;
z-index: 1;
}
@media screen and (max-width: 575px) {
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs, .single-product > div.product .woocommerce-tabs ul.wc-tabs {
border-bottom: none;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs:before, .single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs:after {
display: none !important;
}
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
margin: 20px 8px 0 8px;
padding: 0;
border: none;
background-color: transparent;
position: relative;
z-index: 99;
}
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs li:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs li:after {
display: none !important;
}
@media screen and (max-width: 575px) {
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
display: block;
padding: 0;
margin-left: 0;
margin-right: 0;
}
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
display: block;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
padding: 0 28px;
font-size: 14px;
line-height: 42px;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
color: #000;
font-weight: 700;
position: relative;
background-color: #fff;
z-index: 1;
background-color: #f4f4f4;
text-transform: capitalize;
}
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs li.active > a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li.active > a, .single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:hover {
color: #fff;
background-color: var(--main-color);
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th {
font-weight: 600 !important;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
line-height: 1.875;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
margin-bottom: 0;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
display: none;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel {
padding-top: 32px;
margin-bottom: 0;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
border: 1px solid #dee2e6;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
border-bottom: 1px solid #dee2e6;
font-family: inherit;
color: #152136;
font-weight: normal;
font-style: normal;
padding: 10px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
border-left: 1px solid #dee2e6;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews {
margin-bottom: 25px !important;
}
.single-product #exp-content-area div.product .woocommerce-tabs .tab-product-feature-list, .single-product > div.product .woocommerce-tabs .tab-product-feature-list {
font-size: 18px;
line-height: 34px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4, .single-product > div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
font-weight: 600;
}
.single-product #exp-content-area div.product .woocommerce-tabs .tab-product-feature-list .line-gap, .single-product > div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
margin: 0;
width: 100%;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
font-size: 15px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information td p, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information td p {
padding: 0;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
margin-bottom: 15px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
margin-bottom: 6px;
display: block;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating a {
color: #999;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars:hover a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars:hover a, .single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a {
color: #efb343;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
margin-bottom: 8px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
font-size: 24px;
margin-bottom: 12px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
display: none;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
height: 140px;
min-height: 140px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-notes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-notes {
font-size: 15px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform {
padding: 30px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .form-submit .submit, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .form-submit .submit {
padding: 0 50px;
margin-top: 20px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form-cookies-consent, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form-cookies-consent {
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
margin-bottom: 30px;
padding-bottom: 28px;
display:flex;
align-items:start;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form-cookies-consent input[type="checkbox"]{
margin-top:8px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments {
width: 50%;
padding: 0 15px;
}
@media screen and (max-width: 767px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments {
width: 100%;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
width: 50%;
padding: 0 15px;
}
@media screen and (max-width: 767px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
width: 100%;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
padding: 10px 0 0;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
position: relative;
margin-bottom: 30px;
padding: 30px;
border: 1px solid #f2f2f2;
}
@media screen and (max-width: 1199px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
padding: 20px 15px 20px 20px;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
position: absolute;
right: 0;
top: 0;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
display: none;
}
@media screen and (max-width: 991px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
position: static;
margin-bottom: 8px;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
position: relative;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
padding: 0;
width: 80px;
-webkit-border-radius: 80px;
-khtml-border-radius: 80px;
-moz-border-radius: 80px;
-ms-border-radius: 80px;
-o-border-radius: 80px;
border-radius: 80px;
-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
-khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
-o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 575px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
width: 40px;
border: none;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
border: none;
margin: 0;
padding: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
float: none;
}
}
@media screen and (max-width: 575px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
padding-left: 60px;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
margin: 0 0 8px;
font-size: 16px;
}
@media screen and (max-width: 575px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
display: block;
}
}
@media screen and (max-width: 767px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
margin-top: 10px;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
display: block;
font-size: 14px;
color: #888;
line-height: 22px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
color: #222;
display: block;
line-height: 1;
margin-bottom: 4px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
display: none;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
margin: 0;
}
.single-product #exp-content-area div.product .quantity, .single-product > div.product .quantity {
margin-right: 10px;
float: none;
}
.single-product #exp-content-area div.product .product_meta, .single-product > div.product .product_meta {
display: flex;
flex-wrap: wrap;
color: inherit;
font-size: 15px;
border-top: 1px solid rgba(0, 0, 0, 0.06);
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
margin-top: 30px;
padding: 20px 0;
}
.single-product #exp-content-area div.product .product_meta > span, .single-product > div.product .product_meta > span {
margin-right: 20px;
}
.single-product #exp-content-area div.product .product_meta > span span, .single-product > div.product .product_meta > span span, .single-product #exp-content-area div.product .product_meta > span a, .single-product > div.product .product_meta > span a {
color: #000;
}
.single-product #exp-content-area div.product .product_meta a, .single-product > div.product .product_meta a {
color: inherit;
}
.single-product #exp-content-area div.product .product_meta a:hover, .single-product > div.product .product_meta a:hover {
color: var(--main-color);
}
.single-product #exp-content-area div.product .product_meta .tagged_as, .single-product > div.product .product_meta .tagged_as {
display: none;
}
.single-product .up-sells.upsells {
margin-top: 52px;
}
.single-product .up-sells.upsells > h2 {
font-size: 32px;
margin-bottom: 23px;
}
.single-product .product-type-external .woocommerce-sg-product-button, .single-product .product-type-grouped .woocommerce-sg-product-button {
padding-left: 0 !important;
padding-right: 0 !important;
}
.single-product .product-type-grouped form.cart .button {
white-space: nowrap;
}
@media screen and (max-width: 1199px) {
.single-product .product-type-grouped .quantity .qty {
width: 80px !important;
}
}
@media screen and (min-width: 768px) {
.single-product.header-sticky #exp-content-area div.product .entry-summary {
top: 120px;
}
.single-product.header-sticky.admin-bar #exp-content-area div.product .entry-summary {
top: 150px;
}
}
.pswp {
z-index: 999999;
}
.pswp .pswp__caption {
display: none;
}
.pswp .pswp__bg {
background-color: rgba(0, 0, 0, 0.76);
}
.pswp .pswp__top-bar {
opacity: 1;
background-color: transparent;
}
.pswp .pswp__ui .pswp__button {
opacity: 1 !important;
}
.pswp .pswp__ui .pswp__button:before {
font-family: "FontAwesome";
background: none;
color: #fff;
display: inline-flex;
line-height: 30px;
justify-content: center;
}
.pswp .pswp__ui .pswp__button--arrow--left:before {
content: "\f060";
}
.pswp .pswp__ui .pswp__button--arrow--right:before {
content: "\f061";
}
body.woocommerce-cart .exp-entry-content > .woocommerce {
display: flex;
margin: 0 -15px;
flex-wrap: wrap;
}
body.woocommerce-cart .exp-entry-content > .woocommerce .woocommerce-cart-form {
flex-grow: 1;
padding: 0 15px;
}
body.woocommerce-cart .exp-entry-content > .woocommerce .cart-collaterals {
width: 100%;
max-width: 370px;
padding: 0 15px;
}
body.woocommerce-cart .exp-entry-content > .woocommerce .cart-collaterals .cart_totals {
width: 100%;
}
body.woocommerce-cart .exp-entry-content > .woocommerce .woocommerce-notices-wrapper {
display: flex;
flex-wrap: wrap;
width: 100%;
padding: 0 15px;
}
body.woocommerce-cart .exp-entry-content > .woocommerce .woocommerce-notices-wrapper .woocommerce-message, body.woocommerce-cart .exp-entry-content > .woocommerce .woocommerce-notices-wrapper .woocommerce-info, body.woocommerce-cart .exp-entry-content > .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
width: 100%;
}
body.woocommerce-cart .exp-entry-content > .woocommerce .cart-empty.woocommerce-info {
width: 100%;
text-align: left;
}
body.woocommerce-cart .exp-entry-content > .woocommerce .return-to-shop {
width: 100%;
}
body.woocommerce-cart .cart-empty.woocommerce-info {
padding: 112px 0 0;
background-color: transparent;
border: none;
text-align: center !important;
}
body.woocommerce-cart .cart-empty.woocommerce-info:before {
content: "\f145";
font-family: "Caseicon";
width: 100px;
height: 100px;
border-radius: 100px;
line-height: 100px;
font-size: 100px;
left: 50%;
top: 0;
transform: translate(-50%, 0);
color: rgba(0, 0, 0, 0.14);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table {
border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
font-size: 15px;
font-weight: 700;
color: #333;
padding: 10px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 3px solid var(--main-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
text-align: left;
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
border-bottom: none;
padding-left: 0;
padding-right: 0;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text {
border: none;
background-color: #f8f8f8;
color: #666;
height: 45px;
padding: 0 20px;
min-width: 180px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text:focus {
color: #222;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .button {
background-color: #000;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .button:hover {
background-color: var(--main-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
float: right;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a {
color: #152136;
font-size: 16px;
font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover {
color: var(--main-color);
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button {
display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation {
display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
color: #152136;
font-size: 16px;
font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins {
color: #152136;
background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
text-align: center !important;
min-width: 120px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a {
display: block;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img {
width: 100%;
max-width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table {
margin-bottom: 40px;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
@media screen and (max-width: 769px) {
body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
background-color: #fff !important;
}
}
body.woocommerce-cart .cart-collaterals .cart_totals {
background-color: #fff;
padding: 40px 50px;
-webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
-khtml-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
-o-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
width: 33.33%;
}
@media screen and (max-width: 991px) {
body.woocommerce-cart .cart-collaterals .cart_totals {
width: 50%;
padding-left: 40px;
padding-right: 40px;
}
}
@media screen and (max-width: 991px) {
body.woocommerce-cart .cart-collaterals .cart_totals {
padding: 30px;
width: 100%;
}
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
font-size: 24px;
border-bottom: 1px solid rgba(96, 101, 104, 0.15);
margin-bottom: 20px;
padding-bottom: 14px;
text-transform: capitalize;
}
body.woocommerce-cart .cart-collaterals .cart_totals th {
vertical-align: middle !important;
border: none !important;
color: inherit;
font-weight: normal;
padding: 12px 10px 12px 0px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td {
border-left: 1px solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals td {
border: none !important;
padding: 12px 10px;
text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals strong {
font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total th, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
color: #222;
font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
color: var(--main-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
content: '\f2f9';
margin-left: 9px;
font-family: "Material-Design-Iconic-Font";
position: relative;
top: 1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
color: var(--main-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
padding-top: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
padding-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
width: 100%;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
text-align: right;
}
.woocommerce-checkout form.checkout_coupon {
border: 1px solid #eee;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: #f7f8fa;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
width: 50%;
padding-right: 30px;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
width: 50%;
}
.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.woocommerce-checkout #customer_details {
margin: 0 -15px;
width: inherit;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
width: 50%;
flex: inherit;
max-width: 100%;
}
@media screen and (max-width: 767px) {
.woocommerce-checkout #customer_details {
margin: 0;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
width: 100%;
}
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
width: 100%;
display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
margin-bottom: 36px;
padding:0px 15px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
font-size: 24px;
margin-bottom: 18px;
text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
margin-bottom: 36px;
padding:0px 15px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
font-size: 24px;
margin-bottom: 18px;
text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
font-size: 24px;
cursor: pointer;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
color: var(--main-color);
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
position: absolute;
opacity: 0;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
content: "\f01a";
font-family: FontAwesome;
margin-left: 14px;
font-weight: normal;
}
.woocommerce-checkout #customer_details #billing_country_field label, .woocommerce-checkout #customer_details #shipping_country_field label, .woocommerce-checkout #customer_details #billing_address_1_field label, .woocommerce-checkout #customer_details #shipping_address_1_field label, .woocommerce-checkout #customer_details #order_comments_field label {
display: none !important;
}
.woocommerce-checkout #customer_details #billing_country_field textarea, .woocommerce-checkout #customer_details #shipping_country_field textarea, .woocommerce-checkout #customer_details #billing_address_1_field textarea, .woocommerce-checkout #customer_details #shipping_address_1_field textarea, .woocommerce-checkout #customer_details #order_comments_field textarea {
padding: 18px 30px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
font-size: 24px;
font-weight: 700;
margin-bottom: 18px;
text-transform: capitalize;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
font-weight: 500;
vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
margin-bottom: 60px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th {
font-weight: 700;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
border-left: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
font-size: 14px;
font-weight: 700;
color: var(--main-color);
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
background-color: #f7f8fa;
border: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
margin-left: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
padding: 20px;
border-bottom: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
padding: 20px;
margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
float: none;
margin-top: 10px;
}
.woocommerce-checkout #payment label {
font-size: 16px;
color: rgba(0, 0, 0, 0.87);
font-weight: 600;
}
.woocommerce-checkout #payment .stripe-card-group, .woocommerce-checkout #payment .wc-stripe-elements-field, .woocommerce-checkout #payment .wc-stripe-iban-element-field {
width: 100%;
}
.woocommerce-checkout .woocommerce-order-details .woocommerce-order-details__title, .woocommerce-checkout .woocommerce-customer-details .woocommerce-column__title {
font-size: 26px;
margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-columns--addresses.col2-set {
margin-left: -15px;
margin-right: -15px;
}
.woocommerce-checkout .woocommerce-columns--addresses.col2-set .woocommerce-column {
width: 50%;
max-width: 50%;
margin-top: 55px;
}
@media screen and (max-width: 767px) {
.woocommerce-checkout .woocommerce-columns--addresses.col2-set .woocommerce-column {
width: 100%;
max-width: 100%;
}
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
display: block;
width: 100%;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation {
margin-bottom: 30px;
width: 30%;
float: left;
padding: 0 15px;
}
@media screen and (max-width: 767px) {
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation {
width: 100%;
margin-bottom: 60px;
}
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul {
margin: 0;
list-style: none;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul li {
border-bottom: 1px solid #eaeaea;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul li a {
padding: 10px 0;
color: #222;
position: relative;
display: block;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul li a:hover {
color: var(--main-color);
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul li a:before {
content: "\f14d";
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
display: block;
font-family: "Caseicon";
color: var(--main-color);
margin-left: -16px;
font-size: 10px;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul li a:hover {
color: inherit;
padding-left: 20px;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul li a:hover:before {
margin-left: 0;
opacity: 1;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-content {
margin-bottom: 30px;
padding: 0 15px;
width: 70%;
float: left;
}
@media screen and (max-width: 767px) {
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-content {
width: 100%;
margin-bottom: 0;
}
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-content .col-1, .woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-content .col-2 {
flex: inherit;
max-width: inherit;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-content .form-row label {
width: 100%;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
width: 100%;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form {
background-color: #f8f8f8;
border: 1px solid #eee;
padding: 30px;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
max-width: 670px;
margin: 0px auto 30px auto;
display: block;
width: 100%;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form label {
font-weight: 500;
margin-bottom: 2px;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .password-input {
display: block;
width: 100%;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .woocommerce-Button.button {
margin-right: 16px;
height: auto;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .woocommerce-LostPassword {
margin-bottom: 0;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .woocommerce-LostPassword a {
color: var(--main-color);
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .woocommerce-LostPassword a:hover {
color: var(--main-color)
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .woocommerce-form__label-for-checkbox {
padding: 0;
line-height: 50px;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span {
font-size: 15px;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
position: relative;
top: -1px;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .woocommerce-Button {
height: 42px;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-notices-wrapper + h2 {
text-align: center;
font-size: 24px;
}
.woocommerce-account #exp-main #exp-content-area #customer_login {
margin: 0 -15px;
width: inherit;
display: flex;
flex-wrap: wrap;
}
.woocommerce-account #exp-main #exp-content-area #customer_login h2 {
font-size: 24px;
margin-bottom: 22px;
}
.woocommerce-account #exp-main #exp-content-area #customer_login .u-column1.col-1, .woocommerce-account #exp-main #exp-content-area #customer_login .u-column2.col-2 {
width: 50%;
flex: inherit;
max-width: 100%;
}
@media screen and (max-width: 767px) {
.woocommerce-account #exp-main #exp-content-area #customer_login {
margin: 0;
}
.woocommerce-account #exp-main #exp-content-area #customer_login .u-column1.col-1, .woocommerce-account #exp-main #exp-content-area #customer_login .u-column2.col-2 {
width: 100%;
padding: 0;
}
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-password-strength.bad {
background-color: transparent;
padding: 8px 0;
}
body #yith-wcwl-popup-message {
margin-left: -108px;
display: none;
bottom: 30px;
top: auto;
right: 30px;
left: auto;
background-color: var(--main-color);
border-radius: 3px;
border: none;
color: #fff;
padding: 0 20px;
}
body #yith-quick-view-modal .yith-quick-view-overlay {
background-color: rgba(0, 0, 0, 0.85);
}
body #yith-quick-view-modal .yith-wcqv-main {
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close {
color: rgba(0, 0, 0, 0.2);
opacity: 1;
border: none;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-size: 0px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before {
content: "\f410";
font-family: "Font Awesome 5 Pro";
font-size: 18px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:hover {
color: var(--main-color);
}
body #yith-quick-view-modal .onsale {
top: 29px !important;
}
body #yith-quick-view-modal #yith-quick-view-content div.images {
padding: 15px;
margin-bottom: 0;
width: 50%;
}
@media screen and (max-width: 575px) {
body #yith-quick-view-modal #yith-quick-view-content div.images {
width: 100%;
margin-bottom: 30px;
}
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
padding: 30px 30px 15px 15px;
width: 50%;
}
@media screen and (max-width: 575px) {
body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
width: 100%;
}
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary h1.product_title {
font-size: 30px;
margin-bottom: 5px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-rating {
margin-bottom: 10px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price {
font-weight: 600;
color: var(--main-color);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price del {
color: #666;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins {
color: inherit;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart {
border-top: 1px solid #f7f9fb;
border-bottom: 1px solid #f7f9fb;
padding: 18px 0;
margin-bottom: 30px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart label {
font-size: 18px;
line-height: 30px;
margin-bottom: 0;
font-weight: 600;
color: #232323;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item {
background-color: #f3f3f3;
border: none;
line-height: 40px;
color: #6f6f6f;
text-transform: uppercase;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin: 0 5px 5px 0;
width: 40px;
height: 40px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item span {
font-size: 14px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected, body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
background-color: var(--main-color);
color: #fff;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item {
padding: 0;
border: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
margin: 0 5px 5px 0;
opacity: 0.5;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item span {
border: 2px solid rgba(0, 0, 0, 0.2);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
opacity: 1;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-details__short-description p {
margin-bottom: 24px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as {
display: block;
font-weight: 600;
font-size: 15px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a {
color: var(--main-color);
margin-left: 7px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a:hover, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a:hover, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a:hover {
color: #080808;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in {
display: none;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .quantity .qty {
margin: 0 20px 0 0;
padding: 0 12px;
width: 70px;
height: 54px;
}
.wishlist-title {
width: 100%;
text-align: center;
margin: 0 0 45px;
}
.wishlist-title .button .fa {
font-family: FontAwesome;
}
.hidden-title-form input + input {
margin-top: 15px;
}
.hidden-title-form .btn {
line-height: 51px !important;
}
.shop_table.cart.wishlist_table {
margin-bottom: 0 !important;
}
#yith-wcwl-form tfoot td {
display: none;
}
#yith-wcwl-form .product-stock-status {
font-size: 16px;
font-weight: 600;
}
#yith-wcwl-form .product-stock-status .wishlist-in-stock {
color: #080808 !important;
}
#yith-wcwl-form .wishlist-empty {
text-align: center !important;
}
#yith-wcwl-form .product-add-to-cart {
text-align: right !important;
}
#yith-wcwl-form .product-add-to-cart a.button {
padding: 0 34px;
display: inline-block !important;
}
#yith-wcwl-form .product-add-to-cart a.button.loading {
padding-right: 30px;
}
#yith-wcwl-form .product-add-to-cart a.button.loading:after {
top: 0 !important;
right: 0px !important;
text-indent: 0px;
height: 50px !important;
width: 50px !important;
line-height: 50px !important;
text-align: center !important;
}
#yith-wcwl-form .yith-wcwl-share {
display: none;
}
@media screen and (max-width: 767px) {
#yith-wcwl-form {
overflow-x: scroll;
}
#yith-wcwl-form .cart.wishlist_table {
min-width: 767px;
}
}
#stripe-payment-data .form-row > label + div {
width: 100%;
}
.woocommerce-lost-password { }
.woocommerce-lost-password .woocommerce-error {
max-width: 440px;
margin: auto;
}
.woocommerce-lost-password .woocommerce-ResetPassword {
border: 1px solid rgba(0, 0, 0, 0.02);
background-color: #f9f9f9;
padding: 35px 30px 25px;
max-width: 440px;
margin: 10px auto 0 auto;
}
.woocommerce-lost-password .woocommerce-ResetPassword p {
width: 100% !important;
float: none !important;
}
.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-Button {
width: 100%;
height: 54px;
line-height: 54px !important;
padding: 0 30px !important;
color: #fff !important;
}
.woocommerce-lost-password .woocommerce-form-row label {
margin-bottom: 4px;
font-weight: 500;
color: #222;
}
.woocommerce-lost-password .exp-entry-content > .woocommerce {
max-width: 960px;
margin: auto;
}
.woosw-popup { }
.woosw-popup .woosw-item--time {
display: none;
}
.woosw-popup .woosw-item--actions a.button {
line-height: 40px;
padding: 0 22px;
}
.woosw-popup .woosw-popup-content-bot a {
color: #000;
text-transform: capitalize;
}
.woosw-popup .woosw-popup-content-bot a:hover {
color: var(--main-color);
border-color: var(--main-color);
}
.woosw-list {
max-width: 1200px;
margin: auto; }
.woosw-list .woosw-actions {
display: none;
}
.woosw-list .woosw-popup-content-mid-massage {
padding: 112px 0 0;
background-color: transparent;
border: none;
text-align: center !important;
}
.woosw-list .woosw-popup-content-mid-massage:before {
content: "\f145";
font-family: "Caseicon";
width: 100px;
height: 100px;
border-radius: 100px;
line-height: 100px;
font-size: 100px;
left: 50%;
top: 0;
transform: translate(-50%, 0);
color: rgba(0, 0, 0, 0.14);
position: absolute;
}
.woosw-list table.woosw-items {
border-left: none;
}
.woosw-list table.woosw-items td {
border-right: none;
background-color: transparent !important;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
font-weight: 600;
color: #000;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price {
font-size: 15px;
color: var(--main-color);
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price ins {
background-color: transparent;
color: inherit;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price del {
color: #888;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--time {
font-size: 15px;
line-height:18px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions {
text-align: right;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button {
min-width: 170px;
text-align: center;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button.added {
margin: 0 10px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button.added:after {
display: none;
}
.woosq-popup .woocommerce-product-details__short-description {
margin-bottom: 22px;
}
.woosq-popup div.product .entry-summary .entry-title {
font-size: 32px;
line-height:40px;
}
.woosq-popup div.product .entry-summary .product_type_external {
width: 100%;
line-height: 50px;
text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button {
width: 100%;
text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart {
line-height: 50px;
text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading {
opacity: 1;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:before {
content: '';
width: 20px;
height: 20px;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
border-color: transparent #fff transparent #fff;
border-width: 1px;
border-style: solid;
position: absolute;
top: 0;
right: 20px;
bottom: 0;
margin: auto;
animation: exp_spin 0.6s infinite linear;
-webkit-animation: exp_spin 0.6s infinite linear;
box-sizing: border-box;
z-index: 2;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:after {
display: none;
}
.exp-product-grid-layout1 .exp-item--inner {
margin-bottom: 40px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--price {
min-height: 30px;
}
.exp-product-grid-layout1 .woocommerce-product--price {
font-size: 16px;
font-weight: 500;
color: var(--main-color);
}
.exp-product-grid-layout1 .woocommerce-product--price {
font-size: 16px;
font-weight: 500;
color: var(--main-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a i{
line-height: 2;
}
.exp-product-grid-layout1 .woocommerce-product--title {
font-size: 18px;
line-height: 1.45;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .exp-select-higthlight, .nice-select {
background-color: #fff;
border: 1px solid #ececec;
border-top-color: rgb(236, 236, 236);
border-right-color: rgb(236, 236, 236);
border-bottom-color: rgb(236, 236, 236);
border-left-color: rgb(236, 236, 236);
color: #888;
padding: 6px 22px;
line-height: normal;
font-size: 15px;
font-weight: 400;
height: 50px;
-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
transition: all .25s cubic-bezier(.645,.045,.355,1);
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
width: 100%;
outline: none;
font-family: inherit;
}
.woocommerce-product-search {
position: relative;
}
@media screen and (min-width: 1200px) {
.exp-sidebar-sticky {
position: -webkit-sticky;
position: sticky;
top: 40px;
}
}
.woocommerce .star-rating{
height: 2em;
line-height: 28px;
}
form .select2-container--default{
width: 100% !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
float: right;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
float: left;
}
input[type="text"], input[type="email"],
input[type="url"], input[type="password"],
input[type="search"], input[type="tel"],
input[type="number"], input[type="range"],
input[type="date"], input[type="month"],
input[type="week"], input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"], 
textarea, select, 
.exp-select-higthlight,
.nice-select {
background-color: #fff;
border: 1px solid #ececec;
color: #888;
padding: 6px 22px;
line-height: normal;
font-size: 15px;
font-weight: 400;
height: 50px;
-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
transition: all .25s cubic-bezier(.645,.045,.355,1);
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
width: 100%;
outline: none;
font-family: inherit;
}
table {
border-bottom: 1px solid #ededed;
border-left: 1px solid #ededed;
border-collapse: collapse;
border-spacing: 0;
line-height: 2;
margin: 0 0 32px;
width: 100%;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.woosw-list table.woosw-items {
border-left: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
line-height: 2;
}
.woosw-list table.woosw-items td {
border-right: none;
background-color: transparent !important;
}
td {
border-top: 1px solid #ededed;
padding: 10px;
border-right: 1px solid #ededed;
}
form .select2-container--default .select2-selection{
border: 1px solid #ececec;
background-color: #fff;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
list-style: none outside;
padding: 0;
margin: 0;
margin-bottom: 0px;
}
.woocommerce.widget_shopping_cart ul.cart_list {
margin-bottom: 35px;
} .site-header-cart.cart-open .widget_shopping_head{
display:none;
}
.site-header-cart .widget_shopping_cart .cart_list, .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message{
position:relative;
}
.site-header-cart .widget_shopping_cart .cart_list li .remove_from_cart_button{
position: absolute;
right: 0px;
top: 0px;
}
.site-header-cart ul.cart_list li{
position:relative;
display:flex;
}
.site-header-cart ul.cart_list li a{
font-size: 18px;
} 
.site-header-cart ul.cart_list li img{
border: 1px solid #ececec;
}
.woocommerce #exp-wapper .quantity .woocommerce-Price-amount.amount, .woocommerce-page #exp-wapper .quantity .woocommerce-Price-amount.amount{
margin-left:5px;
}
.site-header-cart .widget_shopping_cart .cart_list li .cart-product-meta{
margin-top:0px;    
}
.single-post .exp-item--excerpt blockquote p  {
margin-bottom:0px;
}
.woocommerce #exp-wapper .quantity-icon.exp-icon--minus,
.woocommerce #exp-wapper .quantity-icon.exp-icon--plus,
.site-header-cart.cart-open .exp-icon--minus,
.site-header-cart.cart-open .exp-icon--plus{
display:none;
}
.woocommerce form .form-row .select2-container span.selection{
display:inline;
} 
.woocommerce ul.products li.product .price {
font-size: 16px;
font-weight: 500;
margin-bottom: 0;
color: var(--main-color);
}
.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow{
top:12px;
right:10px;
}
.woocommerce table.shop_table td{
border-right: 0px;
}
.woocommerce ul.products li.product .price .amount .woocommerce-Price-currencySymbol {
color: var(--main-color);
}
.is-large.wc-block-cart .wc-block-cart__totals-title,
table.wc-block-cart-items .wc-block-cart-items__header{
font-size: 0.95em !important;
}
.site-header-cart ul.cart_list li a.btn-shop {
padding: 10px 15px;
color: #fff;
position: fixed;
bottom: 20px;
display: block;
width: 80%;
border-radius: 0px;
margin-left: 15px;
margin-right: 15px;
font-size: 15px;
background-color: var(--main-color);
}
.site-header-cart .widget_shopping_cart .cart_list li.empty{
display:inline-grid;
}
.site-header-cart .widget_shopping_cart .cart_list li.empty span{
line-height:40px;
margin-right:20px;
}
.exp-product-grid-layout1 .woocommerce-product--title a:hover,
.wc-block-components-checkout-return-to-cart-button:hover {
color: var(--main-color);
}
.wc-block-components-button:not(.is-link){
background-color: var(--main-color);
color:  #fff;
}
.wc-blocks-components-select .wc-blocks-components-select__select:after{
display: none;
}
.wc-block-cart__empty-cart__title {
font-size: inherit;
padding: 40px;
background-color: #f5f5f5;
color: #222222;
font-size: 24px;
font-weight: 600;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__products{
margin: 50px 0 0 0px;
gap: 25px;
flex-wrap:nowrap;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product{
background-color: #fff;
-webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-khtml-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-moz-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-ms-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-o-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
overflow: hidden;
}
.wc-block-grid__product .wc-block-grid__product-title{
font-size:20px;
font-weight:normal;
color:#222;
}
.wc-block-grid__product .wc-block-grid__product-price{
font-size:18px;
}
.wc-block-grid__product-rating .star-rating{
height: 2.618em !important;
line-height: 1.618 !important;
text-align:center !important;
width:100% !important;
}
.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .star-rating::before{
font-size:16px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
font-size: 16px;
background-color: var(--main-color);
border-radius: 5px;
padding: 7px 25px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover{
background-color:#222;
color:#fff;
}
.woocommerce .summary.entry-summary .quantity .qty{
width:8em;
}.product-remove {
position: relative;
min-width: 50px;
}
.product-remove a.remove {
font-size: 0px;
width: 26px;
height: 26px;
background-color: var(--main-color);
border-radius: 100%;
position: relative;
}
.product-remove a.remove:before, .product-remove a.remove:after {
content: '';
position: absolute;
height: 1px;
width: 12px;
top: 50%;
left: 0;
right: 0;
margin: auto;
background-color: #fff;
transform-origin: 50% 50%;
opacity: 1;
-webkit-transition: transform ease 0.25s;
-khtml-transition: transform ease 0.25s;
-moz-transition: transform ease 0.25s;
-ms-transition: transform ease 0.25s;
-o-transition: transform ease 0.25s;
transition: transform ease 0.25s;
}
.product-remove a.remove:before {
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.product-remove a.remove:after {
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.product-remove a.remove:hover {
background-color: var(--main-color);
}
.product-remove a.remove:hover:before, .product-remove a.remove:hover:after {
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
@media screen and (max-width: 769px) {
.product-remove {
min-height: 57px;
}
}
.woosw-item--add .add_to_cart_button.loading {
opacity: 1 !important;
}
.woosw-item--add .add_to_cart_button.loading:before {
content: '';
width: 20px;
height: 20px;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
border-color: transparent #fff transparent #fff;
border-width: 1px;
border-style: solid;
position: absolute;
top: 0;
right: 15px;
bottom: 0;
margin: auto;
animation: exp_spin 0.6s infinite linear;
-webkit-animation: exp_spin 0.6s infinite linear;
box-sizing: border-box;
z-index: 2;
}
.woosw-item--add .add_to_cart_button.loading:after {
display: none;
}
#exp-cart-sidebar {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
visibility: hidden;
}
#exp-cart-sidebar .exp-item--close {
top: 50%;
left: auto;
right: 35px;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
position: absolute;
}
#exp-cart-sidebar .exp-item--close:before, #exp-cart-sidebar .exp-item--close:after {
background-color: #666;
}
#exp-cart-sidebar .exp-widget-cart-sidebar {
padding-bottom: 137px;
background-color: #fff;
position: fixed;
top: 0;
right: 0;
height: 100%;
z-index: 9999;
width: 320px;
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-webkit-transform: translateX(100%);
-khtml-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_title {
font-size: 16px;
font-weight: 700;
color: #000;
flex-grow: 1;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_head {
display: flex;
background-color: #f9f9f9;
padding: 16px 30px;
margin-top: -30px;
margin-left: -30px;
margin-right: -30px;
margin-bottom: 20px;
align-items: center;
position: relative;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_head .ct-close {
height: 36px;
width: 36px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart {
padding: 30px 45px 0 30px;
height: 100%;
overflow-y: scroll;
width: 350px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
padding: 20px 15px 15px 0;
display: flex;
flex-wrap: nowrap;
border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
position: relative;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
border: none;
padding-bottom: 0;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
font-size: 16px;
margin-top: 40px;
padding: 0 !important;
text-align: center;
display: block;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
text-align: center;
margin-bottom: 20px;
display: block;
margin-top: 20px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
font-size: 100px;
color: rgba(0, 0, 0, 0.2);
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
line-height: 50px;
width: 100%;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
color: #fff;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
width: 45px;
min-width: 45px;
margin-right: 15px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
display: inline-block;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
margin: 0;
width: inherit;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
-khtml-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
-ms-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
-o-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
padding-right: 12px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
font-size: 16px;
line-height: normal;
margin-bottom: 3px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
color: inherit;
font-weight: 600;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
color: #555;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
font-size: 14px;
border: none;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .quantity-icon {
display: none;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .woocommerce-Price-amount {
margin: 0 4px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
opacity: 0;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
right: 0px;
width: 30px;
height: 30px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:before, #exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:after {
background-color: #000;
height: 1px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
opacity: 1;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 30px;
background-color: #fff;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
border: none;
border-top: 1px dashed rgba(0, 0, 0, 0.1);
padding-top: 15px;
padding-bottom: 0;
color: #000;
font-weight: 700;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
font-weight: inherit;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
margin: 0 0 30px;
display: flex;
flex-wrap: wrap;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
width: 100%;
margin-right: 0;
margin-bottom: 10px;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout {
background: #080808;
}
#exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:hover, #exp-cart-sidebar .exp-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:focus {
background: var(--main-color);
}
#exp-cart-sidebar.active {
visibility: visible;
}
#exp-cart-sidebar.active .exp-widget-cart-sidebar {
-webkit-transform: translateY(0%);
-khtml-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}
.admin-bar #exp-cart-sidebar .exp-widget-cart-sidebar {
top: 32px;
}
@media screen and (min-width: 992px) {
.admin-bar .widget-cart-sidebar {
top: 32px;
padding-bottom: 167px;
}
.admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
bottom: 32px;
}
}
.exp-entry-content > .woocommerce .cart-empty, .exp-entry-content > .woocommerce .return-to-shop {
text-align: center;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
background-color: #f9f9f9;
}
.woocommerce ins {
background-color: transparent;
color: var(--main-color);
}
.woocommerce #exp-sidebar-area .widget {
padding: 0;
border: none;
margin-bottom: 52px;
}
.woocommerce #exp-sidebar-area .widget:last-child {
margin-bottom: 0;
}
.woocommerce #exp-sidebar-area .widget_price_filter .ui-slider-horizontal {
height: 4px;
background-color: #e6e6e6;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.woocommerce #exp-sidebar-area .widget_price_filter .ui-slider .ui-slider-range {
background-color: var(--main-color);
}
.woocommerce #exp-sidebar-area .widget_price_filter .ui-slider .ui-slider-handle {
height: 10px;
width: 10px;
background-color: var(--main-color);
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
top: -3px;
}
.woocommerce #exp-sidebar-area .widget_price_filter .price_slider_amount {
display: flex;
align-items: left;
flex-wrap: nowrap;
justify-content: left;
padding-top: 10px;
}
.woocommerce #exp-sidebar-area .widget_price_filter .price_slider_amount .button {
line-height: 32px;
font-size: 14px;
margin-right: 20px;
padding: 0 18px;
}
.woocommerce #exp-sidebar-area .widget_price_filter .price_label {
font-size: 14px;
color: #080808;
}
.woocommerce #exp-sidebar-area .widget_product_search button {
padding: 0;
width: 53px;
height: 50px;
text-indent: -9999px;
position: absolute;
top: 0;
right: 0;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
opacity: 1;
z-index: 3;
border-left: 1px solid #ececf0;
color: #222;
font-size: 15px;
background-color: transparent;
background-image: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.woocommerce #exp-sidebar-area .widget_product_search button:after {
content: "\f002";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-family: "Font Awesome 5 Pro";
text-indent: 0px;
font-weight: 400;
}
.woocommerce #exp-sidebar-area .widget_product_search button:hover {
background-color: var(--main-color);
border-color: var(--main-color);
color: #fff;
}
.woocommerce #exp-sidebar-area .widget_product_search .search-field {
height: 50px;
color: #222;
border-color: #ececf0;
font-size: 15px;
}
.woocommerce #exp-sidebar-area .widget_product_search .search-field:focus {
border-color: var(--main-color);
}
.woocommerce #exp-sidebar-area .widget_product_search .search-field:focus + button {
border-color: var(--main-color);
}
.woocommerce #exp-sidebar-area .widget_products ul li {
position: relative;
padding: 0 0 0 95px;
margin-bottom: 15px;
min-height: 80px;
}
.woocommerce #exp-sidebar-area .widget_products ul li .product-title {
margin-bottom: 0;
}
.woocommerce #exp-sidebar-area .widget_products ul li img {
margin: 0;
width: 100%;
max-width: 80px;
position: absolute;
top: 0;
left: 0;
border-radius: 2px;
-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
-khtml-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
-ms-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
-o-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
box-shadow: 0 5px 9px rgba(0, 0, 0, 0.06);
}
.woocommerce #exp-sidebar-area .widget_products ul li a {
font-size: 15px;
color: #222;
font-weight: 700;
line-height: 1.25;
margin-top: 8px;
margin-bottom: 6px;
}
.woocommerce #exp-sidebar-area .widget_products ul li a:hover {
color: var(--main-color);
}
.woocommerce #exp-sidebar-area .widget_products ul li .star-rating {
margin-bottom: 0px;
height: 2em;
line-height: 28px;
}
.woocommerce #exp-sidebar-area .widget_products ul li .star-rating:before {
font-size: 12px;
}
.woocommerce #exp-sidebar-area .widget_products ul li .star-rating span::before {
font-size: 12px;
}
@media screen and (max-width: 769px) {
.woocommerce .coupon #coupon_code, .woocommerce-page .coupon #coupon_code {
width: 100% !important;
margin-bottom: 10px;
border: none;
-webkit-border-radius: 50px;
-khtml-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
}
.woocommerce .coupon .button, .woocommerce-page .coupon .button {
width: 100% !important;
}
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
padding: 0 0 10px;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
margin-right: 15px;
}
.woocommerce textarea, .woocommerce-page textarea {
padding-top: 24px;
padding-bottom: 24px;
min-height: 140px;
}
.woocommerce .nice-select, .woocommerce-page .nice-select {
border: 1px solid #ececec;
text-align: left;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
height: 50px;
}
.woocommerce .nice-select span.current, .woocommerce-page .nice-select span.current {
line-height: 35px;
}
.woocommerce .nice-select:after, .woocommerce-page .nice-select:after {
color: inherit;
}
.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
border: 1px solid #ececec;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
height: 50px;
padding:10px;
}
.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce a.button, .woocommerce-page a.button, .woocommerce a.wc-forward, .woocommerce-page a.wc-forward, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce .cart button.button, .woocommerce-page .cart button.button, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button:disabled, .woocommerce-page button.button:disabled, .woocommerce a.button:disabled, .woocommerce-page a.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce-page button.button:disabled[disabled], .woocommerce button.button.alt, .woocommerce-page button.button.alt {
font-size: 14px;
font-weight: 700;
color: #fff;
padding: 0 30px;
line-height: 45px;
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
position: relative;
display: inline-block;
cursor: pointer;
border: none;
background-color: var(--main-color);
}
.woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce a.wc-forward:hover, .woocommerce-page a.wc-forward:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce .cart button.button:hover, .woocommerce-page .cart button.button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button:disabled:hover, .woocommerce-page button.button:disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce-page a.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce #respond input#submit:focus, .woocommerce-page #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce-page a.button:focus, .woocommerce a.wc-forward:focus, .woocommerce-page a.wc-forward:focus, .woocommerce button.button:focus, .woocommerce-page button.button:focus, .woocommerce input.button:focus, .woocommerce-page input.button:focus, .woocommerce .cart button.button:focus, .woocommerce-page .cart button.button:focus, .woocommerce a.button.alt:focus, .woocommerce-page a.button.alt:focus, .woocommerce button.button:disabled:focus, .woocommerce-page button.button:disabled:focus, .woocommerce a.button:disabled:focus, .woocommerce-page a.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus, .woocommerce-page button.button:disabled[disabled]:focus, .woocommerce button.button.alt:focus, .woocommerce-page button.button.alt:focus, .woocommerce #respond input#submit:active, .woocommerce-page #respond input#submit:active, .woocommerce a.button:active, .woocommerce-page a.button:active, .woocommerce a.wc-forward:active, .woocommerce-page a.wc-forward:active, .woocommerce button.button:active, .woocommerce-page button.button:active, .woocommerce input.button:active, .woocommerce-page input.button:active, .woocommerce .cart button.button:active, .woocommerce-page .cart button.button:active, .woocommerce a.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce button.button:disabled:active, .woocommerce-page button.button:disabled:active, .woocommerce a.button:disabled:active, .woocommerce-page a.button:disabled:active, .woocommerce button.button:disabled[disabled]:active, .woocommerce-page button.button:disabled[disabled]:active, .woocommerce button.button.alt:active, .woocommerce-page button.button.alt:active, .woocommerce #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce a.button:not([disabled]):not(.disabled).active, .woocommerce-page a.button:not([disabled]):not(.disabled).active, .woocommerce a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce button.button:not([disabled]):not(.disabled).active, .woocommerce-page button.button:not([disabled]):not(.disabled).active, .woocommerce input.button:not([disabled]):not(.disabled).active, .woocommerce-page input.button:not([disabled]):not(.disabled).active, .woocommerce .cart button.button:not([disabled]):not(.disabled).active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled).active, .woocommerce a.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled).active, .woocommerce button.button:disabled:not([disabled]):not(.disabled).active, .woocommerce-page button.button:disabled:not([disabled]):not(.disabled).active, .woocommerce a.button:disabled:not([disabled]):not(.disabled).active, .woocommerce-page a.button:disabled:not([disabled]):not(.disabled).active, .woocommerce button.button:disabled[disabled]:not([disabled]):not(.disabled).active, .woocommerce-page button.button:disabled[disabled]:not([disabled]):not(.disabled).active, .woocommerce button.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page button.button.alt:not([disabled]):not(.disabled).active, .woocommerce #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce a.button:not([disabled]):not(.disabled):active, .woocommerce-page a.button:not([disabled]):not(.disabled):active, .woocommerce a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce button.button:not([disabled]):not(.disabled):active, .woocommerce-page button.button:not([disabled]):not(.disabled):active, .woocommerce input.button:not([disabled]):not(.disabled):active, .woocommerce-page input.button:not([disabled]):not(.disabled):active, .woocommerce .cart button.button:not([disabled]):not(.disabled):active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled):active, .woocommerce a.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled):active, .woocommerce button.button:disabled:not([disabled]):not(.disabled):active, .woocommerce-page button.button:disabled:not([disabled]):not(.disabled):active, .woocommerce a.button:disabled:not([disabled]):not(.disabled):active, .woocommerce-page a.button:disabled:not([disabled]):not(.disabled):active, .woocommerce button.button:disabled[disabled]:not([disabled]):not(.disabled):active, .woocommerce-page button.button:disabled[disabled]:not([disabled]):not(.disabled):active, .woocommerce button.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page button.button.alt:not([disabled]):not(.disabled):active {
outline: medium none;
text-decoration: none;
color: #fff;
background-color: #080808;
}
.woocommerce button.button:disabled, .woocommerce-page button.button:disabled, .woocommerce a.button:disabled, .woocommerce-page a.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce-page button.button:disabled[disabled] {
opacity: 1;
cursor: not-allowed;
}
.woocommerce button.button:disabled:hover, .woocommerce-page button.button:disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce-page a.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce button.button:disabled:focus, .woocommerce-page button.button:disabled:focus, .woocommerce a.button:disabled:focus, .woocommerce-page a.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus, .woocommerce-page button.button:disabled[disabled]:focus {
background-color: var(--main-color);
}
.woocommerce .comment-form, .woocommerce-page .comment-form {
max-width: 100%;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
color: inherit;
border-color: var(--main-color);
line-height: 40px;
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
color: var(--main-color);
}
.woocommerce #exp-wapper .quantity, .woocommerce-page #exp-wapper .quantity {
position: relative;
display: inline-flex;
-webkit-border-radius: 50px;
-khtml-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
}
.woocommerce #exp-wapper .quantity .qty, .woocommerce-page #exp-wapper .quantity .qty {
padding: 0 16px;
border: 2px solid #e2e2e2;
color: #767677;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
font-size: 16px;
-moz-appearance: textfield;
height: 50px;
width: 100px;
}
.woocommerce #exp-wapper .quantity .qty::-webkit-outer-spin-button, .woocommerce-page #exp-wapper .quantity .qty::-webkit-outer-spin-button, .woocommerce #exp-wapper .quantity .qty::-webkit-inner-spin-button, .woocommerce-page #exp-wapper .quantity .qty::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce #exp-wapper .quantity-icon, .woocommerce-page #exp-wapper .quantity-icon {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.woocommerce #exp-wapper .quantity-icon:before, .woocommerce-page #exp-wapper .quantity-icon:before, .woocommerce #exp-wapper .quantity-icon:after, .woocommerce-page #exp-wapper .quantity-icon:after {
background-color: #888;
}
.woocommerce #exp-wapper .quantity-icon.exp-icon--minus, .woocommerce-page #exp-wapper .quantity-icon.exp-icon--minus {
left: 14px;
}
.exp-icon--plus {
height: 10px;
width: 10px;
position: relative;
cursor: pointer;
}
.exp-icon--plus:before, .exp-icon--plus:after {
content: '';
background-color: #122a00;
position: absolute;
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.exp-icon--plus:before {
width: 10px;
height: 2px;
top: 4px;
left: 0;
}
.exp-icon--plus:after {
width: 2px;
height: 10px;
left: 4px;
top: 0;
}
.exp-icon--minus {
height: 10px;
width: 10px;
position: relative;
cursor: pointer;
}
.exp-icon--minus:before {
content: '';
background-color: #122a00;
position: absolute;
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.exp-icon--minus:before {
width: 10px;
height: 2px;
top: 4px;
left: 0;
}
.woocommerce #exp-wapper .quantity-icon.exp-icon--plus, .woocommerce-page #exp-wapper .quantity-icon.exp-icon--plus {
right: 14px;
}
.woocommerce #exp-wapper .quantity-icon:hover:before, .woocommerce-page #exp-wapper .quantity-icon:hover:before, .woocommerce #exp-wapper .quantity-icon:hover:after, .woocommerce-page #exp-wapper .quantity-icon:hover:after {
background-color: #000;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
padding: 20px 15px;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th, .woocommerce table.shop_table tbody th, .woocommerce-page table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th {
font-weight: 500;
}
.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
width: 50px;
}
@media screen and (min-width: 992px) {
.woocommerce .content-row {
margin: 0 -15px;
}
.woocommerce #exp-content-area.content-has-sidebar {
padding-left: 15px;
padding-right: 15px;
flex: 0 0 75%;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
-o-flex: 0 0 75%;
max-width: 75%;
}
.woocommerce #secondary.widget-has-sidebar {
padding-left: 15px;
padding-right: 15px;
flex: 0 0 25%;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
-o-flex: 0 0 25%;
max-width: 25%;
}
}
.widget_products .amount {
font-size: 14px;
font-weight: 500;
color: var(--main-color);
}
.widget_products del {
color: #8f8f8f;
}
.widget_products del .amount {
color: #8f8f8f;
}
.widget_products .star-rating-wrap {
display: none !important;
}
.widget_rating_filter .wc-layered-nav-rating a {
font-size: 0px;
display: block;
padding-left: 28px !important;
position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
content: "";
height: 18px;
width: 18px;
border: 1px solid #e6e6e6;
-webkit-border-radius: 18px;
-khtml-border-radius: 18px;
-moz-border-radius: 18px;
-ms-border-radius: 18px;
-o-border-radius: 18px;
border-radius: 18px;
position: absolute;
top: 1px;
left: 0;
-webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.widget_rating_filter .wc-layered-nav-rating a .star-rating {
font-size: 18px;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
border-color: var(--main-color);
background-color: var(--main-color);
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
border-color: var(--main-color);
background-color: var(--main-color);
}
#shop-topbar {
border-bottom: 1px solid #e5e5e5;
background-color: #f7f7f7;
}
#shop-topbar .shop-topbar-item {
margin: 11px 0;
position: relative;
padding-left: 76px;
color: #000;
font-size: 16px;
min-height: 56px;
display: flex;
flex-wrap: nowrap;
align-items: center;
}
#shop-topbar .shop-topbar-item i {
height: 56px;
width: 56px;
-webkit-border-radius: 56px;
-khtml-border-radius: 56px;
-moz-border-radius: 56px;
-ms-border-radius: 56px;
-o-border-radius: 56px;
border-radius: 56px;
border: 1px solid #e5e5e5;
line-height: 54px;
text-align: center;
font-size: 24px;
position: absolute;
top: 0;
left: 0;
}
#shop-topbar .shop-topbar-item span {
font-weight: 500;
}
#shop-breadcrumb {
padding: 23px 0;
}
#shop-breadcrumb ul {
list-style: none;
margin: 0;
}
#shop-breadcrumb ul li {
display: inline-block;
font-size: 16px;
font-weight: 500;
color: var(--main-color);
margin: 10px 0;
padding: 0 12px;
position: relative;
}
#shop-breadcrumb ul li::after {
content: '/';
color: #e9e9e9;
position: absolute;
top: 0;
right: -4px;
}
#shop-breadcrumb ul li:first-child {
padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
display: none;
}
#shop-breadcrumb ul li a {
color: ;
}
#shop-breadcrumb ul li a:hover {
color: var(--main-color);
}
.woocommerce .star-rating-wrap {
display: flex;
align-items: center;
flex-wrap: nowrap;
}
.woocommerce .star-rating-wrap .star-rating {
margin: 0;
}
.woocommerce .star-rating-wrap .count-rating {
font-size: 16px;
margin-left: 8px;
color: #223543;
font-weight: 600;
}
.woocommerce span.onsale {
height: 45px;
width: 45px;
min-width: inherit;
min-height: inherit;
font-size: 15px;
color: #fff;
padding: 0;
text-align: center;
line-height: 45px;
background-color: var(--main-color);
-webkit-border-radius: 50px;
-khtml-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
margin: 0 !important;
top: 14px !important;
left: 29px !important;
right: auto !important;
font-weight: normal;
z-index: 1;
}
.woocommerce .star-rating span::before {
color: #ffc600;
}
.woocommerce .star-rating:before {
color: #d4d4d4;
}
.woocommerce ul.products {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.woocommerce ul.products li.product {
margin-bottom: 44px;
margin-right: 0;
margin-left: 0;
padding: 0 15px;
}
.woocommerce ul.products li.product.last {
margin-right: 0;
}
.woocommerce ul.products li.product > .woosw-btn, .woocommerce ul.products li.product > .woosq-btn, .woocommerce ul.products li.product > .woosc-btn {
display: none !important;
}
@media screen and (min-width: 992px) {
.woocommerce ul.products.columns-5 li.product {
width: calc(20% - 1px);
width: -webkit-calc(20% - 1px);
width: -ms-calc(20% - 1px);
width: -o-calc(20% - 1px);
}
}
@media screen and (min-width: 992px) {
.woocommerce ul.products.columns-4 li.product {
width: calc(25% - 1px);
width: -webkit-calc(25% - 1px);
width: -ms-calc(25% - 1px);
width: -o-calc(25% - 1px);
}
}
@media screen and (max-width: 991px) {
.woocommerce ul.products.columns-4 li.product {
width: calc(33.33% - 1px);
width: -webkit-calc(33.33% - 1px);
width: -ms-calc(33.33% - 1px);
width: -o-calc(33.33% - 1px);
}
}
@media screen and (min-width: 768px) {
.woocommerce ul.products.columns-3 li.product {
width: calc(33.33% - 1px);
width: -webkit-calc(33.33% - 1px);
width: -ms-calc(33.33% - 1px);
width: -o-calc(33.33% - 1px);
}
}
@media (min-width: 576px) and (max-width: 767px) {
.woocommerce ul.products li.product {
width: 50% !important;
}
}
@media screen and (max-width: 575px) {
.woocommerce ul.products li.product {
width: 100% !important;
}
}
@media screen and (min-width: 992px) {
.woocommerce #exp-content-area.content-has-sidebar ul.products.columns-4 li.product {
width: calc(33.33% - 1px);
width: -webkit-calc(33.33% - 1px);
width: -ms-calc(33.33% - 1px);
width: -o-calc(33.33% - 1px);
}
}
.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
font-size: 18px;
line-height: 1.45;
margin-bottom: 7px;
}
.woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce .woocommerce-product-title a {
color: inherit;
}
.woocommerce ul.products li.product .woocommerce-product-title a:hover, .woocommerce .woocommerce-product-title a:hover {
color: var(--main-color);
}
.woocommerce .woocommerce-product-category {
font-size: 14px;
color: inherit;
margin-bottom: 3px;
}
.woocommerce .woocommerce-product-category a {
color: inherit;
}
.woocommerce .woocommerce-product-category a:hover {
color: var(--main-color);
}
.woocommerce ul.products li.product .price {
font-size: 16px;
font-weight: 500;
margin-bottom: 0;
color: var(--main-color);
}
.woocommerce ul.products li.product .price .amount {
color: inherit;
}
.woocommerce ul.products li.product .price del {
color: #8f8f8f;
opacity: 1;
}
.woocommerce ul.products li.product .price del .amount {
background-image: none;
text-fill-color: #8f8f8f;
-o-text-fill-color: #8f8f8f;
-ms-text-fill-color: #8f8f8f;
-moz-text-fill-color: #8f8f8f;
-webkit-text-fill-color: #8f8f8f;
display: initial;
}
.woocommerce ul.products li.product .price ins {
color: inherit;
font-weight: inherit;
text-decoration: none;
}
.woocommerce .woocommerce-topbar {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 10px;
position: relative;
z-index: 101;
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
margin: 0 30px 30px 0px;
flex-grow: 1;
}
.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering {
margin-bottom: 30px;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
float: none;
margin: 0;
font-size: 16px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
min-width: 220px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering select, .woocommerce .woocommerce-topbar .woocommerce-ordering .exp-select-higthlight, .woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
color: #666;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .exp-select-higthlight {
padding-right: 44px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .exp-select-higthlight:before {
background-color: transparent;
right: 10px;
}
.woocommerce .woocommerce-product-inner {
background-color: #fff;
-webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-khtml-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-moz-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-ms-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-o-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
overflow: hidden;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
position: relative;
overflow: hidden;
padding: 20px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
width: auto;
display: inline-block;
margin-bottom: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
position: absolute;
top: 20px;
right: 20px;
z-index: 4;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta > div {
width: 38px;
height: 38px;
margin-bottom: 8px;
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
opacity: 0;
-webkit-transform: translateX(-10px);
-khtml-transform: translateX(-10px);
-moz-transform: translateX(-10px);
-ms-transform: translateX(-10px);
-o-transform: translateX(-10px);
transform: translateX(-10px);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button {
width: 38px;
height: 38px;
line-height: 38px;
-webkit-border-radius: 38px;
-khtml-border-radius: 38px;
-moz-border-radius: 38px;
-ms-border-radius: 38px;
-o-border-radius: 38px;
border-radius: 38px;
display: block;
position: relative;
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
padding: 0;
font-size: 0px;
background: var(--main-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a:hover, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button:hover, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a:focus, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button:focus {
background: #080808;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display: inline-flex;
justify-content: center;
align-items: center;
color: #fff;
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
font-family: 'Font Awesome 5 Pro';
font-size: 16px;
font-weight: 400;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a i, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button i {
font-size: 16px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.add_to_cart_button:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.add_to_cart_button:before {
content: "\f217";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.product_type_variable:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.product_type_variable:before {
content: "\f0c1";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.product_type_external:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.product_type_external:before {
content: "\f0c1";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.added_to_cart:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.added_to_cart:before {
content: "\f217";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.woosc-btn:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.woosc-btn:before {
content: "\f102";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.woosw-btn:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.woosw-btn:before {
content: "\f004";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.woosq-btn:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.woosq-btn:before {
content: "\f06e";
font-size: 18px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.added, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.added {
display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.loading, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.loading {
opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.loading i, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.loading i {
opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.loading:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.loading:before {
content: '';
width: 16px;
height: 16px;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
border-color: transparent #fff transparent #fff;
border-width: 1px;
border-style: solid;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
animation: exp_spin 0.6s infinite linear;
-webkit-animation: exp_spin 0.6s infinite linear;
box-sizing: border-box;
z-index: 2;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.loading:after, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.loading:after {
display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.woosw-adding:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.woosw-adding:before {
opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.woosw-adding:after, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.woosw-adding:after {
content: '';
width: 16px;
height: 16px;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
border-color: transparent #fff transparent #fff;
border-width: 1px;
border-style: solid;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
animation: exp_spin 0.6s infinite linear;
-webkit-animation: exp_spin 0.6s infinite linear;
box-sizing: border-box;
z-index: 2;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content {
text-align: center;
padding: 4px 0 22px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--price {
min-height: 30px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .price {
line-height: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
float: none;
margin: 0 auto 8px auto;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
font-size: 14px;
color: rgba(0, 0, 0, 0.5);
margin-left: 8px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
padding: 0px !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
color: inherit;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
color: var(--main-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
color: rgba(51, 51, 51, 0.66);
font-size: 14px;
margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
width: auto !important;
margin: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating-wrap {
margin-bottom: 3px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating-wrap .count-rating {
display: none;
}
.woocommerce .woocommerce-product-inner + .button.yith-wcqv-button {
display: none !important;
}
.woocommerce .woocommerce-product-inner:hover {
-webkit-box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
-khtml-box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
-moz-box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
-ms-box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
-o-box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
box-shadow: 0 10px 27px rgba(54, 54, 54, 0.12);
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta > div {
opacity: 1;
-webkit-transform: translateX(0px);
-khtml-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
}
.woocommerce .woocommerce-product-inner.item-layout-list {
display: flex;
flex-wrap: wrap;
}
.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-header {
width: 38%;
padding: 15px;
}
@media screen and (max-width: 575px) {
.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-header {
width: 100%;
}
}
.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content {
width: 62%;
padding: 40px 30px;
text-align: left;
}
.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content .woocommerce-product-title {
font-size: 22px;
}
@media screen and (max-width: 575px) {
.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content {
width: 100%;
}
}
.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
display: none !important;
}
.woocommerce nav.woocommerce-pagination {
display: flex;
justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
border: none;
overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
width: 50px;
height: 50px;
background-color: transparent;
line-height: 50px;
text-align: center;
font-size: 16px;
font-weight: 600;
display: inline-block;
margin: 15px 5px 0 5px;
color: #080808;
position: relative;
z-index: 1;
padding: 0;
border: 1px solid #e9e9e9;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
color: #fff;
border-color: var(--main-color);
background-color: var(--main-color);
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
font-size: 20px;
font-weight: 900;
}
.woocommerce.woocommerce-layout-list ul.products li.product {
width: 100% !important;
}
.single-product .woocommerce-social-share {
padding-top: 18px;
}
.single-product .woocommerce-social-share label {
margin-right: 10px;
font-size: 15px;
}
.single-product .woocommerce-social-share a {
color: #000;
font-size: 15px;
margin-right: 6px;
}
.single-product .woocommerce-social-share a:hover {
color: var(--main-color);
}
.single-product .woocommerce-sg-product-price {
padding-top: 10px;
margin-bottom: 18px;
}
.single-product section.related {
padding-top: 72px;
}
.single-product section.related h2 {
font-size: 24px;
margin-bottom: 0;
position: relative;
padding-bottom: 12px;
}
.single-product section.related h2:before {
content: '';
width: 48px;
height: 3px;
position: absolute;
bottom: 0;
left: 0;
background-color: var(--main-color);
}
.single-product section.related ul.products {
margin-bottom: 0;
}
.single-product section.related ul.products li.product {
margin-bottom: 0 !important;
margin-top: 34px;
}
.single-product #exp-content-area div.product .entry-summary {
width: 100% !important;
margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
.single-product #exp-content-area div.product .entry-summary {
position: sticky;
top: 62px;
}
}
.single-product #exp-content-area div.product .woocommerce-product-details__short-description p:last-child, .single-product > div.product .woocommerce-product-details__short-description p:last-child {
margin-bottom: 0;
}
.single-product #exp-content-area div.product .woocommerce-sg-product-feature, .single-product > div.product .woocommerce-sg-product-feature {
margin-bottom: 71px;
list-style: none;
}
.single-product #exp-content-area div.product .woocommerce-sg-product-feature li, .single-product > div.product .woocommerce-sg-product-feature li {
display: flex;
flex-wrap: nowrap;
}
.single-product #exp-content-area div.product .woocommerce-sg-product-feature li i, .single-product > div.product .woocommerce-sg-product-feature li i {
margin-right: 8px;
margin-top: 6px;
color: var(--main-color);
}
.single-product #exp-content-area div.product .woocommerce-sg-product-feature li p:last-child, .single-product > div.product .woocommerce-sg-product-feature li p:last-child {
margin-bottom: 0;
}
.single-product #exp-content-area div.product .woocommerce-sg-product-feature li + li, .single-product > div.product .woocommerce-sg-product-feature li + li {
margin-top: 10px;
}
.single-product #exp-content-area div.product form.cart, .single-product > div.product form.cart {
margin-bottom: 20px;
}
.single-product #exp-content-area div.product form.cart label, .single-product > div.product form.cart label {
font-size: 16px;
margin-bottom: 0;
font-weight: 700;
color: #191919;
}
.single-product #exp-content-area div.product form.cart .reset_variations, .single-product > div.product form.cart .reset_variations {
color: #000;
font-size: 15px;
margin-top: 6px;
}
.single-product #exp-content-area div.product form.cart .reset_variations:hover, .single-product > div.product form.cart .reset_variations:hover {
color: var(--main-color);
}
.single-product #exp-content-area div.product form.cart .single_variation_wrap, .single-product > div.product form.cart .single_variation_wrap {
width: 100%;
}
.single-product #exp-content-area div.product form.cart .variations .variable-item:before, .single-product > div.product form.cart .variations .variable-item:before {
min-width: auto;
font-size: 12px;
border-radius: 0px;
padding: 0 12px;
line-height: 26px;
box-shadow: none;
}
.single-product #exp-content-area div.product form.cart .variations th.label, .single-product > div.product form.cart .variations th.label {
text-align: left;
font-size: 15px;
font-weight: normal;
color: #666;
}
.single-product #exp-content-area div.product form.cart .variations th.label label, .single-product > div.product form.cart .variations th.label label {
font-weight: normal;
color: inherit;
font-family: inherit;
}
.single-product #exp-content-area div.product form.cart .variations th.label .woo-selected-variation-item-name, .single-product > div.product form.cart .variations th.label .woo-selected-variation-item-name {
color: #000;
}
.single-product #exp-content-area div.product form.cart .variations td.label, .single-product > div.product form.cart .variations td.label {
padding: 0;
}
.single-product #exp-content-area div.product form.cart .variations td.woo-variation-items-wrapper, .single-product > div.product form.cart .variations td.woo-variation-items-wrapper {
padding: 0;
margin-bottom: 12px;
}
.single-product #exp-content-area div.product form.cart .variations .color-variable-items-wrapper .color-variable-item, .single-product > div.product form.cart .variations .color-variable-items-wrapper .color-variable-item {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.single-product #exp-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item {
padding: 0;
border-radius: 0px;
background-color: #f9f9f9;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.single-product #exp-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item .variable-item-span, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item .variable-item-span {
font-size: 14px;
}
.single-product #exp-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected {
background-color: #000;
box-shadow: 0 0 0 1px #000;
}
.single-product #exp-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected .variable-item-span, .single-product > div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected .variable-item-span {
color: #fff;
}
.single-product #exp-content-area div.product form.cart .button-variable-wrapper .button-variable-item, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item {
border-radius: 3px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
background-color: #f9f9f9;
}
.single-product #exp-content-area div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button {
font-size: 15px;
line-height: 26px;
padding: 0 8px;
color: #383838;
}
.single-product #exp-content-area div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product #exp-content-area div.product form.cart .button-variable-wrapper .button-variable-item:hover, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item:hover {
background-color: var(--main-color);
box-shadow: 0 0 0 1px var(--main-color);
}
.single-product #exp-content-area div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button, .single-product #exp-content-area div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button {
color: #fff;
}
.single-product #exp-content-area div.product form.cart.variations_form .woocommerce-variation-add-to-cart, .single-product > div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.single-product #exp-content-area div.product form.cart.variations_form .woocommerce-variation-price, .single-product > div.product form.cart.variations_form .woocommerce-variation-price {
margin: 0 0 24px;
}
.single-product #exp-content-area div.product form.cart.variations_form button.single_add_to_cart_button, .single-product > div.product form.cart.variations_form button.single_add_to_cart_button {
background-color: var(--main-color);
}
.single-product #exp-content-area div.product form.cart:not(.variations_form), .single-product > div.product form.cart:not(.variations_form), .single-product #exp-content-area div.product form.cart:not(.grouped_form), .single-product > div.product form.cart:not(.grouped_form) {
display: flex;
margin: 0 0 10px;
align-items: center;
flex-wrap: wrap;
}
.single-product #exp-content-area div.product form.cart .woocommerce-grouped-product-list td, .single-product > div.product form.cart .woocommerce-grouped-product-list td {
vertical-align: middle;
padding-bottom: 10px;
}
.single-product #exp-content-area div.product form.cart .woocommerce-grouped-product-list td a, .single-product > div.product form.cart .woocommerce-grouped-product-list td a {
color: inherit;
}
.single-product #exp-content-area div.product form.cart .woocommerce-grouped-product-list-item__price, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price {
font-weight: 500;
color: var(--main-color);
font-size: 15px;
}
@media screen and (max-width: 1199px) {
.single-product #exp-content-area div.product form.cart .woocommerce-grouped-product-list-item__price, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price {
font-size: 14px;
}
}
.single-product #exp-content-area div.product form.cart .woocommerce-grouped-product-list-item__price ins, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price ins {
text-decoration: none;
}
.single-product #exp-content-area div.product form.cart .woocommerce-grouped-product-list-item__price del, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__price del {
color: #8f8f8f;
}
@media screen and (max-width: 1199px) {
.single-product #exp-content-area div.product form.cart .woocommerce-grouped-product-list-item__label label, .single-product > div.product form.cart .woocommerce-grouped-product-list-item__label label {
font-size: 14px;
}
}
.single-product #exp-content-area div.product .woocommerce-gallery span.onsale, .single-product > div.product .woocommerce-gallery span.onsale {
display: none;
}
.single-product #exp-content-area div.product .woocommerce-gallery-inner, .single-product > div.product .woocommerce-gallery-inner {
display: flex;
position: relative;
}
@media screen and (min-width: 1200px) {
.single-product #exp-content-area div.product .woocommerce-gallery-inner.flex-slider-active, .single-product > div.product .woocommerce-gallery-inner.flex-slider-active {
padding-left: 90px;
}
}
.single-product #exp-content-area div.product .woocommerce-product-gallery, .single-product > div.product .woocommerce-product-gallery {
width: 100% !important;
margin-bottom: 65px;
}
@media screen and (max-width: 991px) {
.single-product #exp-content-area div.product .woocommerce-product-gallery, .single-product > div.product .woocommerce-product-gallery {
margin-bottom: 30px;
}
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
-webkit-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
-khtml-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
-moz-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
-ms-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
-o-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
padding: 0;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-viewport, .single-product > div.product .woocommerce-product-gallery .flex-viewport {
-webkit-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
-khtml-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
-moz-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
-ms-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
-o-box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
box-shadow: 0 10px 30px rgba(25, 25, 25, 0.06);
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image, .single-product > div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-control-nav, .single-product > div.product .woocommerce-product-gallery .flex-control-nav {
margin: 0;
position: absolute;
top: 0;
left: -90px;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-control-nav li, .single-product > div.product .woocommerce-product-gallery .flex-control-nav li {
margin-bottom: 10px;
width: 70px;
float: none;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-control-nav img, .single-product > div.product .woocommerce-product-gallery .flex-control-nav img {
opacity: 1;
border: 1px solid rgba(0, 0, 0, 0.06);
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-control-nav img.flex-active, .single-product > div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
border-color: rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 1199px) {
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-control-nav, .single-product > div.product .woocommerce-product-gallery .flex-control-nav {
position: static;
margin: 30px 0 0;
display: flex;
flex-wrap: wrap;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-control-nav li, .single-product > div.product .woocommerce-product-gallery .flex-control-nav li {
width: calc(20% - 10px);
margin-right: 10px;
margin-bottom: 10px;
}
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav a, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a {
font-size: 0px;
width: 40px;
height: 40px;
position: relative;
display: block;
text-align: center;
line-height: 40px;
color: #000;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:before, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a:before {
content: "\f060";
font-family: "Font Awesome 5 Pro";
font-size: 25px;
display: inline-flex;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:hover, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav a:hover {
color: var(--main-color);
background-color: rgba(255, 255, 255, 0.12);
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
opacity: 0;
visibility: hidden;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev {
left: 0;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
right: 0;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before, .single-product > div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before {
-webkit-transform: scaleX(-1);
-khtml-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-ms-transform: scaleX(-1);
-o-transform: scaleX(-1);
transform: scaleX(-1);
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
position: relative;
display: block;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before {
content: '';
background-color: rgba(5, 130, 131, 0.85);
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
display: block;
opacity: 0;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
content: "\f06e";
font-family: "Font Awesome 5 Pro";
font-size: 16px;
height: 40px;
width: 40px;
line-height: 40px;
-webkit-border-radius: 40px;
-khtml-border-radius: 40px;
-moz-border-radius: 40px;
-ms-border-radius: 40px;
-o-border-radius: 40px;
border-radius: 40px;
background-color: #fff;
text-align: center;
color: var(--main-color);
position: absolute;
top: 50%;
-webkit-transform: translate(0%, -50%);
-khtml-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
left: 0;
right: 0;
margin: auto;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
opacity: 0;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
opacity: 0.8;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
opacity: 1;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev, .single-product > div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev {
left: 22px;
opacity: 1;
visibility: visible;
}
.single-product #exp-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next, .single-product > div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next {
right: 22px;
opacity: 1;
visibility: visible;
}
.single-product #exp-content-area div.product .entry-summary, .single-product > div.product .entry-summary {
padding-left: 30px;
}
@media screen and (max-width: 1199px) {
.single-product #exp-content-area div.product .entry-summary, .single-product > div.product .entry-summary {
padding-left: 0;
}
}
.single-product #exp-content-area div.product .entry-summary > .woosc-btn, .single-product > div.product .entry-summary > .woosc-btn, .single-product #exp-content-area div.product .entry-summary > .woosw-btn, .single-product > div.product .entry-summary > .woosw-btn {
display: none !important;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-sg-product-button, .single-product > div.product .entry-summary .woocommerce-sg-product-button {
padding-left: 110px;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn {
width: 100%;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background: #080808;
display: inline-flex;
justify-content: center;
align-items: center;
padding: 12px 10px;
color: #fff;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:before, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:before {
content: "\f004";
font-family: "Font Awesome 5 pro";
margin: 0 5px;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:hover, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:hover, .single-product #exp-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:focus, .single-product > div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:focus {
background: var(--main-color);
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-product-rating, .single-product > div.product .entry-summary .woocommerce-product-rating {
margin-bottom: 8px;
display: flex;
align-items: center;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-product-rating .star-rating, .single-product > div.product .entry-summary .woocommerce-product-rating .star-rating {
margin: 0;
height: 2em;
line-height:28px;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link, .single-product > div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
color: inherit;
margin-left: 4px;
font-size: 15px;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover, .single-product > div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover {
color: #333;
}
.single-product #exp-content-area div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
font-size: 40px;
margin-top: 10px;
margin-bottom: 14px;
color: #080808;
}
.single-product #exp-content-area div.product .entry-summary .price, .single-product > div.product .entry-summary .price {
font-size: 22px;
line-height: 30px;
color: var(--main-color);
font-weight: 700;
margin-bottom:10px;
}
.single-product #exp-content-area div.product .entry-summary .price ins, .single-product > div.product .entry-summary .price ins {
margin-right: 22px;
color: var(--main-color);
text-decoration: none;
}
.single-product #exp-content-area div.product .entry-summary .price del, .single-product > div.product .entry-summary .price del {
color: #8f8f8f;
}
.single-product #exp-content-area div.product .entry-summary .price del .amount, .single-product > div.product .entry-summary .price del .amount {
color: #8f8f8f;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-sg-product-excerpt, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt {
font-size: 16px;
line-height: 24px;
}
.single-product #exp-content-area div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description {
margin-bottom: 28px;
}
.single-product #exp-content-area div.product .entry-summary .single_add_to_cart_button, .single-product > div.product .entry-summary .single_add_to_cart_button {
display: inline-flex;
line-height: 50px;
justify-content: center;
flex-grow: 1;
float: none;
}
.single-product #exp-content-area div.product .entry-summary .single_add_to_cart_button.loading, .single-product > div.product .entry-summary .single_add_to_cart_button.loading {
padding-right: 42px;
}
.single-product #exp-content-area div.product .entry-summary .single_add_to_cart_button.loading:after, .single-product > div.product .entry-summary .single_add_to_cart_button.loading:after {
top: 0;
right: 14px;
}
.single-product #exp-content-area div.product .entry-summary .single_add_to_cart_button.added:after, .single-product > div.product .entry-summary .single_add_to_cart_button.added:after {
display: none;
}
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs, .single-product > div.product .woocommerce-tabs ul.wc-tabs {
overflow: visible;
padding: 0;
border-bottom: 1px solid #f2f2f2;
margin-top: -20px;
margin-bottom: 0;
text-align: center;
position: relative;
z-index: 1;
}
@media screen and (max-width: 575px) {
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs, .single-product > div.product .woocommerce-tabs ul.wc-tabs {
border-bottom: none;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs:before, .single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs:after {
display: none !important;
}
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
margin: 20px 8px 0 8px;
padding: 0;
border: none;
background-color: transparent;
position: relative;
z-index: 99;
}
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs li:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs li:after {
display: none !important;
}
@media screen and (max-width: 575px) {
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
display: block;
padding: 0;
margin-left: 0;
margin-right: 0;
}
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
display: block;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
padding: 0 28px;
font-size: 14px;
line-height: 42px;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
color: #000;
font-weight: 700;
position: relative;
background-color: #fff;
z-index: 1;
background-color: #f4f4f4;
text-transform: capitalize;
}
.single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs li.active > a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li.active > a, .single-product #exp-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:hover {
color: #fff;
background-color: var(--main-color);
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th {
font-weight: 600 !important;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
line-height: 1.875;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
margin-bottom: 0;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
display: none;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel {
padding-top: 32px;
margin-bottom: 0;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
border: 1px solid #dee2e6;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
border-bottom: 1px solid #dee2e6;
font-family: inherit;
color: #152136;
font-weight: normal;
font-style: normal;
padding: 10px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
border-left: 1px solid #dee2e6;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews {
margin-bottom: 25px !important;
}
.single-product #exp-content-area div.product .woocommerce-tabs .tab-product-feature-list, .single-product > div.product .woocommerce-tabs .tab-product-feature-list {
font-size: 18px;
line-height: 34px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4, .single-product > div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
font-weight: 600;
}
.single-product #exp-content-area div.product .woocommerce-tabs .tab-product-feature-list .line-gap, .single-product > div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
margin: 0;
width: 100%;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
font-size: 15px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information td p, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information td p {
padding: 0;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
margin-bottom: 15px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
margin-bottom: 6px;
display: block;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating a {
color: #999;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars:hover a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars:hover a, .single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a {
color: #efb343;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
margin-bottom: 8px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
font-size: 24px;
margin-bottom: 12px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
display: none;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
height: 140px;
min-height: 140px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-notes, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-notes {
font-size: 15px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform {
padding: 30px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .form-submit .submit, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .form-submit .submit {
padding: 0 50px;
margin-top: 20px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form-cookies-consent, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form-cookies-consent {
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
margin-bottom: 30px;
padding-bottom: 28px;
display:flex;
align-items:start;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-form-cookies-consent input[type="checkbox"]{
margin-top:8px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments {
width: 50%;
padding: 0 15px;
}
@media screen and (max-width: 767px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments {
width: 100%;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
width: 50%;
padding: 0 15px;
}
@media screen and (max-width: 767px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
width: 100%;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
padding: 10px 0 0;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
position: relative;
margin-bottom: 30px;
padding: 30px;
border: 1px solid #f2f2f2;
}
@media screen and (max-width: 1199px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
padding: 20px 15px 20px 20px;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
position: absolute;
right: 0;
top: 0;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
display: none;
}
@media screen and (max-width: 991px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
position: static;
margin-bottom: 8px;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
position: relative;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
padding: 0;
width: 80px;
-webkit-border-radius: 80px;
-khtml-border-radius: 80px;
-moz-border-radius: 80px;
-ms-border-radius: 80px;
-o-border-radius: 80px;
border-radius: 80px;
-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
-khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
-o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 575px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
width: 40px;
border: none;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
border: none;
margin: 0;
padding: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
float: none;
}
}
@media screen and (max-width: 575px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
padding-left: 60px;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
margin: 0 0 8px;
font-size: 16px;
}
@media screen and (max-width: 575px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
display: block;
}
}
@media screen and (max-width: 767px) {
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
margin-top: 10px;
}
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
display: block;
font-size: 14px;
color: #888;
line-height: 22px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
color: #222;
display: block;
line-height: 1;
margin-bottom: 4px;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
display: none;
}
.single-product #exp-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
margin: 0;
}
.single-product #exp-content-area div.product .quantity, .single-product > div.product .quantity {
margin-right: 10px;
float: none;
}
.single-product #exp-content-area div.product .product_meta, .single-product > div.product .product_meta {
display: flex;
flex-wrap: wrap;
color: inherit;
font-size: 15px;
border-top: 1px solid rgba(0, 0, 0, 0.06);
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
margin-top: 30px;
padding: 20px 0;
}
.single-product #exp-content-area div.product .product_meta > span, .single-product > div.product .product_meta > span {
margin-right: 20px;
}
.single-product #exp-content-area div.product .product_meta > span span, .single-product > div.product .product_meta > span span, .single-product #exp-content-area div.product .product_meta > span a, .single-product > div.product .product_meta > span a {
color: #000;
}
.single-product #exp-content-area div.product .product_meta a, .single-product > div.product .product_meta a {
color: inherit;
}
.single-product #exp-content-area div.product .product_meta a:hover, .single-product > div.product .product_meta a:hover {
color: var(--main-color);
}
.single-product #exp-content-area div.product .product_meta .tagged_as, .single-product > div.product .product_meta .tagged_as {
display: none;
}
.single-product .up-sells.upsells {
margin-top: 52px;
}
.single-product .up-sells.upsells > h2 {
font-size: 32px;
margin-bottom: 23px;
}
.single-product .product-type-external .woocommerce-sg-product-button, .single-product .product-type-grouped .woocommerce-sg-product-button {
padding-left: 0 !important;
padding-right: 0 !important;
}
.single-product .product-type-grouped form.cart .button {
white-space: nowrap;
}
@media screen and (max-width: 1199px) {
.single-product .product-type-grouped .quantity .qty {
width: 80px !important;
}
}
@media screen and (min-width: 768px) {
.single-product.header-sticky #exp-content-area div.product .entry-summary {
top: 120px;
}
.single-product.header-sticky.admin-bar #exp-content-area div.product .entry-summary {
top: 150px;
}
}
.pswp {
z-index: 999999;
}
.pswp .pswp__caption {
display: none;
}
.pswp .pswp__bg {
background-color: rgba(0, 0, 0, 0.76);
}
.pswp .pswp__top-bar {
opacity: 1;
background-color: transparent;
}
.pswp .pswp__ui .pswp__button {
opacity: 1 !important;
}
.pswp .pswp__ui .pswp__button:before {
font-family: "FontAwesome";
background: none;
color: #fff;
display: inline-flex;
line-height: 30px;
justify-content: center;
}
.pswp .pswp__ui .pswp__button--arrow--left:before {
content: "\f060";
}
.pswp .pswp__ui .pswp__button--arrow--right:before {
content: "\f061";
}
body.woocommerce-cart .exp-entry-content > .woocommerce {
display: flex;
margin: 0 -15px;
flex-wrap: wrap;
}
body.woocommerce-cart .exp-entry-content > .woocommerce .woocommerce-cart-form {
flex-grow: 1;
padding: 0 15px;
}
body.woocommerce-cart .exp-entry-content > .woocommerce .cart-collaterals {
width: 100%;
max-width: 370px;
padding: 0 15px;
}
body.woocommerce-cart .exp-entry-content > .woocommerce .cart-collaterals .cart_totals {
width: 100%;
}
body.woocommerce-cart .exp-entry-content > .woocommerce .woocommerce-notices-wrapper {
display: flex;
flex-wrap: wrap;
width: 100%;
padding: 0 15px;
}
body.woocommerce-cart .exp-entry-content > .woocommerce .woocommerce-notices-wrapper .woocommerce-message, body.woocommerce-cart .exp-entry-content > .woocommerce .woocommerce-notices-wrapper .woocommerce-info, body.woocommerce-cart .exp-entry-content > .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
width: 100%;
}
body.woocommerce-cart .exp-entry-content > .woocommerce .cart-empty.woocommerce-info {
width: 100%;
text-align: left;
}
body.woocommerce-cart .exp-entry-content > .woocommerce .return-to-shop {
width: 100%;
}
body.woocommerce-cart .cart-empty.woocommerce-info {
padding: 112px 0 0;
background-color: transparent;
border: none;
text-align: center !important;
}
body.woocommerce-cart .cart-empty.woocommerce-info:before {
content: "\f145";
font-family: "Caseicon";
width: 100px;
height: 100px;
border-radius: 100px;
line-height: 100px;
font-size: 100px;
left: 50%;
top: 0;
transform: translate(-50%, 0);
color: rgba(0, 0, 0, 0.14);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table {
border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
font-size: 15px;
font-weight: 700;
color: #333;
padding: 10px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 3px solid var(--main-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
text-align: left;
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
border-bottom: none;
padding-left: 0;
padding-right: 0;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text {
border: none;
background-color: #f8f8f8;
color: #666;
height: 45px;
padding: 0 20px;
min-width: 180px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text:focus {
color: #222;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .button {
background-color: #000;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .button:hover {
background-color: var(--main-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
float: right;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a {
color: #152136;
font-size: 16px;
font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover {
color: var(--main-color);
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button {
display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation {
display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
color: #152136;
font-size: 16px;
font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins {
color: #152136;
background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
text-align: center !important;
min-width: 120px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a {
display: block;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img {
width: 100%;
max-width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table {
margin-bottom: 40px;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
@media screen and (max-width: 769px) {
body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
background-color: #fff !important;
}
}
body.woocommerce-cart .cart-collaterals .cart_totals {
background-color: #fff;
padding: 40px 50px;
-webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
-khtml-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
-ms-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
-o-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
width: 33.33%;
}
@media screen and (max-width: 991px) {
body.woocommerce-cart .cart-collaterals .cart_totals {
width: 50%;
padding-left: 40px;
padding-right: 40px;
}
}
@media screen and (max-width: 991px) {
body.woocommerce-cart .cart-collaterals .cart_totals {
padding: 30px;
width: 100%;
}
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
font-size: 24px;
border-bottom: 1px solid rgba(96, 101, 104, 0.15);
margin-bottom: 20px;
padding-bottom: 14px;
text-transform: capitalize;
}
body.woocommerce-cart .cart-collaterals .cart_totals th {
vertical-align: middle !important;
border: none !important;
color: inherit;
font-weight: normal;
padding: 12px 10px 12px 0px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td {
border-left: 1px solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals td {
border: none !important;
padding: 12px 10px;
text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals strong {
font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total th, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
color: #222;
font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
color: var(--main-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
content: '\f2f9';
margin-left: 9px;
font-family: "Material-Design-Iconic-Font";
position: relative;
top: 1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
color: var(--main-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
padding-top: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
padding-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
width: 100%;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
text-align: right;
}
.woocommerce-checkout form.checkout_coupon {
border: 1px solid #eee;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: #f7f8fa;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
width: 50%;
padding-right: 30px;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
width: 50%;
}
.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.woocommerce-checkout #customer_details {
margin: 0 -15px;
width: inherit;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
width: 50%;
flex: inherit;
max-width: 100%;
}
@media screen and (max-width: 767px) {
.woocommerce-checkout #customer_details {
margin: 0;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
width: 100%;
}
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
width: 100%;
display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
margin-bottom: 36px;
padding:0px 15px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
font-size: 24px;
margin-bottom: 18px;
text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
margin-bottom: 36px;
padding:0px 15px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
font-size: 24px;
margin-bottom: 18px;
text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
font-size: 24px;
cursor: pointer;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
color: var(--main-color);
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
position: absolute;
opacity: 0;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
content: "\f01a";
font-family: FontAwesome;
margin-left: 14px;
font-weight: normal;
}
.woocommerce-checkout #customer_details #billing_country_field label, .woocommerce-checkout #customer_details #shipping_country_field label, .woocommerce-checkout #customer_details #billing_address_1_field label, .woocommerce-checkout #customer_details #shipping_address_1_field label, .woocommerce-checkout #customer_details #order_comments_field label {
display: none !important;
}
.woocommerce-checkout #customer_details #billing_country_field textarea, .woocommerce-checkout #customer_details #shipping_country_field textarea, .woocommerce-checkout #customer_details #billing_address_1_field textarea, .woocommerce-checkout #customer_details #shipping_address_1_field textarea, .woocommerce-checkout #customer_details #order_comments_field textarea {
padding: 18px 30px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
font-size: 24px;
font-weight: 700;
margin-bottom: 18px;
text-transform: capitalize;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
font-weight: 500;
vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
margin-bottom: 60px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th {
font-weight: 700;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
border-left: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
font-size: 14px;
font-weight: 700;
color: var(--main-color);
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
background-color: #f7f8fa;
border: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
margin-left: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
padding: 20px;
border-bottom: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
padding: 20px;
margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
float: none;
margin-top: 10px;
}
.woocommerce-checkout #payment label {
font-size: 16px;
color: rgba(0, 0, 0, 0.87);
font-weight: 600;
}
.woocommerce-checkout #payment .stripe-card-group, .woocommerce-checkout #payment .wc-stripe-elements-field, .woocommerce-checkout #payment .wc-stripe-iban-element-field {
width: 100%;
}
.woocommerce-checkout .woocommerce-order-details .woocommerce-order-details__title, .woocommerce-checkout .woocommerce-customer-details .woocommerce-column__title {
font-size: 26px;
margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-columns--addresses.col2-set {
margin-left: -15px;
margin-right: -15px;
}
.woocommerce-checkout .woocommerce-columns--addresses.col2-set .woocommerce-column {
width: 50%;
max-width: 50%;
margin-top: 55px;
}
@media screen and (max-width: 767px) {
.woocommerce-checkout .woocommerce-columns--addresses.col2-set .woocommerce-column {
width: 100%;
max-width: 100%;
}
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
display: block;
width: 100%;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation {
margin-bottom: 30px;
width: 30%;
float: left;
padding: 0 15px;
}
@media screen and (max-width: 767px) {
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation {
width: 100%;
margin-bottom: 60px;
}
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul {
margin: 0;
list-style: none;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul li {
border-bottom: 1px solid #eaeaea;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul li a {
padding: 10px 0;
color: #222;
position: relative;
display: block;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul li a:hover {
color: var(--main-color);
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul li a:before {
content: "\f14d";
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
display: block;
font-family: "fontawesome";
color: var(--main-color);
margin-left: -16px;
font-size: 10px;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul li a:hover {
color: inherit;
padding-left: 20px;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-navigation ul li a:hover:before {
margin-left: 0;
opacity: 1;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-content {
margin-bottom: 30px;
padding: 0 15px;
width: 70%;
float: left;
}
@media screen and (max-width: 767px) {
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-content {
width: 100%;
margin-bottom: 0;
}
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-content .col-1, .woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-content .col-2 {
flex: inherit;
max-width: inherit;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-content .form-row label {
width: 100%;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
width: 100%;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form {
background-color: #f8f8f8;
border: 1px solid #eee;
padding: 30px;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
max-width: 670px;
margin: 0px auto 30px auto;
display: block;
width: 100%;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form label {
font-weight: 500;
margin-bottom: 2px;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .password-input {
display: block;
width: 100%;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .woocommerce-Button.button {
margin-right: 16px;
height: auto;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .woocommerce-LostPassword {
margin-bottom: 0;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .woocommerce-LostPassword a {
color: var(--main-color);
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .woocommerce-LostPassword a:hover {
color: var(--main-color)
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .woocommerce-form__label-for-checkbox {
padding: 0;
line-height: 50px;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span {
font-size: 15px;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
position: relative;
top: -1px;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-form .woocommerce-Button {
height: 42px;
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-notices-wrapper + h2 {
text-align: center;
font-size: 24px;
}
.woocommerce-account #exp-main #exp-content-area #customer_login {
margin: 0 -15px;
width: inherit;
display: flex;
flex-wrap: wrap;
}
.woocommerce-account #exp-main #exp-content-area #customer_login h2 {
font-size: 24px;
margin-bottom: 22px;
}
.woocommerce-account #exp-main #exp-content-area #customer_login .u-column1.col-1, .woocommerce-account #exp-main #exp-content-area #customer_login .u-column2.col-2 {
width: 50%;
flex: inherit;
max-width: 100%;
}
@media screen and (max-width: 767px) {
.woocommerce-account #exp-main #exp-content-area #customer_login {
margin: 0;
}
.woocommerce-account #exp-main #exp-content-area #customer_login .u-column1.col-1, .woocommerce-account #exp-main #exp-content-area #customer_login .u-column2.col-2 {
width: 100%;
padding: 0;
}
}
.woocommerce-account #exp-main #exp-content-area .woocommerce-password-strength.bad {
background-color: transparent;
padding: 8px 0;
}
body #yith-wcwl-popup-message {
margin-left: -108px;
display: none;
bottom: 30px;
top: auto;
right: 30px;
left: auto;
background-color: var(--main-color);
border-radius: 3px;
border: none;
color: #fff;
padding: 0 20px;
}
body #yith-quick-view-modal .yith-quick-view-overlay {
background-color: rgba(0, 0, 0, 0.85);
}
body #yith-quick-view-modal .yith-wcqv-main {
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close {
color: rgba(0, 0, 0, 0.2);
opacity: 1;
border: none;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-size: 0px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before {
content: "\f410";
font-family: "Font Awesome 5 Pro";
font-size: 18px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:hover {
color: var(--main-color);
}
body #yith-quick-view-modal .onsale {
top: 29px !important;
}
body #yith-quick-view-modal #yith-quick-view-content div.images {
padding: 15px;
margin-bottom: 0;
width: 50%;
}
@media screen and (max-width: 575px) {
body #yith-quick-view-modal #yith-quick-view-content div.images {
width: 100%;
margin-bottom: 30px;
}
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
padding: 30px 30px 15px 15px;
width: 50%;
}
@media screen and (max-width: 575px) {
body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
width: 100%;
}
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary h1.product_title {
font-size: 30px;
margin-bottom: 5px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-rating {
margin-bottom: 10px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price {
font-weight: 600;
color: var(--main-color);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price del {
color: #666;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins {
color: inherit;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart {
border-top: 1px solid #f7f9fb;
border-bottom: 1px solid #f7f9fb;
padding: 18px 0;
margin-bottom: 30px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart label {
font-size: 18px;
line-height: 30px;
margin-bottom: 0;
font-weight: 600;
color: #232323;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item {
background-color: #f3f3f3;
border: none;
line-height: 40px;
color: #6f6f6f;
text-transform: uppercase;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin: 0 5px 5px 0;
width: 40px;
height: 40px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item span {
font-size: 14px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected, body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
background-color: var(--main-color);
color: #fff;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item {
padding: 0;
border: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
margin: 0 5px 5px 0;
opacity: 0.5;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item span {
border: 2px solid rgba(0, 0, 0, 0.2);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
opacity: 1;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-details__short-description p {
margin-bottom: 24px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as {
display: block;
font-weight: 600;
font-size: 15px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as span, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a {
color: var(--main-color);
margin-left: 7px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a:hover, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a:hover, body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a:hover {
color: #080808;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in {
display: none;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .quantity .qty {
margin: 0 20px 0 0;
padding: 0 12px;
width: 70px;
height: 54px;
}
.wishlist-title {
width: 100%;
text-align: center;
margin: 0 0 45px;
}
.wishlist-title .button .fa {
font-family: FontAwesome;
}
.hidden-title-form input + input {
margin-top: 15px;
}
.hidden-title-form .btn {
line-height: 51px !important;
}
.shop_table.cart.wishlist_table {
margin-bottom: 0 !important;
}
#yith-wcwl-form tfoot td {
display: none;
}
#yith-wcwl-form .product-stock-status {
font-size: 16px;
font-weight: 600;
}
#yith-wcwl-form .product-stock-status .wishlist-in-stock {
color: #080808 !important;
}
#yith-wcwl-form .wishlist-empty {
text-align: center !important;
}
#yith-wcwl-form .product-add-to-cart {
text-align: right !important;
}
#yith-wcwl-form .product-add-to-cart a.button {
padding: 0 34px;
display: inline-block !important;
}
#yith-wcwl-form .product-add-to-cart a.button.loading {
padding-right: 30px;
}
#yith-wcwl-form .product-add-to-cart a.button.loading:after {
top: 0 !important;
right: 0px !important;
text-indent: 0px;
height: 50px !important;
width: 50px !important;
line-height: 50px !important;
text-align: center !important;
}
#yith-wcwl-form .yith-wcwl-share {
display: none;
}
@media screen and (max-width: 767px) {
#yith-wcwl-form {
overflow-x: scroll;
}
#yith-wcwl-form .cart.wishlist_table {
min-width: 767px;
}
}
#stripe-payment-data .form-row > label + div {
width: 100%;
}
.woocommerce-lost-password { }
.woocommerce-lost-password .woocommerce-error {
max-width: 440px;
margin: auto;
}
.woocommerce-lost-password .woocommerce-ResetPassword {
border: 1px solid rgba(0, 0, 0, 0.02);
background-color: #f9f9f9;
padding: 35px 30px 25px;
max-width: 440px;
margin: 10px auto 0 auto;
}
.woocommerce-lost-password .woocommerce-ResetPassword p {
width: 100% !important;
float: none !important;
}
.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-Button {
width: 100%;
height: 54px;
line-height: 54px !important;
padding: 0 30px !important;
color: #fff !important;
}
.woocommerce-lost-password .woocommerce-form-row label {
margin-bottom: 4px;
font-weight: 500;
color: #222;
}
.woocommerce-lost-password .exp-entry-content > .woocommerce {
max-width: 960px;
margin: auto;
}
.woosw-popup { }
.woosw-popup .woosw-item--time {
display: none;
}
.woosw-popup .woosw-item--actions a.button {
line-height: 40px;
padding: 0 22px;
}
.woosw-popup .woosw-popup-content-bot a {
color: #000;
text-transform: capitalize;
}
.woosw-popup .woosw-popup-content-bot a:hover {
color: var(--main-color);
border-color: var(--main-color);
}
.woosw-list {
max-width: 1200px;
margin: auto; }
.woosw-list .woosw-actions {
display: none;
}
.woosw-list .woosw-popup-content-mid-massage {
padding: 112px 0 0;
background-color: transparent;
border: none;
text-align: center !important;
}
.woosw-list .woosw-popup-content-mid-massage:before {
content: "\f145";
font-family: "Caseicon";
width: 100px;
height: 100px;
border-radius: 100px;
line-height: 100px;
font-size: 100px;
left: 50%;
top: 0;
transform: translate(-50%, 0);
color: rgba(0, 0, 0, 0.14);
position: absolute;
}
.woosw-list table.woosw-items {
border-left: none;
}
.woosw-list table.woosw-items td {
border-right: none;
background-color: transparent !important;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
font-weight: 600;
color: #000;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price {
font-size: 15px;
color: var(--main-color);
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price ins {
background-color: transparent;
color: inherit;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price del {
color: #888;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--time {
font-size: 15px;
line-height:18px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions {
text-align: right;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button {
min-width: 170px;
text-align: center;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button.added {
margin: 0 10px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button.added:after {
display: none;
}
.woosq-popup .woocommerce-product-details__short-description {
margin-bottom: 22px;
}
.woosq-popup div.product .entry-summary .entry-title {
font-size: 32px;
line-height:40px;
}
.woosq-popup div.product .entry-summary .product_type_external {
width: 100%;
line-height: 50px;
text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button {
width: 100%;
text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart {
line-height: 50px;
text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading {
opacity: 1;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:before {
content: '';
width: 20px;
height: 20px;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
border-color: transparent #fff transparent #fff;
border-width: 1px;
border-style: solid;
position: absolute;
top: 0;
right: 20px;
bottom: 0;
margin: auto;
animation: exp_spin 0.6s infinite linear;
-webkit-animation: exp_spin 0.6s infinite linear;
box-sizing: border-box;
z-index: 2;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:after {
display: none;
}
.exp-product-grid-layout1 .exp-item--inner {
margin-bottom: 40px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--price {
min-height: 30px;
}
.exp-product-grid-layout1 .woocommerce-product--price {
font-size: 16px;
font-weight: 500;
color: var(--main-color);
}
.exp-product-grid-layout1 .woocommerce-product--price {
font-size: 16px;
font-weight: 500;
color: var(--main-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a i{
line-height: 2;
}
.exp-product-grid-layout1 .woocommerce-product--title {
font-size: 18px;
line-height: 1.45;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .exp-select-higthlight, .nice-select {
background-color: #fff;
border: 1px solid #ececec;
border-top-color: rgb(236, 236, 236);
border-right-color: rgb(236, 236, 236);
border-bottom-color: rgb(236, 236, 236);
border-left-color: rgb(236, 236, 236);
color: #888;
padding: 6px 22px;
line-height: normal;
font-size: 15px;
font-weight: 400;
height: 50px;
-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
transition: all .25s cubic-bezier(.645,.045,.355,1);
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
width: 100%;
outline: none;
font-family: inherit;
}
.woocommerce-product-search {
position: relative;
}
@media screen and (min-width: 1200px) {
.exp-sidebar-sticky {
position: -webkit-sticky;
position: sticky;
top: 40px;
}
}
.woocommerce .star-rating{
height: 2em;
line-height: 28px;
}
form .select2-container--default{
width: 100% !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
float: right;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
float: left;
}
input[type="text"], input[type="email"],
input[type="url"], input[type="password"],
input[type="search"], input[type="tel"],
input[type="number"], input[type="range"],
input[type="date"], input[type="month"],
input[type="week"], input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"], 
textarea, select, 
.exp-select-higthlight,
.nice-select {
background-color: #fff;
border: 1px solid #ececec;
color: #888;
padding: 6px 22px;
line-height: normal;
font-size: 15px;
font-weight: 400;
height: 50px;
-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
-khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
-moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
-ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
-o-transition: all .25s cubic-bezier(.645,.045,.355,1);
transition: all .25s cubic-bezier(.645,.045,.355,1);
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
width: 100%;
outline: none;
font-family: inherit;
}
table {
border-bottom: 1px solid #ededed;
border-left: 1px solid #ededed;
border-collapse: collapse;
border-spacing: 0;
line-height: 2;
margin: 0 0 32px;
width: 100%;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.woosw-list table.woosw-items {
border-left: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
line-height: 2;
}
.woosw-list table.woosw-items td {
border-right: none;
background-color: transparent !important;
}
td {
border-top: 1px solid #ededed;
padding: 10px;
border-right: 1px solid #ededed;
}
form .select2-container--default .select2-selection{
border: 1px solid #ececec;
background-color: #fff;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
list-style: none outside;
padding: 0;
margin: 0;
margin-bottom: 0px;
}
.woocommerce.widget_shopping_cart ul.cart_list {
margin-bottom: 35px;
} .site-header-cart.cart-open .widget_shopping_head{
display:none;
}
.site-header-cart .widget_shopping_cart .cart_list, .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message{
position:relative;
}
.site-header-cart .widget_shopping_cart .cart_list li .remove_from_cart_button{
position: absolute;
right: 0px;
top: 0px;
}
.site-header-cart ul.cart_list li{
position:relative;
display:flex;
}
.site-header-cart ul.cart_list li a{
font-size: 18px;
} 
.site-header-cart ul.cart_list li img{
border: 1px solid #ececec;
}
.woocommerce #exp-wapper .quantity .woocommerce-Price-amount.amount, .woocommerce-page #exp-wapper .quantity .woocommerce-Price-amount.amount{
margin-left:5px;
}
.site-header-cart .widget_shopping_cart .cart_list li .cart-product-meta{
margin-top:0px;    
}
.single-post .exp-item--excerpt blockquote p  {
margin-bottom:0px;
}
.woocommerce #exp-wapper .quantity-icon.exp-icon--minus,
.woocommerce #exp-wapper .quantity-icon.exp-icon--plus,
.site-header-cart.cart-open .exp-icon--minus,
.site-header-cart.cart-open .exp-icon--plus{
display:none;
}
.woocommerce form .form-row .select2-container span.selection{
display:inline;
} 
.woocommerce ul.products li.product .price {
font-size: 16px;
font-weight: 500;
margin-bottom: 0;
color: var(--main-color);
}
.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow{
top:12px;
right:10px;
}
.woocommerce table.shop_table td{
border-right: 0px;
}
.woocommerce ul.products li.product .price .amount .woocommerce-Price-currencySymbol {
color: var(--main-color);
}
.is-large.wc-block-cart .wc-block-cart__totals-title,
table.wc-block-cart-items .wc-block-cart-items__header{
font-size: 0.95em !important;
}
.site-header-cart ul.cart_list li a.btn-shop {
padding: 10px 15px;
color: #fff;
position: fixed;
bottom: 20px;
display: block;
width: 80%;
border-radius: 0px;
margin-left: 15px;
margin-right: 15px;
font-size: 15px;
background-color: var(--main-color);
}
.site-header-cart .widget_shopping_cart .cart_list li.empty{
display:inline-grid;
}
.site-header-cart .widget_shopping_cart .cart_list li.empty span{
line-height:40px;
margin-right:20px;
}
.exp-product-grid-layout1 .woocommerce-product--title a:hover,
.wc-block-components-checkout-return-to-cart-button:hover {
color: var(--main-color);
}
.wc-block-components-button:not(.is-link){
background-color: var(--main-color);
color:  #fff;
}
.wc-blocks-components-select .wc-blocks-components-select__select:after{
display: none;
}
.wc-block-cart__empty-cart__title {
font-size: inherit;
padding: 40px;
background-color: #f5f5f5;
color: #222222;
font-size: 24px;
font-weight: 600;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__products{
margin: 50px 0 0 0px;
gap: 25px;
flex-wrap:nowrap;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product{
background-color: #fff;
-webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-khtml-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-moz-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-ms-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-o-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
box-shadow: 0 2px 27px rgba(54, 54, 54, 0.06);
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
overflow: hidden;
}
.wc-block-grid__product .wc-block-grid__product-title{
font-size:20px;
font-weight:normal;
color:#222;
}
.wc-block-grid__product .wc-block-grid__product-price{
font-size:18px;
}
.wc-block-grid__product-rating .star-rating{
height: 2.618em !important;
line-height: 1.618 !important;
text-align:center !important;
width:100% !important;
}
.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .star-rating::before{
font-size:16px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
font-size: 16px;
background-color: var(--main-color);
border-radius: 5px;
padding: 7px 25px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover{
background-color:#222;
color:#fff;
}
.woocommerce .summary.entry-summary .quantity .qty{
width:8em;
}