first commit
This commit is contained in:
@@ -0,0 +1,485 @@
|
||||
/*------------------------------------------------------------------
|
||||
Woo Hover Style
|
||||
-------------------------------------------------------------------*/
|
||||
.woocommerce ul.products li.owp-content-left.product.has-rating .woo-entry-inner .star-rating {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.owp-content-right.product.has-rating .woo-entry-inner .star-rating {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) {
|
||||
overflow: inherit;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .product-inner li.image-wrap {
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .tinv-wraper.tinv-wishlist {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .image-wrap .tinv-wraper.tinv-wishlist {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons {
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 15px;
|
||||
margin: 0;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li {
|
||||
margin-bottom: 10px;
|
||||
opacity: 0;
|
||||
-webkit-transform: translatex(25px);
|
||||
-moz-transform: translatex(25px);
|
||||
-ms-transform: translatex(25px);
|
||||
-o-transform: translatex(25px);
|
||||
transform: translatex(25px);
|
||||
-webkit-transition: all 0.4s;
|
||||
-moz-transition: all 0.4s;
|
||||
-ms-transition: all 0.4s;
|
||||
-o-transition: all 0.4s;
|
||||
transition: all 0.4s;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li.woo-wishlist-btn {
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li:nth-child(2) {
|
||||
-webkit-transition-delay: 0.15s;
|
||||
-moz-transition-delay: 0.15s;
|
||||
-ms-transition-delay: 0.15s;
|
||||
-o-transition-delay: 0.15s;
|
||||
transition-delay: 0.15s;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, .woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before, .woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li a.wishlist_products_counter.top_wishlist-heart:before, .woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li span.wishlist_products_counter.top_wishlist-heart:before {
|
||||
font-size: inherit;
|
||||
margin: 0;
|
||||
vertical-align: inherit;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li .tinvwl_add_to_wishlist-text {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li .tinv-wraper.tinv-wishlist {
|
||||
position: relative;
|
||||
top: auto;
|
||||
right: auto;
|
||||
visibility: visible;
|
||||
-moz-opacity: 1;
|
||||
-webkit-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li a {
|
||||
display: block;
|
||||
font-size: 18px;
|
||||
font-weight: 400;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
background-color: #fff;
|
||||
color: #444;
|
||||
text-align: center;
|
||||
border-radius: 100%;
|
||||
-webkit-transition: 0.3s all;
|
||||
-moz-transition: 0.3s all;
|
||||
-ms-transition: 0.3s all;
|
||||
-o-transition: 0.3s all;
|
||||
transition: 0.3s all;
|
||||
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
|
||||
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li a:hover {
|
||||
color: #13aff0;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li a.owp-quick-view {
|
||||
position: relative;
|
||||
bottom: auto;
|
||||
left: auto;
|
||||
padding: 0;
|
||||
letter-spacing: 0;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li a.owp-quick-view i {
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
margin: 0;
|
||||
vertical-align: inherit;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li a i,
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li a a:before {
|
||||
opacity: 1;
|
||||
-webkit-transition: opacity 0.2s ease;
|
||||
-moz-transition: opacity 0.2s ease;
|
||||
-ms-transition: opacity 0.2s ease;
|
||||
-o-transition: opacity 0.2s ease;
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li a:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
border: 1px solid rgba(0, 0, 0, 0.4);
|
||||
border-left-color: #000000;
|
||||
border-radius: 50%;
|
||||
opacity: 0;
|
||||
margin-left: -9px;
|
||||
margin-top: -9px;
|
||||
-webkit-transition: opacity 0.2s ease;
|
||||
-moz-transition: opacity 0.2s ease;
|
||||
-ms-transition: opacity 0.2s ease;
|
||||
-o-transition: opacity 0.2s ease;
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li.loading i,
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li.loading a:before {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li.loading a:after {
|
||||
opacity: 1;
|
||||
-ms-animation: loader 450ms infinite linear;
|
||||
-webkit-animation: loader 450ms infinite linear;
|
||||
-o-animation: loader 450ms infinite linear;
|
||||
-moz-animation: loader 450ms infinite linear;
|
||||
animation: loader 450ms infinite linear;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .product-inner:hover .woo-entry-buttons li {
|
||||
opacity: 1;
|
||||
-webkit-transform: translatex(0);
|
||||
-moz-transform: translatex(0);
|
||||
-ms-transform: translatex(0);
|
||||
-o-transform: translatex(0);
|
||||
transform: translatex(0);
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .image-wrap .button {
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
padding: 0;
|
||||
background-color: #13aff0;
|
||||
color: #ffffff;
|
||||
border: 0;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
z-index: 99;
|
||||
-webkit-transform: translateY(40px);
|
||||
-moz-transform: translateY(40px);
|
||||
-ms-transform: translateY(40px);
|
||||
-o-transform: translateY(40px);
|
||||
transform: translateY(40px);
|
||||
-webkit-transition: all 0.6s;
|
||||
-moz-transition: all 0.6s;
|
||||
-ms-transition: all 0.6s;
|
||||
-o-transition: all 0.6s;
|
||||
transition: all 0.6s;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .image-wrap .button:hover {
|
||||
background-color: #0b7cac;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .product-inner .added_to_cart {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .product-inner:hover .button {
|
||||
-webkit-transform: translateY(0);
|
||||
-moz-transform: translateY(0);
|
||||
-ms-transform: translateY(0);
|
||||
-o-transform: translateY(0);
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .product-inner {
|
||||
z-index: 1;
|
||||
-webkit-transition: all 0.6s ease;
|
||||
-moz-transition: all 0.6s ease;
|
||||
-ms-transition: all 0.6s ease;
|
||||
-o-transition: all 0.6s ease;
|
||||
transition: all 0.6s ease;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .product-inner li {
|
||||
margin-top: 12px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .product-inner li.title, .woocommerce ul.products li.product:not(.product-category) .product-inner li:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .product-inner li.woo-desc {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-image a:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
margin-left: -19px;
|
||||
margin-top: -19px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
border: 1px solid rgba(0, 0, 0, 0.4);
|
||||
border-left-color: #000000;
|
||||
border-radius: 50%;
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.2s ease;
|
||||
-moz-transition: opacity 0.2s ease;
|
||||
-ms-transition: opacity 0.2s ease;
|
||||
-o-transition: opacity 0.2s ease;
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-entry-image a.loading:after {
|
||||
opacity: 1;
|
||||
-ms-animation: loader 450ms infinite linear;
|
||||
-webkit-animation: loader 450ms infinite linear;
|
||||
-o-animation: loader 450ms infinite linear;
|
||||
-moz-animation: loader 450ms infinite linear;
|
||||
animation: loader 450ms infinite linear;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-product-info {
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
padding: 20px 15px;
|
||||
margin: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-product-gallery {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 90px;
|
||||
background-color: #fff;
|
||||
padding: 12px;
|
||||
margin: 0;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
overflow: hidden;
|
||||
-webkit-transition: all 0.6s ease;
|
||||
-moz-transition: all 0.6s ease;
|
||||
-ms-transition: all 0.6s ease;
|
||||
-o-transition: all 0.6s ease;
|
||||
transition: all 0.6s ease;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-product-gallery a {
|
||||
display: block;
|
||||
position: relative;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-product-gallery .active a,
|
||||
.woocommerce ul.products li.product:not(.product-category) .woo-product-gallery a:hover {
|
||||
border-color: #13aff0;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .product-inner:hover .woo-product-gallery {
|
||||
left: -90px;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .product-inner:hover:before {
|
||||
left: -90px;
|
||||
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
|
||||
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product:not(.product-category) .product-inner:before {
|
||||
position: absolute;
|
||||
content: '';
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
-webkit-transition: all 0.6s ease;
|
||||
-moz-transition: all 0.6s ease;
|
||||
-ms-transition: all 0.6s ease;
|
||||
-o-transition: all 0.6s ease;
|
||||
transition: all 0.6s ease;
|
||||
}
|
||||
|
||||
@-webkit-keyframes loader {
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes loader {
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
/* List view */
|
||||
.woocommerce ul.products.list li.product {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.woocommerce ul.products.list li.product .woo-entry-image,
|
||||
.woocommerce ul.products.list li.product .product-entry-slider-wrap {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.woocommerce ul.products.list li.product .woo-entry-inner {
|
||||
width: 100%;
|
||||
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;
|
||||
}
|
||||
|
||||
.woocommerce ul.products.list li.product .woo-entry-inner li.image-wrap {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 32%;
|
||||
margin: 0 3% 0 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.woocommerce ul.products.list li.product .woo-entry-inner li.image-wrap img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.woocommerce ul.products.list li.product .woo-entry-inner .woo-product-info {
|
||||
position: relative;
|
||||
width: 65%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.woocommerce ul.products.list li.product.has-rating .woo-entry-inner .woo-product-info .star-rating {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* RTL */
|
||||
body.rtl.woocommerce ul.products li.product:not(.product-category) .product-inner:hover,
|
||||
body.rtl .woocommerce ul.products li.product:not(.product-category) .product-inner:hover {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
body.rtl.woocommerce ul.products li.product:not(.product-category) .product-inner:hover .woo-entry-buttons li,
|
||||
body.rtl .woocommerce ul.products li.product:not(.product-category) .product-inner:hover .woo-entry-buttons li {
|
||||
-webkit-transform: translatex(0);
|
||||
-moz-transform: translatex(0);
|
||||
-ms-transform: translatex(0);
|
||||
-o-transform: translatex(0);
|
||||
transform: translatex(0);
|
||||
}
|
||||
|
||||
body.rtl.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons,
|
||||
body.rtl .woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons {
|
||||
left: 15px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
body.rtl.woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li,
|
||||
body.rtl .woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li {
|
||||
-webkit-transform: translatex(-25px);
|
||||
-moz-transform: translatex(-25px);
|
||||
-ms-transform: translatex(-25px);
|
||||
-o-transform: translatex(-25px);
|
||||
transform: translatex(-25px);
|
||||
}
|
||||
|
||||
body.rtl.woocommerce ul.products li.product:not(.product-category) .image-wrap .button,
|
||||
body.rtl .woocommerce ul.products li.product:not(.product-category) .image-wrap .button {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
body.rtl.woocommerce ul.products li.product:not(.product-category) .woo-product-gallery,
|
||||
body.rtl .woocommerce ul.products li.product:not(.product-category) .woo-product-gallery {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
body.rtl.woocommerce ul.products li.product:not(.product-category) .product-inner:hover .woo-product-gallery,
|
||||
body.rtl .woocommerce ul.products li.product:not(.product-category) .product-inner:hover .woo-product-gallery {
|
||||
right: -90px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
body.rtl.woocommerce ul.products li.product:not(.product-category) .product-inner:hover:before,
|
||||
body.rtl .woocommerce ul.products li.product:not(.product-category) .product-inner:hover:before {
|
||||
right: -90px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
body.rtl.woocommerce ul.products.list li.product .woo-entry-inner li.image-wrap,
|
||||
body.rtl .woocommerce ul.products.list li.product .woo-entry-inner li.image-wrap {
|
||||
margin: 0 0 0 3%;
|
||||
}
|
||||
|
||||
body.rtl.woocommerce ul.products.list li.product .woo-entry-inner .woo-product-info,
|
||||
body.rtl .woocommerce ul.products.list li.product .woo-entry-inner .woo-product-info {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
body.rtl .products .product .tinv-wraper.tinv-wishlist {
|
||||
left: auto;
|
||||
}
|
||||
|
||||
/* Responsive */
|
||||
@media only screen and (max-width: 1500px) {
|
||||
.woocommerce ul.products li.product:not(.product-category) .product-inner:hover .woo-product-gallery {
|
||||
display: none;
|
||||
}
|
||||
.woocommerce ul.products li.product:not(.product-category) .product-inner:hover:before {
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,50 @@
|
||||
/*------------------------------------------------------------------
|
||||
Woo Wishlist
|
||||
-------------------------------------------------------------------*/
|
||||
.products .product .tinv-wraper.tinv-wishlist {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
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;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.products .product:hover .tinv-wraper.tinv-wishlist {
|
||||
visibility: visible;
|
||||
-moz-opacity: 1;
|
||||
-webkit-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product .button.tinvwl_add_to_wishlist_button {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button.no-txt {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
ul.products li.product .tinvwl_add_to_wishlist_button {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.tinv-wishlist table input[type="checkbox"] {
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
.tinv-wishlist .product-action .button {
|
||||
padding: 12px 0;
|
||||
}
|
||||
|
||||
a.wishlist_products_counter.top_wishlist-heart-plus:before, a.wishlist_products_counter.top_wishlist-heart:before {
|
||||
margin-right: 2px;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.products .product .tinv-wraper.tinv-wishlist{position:absolute;top:10px;right:10px;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;z-index:10}.products .product:hover .tinv-wraper.tinv-wishlist{visibility:visible;-moz-opacity:1;-webkit-opacity:1;opacity:1}.woocommerce ul.products li.product .button.tinvwl_add_to_wishlist_button{border:0;padding:0}.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button.no-txt{margin-left:0}ul.products li.product .tinvwl_add_to_wishlist_button{margin-top:0}.tinv-wishlist table input[type="checkbox"]{margin-right:0 !important}.tinv-wishlist .product-action .button{padding:12px 0}a.wishlist_products_counter.top_wishlist-heart-plus:before,a.wishlist_products_counter.top_wishlist-heart:before{margin-right:2px}
|
||||
@@ -0,0 +1,193 @@
|
||||
/*------------------------------------------------------------------
|
||||
Woo Floating Bar
|
||||
-------------------------------------------------------------------*/
|
||||
.owp-floating-bar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
background-color: #2c2c2c;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
z-index: 15;
|
||||
-moz-opacity: 0;
|
||||
-webkit-opacity: 0;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
-webkit-transition: all 0.3s;
|
||||
-moz-transition: all 0.3s;
|
||||
-ms-transition: all 0.3s;
|
||||
-o-transition: all 0.3s;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
|
||||
.owp-floating-bar.show {
|
||||
height: 66px;
|
||||
-moz-opacity: 1;
|
||||
-webkit-opacity: 1;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.owp-floating-bar .container {
|
||||
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;
|
||||
height: 66px;
|
||||
}
|
||||
|
||||
.owp-floating-bar .left,
|
||||
.owp-floating-bar .right {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.owp-floating-bar .right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.owp-floating-bar p.selected {
|
||||
display: inline-block;
|
||||
margin-bottom: 0;
|
||||
margin-right: 12px;
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.owp-floating-bar h2.entry-title {
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.owp-floating-bar .product_price {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.owp-floating-bar .product_price p {
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
margin: 0 30px 0 0;
|
||||
}
|
||||
|
||||
.owp-floating-bar .product_price del {
|
||||
-moz-opacity: 0.7;
|
||||
-webkit-opacity: 0.7;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.owp-floating-bar .product_price del .amount,
|
||||
.owp-floating-bar .product_price .amount {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.owp-floating-bar form.cart {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.owp-floating-bar form.cart .quantity {
|
||||
margin: 5px 15px 0 0;
|
||||
}
|
||||
|
||||
.owp-floating-bar form.cart .quantity .minus,
|
||||
.owp-floating-bar form.cart .quantity .plus {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.owp-floating-bar form.cart .quantity .minus:hover,
|
||||
.owp-floating-bar form.cart .quantity .plus:hover {
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.owp-floating-bar form.cart .quantity .qty {
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
color: #fff;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.owp-floating-bar button.button {
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
font-size: 14px;
|
||||
height: 46px;
|
||||
padding: 0 40px;
|
||||
}
|
||||
|
||||
.owp-floating-bar button.button:hover, .owp-floating-bar button.button:focus {
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
.owp-floating-bar .added_to_cart {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.owp-floating-bar .out-of-stock {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.boxed-layout .owp-floating-bar {
|
||||
width: 1280px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* Responsive */
|
||||
@media screen and (max-width: 1024px) {
|
||||
body {
|
||||
margin-bottom: 45px;
|
||||
}
|
||||
.owp-floating-bar {
|
||||
top: auto !important;
|
||||
bottom: 0;
|
||||
}
|
||||
.owp-floating-bar.show,
|
||||
.owp-floating-bar .container {
|
||||
height: 45px;
|
||||
}
|
||||
.owp-floating-bar .left {
|
||||
display: none;
|
||||
}
|
||||
.owp-floating-bar .right {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
.owp-floating-bar form.cart {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.owp-floating-bar form.cart .quantity {
|
||||
margin-top: 0;
|
||||
}
|
||||
.owp-floating-bar button.button {
|
||||
height: 36px;
|
||||
padding: 0 30px;
|
||||
}
|
||||
#scroll-top {
|
||||
bottom: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
.owp-floating-bar .product_price {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 320px) {
|
||||
.owp-floating-bar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.owp-floating-bar{position:fixed;top:0;background-color:#2c2c2c;width:100%;height:0;z-index:15;-moz-opacity:0;-webkit-opacity:0;opacity:0;visibility:hidden;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.owp-floating-bar.show{height:66px;-moz-opacity:1;-webkit-opacity:1;opacity:1;visibility:visible}.owp-floating-bar .container{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;height:66px}.owp-floating-bar .left,.owp-floating-bar .right{width:50%}.owp-floating-bar .right{text-align:right}.owp-floating-bar p.selected{display:inline-block;margin-bottom:0;margin-right:12px;color:#fff;font-size:16px;font-weight:600}.owp-floating-bar h2.entry-title{display:inline-block;color:#fff;font-size:16px;font-weight:300;margin:0;padding:0;border:0}.owp-floating-bar .product_price{display:inline-block}.owp-floating-bar .product_price p{font-size:16px;font-weight:600;margin:0 30px 0 0}.owp-floating-bar .product_price del{-moz-opacity:.7;-webkit-opacity:.7;opacity:.7}.owp-floating-bar .product_price del .amount,.owp-floating-bar .product_price .amount{color:#fff}.owp-floating-bar form.cart{display:inline-block}.owp-floating-bar form.cart .quantity{margin:5px 15px 0 0}.owp-floating-bar form.cart .quantity .minus,.owp-floating-bar form.cart .quantity .plus{background-color:rgba(255,255,255,0.1);color:#fff;font-size:20px;border:0}.owp-floating-bar form.cart .quantity .minus:hover,.owp-floating-bar form.cart .quantity .plus:hover{background-color:rgba(255,255,255,0.2)}.owp-floating-bar form.cart .quantity .qty{background-color:rgba(255,255,255,0.2);color:#fff;border:0}.owp-floating-bar button.button{background-color:#fff;color:#000;font-size:14px;height:46px;padding:0 40px}.owp-floating-bar button.button:hover,.owp-floating-bar button.button:focus{background-color:#f1f1f1}.owp-floating-bar .added_to_cart{display:none}.owp-floating-bar .out-of-stock{display:inline-block;margin:0;color:#fff;font-size:16px;font-weight:600}.boxed-layout .owp-floating-bar{width:1280px;max-width:100%}@media screen and (max-width: 1024px){body{margin-bottom:45px}.owp-floating-bar{top:auto !important;bottom:0}.owp-floating-bar.show,.owp-floating-bar .container{height:45px}.owp-floating-bar .left{display:none}.owp-floating-bar .right{width:100%;text-align:center}.owp-floating-bar form.cart{vertical-align:bottom}.owp-floating-bar form.cart .quantity{margin-top:0}.owp-floating-bar button.button{height:36px;padding:0 30px}#scroll-top{bottom:50px}}@media screen and (max-width: 767px){.owp-floating-bar .product_price{display:none}}@media screen and (max-width: 320px){.owp-floating-bar{display:none}}
|
||||
@@ -0,0 +1,11 @@
|
||||
/* Widget cart & products */
|
||||
.current-shop-items-dropdown { left: -20px; right: auto; text-align: right; }
|
||||
.boxed-layout .current-shop-items-dropdown { left: 0; right: auto; }
|
||||
.woocommerce .widget_shopping_cart .total strong { float: right; }
|
||||
.woocommerce .widget_shopping_cart .total .amount { float: left; }
|
||||
.woocommerce .widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid.thumbnail { border-left-width: 1px; border-right-width: 0; }
|
||||
.woocommerce .widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid.content { padding-right: 10px; padding-left: 0; }
|
||||
.woocommerce .widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid.content > div { padding-left: 60px; padding-right: 0; }
|
||||
.woocommerce .widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid.content a.remove { left: 20px; right: auto; }
|
||||
.widget_shopping_cart_content .buttons .button { float: right; }
|
||||
.widget_shopping_cart_content .buttons .checkout { float: left; }
|
||||
@@ -0,0 +1,317 @@
|
||||
/*------------------------------------------------------------------
|
||||
Woo Mini Cart
|
||||
-------------------------------------------------------------------*/
|
||||
.current-shop-items-dropdown {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
right: -20px;
|
||||
background-color: #fff;
|
||||
z-index: 10000;
|
||||
border-top: 3px solid transparent;
|
||||
text-align: left;
|
||||
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
|
||||
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
|
||||
width: 350px;
|
||||
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;
|
||||
}
|
||||
|
||||
.current-shop-items-dropdown ul.woocommerce-mini-cart {
|
||||
max-height: 50vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.current-shop-items-dropdown .widgettitle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.current-shop-items-dropdown li:first-child {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.current-shop-items-dropdown p.woocommerce-mini-cart__empty-message {
|
||||
padding: 20px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wcmenucart-toggle-drop_down:hover .current-shop-items-dropdown,
|
||||
.show-cart .wcmenucart-toggle-drop_down .current-shop-items-dropdown {
|
||||
visibility: visible;
|
||||
-moz-opacity: 1;
|
||||
-webkit-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.boxed-layout .current-shop-items-dropdown {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.widget_shopping_cart ul.cart_list li {
|
||||
padding: 0;
|
||||
border-bottom-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #e6e6e6;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.widget_shopping_cart ul.cart_list li:first-child, .widget_shopping_cart ul.cart_list li:last-child {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.widget_shopping_cart ul.cart_list li:first-child {
|
||||
border-top-width: 0;
|
||||
}
|
||||
|
||||
.widget_shopping_cart ul.cart_list li .owp-grid-wrap {
|
||||
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;
|
||||
}
|
||||
|
||||
.widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid.thumbnail {
|
||||
width: 25%;
|
||||
margin: 0;
|
||||
border-right-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #e6e6e6;
|
||||
}
|
||||
|
||||
.widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid.thumbnail img {
|
||||
position: relative;
|
||||
top: 0;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid.content {
|
||||
position: relative;
|
||||
width: 75%;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid > div {
|
||||
padding-right: 60px;
|
||||
}
|
||||
|
||||
.widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid h3 {
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid .quantity {
|
||||
color: #b2b2b2;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid a.remove {
|
||||
right: 20px;
|
||||
margin-top: -17px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
line-height: 30px;
|
||||
color: #b3b3b3;
|
||||
border: 1px solid #e6e6e6;
|
||||
}
|
||||
|
||||
.widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid a.remove:hover {
|
||||
color: #13aff0;
|
||||
border-color: #13aff0;
|
||||
}
|
||||
|
||||
.widget_shopping_cart .total {
|
||||
background-color: #fafafa;
|
||||
border-width: 1px 0;
|
||||
border-style: solid;
|
||||
border-color: #e6e6e6;
|
||||
padding: 20px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.widget_shopping_cart .total strong {
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
color: #797979;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.widget_shopping_cart .total .amount {
|
||||
float: right;
|
||||
font-size: 16px;
|
||||
line-height: 1.3;
|
||||
font-weight: 600;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.widget_shopping_cart .total:after {
|
||||
content: '';
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.widget_shopping_cart_content .buttons {
|
||||
margin: 0;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.widget_shopping_cart_content .buttons .button {
|
||||
float: left;
|
||||
width: 48%;
|
||||
padding: 14px 8px;
|
||||
text-align: center;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
.widget_shopping_cart_content .buttons .button:first-child {
|
||||
background-color: transparent;
|
||||
border: 1px solid #e6e6e6;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.widget_shopping_cart_content .buttons .button:first-child:hover {
|
||||
border-color: #13aff0;
|
||||
}
|
||||
|
||||
.widget_shopping_cart_content .buttons .checkout {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.widget_shopping_cart_content .buttons:after {
|
||||
content: '';
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* Cart spacious style */
|
||||
.spacious .owp-mini-cart {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.spacious .owp-mini-cart .widget_shopping_cart ul.cart_list li {
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.spacious .owp-mini-cart .widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid.thumbnail {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.spacious .owp-mini-cart .widget_shopping_cart .total {
|
||||
background-color: transparent;
|
||||
padding: 14px 20px;
|
||||
}
|
||||
|
||||
.spacious .owp-mini-cart .widget_shopping_cart_content .buttons {
|
||||
padding: 20px 0 0;
|
||||
}
|
||||
|
||||
.spacious .owp-mini-cart p.woocommerce-mini-cart__empty-message {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Cart bag style */
|
||||
.bag-style {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wcmenucart-total {
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
.wcmenucart-total span {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.wcmenucart-cart-icon {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wcmenucart-cart-icon .wcmenucart-count {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
min-width: 2em;
|
||||
height: 2em;
|
||||
font-size: 1em;
|
||||
line-height: 1.7em;
|
||||
font-weight: bold;
|
||||
border: 2px solid #333;
|
||||
color: #333;
|
||||
padding: 0 3px;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
-webkit-transition: all 0.2s ease-in-out;
|
||||
-moz-transition: all 0.2s ease-in-out;
|
||||
-ms-transition: all 0.2s ease-in-out;
|
||||
-o-transition: all 0.2s ease-in-out;
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.wcmenucart-cart-icon .wcmenucart-count:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: 100%;
|
||||
left: 50%;
|
||||
width: 14px;
|
||||
height: 8px;
|
||||
margin-left: -7px;
|
||||
margin-bottom: 0;
|
||||
border: 2px solid #333;
|
||||
border-top-left-radius: 100px;
|
||||
border-top-right-radius: 100px;
|
||||
border-bottom: 0;
|
||||
-webkit-transition: all 0.2s ease-in-out;
|
||||
-moz-transition: all 0.2s ease-in-out;
|
||||
-ms-transition: all 0.2s ease-in-out;
|
||||
-o-transition: all 0.2s ease-in-out;
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.bag-style:hover .wcmenucart-cart-icon .wcmenucart-count,
|
||||
.show-cart .wcmenucart-cart-icon .wcmenucart-count {
|
||||
background-color: #13aff0;
|
||||
color: #fff;
|
||||
border-color: #13aff0;
|
||||
}
|
||||
|
||||
.bag-style:hover .wcmenucart-cart-icon .wcmenucart-count:after,
|
||||
.show-cart .wcmenucart-cart-icon .wcmenucart-count:after {
|
||||
border-color: #13aff0;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
/* Fix for some conflict with default Woo css if custom features are disabled */
|
||||
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
|
||||
top: 50%;
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
|
||||
padding: 20px;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,214 @@
|
||||
/*------------------------------------------------------------------
|
||||
Woo Multi-Step Checkout
|
||||
-------------------------------------------------------------------*/
|
||||
#owp-checkout-timeline {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
#owp-checkout-timeline li {
|
||||
float: left;
|
||||
width: 33.33%;
|
||||
}
|
||||
|
||||
#owp-checkout-timeline.step-4 li {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
#owp-checkout-timeline .timeline-wrapper {
|
||||
position: relative;
|
||||
display: block;
|
||||
padding: 10px;
|
||||
background-color: #eee;
|
||||
color: #333;
|
||||
font-size: 15px;
|
||||
line-height: 40px;
|
||||
-webkit-transition: all 0.1s ease;
|
||||
-moz-transition: all 0.1s ease;
|
||||
-ms-transition: all 0.1s ease;
|
||||
-o-transition: all 0.1s ease;
|
||||
transition: all 0.1s ease;
|
||||
}
|
||||
|
||||
#owp-checkout-timeline .active .timeline-wrapper {
|
||||
background-color: #13aff0;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#owp-checkout-timeline .timeline-step {
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
line-height: 22px;
|
||||
margin-right: 8px;
|
||||
background-color: #fff;
|
||||
color: #ccc;
|
||||
border: 2px solid #ccc;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
#owp-checkout-timeline .timeline-label {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#owp-checkout-timeline.arrow li {
|
||||
padding-right: 50px;
|
||||
}
|
||||
|
||||
#owp-checkout-timeline.arrow .timeline-wrapper:before, #owp-checkout-timeline.arrow .timeline-wrapper:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
-webkit-transition: all 0.1s ease;
|
||||
-moz-transition: all 0.1s ease;
|
||||
-ms-transition: all 0.1s ease;
|
||||
-o-transition: all 0.1s ease;
|
||||
transition: all 0.1s ease;
|
||||
}
|
||||
|
||||
#owp-checkout-timeline.arrow .timeline-wrapper:before {
|
||||
left: -20px;
|
||||
border-top: 30px solid #eee;
|
||||
border-bottom: 30px solid #eee;
|
||||
border-left: 20px solid transparent;
|
||||
}
|
||||
|
||||
#owp-checkout-timeline.arrow .timeline-wrapper:after {
|
||||
right: -20px;
|
||||
border-top: 30px solid transparent;
|
||||
border-bottom: 30px solid transparent;
|
||||
border-left: 20px solid #eee;
|
||||
border-right-color: #eee;
|
||||
}
|
||||
|
||||
#owp-checkout-timeline.arrow .active .timeline-wrapper:before {
|
||||
border-top-color: #13aff0;
|
||||
border-bottom-color: #13aff0;
|
||||
}
|
||||
|
||||
#owp-checkout-timeline.arrow .active .timeline-wrapper:after {
|
||||
border-left-color: #13aff0;
|
||||
border-right-color: #13aff0;
|
||||
}
|
||||
|
||||
#owp-checkout-timeline.square li {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#checkout-wrapper .woocommerce-billing-fields h3,
|
||||
#checkout-wrapper #customer_shipping_details,
|
||||
#checkout-wrapper #order_review,
|
||||
#checkout-wrapper #customer_billing_details.show-login-reminder.not-logged-in,
|
||||
#checkout-wrapper #checkout_coupon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#checkout-wrapper #checkout_coupon,
|
||||
#checkout-wrapper #checkout_login,
|
||||
#checkout-wrapper form.checkout {
|
||||
max-width: 850px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#checkout-wrapper #order_review {
|
||||
max-width: 650px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#checkout-wrapper form.checkout {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#checkout-wrapper form.checkout #billing_phone_field,
|
||||
#checkout-wrapper form.checkout #billing_email_field {
|
||||
width: 48%;
|
||||
clear: none;
|
||||
}
|
||||
|
||||
#checkout-wrapper form.checkout #billing_phone_field {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#checkout-wrapper form.checkout #billing_email_field {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#checkout-wrapper form.checkout #order_review {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#checkout-wrapper form.login {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#checkout-wrapper .woocommerce-billing-fields__field-wrapper:after,
|
||||
#checkout-wrapper .woocommerce-shipping-fields__field-wrapper:after {
|
||||
content: '';
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
clear: both;
|
||||
zoom: 1;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
#checkout-wrapper #form_actions {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
margin-top: 35px;
|
||||
}
|
||||
|
||||
#checkout-wrapper #form_actions p.form-row.notes {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#checkout-wrapper #form_actions a {
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
padding-bottom: 1px;
|
||||
border-bottom: 2px solid;
|
||||
margin-top: 6px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.6px;
|
||||
}
|
||||
|
||||
#checkout-wrapper #form_actions a i {
|
||||
font-size: 16px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#checkout-wrapper #form_actions .buttons {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#checkout-wrapper #form_actions .buttons input {
|
||||
-webkit-border-radius: 30px;
|
||||
-moz-border-radius: 30px;
|
||||
-ms-border-radius: 30px;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
#checkout-wrapper #form_actions .buttons input.prev {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#checkout-wrapper #form_actions .buttons input.next {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/* Responsive */
|
||||
@media only screen and (max-width: 959px) {
|
||||
#owp-checkout-timeline li {
|
||||
padding: 0 !important;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
#owp-checkout-timeline li,
|
||||
#owp-checkout-timeline.step-4 li {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
#owp-checkout-timeline{margin-bottom:40px}#owp-checkout-timeline li{float:left;width:33.33%}#owp-checkout-timeline.step-4 li{width:25%}#owp-checkout-timeline .timeline-wrapper{position:relative;display:block;padding:10px;background-color:#eee;color:#333;font-size:15px;line-height:40px;-webkit-transition:all 0.1s ease;-moz-transition:all 0.1s ease;-ms-transition:all 0.1s ease;-o-transition:all 0.1s ease;transition:all 0.1s ease}#owp-checkout-timeline .active .timeline-wrapper{background-color:#13aff0;color:#fff}#owp-checkout-timeline .timeline-step{display:inline-block;font-size:14px;text-align:center;width:26px;height:26px;line-height:22px;margin-right:8px;background-color:#fff;color:#ccc;border:2px solid #ccc;border-radius:20px}#owp-checkout-timeline .timeline-label{font-weight:600}#owp-checkout-timeline.arrow li{padding-right:50px}#owp-checkout-timeline.arrow .timeline-wrapper:before,#owp-checkout-timeline.arrow .timeline-wrapper:after{content:'';position:absolute;top:0;width:0;height:0;-webkit-transition:all 0.1s ease;-moz-transition:all 0.1s ease;-ms-transition:all 0.1s ease;-o-transition:all 0.1s ease;transition:all 0.1s ease}#owp-checkout-timeline.arrow .timeline-wrapper:before{left:-20px;border-top:30px solid #eee;border-bottom:30px solid #eee;border-left:20px solid transparent}#owp-checkout-timeline.arrow .timeline-wrapper:after{right:-20px;border-top:30px solid transparent;border-bottom:30px solid transparent;border-left:20px solid #eee;border-right-color:#eee}#owp-checkout-timeline.arrow .active .timeline-wrapper:before{border-top-color:#13aff0;border-bottom-color:#13aff0}#owp-checkout-timeline.arrow .active .timeline-wrapper:after{border-left-color:#13aff0;border-right-color:#13aff0}#owp-checkout-timeline.square li{text-align:center}#checkout-wrapper .woocommerce-billing-fields h3,#checkout-wrapper #customer_shipping_details,#checkout-wrapper #order_review,#checkout-wrapper #customer_billing_details.show-login-reminder.not-logged-in,#checkout-wrapper #checkout_coupon{display:none}#checkout-wrapper #checkout_coupon,#checkout-wrapper #checkout_login,#checkout-wrapper form.checkout{max-width:850px;margin:0 auto}#checkout-wrapper #order_review{max-width:650px;margin:0 auto}#checkout-wrapper form.checkout{display:block}#checkout-wrapper form.checkout #billing_phone_field,#checkout-wrapper form.checkout #billing_email_field{width:48%;clear:none}#checkout-wrapper form.checkout #billing_phone_field{float:left}#checkout-wrapper form.checkout #billing_email_field{float:right}#checkout-wrapper form.checkout #order_review{float:none;width:100%}#checkout-wrapper form.login{margin-bottom:0}#checkout-wrapper .woocommerce-billing-fields__field-wrapper:after,#checkout-wrapper .woocommerce-shipping-fields__field-wrapper:after{content:'';display:block;visibility:hidden;clear:both;zoom:1;height:0}#checkout-wrapper #form_actions{display:inline-block;width:100%;margin-top:35px}#checkout-wrapper #form_actions p.form-row.notes{margin:0}#checkout-wrapper #form_actions a{float:left;font-size:12px;font-weight:600;padding-bottom:1px;border-bottom:2px solid;margin-top:6px;text-transform:uppercase;letter-spacing:0.6px}#checkout-wrapper #form_actions a i{font-size:16px;margin-right:5px}#checkout-wrapper #form_actions .buttons{float:right}#checkout-wrapper #form_actions .buttons input{-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px}#checkout-wrapper #form_actions .buttons input.prev{display:none}#checkout-wrapper #form_actions .buttons input.next{margin-left:10px}@media only screen and (max-width: 959px){#owp-checkout-timeline li{padding:0 !important;margin-bottom:15px}#owp-checkout-timeline li,#owp-checkout-timeline.step-4 li{float:none;width:100%}}
|
||||
@@ -0,0 +1,338 @@
|
||||
/*------------------------------------------------------------------
|
||||
Woo Quick View
|
||||
-------------------------------------------------------------------*/
|
||||
.owp-quick-view {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
padding: 10px 0;
|
||||
text-align: center;
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.4px;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
z-index: 12;
|
||||
}
|
||||
|
||||
.owp-quick-view:hover {
|
||||
background-color: rgba(0, 0, 0, 0.9);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.owp-quick-view i {
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
margin-right: 6px;
|
||||
line-height: 1;
|
||||
vertical-align: middle;
|
||||
margin-top: -3px;
|
||||
}
|
||||
|
||||
.woocommerce .products .product-inner:hover .owp-quick-view {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.woo-entry-image.loading:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-left: -15px;
|
||||
margin-top: -15px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
opacity: .8;
|
||||
border-width: 3px;
|
||||
border-style: solid;
|
||||
border-color: rgba(0, 0, 0, 0.1);
|
||||
border-left-color: #fff;
|
||||
z-index: 99;
|
||||
-webkit-border-radius: 50%;
|
||||
-moz-border-radius: 50%;
|
||||
-ms-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
-ms-animation: qv-spin 0.6s infinite linear;
|
||||
-webkit-animation: qv-spin 0.6s infinite linear;
|
||||
-o-animation: qv-spin 0.6s infinite linear;
|
||||
-moz-animation: qv-spin 0.6s infinite linear;
|
||||
animation: qv-spin 0.6s infinite linear;
|
||||
}
|
||||
|
||||
.woo-entry-image.loading:after {
|
||||
content: '';
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
visibility: visible;
|
||||
z-index: 11;
|
||||
}
|
||||
|
||||
@-webkit-keyframes qv-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes qv-spin {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
#owp-qv-wrap {
|
||||
display: none;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#owp-qv-wrap,
|
||||
#owp-qv-wrap .owp-qv-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
#owp-qv-wrap .owp-qv-image,
|
||||
#owp-qv-wrap .summary {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#owp-qv-wrap .owp-qv-slides,
|
||||
#owp-qv-wrap .flex-control-nav,
|
||||
#owp-qv-wrap .flex-direction-nav {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#owp-qv-wrap .owp-qv-slides {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#owp-qv-wrap .summary {
|
||||
padding: 30px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#owp-qv-wrap .flex-viewport {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#owp-qv-wrap img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#owp-qv-wrap .flex-control-nav {
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#owp-qv-wrap .flex-control-nav li {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
margin: 0 5px;
|
||||
line-height: 1;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
#owp-qv-wrap .flex-control-nav li a {
|
||||
display: inline-block;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border: 3px solid #111;
|
||||
opacity: 0.4;
|
||||
text-indent: -9999px;
|
||||
cursor: pointer;
|
||||
-webkit-border-radius: 50%;
|
||||
-moz-border-radius: 50%;
|
||||
-ms-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
#owp-qv-wrap .flex-control-nav li a:hover {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
#owp-qv-wrap .flex-control-nav li a.flex-active {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#owp-qv-wrap .flex-direction-nav a {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin-top: -15px;
|
||||
color: rgba(0, 0, 0, 0.8);
|
||||
opacity: 0;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
#owp-qv-wrap .flex-direction-nav a:before {
|
||||
display: inline-block;
|
||||
font: normal normal 900 30px/1 'Font Awesome 5 free';
|
||||
text-rendering: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
#owp-qv-wrap .flex-direction-nav a.flex-prev {
|
||||
left: -50px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#owp-qv-wrap .flex-direction-nav a.flex-prev:before {
|
||||
content: '\f104';
|
||||
}
|
||||
|
||||
#owp-qv-wrap .flex-direction-nav a.flex-next {
|
||||
right: -50px;
|
||||
}
|
||||
|
||||
#owp-qv-wrap .flex-direction-nav a.flex-next:before {
|
||||
content: '\f105';
|
||||
}
|
||||
|
||||
#owp-qv-wrap .owp-qv-image:hover .flex-direction-nav a.flex-prev {
|
||||
opacity: .8;
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
#owp-qv-wrap .owp-qv-image:hover .flex-direction-nav a.flex-next {
|
||||
opacity: .8;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.owp-qv-container {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
text-align: center;
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
.owp-qv-container:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.owp-qv-open {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.owp-qv-content-wrap {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
text-align: left;
|
||||
max-width: 100%;
|
||||
z-index: 1045;
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(-30px);
|
||||
-moz-transform: translateY(-30px);
|
||||
-ms-transform: translateY(-30px);
|
||||
-o-transform: translateY(-30px);
|
||||
transform: translateY(-30px);
|
||||
-webkit-transition: transform .5s, opacity .3s;
|
||||
-moz-transition: transform .5s, opacity .3s;
|
||||
transition: transform .5s, opacity .3s;
|
||||
}
|
||||
|
||||
.is-visible .owp-qv-content-wrap {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0);
|
||||
-moz-transform: translateY(0);
|
||||
-ms-transform: translateY(0);
|
||||
-o-transform: translateY(0);
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.owp-qv-content-inner {
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
max-width: 875px;
|
||||
margin: 0 auto;
|
||||
z-index: 1000;
|
||||
-webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
|
||||
-moz-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.owp-qv-content-inner .owp-qv-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;
|
||||
}
|
||||
|
||||
.owp-qv-content-inner .owp-qv-close:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.owp-qv-content-inner .product {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.owp-qv-content-inner select {
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
.owp-qv-overlay {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#owp-qv-content a.woocommerce-review-link {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 850px) {
|
||||
#owp-qv-wrap .owp-qv-image,
|
||||
#owp-qv-wrap .summary {
|
||||
width: 100%;
|
||||
}
|
||||
.owp-qv-container:before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,152 @@
|
||||
/*------------------------------------------------------------------
|
||||
Woo Star Font
|
||||
-------------------------------------------------------------------*/
|
||||
@font-face { font-family: 'star'; src: url('../../fonts/star/star.eot'); src: url('../../fonts/star/star.eot?#iefix') format('embedded-opentype'), url('../../fonts/star/star.woff') format('woff'), url('../../fonts/star/star.ttf') format('truetype'), url('../../fonts/star/star.svg#star') format('svg'); font-weight: normal; font-style: normal; }
|
||||
|
||||
#reviews .comment-reply-title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#reviews .comment-form-rating label {
|
||||
display: block;
|
||||
margin: 10px 0 0;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.star-rating {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
height: 1.618em;
|
||||
line-height: 1.618;
|
||||
font-size: 1em;
|
||||
width: 5.3em;
|
||||
font-family: star;
|
||||
font-weight: 400
|
||||
}
|
||||
|
||||
.star-rating::before {
|
||||
content: '\53\53\53\53\53';
|
||||
opacity: .25;
|
||||
float: left;
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: absolute
|
||||
}
|
||||
|
||||
.star-rating span {
|
||||
overflow: hidden;
|
||||
float: left;
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
padding-top: 1.5em
|
||||
}
|
||||
|
||||
.star-rating span::before {
|
||||
content: '\53\53\53\53\53';
|
||||
top: 0;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
color: #f9ca63
|
||||
}
|
||||
|
||||
p.stars {
|
||||
display: inline-block;
|
||||
margin: 0 0 20px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
p.stars a {
|
||||
position: relative;
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
text-indent: -999em;
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
margin-right: 1px;
|
||||
font-weight: 400
|
||||
}
|
||||
|
||||
p.stars a::before {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
line-height: 1;
|
||||
font-family: star;
|
||||
content: '\53';
|
||||
color: #43454b;
|
||||
text-indent: 0;
|
||||
opacity: .25
|
||||
}
|
||||
|
||||
p.stars a:hover~a::before {
|
||||
content: '\53';
|
||||
color: #43454b;
|
||||
opacity: .25
|
||||
}
|
||||
|
||||
p.stars:hover a::before {
|
||||
content: '\53';
|
||||
color: #f9ca63;
|
||||
opacity: 1
|
||||
}
|
||||
|
||||
p.stars.selected a.active::before {
|
||||
content: '\53';
|
||||
color: #f9ca63;
|
||||
opacity: 1
|
||||
}
|
||||
|
||||
p.stars.selected a.active~a::before {
|
||||
content: '\53';
|
||||
color: #43454b;
|
||||
opacity: .25
|
||||
}
|
||||
|
||||
p.stars.selected a:not(.active)::before {
|
||||
content: '\53';
|
||||
color: #f9ca63;
|
||||
opacity: 1
|
||||
}
|
||||
|
||||
/* Filter rating widget */
|
||||
.widget_rating_filter .wc-layered-nav-rating {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.widget_rating_filter .wc-layered-nav-rating .star-rating {
|
||||
display: inline-block;
|
||||
height: 1em;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
/* RTL */
|
||||
.rtl .star-rating::before {
|
||||
float: right;
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.rtl .star-rating span {
|
||||
float: right;
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.rtl .star-rating span::before {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.rtl p.stars a {
|
||||
margin-left: 1px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.rtl p.stars a::before {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
@font-face{font-family:star;src:url(../../fonts/star/star.eot);src:url(../../fonts/star/star.eot?#iefix) format('embedded-opentype'),url(../../fonts/star/star.woff) format('woff'),url(../../fonts/star/star.ttf) format('truetype'),url(../../fonts/star/star.svg#star) format('svg');font-weight:400;font-style:normal}#reviews .comment-reply-title{display:none}#reviews .comment-form-rating label{display:block;margin:10px 0 0;line-height:1}.star-rating{overflow:hidden;position:relative;height:1.618em;line-height:1.618;font-size:1em;width:5.3em;font-family:star;font-weight:400}.star-rating::before{content:'\53\53\53\53\53';opacity:.25;float:left;top:0;left:0;position:absolute}.star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.star-rating span::before{content:'\53\53\53\53\53';top:0;position:absolute;left:0;color:#f9ca63}p.stars{display:inline-block;margin:0 0 20px;line-height:1}p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;margin-right:1px;font-weight:400}p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:star;content:'\53';color:#43454b;text-indent:0;opacity:.25}p.stars a:hover~a::before{content:'\53';color:#43454b;opacity:.25}p.stars:hover a::before{content:'\53';color:#f9ca63;opacity:1}p.stars.selected a.active::before{content:'\53';color:#f9ca63;opacity:1}p.stars.selected a.active~a::before{content:'\53';color:#43454b;opacity:.25}p.stars.selected a:not(.active)::before{content:'\53';color:#f9ca63;opacity:1}.widget_rating_filter .wc-layered-nav-rating{margin-bottom:10px}.widget_rating_filter .wc-layered-nav-rating .star-rating{display:inline-block;height:1em;line-height:1}.rtl .star-rating::before{float:right;right:0;left:auto}.rtl .star-rating span{float:right;right:0;left:auto}.rtl .star-rating span::before{right:0;left:auto}.rtl p.stars a{margin-left:1px;margin-right:0}.rtl p.stars a::before{right:0;left:auto}
|
||||
@@ -0,0 +1,313 @@
|
||||
/*
|
||||
* Theme Name: OceanWP RTL WooCommerce CSS
|
||||
* Description: Adds support for languages written in a Right To Left (RTL) direction.
|
||||
*/
|
||||
|
||||
/* Header cart */
|
||||
.wcmenucart-details { margin-right: 8px; margin-left: 0; }
|
||||
.wcmenucart-details.count:before { right: -3px; left: auto; border-style: solid none solid solid; border-width: 5px medium 5px 5px; }
|
||||
|
||||
/* General */
|
||||
.col2-set .col-1,
|
||||
.woocommerce .form-row-first { float: right; margin-left: 4%; margin-right: 0; }
|
||||
|
||||
.col2-set .col-2,
|
||||
.woocommerce .form-row-last { float: left; }
|
||||
|
||||
/* Account page */
|
||||
.account-side-style .woocommerce #customer_login > div { float: right; }
|
||||
.account-side-style .woocommerce #customer_login .col-2 { float: left; }
|
||||
.account-side-style .woocommerce #customer_login .woocommerce-form__label .woocommerce-form__input { margin: -3px 15px 0 6px !important; }
|
||||
|
||||
/* Stars */
|
||||
.woocommerce .star-rating:before { float: right; right: 0; left: auto; }
|
||||
.woocommerce .star-rating span { float: right; right: 0; left: auto; }
|
||||
.woocommerce .star-rating span:before { right: 0; left: auto; }
|
||||
|
||||
/* Quantity */
|
||||
.quantity,
|
||||
.quantity .qty,
|
||||
.quantity .minus,
|
||||
.quantity .plus { float: right; }
|
||||
.quantity .minus { border-left-width: 0; border-right-width: 1px; }
|
||||
.quantity .plus { border-right-width: 0; border-left-width: 1px; }
|
||||
|
||||
/* Button loading*/
|
||||
.woocommerce #respond input#submit.loading:after,
|
||||
.woocommerce a.button.loading:after,
|
||||
.woocommerce button.button.loading:after,
|
||||
.woocommerce input.button.loading:after { margin-right: 6px; margin-left: 0; }
|
||||
|
||||
/* Button added to cart */
|
||||
.woocommerce ul.products li.product .added_to_cart:before { font-family: 'simple-line-icons'; content: '\e035'; margin-right: 6px; vertical-align: bottom; }
|
||||
.woocommerce ul.products li.product .added_to_cart:after { display: none; }
|
||||
|
||||
/* Store > ordering & sorting */
|
||||
.woocommerce .oceanwp-off-canvas-filter,
|
||||
.woocommerce .oceanwp-grid-list { float: right; margin: 0 0 0 20px; }
|
||||
.woocommerce .oceanwp-grid-list a:last-child { margin-right: 10px; margin-left: 0; }
|
||||
|
||||
.woocommerce .woocommerce-ordering { float: right; }
|
||||
|
||||
.woocommerce .result-count { float: left; }
|
||||
.woocommerce .result-count li { float: right; }
|
||||
.woocommerce .result-count li.view-title { margin-left: 6px; margin-right: 0; }
|
||||
|
||||
/* Store > pagination */
|
||||
.woocommerce nav.woocommerce-pagination ul { text-align: left; }
|
||||
|
||||
/* Notices */
|
||||
.woocommerce-message,
|
||||
.woocommerce-error,
|
||||
.woocommerce-info { text-align: right; }
|
||||
.woocommerce-message a,
|
||||
.woocommerce-error a,
|
||||
.woocommerce-info a { float: left; }
|
||||
|
||||
/* Sale & out of stock tags */
|
||||
.woocommerce span.onsale,
|
||||
.woocommerce ul.products li.product.outofstock .outofstock-badge,
|
||||
.woocommerce ul.products li.product .onsale { right: 20px; left: auto; }
|
||||
|
||||
/* Product entry */
|
||||
.woocommerce ul.products.owp-content-left .product-inner { text-align: right; }
|
||||
.woocommerce ul.products.owp-content-right .product-inner { text-align: left; }
|
||||
|
||||
/* Product entry > list view */
|
||||
.woocommerce ul.products.list .product-inner { text-align: right; }
|
||||
.woocommerce ul.products.list li.product .woo-entry-image { float: right; margin: 0 0 0 3%; }
|
||||
.woocommerce ul.products.list li.product .woo-entry-inner { float: right; }
|
||||
|
||||
/* Product entry slider */
|
||||
.woocommerce ul.products li.product .product-entry-slider .slick-arrow.slick-prev { left: auto; right: 0; }
|
||||
.woocommerce ul.products li.product .product-entry-slider .slick-arrow.slick-next { right: auto; left: 0; }
|
||||
|
||||
/* Product entry quick view */
|
||||
body .owp-quick-view i { margin-left: 6px; margin-right: 0; }
|
||||
body #owp-qv-wrap .summary { text-align: right; }
|
||||
body #owp-qv-wrap .flex-direction-nav a.flex-prev { right: -50px; left: auto; text-align: left; }
|
||||
body #owp-qv-wrap .flex-direction-nav a.flex-prev:before { content: '\f105'; }
|
||||
body #owp-qv-wrap .flex-direction-nav a.flex-next { left: -50px; right: auto; }
|
||||
body #owp-qv-wrap .flex-direction-nav a.flex-next:before { content: '\f104'; }
|
||||
body #owp-qv-wrap .owp-qv-image:hover .flex-direction-nav a.flex-prev { right: 10px; left: auto; }
|
||||
body #owp-qv-wrap .owp-qv-image:hover .flex-direction-nav a.flex-next { left: 10px; right: auto; }
|
||||
body .owp-qv-content-inner .owp-qv-close { left: 0; right: auto; }
|
||||
|
||||
/* Single product navigation */
|
||||
@media (min-width: 1080px) {
|
||||
.owp-product-nav-wrap { left: 0; right: auto; }
|
||||
}
|
||||
.owp-product-nav-wrap { text-align: left; }
|
||||
|
||||
.owp-product-nav li { margin-right: 3px; margin-left: 0; }
|
||||
.owp-product-nav li:first-child { margin-right: 0; }
|
||||
.owp-product-nav li .next i:before { content: '\f105'; }
|
||||
.owp-product-nav li .prev i:before { content: '\f104'; }
|
||||
.owp-product-nav li a.owp-nav-text.next-text { padding-right: 3px; padding-left: 0; }
|
||||
.owp-product-nav li a.owp-nav-text.prev-text { padding-left: 3px; padding-right: 0; }
|
||||
.owp-product-nav li .owp-nav-thumb { right: -99999px; left: auto; }
|
||||
.owp-product-nav li:hover > .owp-nav-thumb { right: 50%; left: auto; -webkit-transform: translateX(50%); transform: translateX(50%); }
|
||||
|
||||
/* Single product */
|
||||
.woocommerce div.product div.summary { float: left; }
|
||||
.woocommerce div.product div.images { float: right; }
|
||||
.woocommerce div.product form.cart .button { float: right; }
|
||||
.woocommerce div.product form.cart div.quantity { float: right; margin-right: 0; margin-left: 10px; }
|
||||
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger { left: 10px; right: auto; }
|
||||
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li { float: right; margin-left: 4%; margin-right: 0; }
|
||||
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) { margin-left: 0; }
|
||||
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li { float: right; margin-left: 4%; margin-right: 0; }
|
||||
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) { margin-left: 0; }
|
||||
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li { float: right; margin-left: 4%; margin-right: 0; }
|
||||
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) { margin-left: 0; }
|
||||
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li { float: right; margin-left: 4%; margin-right: 0; }
|
||||
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) { margin-left: 0; }
|
||||
.woocommerce div.product .summary .added_to_cart { margin-right: 6px; margin-left: 0; }
|
||||
|
||||
/* Single product thumbnails */
|
||||
@media (min-width: 769px) {
|
||||
.woocommerce div.product.owp-thumbs-layout-vertical span.onsale { right: 12%; left: auto; }
|
||||
.woocommerce div.product.owp-thumbs-layout-vertical div.images .flex-viewport { float: left; }
|
||||
.woocommerce div.product.owp-thumbs-layout-vertical div.images .flex-control-thumbs { float: right; }
|
||||
}
|
||||
|
||||
/* Single product rating */
|
||||
.woocommerce div.product .woocommerce-product-rating .star-rating { float: right; margin-left: 10px; margin-right: 0; }
|
||||
|
||||
/* Single product quantity */
|
||||
.woocommerce div.product form.cart div.quantity { float: right; margin-left: 10px; margin-right: 0; }
|
||||
|
||||
/* Single product variations */
|
||||
.woocommerce div.product form.cart .variations .reset_variations { float: right; }
|
||||
.woocommerce div.product form.cart .variations .reset_variations:before { margin-left: 5px; margin-right: 0; }
|
||||
.single_variation { float: right; }
|
||||
|
||||
/* Single product tabs */
|
||||
@media (min-width: 769px) {
|
||||
.woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs ul.tabs { float: right; }
|
||||
.woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs ul.tabs li a { text-align: right; }
|
||||
.woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs ul.tabs li a:after { left: -2px; right: auto; }
|
||||
.woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs .panel { float: left; border-right-width: 1px; border-left-width: 0; }
|
||||
}
|
||||
|
||||
/* Single product additional info */
|
||||
.woocommerce table.shop_attributes,
|
||||
.woocommerce table.shop_attributes th,
|
||||
.woocommerce table.shop_attributes td,
|
||||
.woocommerce table.shop_attributes th { text-align: right; }
|
||||
|
||||
/* Single product reviews */
|
||||
.woocommerce #reviews .star-rating { float: left; }
|
||||
|
||||
/* Single product reviews list */
|
||||
.woocommerce #reviews #comments ol.commentlist li img.avatar { right: 0; left: auto; }
|
||||
.woocommerce #reviews #comments ol.commentlist li .comment_container { padding-right: 90px; padding-left: 0; }
|
||||
|
||||
/* Single product reviews respond form */
|
||||
#review_form #respond p.comment-form-author { float: right; padding-left: 10px; padding-right: 0; }
|
||||
#review_form #respond p.comment-form-email { float: left; padding-right: 10px; padding-left: 0; }
|
||||
#review_form #respond p { text-align: right; }
|
||||
#review_form #respond .form-submit input,
|
||||
#review_form #respond .form-submit input { right: auto }
|
||||
|
||||
/* Single product reviews stars */
|
||||
p.stars span a:after { right: 0; left: auto; }
|
||||
|
||||
/* Floating bar */
|
||||
body .owp-floating-bar .right { text-align: left; }
|
||||
body .owp-floating-bar p.selected { margin-left: 12px; margin-right: 0; }
|
||||
body .owp-floating-bar .product_price p { margin-left: 30px; margin-right: 0; }
|
||||
body .owp-floating-bar form.cart .quantity { margin-left: 15px; margin-right: 0; }
|
||||
|
||||
/* Widget filter */
|
||||
.woocommerce .widget_price_filter .ui-slider { text-align: right; }
|
||||
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle { margin-right: -6px; margin-left: 0; }
|
||||
.woocommerce .widget_price_filter .price_slider_amount .button { float: left; }
|
||||
.woocommerce .widget_price_filter .price_slider_amount { text-align: right; }
|
||||
|
||||
/* Widget search */
|
||||
.woocommerce-product-search input[type='submit'] { float: left; }
|
||||
|
||||
/* Widget product categories */
|
||||
.widget_product_categories li a,
|
||||
.widget_layered_nav li a { padding-right: 22px; padding-left: 0; }
|
||||
.widget_product_categories li a:before,
|
||||
.widget_layered_nav li a:before { right: 0; left: auto; }
|
||||
.widget_product_categories li .count,
|
||||
.widget_layered_nav li .count { left: 0; right: auto; }
|
||||
.woocommerce .widget_product_categories li ul.children { margin: 5px 16px 0 0; }
|
||||
.woocommerce .widget_product_categories li ul.children li a { padding-right: 0; }
|
||||
|
||||
/* Cart table */
|
||||
.woocommerce table.shop_table { margin: 0 0 24px -1px; text-align: right; }
|
||||
|
||||
/* Cart actions */
|
||||
.woocommerce-cart table.cart td.actions .coupon .input-text { margin: 0 0 0 8px; }
|
||||
.woocommerce-cart table.cart td.actions input[name='update_cart'] { float: left; }
|
||||
.woocommerce-cart table.cart td.actions .coupon { float: right; }
|
||||
|
||||
/* Cart collaterals */
|
||||
.woocommerce .cart-collaterals .related,
|
||||
.woocommerce-page .cart-collaterals .related,
|
||||
.woocommerce .cart-collaterals .cross-sells,
|
||||
.woocommerce-page .cart-collaterals .cross-sells { float: right; }
|
||||
.woocommerce .cart-collaterals .shipping_calculator,
|
||||
.woocommerce-page .cart-collaterals .shipping_calculator { clear: left; float: left; }
|
||||
.woocommerce .cart-collaterals .cart_totals,
|
||||
.woocommerce-page .cart-collaterals .cart_totals { float: left; }
|
||||
|
||||
.woocommerce-cart .cart-collaterals .cart_totals table th { border-left-style: solid; border-left-width: 1px; border-right-width: 0; }
|
||||
|
||||
/* Checkout login/register/coupon forms */
|
||||
.woocommerce-checkout form.login .lost_password { float: left; }
|
||||
.woocommerce-checkout form.checkout_coupon .form-row-first { float: right; }
|
||||
.woocommerce-checkout form.checkout_coupon .form-row-last { float: left; }
|
||||
|
||||
/* Checkout > Col */
|
||||
.woocommerce-checkout > .col2-set { float: right; }
|
||||
.woocommerce-checkout h3#order_review_heading,
|
||||
.woocommerce-checkout #order_review { float: left; }
|
||||
|
||||
/* Checkout your order */
|
||||
.woocommerce #order_review table.shop_table tbody td.product-name { text-align: right; }
|
||||
.woocommerce #order_review table.shop_table thead th.product-total { text-align: left; }
|
||||
.woocommerce-checkout #payment ul.payment_methods .wc_payment_method > label:before { margin-left: 10px; margin-right: 0; }
|
||||
.woocommerce-checkout #payment ul.payment_methods li { text-align: right; }
|
||||
.woocommerce-checkout #payment ul.payment_methods li img { float: left; }
|
||||
.woocommerce-checkout #payment .payment_method_paypal .about_paypal { margin-right: 6px; margin-left: 0; }
|
||||
|
||||
/* Checkout returning customer form */
|
||||
.woocommerce form.login .lost_password { margin: 0 }
|
||||
.woocommerce-checkout form.login label.inline { padding-right: 10px; padding-left: 0; }
|
||||
|
||||
/* Multi-step checkout */
|
||||
body #owp-checkout-timeline li { float: right; }
|
||||
body #owp-checkout-timeline .timeline-step { margin-left: 8px; margin-right: 0; }
|
||||
body #owp-checkout-timeline.arrow li { padding-left: 50px; padding-right: 0; }
|
||||
body #owp-checkout-timeline.arrow .timeline-wrapper:before { right: -20px; left: auto; border-right: 20px solid transparent; border-left-width: 0; }
|
||||
body #owp-checkout-timeline.arrow .timeline-wrapper:after { left: -20px; right: auto; border-right-width: 20px; border-right-style: solid; border-left-width: 0; }
|
||||
body #checkout-wrapper form.checkout #billing_phone_field { float: right; }
|
||||
body #checkout-wrapper form.checkout #billing_email_field { float: left; }
|
||||
body #checkout-wrapper #form_actions a { float: right; }
|
||||
body #checkout-wrapper #form_actions a i { margin-left: 5px; margin-right: 0; }
|
||||
body #checkout-wrapper #form_actions .buttons { float: left; }
|
||||
body #checkout-wrapper #form_actions .buttons input.next { margin-right: 10px; margin-left: 0; }
|
||||
|
||||
/* Account page */
|
||||
@media(min-width: 768px) {
|
||||
.woocommerce-MyAccount-tabs { float: right; margin-left: 6%; margin-right: 0; }
|
||||
.woocommerce-MyAccount-content { float: left; }
|
||||
}
|
||||
|
||||
/* Wishlist */
|
||||
body .products .product .tinv-wraper.tinv-wishlist { left: 10px; right: auto; }
|
||||
body .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button.no-txt { margin-right: 0; }
|
||||
body .tinv-wishlist table input[type="checkbox"] { margin-left: 0 !important; }
|
||||
body a.wishlist_products_counter.top_wishlist-heart-plus:before,
|
||||
body a.wishlist_products_counter.top_wishlist-heart:before { margin-left: 2px; margin-right: 0; }
|
||||
|
||||
/* Off Canvas sidebar */
|
||||
#oceanwp-off-canvas-sidebar-wrap { right: 0; left: auto; }
|
||||
#oceanwp-off-canvas-sidebar-wrap .oceanwp-off-canvas-sidebar { right: -100%; left: auto; }
|
||||
.off-canvas-enabled #oceanwp-off-canvas-sidebar-wrap .oceanwp-off-canvas-sidebar { right: 0; left: auto; }
|
||||
.oceanwp-off-canvas-close { left: 15px; right: auto; }
|
||||
|
||||
/* Mobile menu cart sidebar */
|
||||
#oceanwp-cart-sidebar-wrap .oceanwp-cart-sidebar { left: -100%; right: auto; }
|
||||
.cart-enabled #oceanwp-cart-sidebar-wrap .oceanwp-cart-sidebar { left: 0; right: auto; }
|
||||
|
||||
/* Cart shortcode */
|
||||
.wcmenucart-total { margin-left: 7px; margin-right: 0; }
|
||||
|
||||
/*------------------------------------------------------------------
|
||||
Phone Portrait & Landscape
|
||||
-------------------------------------------------------------------*/
|
||||
@media only screen and (max-width: 767px) {
|
||||
|
||||
/* shop list */
|
||||
.woocommerce .products.list .product .woo-entry-image { margin: 0 0 20px; }
|
||||
|
||||
/* table cart page */
|
||||
.woocommerce table.shop_table tr td { text-align: left; }
|
||||
.woocommerce table.shop_table tr td:before { float: right; }
|
||||
.woocommerce table.shop_table tr td.product-quantity .quantity { float: left; }
|
||||
.woocommerce table.shop_table.my_account_orders .order-actions { text-align: left; }
|
||||
|
||||
/* cart collaterals */
|
||||
.woocommerce-cart .cart-collaterals .cart_totals table td { text-align: left; }
|
||||
|
||||
/* Single product navigation */
|
||||
.owp-product-nav li.next-li { float: right; }
|
||||
.owp-product-nav li.prev-li { float: left; }
|
||||
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------
|
||||
Phone Portrait
|
||||
-------------------------------------------------------------------*/
|
||||
@media only screen and (max-width: 480px) {
|
||||
|
||||
/* shop toolbar */
|
||||
.woocommerce .woocommerce-ordering { text-align: right; }
|
||||
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user