/*!
Theme Name: altmaany
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: altmaany
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

altmaany is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * 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;
    height: 0;
    overflow: visible;
}

/**
 * 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;
    font-size: 1em;
}

/* 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;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 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;
    font-size: 1em;
}

/**
 * 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;
}

/* 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;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    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;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * 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;
    padding: 0;
}

/**
 * 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;
    outline-offset: -2px;
}

/**
 * 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;
    font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

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;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

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: 3px;
    padding: 3px;
}

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;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    /*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* 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 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;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/*--------------------------Custom Css--------------------*/

body{
    font-family: 'Amaranth', sans-serif;
    font-family: 'Nunito', sans-serif;

}

header#masthead .my_account {
    position: relative;
    cursor: pointer;
}

.site-branding a img {
    width: 100%;
    max-width: 180px;
}

header#masthead.active {
    background: #fff;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    box-shadow: 0 1px 8px rgb(0 0 0 / 15%);
}

div#account_options {
        position: absolute;
    right: -100px;
    top: 37px;
    z-index: 999;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding-top: 12px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 8%);
    padding: 5px 0;
    background: #fff;
    padding: 15px 20px;
}

header#masthead {
    background: #f3fdf1;
    z-index: 999;
}

header#masthead .row {
    align-items: center;
}
.site-branding a img { max-width: 100px; }
.site-header.navbar--transparent.active .site-branding a img { max-width: 70px; }
ul#primary-menu {
    justify-content: center;
}


ul#primary-menu li a {
    color: #333;
    line-height: 20px;
    font-size: 18px;
    padding: 10px 20px;
    font-family: 'Amaranth', sans-serif;
}


header#masthead.solidheader {
    box-shadow: 0 1px 8px rgb(0 0 0 / 15%);
    background: #fff;
    position: relative;
}

header#masthead.solidheader.active {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 1px 8px rgb(0 0 0 / 15%);
}


header#masthead.solidheader ul#primary-menu li a{
    color: #000;
}

header#masthead.solidheader .current-menu-item a {
    color: #3dae2b;
    font-family: 'Amaranth', sans-serif;
}


header#masthead.solidheader ul#primary-menu li a:hover {
    color: #3dae2b;
}


header#masthead.solidheader .my_account .icon svg path{
        color: #000;
    stroke: #000 !important;
}

header#masthead.solidheader .cart_wrap .basket svg path{
        color: #000;
    stroke: #000 !important;
}

header#masthead.active ul#primary-menu li a{
    color: #000;
}

header#masthead.active ul#primary-menu .current-menu-item a {
    color: #3dae2b;
    font-family: 'Amaranth', sans-serif;
}

header#masthead.active ul#primary-menu li a:hover {
    color: #3dae2b;
}


header#masthead.active .my_account .icon svg path{
        color: #000;
    stroke: #000 !important;
}


.mobile-search-icon {
    display: none;
}

.navbar--transparent .header-search-form , .solidheader .header-search-form{
    display: flex;
    position: relative;
}

.navbar--transparent .header-search-form form input {
    width: 100%;
    padding: 6px;
    outline: none;
    background: transparent;
    border: 2px solid #333;
    color:#333 !important;
}

.solidheader .header-search-form form input {
    width: 100%;
    padding: 7px;
    outline: none;
    background: transparent;
    border: 2px solid #000;
    color:#000 !important;
}

.solidheader .header-search-form form input::placeholder {
    color: #000;
    font-size:14px;
}

.navbar--transparent.active .header-search-form form input{
    border: 2px solid #000;
    color:#000 !important;
}

.navbar--transparent.active .header-search-form form input::placeholder {
    color: #000;
    font-size:14px;
}

.navbar--transparent .header-search-form form input::placeholder {
    color: #333;
    font-size:14px;
}

.navbar--transparent .header-search-form form button {
    position: absolute;
    right: 8px;
    background: transparent;
    border: none;
    padding: 0;
    top: 11px;
}

.solidheader .header-search-form form button {
    position: absolute;
    right: 20px;
    background: transparent;
    border: none;
    padding: 0;
    top: 11px;
}

.solidheader .header-search-form form button svg {
    width: 20px;
    height: 20px;
    color: #000;
}

.navbar--transparent.active .header-search-form form button svg {
    width: 20px;
    height: 20px;
    color: #000;
}

.navbar--transparent .header-search-form form button svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

header#masthead.active .cart_wrap .basket svg path{
        color: #000;
    stroke: #000 !important;
}

ul#primary-menu .current-menu-item a {
    color: #3dae2b;
    font-family: 'Amaranth', sans-serif;
    }

    ul#primary-menu li a:hover {
    color: #3dae2b;
}

    .my_account .icon svg {
    width: 20px;
}

.my_account .icon svg path {
  
}

header#masthead .col-sm-1.user-icon-cls {
    justify-content: end;
}

header#masthead .col-sm-1 {
    justify-content: start;
    display: flex;
}



header#masthead .my_account:hover .account_options {
    opacity: 1;
    visibility: visible;
}

div#my_account_header h4 {
    color: #2a2a2a;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 0;
    font-family: 'Nunito', sans-serif;
}

div#my_account_header p {
    font-size: 12px;
    color: #7a8991;
    margin: 5px 0 0 0;
    line-height: 16px;
    font-family: 'Nunito', sans-serif;
}

div#my_account_header .login_signup {
    width: 100%;
    margin-bottom: 8px;
}

div#my_account_header .login_signup a {
    width: 35%;
    height: 34px;
    line-height: 34px;
    float: left;
    margin: 10px 10px 0 0;
    border: 1px solid #e2e5f1;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #7a8991;
    font-weight: bold;
    text-decoration: none;
}

div#account_options .content {
    width: 100%;
    float: left;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #e2e5f1;
}

div#account_options .content a {
    float: left;
    position: relative;
    width: 100%;
    padding: 5px 0 5px 30px;
    margin: 3px 0;
}


div#account_options .content a svg {
    float: left;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 14px;
    z-index: 1;
}


div#account_options .content a .text {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    font-size: 13px;
    font-weight: normal;
    color: #7a8991;
}

.cart_wrap .basket {
    float: right;
    width: 20px;
    position: relative;
    margin-top: 4px;
}

.cart_wrap .basket .items {
    position: absolute;
    left: 13px;
    top: -1px;
    font-size: 9px;
    padding: 0 5px;
    line-height: 18px;
    height: 17px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    font-family: 'Scene Std';
    font-weight: bold;
    background: #3dae2b;
    color: #fff;
}

.cart_wrap .basket svg path {
   
}

/*--------------------top-banner-------------------*/
.background-header-wrapper:before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 550px;
    opacity: 0.19;
    z-index: -1;
}

.background-header-wrapper {
    position: relative;
    z-index: 1;
}

.slick-carousel_main .slick-prev {
    left: 25px;
    z-index: 99;
}

.slick-carousel_main .slick-next {
   right: 65px;
    z-index: 99;
}

