.woocommerce .added_to_cart.disabled,
.woocommerce .added_to_cart:disabled,
.woocommerce .button.disabled,
.woocommerce .button:disabled,
.woocommerce button.disabled,
.woocommerce button:disabled,
.woocommerce input[type=button].disabled,
.woocommerce input[type=button]:disabled,
.woocommerce input[type=reset].disabled,
.woocommerce input[type=reset]:disabled,
.woocommerce input[type=submit].disabled,
.woocommerce input[type=submit]:disabled {
opacity: .5 !important;
cursor: not-allowed;
}
.woocommerce button.button.loading {
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.woocommerce button.button.loading:after {
display: inline-block;
font-family: 'simple-line-icons';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e098";
position: inherit;
top: auto;
right: auto;
margin-left: 6px;
vertical-align: top;
font-weight: 400;
-ms-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
color: inherit;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.woocommerce button.disabled {
background-color: #777;
}
.woocommerce button.alt:disabled {
background-color: #777;
}
.woocommerce ul {
list-style: none;
margin: 0;
padding: 0;
}
.woocommerce div.products {
margin: 0 -10px;
}
.woocommerce div.products li.product .added_to_cart {
padding: 12px 20px;
}
.woocommerce div.products li.product .added_to_cart:after {
font-family: 'simple-line-icons';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
content: '\e035';
margin-left: 6px;
vertical-align: bottom;
}
.woocommerce div.products li.product .woo-entry-inner {
margin: 0;
}
.woocommerce div.products li.product .woo-entry-inner li {
margin-bottom: 12px;
line-height: 1;
}
.woocommerce div.products li.product .woo-entry-inner li:last-child {
margin-bottom: 0;
}
.woocommerce div.products li.product .woo-entry-inner li.image-wrap {
margin-bottom: 20px;
position: relative;
}
.woocommerce div.products li.product .woo-entry-inner li.image-wrap .woo-entry-image,
.woocommerce div.products li.product .woo-entry-inner li.image-wrap .product-entry-slider-wrap {
display: block;
}
.woocommerce div.products li.product .woo-entry-inner li.image-wrap .product-entry-slider {
display: none;
}
.woocommerce div.products li.product .woo-entry-inner li.image-wrap .product-entry-slider.slick-slider {
display: block;
}
.woocommerce div.products li.product .woo-entry-image,
.woocommerce div.products li.product .product-entry-slider-wrap {
display: none;
}
.woocommerce div.products li.product .product-entry-slider-wrap {
position: relative;
}
.woocommerce div.products li.product .woo-entry-image-swap {
position: relative;
overflow: hidden;
}
.woocommerce div.products li.product .woo-entry-image-swap img {
-webkit-transition: opacity 0.25s ease-in-out;
-moz-transition: opacity 0.25s ease-in-out;
-ms-transition: opacity 0.25s ease-in-out;
-o-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
width: 100%;
overflow: hidden;
}
.woocommerce div.products li.product .woo-entry-image-swap .woo-entry-image-main {
position: relative;
margin-bottom: 0 !important;
z-index: 2;
}
.woocommerce div.products li.product .woo-entry-image-swap .woo-entry-image-secondary {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
height: 100%;
z-index: 1;
}
.woocommerce div.products li.product .woo-entry-image-swap:hover .woo-entry-image-main {
-moz-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
}
.woocommerce div.products li.product .product-entry-slider {
display: none;
}
.woocommerce div.products li.product .product-entry-slider.slick-slider {
display: none;
}
.woocommerce div.products li.product .product-entry-slider .slick-arrow {
position: absolute;
top: 50%;
display: block;
visibility: hidden;
width: 26px;
height: 100px;
margin: -50px 0 0;
font-size: 22px;
line-height: 100px;
background-color: transparent;
color: #333;
padding: 0;
text-align: center;
-moz-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
cursor: pointer;
z-index: 999;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woocommerce div.products li.product .product-entry-slider .slick-arrow:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce div.products li.product .product-entry-slider .slick-arrow.slick-prev {
left: 0;
}
.woocommerce div.products li.product .product-entry-slider .slick-arrow.slick-next {
right: 0;
}
.woocommerce div.products li.product .product-entry-slider:hover .slick-arrow {
visibility: visible;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.woocommerce div.products li.product.outofstock .outofstock-badge {
position: absolute;
top: 20px;
left: 20px;
min-height: 0;
min-width: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
background-color: rgba(63, 195, 135, 0.8);
color: #fff;
padding: 8px 12px;
text-transform: uppercase;
font-size: 12px;
line-height: 1;
font-weight: 300;
z-index: 9;
background-color: rgba(0, 0, 0, 0.8);
}
.woocommerce div.products li.product.outofstock .onsale {
display: none;
}
.woocommerce div.products li.product li.category {
display: block;
font-size: 12px;
font-weight: 300;
line-height: 1;
font-style: italic;
margin-bottom: 8px;
text-overflow: ellipsis;
white-space: nowrap;
}
.woocommerce div.products li.product li.category a {
color: #999;
}
.woocommerce div.products li.product li.inner {
display: block;
position: relative;
margin: 5px 0 18px;
line-height: 1;
}
.woocommerce div.products li.product li.woo-desc {
display: none;
line-height: 1.6;
margin-bottom: 20px;
}
.woocommerce div.products li.product li.btn-wrap {
display: block;
}
.woocommerce div.products li.product li.title a {
display: inline-block;
font-size: 14px;
line-height: 1.5;
}
.woocommerce div.products li.product .price {
font-size: 18px;
text-align: center;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woocommerce div.products li.product .price .amount {
color: #57bf6d;
}
.woocommerce div.products li.product .price del {
display: inline-block;
font-weight: normal;
}
.woocommerce div.products li.product .price del .amount {
color: #666;
font-size: 14px;
text-decoration: line-through;
}
.woocommerce div.products li.product .price ins {
display: inline-block;
font-weight: normal;
}
.woocommerce div.products li.product.has-rating .product-inner:hover .inner .price {
-moz-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
visibility: hidden;
}
.woocommerce div.products li.product.has-rating .product-inner:hover .inner .star-rating {
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
visibility: visible;
}
.woocommerce div.products li.product.has-rating li.inner .star-rating {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: -8px auto 0 auto;
-moz-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woocommerce div.products li.product .button {
float: none;
display: inline-block;
background-color: transparent;
color: #848494;
padding: 5px 12px;
border: 3px double #e4e4e4;
font-size: 12px;
line-height: 1.5;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
text-transform: none;
}
.woocommerce div.products li.product .button:hover {
background-color: transparent;
color: #13aff0;
border-color: #13aff0;
}
.woocommerce div.products li.product .button.added {
display: none;
}
.woocommerce div.products li.product h3 {
font-size: 16px;
color: inherit;
margin: 0;
}
.woocommerce div.products li.product .product-inner .added_to_cart {
float: none;
display: inline-block;
background-color: transparent;
color: #848494;
padding: 5px 12px;
border: 3px double #e4e4e4;
font-size: 12px;
line-height: 1.5;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
text-transform: none;
}
.woocommerce div.products li.product .product-inner .added_to_cart:hover {
background-color: transparent;
color: #13aff0;
border-color: #13aff0;
}
.woocommerce div.products li.product li.category a:hover {
color: #13aff0;
}
.woocommerce div.products li.product-category.product .woo-entry-image {
display: block;
margin-bottom: 20px;
}
.woocommerce div.products li.product-category.product .woo-entry-inner a {
padding-top: 10px;
}
.woocommerce div.products li.product-category.product .woo-entry-inner a .woocommerce-loop-category__title {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woocommerce div.products li.product-category.product .woo-desc {
display: none;
line-height: 1.6;
margin-bottom: 20px;
}
.woocommerce div.products.list .woostore-product-excerpt {
display: none;
}
.woocommerce div.products.list .woostore-category-description {
display: none;
}
.woocommerce div.products.list .product-inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
align-items: center;
text-align: left;
}
.woocommerce div.products.list .product {
display: block;
float: none;
width: 100% !important;
}
.woocommerce div.products.list .product .woo-entry-inner {
width: 65%;
}
.woocommerce div.products.list .product .woo-entry-inner li.image-wrap {
display: none;
}
.woocommerce div.products.list .product .woo-entry-image,
.woocommerce div.products.list .product .product-entry-slider-wrap {
display: block;
position: relative;
width: 32%;
margin: 0 3% 0 0;
}
.woocommerce div.products.list .product .product-entry-slider-wrap .woo-entry-image {
width: 100%;
margin: 0;
}
.woocommerce div.products.list .product .product-entry-slider {
display: none;
}
.woocommerce div.products.list .product .product-entry-slider.slick-slider {
display: block;
}
.woocommerce div.products.list .product li.woo-desc {
display: block;
}
.woocommerce div.products.list .product li.title a {
font-size: 28px;
}
.woocommerce div.products.list .product.has-rating li.inner .star-rating {
left: auto;
right: auto;
}
.woocommerce div.products.list .product-category.product .woo-desc {
display: block;
}
.woocommerce ul.cart_list li::after {
clear: both;
}
.woocommerce ul.cart_list li .star-rating {
display: block;
margin: 5px 0;
}
.woocommerce ul.cart_list li dl {
display: none;
}
.woocommerce ul.product_list_widget {
list-style: none;
margin: 0;
padding: 0;
}
.woocommerce ul.product_list_widget li::after {
clear: both;
}
.sidebar-box ul.product_list_widget li {
position: relative;
clear: both;
padding-left: 80px;
margin: 0;
min-height: 92px;
}
.woocommerce ul.product_list_widget li a:after {
content: '';
display: block;
visibility: hidden;
clear: both;
zoom: 1;
height: 0;
}
.woocommerce ul.product_list_widget li a.remove {
display: inline-block;
position: absolute;
top: 50%;
right: 0;
font-size: 14px;
margin-top: -10px;
color: #777;
border: 1px solid;
height: 20px;
width: 20px;
line-height: 18px;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
z-index: 20;
}
.woocommerce ul.product_list_widget li a.remove:hover {
color: #333;
}
.sidebar-box ul.product_list_widget li:first-child {
border-color: #eaeaea;
}
.sidebar-box ul.product_list_widget li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.sidebar-box ul.product_list_widget li.empty {
min-height: auto !important;
margin: 0;
border: 0;
padding: 0 !important;
}
.woocommerce ul.product_list_widget li img {
position: absolute;
top: 0;
left: 0;
margin: 0;
max-width: 60px;
height: auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woocommerce ul.product_list_widget li img:hover {
-moz-opacity: 0.8;
-webkit-opacity: 0.8;
opacity: 0.8;
}
.woocommerce ul.product_list_widget li .quantity {
display: block;
float: none;
margin: 5px 0 0;
color: #bcbcbc;
line-height: 1em;
}
.woocommerce ul.product_list_widget li .star-rating {
display: block;
margin: 5px 0;
}
.woocommerce ul.product_list_widget li dl {
display: none;
}
.woocommerce ul.order_details {
border: 1px solid;
padding: 20px;
margin: 0 0 20px;
border-color: #eaeaea;
border-color: #eaeaea;
}
.woocommerce ul.order_details li {
border-color: #ddd;
}
.woocommerce .summary ul,
.woocommerce #tab-description ul {
list-style: disc;
margin: 20px 0 20px 20px;
}
.woocommerce .form-row-first {
float: left;
width: 48%;
margin-right: 4%;
}
.woocommerce .form-row-last {
float: right;
width: 48%;
}
.woocommerce form .form-row {
padding: 3px 0;
}
.woocommerce form .form-row label {
display: inline-block;
margin: 0 0 5px;
}
.woocommerce form .form-row label[for="createaccount"] {
margin: 0;
vertical-align: middle;
}
.woocommerce form .form-row-wide {
clear: both;
}
.woocommerce form .form-row::after {
clear: both;
}
.woocommerce form.login .lost_password {
margin: 0;
}
.woocommerce div.products ul {
margin: 0 -10px;
}
.woocommerce div.products .product {
overflow: hidden;
padding-bottom: 20px;
}
.woocommerce div.products .product-inner {
position: relative;
}
.woocommerce div.products li.owp-content-left .product-inner {
text-align: left;
}
.woocommerce div.products li.owp-content-left.product.has-rating .woo-entry-inner .star-rating {
margin-left: 0;
}
.woocommerce div.products li.owp-content-center .product-inner {
text-align: center;
}
.woocommerce div.products li.owp-content-center.product.has-rating .woo-entry-inner .star-rating {
margin-left: auto;
margin-right: auto;
}
.woocommerce div.products li.owp-content-right .product-inner {
text-align: right;
}
.woocommerce div.products li.owp-content-right.product.has-rating .woo-entry-inner .star-rating {
margin-right: 0;
}
.woocommerce div.products.archives-col-1 .product {
clear: both;
}
.woocommerce div.products.archives-col-2 .product:nth-child(2n + 1) {
clear: both;
}
.woocommerce div.products.archives-col-3 .product:nth-child(3n + 1) {
clear: both;
}
.woocommerce div.products.archives-col-4 .product:nth-child(4n + 1) {
clear: both;
}
.woocommerce div.products.archives-col-5 .product:nth-child(5n + 1) {
clear: both;
}
.woocommerce div.products.archives-col-6 .product:nth-child(6n + 1) {
clear: both;
}
.woocommerce div.products.archives-col-7 .product:nth-child(7n + 1) {
clear: both;
}
.woocommerce-cart .cart-collaterals {
width: 100%;
}
.woocommerce-cart .cart-collaterals .shipping_calculator::after {
clear: both;
}
.woocommerce-cart .cart-collaterals p {
margin: 0 0 5px;
font-size: 1em;
}
.woocommerce-cart .cart-collaterals:after {
content: ' ';
display: table;
clear: both;
}
.woocommerce-cart .cart-collaterals:before {
content: ' ';
display: table;
}
.woocommerce-cart .cart-collaterals .related {
width: 30.75%;
float: left;
}
.woocommerce-cart .cart-collaterals .cross-sells {
width: 48%;
float: left;
padding: 20px 0;
}
.woocommerce-cart .cart-collaterals .shipping_calculator {
width: 48%;
clear: right;
float: right;
}
.woocommerce-cart .cart-collaterals .shipping_calculator:after {
content: ' ';
display: table;
clear: both;
}
.woocommerce-cart .cart-collaterals .shipping_calculator:before {
content: ' ';
display: table;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .col2-set .col-1 {
width: 47%;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .col2-set .col-2 {
width: 47%;
}
.woocommerce-cart .cart-collaterals .cart_totals {
float: right;
width: 48%;
border: 1px solid #ebebec;
padding: 25px 30px 30px;
}
.woocommerce-cart .cart-totals h2 {
font-size: 2rem;
}
.woocommerce-cart .cart-collaterals .products .product {
margin-bottom: 0;
}
.woocommerce del {
-moz-opacity: 0.5;
-webkit-opacity: 0.5;
opacity: 0.5;
}
.woocommerce ins {
text-decoration: none;
}
.woocommerce .category-image {
margin: 0 0 20px;
}
.woocommerce .category-image img {
width: 100%;
}
.woocommerce .acmthemes-toolbar {
display: block;
padding: 13px 0 20px 0;
margin-bottom: 17px;
}
.woocommerce .acmthemes-grid-list {
float: left;
margin: 0 20px 0 0;
}
.woocommerce .acmthemes-grid-list a {
display: inline-block;
width: 34px;
height: 34px;
line-height: 34px;
color: #999;
border: 1px solid #eaeaea;
text-align: center;
}
.woocommerce .acmthemes-grid-list a:last-child {
margin-left: 10px;
}
.woocommerce .acmthemes-grid-list a.active {
color: #212121;
border-color: #212121;
}
.woocommerce .acmthemes-grid-list a:hover {
color: #212121;
border-color: #212121;
}
.woocommerce .woocommerce-ordering {
float: left;
}
.woocommerce .woocommerce-ordering select {
font-size: 13px;
min-height: 34px;
line-height: 34px;
padding: 0 15px;
border-color: #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
margin: 0;
vertical-align: top;
}
.woocommerce .woocommerce-ordering .theme-select {
font-size: 13px;
color: #999;
}
.woocommerce .woocommerce-ordering .orderby {
width: auto;
min-width: 166px;
}
.woocommerce .woocommerce-ordering .orderby span {
width: auto;
min-width: 166px;
}
.woocommerce .result-count {
float: right;
font-size: 12px;
line-height: 34px;
text-transform: uppercase;
list-style: none;
margin: 0;
padding: 0;
}
.woocommerce .result-count li {
float: left;
}
.woocommerce .result-count li.view-title {
margin-right: 6px;
color: #555;
letter-spacing: 0.6px;
}
.woocommerce .result-count li.view-title:after {
display: none;
}
.woocommerce .result-count li:after {
content: '|';
color: #999;
margin: 0 3px;
}
.woocommerce .result-count li a {
color: #999;
}
.woocommerce .result-count li a:hover {
color: #555;
}
.woocommerce .result-count li a.active {
color: #555;
}
.woocommerce .result-count li:last-child:after {
display: none;
}
.woocommerce table.shop_attributes {
text-align: left;
width: 100%;
border-top: 1px solid #e4e4e4;
}
.woocommerce table.shop_attributes tr {
padding: 0;
margin: 0;
}
.woocommerce table.shop_attributes p {
margin: 0;
}
.woocommerce table.shop_attributes th {
color: #000;
font-weight: bold;
font-weight: 600;
text-align: left;
border-right: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
padding: 5px 15px;
text-align: left;
margin: 0;
}
.woocommerce table.shop_attributes td {
border-bottom: 1px solid #e4e4e4;
padding: 5px 15px;
text-align: left;
margin: 0;
}
.woocommerce table.shop_table {
border-width: 1px;
border-style: solid;
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-color: #eaeaea;
}
.woocommerce table.shop_table th {
padding: 0.8em;
vertical-align: middle;
}
.woocommerce table.shop_table td {
padding: 0.8em;
vertical-align: middle;
text-transform: capitalize;
border-color: #eaeaea;
}
.woocommerce table.shop_table dl {
margin: 10px 0 0;
}
.woocommerce table.shop_table dl p {
margin: 0 0 8px;
}
.woocommerce table.shop_table thead,
.woocommerce .woocommerce-cart .woocommerce table.shop_table thead,
.woocommerce .woocommerce-order-details table.shop_table thead,
.woocommerce table.my_account_orders.shop_table thead,
.wishlist_table thead {
background-color: #606775;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 1px;
}
.woocommerce table.shop_table thead th {
font-weight: 600;
color: #fff;
}
.woocommerce table.wishlist_table thead th {
color: #4e4d4d
}
.woocommerce table.shop_table .product-remove {
text-align: center !important;
}
.woocommerce table.shop_table tfoot td {
border-color: #eaeaea;
}
.woocommerce table.shop_table tfoot th {
border-color: #eaeaea;
}
.woocommerce table.shop_table a.remove {
display: inline-block;
font-size: 18px;
width: 25px;
height: 25px;
line-height: 23px;
font-weight: 400;
color: #bbb;
border: 1px solid;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
background-color: transparent;
color: #333;
}
.woocommerce table.shop_table tbody th {
border-color: #eaeaea;
}
.woocommerce #reviews h3 {
margin: 10px 0;
font-size: 20px;
font-weight: normal;
font-weight: 400;
}
.woocommerce #reviews #comments {
margin-top: 0;
padding-top: 0;
border-top: 0;
overflow: hidden;
}
.woocommerce #reviews #comments h2 {
clear: none;
}
.woocommerce #reviews #comments .add_review:after {
content: '';
display: block;
clear: both;
}
.woocommerce #reviews #comments ol.commentlist {
width: 100%;
background: none;
list-style: none;
padding: 0;
margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
margin: 0 0 20px;
position: relative;
background: 0;
border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
color: #777;
font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container {
position: relative;
border-bottom: 1px solid;
margin-bottom: 15px;
font-size: 90%;
min-height: 85px;
padding-left: 90px;
border-color: #eaeaea;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
margin: 0 0 5px;
font-size: 1em;
line-height: 1;
border: 0;
padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta strong {
font-weight: bold;
font-weight: 600;
color: #222;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
position: absolute;
left: 0;
top: -5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.woocommerce #reviews #comments .commentlist > li:before {
content: '';
}
.woocommerce #reviews #respond {
margin: 0;
border: 0;
padding: 0;
}
.woocommerce #reviews #comment {
height: 100px;
}
.woocommerce #reviews .comment-form-rating {
clear: both;
}
.woocommerce #reviews .star-rating {
display: inline-block;
vertical-align: top;
float: right;
}
.woocommerce #reviews div[itemprop="description"] {
border: 0;
padding: 5px 0 20px;
}
.woocommerce #reviews h2 small {
float: right;
color: #777;
font-size: 15px;
line-height: 21px;
margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
text-decoration: none;
color: #777;
}
.woocommerce #reviews p.meta {
display: inline-block;
vertical-align: top;
}
.woocommerce .term-description {
margin-bottom: 40px;
}
.woocommerce .term-description p:last-child {
margin-bottom: 0;
}
.woocommerce .woocommerce-checkout #customer_details h3 {
font-size: 14px;
position: relative;
margin: 0 0 20px;
padding-bottom: 8px;
border-bottom-width: 1px;
border-bottom-style: solid;
text-transform: uppercase;
letter-spacing: 0.6px;
border-color: #eaeaea;
}
.woocommerce .woocommerce-checkout #customer_details h3 input[type="checkbox"] {
float: right;
margin: 0 !important;
}
.woocommerce .woocommerce-checkout #customer_details p.form-row label {
margin: 0 0 5px;
display: block;
}
.woocommerce .woocommerce-checkout #customer_details p.form-row label.checkbox {
display: inline-block;
}
.woocommerce .woocommerce-checkout h3#order_review_heading {
font-size: 14px;
position: relative;
margin: 0 0 20px;
padding-bottom: 8px;
border-bottom-width: 1px;
border-bottom-style: solid;
text-transform: uppercase;
letter-spacing: 0.6px;
border-color: #eaeaea;
}
.woocommerce .woocommerce-checkout h3#ship-to-different-address label {
display: block;
cursor: pointer;
margin: 0;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
padding: 6px 12px 2px 6px;
background-color: transparent;
border-color: #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 40px;
}
.woocommerce .shop_table.order_details tfoot th {
border-right: 1px solid;
background-color: #f7f7f7;
font-weight: 600;
color: #444;
border-color: #eaeaea;
border-color: #eaeaea;
}
.woocommerce .shop_table.customer_details th {
border-right: 1px solid;
background-color: #f7f7f7;
font-weight: 600;
color: #444;
border-color: #eaeaea;
border-color: #eaeaea;
}
.woocommerce .order_details {
border-color: #eaeaea;
}
.woocommerce a.button.loading {
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.woocommerce a.button.loading:after {
display: inline-block;
font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\f110';
position: inherit;
top: auto;
right: auto;
margin-left: 6px;
vertical-align: top;
font-weight: 400;
-ms-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
color: inherit;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.woocommerce input.button {
padding: 12px 20px;
}
.woocommerce input.button.loading {
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.woocommerce input.button.loading:after {
display: inline-block;
font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\f110';
position: inherit;
top: auto;
right: auto;
margin-left: 6px;
vertical-align: top;
font-weight: 400;
-ms-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
color: inherit;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.woocommerce div.product {
position: relative;
}
.woocommerce div.product div.images {
position: relative;
float: left;
width: 52%;
margin-bottom: 0;
}
.woocommerce div.product div.summary {
float: right;
width: 44%;
margin-bottom: 36px;
}
@media screen and (max-width: 468px) {
.woocommerce div.product div.summary {
margin-bottom: 18px
}
}
.woocommerce div.product div.summary .price ins {
text-decoration: none;
}
.woocommerce div.product div.summary .price del {
font-size: 20px;
color: #ababab;
}
.woocommerce div.product div.summary table.group_table tr td.price del {
font-size: 13px;
}
.woocommerce div.product div.summary table.group_table tr td p.in-stock {
margin: 0;
line-height: 1;
}
.woocommerce div.product div.summary p.in-stock {
margin-bottom: 20px;
color: #77a464;
}
.woocommerce div.product div.woocommerce-product-details__short-description {
margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
.woocommerce div.product div.woocommerce-product-details__short-description {
margin-bottom: 32px;
}
}
.woocommerce div.product div.woocommerce-product-details__short-description p:last-child {
margin: 0;
}
.woocommerce div.product .woocommerce-product-gallery {
position: relative;
}
.woocommerce div.product .woocommerce-product-gallery .zoomImg {
background-color: #fff;
}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: 20px;
right: 20px;
display: block;
height: 32px;
width: 32px;
border: 1px solid #d0d0d0;
color: #333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
display: none !important;
}
.woocommerce div.product .woocommerce-product-gallery img {
margin: 0;
}
.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
content: "\e057";
font-family: 'simple-line-icons';
font-size: 14px;
text-rendering: auto;
text-indent: 0;
line-height: 31px;
color: #785e5e;
display: block;
background: rgba(255, 255, 255, 0.85);
}
.woocommerce div.product .woocommerce-product-gallery .flex-viewport {
margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs {
margin: 0;
padding: 0;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs:before {
content: '';
display: table;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs:after {
content: '';
display: table;
clear: both;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
margin-bottom: 15px;
cursor: pointer;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img {
-moz-opacity: 0.5;
-webkit-opacity: 0.5;
opacity: 0.5;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
width: 48%;
float: left;
margin-right: 4%;
}
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
margin-right: 0;
}
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n + 1) {
clear: both;
}
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 30.65%;
float: left;
margin-right: 4%;
}
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
margin-right: 0;
}
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n + 1) {
clear: both;
}
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 22%;
float: left;
margin-right: 4%;
}
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
margin-right: 0;
}
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n + 1) {
clear: both;
}
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 16.76%;
float: left;
margin-right: 4%;
}
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
margin-right: 0;
}
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n + 1) {
clear: both;
}
.woocommerce div.product .product_title + .woocommerce-product-rating {
margin-top: 0;
}
.woocommerce div.product .woocommerce-product-rating {
display: inline-block;
width: 100%;
font-size: 12px;
}
.woocommerce div.product .woocommerce-product-rating .star-rating {
float: left;
margin-right: 10px;
margin-top: 3px;
}
.woocommerce div.product p.price {
font-size: 36px;
line-height: 30px;
font-weight: 400;
margin-bottom: 10px;
}
.woocommerce div.product p.stock {
margin: 0;
font-weight: 600;
color: #fe5252;
}
.woocommerce div.product .woocommerce-tabs {
padding-top: 30px;
clear: both;
}
@media screen and (max-width: 468px) {
.woocommerce div.product .woocommerce-tabs {
padding-top: 0
}
}
.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
font-size: 18px;
font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
display: block;
position: relative;
width: 100%;
margin-bottom: 30px;
}
@media screen and (max-width: 468px) {
.woocommerce div.product .woocommerce-tabs ul.tabs {
margin-bottom: 15px;
}
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
display: inline-block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
display: inline-block;
color: #777;
border-bottom: 1px solid transparent;
font-weight: 600;
text-transform: uppercase;
font-size: 16px;
padding: 10px;
}
@media screen and (max-width: 468px) {
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 12px;
margin-right: 9px
}
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
color: #333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #333;
border-color: #333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding-left: 0;
}
.woocommerce div.product form.cart .variations {
margin-top: 10px;
margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations .reset_variations {
display: block;
float: left;
margin-top: 10px;
font-size: 13px;
color: #999;
font-weight: normal;
border: 2px solid #eeeeee;
padding: 3px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
visibility: hidden;
}
.woocommerce div.product form.cart .variations .reset_variations:before {
display: inline-block;
font-family: 'simple-line-icons';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
content: '\e082';
margin-right: 5px;
color: red;
vertical-align: top;
}
.woocommerce div.product form.cart .variations label {
color: #333;
font-weight: 600;
}
.woocommerce div.product form.cart .variations td.label {
padding: 15px 0 15px;
width: 20%;
}
.woocommerce div.product form.cart .variations td.value {
position: relative;
padding: 15px 0 15px;
}
.woocommerce div.product form.cart .variations tr:first-child td.label {
padding-top: 0;
}
.woocommerce div.product form.cart .variations tr:first-child td.value {
padding-top: 0;
}
.woocommerce div.product form.cart:after {
content: '';
display: block;
visibility: hidden;
clear: both;
zoom: 1;
height: 0;
}
.woocommerce div.product form.cart div.quantity {
float: left;
margin-right: 10px;
}
.woocommerce div.product .summary .added_to_cart {
font-size: 12px;
font-weight: 600;
padding-bottom: 1px;
border-bottom: 2px solid;
margin-left: 6px;
text-transform: uppercase;
letter-spacing: 0.6px;
}
.woocommerce div.product .summary .added_to_cart i {
margin-left: 3px;
}
.woocommerce div.product .swatch-control .theme-select {
display: none !important;
}
.woocommerce div.product table.group_table {
width: auto;
margin-bottom: 20px;
}
.woocommerce div.product table.group_table tbody {
display: inline-block;
width: 100%;
border: 1px solid #eaeaea;
}
.woocommerce div.product table.group_table tr td {
padding: 10px;
border-top: 1px solid #eaeaea;
border-bottom: 0;
vertical-align: middle;
}
.woocommerce div.product table.group_table tr:first-child td {
border-top: 0;
}
.woocommerce #respond input#submit {
padding: 12px 20px;
}
.woocommerce #respond input#submit.loading {
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.woocommerce #respond input#submit.loading:after {
display: inline-block;
font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\f110';
position: inherit;
top: auto;
right: auto;
margin-left: 6px;
vertical-align: top;
font-weight: 400;
-ms-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
color: inherit;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.woocommerce nav.woocommerce-pagination ul {
border: none;
text-align: right;
}
.woocommerce.content-full-width div.product div.images {
width: 42%;
}
.woocommerce.content-full-width div.product div.summary {
width: 54%;
}
.woocommerce.woo-left-tabs div.product .woocommerce-tabs ul.tabs {
text-align: left;
}
.woocommerce.woo-right-tabs div.product .woocommerce-tabs ul.tabs {
text-align: right;
}
.woocommerce .related.products h2 {
margin: 0 0 15px;
}
.woocommerce .related.products .product {
padding-bottom: 0;
}
.woocommerce .upsells.products {
margin-top: 38px;
}
@media screen and (max-width: 468px) {
.woocommerce .upsells.products {
margin-top: 30px;
}
}
.woocommerce .upsells.products h2 {
margin: 0 0 28px;
}
.woocommerce .upsells.products .product {
padding-bottom: 0;
}
.single.woocommerce .upsells.products div.product .amount {
font-weight: 400;
}
.woocommerce td.product-name dl.variation dt {
font-weight: 600;
color: #444;
padding-bottom: 0;
}
.woocommerce td.product-name dl.variation dd {
margin-bottom: 0;
padding-bottom: 0;
}
.woocommerce #order_review table.shop_table {
margin: 0 0 40px;
border: none;
}
.woocommerce #order_review table.shop_table th {
border: none;
padding: 16px 20px;
}
.woocommerce #order_review table.shop_table td {
border: none;
padding: 16px 20px;
text-align: right;
}
.woocommerce #order_review table.shop_table tfoot td {
font-weight: 600;
color: #444;
font-weight: normal;
}
.woocommerce #order_review table.shop_table tfoot th {
font-weight: 600;
color: #444;
}
.woocommerce #order_review table.shop_table thead th {
font-size: 15px;
letter-spacing: 1px;
padding: 20px;
}
.woocommerce #order_review table.shop_table thead th.product-total {
text-align: right;
}
.woocommerce #order_review table.shop_table tbody td.product-name {
max-width: 376px;
text-align: left;
}
.woocommerce #order_review table.shop_table label {
display: inline-block;
}
.woocommerce #order_review table tfoot th {
text-transform: capitalize;
}
.woocommerce .col-1.address {
padding: 20px;
border-width: 2px;
border-style: solid;
border-color: #eaeaea;
}
.woocommerce .col-1.address h3 {
font-size: 14px;
position: relative;
margin: 0 0 20px;
padding-bottom: 8px;
text-transform: uppercase;
border-bottom: 1px solid #ddd;
}
.woocommerce .col-1.address address {
margin: 0;
}
.woocommerce .col-2.address {
padding: 20px;
border-width: 2px;
border-style: solid;
border-color: #eaeaea;
}
.woocommerce .col-2.address h3 {
font-size: 14px;
position: relative;
margin: 0 0 20px;
padding-bottom: 8px;
text-transform: uppercase;
border-bottom: 1px solid #ddd;
}
.woocommerce .col-2.address address {
margin: 0;
}
.woocommerce .owp-account-links {
margin-bottom: 35px;
text-align: center;
}
.woocommerce .owp-account-links li {
display: inline-block;
}
.woocommerce .owp-account-links li .owp-account-link {
font-size: 50px;
color: #333;
line-height: 1;
font-weight: bold;
-moz-opacity: 0.6;
-webkit-opacity: 0.6;
opacity: 0.6;
}
.woocommerce .owp-account-links li .owp-account-link.current, .woocommerce .owp-account-links li .owp-account-link:hover {
opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.woocommerce .owp-account-links li.or {
display: inline-block;
width: 36px;
height: 36px;
line-height: 32px;
color: #333;
border: 2px solid;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
margin: 0 16px;
-moz-opacity: 0.5;
-webkit-opacity: 0.5;
opacity: 0.5;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
vertical-align: text-bottom;
}
.woocommerce #customer_login > div {
padding: 20px;
border-width: 2px;
border-style: solid;
border-color: #eaeaea;
}
.woocommerce #customer_login label {
cursor: pointer;
}
.account-original-style .woocommerce #customer_login h2 {
display: none;
}
.account-original-style .woocommerce #customer_login > div {
float: none;
width: 560px;
max-width: 100%;
margin: 0 auto;
}
.account-original-style .woocommerce #customer_login .col-2 {
display: none;
}
.account-original-style .woocommerce #customer_login .col-2 button {
width: 100%;
padding-top: 16px;
padding-bottom: 16px;
}
.account-original-style .woocommerce #customer_login .col-1 p:nth-last-child(2) {
margin: 0;
}
.account-original-style .woocommerce #customer_login .col-1 p:last-child {
margin: 0;
}
.account-original-style .woocommerce #customer_login .col-1 .form-row {
display: inline-block;
}
.account-original-style .woocommerce #customer_login .col-1 .form-row.form-row-wide {
width: 100%;
}
.account-original-style .woocommerce #customer_login .form-row label.woocommerce-form__label {
margin: 0 0 0 15px;
}
.account-original-style .woocommerce #customer_login .lost_password {
float: right;
line-height: 42px;
}
.account-original-style .woocommerce #customer_login form.register p:last-child {
margin: 0;
}
.account-original-style .woocommerce #customer_login .woocommerce-privacy-policy-text {
margin-bottom: 15px;
}
.account-side-style .woocommerce #customer_login h2 {
font-size: 14px;
position: relative;
margin: 0 0 20px;
padding-bottom: 8px;
text-transform: uppercase;
border-bottom: 1px solid #ddd;
}
.account-side-style .woocommerce #customer_login > div {
float: left;
width: 48%;
}
.account-side-style .woocommerce #customer_login .col-2 {
display: block;
float: right;
}
.account-side-style .woocommerce #customer_login .woocommerce-form__label .woocommerce-form__input {
margin: -3px 6px 0 15px !important;
}
.woocommerce .acmthemes-loginform-wrap h2 {
display: none;
}
.woocommerce .acmthemes-loginform-wrap form {
width: 560px;
max-width: 100%;
margin: 0 auto;
padding: 20px;
border-width: 2px;
border-style: solid;
border-color: #eaeaea;
}
.woocommerce .acmthemes-loginform-wrap p:nth-last-child(2) {
margin: 0;
}
.woocommerce .acmthemes-loginform-wrap p:last-child {
margin: 0;
}
.woocommerce .acmthemes-loginform-wrap .form-row {
display: inline-block;
}
.woocommerce .acmthemes-loginform-wrap .form-row.form-row-wide {
width: 100%;
}
.woocommerce .acmthemes-loginform-wrap .form-row label.woocommerce-form__label {
margin: 0 0 0 15px;
}
.woocommerce .acmthemes-loginform-wrap .lost_password {
float: right;
line-height: 42px;
}
.woocommerce .lost_reset_password {
width: 480px;
max-width: 100%;
margin: 0 auto;
}
.woocommerce .lost_reset_password .form-row-first,
.woocommerce .lost_reset_password .form-row-last {
width: 100%;
margin-right: 0;
margin-left: 0;
}
.woocommerce .lost_reset_password button {
width: 100%;
padding-top: 16px;
padding-bottom: 16px;
}
.wcmenucart i {
position: relative;
padding: 0;
}
.wcmenucart:after {
display: none;
}
.wcmenucart-details {
margin-left: 10px;
}
.wcmenucart-details.count {
display: inline-block;
position: absolute;
left: 16px;
top: 15px;
text-align: center;
color: #fff;
font-size: 11px;
line-height: 1;
font-weight: 600;
padding: 3px 7px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.woo-cart-item span.xoo-wsc-sc-count {
width: auto;
height: auto;
}
.wcmenucart-details.count:before {
content: '';
position: absolute;
top: 0;
left: -3px;
width: 0;
height: 0;
margin-top: 4px;
border-style: solid solid solid none;
border-width: 5px 5px 5px medium;
border-top-color: transparent !important;
border-bottom-color: transparent !important;
}
#site-navigation-wrap .dropdown-menu > li > a.wcmenucart-hide,
#mobile-fullscreen ul li a.wcmenucart-hide,
.wcmenucart-hide {
display: none;
}
.col2-set {
width: 100%;
width: 100%;
}
.col2-set:after {
content: '';
display: block;
height: 0;
clear: both;
visibility: hidden;
zoom: 1;
}
.col2-set .col-1 {
float: left;
width: 48%;
}
.col2-set .col-2 {
float: right;
width: 48%;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
.tablet-col .col.first {
clear: none;
}
.woocommerce .products.acmthemes-row.tablet-col .col {
clear: none;
}
.woocommerce .products.acmthemes-row.tablet-1-col .product {
clear: both;
}
.woocommerce .products.acmthemes-row.tablet-2-col .product:nth-child(2n + 1) {
clear: both;
}
.woocommerce .products.acmthemes-row.tablet-3-col .product:nth-child(3n + 1) {
clear: both;
}
.woocommerce .products.acmthemes-row.tablet-4-col .product:nth-child(4n + 1) {
clear: both;
}
.woocommerce .products.acmthemes-row.tablet-5-col .product:nth-child(5n + 1) {
clear: both;
}
.woocommerce .products.acmthemes-row.tablet-6-col .product:nth-child(6n + 1) {
clear: both;
}
.woocommerce .products.acmthemes-row.tablet-7-col .product:nth-child(7n + 1) {
clear: both;
}
.woocommerce .products.tablet-1-col .product {
width: 100% !important;
}
.woocommerce .products.tablet-2-col .product {
width: 50% !important;
}
.woocommerce .products.tablet-3-col .product {
width: 33.33% !important;
}
.woocommerce .products.tablet-4-col .product {
width: 25% !important;
}
.woocommerce .products.tablet-5-col .product {
width: 20% !important;
}
.woocommerce .products.tablet-6-col .product {
width: 16.66% !important;
}
.woocommerce .products.tablet-7-col .product {
width: 14.28% !important;
}
}
@media only screen and (max-width: 480px) {
.mobile-col .col.first {
clear: none;
}
.woocommerce .products.acmthemes-row.mobile-col .col {
clear: none;
}
.woocommerce .products.acmthemes-row.mobile-1-col .product {
clear: both;
}
.woocommerce .products.acmthemes-row.mobile-2-col .product:nth-child(2n + 1) {
clear: both;
}
.woocommerce .products.acmthemes-row.mobile-3-col .product:nth-child(3n + 1) {
clear: both;
}
.woocommerce .products.acmthemes-row.mobile-4-col .product:nth-child(4n + 1) {
clear: both;
}
.woocommerce .products.acmthemes-row.mobile-5-col .product:nth-child(5n + 1) {
clear: both;
}
.woocommerce .products.acmthemes-row.mobile-6-col .product:nth-child(6n + 1) {
clear: both;
}
.woocommerce .products.acmthemes-row.mobile-7-col .product:nth-child(7n + 1) {
clear: both;
}
.woocommerce .products.mobile-1-col .product {
width: 100% !important;
}
.woocommerce .products.mobile-2-col .product {
width: 50% !important;
}
.woocommerce .products.mobile-3-col .product {
width: 33.33% !important;
}
.woocommerce .products.mobile-4-col .product {
width: 25% !important;
}
.woocommerce .products.mobile-5-col .product {
width: 20% !important;
}
.woocommerce .products.mobile-6-col .product {
width: 16.66% !important;
}
.woocommerce .products.mobile-7-col .product {
width: 14.28% !important;
}
.woocommerce-product-gallery__wrapper {
margin-bottom: 15px;
}
}
.clear {
clear: both;
}
.nobr {
white-space: nowrap;
}
.woocommerce-page ul.product_list_widget li::after {
clear: both;
}
.price {
color: #57bf6d;
}
.price del {
color: #555;
}
.select2-drop-active {
border-color: #bbb;
}
.select2-container-active .select2-choice {
border-color: #bbb;
}
.select2-container-active .select2-choices {
border-color: #bbb;
}
@-webkit-keyframes spin {
25% {
-webkit-transform: rotate(270deg);
}
50% {
-webkit-transform: rotate(90deg);
}
75% {
-webkit-transform: rotate(360deg);
}
100% {
-webkit-transform: rotate(180deg);
}
}
@-moz-keyframes spin {
25% {
-moz-transform: rotate(270deg);
}
50% {
-moz-transform: rotate(90deg);
}
75% {
-moz-transform: rotate(360deg);
}
100% {
-moz-transform: rotate(180deg);
}
}
@-ms-keyframes spin {
25% {
-ms-transform: rotate(270deg);
}
50% {
-ms-transform: rotate(90deg);
}
75% {
-ms-transform: rotate(360deg);
}
100% {
-ms-transform: rotate(180deg);
}
}
@-o-keyframes spin {
25% {
-o-transform: rotate(270deg);
}
50% {
-o-transform: rotate(90deg);
}
75% {
-o-transform: rotate(360deg);
}
100% {
-o-transform: rotate(180deg);
}
}
@keyframes spin {
25% {
transform: rotate(270deg);
}
50% {
transform: rotate(90deg);
}
75% {
transform: rotate(360deg);
}
100% {
transform: rotate(180deg);
}
}
.woocommerce-message {
display: inline-block;
width: 100%;
font-size: 14px;
font-weight: 400;
color: #777;
line-height: 40px;
border: 1px solid #ddd;
margin: 0 0 30px;
padding: 10px 15px;
text-align: left;
}
.woocommerce-message a {
float: right;
min-height: 10%;
padding: 6px 18px;
font-size: 12px;
font-weight: 600;
line-height: 1;
color: #fff;
letter-spacing: 1px;
text-transform: uppercase;
background-color: #13aff0;
}
.woocommerce-message a:hover {
background-color: #0b7cac;
color: #fff;
}
.woocommerce-message:before {
font-family: 'simple-line-icons';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 10px;
content: "\e080";
color: #ddd;
}
.woocommerce-error {
display: inline-block;
width: 100%;
font-size: 12px;
font-weight: 400;
color: #777;
border: 1px solid #ddd;
margin: 0 0 30px;
padding: 10px 15px;
text-align: left;
text-transform: uppercase;
border-color: #fdc1b1;
}
.woocommerce-error a {
float: right;
min-height: 10%;
padding: 6px 18px;
font-size: 12px;
font-weight: 600;
line-height: 1;
color: #fff;
letter-spacing: 1px;
text-transform: uppercase;
background-color: #13aff0;
}
.woocommerce-error a:hover {
background-color: #0b7cac;
color: #fff;
}
.woocommerce-error:before {
font-family: 'simple-line-icons';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 10px;
content: "\e617";
color: #ffc4b7;
}
.woocommerce-info {
display: inline-block;
width: 100%;
font-size: 12px;
font-weight: 400;
color: #777;
border: 1px solid #ddd;
margin: 0 0 30px;
padding: 10px 15px;
text-align: left;
text-transform: uppercase;
border-color: #b1befd;
}
.woocommerce-info a {
float: right;
min-height: 10%;
padding: 6px 18px;
font-size: 12px;
font-weight: 600;
line-height: 1;
color: #fff;
letter-spacing: 1px;
text-transform: uppercase;
background-color: #13aff0;
}
.woocommerce-info a:hover {
background-color: #0b7cac;
color: #fff;
}
.woocommerce-info:before {
font-family: 'simple-line-icons';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 10px;
content: "\e08b";
color: #b1befd;
}
ul.woocommerce-error {
background-color: #f14a59;
color: #fff;
border: none;
border-left: 10px solid rgba(0, 0, 0, 0.15);
font-size: 14px;
padding: 15px 20px;
margin-bottom: 25px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
text-transform: none;
}
ul.woocommerce-error:before {
display: none;
}
ul.woocommerce-error li:before {
font-family: 'simple-line-icons';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 10px;
content: "\e617";
color: #b4e3d0;
}
ul.woocommerce-message:before {
display: none;
}
ul.woocommerce-message li:before {
font-family: 'simple-line-icons';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 10px;
content: "\e08b";
color: #ddd;
}
ul.woocommerce-info:before {
display: none;
}
ul.woocommerce-info li:before {
font-family: 'simple-line-icons';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 10px;
content: "\e08b";
color: #b1befd;
}
.single_add_to_wishlist .fa-heart-o:before {
content: "\e08a" !important;
font-family: 'simple-line-icons' !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
ul.order_details {
position: relative;
margin: 3.631em 0;
}
ul.order_details:before {
content: '';
display: block;
position: absolute;
top: -16px;
left: 0;
width: 100%;
height: 16px;
background-size: 0 100%, 16px 16px, 16px 16px;
}
ul.order_details:after {
content: '';
display: block;
position: absolute;
top: -16px;
left: 0;
width: 100%;
height: 16px;
background-size: 0 100%, 16px 16px, 16px 16px;
top: auto;
bottom: -16px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
ul.order_details li {
padding: 1em 1.618em;
font-size: .8em;
text-transform: uppercase;
}
ul.order_details li:first-child {
padding-top: 1.618em;
}
ul.order_details li:last-child {
border: 0;
padding-bottom: 1.618em;
}
ul.order_details li strong {
display: block;
font-size: 1.387em;
text-transform: none;
}
.woocommerce-checkout .woocommerce-info {
padding: 10px 0;
text-align: center;
border-width: 1px 0;
border-color: #eaeaea;
}
.woocommerce-checkout .woocommerce-info:before {
color: #ddd;
}
.woocommerce-checkout .woocommerce-info a {
font-size: 12px;
float: none;
padding: 0;
letter-spacing: 0;
background-color: transparent;
color: #13aff0;
}
.woocommerce-checkout .woocommerce-info a:hover {
color: #333;
background-color: transparent !important;
}
.woocommerce-checkout form.login {
max-width: 600px;
margin: 0 auto 30px auto;
padding: 20px;
border: 1px solid;
border-color: #eaeaea;
}
.woocommerce-checkout form.login .lost_password {
line-height: 46px;
float: right;
margin: 0;
}
.woocommerce-checkout form.login p.form-row {
display: inline-block;
margin: 0;
}
.woocommerce-checkout form.login p.form-row.form-row-first,
.woocommerce-checkout form.login p.form-row.form-row-last {
margin: 0 0 20px;
}
.woocommerce-checkout form.login label.inline {
padding-left: 10px;
}
.woocommerce-checkout form.login .wc-social-login {
display: block !important;
margin-top: 20px;
}
.woocommerce-checkout form.checkout_coupon {
display: block;
border: 3px dashed #b1e1ce;
padding: 28px;
width: 695px;
margin: 0 auto 30px;
background-color: #bef0dc;
}
.woocommerce-checkout form.checkout_coupon p {
margin: 0;
}
.woocommerce-checkout form.checkout_coupon p:last-child {
margin: 0;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
float: left;
width: 74%;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
float: right;
width: 25%;
}
.woocommerce-checkout form.checkout_coupon input {
line-height: 40px;
width: 100%;
height: 48px;
min-height: 40px;
padding: 0 15px;
padding-top: 0;
padding-bottom: 0;
margin: 0;
border-color: #b1e1ce;
}
.woocommerce-checkout form.checkout {
display: inline-block;
width: 100%;
margin-top: 30px;
}
.woocommerce-checkout #order_review {
float: right;
width: 48%;
}
.woocommerce-checkout .woocommerce-account-fields {
display: inline-block;
width: 100%;
}
.woocommerce-checkout .woocommerce-account-fields input {
margin-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
padding-bottom: 20px;
}
.woocommerce-checkout #payment ul.payment_methods .wc_payment_method > label {
display: block;
font-size: 16px;
font-weight: 600;
padding: 20px;
cursor: pointer;
margin: 0;
letter-spacing: 0.4px;
}
.woocommerce-checkout #payment ul.payment_methods .wc_payment_method > label:before {
font-family: "Font Awesome 5 Free";
text-rendering: auto;
display: inline-block;
font-size: inherit;
content: '\f111';
color: #b8c3bf;
margin-right: 10px;
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.woocommerce-checkout #payment ul.payment_methods .wc_payment_method > input[type=radio]:first-child {
position: absolute !important;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
}
.woocommerce-checkout #payment ul.payment_methods .wc_payment_method > input[type=radio]:first-child:checked + label:before {
content: '\f192';
color: #13aff0;
}
.woocommerce-checkout #payment ul.payment_methods li {
background-color: #eaf5f1;
text-align: left;
padding: 10px 25px;
margin-bottom: 1px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woocommerce-checkout #payment ul.payment_methods li:hover {
background-color: #bef0dc;
}
.woocommerce-checkout #payment ul.payment_methods li img {
float: right;
border: 0;
padding: 0;
max-height: 28px;
}
.woocommerce-checkout #payment ul.payment_methods .woocommerce_error li {
background-color: transparent;
color: #fff;
}
.woocommerce-checkout #payment div.payment_box {
position: relative;
width: 100%;
padding: 1.4em;
font-size: .92em;
line-height: 1.5;
background-color: #fff;
color: #555;
}
.woocommerce-checkout #payment div.payment_box p {
margin: 0;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
color: #13aff0;
font-size: 16px;
margin-left: 6px;
}
.woocommerce-checkout #place_order {
width: 100%;
font-size: 15px;
line-height: 1.6;
padding: 16px 20px;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce form.login {
margin-top: 0;
margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce form.register {
margin-top: 0;
margin-bottom: 30px;
}
.woocommerce-checkout > .col2-set {
float: left;
width: 48%;
}
.woocommerce-checkout > .col2-set > .col-1 {
float: none;
width: 100%;
margin-bottom: 30px;
}
.woocommerce-checkout > .col2-set > .col-1:after {
content: '';
display: block;
visibility: hidden;
clear: both;
zoom: 1;
height: 0;
}
.woocommerce-checkout > .col2-set > .col-2 {
float: none;
width: 100%;
}
.woocommerce-checkout > .col2-set > .col-2:after {
content: '';
display: block;
visibility: hidden;
clear: both;
zoom: 1;
height: 0;
}
.woocommerce-checkout h3#order_review_heading {
float: right;
width: 48%;
}
.woocommerce-checkout .place-order .terms {
margin: 0 0 8px;
}
.woocommerce-checkout .form-row.place-order {
margin: 0;
}
.woocommerce-cart .wc-proceed-to-checkout {
padding-bottom: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
display: block;
margin-bottom: 0;
text-align: center;
}
.woocommerce-cart .coupon button[name="apply_coupon"],
.woocommerce-cart input[name="update_cart"] {
padding: 14px 20px;
}
.woocommerce-cart .woocommerce div.products li.product .button.added {
display: inline-block;
}
.woocommerce-cart table.cart img {
width: auto;
max-width: 60px;
}
.woocommerce-cart table.cart td.actions {
border-bottom: 0;
}
.woocommerce-cart table.cart td.actions input {
padding-top: 0;
padding-bottom: 0;
height: 32px;
line-height: 32px;
padding: 0 1.5em;
}
.woocommerce-cart table.cart td.actions .coupon {
float: left;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
display: inline-block;
float: none;
width: auto;
min-height: 32px;
line-height: 32px;
padding: 0 .8em;
margin: 0 8px 0 0;
border-color: #ddd;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
border-color: #bbb;
}
.woocommerce-cart table.cart td.actions .coupon label {
display: none;
}
.woocommerce-cart table.cart td.actions button[name='update_cart'] {
float: right;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
width: 100%;
margin-bottom: 20px;
border: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
padding: 0.8em;
vertical-align: top;
line-height: 1.5em;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
padding: 0.8em;
vertical-align: top;
line-height: 1.5em;
border-right-style: solid;
border-right-width: 1px;
width: 30%;
font-weight: 600;
color: #444;
text-transform: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table select {
width: 100% !important;
min-height: 34px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
padding-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
padding-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table .theme-select .theme-selectInner {
width: 100% !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total th {
border-bottom: 1px solid;
border-color: #eaeaea;
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
border-bottom: 1px solid;
border-color: #eaeaea;
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-button {
display: inline-block;
font-size: 13px;
line-height: 1;
padding-bottom: 3px;
border-bottom: 1px solid;
margin-top: 13px;
text-transform: uppercase;
letter-spacing: 0.4px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-form {
margin-top: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals .button[name='calc_shipping'] {
width: 100%;
margin-top: 10px;
margin-bottom: 5px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td {
border-color: #eaeaea;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
border-color: #eaeaea;
}
.single_variation {
display: block;
float: left;
margin-bottom: 10px;
}
.variations_button {
clear: both;
}
.product_meta {
clear: both;
font-size: 16px;
padding: 20px 0;
color: #787878;
margin-top: 20px;
}
@media screen and (max-width: 468px) {
.single-product .product_meta {
padding-top: 7px;
padding-bottom: 27px;
}
}
.product_meta span {
display: block;
margin-bottom: 5px;
}
.product_meta span.sku {
display: inline;
}
.product_meta .posted_in,
.product_meta .tagged_as {
color: #9199a6;
font-weight: 600;
}
.product_meta .posted_in a,
.product_meta .tagged_as a {
color: #9199a6;
font-weight: 400;
}
.product_meta .posted_in a:hover,
.product_meta .tagged_as a:hover {
color: #121823;
}
.sku_wrapper {
color: #121823;
font-weight: 600;
}
.sku_wrapper span {
display: inline;
color: #9199a6;
font-weight: 400;
}
.woocommerce-product-search label {
display: none;
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.product-quantity {
font-weight: normal;
}
.woocommerce-MyAccount-content h2 {
font-size: 2em;
font-weight: 600;
}
.woocommerce-MyAccount-content .addresses {
margin-top: 40px;
}
.woocommerce-MyAccount-content .addresses .woocommerce-Address .title {
background-color: #f7f7f7;
padding: 15px 25px;
position: relative;
border-bottom: 1px solid #fff;
}
.woocommerce-MyAccount-content .addresses .woocommerce-Address .title h3 {
font-size: 20px;
font-weight: 400;
margin: 0;
}
.woocommerce-MyAccount-content .addresses .woocommerce-Address .title a {
position: absolute;
top: 10px;
right: 10px;
padding: 6px 15px;
background-color: #fff;
color: #898989;
}
.woocommerce-MyAccount-content .addresses .woocommerce-Address .title a:hover {
background-color: #f8f8f8;
color: #555;
}
.woocommerce-MyAccount-content .addresses .woocommerce-Address address {
background-color: #f7f7f7;
padding: 15px 25px;
color: #898989;
}
.woocommerce-MyAccount-content #payment .payment_methods {
margin-bottom: 1.618em !important;
}
.woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
background-color: rgba(0, 0, 0, 0.05);
}
p.stars span a {
border-color: #eaeaea;
}
@media (min-width: 768px) {
.woocommerce-MyAccount-tabs {
float: left;
width: 18%;
margin-right: 6%;
}
.woocommerce-MyAccount-content {
float: right;
width: 76%;
}
}
.return-to-shop .button.wc-backward:before {
font-family: 'simple-line-icons';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e605";
margin-right: 8px;
}
#site-navigation-wrap .dropdown-menu > li > a.wcmenucart {
letter-spacing: 0;
}
body a.wcmenucart.wcmenucart-empty-cart i {
margin-right: 0;
}
.custom-col .col.first {
clear: none;
}
.form-row .required {
color: #e42234;
border: 0;
}
del .amount {
color: #555;
}
.select2-container .select2-choice {
line-height: 40px;
height: 40px;
border-color: #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.select2-container .select2-choice .select2-arrow {
width: 30px;
}
.select2-container .select2-choice .select2-arrow b {
font-family: 'simple-line-icons';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 15px;
line-height: 40px;
text-align: center;
}
.select2-container .select2-choice .select2-arrow b:before {
content: "\e604";
}
.select2-container .select2-choice .select2-arrow b:after {
display: none;
}
.select2-container .select2-choice abbr {
font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 15px;
line-height: 40px;
text-align: center;
}
.select2-dropdown-open.select2-drop-above .select2-choice {
border-color: #bbb;
}
.select2-dropdown-open.select2-drop-above .select2-choices {
border-color: #bbb;
}
.select2-drop.select2-drop-above.select2-drop-active {
border-color: #bbb;
}
#review_form #respond {
position: static;
margin: 0;
width: auto;
padding: 0;
background: transparent none;
border: 0;
}
#review_form #respond:after {
content: '';
display: block;
clear: both;
}
#review_form #respond p {
text-align: left;
}
#review_form #respond p.comment-form-author {
width: 50%;
float: left;
padding-right: 10px;
}
#review_form #respond p.comment-form-author input {
width: 100%;
}
#review_form #respond p.comment-form-email {
width: 50%;
float: right;
padding-left: 10px;
}
#review_form #respond p.comment-form-email input {
width: 100%;
}
#review_form #respond p label {
display: block;
margin-bottom: 7px;
}
#review_form #respond input {
width: auto;
}
#review_form #respond textarea {
width: 100%;
}
#review_form #respond .form-submit input {
left: auto;
left: auto;
}
.woocommerce .circle-sale span.onsale {
padding: 0;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
@media only screen and (max-width: 1080px) {
.woocommerce .has-product-nav span.onsale {
top: 44px;
}
}
@media only screen and (max-width: 767px) {
.woocommerce .has-product-nav span.onsale {
top: 54px;
}
}
.products .product-category {
text-align: center;
}
.products .product-category img {
display: block;
margin: 0 auto;
}
.products .product-category mark {
background: none;
color: inherit;
}
form.checkout {
position: static !important;
}
form.checkout > .blockUI {
position: fixed !important;
}
.blockUI.blockOverlay {
background: rgba(250, 250, 250, 0.6) !important;
}
.blockUI:before {
font-family: 'simple-line-icons';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e098";
-ms-animation: fa-spin 0.75s infinite linear;
-webkit-animation: fa-spin 0.75s infinite linear;
-o-animation: fa-spin 0.75s infinite linear;
-moz-animation: fa-spin 0.75s infinite linear;
animation: fa-spin 0.75s infinite linear;
height: 30px;
width: 30px;
line-height: 30px;
font-size: 30px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -15px;
margin-top: -15px;
}
.woocommerce-MyAccount-tabs .acmthemes-user-profile {
display: table;
width: 100%;
table-layout: auto;
margin-bottom: 40px;
}
.woocommerce-MyAccount-tabs .acmthemes-user-profile .image {
display: table-cell;
vertical-align: middle;
width: 64px;
height: 64px;
}
.woocommerce-MyAccount-tabs .acmthemes-user-profile .image img {
width: 100%;
height: auto;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.woocommerce-MyAccount-tabs .acmthemes-user-profile .user-info {
display: table-cell;
vertical-align: middle;
padding-left: 15px;
}
.woocommerce-MyAccount-tabs .acmthemes-user-profile .user-info .name {
display: block;
font-size: 18px;
line-height: 1;
margin-bottom: 5px;
color: #333;
}
.woocommerce-MyAccount-tabs .acmthemes-user-profile .user-info .logout {
font-size: 13px;
}
.woocommerce-MyAccount-navigation ul {
list-style: none;
margin: 15px 0;
padding: 0;
border-top: 1px solid #eaeaea;
}
.woocommerce-MyAccount-navigation ul li {
list-style: none;
border-bottom: 1px solid #eaeaea;
position: relative;
}
.woocommerce-MyAccount-navigation ul li a {
padding: 12px 0;
display: block;
}
.woocommerce-MyAccount-navigation ul li a:before {
display: inline-block;
font-family: 'simple-line-icons';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
font-size: inherit;
text-rendering: auto;
content: '\e085';
color: #13aff0;
line-height: 22px;
margin-left: 8px;
width: 20px;
text-align: right;
float: right;
-moz-opacity: 0.45;
-webkit-opacity: 0.45;
opacity: 0.45;
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li a:hover:before {
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before {
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
content: '\e007';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
content: '\e04d';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
content: '\e083';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
content: '\e069';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
content: '\e025';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
content: '\e005';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
content: '\e065';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
content: '\e098';
}
.my_account_orders .button.view:after,
.woocommerce-MyAccount-downloads .button:after {
font-family: 'simple-line-icons';
}
.my_account_orders .button {
padding: .618em .857em;
font-size: .857em;
margin-right: .236em;
}
.my_account_orders .button.view:after {
content: '\e087';
margin-left: 8px;
}
.woocommerce-MyAccount-downloads .button {
padding: .618em .857em;
font-size: .857em;
margin-right: .236em;
}
.woocommerce-MyAccount-downloads .button:after {
content: '\e083';
margin-left: 8px;
}
.no-top-border .current-shop-items-dropdown {
border-top: none;
}
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.woocommerce div.products li.product .added_to_cart:after,
.return-to-shop .button.wc-backward:before,
.woocommerce .widget_shopping_cart_content .buttons .button:after,
.woocommerce div.product form.cart .variations .reset_variations:before,
.wcmenucart i {
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.distraction-free #site-logo {
float: none;
width: 100%;
text-align: center;
}
.quick-view-plugin-active div.products li.product li.btn-wrap {
position: relative;
}
@media (min-width: 769px) {
.woocommerce div.product.owp-thumbs-layout-vertical span.onsale {
left: 12%;
}
.woocommerce div.product.owp-thumbs-layout-vertical.has-no-thumbnails span.onsale {
left: 20px;
}
.woocommerce div.product.owp-thumbs-layout-vertical div.images .flex-viewport {
float: right;
width: 75%;
}
.woocommerce div.product.owp-thumbs-layout-vertical div.images .flex-control-thumbs {
float: left;
width: calc(25% - 1em);
overflow-x: hidden;
}
.woocommerce div.product.owp-thumbs-layout-vertical div.images .flex-control-thumbs li {
width: 100%;
}
}
@media (min-width: 769px) {
.woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs {
display: inline-block;
width: 100%;
}
.woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs ul.tabs {
float: left;
width: 20%;
margin: 0;
border: none;
}
.woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs ul.tabs li {
display: block;
border-top: 1px solid #eaeaea;
}
.woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs ul.tabs li:first-child {
border-top: 0;
}
.woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs ul.tabs li a {
display: block;
position: relative;
text-align: left;
border-width: 0;
}
.woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs ul.tabs li a:after {
content: '';
position: absolute;
top: 0;
right: -2px;
width: 3px;
height: 100%;
background-color: #13aff0;
opacity: 0;
z-index: 1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs ul.tabs li.active a:after {
opacity: 1;
}
.woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs .panel {
float: right;
width: 80%;
border-left-width: 1px;
border-style: solid;
border-color: #eaeaea;
padding: 20px;
margin: 0;
}
.woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs .panel > h2:first-child {
margin-top: 0;
}
}
.woocommerce div.product.owp-tabs-layout-section .woocommerce-tabs ul.tabs {
display: none;
}
.woocommerce div.product.owp-tabs-layout-section .panel {
display: block !important;
margin-top: 80px;
}
.woocommerce div.product.owp-tabs-layout-section .panel#tab-description {
margin-top: 0;
}
.woocommerce div.product.owp-tabs-layout-section .panel h2:first-child {
font-size: 28px;
margin-top: 0;
}
.woocommerce .owp-btn-big .summary form button.button {
width: 55%;
}
.woocommerce .owp-btn-very-big .summary form button.button {
font-size: 16px;
min-height: 50px;
width: 100%;
margin-top: 15px;
}
.demo_store {
position: fixed;
left: 0;
bottom: 0;
right: 0;
margin: 0;
padding: 15px 20px;
background-color: #caab47;
color: #fff;
z-index: 999;
}
.demo_store a {
color: #fff;
font-weight: 400;
display: block;
}
.demo_store:before {
font-family: 'simple-line-icons';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 10px;
content: "\e08b";
}
@media (min-width: 768px) {
.demo_store a {
background: rgba(0, 0, 0, 0.1);
float: right;
display: inline-block;
margin: -15px -20px -15px 0;
padding: 15px 20px;
}
.demo_store a:before {
font-family: 'simple-line-icons';
font-weight: normal;
font-style: normal;
letter-spacing: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e082";
margin-right: 10px;
}
}
.owp-cart-overlay {
display: none;
background: rgba(0, 0, 0, 0.5);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 99;
cursor: pointer;
}
.product p.wc-gzd-additional-info {
display: inline-block;
margin: 0 0 5px;
}
.woocommerce.single-product .legal-price-info {
margin-top: 10px;
} .woocommerce-MyAccount-content #payment ul.payment_methods > li {
background-color: #fafafa;
}
.woocommerce-MyAccount-content #payment ul.payment_methods .woocommerce-PaymentMethod > input[type=radio]:first-child {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
}
.woocommerce-MyAccount-content #payment ul.payment_methods .woocommerce-PaymentMethod > label {
display: block;
font-size: 16px;
font-weight: 600;
padding: 20px;
cursor: pointer;
margin: 0;
letter-spacing: .4px;
}
.woocommerce-MyAccount-content #payment ul.payment_methods .woocommerce-PaymentMethod > label:before {
font-family: "Font Awesome 5 Free";
text-rendering: auto;
display: inline-block;
font-size: inherit;
content: '\f10c';
color: #333;
margin-right: 10px;
-webkit-transition: color .2s ease;
-moz-transition: color .2s ease;
-ms-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
.woocommerce-MyAccount-content #payment ul.payment_methods .woocommerce-PaymentMethod > label:after {
content: "";
clear: both;
display: table;
}
.woocommerce-MyAccount-content #payment ul.payment_methods .woocommerce-PaymentMethod > input[type=radio]:first-child:checked + label:before {
content: '\f192';
color: #13aff0;
}
.woocommerce-MyAccount-content #payment #payment div.woocommerce-PaymentBox {
position: relative;
width: 100%;
padding: 1.4em;
font-size: .92em;
line-height: 1.5;
background-color: #fff;
color: #555;
}
.woocommerce-MyAccount-content #payment #payment div.woocommerce-PaymentBox p {
margin: 0;
}
.woocommerce-MyAccount-content #add_payment_method .woocommerce-PaymentMethod label {
margin-left: 0;
}
.woocommerce-MyAccount-content #place_order {
width: 100%;
font-size: 15px;
line-height: 1.6;
padding: 16px 20px;
}
.woocommerce.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper {
margin: 0;
}
.widget_product_categories li,
.widget_layered_nav li {
position: relative;
line-height: 1.8em;
}
.widget_product_categories li a,
.widget_layered_nav li a {
position: relative;
display: block;
font-size: 1.1em;
text-transform: capitalize;
}
.widget_product_categories .count,
.widget_layered_nav .count {
position: absolute;
top: 0;
right: 0;
font-size: 12px;
line-height: 18px;
text-align: center;
border: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.widget_product_categories .count:before {
content: "(";
}
.widget_product_categories .count:after {
content: ")";
}
.woocommerce .widget_product_categories li.current-cat > a {
font-weight: bold;
}
.woocommerce .widget_product_categories li ul.children {
margin: 8px 0 0;
}
.woocommerce .widget_product_categories li ul.children li {
font-size: 13px;
line-height: 1.3;
margin-bottom: 5px;
}
.woocommerce .widget_product_categories li ul.children li a {
padding-left: 0;
}
.woocommerce .widget_product_categories li ul.children li a:before {
display: none;
}
.woocommerce .widget_product_categories li ul.children .count {
line-height: 18px;
}
.woocommerce .widget_product_categories li ul a {
font-weight: 400;
text-transform: none;
border-bottom: 0;
}
.woocommerce .widget_layered_nav li a:before {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.woocommerce .widget_layered_nav li.chosen a {
font-weight: bold;
}
.woocommerce .widget_layered_nav li.chosen a:before {
background-color: #13aff0;
border-color: #13aff0;
text-align: center;
content: '\f00c';
color: #fff;
font-family: 'simple-line-icons';
font-size: 12px;
line-height: 10px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.woocommerce .widget_layered_nav li.chosen a ~ .count {
background-color: #13aff0;
color: #fff;
border-color: #13aff0;
} .woo-dropdown-cat .widget_product_categories li {
position: relative;
}
.woo-dropdown-cat .widget_product_categories li a {
display: block;
font-size: 12px;
line-height: 1.6;
font-weight: 600;
text-transform: uppercase;
padding: 10px 22px 10px 0;
border-bottom: 1px solid #eaeaea;
}
.woo-dropdown-cat .widget_product_categories li a:before {
display: none;
}
.woo-dropdown-cat .widget_product_categories li .open-this {
position: absolute;
left: 0;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 14px;
text-align: center;
cursor: pointer;
z-index: 10;
}
.woo-dropdown-cat .widget_product_categories li.cat-parent .open-this {
left: auto;
right: 0;
}
.woo-dropdown-cat .widget_product_categories li ul.children {
display: none;
margin: 0 0 0 16px;
}
.woo-dropdown-cat .widget_product_categories li.current-cat-parent > ul.children {
display: block;
}
.woo-dropdown-cat .widget_product_categories li ul a {
font-weight: 400;
text-transform: none;
border-bottom: 0;
}
.woo-dropdown-cat .widget_product_categories .count {
position: absolute;
top: 0;
right: 40px;
border: 0;
padding: 10px 0 0;
z-index: 10;
}
.woo-dropdown-cat .widget_product_categories .count,
.woo-dropdown-cat .widget_product_categories li.current-cat > a ~ .count {
background-color: transparent !important;
color: #999;
} #acmthemes-cart-sidebar-wrap {
display: none;
visibility: hidden;
-moz-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
#acmthemes-cart-sidebar-wrap,
#acmthemes-cart-sidebar-wrap .acmthemes-cart-sidebar-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
}
#acmthemes-cart-sidebar-wrap .acmthemes-cart-sidebar-overlay {
background-color: rgba(0, 0, 0, 0.5);
cursor: pointer;
}
#acmthemes-cart-sidebar-wrap .acmthemes-cart-sidebar {
position: absolute;
top: 0;
right: -100%;
background-color: #fff;
width: 325px;
height: 100%;
padding: 20px 0 0;
overflow: auto;
z-index: 10000;
-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#acmthemes-cart-sidebar-wrap .owp-cart-title {
font-size: 18px;
font-weight: 600;
color: #555;
line-height: 1.2;
text-transform: uppercase;
padding: 0 20px;
margin: 0;
text-align: center;
}
#acmthemes-cart-sidebar-wrap .divider {
display: block;
width: 30px;
height: 2px;
background-color: rgba(0, 0, 0, 0.1);
margin: 10px auto 20px;
}
#acmthemes-cart-sidebar-wrap .acmthemes-cart-close {
position: absolute;
top: 0;
right: 0;
color: #333;
opacity: .5;
font-weight: 300;
font-size: 40px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
z-index: 1001;
}
#acmthemes-cart-sidebar-wrap .acmthemes-cart-close:hover {
opacity: 1;
}
#acmthemes-cart-sidebar-wrap .widget_shopping_cart ul.cart_list li:first-child {
border-top-width: 1px;
}
#acmthemes-cart-sidebar-wrap .woocommerce-mini-cart__empty-message {
padding: 0 20px 20px;
margin: 0;
}
#acmthemes-cart-sidebar-wrap .spacious .owp-mini-cart {
padding-top: 0;
}
#acmthemes-cart-sidebar-wrap .spacious .owp-mini-cart .widget_shopping_cart ul.cart_list li:first-child {
padding-top: 10px;
}
.admin-bar #acmthemes-cart-sidebar-wrap .acmthemes-cart-sidebar {
top: 32px;
height: -webkit-calc(100% - 32px);
height: calc(100% - 32px);
}
@media screen and (max-width: 782px) {
.admin-bar #acmthemes-cart-sidebar-wrap .acmthemes-cart-sidebar {
top: 46px;
height: -webkit-calc(100% - 46px);
height: calc(100% - 46px);
}
}
@media screen and (max-width: 600px) {
.admin-bar #acmthemes-cart-sidebar-wrap .acmthemes-cart-sidebar {
top: 0;
height: 100%;
}
}
.show-cart #acmthemes-cart-sidebar-wrap,
.show-cart-sidebar #acmthemes-cart-sidebar-wrap {
visibility: visible;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.show-cart #acmthemes-cart-sidebar-wrap .acmthemes-cart-sidebar,
.show-cart-sidebar #acmthemes-cart-sidebar-wrap .acmthemes-cart-sidebar {
right: 0;
}
@media only screen and (max-width: 959px) {
#acmthemes-cart-sidebar-wrap {
display: block;
}
} .woocommerce .acmthemes-off-canvas-filter {
float: left;
height: 34px;
font-size: 14px;
font-weight: 600;
line-height: 34px;
padding: 0 14px;
color: #999;
border: 1px solid #eaeaea;
margin: 0 20px 0 0;
text-align: center;
}
@media only screen and (max-width: 570px) {
.woocommerce .acmthemes-off-canvas-filter {
margin: 0 20px 0 20px;
}
}
.woocommerce .acmthemes-off-canvas-filter:hover {
color: #13aff0;
border-color: #13aff0;
}
.woocommerce .acmthemes-off-canvas-filter i {
margin-right: 6px;
}
#acmthemes-off-canvas-sidebar-wrap {
visibility: hidden;
-moz-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
#acmthemes-off-canvas-sidebar-wrap,
#acmthemes-off-canvas-sidebar-wrap .acmthemes-off-canvas-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
}
#acmthemes-off-canvas-sidebar-wrap .acmthemes-off-canvas-overlay {
background-color: rgba(0, 0, 0, 0.5);
cursor: pointer;
}
#acmthemes-off-canvas-sidebar-wrap .acmthemes-off-canvas-sidebar {
position: absolute;
top: 0;
left: -100%;
background-color: #fff;
width: 325px;
height: 100%;
padding: 35px;
overflow: auto;
z-index: 9999;
-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#acmthemes-off-canvas-sidebar-wrap .sidebar-box {
border-bottom: 1px solid rgba(84, 84, 84, 0.15);
margin-bottom: 0;
padding-top: 50px;
padding-bottom: 50px;
}
#acmthemes-off-canvas-sidebar-wrap .sidebar-box:first-child {
padding-top: 0;
}
#acmthemes-off-canvas-sidebar-wrap .sidebar-box:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.admin-bar #acmthemes-off-canvas-sidebar-wrap .acmthemes-off-canvas-sidebar {
top: 32px;
height: -webkit-calc(100% - 32px);
height: calc(100% - 32px);
}
@media screen and (max-width: 782px) {
.admin-bar #acmthemes-off-canvas-sidebar-wrap .acmthemes-off-canvas-sidebar {
top: 46px;
height: -webkit-calc(100% - 46px);
height: calc(100% - 46px);
}
}
@media screen and (max-width: 600px) {
.admin-bar #acmthemes-off-canvas-sidebar-wrap .acmthemes-off-canvas-sidebar {
top: 0;
height: 100%;
}
}
.off-canvas-enabled #acmthemes-off-canvas-sidebar-wrap {
visibility: visible;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.off-canvas-enabled #acmthemes-off-canvas-sidebar-wrap .acmthemes-off-canvas-sidebar {
left: 0;
}
.acmthemes-off-canvas-close {
position: absolute;
top: 15px;
right: 15px;
width: 30px;
height: 30px;
background-color: transparent;
border: 0;
margin: 0;
padding: 0;
text-align: center;
z-index: 1000;
}
.acmthemes-off-canvas-close svg {
fill: #333;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.acmthemes-off-canvas-close:hover svg {
fill: #777;
} .quantity input::-webkit-outer-spin-button {
display: none;
}
.quantity input::-webkit-inner-spin-button {
display: none;
}
.woocommerce form input.qty[type="number"] {
-moz-appearance: textfield; }
.woocommerce-shipping-methods input[type="checkbox"], 
.woocommerce-shipping-methods input[type="radio"] {
margin-right: 7px;
}
.woocommerce-shipping-methods img {
margin-left: auto;
}
.woocommerce-shipping-methods li {
border-bottom: 1px solid #eaeaea;
margin-bottom: 7px;
padding-bottom: 7px;
} .sidr-class-woo-menu-icon {
display: none;
}
.sidr-class-woocommerce {
display: none;
}
@media only screen and (max-width: 1280px) {
.woocommerce div.product .product-thumbnails {
width: 275px;
}
}
@media only screen and (max-width: 992px) {
.woocommerce #customer_login .lost_password {
float: none;
margin-top: 10px !important;
line-height: 1;
}
.woocommerce #customer_login .form-row label[for="rememberme"] {
margin: 0 0 0 4px;
}
.woocommerce .acmthemes-loginform-wrap .lost_password {
float: none;
margin-top: 10px !important;
line-height: 1;
}
.woocommerce .acmthemes-loginform-wrap .form-row label[for="rememberme"] {
margin: 0 0 0 4px;
}
}
@media only screen and (max-width: 959px) {
body.account-side-style .woocommerce #customer_login > div,
body.account-side-style .woocommerce #customer_login .col-2 {
float: none;
width: 100%;
}
body.account-side-style .woocommerce #customer_login .col-2 {
margin-top: 20px;
}
.woocommerce-checkout #order_review {
float: none;
width: 100%;
}
.woocommerce-checkout > .col2-set {
float: none;
width: 100%;
}
.woocommerce-checkout h3#order_review_heading {
float: none;
width: 100%;
}
.woocommerce-checkout form.checkout_coupon {
width: 100%;
margin-bottom: 20px;
}
.woocommerce-checkout form.checkout_coupon .form-row-first,
.woocommerce-checkout form.checkout_coupon .form-row-last {
float: none;
width: 100%;
margin: 0;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
margin-top: 10px;
}
.woocommerce-checkout form.checkout {
margin-top: 10px;
}
}
@media only screen and (max-width: 767px) {
.woocommerce div.products.list .product .woo-entry-image,
.woocommerce div.products.list .product .product-entry-slider-wrap {
float: none;
width: 100%;
margin: 0 0 20px;
}
.woocommerce div.products.list .product .woo-entry-inner {
float: none;
width: 100%;
}
.woocommerce ul.order_details li {
float: none;
width: 100%;
margin-bottom: 10px;
padding-bottom: 10px;
border: 0;
border-bottom: 1px solid #e9e9e9;
}
.woocommerce .form-row-first {
float: none;
width: 100%;
margin-right: 0;
margin-left: 0 !important;
}
.woocommerce .form-row-last {
float: none;
width: 100%;
}
.woocommerce-cart .cart-collaterals .cross-sells {
display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals {
float: none;
width: 100%;
margin-bottom: 20px;
}
.woocommerce div.product div.images {
float: none;
width: 100% !important;
text-align: center;
}
.woocommerce div.product div.summary {
float: none;
width: 100% !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
margin-bottom: 15px
}
.woocommerce.content-full-width div.product div.images {
float: none;
width: 100%;
}
.woocommerce.content-full-width div.product div.summary {
float: none;
width: 100%;
}
.woocommerce #customer_login .form-row label[for="rememberme"] {
margin: 0 0 0 4px;
}
.woocommerce .order_details li:last-of-type {
padding: 0;
margin: 0;
}
.col2-set .col-1 {
float: none;
width: 100%;
}
.col2-set .col-2 {
float: none;
width: 100%;
}
.col2-set > div:first-child {
margin-bottom: 30px;
}
.woocommerce-page .cart-collaterals .cart_totals {
float: none;
width: 100%;
margin-bottom: 20px;
}
.woocommerce-page.woocommerce-cart table.shop_table td.product-price {
display: none !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
text-align: right;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
max-width: 150px;
}
.woocommerce-message:before {
display: none;
}
.woocommerce-cart .woocommerce table.shop_table thead {
display: none;
}
.woocommerce-cart .woocommerce table.shop_table tbody th {
display: none;
}
.woocommerce-cart .woocommerce table.shop_table tr td {
display: inline-block;
width: 100%;
text-align: right;
clear: both;
}
.woocommerce-cart .woocommerce table.shop_table tr td:before {
content: attr(data-title) ": ";
font-weight: 600;
float: left;
}
.woocommerce-cart .woocommerce table.shop_table tr td.product-remove:before, .woocommerce-cart .woocommerce table.shop_table tr td.product-thumbnail:before {
display: none;
}
.woocommerce-cart .woocommerce table.shop_table tr td.product-thumbnail {
text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table tr td.product-quantity .quantity {
float: right;
}
.woocommerce-cart .woocommerce table.shop_table tr td.actions:before, .woocommerce-cart .woocommerce table.shop_table tr td.download-actions:before {
display: none;
}
.woocommerce-cart .woocommerce table.shop_table tr td.download-actions .button {
display: block;
text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table.my_account_orders .order-actions {
text-align: right;
}
.woocommerce-cart .woocommerce table.shop_table.my_account_orders .order-actions:before {
display: none;
}
}
@media only screen and (max-width: 480px) {
.woocommerce .result-count {
display: none;
}
.woocommerce .acmthemes-off-canvas-filter,
.woocommerce .acmthemes-grid-list {
display: inline-block;
float: none;
}
.woocommerce .acmthemes-grid-list {
margin: 0;
}
.woocommerce .woocommerce-ordering {
float: none;
margin-top: 14px;
text-align: left;
}
.woocommerce .woocommerce-ordering .orderby {
width: 100% !important;
}
.woocommerce .woocommerce-ordering .orderby span {
width: 100% !important;
}
.woocommerce-cart table.cart td.actions .coupon {
float: none;
width: 100%;
text-align: center;
padding-bottom: 1em;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
width: 100%;
max-width: 100%;
margin: 0 0 10px;
}
.woocommerce-cart table.cart td.actions .coupon input {
width: 100%;
}
.woocommerce-cart table.cart td.actions button[name='update_cart'] {
display: inline-block;
float: none;
width: 100%;
margin-top: 15px;
}
.woocommerce-checkout form.login .lost_password {
float: none;
line-height: 1;
margin: 10px 0 0;
}
}
@media only screen and (max-width: 320px) {
.woocommerce div.product .product-thumbnails {
width: 215px;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container {
padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
display: none;
}
.woocommerce-cart table.cart td.actions input {
width: 100%;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
width: 100%;
max-width: 100%;
margin: 0 0 10px !important;
}
}
.single .woosc-quick-table .woosc_table th, .single .woosc-quick-table .woosc_table tr:nth-child(2n) td {
background-color: transparent;
}
@media only screen and (max-width: 768px) {
.woocommerce table.shop_table_responsive:not(.woocommerce-checkout-review-order-table) tr td, 
.woocommerce-page table.shop_table_responsive:not(.woocommerce-checkout-review-order-table) tr td, 
.woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) thead th {
display:block;
}
.wishlist_table.mobile li {
margin-bottom: 35px;
}
.wishlist_table.mobile li table.additional-info td.label {
width: 30%;
}
.wishlist_table.mobile li table.additional-info td.value {
text-align: left;
}
.wishlist_table .product-add-to-cart a {
padding: 3px 15px;
margin: 0 !important;
border: 2px solid #c5c5c5;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
position: relative;
margin-top: -43px;
z-index: 9;
}
}