first commit

This commit is contained in:
CHIEFSOFT\ameye
2023-11-30 13:20:54 -05:00
commit e9e5c0546c
5833 changed files with 1801865 additions and 0 deletions
+154
View File
@@ -0,0 +1,154 @@
.sf-nux .sf-nux-button,
a.sf-nux-button {
background: #00aadc;
border-color: #0087be;
border-style: solid;
border-width: 1px 1px 2px;
color: #fff;
cursor: pointer;
display: inline-block;
outline: 0;
overflow: hidden;
font-weight: 500;
text-overflow: ellipsis;
text-decoration: none;
text-transform: none;
text-shadow: none;
box-sizing: border-box;
font-size: 14px;
height: auto;
line-height: 21px;
border-radius: 4px;
margin: 0;
padding: 7px 14px 9px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
vertical-align: baseline;
}
.sf-nux .sf-nux-button:focus,
.sf-nux .sf-nux-button:hover,
a.sf-nux-button:focus,
a.sf-nux-button:hover {
border-color: #005082;
color: #fff;
}
.sf-nux .sf-nux-button:focus,
a.sf-nux-button:focus {
box-shadow: 0 0 0 2px #78dcfa;
}
.sf-nux .sf-nux-button:active,
a.sf-nux-button:active {
border-width: 2px 1px 1px;
box-shadow: none;
vertical-align: baseline;
}
.sf-nux .sf-nux-button:disabled,
.sf-nux .sf-nux-button[disabled],
a.sf-nux-button:disabled,
a.sf-nux-button[disabled] {
color: #fff;
background: tint(#78dcfa, 50%);
border-color: tint(#0087be, 55%);
cursor: default;
}
.sf-nux .sf-nux-button:disabled:active,
.sf-nux .sf-nux-button[disabled]:active,
a.sf-nux-button:disabled:active,
a.sf-nux-button[disabled]:active {
border-width: 1px 1px 2px;
}
.sf-notice-nux {
background: #e9eff3;
border: 10px solid #fff;
color: #608299;
padding: 60px;
text-align: center;
box-shadow: none;
}
.sf-notice-nux::after,
.sf-notice-nux::before {
content: "";
display: table;
}
.sf-notice-nux::after {
clear: both;
}
.sf-notice-nux .notice-content {
max-width: 420px;
margin: 0 auto;
}
.sf-notice-nux .sf-icon {
position: relative;
display: block;
width: 100px;
height: 100px;
background: #fff;
border-radius: 100%;
margin: 0 auto 30px;
}
.sf-notice-nux .sf-icon img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
padding: 16px;
box-sizing: border-box;
max-width: 100%;
}
.sf-notice-nux h2 {
margin: 0 0 10px;
font-weight: 400;
color: #2e4453;
}
.sf-notice-nux p {
margin: 0 0 2em;
padding: 0;
line-height: 1.6;
}
.sf-notice-nux label {
display: block;
margin-bottom: 8px;
text-align: left;
}
.sf-notice-nux label:last-of-type {
margin-bottom: 2em;
}
.sf-notice-nux .sf-plugin-card {
display: block;
}
.sf-nux-button.updating-message::before {
display: inline-block;
content: "\f463";
font: 400 20px/1 dashicons;
margin: 3px 5px 0 -2px;
vertical-align: bottom;
-webkit-animation: rotation 2s infinite linear;
animation: rotation 2s infinite linear;
}
@media only screen and (max-width: 782px) {
.sf-notice-nux .sf-icon {
width: 65px;
height: 65px;
}
.sf-notice-nux .sf-icon img {
padding: 10px;
}
.sf-notice-nux form {
margin-top: 30px;
}
.sf-notice-nux label:last-of-type {
margin-top: 20px;
}
}
.sf-install-now.updating-message::before {
display: inline-block;
content: "\f463";
font: 400 19px/1 dashicons;
margin: 0 5px 0 -2px;
vertical-align: bottom;
-webkit-animation: rotation 2s infinite linear;
animation: rotation 2s infinite linear;
}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1,175 @@
/*
Theme Name: Enwoo
Description: Used to style the TinyMCE editor.
*/
/* WordPress Core */
.gallery-caption {
font-weight: bold;
}
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 5px 3px 10px;
text-align: center;
}
img.alignnone {
max-width: 96%;
height: auto;
width: auto;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 13px;
line-height: 17px;
margin: 0;
padding: 10px 0 0 0;
color: #484848;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
iframe,
embed {
max-width: 100%;
}
img {
max-width: 100%;
height: auto;
}
.sticky,
.bypostauthor {}
table {
width: 100%;
border-collapse: collapse;
}
th {
font-weight: bold;
}
td, th {
padding: 6px;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-weight: bold;
height: auto;
left: 10px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
font-size: 14px;
}
html {
-ms-overflow-x: hidden;
overflow-x: hidden;
overflow-y: scroll;
}
body {
font-family: 'Lato', "Helvetica Neue", helvetica, arial, sans-serif;
padding: 0;
color: #404040;
font-weight: 300;
line-height: 1.6;
font-size: 18px;
word-wrap: break-word;
}
a, a:active, a:hover, a:focus {
text-decoration: none;
color: #09aafa;
}
a:focus, .dropdown-toggle:focus {
outline: thin dotted;
}
h1, h2, h3, h4, h5, h6 {
word-wrap: break-word;
font-weight: 700;
letter-spacing: -.02em;
}
.page-header a {
border-bottom: 0;
color: #484848;
}
a:active {
border-bottom: none;
}
body.post-type-page {
max-width: 847px;
}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+209
View File
@@ -0,0 +1,209 @@
.mm,
.mm a,
.mm li,
.mm span,
.mm ul {
display: block;
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.mm a,
.mm li,
.mm span,
.mm ul {
border-width: 0;
border-style: inherit;
border-color: inherit;
background: inherit
}
:root {
--mm-color: rgba(0, 0, 0, 0.8);
--mm-item-height: 50px;
--mm-item-indent: 20px;
--mm-line-height: 24px;
--mm-navbar-height: var(--mm-item-height);
--mm-arrow-color: rgba(0, 0, 0, 0.3);
--mm-arrow-size: 10px;
--mm-arrow-weight: 2px
}
body.mm--open {
overflow-y: hidden
}
.mm {
-webkit-tap-highlight-color: transparent;
-webkit-overflow-scrolling: touch;
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: 80%;
min-width: 200px;
max-width: 440px;
overflow: hidden;
color: var(--mm-arrow-color);
background: #f3f3f3;
border: 0 solid rgba(0, 0, 0, .1);
line-height: var(--mm-line-height);
-webkit-box-shadow: 300px 0 0 100vw transparent, 0 0 20px transparent;
box-shadow: 300px 0 0 100vw transparent, 0 0 20px transparent;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
-o-transition: transform .3s ease, box-shadow .3s ease;
transition: transform .3s ease, box-shadow .3s ease;
transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease
}
.mm.mm--open {
-webkit-box-shadow: 300px 0 0 100vw rgba(0, 0, 0, .2), 0 0 20px rgba(0, 0, 0, .2);
box-shadow: 300px 0 0 100vw rgba(0, 0, 0, .2), 0 0 20px rgba(0, 0, 0, .2);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
.mm {
cursor: pointer
}
.mm:before {
content: '';
display: block;
position: absolute;
top: calc(var(--mm-navbar-height)/ 2);
left: var(--mm-item-indent);
width: var(--mm-arrow-size);
height: var(--mm-arrow-size);
margin-top: 2px;
border: 0 solid var(--mm-arrow-color);
border-top-width: var(--mm-arrow-weight);
border-left-width: var(--mm-arrow-weight);
-webkit-transform: rotate(-45deg) translate(50%, -50%);
-ms-transform: rotate(-45deg) translate(50%, -50%);
transform: rotate(-45deg) translate(50%, -50%)
}
.mm.mm--home {
cursor: default
}
.mm.mm--home:before {
content: none;
display: none
}
.mm:after {
content: attr(data-mm-title);
display: block;
position: absolute;
top: 0;
left: calc(var(--mm-item-indent) + (var(--mm-arrow-size) * 2));
right: var(--mm-item-indent);
line-height: var(--mm-navbar-height);
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis
}
.mm--home:after {
left: var(--mm-item-indent)
}
.mm ul {
-webkit-overflow-scrolling: touch;
position: fixed;
top: var(--mm-navbar-height);
bottom: 0;
left: 100%;
width: 0%;
overflow: hidden;
overflow-y: auto;
border-top-width: 1px;
color: var(--mm-color);
cursor: default;
-webkit-transition: left .3s ease, width 0s ease .3s;
-o-transition: left .3s ease, width 0s ease .3s;
transition: left .3s ease, width 0s ease .3s
}
.mm ul.mm--open {
left: 0;
width: 100%;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s
}
.mm ul.mm--parent {
left: -100%
}
.mm>ul {
left: 0;
width: 100%
}
.mm li {
position: relative;
cursor: pointer
}
.mm li:before {
content: '';
display: block;
position: absolute;
bottom: 0;
left: var(--mm-item-indent);
right: 0;
z-index: 12;
border: inherit;
border-top-width: 1px
}
.mm li:after {
content: '';
display: block;
position: absolute;
top: calc(var(--mm-item-height)/ 2);
right: calc(var(--mm-item-height)/ 2);
z-index: 0;
width: var(--mm-arrow-size);
height: var(--mm-arrow-size);
border: 0 solid var(--mm-arrow-color);
border-top-width: var(--mm-arrow-weight);
border-right-width: var(--mm-arrow-weight);
border-bottom-width: 0;
-webkit-transform: rotate(45deg) translate(0, -50%);
-ms-transform: rotate(45deg) translate(0, -50%);
transform: rotate(45deg) translate(0, -50%)
}
.mm a,
.mm span {
position: relative;
z-index: 1;
padding: calc((var(--mm-item-height) - var(--mm-line-height))/ 2) var(--mm-item-indent)
}
.mm a {
text-decoration: none;
color: inherit
}
.mm a:not(:last-child) {
width: calc(100% - 50px);
border-right-width: 1px
}
.mm span {
background: 0 0
}
+1
View File
@@ -0,0 +1 @@
.mm,.mm a,.mm li,.mm span,.mm ul{display:block;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.mm a,.mm li,.mm span,.mm ul{border-width:0;border-style:inherit;border-color:inherit;background:inherit}:root{--mm-color:rgba(0,0,0,.8);--mm-item-height:50px;--mm-item-indent:20px;--mm-line-height:24px;--mm-navbar-height:var(--mm-item-height);--mm-arrow-color:rgba(0,0,0,.3);--mm-arrow-size:10px;--mm-arrow-weight:2px}body.mm--open{overflow-y:hidden}.mm{-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;position:fixed;top:0;bottom:0;left:0;width:80%;min-width:200px;max-width:440px;overflow:hidden;color:var(--mm-arrow-color);background:#f3f3f3;border:0 solid rgba(0,0,0,.1);line-height:var(--mm-line-height);-webkit-box-shadow:300px 0 0 100vw transparent,0 0 20px transparent;box-shadow:300px 0 0 100vw transparent,0 0 20px transparent;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;-o-transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}.mm.mm--open{-webkit-box-shadow:300px 0 0 100vw rgba(0,0,0,.2),0 0 20px rgba(0,0,0,.2);box-shadow:300px 0 0 100vw rgba(0,0,0,.2),0 0 20px rgba(0,0,0,.2);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mm{cursor:pointer}.mm:before{content:'';display:block;position:absolute;top:calc(var(--mm-navbar-height)/ 2);left:var(--mm-item-indent);width:var(--mm-arrow-size);height:var(--mm-arrow-size);margin-top:2px;border:0 solid var(--mm-arrow-color);border-top-width:var(--mm-arrow-weight);border-left-width:var(--mm-arrow-weight);-webkit-transform:rotate(-45deg) translate(50%,-50%);-ms-transform:rotate(-45deg) translate(50%,-50%);transform:rotate(-45deg) translate(50%,-50%)}.mm.mm--home{cursor:default}.mm.mm--home:before{content:none;display:none}.mm:after{content:attr(data-mm-title);display:block;position:absolute;top:0;left:calc(var(--mm-item-indent) + (var(--mm-arrow-size) * 2));right:var(--mm-item-indent);line-height:var(--mm-navbar-height);overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mm--home:after{left:var(--mm-item-indent)}.mm ul{-webkit-overflow-scrolling:touch;position:fixed;top:var(--mm-navbar-height);bottom:0;left:100%;width:0%;overflow:hidden;overflow-y:auto;border-top-width:1px;color:var(--mm-color);cursor:default;-webkit-transition:left .3s ease,width 0s ease .3s;-o-transition:left .3s ease,width 0s ease .3s;transition:left .3s ease,width 0s ease .3s}.mm ul.mm--open{left:0;width:100%;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm ul.mm--parent{left:-100%}.mm>ul{left:0;width:100%}.mm li{position:relative;cursor:pointer}.mm li:before{content:'';display:block;position:absolute;bottom:0;left:var(--mm-item-indent);right:0;z-index:12;border:inherit;border-top-width:1px}.mm li:after{content:'';display:block;position:absolute;top:calc(var(--mm-item-height)/ 2);right:calc(var(--mm-item-height)/ 2);z-index:0;width:var(--mm-arrow-size);height:var(--mm-arrow-size);border:0 solid var(--mm-arrow-color);border-top-width:var(--mm-arrow-weight);border-right-width:var(--mm-arrow-weight);border-bottom-width:0;-webkit-transform:rotate(45deg) translate(0,-50%);-ms-transform:rotate(45deg) translate(0,-50%);transform:rotate(45deg) translate(0,-50%)}.mm a,.mm span{position:relative;z-index:1;padding:calc((var(--mm-item-height) - var(--mm-line-height))/ 2) var(--mm-item-indent)}.mm a{text-decoration:none;color:inherit}.mm a:not(:last-child){width:calc(100% - 50px);border-right-width:1px}.mm span{background:0 0}
+414
View File
@@ -0,0 +1,414 @@
/*
Theme Name: Enwoo
Description: Used to style WooCommerce plugin
*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
box-shadow: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
border: 1px solid;
border-radius: 2px;
padding: 10px 25px;
color: #000;
background-color: transparent;
font-weight: 400;
font-size: 14px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
background-color: transparent;
color: #0396e0;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
background-color: #0396e0;
color: #fff;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
box-sizing: border-box;
width: 100%;
margin: 0;
outline: 0;
line-height: normal;
background: #fafafa;
padding: 7px 12px;
color: #444;
border: 2px solid #e5e5e5;
border-radius: 3px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
font-weight: 700;
font-size: 16px;
color: #39393a;
padding: 5px 15px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
box-shadow: 0px 5px 25px -10px rgba(0,0,0,0.1);
border-radius: 5px;
background-color: #fff;
padding-bottom: 15px;
text-align: center;
}
.woocommerce ul.products li {
border-bottom: 0;
}
.woocommerce ul.products li.product.product-category {
padding-bottom: 0;
}
.woocommerce ul.products li.product.product-category a img {
margin: 0;
}
.woocommerce ul.products li.product.product-category {
padding: 0;
}
a.added_to_cart.wc-forward {
display: block;
font-size: 80%;
padding-left: 15px;
padding-top: 0;
}
.woocommerce-cart-form .coupon #coupon_code {
width: 50%;
max-width: 50%;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
font-weight: bold;
line-height: 1;
font-size: 15px;
}
.woocommerce .widget_shopping_cart .total .amount {
float: right;
font-weight: bold;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
border: 0;
background-color: rgb(0 0 0 / 3%);
margin-bottom: 10px;
padding: 10px 10px 10px 20px;
border-radius: 5px;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
font-size: 15px;
}
.woocommerce ul.products li.product .star-rating {
margin: 5px auto;
}
.woocommerce mark, .woocommerce .mark {
background-color: transparent;
color: inherit;
}
.woocommerce #reviews #comments ol.commentlist {
padding: 0;
}
.woocommerce-MyAccount-navigation li {
list-style-type: none;
border: 1px solid #e4e4e4;
margin-bottom: -1px;
padding: 5px 15px;
}
.woocommerce-MyAccount-navigation ul {
padding: 0;
}
.woocommerce-MyAccount-navigation li.is-active {
background-color: rgba(0, 0, 0, 0.1);
font-weight: bold;
}
.woocommerce .select2-container--default .select2-selection--single {
border: 2px solid #e5e5e5;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 38px;
}
.woocommerce .select2-container .select2-selection--single,
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 42px;
}
.header-cart, .header-my-account, .header-wishlist, .header-compare, .header-search {
float: right;
display: block;
}
.header-my-account, .header-wishlist, .header-compare, .header-search {
padding-right: 8px;
}
a.cart-contents i, .header-my-account a, .header-wishlist a, .header-compare a, .header-search a {
color: #484848;
font-size: 26px;
line-height: 26px;
position: relative;
}
.amount-cart {
color: #fff;
background: #0396e0;
position: relative;
font-size: 12px;
padding: 2px 5px;
border-radius: 3px;
margin-left: 10px;
bottom: 3px;
font-weight: 700;
display: inline-block;
line-height: 1.5;
}
.amount-cart:before {
position: absolute;
content: '';
width: 0;
height: 0;
border-bottom: 5px solid transparent;
border-top: 5px solid transparent;
border-right: 7px solid #0396e0;
top: calc(50% - 5px);
right: 100%;
}
.cart-contents span.count {
font-size: 10px;
padding: 0px;
color: #fff;
font-weight: 700;
background-color: #0396e0;
border-radius: 15px;
line-height: 18px;
margin: 0;
position: absolute;
top: -10px;
right: -11px;
font-style: initial;
height: 20px;
min-width: 20px;
text-align: center;
font-family: 'Open Sans Condensed', "Helvetica Neue", helvetica, arial, sans-serif;
border: 1px solid transparent;
}
ul.site-header-cart {
opacity: 0;
visibility: hidden;
position: fixed;
right: -350px;
top: 0;
bottom: 0;
height: 100vh;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.woocommerce-cart ul.site-header-cart,
.woocommerce-checkout ul.site-header-cart {
display: none !important;
}
.cart-open ul.site-header-cart, .product-added-to-cart ul.site-header-cart {
display: block;
visibility: visible;
opacity: 1;
right: 0;
max-width: 320px;
width: 90%;
background-color: #fff;
border: 1px solid #e2e2e2;
position: fixed;
top: 0;
bottom: 0;
margin: 0;
padding: 30px 15px 15px 15px;
z-index: 9998;
-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
overflow-y: auto;
}
.admin-bar.cart-open ul.site-header-cart, .admin-bar.product-added-to-cart ul.site-header-cart {
padding-top: 65px;
}
.site-header-cart .la-times-circle {
position: absolute;
top: 5px;
left: 10px;
cursor: pointer;
z-index: 9999;
font-size: 25px;
}
.admin-bar .site-header-cart .la-times-circle {
top: 34px;
}
.added_to_cart {
display: block;
}
.woocommerce ul.products li {
border-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 90%;
width: 100%;
border-bottom: 1px solid #eaeaea;
padding: 8px 15px;
}
.single-product div.product form.cart .plus,
.single-product div.product form.cart .minus {
float: left;
margin: 0 4px 0 0;
display: inline-block;
padding: 5px 8px;
color: #e2e2e2;
border-radius: 0;
height: 36px;
line-height: 1;
font-size: 18px;
}
.woocommerce div.product form.cart table div.quantity {
float: left;
}
.woocommerce div.product form.cart div.quantity {
margin: 0;
}
.woocommerce div.product form.cart .group_table td:first-child {
width: 136px;
}
.woocommerce .quantity .qty {
border: 1px solid #e2e2e2;
padding: 5px;
height: 36px;
line-height: 1;
font-size: 18px;
border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs h2:first-child {
margin-top: -5px;
}
.yith-wcwl-add-to-wishlist {
display: inline-block;
margin-right: 20px;
}
.product_meta {
clear: both;
font-size: 14px;
padding: 20px 0;
margin-top: 0;
}
.woocommerce div.product .product_meta>span {
display: block;
font-size: 90%;
font-weight: bold;
}
.woocommerce div.product form.cart {
margin-bottom: 10px;
}
section.related.products, .up-sells.upsells.products {
clear: both;
}
section.related.products ul.products, .up-sells.upsells.products ul.products {
margin-top: 30px;
}
.woocommerce ul.products li.product .onsale {
margin: 5px;
}
.woocommerce span.onsale {
background-color: #0396e0;
color: #fff;
line-height: 1.4;
min-height: 1.4em;
border-radius: 2px;
padding: 5px 8px;
font-size: 14px;
font-weight: 400;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #777;
}
.woocommerce ul.products li.product .price {
color: #777;
padding: 0 15px;
}
.woocommerce ul.products li.product .button {
margin: 5px 15px 15px 15px;
}
p.woocommerce-mini-cart__buttons.buttons {
text-align: center;
}
.woocommerce div.product form.cart .variations select {
min-width: 70%;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
position: absolute;
bottom: 0;
width: 100%;
background-color: rgba(255, 255, 255, 0.77);
margin: 0 0 1em;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
width: 50px;
border: 1px solid #d9d9d9;
float: left;
margin-right: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #0396e0;
border-radius: 0;
width: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 2px;
height: 4px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: transparent;
border: 1px solid;
border-radius: 0;
height: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
margin-left: -.3em;
}
.woocommerce .widget ul.woocommerce-widget-layered-nav-list li,
.woocommerce .widget_layered_nav_filters ul li {
border: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: rgba(235, 233, 235, 0.46);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
background-color: rgba(247, 246, 247, 0.1);
color: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
border: none;
box-shadow: none;
background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
position: absolute;
content: " ";
width: 100%;
top: 0;
left: 0;
z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border-bottom: 3px solid #0396e0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 100%;
padding: 12px 15px;
}
.yith-woocompare-widget ul.products-list li .title {
font-size: 14px;
line-height: 2.2em;
}