.slick-carousel_main .slick-prev:before {
    content: '';
    background-image: url(https://weddingchamps.com/altmanny/wp-content/uploads/2023/01/arrow-left-new.svg);
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}

.slick-carousel_main .slick-next:before {
    content: '';
    background-image: url(https://weddingchamps.com/altmanny/wp-content/uploads/2023/01/arrow-right-new.svg);
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}

header#masthead .my_account:hover .icon svg path {
    color: #3dae2b;
    stroke: #3dae2b !important;
}


/*---------------------Best Selling Product Slider---------------*/
.best-sell-cls {
     margin: 10px;
    text-align: center;
    border-radius: 10px;
    padding: 1em 1em 2em 1em !important;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
    background-color: #fff;
}

.best-sell-cls .price {
    color: #3dae2b !important;
    font-size: 15px !important;
}

.best-sell-cls .price del {
    margin-right: 10px;
}

.best-sell-cls .price ins {
    background: 0;
    font-weight: 700;
}

.best-sell-cls img {
    height: 310px !important;
    margin-bottom: 15px;
    object-fit:contain;
}

.best-sell-cls h3 {
    font-size: 16px;
    font-family: 'Nunito';
    font-weight: bold;
    color: #2a2a2a;
    width: 100%;
    height: 18px;
    text-transform: capitalize;
}

.best-sell-cls .add_cart-btn .add_to_cart_button {
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #3dae2b;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
    padding: 0.4em 1em;
    transition:all 0.5s;
    display:inline-block !important;
}

.best-sell-cls .add_cart-btn {
    margin-top: 15px;
    margin-bottom:15px;
}

.best-sell-cls .add_cart-btn .add_to_cart_button:hover {
    background-color: #e53250;
    color: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
}


.best-sell-cls .add_cart-btn .added_to_cart {
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 20px 20px 20px 20px;
    color:  #3dae2b;
    transition: all 0.5s;
    margin-left: 10px;
}

.best-sell-cls .add_cart-btn .add_to_cart_button.added:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: 0.53em;
    vertical-align: bottom;
}

/*-----------------action-list--------------  */

.list-box-cls .elementor-icon-box-icon svg {
    background: #FDEFBE;
    padding: 12px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.list-box-cls .elementor-icon-box-title {
    margin-bottom: 0;
}


/*--------------------who-we-are----------------  */

.who-we-img img {
    width: 100%;
    height: 450px !important;
    object-fit: cover !important;
    border-style: solid !important;
    border-width: 14px 14px 14px 14px !important;
    border-color: #fff !important;
    border-radius: 10px 10px 10px 10px !important;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%) !important;
}

.left-img-cls img {
    width: 100%;
    height: 500px !important;
    object-fit: cover !important;
    border-radius: 10px 10px 10px 10px !important;
    margin-bottom: -180px;
}


/*-------------------latest Products------------  */

.best-selling-product-cls ul li {
    text-align: center;
    border-radius: 10px;
    padding: 1em 1em 2em 1em !important;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
    background-color: #fff;
    margin-right: 20px !important;
    width: 23.05% !important;
    min-height: 475px;
    transition: all 0.5s;
}

.best-selling-product-cls ul li h2 {
    color: #000;
    font-family: 'Amaranth';
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 20px !important;
    font-size: 18px !important;
}

.best-selling-product-cls ul li  .price {
    color: #3dae2b !important;
    font-size: 15px !important;
}

.best-selling-product-cls ul li .price del {
    margin-right: 10px;
}

.best-selling-product-cls ul li .add_to_cart_button:hover {
    background-color: #e53250;
    color: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
}

.best-selling-product-cls ul li .add_to_cart_button {
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #3dae2b;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
    display:inline-block !important;
}

.best-selling-product-cls ul li:hover {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.best-selling-product-cls ul li .onsale {
    background: #3dae2b;
    height: 3em !important;
    width: 3em !important;
    line-height: 3 !important;
}

.best-selling-product-cls ul li .added_to_cart {
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 20px 20px 20px 20px;
    color: #3dae2b;
    transition: all 0.5s;
    margin-left: 10px;
}

.best-selling-product-cls ul li img {
    height: 225px !important;
    object-fit: contain;
}


/*----------------Discount-Section-css-----------*/

.max-width-para {
    max-width: 600px;
    display: block;
    margin: auto;
}


/*------------------why-choose-us-------------  */

.why-choose-img-1 img {
    width: 100%;
    max-width: 75% !important;
    height: 400px !important;
    object-fit: cover;
    border-radius: 10px 10px 10px 10px !important;
    margin-left: auto;
    display: block !important;
}

.why-choose-img-2 img {
    width: 100%;
    max-width: 75% !important;
    height: 500px !important;
    object-fit: cover;
    border-style: solid !important;
    border-width: 14px 14px 14px 14px !important;
    border-color: #fff !important;
    border-radius: 10px 10px 10px 10px !important;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%) !important;
}


/*--------------------category-section----------*/

.product-cat-cls ul li a img {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #ffffff8a;
    border-radius: 50% 50% 50% 50%;
    margin-bottom: 0 !important;
    transition:all 0.5s;
    width: 190px !important;
    height: 190px !important;
}


.product-cat-cls ul li {
        position: relative;
    border-radius: 50% 50% 50% 50% !important;
    margin-bottom: 20px !important;
}

.product-cat-cls ul li a {
    position: relative;
    border-radius: 50% 50% 50% 50% !important;
    overflow:hidden;
}

.product-cat-cls ul li h2 mark {
    display: none;
}
.product-cat-cls ul li h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#fff;
    font-size: 18px;
    font-weight: 700;
}
.product-cat-cls ul li:hover img {
    transform: scale(1.1);
}
.product-cat-cls ul li a:before {
    content: '';
    position: absolute;
    background-color: #0d281a57;
    width: 90%;
    height: 90%;
    border-radius: 50% !important;
    top: 10px;
    left: 10px;
}

.product-cat-cls ul li a:hover img {
    border-color: #FDEFBE;
}


/*----------------------two-section-css------------  */

.bg-img-cls {
    overflow: hidden;
    border-radius: 10px;
}

.bg-img-cls .elementor-widget-wrap {
    background-size: cover;
    background-position: 50%;
    z-index: 1;
    -webkit-transform: scale(1.2) translateX(8%);
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%);
    transition:all 0.5s !important;
}

.bg-img-cls .elementor-widget-wrap:hover{
    transform:scale(1.1);
}

/*-------------------testimonial-css--------  */

.main-home-testi {
    background-color: #fff;
    border-radius: 10px;
    padding: 3em 2em 3em 2em;
    
}

.home-testimonial {
    text-align: center;
}

.home-testimonial__text p {
    color: #7A8991;
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.home-testimonial__bottom {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-testimonial__image img {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
}

.home-testimonial__cite {
    text-align: left;
    margin-left: 20px;
}

.home-testimonial__name {
    color: #3dae2b;
    font-family: "Amaranth", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 1px;
}

.slick-carousel1-testi {
    margin-bottom: 0;
}

.slick-carousel1-testi .slick-prev, .slick-carousel1-testi .slick-next {
    top: 40%;
}

.home-testimonial__title p {
    margin-bottom: 0;
}

.main-home-testi {
    background-color: #fff;
    border-radius: 10px;
    padding: 3em 2em 3em 2em;
/*     width: 350px !important; */
    margin-right: 12px;
    margin-left: 12px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
    min-height:420px;
}

.slick-carousel1-testi .slick-prev:before {
    content: '\f053';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 25px;
    color: #3dae2b;
}

.slick-carousel1-testi .slick-next:before {
    content: '\f054';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 25px;
    color: #3dae2b;
}

/*-------------------footer--------------------*/

div#mainfooter {
    padding: 60px 0;
}

.four-columns-1 p {
    color: #333;
    max-width: 90%;
}

.ftr-social-1 ul li a img {
    width: 38px;
}

.ftr-social-1 ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    list-style: none;
}
footer#colophon { background: #fff;     border-top: 5px solid #3dae2b; }
#mainfooter img { max-width: 130px; }

