/*! Theme Name: aCommerce Theme URI: https://spiderbuzz.com/wordpress-themes/acommerce/ Author: spiderbuzz Author URI: http://spiderbuzz.com Description: aCommerce is a modern free WooCommerce WordPress theme especially designed for shops and eCommerce sites. It could be used for all types of ecommerce online stores, including: Fashion, Shoes, Jewelry, Watch, Sport, Technology, Mobile... aCommerce is easy to use and fully responsive. It comes with an eye-catching layout design that will instantly draw the attention of anyone who visits your website. Theme is translation ready. aCommerce is SEO friendly helping you to achieve the highest positions on Google and optimized codebase to maximize your site’s performance and loading speed. The Theme Customizer is truly magic tool to customize theme with pre-defined parameters, no coding is required. Main theme features: primary menu positions, search,top banner for promo , shop by category, right sidebars, custom logo, custom background, breadcrumbs, fast loading, cross-browser compatibility, font awesome, documentation , support, bootstrap grid layout. Theme including support for wishlist, quick view and compare plugins. [demo] http://demo.spiderbuzz.com/acommerce/ and [docs] https://spider-buzz.github.io/acommerce/ Version: 1.0.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: acommerce Tags: blog, left-sidebar, right-sidebar, custom-header, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready,editor-style,E-Commerce This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. aCommerce is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/ /* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ :root { --red: #ff1e00; } html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; text-transform: capitalize; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ outline: none; } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, optgroup, textarea { color: #404040; font-size: 16px; font-size: 1rem; line-height: 1.5; } h1 { font-size: 25px; } h2 { font-size: 20px; } h3 { font-size: 18px; } h4 { font-size: 16px; } h5 { font-size: 14px; } h6 { font-size: 12px; } h1, h2, h3, h4, h5, h6 { text-transform: capitalize; clear: both; margin: 0; } p { margin-bottom: 1em; text-align: justify; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } .btn:focus { box-shadow: none; } code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #eb6e1a; padding: 0 10px; display: inline-block; color: #fff; text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ html { box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; text-transform: capitalize; } body { font-family: "Josefin Sans", sans-serif; background: #fff; overflow-x: hidden } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } ul, ol { margin: 0; padding: 0; } li { list-style: none; } ul { list-style: disc; } ol { list-style: decimal; } li>ul, li>ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ } table { margin: 1em 0 1.5em; width: 100%; background: #f6f6f6; padding: 15px; border-collapse: separate; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ button, input[type="button"], input[type="reset"], input[type="submit"], .wc-proceed-to-checkout a { border: none; color: #fff; cursor: pointer; background: #222; font-size: 15px; padding: 15px 24px; display: inline-block; outline: none; transition: .5s; border-radius: 4px; text-transform: capitalize; } /*input[type="button"]:hover,*/ /*input[type="reset"]:hover,*/ /*input[type="submit"]:hover,*/ /*.wc-proceed-to-checkout a:hover {*/ /* background: #eb6e1a;*/ /* color: #fff;*/ /* transition: .5s;*/ /*}*/ button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #aaa #bbb #bbb; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 0; padding: 13px; width: 100%; outline: none; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; } .home-menu.acommerce-header-one input[type="search"]:focus{ color: #ffffffa8; } select { border: 1px solid #ccc; } textarea { width: 100%; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/ a { color: #222; outline: none !important; text-transform: capitalize; } /* a:visited { color: #eb6e1a; } */ a:hover { text-decoration: none; } a:hover, a:focus, a:active { color: unset; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ } .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-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline: 0; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; } .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget select { max-width: 100%; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .sticky { display: block; } .hentry { margin: 0 0 1.5em; } .updated:not(.published) { display: none; } .page-content, .entry-content, .entry-summary { margin: 1em 0 0; } .page-links { clear: both; margin: 0 0 1em; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /* Make sure logo link wraps around logo image. */ .custom-logo-link { display: inline-block; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; } ul.sb-hotdeal-countdown-section { color: #fff; } /** *add to cart section */ .woocommerce-mini-cart-item.mini_cart_item span.quantity { color: #222; display: block; margin: 20px 0; } p.woocommerce-mini-cart__total.total { color: #222; text-align: center; } .widget_shopping_cart_content { position: absolute; width: 300px; left: -137px; background: #fff; padding: 20px; max-height: 300px; z-index: 9999; border-radius: 4px; overflow: overlay; top: 21px; text-align: center; box-shadow: 0 0 30px rgba(0, 0, 0, 0.10); } li.woocommerce-mini-cart-item.mini_cart_item { padding-bottom: 15px; line-height: initial; font-size: 14px; text-align: left; float: left; width: 100%; } p.woocommerce-mini-cart__buttons.buttons { margin-bottom: 23px; margin-top: 20px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; } p.woocommerce-mini-cart__buttons.buttons a { background: var(--black); display: block; color: #fff; padding: 10px 0; text-align: center; border-radius: 0; margin: 15px 5px 0 5px; } p.woocommerce-mini-cart__buttons.buttons a:hover { background: #222; color: #fff; } /* custom css */ td.product-thumbnail img { width: 150px; } .quantity input[type="number"] { width: 54%; } .comment-list { margin: 20px 0; padding: 0; } .comment-list li:nth-child(odd) { background: #ffffff; } div#comments { background: #fff; padding: 20px; } .comment-list li:nth-child(even) { background: #fff; } .comment-author img, .comment_container img { border-radius: 100%; height: 45px; width: 45px; vertical-align: middle; margin-right: 10px; margin-bottom: 10px; } .comment-content p { margin-bottom: 0.5rem; } .reply a { color: #222; font-size: 13px; } .woocommerce-checkout .col-1, .woocommerce-checkout .col-2 { max-width: 48%; padding-right: 0; padding-left: 0; } .woocommerce-checkout .col-1{ float:left; } .woocommerce-checkout .col-2{ float:right; } .form-row { display: block; margin-left: 0; } form.checkout.woocommerce-checkout { margin-top: 90px; } .select2-container .select2-selection--single { border-radius: 0 !important; height: 45px !important; margin: -6px 0px -4px !important; outline: none; } .woocommerce-info a:hover { text-decoration: none; } table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents { background: none; } .site-main .gridlist-toggle { margin-top: -5px !important; float: right; } /* ul.products li.product, li.product { -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); } */ .list .sb-product-detail { text-align: left; float: left; width: 65%; padding: 15px 0; } .list .woocommerce-product-details__short-description { padding: 0 15px 15px; width: 100% !important; float: none !important; } ul.products.list li.product .price { float: left !important; } .widget_recent_comments li.recentcomments, .widget_recent_entries li span { color: var(--gray-medium); font-size: 13px; } .flex-control-nav li { border: none; text-align: center; margin: 0 5px; } .woocommerce-message { margin-top: 10px; } /** *aCommerce sidebar layout */ body.acommerce-left-sidebar aside#secondary { width: 28%; float: left; position: sticky; top: 30px; } body.acommerce-left-sidebar .sb-main-container-wrapper div#primary { width: 70%; float: right; } /* right siebar */ body.acommerce-right-sidebar aside#secondary { width: 28%; float: right; } body.acommerce-right-sidebar .sb-main-container-wrapper div#primary { width: 70%; float: left; } .comma.headphone img { width: 156px; height: 245px; object-fit: contain; } /* right siebar */ body.acommerce-both-sidebar aside.acommerce-sidebar-left { width: 20% !important; float: left; } body.acommerce-both-sidebar aside.acommerce-sidebar-right { width: 20% !important; float: right; } body.acommerce-both-sidebar .sb-main-container-wrapper div#primary { width: 58%; float: left; } /* no sidebar */ body.no-sidebar.acommerce-right-sidebar .sb-main-container-wrapper div#primary{ width:100%; } /* Hot Deal Style 2 */ section.hot-deals.hotoffer_products_style_2 ul.counter-timer-section li, section.hot-deals.hotoffer_products_style_2 ul.counter-timer-section li span { color: #fff; } /* top header */ .acommerce-top-header-wrapper { display: block; } .acommerce-top-header-wrapper div.acommerce-top-header { display: inline-block; } .acommerce-top-header.widget_gtranslate { float: right; } .acommerce-top-header.WOOCS_SELECTOR{ float:left; } .dd-desc { color: #aaa; display: inline !important; margin-left: 15px !important; overflow: hidden; font-weight: normal; line-height: 1.4em; } .dd-options,.dd-select{ width:200px !important; } .dd-select { background:none !important; border-radius: 2px; border: none !important; position: relative; cursor: pointer; } .woocommerce-currency-switcher-form .dd-selected{ padding:0 !important; } .acommerce-top-header-wrapper .container { position: relative; } .switcher.notranslate { position: absolute; right: 0; top: 0; } .textwidget p { margin: 0; } .woocommerce-currency-switcher-form .dd-selected,.textwidget p { font-size: 13px; color: var(--gray-dark); } .acommerce-top-header-wrapper div.acommerce-top-header ul li { display: inline-block; padding-left: 10px; } .acommerce-top-header-wrapper, .acommerce-header-secondary { background: #f5f5f5; } .acommerce-header-two .site-branding h1.site-title a, .acommerce-header-two .site-branding p.site-description, .acommerce-header-two ul#primary-menu li a, .acommerce-header-three .site-branding h1.site-title a, .acommerce-header-three .site-branding p.site-description, .acommerce-header-four .site-branding h1.site-title a, .acommerce-header-four .site-branding p.site-description, .acommerce-header-four ul#primary-menu li a { color: #000; } .acommerce-header-three .site-branding p.site-description{ text-align:center; } .acommerce-header-three .logo{ border-bottom: 2px solid #e0e0e0; } .acommerce-header-cat-content, .acommerce-header-user .my-account-link, .acommerce-popup-search { display: none; } .acommerce-header-cat-content.acommerce-isactive { display: block; position: absolute; top: 42px; z-index: 99; background: #fff; padding: 10px; width: 240px; } .acommerce-header-three .acommerce-popup-search.is_active,.acommerce-header-four .acommerce-popup-search.is_active { display: block; position: absolute; right: 13%; top: 100%; background-color: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.09); } .acommerce-header-three .form-control.menu-search-box,.acommerce-header-four .form-control.menu-search-box{ width: 200px; height: 50px; line-height: 50px; background:none; color: var(--white); padding: 0px 0px 0 11px; } .acommerce-header-three .form-control.menu-search-box::placeholder,.acommerce-header-four .form-control.menu-search-box::placeholder{ color: var(--white); } .acommerce-header-three .form-control.menu-search-box a svg g stroke{ color:#fff; } .acommerce-header-cat-content.acommerce-isactive ul li { padding: 5px 10px; font-size: 14px; color: var(--black); font-weight: 500; } .acommerce-header-cat-content.acommerce-isactive ul li:hover{ background:#00000008; } .acommerce-header-category , .acommerce-header-three{ position: relative; } ul.acommerce-sub-cat { margin-left: 30px; } /* ------login-link------- */ .acommerce-header-user:hover .login-link { display: block; } .login-link { display: none; position: absolute; background: #fff; padding: 15px 20px; width: 100%; left: 0; top: 40px; } .login-link > a { color: #000; font-weight: 500; font-size: 22px; } .login-link .menu-main-container { margin-top: 15px; } .menu-main-container p label { color: #1e2e3d; font-size: 14px; font-weight: 500; } .lost-password { float: left; } label.woocommerce-form__label.woocommerce-form__label-for-checkbox{ float: right; } label.woocommerce-form__label.woocommerce-form__label-for-checkbox input { margin-right: 2px; } .lost-password ,.woocommerce-form__label span{ font-size: 12px; color: #5c5c5c; font-weight: normal; } .login-submit .woocommerce-Button { width: 100%; border-radius: 0; border: var(--dark); margin-top: 20px; } .login-submit .woocommerce-Button:hover { background: var(--black); } .woocommerce-form-login input { border: solid 1px #d0d0d0; background: transparent; } /*------- my-account-link------ */ .acommerce-header-user .my-account-link { width: 100%; padding: 15px 20px; } .acommerce-header-user .my-account-link > a { padding: 5px 10px; color: var(--black); font-weight: 600; font-size: 18px; } .my-account-link .menu-main-container { margin-top: 10px; } .acommerce-header-user .my-account-link ul.menu li { padding: 5px 10px; } .acommerce-header-user .my-account-link ul.menu li a { color: var(--black); font-weight: 400; font-size: 16px; } .acommerce-header-user .my-account-link ul.menu li:hover ,.acommerce-header-user .my-account-link ul.menu li.is-active{ background: #00000008; } /*------- acommerce-header-two------ */ .acommerce-header-two .acommerce-header-search.search-form { background: #f8f8f8; border-radius: 70px; padding: 0px 10px; position: relative; } .acommerce-header-two input.searchbox { width: 60%; border: none; background: transparent; border-left: 1px solid #979797; border-radius: 0; margin: 10px 0 10px 0px; padding: 0 6px; color: var(--gray-medium); } .acommerce-header-two input.searchbox::placeholder{ color: var(--gray-medium); } .acommerce-header-two select.cate-dropdown{ border: none; font-size: 14px; } .acommerce-header-two button.search-btn-bg { background: transparent; right: 16px; position: absolute; top: 0; bottom: 0; padding: 0; outline: none; } .acommerce-header-two .main-navigation ul li{ margin: 0px 17px 0 0; } .acommerce-header-two .main-navigation ul li a{ font-size: 14px; font-weight: 500; } .acommerce-header-secondary .main-navigation ul li a { color: #000; opacity: 0.5; font-size: 14px; text-transform: capitalize; } .acommerce-header-secondary .main-navigation ul li:hover a,.acommerce-header-secondary .main-navigation ul li.current-menu-item a{ color: var(--blue-dark); } .acommerce-header-secondary .main-navigation ul.nav-menu > li:hover{ border: none; } .acommerce-header-secondary .acommerce-header-cat-title a { font-size: 14px; font-weight: 500; color: var(--black); } .acommerce-header-cat-title a svg { width: 12px; height: 6px; } .acommerce-header-secondary .main-navigation ul li{ margin: 0 33px 0 0; } /*------- acommerce-header-four------ */ .acommerce-header-four .homepod-header { background: #fff; padding: 15px; border-radius: 0px 0px 5px 5px; } .acommerce-popup-search.is_active { display: block; position: absolute; right: 0%; top: 100%; } .acommerce-header-four .site-branding h1.site-title a{ font-size: 24px; font-weight: 600; } .acommerce-header-four .site-branding h1.site-title a, .acommerce-header-four .site-branding p.site-description, .acommerce-header-four .main-navigation ul li.current-menu-item > a,.home-menu.acommerce-header-four ul#primary-menu li a:hover { color: var(--orange-light); } .acommerce-header-four ul#primary-menu li a,.acommerce-header-four .main-navigation div > ul > li.menu-item-has-children:before, .acommerce-header-four .main-navigation ul ul li.menu-item-has-children:before{ color: var(--black); opacity: 0.4; } .acommerce-header-four ul#primary-menu li a:hover,.acommerce-header-four .main-navigation div > ul > li.menu-item-has-children:hover:before, .acommerce-header-four .main-navigation ul ul li.menu-item-has-children:hover:before { color: var(--orange-light); opacity: 1; } .acommerce-header-four .right-side-wrapper svg{ fill: var(--black); opacity: 0.4; width: 14px; height: 14px; object-fit: contain; } .acommerce-header-four .right-side-wrapper .mini-cart svg path{ stroke: var(--black); } /* -----------acommerce-header-five---------- */ .acommerce-header-five { background: #3b12ff2b; } .acommerce-header-five .mini-cart a span,.acommerce-header-two .mini-cart a span{ position: unset; display: inline-flex; background: transparent; width: unset; font-size: 12px; font-weight: 600; } span.acommerce-header-cart-count-small { display: none !important; } .acommerce-header-two .mini-cart a span{ color: var(--black); } .acommerce-header-five .header-cart,.acommerce-header-two .header-cart { background: #ffffff42; border-radius: 4px; text-align: center; padding: 10px 18px; } .acommerce-header-two .header-cart{ padding: 0; } .acommerce-header-five .widget_shopping_cart_content,.acommerce-header-two .widget_shopping_cart_content{ top: 29px; } .acommerce-header-five .acommerce-popup-search.is_active { width: 100%; top: 0; transition: 2s; } .acommerce-header-five .acommerce-popup-search form.main-form { width: 100%; } .acommerce-header-five .acommerce-popup-search .form-control.menu-search-box{ background: #fff; width: 100%; font-size: 35px; color: #000; height: 100px; border-radius: 0; padding: 30px 90px 30px 30px; font-family: poppins, sans-serif; text-transform: initial; transition: 2s; } .acommerce-header-five .acommerce-popup-search .form-control::placeholder { color: #000; font-size: 35px; font-weight: 500; } .acommerce-header-five .acommerce-popup-search a.search-icon { position: absolute; right: 3%; top: 0; bottom: 0; align-items: center; display: flex; } .acommerce-header-five .acommerce-popup-search a.search-icon svg{ width: 30px; height: 30px; } .acommerce-header-user:hover .my-account-link { display: block; position: absolute; z-index: 9; background: #fff; padding: 10px; left: 0; top:35px; } .breadcrumb-center .col-12.breadcrumb-content, .col-12.breadcrumb-content { text-align: center; } .breadcrumb-right .col-12.breadcrumb-content { text-align: right; } .breadcrumb-left .col-12.breadcrumb-content { text-align: left; } body.acommerce-boxlayot{ width: 95%; margin: 0 auto; box-shadow: 0 0 20px rgba(0,0,0,0.3);; } .breadcrumb-trail.breadcrumbs ul.trail-items li.trail-item a:after { content: ' / '; padding: 10px; color: #fff; } .home-menu.acommerce-header-six p.site-description { text-align: center; } .home-menu.acommerce-header-six { border-bottom: 1px solid #adadad; } /* Menu Six Section */ .home-menu.acommerce-header-six #acommerce-header-toggle { display: block; position: relative; top: 0; left: 0; z-index: 1; -webkit-user-select: none; user-select: none; } .home-menu.acommerce-header-six #acommerce-header-toggle input { display: block; width: 40px; height: 32px; position: absolute; top: 0; left: 0; cursor: pointer; opacity: 0; /* hide this */ z-index: 2; /* and place it over the hamburger */ -webkit-touch-callout: none; } /* * Just a quick hamburger */ .home-menu.acommerce-header-six #acommerce-header-toggle span { display: block; width: 33px; height: 4px; margin-bottom: 5px; position: relative; background: #cdcdcd; border-radius: 3px; z-index: 1; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease; } .home-menu.acommerce-header-six #acommerce-header-toggle span:first-child { transform-origin: 0% 0%; } .home-menu.acommerce-header-six #acommerce-header-toggle span:nth-last-child(2) { transform-origin: 0% 100%; } /* * Transform all the slices of hamburger * into a crossmark. */ .home-menu.acommerce-header-six #acommerce-header-toggle input:checked ~ span { opacity: 1; transform: rotate(45deg) translate(-2px, -1px); background: #232323; } /* * But let's hide the middle one. */ .home-menu.acommerce-header-six #acommerce-header-toggle input:checked ~ span:nth-last-child(3) { opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); } /* * Ohyeah and the last one should go the other direction */ .home-menu.acommerce-header-six #acommerce-header-toggle input:checked ~ span:nth-last-child(2) { transform: rotate(-45deg) translate(0, -1px); } /* * Make this absolute positioned * at the top left of the screen */ .home-menu.acommerce-header-six #menu { position: absolute; width: 300px; height: 100vh; margin: -105px 0 0 -130px; padding: 50px; padding-top: 125px; background: #ededed; list-style-type: none; -webkit-font-smoothing: antialiased; transform-origin: 0% 0%; transform: translate(-100%, 0); transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); } .home-menu.acommerce-header-six #menu li { padding: 10px 0; font-size: 22px; } /* * And let's slide it in from the left */ .home-menu.acommerce-header-six #acommerce-header-toggle input:checked ~ ul { transform: none; } .home-menu.acommerce-header-seven .phone-call.d-flex a { color: #fff; } ul.acommerce-social-links li { display: inline-block; margin-left: 10px; } .home-menu.acommerce-header-seven nav#site-navigation { text-align: right; } a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added { display: none; } div.widget_acommerce_alternate_product_widget a.add_to_cart_button { visibility: visible; } body.header_style_absolute_section .home-menu { position: relative; background: var(--bg-gradient); align-items: center; display: flex; justify-content: center; z-index: 1; } body.header_style_absolute_section .services.servie_style_1, body.header_style_absolute_section .services.servie_style_2{ margin-top: 0; } footer#colophon { background: black; }