first commit

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-08 12:19:53 -04:00
commit 7c8c8b1c76
4586 changed files with 2050693 additions and 0 deletions
@@ -0,0 +1,9 @@
/*------------------------------------------------------------------
Woo Categories WidgetCart
-------------------------------------------------------------------*/
.widget_product_categories li { position: relative; }
.widget_product_categories li a { display: block; font-size: 12px; line-height: 1.6; font-weight: 600; text-transform: uppercase; padding: 10px 22px 10px 40px; border-bottom: 1px dotted; }
.widget_product_categories li .open-this { position: absolute; left: 0; width: 40px; height: 40px; line-height: 40px; font-size: 14px; text-align: center; cursor: pointer; }
.widget_product_categories .count { position: absolute; top: 0; right: 0; color: #999; padding: 10px 20px 0 0; z-index: 10; }
.widget_product_categories li ul.children { display: none; margin: 0 0 0 16px; }
.widget_product_categories li ul a { font-weight: 400; text-transform: none; border-bottom: 0; }
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,8 @@
/*------------------------------------------------------------------
Header Cart
-------------------------------------------------------------------*/
#current-shop-items-dropdown { position: absolute; top: 100%; right: 0; background-color: #fff; z-index: 10000; padding: 20px; border-top: 3px solid transparent; text-align: left; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); max-height: 450px; width: 260px; overflow-y: auto; visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; }
#current-shop-items-dropdown.show { visibility: visible; opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
.boxed-main-layout #current-shop-items-dropdown { right: 30px }
#current-shop-items-dropdown .widgettitle { display: none }
#current-shop-items-dropdown li:first-child { border-top: none }
@@ -0,0 +1,13 @@
/*------------------------------------------------------------------
Quantity Button
-------------------------------------------------------------------*/
.quantity input { -webkit-appearance: textfield !important; -moz-appearance: textfield !important }
.quantity { position: relative; float: left; overflow: hidden; zoom: 1; }
.quantity .qty { display: block; float: left; width: 36px; min-height: 36px; border: 1px solid #e4e4e4; margin: 0; padding: 0; text-align: center; vertical-align: middle; font-size: 12px; color: #777; cursor: pointer; }
.quantity .qty-changer { float: left; margin-left: 6px; }
.quantity .qty-changer a { display: block; width: 16px; height: 16px; font-size: 8px; line-height: 14px; border: 1px solid #e1e1e1; color: #ccc; text-align: center; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.quantity .qty-changer a.plus { margin-bottom: 4px; }
.quantity .qty-changer a:hover { border-color: #e0e0e0; }
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button { display: none }
.woocommerce form input[type="number"] { max-width: 58px; min-height: 36px; }