footer#colophon {
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.four-columns-2 h2,.four-columns-3 h2 {
    color: #333;
    font-family: 'Nunito';
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 25px;
}


ul#menu-ftr-product-menu li a:before ,ul#menu-quick-link-menu li a:before{
    content: '\f101';
    font-family: 'fontAwesome';
    position: absolute;
    left: 0;
}
ul#menu-ftr-product-menu li a,ul#menu-quick-link-menu li a {
    text-decoration: none;
    color: #333;
    font-family: 'Amaranth';
    padding-left: 26px;
    position: relative;
    transition: all 0.5s;
}
ul#menu-ftr-product-menu li,ul#menu-quick-link-menu li {
    padding-bottom: 8px;
}
ul#menu-ftr-product-menu,ul#menu-quick-link-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#menu-ftr-product-menu li a:hover,ul#menu-quick-link-menu li a:hover {
    letter-spacing: 1px;
    color: #3dae2b;
}

div#nav_menu-2,div#nav_menu-3{
/*     padding-left: 50px; */
    padding-top: 20px;
}


.ftr-con-details {
    
    padding-top: 20px;
}

.ftr-con-details h2 {
    color: #fff;
    font-family: 'Nunito';
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 25px;
}

a.con-det-cls {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: #333;
    gap: 10px;
}
a.con-det-cls img {
    width: 30px;
}

.con-det-cls-1 img, .con-det-cls-2 img {
    width: 20px !important;
}

a.con-det-cls:hover {
    color: #3dae2b;
}

a.con-det-cls p {
    margin-bottom: 16px;
}

.copyrightdiv .container {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.copyrightdiv {
    background: #1a1a1a;
    padding: 10px 0;
}

.copyrightdiv p a {
    color: #fff;
    text-decoration: none;
}

.copyrightdiv ul li a {
    color: #fff;
    font-size: 20px;
}

.copyrightdiv ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 30px;
}

.copyrightdiv p {
    margin-bottom: 0;
}


/*-----------------------about-us-page---------------  */

.about-box-cls {
    background-color: #fff;
    border-radius: 10px;
    padding: 2em 2em 2em 2em;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.about-box-cls .elementor-icon-box-icon {
    margin-bottom: 0;
}

.about-box-cls .elementor-icon-box-icon svg {
    background: #3dae2b;
    padding: 12px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    margin-bottom: 0;
    transition:all 0.5s
}

.about-box-cls h3 {
    margin: 10px 0;
}

.about-box-cls:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #3dae2b;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: all 0.5s;
    z-index: -1;
}

.about-box-cls:hover:before {
    height: 100%;
}

.about-box-cls:hover p {
    color: #fff !important;
}

.about-box-cls:hover h3 {
    color: #fff !important;
}


.about-box-cls:hover .elementor-icon-box-icon svg {
    background: #3dae2b;
    padding: 0;   
}


/*----------------------contact us page-------------  */

.contactus-right-img img {
    width: 100%;
    height: 500px !important;
    object-fit: cover !important;
    border-style: solid !important;
    border-width: 14px 14px 14px 14px !important;
    border-color: #fff !important;
    border-radius: 10px 10px 10px 10px !important;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%) !important;
    position:relative;
        z-index: 9;
}


.contactus-right-img {
    position: relative;
    z-index:9;
}

.contactus-right-img:before {
    content: '';
    position: absolute;
    background-image: url(https://weddingchamps.com/altmanny/wp-content/uploads/2023/02/flower2_.png);
    right: -40px;
    width: 150px;
    height: 150px;
    top: -38px;
    background-size: cover;
    z-index: 99;
}


.contactus-right-img:after {
    content: '';
    position: absolute;
    background-image: url(https://weddingchamps.com/altmanny/wp-content/uploads/2023/02/flower3_-e1650126389787.png);
    left: -96px;
    width: 200px;
    height: 250px;
    bottom: -80px;
    background-size: cover;
    z-index: 1;
}

.contactus-list .elementor-icon svg path {
    fill: #fff;
}

.contactus-list .elementor-icon svg {
    width: 25px;
    height: 25px;
}
.contactus-list .elementor-icon {
    background: #3dae2b;
    padding: 12px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.contactus-list p a:hover {
    color: #3dae2b;
}

.contactus-list p a {
    color: #7A7A7A;
    transition: all 0.5s;
}

.contact-form-col .elementor-widget-wrap {
    padding: 3em !important;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 0px 10px 10px 0px;
}


.main-form input[type="text"], .main-form input[type="email"] {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ededed;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    height: 45px;
    padding-left: 10px;
}

.main-form input[type="text"]::placeholder, .main-form input[type="email"]::placeholder {
    font-family: 'Nunito Sans';
    font-weight: 600;
    font-size: 14px;
}

.main-form textarea::placeholder {
    font-family: 'Nunito Sans';
    font-weight: 600;
    font-size: 14px;
}

.main-form textarea{
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ededed;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    height: 95px;
    padding-left: 10px;
}

.main-form p {
    margin-bottom: 12px;
}

.main-form label {
    font-family: 'Amaranth';
        margin-bottom: 2px;
}


.cf-btn:hover {
    background: transparent !important;
    color: #3dae2b !important;
}
.cf-btn {
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    background-color: #3dae2b !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #3dae2b !important;
    border-radius: 20px 20px 20px 20px !important;
    width: 100%;
    color: #fff !important;
    padding: 12px !important;
    transition: all 0.5s;
    margin-top: 20px;
}

.main-form .wpcf7-spinner {
    position: absolute;
}

.contact-form-left-img .elementor-widget-wrap {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 10px 0px 0px 10px;
}


/*--------------------shop page-----------------------  */

.woocommerce-shop .woocommerce {
    max-width: 1160px;
    margin: 30px auto;
}

/* .woocommerce-shop .woocommerce ul li {
    text-align: center;
    border-radius: 10px;
    padding: 1em 1em 2em 1em !important;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
    background-color: #fff;
    margin-right: 20px !important;
    width: 23.05% !important;
    min-height: 490px;
    transition: all 0.5s;
}

.woocommerce-shop .woocommerce ul li:hover {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
} */


.woocommerce-shop .woocommerce ul li .add_to_cart_button {
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #3dae2b;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
    margin-bottom:15px;
    display:inline-block !important;
}

.woocommerce-shop .woocommerce ul li img {
    height: 300px !important;
    object-fit: contain;
}


.woocommerce-shop .woocommerce ul li h2 {
    color: #000;
    font-family: 'Amaranth';
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 20px !important;
    font-size: 18px !important;
}

.woocommerce-shop .woocommerce ul li  .price {
    color: #3dae2b !important;
    font-size: 15px !important;
}

.woocommerce-shop .woocommerce ul li .price del {
    margin-right: 10px;
}

.woocommerce-shop .woocommerce ul li .price ins {
    background: 0;
    font-weight: 700;
}

.woocommerce-shop .woocommerce ul li .onsale {
    background: #3dae2b;
    height: 3em !important;
    width: 3em !important;
    line-height: 3 !important;
}

.woocommerce-shop .woocommerce .woocommerce-result-count {
    font-family: 'Amaranth';
    font-size: 20px;
}

.woocommerce-shop .woocommerce .woocommerce-ordering select {
    padding: 10px;
    font-family: 'Amaranth';
    border: 2px solid #000;
    border-radius: 5px;
}

a.add_to_wishlist.single_add_to_wishlist {
    color: #3dae2b;
}

.yith-wcwl-wishlistaddedbrowse .feedback {
    color: #3dae2b;
    display: block;
}

.yith-wcwl-wishlistaddedbrowse a {
    color: #3dae2b;
    font-weight: 600;
}

.yith-wcwl-wishlistexistsbrowse .feedback {
    color: #3dae2b;
    font-size: 14px;
}

.yith-wcwl-wishlistexistsbrowse a {
    color: #3dae2b;
    font-weight: 700;
    font-size: 15px;
}

/*----------------------registration page-----------------  */

h2.signup-text {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    font-family: 'Nunito';
}

h2.login-text {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 20px;
    color: #000;
}

h2.login-text a {
    color: #3dae2b;
    font-weight: 700;
}

.woocommerce-form-register label {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    display: block;
}

.woocommerce-form-register input[type=text], .woocommerce-form-register input[type=email], .woocommerce-form-register input[type=password] {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 10px !important;
    height: 40px;
    width: 100%;
    padding: 10px !important;
}


.woocommerce-form-register__submit:hover {
    color: #3dae2b;
    background: transparent;
}
.woocommerce-form-register__submit {
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    background-color: #3dae2b;
    border-style: solid;
    border-width: 2px 2px 2px 2px !important;
    border-color: #3dae2b !important;
    border-radius: 20px 20px 20px 20px;
    padding: 12px 45px;
    color: #fff;
    transition: all 0.5s;
}


/*----------------------login page-------------------  */


h2.login-title {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    font-family: 'Nunito';
}

h2.signup-title {
     font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 20px;
    color: #000;
}

.woocommerce-form-login label {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 18px !important;
    font-family: sans-serif;
    display: block;
}

.woocommerce-form-login input[type=text], .woocommerce-form-login input[type=password] {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 10px !important;
    height: 40px;
    width: 100%;
    padding: 10px !important;
}


.woocommerce-form-login__submit{
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    background-color: #3dae2b;
    border-style: solid;
    border-width: 2px 2px 2px 2px !important;
    border-color: #3dae2b !important;
    border-radius: 20px 20px 20px 20px;
    padding: 12px 55px;
    color: #fff;
    transition: all 0.5s;
    margin-top: 20px;
}

.woocommerce-form-login__submit:hover {
    color: #3dae2b;
    background: transparent;
}

h2.signup-title a {
    color: #3dae2b;
    font-weight: 700;
}

.woocommerce-form-login .lost_password a {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #3dae2b;
}

/*---------------------Mobile-responsive-------------  */

@media(max-width:767px){
    body,html{
        overflow-x:hidden;
    }
    
    .site-branding a img {
    max-width: 120px;
}
    
    .main-navigation .menu-toggle {
    position: absolute;
    top: 21px;
    right: 38px;
    background: transparent;
    border: none;
}
    
    .main-navigation button:before {
    content: '\f0c9';
    font-family: 'FontAwesome';
    background: transparent;
    position: absolute;
    font-size: 24px;
        color: #3dae2b;
}
    
    .main-navigation.toggled button:before {
    content: '\f00d';
    font-family: 'FontAwesome';
    background: transparent;
    position: absolute;
    font-size: 28px;
    color: #3dae2b;
}
    
    header#masthead {
    background: #fff!important;
    transition: all 0.5s ease-out;
    box-shadow: 0 5px 10px 0 rgb(50 50 50 / 6%);
}
    
    ul#primary-menu {
    padding: 10px 0;
}
    
    ul#primary-menu li a {
    color: #000;
}
    
    .user-icon-cls {
    position: absolute;
    top: 31px;
    right: 95px;
    z-index: 99;

}
    
    .my_account .icon svg path {
    color: #000;
    stroke: #000 !important;
}
    
    header#masthead .col-sm-1 {
    justify-content: end;
    display: flex;
}
    
    .basket-main-cls {
    position: absolute;
    top: 25px;
    right: 60px;
    }
    
    .cart_wrap .basket svg path {
    color: #000;
    stroke: #000 !important;
    }
    
    div#account_options {
    right: -97px;
    top: 52px;
    width: 300px;
}
    
    
    
    .slick-carousel_main .slick-prev {
    left: 5px;
    z-index: 99;
}
    
    .slick-carousel_main .slick-prev:before{
            width: 30px;
            height: 30px;
    }
    
    .slick-carousel_main .slick-next:before{
        width: 30px;
        height: 30px;
    }
    
    .left-img-cls img {
    height: 290px !important;
    margin-bottom: 0 !important;
}
    .who-we-are-section-mobile > .elementor-container {
    max-width: 100% !important;
}
    
    .best-selling-product-cls ul li {
    width: 50% !important;
    border-radius: 0;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 5%);
    margin-bottom: 0 !important;
    background: #fdfdfd;
    margin: 0 0 0px 0 !important;
    padding:0 !important;
}
    
    .woocommerce-pagination {
  margin-top: 50px;
}
    
    .best-selling-product-cls .elementor-widget-container {
    padding: 0 !important;
}
    
    .single-product .site-main .entry-title{
        margin-bottom:0;
    }
    
    .single-product .site-main .woocommerce-product-gallery {
  margin-top: 0;
}
    
    .product-cat-cls ul li {
    margin-bottom: 10px !important;
}
    
    .product-cat-cls ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}
    
    .product-cat-cls ul li a:before {
    width: 92%;
    height: 92%;
    top: 6px;
    left: 6px;
}
    
    .why-choose-img-1 img {
    max-width: 85% !important;
    height: 300px !important;
}
    
    .why-choose-img-2 img {
    max-width: 85% !important;
    height: 300px !important;
}
    
    .main-home-testi {
/*     width: 330px !important;
    margin-right: 10px !important;
    margin-left: 15px !important; */
}
    
    .slick-carousel1-testi .slick-prev, .slick-carousel1-testi .slick-next {
    bottom: -40px;
    top: auto;
}
    
.slick-carousel1-testi .slick-next {
    right: 44% !important;
}
    
.slick-carousel1-testi .slick-prev {
    left: 35% !important;
}
    
    .slick-carousel1-testi .slick-prev:before {
    background: #fff;
    box-shadow: 0 1px 8px rgb(0 0 0 / 15%);
    padding: 12px 15px;
    border-radius: 5px;
        font-size:12px;
}
    
    .slick-carousel1-testi .slick-next:before {
    background: #fff;
    box-shadow: 0 1px 8px rgb(0 0 0 / 15%);
    padding: 12px 15px;
    border-radius: 5px;
    font-size:12px;
}
    
    .ftr-social-1 ul li a img {
    width: 28px;
}
    
    .ftr-social-1 ul {
    gap: 20px;
}
    
    div#nav_menu-2, div#nav_menu-3 {
    padding-left: 0;
}
    div#mainfooter {
    padding: 40px 0;
}
    
    .copyrightdiv .container {
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
    
    .copyrightdiv p {
    font-size: 14px;
    text-align: center;
}
    
    .copyrightdiv ul {
    gap: 20px;
    justify-content: center;
}
    
    .copyrightdiv ul li a {
    font-size: 18px;
}
    
    .four-columns-2 h2, .four-columns-3 h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
    
    .ftr-con-details h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
    
a.con-det-cls img {
    width: 18px;
}
    
.con-det-cls-1 img, .con-det-cls-2 img {
    width: 15px !important;
}
    
    a.con-det-cls p {
    font-size: 15px;
}

a.con-det-cls p {
    margin-bottom: 12px;
}
    
    .slick-carousel_main .slick-next {
    right: 40px;
}
    
}


@media(max-width:320px){
/*  .main-home-testi {
        width: 275px !important;
        margin-right: 10px !important;
    } */
}




.wishlist-content {
    float: left;
    position: relative;
    width: 100%;
    padding: 5px 0 5px 30px;
    margin: 3px 0;
}

div#account_options .content .wishlist-content svg {
    float: left;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 14px;
    z-index: 1;
}

.inner_content_wishlist .wishlist-content-count {
    z-index: 2;
    font-size: 13px;
    font-weight: normal;
    color: #7a8991;
}

.inner_content_wishlist .text {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    font-size: 13px;
    font-weight: normal;
    color: #7a8991;
}

.inner_content_wishlist .wishlist-content-count span {
    color: #3dae2b;
    display: flex;
    align-items: center;
    gap: 5px;
}

.inner_content_wishlist {
    display: flex;
    align-items: center;
}


.inner_content_wishlist .wishlist-content-count a {
    text-decoration: none;
}


/*----------------------my-account-page-------------------  */

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 0.4em 1em;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25% !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border: 2px solid #3dae2b !important;
    margin-bottom: 20px;
    background: #3dae2b;
    border-radius: 20px;
    text-align: center;
    color: #fff;
}
nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.woocommerce-cart .woocommerce-cart-form table {
    padding: 1em 1em 2em 1em !important;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    border: none;
}

.woocommerce-cart .button.alt {
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    background-color: #3dae2b !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #3dae2b !important;
    border-radius: 20px 20px 20px 20px !important;
    width: 100%;
    color: #fff !important;
    padding: 12px !important;
    transition: all 0.5s;
    margin-top: 20px;
}

.woocommerce-cart .cart_totals h2 {
    margin-bottom: 20px;
    font-weight: 700;
}

.woocommerce-cart .cart_totals {
    padding: 2em 1em 2em 1em !important;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.woocommerce-info {
    border-top-color: #3dae2b;
}

.woocommerce-info::before {
    color: #3dae2b;
}

.woocommerce-info a {
    color: #3dae2b;
}

.woocommerce-billing-fields__field-wrapper input {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ededed;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    height: 45px;
    padding-left: 10px;
}

.woocommerce-billing-fields__field-wrapper .select2-selection--single {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ededed;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    height: 45px;
    padding-left: 10px;
}

.woocommerce-billing-fields__field-wrapper .select2-selection__rendered {
    line-height: 43px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

.woocommerce-checkout button#place_order {
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    background-color: #3dae2b !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #3dae2b !important;
    border-radius: 20px 20px 20px 20px !important;
    color: #fff !important;
    padding: 12px 30px !important;
    transition: all 0.5s;
    margin-top: 20px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a {
    color: #3dae2b;
}

.woocommerce-checkout .woocommerce-checkout-review-order table {
    padding: 2em 1em 2em 1em !important;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    border: none;
}

h3#order_review_heading {
    margin: 20px 0;
    color: #000;
    font-weight: 600;
}

.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #3dae2b;
}

.woocommerce-checkout .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 20px;
    font-weight: 500;
}

.woocommerce-checkout .woocommerce-thankyou-order-details.order_details {
    padding: 2em 1em 2em 1em !important;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.woocommerce-checkout .woocommerce-order p {
    font-size: 20px;
    font-weight: 500;
}

.woocommerce-checkout  section.woocommerce-order-details , .woocommerce-checkout section.woocommerce-customer-details{
    padding: 2em 1em 2em 1em !important;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.woocommerce-checkout section.woocommerce-order-details h2,.woocommerce-checkout section.woocommerce-customer-details h2  {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
}

.woocommerce-checkout section.woocommerce-order-details table {
    border: none;
    border-radius: 0;
}

.woocommerce-checkout section.woocommerce-customer-details address p {
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
}
.woocommerce-checkout section.woocommerce-customer-details address {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border: none;
}


.woocommerce-account .woocommerce-orders-table {
    padding: 2em 1em 2em 1em !important;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    border: none;
}

.woocommerce-account .woocommerce-orders-table tbody tr td a {
    color: #3dae2b;
    font-weight: 700;
}
.woocommerce-account .woocommerce-orders-table thead tr th {
    font-weight: 700;
    font-size: 16px;
}

.woocommerce-account .woocommerce-orders-table tbody tr td {
    font-weight: 600;
    color: #000;
}

.woocommerce-account .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions a {
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    background-color: #3dae2b !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #3dae2b !important;
    border-radius: 20px 20px 20px 20px !important;
    color: #fff !important;
    padding: 9px 16px !important;
    transition: all 0.5s;
    width: 75%;
    text-align: center;
}

.woocommerce-account .woocommerce-Message.woocommerce-Message--info.woocommerce-info a {
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #3dae2b !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #3dae2b !important;
    border-radius: 20px 20px 20px 20px !important;
    color: #fff !important;
    padding: 12px 18px !important;
    transition: all 0.5s;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
}


.woocommerce-account .woocommerce-MyAccount-content .u-column1.col-1.woocommerce-Address,.woocommerce-account .woocommerce-MyAccount-content .u-column2.col-2.woocommerce-Address {
    padding: 2em 1em 2em 1em !important;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    border: none;
}

.woocommerce-account form.woocommerce-EditAccountForm input {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ededed;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    height: 45px;
    padding-left: 10px;
}

.woocommerce-account form.woocommerce-EditAccountForm .woocommerce-Button.button.wp-element-button {
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    background-color: #3dae2b !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #3dae2b !important;
    border-radius: 20px 20px 20px 20px !important;
    width: 100%;
    color: #fff !important;
    padding: 12px !important;
    transition: all 0.5s;
    margin-top: 20px;
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message {
    border-top-color: #3dae2b;
}

.woocommerce-wishlist table {
    padding: 2em 1em 2em 1em !important;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    border: none !important;
}

.woocommerce-wishlist table thead tr th {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.woocommerce-wishlist table tbody tr td a {
    color: #000;
}

.woocommerce-wishlist table tbody tr td {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.woocommerce-wishlist table tbody tr .product-price {
    color: #3dae2b !important;
    font-size: 15px !important;
    text-align: left;
}

.woocommerce-wishlist table tbody tr .product-price ins {
    background: 0;
    font-weight: 700;
}

.woocommerce-wishlist table tbody tr .product-price del {
    margin-right: 10px;
}
.woocommerce-wishlist table tbody tr .product-price {
    color: #3dae2b !important;
    font-size: 15px !important;
    text-align: left;
}

.woocommerce-wishlist table tbody tr .product-stock-status span {
    color: #3dae2b !important;
    font-weight: 700;
}

.woocommerce-wishlist table tbody tr .product-stock-status {
    text-align: left;
}

.woocommerce-wishlist table tbody tr .product-add-to-cart a {
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #3dae2b;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
    padding: 0.4em 1em;
    transition: all 0.5s;
}

.woocommerce-wishlist .woocommerce-message:before {
    color: #3dae2b;
}

.woocommerce-wishlist .woocommerce-message {
    border-top-color: #3dae2b;
}

.woocommerce-cart .woocommerce-message:before {
    color: #3dae2b;
}
.woocommerce-cart .woocommerce-message {
    border-top-color: #3dae2b;
}

.woocommerce-cart .woocommerce-message a {
    color: #3dae2b;
    font-weight: 700;
}

.woocommerce-cart .return-to-shop a:hover {
    color: #3dae2b;
    background: transparent;
}

.woocommerce-cart .return-to-shop a {
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #3dae2b;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
    padding: 0.9em 1.5em;
    transition: all 0.5s;
    border: 2px solid #3dae2b;
}


.slick-carousel_main .container {
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider-content h2 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
}

.slider-content p {
    font-size: 66px;
    color: #fff;
    font-weight: 700;
    line-height: 75px;
    margin: 20px 0;
    margin-bottom: 30px;
}

span.subtitle-color-cls {
    color: #fe5f00;
}


.search-results header.page-header h1.page-title span {
    text-transform: capitalize;
}

.search-results .site-main article {
    width: 24%;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    padding: 3em 2em;
    border-radius: 10px;
}

.search-results .site-main {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 0;
}

.search-results .site-main article .entry-summary {
    display: none;
}

.search-results .site-main article .entry-title a:hover {
    color: #3dae2b;
}

.search-results .site-main article .entry-title a {
    color: #000;
    font-family: 'Amaranth';
    text-decoration: none;
}
.search-results .site-main article .entry-title {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
}

.search-results .site-main article img {
/*     height: 200px !important; */
    object-fit: cover;
}

@media(max-width:767px){
    div#shop-page-main .woocommerce-pagination ul li {
    width: 12% !important;
}
}


.hfeed .site-main .woocommerce-pagination ul li {
    width: 4% !important;
}




.hfeed .site-main .woocommerce ul li .button.wp-element-button.product_type_simple:hover {
    background: transparent;
    color: #3dae2b;
}

.hfeed .site-main .woocommerce ul li .button.wp-element-button.product_type_simple {
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #3dae2b;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
    margin-bottom: 15px;
    border: 2px solid #3dae2b;
    display:none;
}


a.button.product_quote_btn{
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #3dae2b;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
    margin-bottom: 15px;
    border: 2px solid #3dae2b;
}


a.button.product_quote_btn:hover {
    background: transparent;
    color: #3dae2b;
}

.woocommerce-shop .woocommerce ul li .button.wp-element-button.product_type_simple {
    display: none;
}

div#shop-page-main .woocommerce-pagination ul li .dots {
    color: #3dae2b;
}

.woocommerce-message {
    border-top-color: #3dae2b;
}

.woocommerce-message::before{
        color: #3dae2b;
}

.woocommerce ul.products li.product .added_to_cart {
    color: #3dae2b;
    margin-left: 10px;
}


@media(max-width:767px){
    .main-home-testi {
   padding: 2em 1.5em;
    min-height: auto;
}
    
.home-testimonial__text p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
    
    .home-testimonial__name {
    font-size: 15px;
}
    .search-results .site-main article {
    width: 100%;
}

.search-results header.page-header h1.page-title {
    text-align: center;
    font-size: 45px !important;
}
    .search-results .site-main article img {
    object-fit: contain;
}
    
    #slick-carousel_main .background-header-wrapper {
    height: 450px !important;
    min-height: 415px !important;
    margin-top: 80px;
}
    
    .slick-carousel_main .container {
    height: 450px !important;
}
    
    .single-product .site-main .navigation .nav-previous a {
    font-size: 12px !important;
}
    
    .single-product .site-main .navigation .nav-next a {
    font-size: 12px !important;
}
    
    div#shop-page-main .woocommerce-pagination ul{
        flex-wrap:wrap;
    }
    
    .hfeed .entry-header .entry-title {
    font-size: 30px;
    font-weight: 600;
}
    
}


@media(max-width:320px){
    .product-cat-cls ul li a img {
    width: 178px !important;
    height: 145px !important;
}
    .product-cat-cls ul li a:before {
    width: 95% !important;
    height: 95% !important;
}
    
    .product-cat-cls ul li a:before {
    top: 3px;
    left: 4px;
}
    
}


section.related.products .products .product .onsale {
    position: absolute;
    left: -10px !important;
    right: auto !important;
}

section.related.products .products .product {
    position: relative;
}



/*-------------------tablet responsive-----------------  */

@media(min-width:768px) and (max-width:1024px){
    body,html{
        overflow-x:hidden;
    }
    
    .site-branding a img {
    max-width: 120px;
}
    
    .main-navigation .menu-toggle {
    position: absolute;
    top: 21px;
    right: 38px;
    background: transparent;
    border: none;
}
    
    .main-navigation button:before {
    content: '\f0c9';
    font-family: 'FontAwesome';
    background: transparent;
    position: absolute;
    font-size: 24px;
        color: #3dae2b;
}
    
    .main-navigation.toggled button:before {
    content: '\f00d';
    font-family: 'FontAwesome';
    background: transparent;
    position: absolute;
    font-size: 28px;
    color: #3dae2b;
}
    
    header#masthead {
    background: #fff!important;
    transition: all 0.5s ease-out;
    box-shadow: 0 5px 10px 0 rgb(50 50 50 / 6%);
}
    
    ul#primary-menu {
    padding: 10px 0;
}
    
    ul#primary-menu li a {
    color: #000;
}
    
    .user-icon-cls {
    position: absolute;
    top: 31px;
    right: 95px;
    z-index: 99;

}
    
    .my_account .icon svg path {
    color: #000;
    stroke: #000 !important;
}
    
    header#masthead .col-sm-1 {
    justify-content: end;
    display: flex;
}
    
    .basket-main-cls {
    position: absolute;
    top: 25px;
    right: 60px;
    }
    
    .cart_wrap .basket svg path {
    color: #000;
    stroke: #000 !important;
    }
    
    div#account_options {
    right: -97px;
    top: 52px;
    width: 300px;
}
    .menu-toggle, .main-navigation.toggled ul {
    display: block !important;
}
    
    .menu-main-menu-container {
    display: none;
}
    .main-navigation.toggled .menu-main-menu-container {
    display: block;
}
    
    header#masthead .col-sm-3 {
    width: 100%;
}
    
    div#mainfooter .col-sm-3 {
    width: 50%;
}
    
    div#nav_menu-2, div#nav_menu-3 {
    padding-left: 0;
}


    
}
a.button.product_quote_btn { color: #fff!important; } span.posted_in { display: none; }
a.button.product_quote_btn:hover { color: #3dae2b!important; }


.featured-product-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.featured-product-slider .product_cat_img {
    border-radius: 50% 50% 50% 50% !important;
    width: 100%;
    max-width: 23%;
    position: relative;
}

.featured-product-slider .product_cat_img .wo-cat-img-cls {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #ffffff8a;
    border-radius: 50% 50% 50% 50%;
    position: relative;
    height: 255px;
    overflow: hidden;
}

.featured-product-slider .product_cat_img a {
    position: relative;
    border-radius: 50% 50% 50% 50% !important;
    overflow: hidden;
    width: 245px;
    height: 245px;
}

.featured-product-slider .product_cat_img .wo-cat-img-cls:before {
    content: '';
    position: absolute;
    background-color: #0d281a57;
    border-radius: 50% !important;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.featured-product-slider .product_cat_img img {
    border-radius: 50% 50% 50% 50%;
    margin-bottom: 0 !important;
    transition: all 0.5s;
    width: 260px;
    height: 235px !important;
    z-index: 2;
    position: relative;
}

.featured-product-slider .product_cat_img .product_cat_name {
    position: absolute;
    top: 50%;
    z-index: 5;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    transform: translateY(-50%);
}

.product_cat_img:hover img {
    transform: scale(1.1);
}
.product_cat_img:hover .wo-cat-img-cls {
    border-color: #FDEFBE;
}

.featured-product-slider .product_cat_img:hover .wo-cat-img-cls:before{
    opacity:0;
}

.single-product .entry-content {
    padding-top: 40px;
}

.single-product .site-main table.variations select {
    min-width: 20% !important;
    padding: 8px;
    font-family: 'Amaranth';
    border: 2px solid #000;
    border-radius: 5px;
}

.single-product .site-main table.variations .reset_variations:hover {
    background: transparent;
    color: #3dae2b;
}
.single-product .site-main table.variations .reset_variations {
    font-family: 'Amaranth';
    font-size: 20px;
    text-decoration: none;
    background: #3dae2b;
    color: #fff;
    padding: 12px 16px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    border: 2px solid #3dae2b;
}

.product_meta .sku {
    font-weight: 500;
    color: #000;
}

.product_meta .sku_wrapper {
    color: #3dae2b;
    font-weight: 700;
}

.woocommerce-product-details__short-description p {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    max-width: 90%;
}

.single-product .site-main .woocommerce .summary .price {
    color: #3dae2b !important;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 22px;
}

.single-product .site-main .woocommerce .summary {
    margin-top: 0;
}

@media(max-width:767px){
    .featured-product-slider .product_cat_img {
    max-width: 47%;
}
    
    .featured-product-slider .product_cat_img .product_cat_name {
    padding: 0 20px;
            transform: translateY(-50%);
}
    
    .featured-product-slider .product_cat_img .wo-cat-img-cls{
        height:174px;   }
    
    .featured-product-slider .product_cat_img img{
            height: 160px !important;
    }
    
    .single-product .entry-content {
    padding-top: 0px;
}
    
    .woocommerce-product-details__short-description p {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    max-width: 100%;
}
    .best-sell-cls {
    margin-right: 0;
    margin-left: 0;
    padding: 0 0 0 0 !important;
    border-radius: 0 !important;
    background: #fdfdfd !important;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
}
    
}




section.error-404.not-found {
    width: 100%;
    max-width: 800px;
    text-align: center;
    box-shadow: 0 5px 30px 0 rgba(214,215,216,.57);
    height: 500px;
    align-items: center;
    display: flex;
    margin: auto;
}

section.error-404.not-found h1 {
    font-size: 80px;
    margin: 0;
    font-weight: 700;
    font-family: 'Amaranth';
}

section.error-404.not-found h4 {
    font-size: 30px;
    font-weight: 600;
}


.backtohome_btn a:hover {
    background: transparent;
    color: #3dae2b;
}

.backtohome_btn {
    margin-top: 30px;
}
.backtohome_btn a {
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    background-color: #3dae2b;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #3dae2b;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
}

@media(max-width:320px){
    .mobile-search-icon {
    position: absolute;
    right: 44% !important;
    top: 35px;
}
    
    .header-search-form form {
    width: 100%;
}
    .featured-product-slider .product_cat_img {
    max-width: 45%;
}
    
.featured-product-slider .product_cat_img .wo-cat-img-cls {
    height: 140px;
}
    .featured-product-slider .product_cat_img img {
    height: 140px !important;
}
    
    .featured-product-slider .product_cat_img .product_cat_name {
    font-size: 16px;
}
    
}

@media(max-width:767px){
    .mobile-search-icon {
    display: block;
}
    
    .header-search-form form {
    width: 100%;
}
    
    .navbar--transparent .header-search-form, .solidheader .header-search-form{
         position: absolute;
    }
    
.mobile-search-icon {
    position: absolute;
    right: 38%;
    top: 34px;
}
    
    .header-search-form {
    width: 85%;
    position: absolute;
    top: 85px;
    z-index: 9999;
    left: 28px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    overflow: hidden;
    height: 0;
    transition: all 0.5s;
}
    
    .header-search-form.active {
    display: block;
    height: 45px;
}
    
    .navbar--transparent .header-search-form form input, .solidheader .header-search-form form input {
        background: #333;
        border: 2px solid #333;     
}
    
    .navbar--transparent.active .header-search-form form input,.navbar--transparent .header-search-form form input,.solidheader.active .header-search-form form input,.solidheader .header-search-form form input {
        background: #333;
        border: 2px solid #333;
        color:#fff !important;
}
    
        .navbar--transparent .header-search-form form input::placeholder, .solidheader .header-search-form form input::placeholder {
            color:#000;
            
}
    
        .navbar--transparent.active .header-search-form form input::placeholder, .solidheader.active .header-search-form form input::placeholder {
            color:#000;
            
}
    .navbar--transparent .header-search-form form button svg,.navbar--transparent.active .header-search-form form button svg,.solidheader .header-search-form form button svg,.solidheader.active .header-search-form form button svg {
     color: #000;
}
    
    .single-product .related.products ul li img {
    height: 225px !important;
    object-fit: fill !important;
}

    
}
@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 4px 3px rgba(133 201 232 / 15%), 0 0 0 0 rgba(133 201 232 / 15%), 0 0 0 0 rgba(133 201 232 / 15%)
    }
    100% {
        box-shadow: 0 0 4px 3px rgba(133 201 232 / 15%), 0 0 0 20px rgba(133 201 232 / 15%), 0 0 0 20px rgba(133 201 232 / 15%)
    }
}
i.fa.fa-whatsapp { font-family: 'FontAwesome'; }
a#callme1 {
    position: fixed;
    bottom: 30px;
    left: 30px;     z-index: 9999;
}

a#callme1 img {
    max-width: 30px;
    height: 30px;
}

.callmeMain1 {
    display: flex;
    align-items: center;
}
.nice-select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required { padding-top: 0; }
.callmeMain1 i {color: #fff;text-decoration: none;line-height: 60px;font-size: 22px;}

.leftsticky {position: fixed;right: 40px;bottom: 50px; z-index:999;}
i.fas.fa-whatsapp { font-family: 'FontAwesome'; }
.leftsticky a {text-decoration: none;display: block;margin-top: 70px;}

.callmeMain1 {-moz-border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #25d366;
    width: 60px;
    height: 60px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    display: flex;
    justify-content: center;}
.callmeMain1 img { filter: brightness(0) invert(1); }
.callmeMain1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-animation: zcwphone2 1.5s linear infinite;
}
.leftsticky a { position: relative; }

  








/* ===acss==== */
#splide2 .news-card__img img {
    width: 100% !important;
    height: 600px !important;
    object-fit: cover;
}

#splide2 .news-card__img
{
	position:relative;
}

#splide2 .news-card__body strong {
    position: absolute;
    bottom: 15%;
    transform: translateX(-10%);
   left:10%;
   color:#fff;
    font-size: 50px;
   font-family: "Nunito", Sans-serif;
    line-height:60px;
    text-align:center;
    text-transform: uppercase;
}

#splide2 .news-card__body01 strong {
     position: absolute; 
    bottom: 0%;
    transform: translateX(-10%);
    left: 10%;
    color: #fff;
    font-size: 20px;
   font-family: "Nunito", Sans-serif;
    line-height: 60px;
    text-align: center;
}



#splide2 .our-cabs_cls p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
        margin: 0px;
}

.imgbox_cls figure.elementor-image-box-img
 {
    background: #f3fdf1;
    display: flex;
    justify-content: center;
    object-fit: cover;
    border-radius: 50%;
}

.imgbox_cls img {
        object-fit: contain;
    width: 4.375rem !important;
    height: 4.375rem !important;

/*    min-width: 150px;
    max-width: 150px;
    height: 180px;*/
    position: relative;
}

.imgbox_cls figure.elementor-image-box-img {
    background: #f3fdf1;
    display: flex !important;
    justify-content: center !important;
    object-fit: cover;
    border-radius: 50%;
    width: 10.3125rem !important;
    height: 10.3125rem;
    align-items: center;
}

.imgbox_cls .elementor-image-box-wrapper
 {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:20px;
}


.onecls, .twocls, .threecls, .fourcls, .fivecls, .sixcls figure.elementor-image-box-img
{
    position:relative;
}

.onecls figure.elementor-image-box-img::before
{
     content: "1";
    position: absolute;
    top: 0;
    right: 15px;
    background-color: #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 18px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
    box-shadow: -1px 1px 8px #63656924;
}

.twocls figure.elementor-image-box-img::before
{
     content: "2";
    position: absolute;
    top: 0;
    right: 15px;
    background-color: #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 18px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
    box-shadow: -1px 1px 8px #63656924;
}

.threecls figure.elementor-image-box-img::before
{
     content: "3";
    position: absolute;
    top: 0;
    right: 15px;
    background-color: #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 18px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
    box-shadow: -1px 1px 8px #63656924;
}

.fourcls figure.elementor-image-box-img::before
{
     content: "4";
    position: absolute;
    top: 0;
    right: 15px;
    background-color: #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 18px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
    box-shadow: -1px 1px 8px #63656924;
}

.fivecls figure.elementor-image-box-img::before
{
     content: "5";
    position: absolute;
    top: 0;
    right: 15px;
    background-color: #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 18px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
    box-shadow: -1px 1px 8px #63656924;
}

.sixcls figure.elementor-image-box-img::before
{
     content: "6";
    position: absolute;
    top: 0;
    right: 15px;
    background-color: #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 18px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
    box-shadow: -1px 1px 8px #63656924;
}



.imghead img {
    width: 100%;
    height: 350px !important;
    object-fit: cover;
}

.imghead h3.elementor-image-box-title {
    margin: 0;
}



.imgbox2_cls figure.elementor-image-box-img
 {
    background: #f3fdf1;
    display: flex;
    justify-content: center;
    object-fit: cover;
    border-radius: 50%;
}

.imgbox2_cls img {
        object-fit: contain;
    width: 5.375rem !important;
    height: 5.375rem !important;

/*    min-width: 150px;
    max-width: 150px;
    height: 180px;*/
    position: relative;
}

.imgbox2_cls figure.elementor-image-box-img {
    background: #f3fdf1;
    display: flex !important;
    justify-content: center !important;
    object-fit: cover;
    border-radius: 50%;
    /*width: 10.3125rem !important;
    height: 10.3125rem;*/
    width: 180px !important;
    height: 180px;
    align-items: center;
}


.imgbox2_cls .elementor-image-box-wrapper
 {
    display: flex
;
    align-items: center;
    flex-direction: column;
}




ul#menu-single-sidebar {
    margin: 0;
    padding: 0;
}

ul#menu-single-sidebar li {
    list-style: none;
    padding: 10px;
    position: relative;
    
}

ul#menu-single-sidebar li a {
    color: #8b8f8a;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato';
 }





ul#menu-single-sidebar li:after {
    content: "";
    position: absolute ;
    background-image: url(https://altmaany.com/wp-content/uploads/2025/05/5dd2c1b01e22cbb51ab58458_arrow-white-1.png);
    width: 26px;
    height: 34px;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    background-size: contain;
    background-position: center center;
}


ul#menu-single-sidebar li.current-menu-item a {
    color: #000 !important;
    font-weight: 500;
}




.leftcls {
    position: relative;
    z-index: 1 !important;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
}

.leftcls:after {
    width: 0;
    height: 1.5%;
    content: "";
    position: absolute;
    background-color: #3dae2b;
    bottom: 0;
    left: 0;
    transition: all .8s;
    z-index: -1;
}


.leftcls:hover:after {
    width: 100%;
    color: white;
}

/* .gapcls {
    gap: 10px !important;
    display: flex !important;
    justify-content: space-between !important;
} */

.gapcls .leftcls {
    width: 24% !important;
}


.gapcls .elementor-container.elementor-column-gap-extended {
    display: flex;
    justify-content: space-between;
        margin-bottom: 20px;
}


.gapcls .leftcls .elementor-widget-wrap.elementor-element-populated {
    border-bottom: 5px solid rgba(61, 174, 43, 0.5);
}

.leftcls img {
    width: 100%;
}


.main-navigation ul.sub-menu {
    width: 250px !important;
    display: block;
    background: #fff;
    padding: 10px 20px;
}

header#masthead.active ul#primary-menu li
{
	position:relative !important;
}
.main-home-testi.slick-slide { height: 100%; }

a.button.product_type_simple {
    display: none !important;
}

.product .add_to_cart_button {
    border: 2px solid #3dae2b !important;
}


.ftr-social-1 ul li {
    background: #3dae2b;
    padding: 5px;
    border-radius: 10px;
}

.ftr-social-1 ul li img {
    width: 30px !important;
}

@media only screen and (max-width: 768px){

#splide2 .news-card__body strong {
    position: absolute;
    bottom: 30%;
    transform: translateX(-10%);
    left: 15%;
    color: #fff;
    font-size: 23px;
   font-family: "Nunito", Sans-serif;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
}
	
	
	#splide2 .news-card__body01 strong
 {
    position: absolute;
    bottom: 3%;
    transform: translateX(-10%);
    left: 15%;
    color: #fff;
    font-size: 16px;
   font-family: "Nunito", Sans-serif;
    line-height: 21px;
    text-align: left;
}
	
	
	#splide2 .news-card__img img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}
	
	
	.onecls, .twocls, .threecls, .fourcls, .fivecls, .sixcls figure.elementor-image-box-img{
    justify-content: center;
    align-items: center;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    /* height: auto; */
    min-height: 50px;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
}
	
	
	.gapcls .leftcls
 {
    margin-bottom: 10px;
    width: 100% !important;
}
	
/* 	.main-navigation li.menu-item-has-children:hover ul.sub-menu
	{
		display: block !important;
        position: inherit !important;
        z-index: 1 !important;
        opacity: 1 !important;
        background: #fff;
		width:100%;
	} */
	
	header#masthead.active ul#primary-menu li
{
	position:relative !important;
}
	
	header#masthead.active ul#primary-menu li.menu-item-has-children :hover ul.sub-menu
	{
		display: block;
        position: inherit;
        z-index: 1;
        opacity: 1 ;
        background: #fff;
		width:100%;
	}

	
	
}
