/*!
Theme Name: Designsupply Theme
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: designsupply-theme
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.

Designsupply Theme 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.
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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;
    border: 0;
}

/**
  * 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: #000;
    font-family: "Montserrat", serif;
    font-size: 18px;
    line-height: 1.5em;
}

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

p {
    margin: 0 0 20px;
}

*>p:last-child {
    margin: 0;
}

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 15px;
    padding-left: 25px;
}

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: #FF3AC0;
    text-decoration: none;
}

a:visited {
    color: #FF3AC0;
}

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

a:focus {
    outline: none;
}

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

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

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

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

/* 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-result-count-ordering {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.custom-result-count-ordering p.woocommerce-result-count {
    margin: 0;
    font-size: 20px;
    color: #000;
}

form.woocommerce-ordering {
    position: relative;
}

form.woocommerce-ordering:after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-left: #FF3AC0 solid 4px;
    border-bottom: #FF3AC0 solid 4px;
    position: absolute;
    top: 16px;
    right: 22px;
    transform: rotate(-45deg);
    pointer-events: none;
}

form.woocommerce-ordering select {
    background-color: #F4F8F9;
    display: block;
    border-radius: 10px;
    padding: 12px 20px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

form.woocommerce-ordering select option {
    font-size: 16px;
}


.filter_design .woof_sid {
    background-color: #F4F8F9;
    padding: 30px;
    border-radius: 10px;
}

.filter_design .woof-front-builder-container .woof_container h4,
.filter_design .woof_sid h4 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 14px;
    text-align: left;
    padding: 0;
    line-height: 1.4em;
}

.filter_design ul.woof_list li {
    position: relative;
    display: block;
}

.filter_design ul.woof_list>li span.arrow {
    position: absolute;
    right: 0;
    top: 4px;
    border-left: #FF3AC0 solid 2px;
    border-bottom: #FF3AC0 solid 2px;
    width: 9px;
    height: 9px;
    transform: rotate(-45deg);
    cursor: pointer;
    transition: all 0.3s linear 0s;
    z-index: 1;
}

.filter_design ul.woof_list>li span.arrow.active {
    transform: rotate(-225deg);
    top: 8px;
}

.filter_design ul.woof_list>li span.arrow:hover {
    border-color: #000;
}

.filter_design .woof_list label[for^="woof_price_radio"],
.filter_design .woof_list label.woof_checkbox_label {
    font-size: 13px;
    line-height: 16px;
    color: #7A7C7D;
    font-weight: 400;
    padding: 0 0 0 30px;
    margin-left: 0 !important;
    margin-right: 25px !important;
    position: relative;
    min-height: 20px;
    display: block !important;
}

.filter_design .woof_list label[for^="woof_price_radio"],
.filter_design .woof_block_html_items>ul>li>label.woof_checkbox_label {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
}

.filter_design .woof_list .woof_price_filter_radio,
.filter_design .woof_list .woof_price_filter_radio~span,
.filter_design .woof_list input.woof_checkbox_term {
    display: none;
}

.filter_design .woof_list label[for^="woof_price_radio"]:before,
.filter_design .woof_list label.woof_checkbox_label::before {
    content: "";
    display: block;
    border: #AEBCC0 solid 1px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.filter_design .woof_list label[for^="woof_price_radio"]:after,
.filter_design .woof_list label.woof_checkbox_label::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: transparent solid 2px;
    border-bottom: transparent solid 2px;
    transform: rotate(-45deg);
    position: absolute;
    top: 4px;
    left: 5px;
    transition: all 0.3s linear 0s;
    transform-origin: 6px 4px;
}

.filter_design .woof_list .woof_price_filter_radio:checked~label[for^="woof_price_radio"]:after,
.filter_design .woof_list .woof_checkbox_term:checked~label.woof_checkbox_label::after {
    border-left: #FF3AC0 solid 2px;
    border-bottom: #FF3AC0 solid 2px;
    width: 11px;
    height: 7px;
}

.toggle_list ul.woof_list>li>ul.woof_childs_list {
    display: none;
	padding: 0 0 0 7px !important;
}

.toggle_list ul.woof_list>li>ul.woof_childs_list>li:first-child {
    padding-top: 8px;
}

.toggle_list ul.woof_list>li>ul.woof_childs_list>li:last-child {
    padding-bottom: 10px;
}

.filter_design .woof_container {
    padding-bottom: 20px;
    margin-bottom: 16px;
    border-bottom: #AEBCC0 solid 1px;
}

.filter_design .woof_container:nth-last-child(2) {
    padding-bottom: 0;
    margin-bottom: 40px;
    border-bottom: 0px;
}

.filter_design .woof_submit_search_form_container {
    flex-direction: column-reverse;
    gap: 15px;
    align-items: center;
}

.filter_design .woof_reset_search_form {
    background-color: #000;
    color: #fff;
    padding: 10px 25px;
    border: 0;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.filter_design .woof_reset_search_form:hover {
    background-color: #757575;
}

button.woof_reset_button_2 {
    background-color: #F4F8F9;
    border: #AEBCC0 solid 1px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 12px;
}

button.woof_reset_button_2:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.filter_design .woof_submit_search_form {
    max-width: 285px;
    width: 100%;
    background-color: #FF3AC0;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 16px;
    border-radius: 6px;
    border: 0px;
    margin: auto;
    cursor: pointer;
}

.filter_design .woof_submit_search_form:hover {
    color: #000;
}

.woof_products_top_panel_ul {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    color: #757575;
}

.product .br_alabel>span {
    font-weight: 400;
}

.slickslider .pro_slide_grid {
    height: auto;
}

.pro_slide_grid>.product {
    margin: 0 15px;
    height: 100%;
}

.pro_slide_grid .attachment-woocommerce_thumbnail {
    margin-bottom: 30px;
}

.slickslider .pro_slide_grid {
    height: auto;
}

.slickslider .slick-track,
.slickslider {
    display: flex;
}

.slickslider .slick-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%) rotate(-45deg);
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 0;
    border-top: #01FFFF solid 10px;
    border-left: #01FFFF solid 10px;
    border-radius: 0;
}

.slickslider .slick-arrow.slick-next {
    left: auto;
    right: -30px;
    transform: translateY(-50%) rotate(135deg);
}

.slickslider .slick-arrow:hover {
    border-color: #FF3AC0;
}

.search_cust div.asp_w.ajaxsearchpro.asp_non_compact {
    min-width: 166px;
}

.search_cust div.asp_m.asp_m_1 {
    border: #000 solid 1px;
    border-radius: 50px;
}

.search_cust div.asp_m.asp_m_1 .probox,
.search_cust div.asp_m.asp_m_1 .probox .promagnifier .innericon,
.search_cust div.asp_m.asp_m_1 .probox .promagnifier {
    height: 30px;
}

.search_cust div.asp_m.asp_m_1 .probox,
.search_cust div.asp_m.asp_m_1 .probox .promagnifier .innericon,
.search_cust div.asp_m.asp_m_1 .probox .promagnifier {
    background-color: #F4F8F9;
}

.search_cust div.asp_m.asp_m_1 .probox .proinput input.orig,
.search_cust div.asp_m.asp_m_1 .probox .proinput input.orig::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: inherit;
    padding: 0 !important;
    height: 30px;
}

.search_cust div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg {
    width: 18px;
}

.main-menu ul.elementor-nav-menu>li>a {
    display: block;
}

.main-menu .elementor-nav-menu .sub-arrow {
    justify-content: center;
    margin-bottom: -22px;
}

.main-menu .elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    height: 1.2em;
    width: 1.2em;
}

.main-menu .elementor-nav-menu>li:hover>a .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    fill: #000;
}

.main-menu ul.elementor-nav-menu>li>ul {
    padding: 20px 0;
    width: 291px !important;
}

.main-menu .elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow {
    border-left: #FF3AC0 solid 6px;
    border-top: transparent solid 6px;
    border-bottom: transparent solid 6px;
    position: absolute;
    margin: 0;
    right: 12px;
    top: 50%;
    padding: 0;
    transform: translateY(-50%);
}

.main-menu .elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,
.main-menu .elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{
    display: none !important;
}

.main-menu .elementor-nav-menu--layout-horizontal ul.elementor-nav-menu>li>ul>li>a {
    white-space: wrap;
}

.main-menu ul.elementor-nav-menu--dropdown a,
.main-menu ul.elementor-nav-menu--dropdown a:focus,
.main-menu ul.elementor-nav-menu--dropdown a:hover {
    border-inline-start: 0
}

.main-menu .elementor-nav-menu ul ul a,
.main-menu .elementor-nav-menu ul ul a:active,
.main-menu .elementor-nav-menu ul ul a:focus,
.main-menu .elementor-nav-menu ul ul a:hover {
    border-left: 0;
}

.elementor-menu-cart__product-name {
    line-height: 1.4em;
}


.mob-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mob-menu ul ul {
    display: none;
}

.mob-menu ul.menu li.menu-item-has-children > a {
    padding-right: 25px;
}

.mob-menu ul.menu>li {
    border-bottom: #F4F8F9 solid 1px;
    position: relative;
}

.mob-menu ul.menu>li:last-child {
    border: 0;
}

.mob-menu ul.menu li a {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #757575;
    padding: 12px 5px;
    display: block;
}

.mob-menu ul.menu li.current-menu-item>a,
.mob-menu ul.menu li a:hover {
    background-color: #F4F8F9;
    color: #000;
}

.mob-menu ul.menu>li>span.arrow {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
	z-index:9
}
.mob-menu ul.menu>li>span.arrow:after {
    position: absolute;
    top: 50%;
    right: 25%;
    width: 10px;
    height: 10px;
    border-left: #757575 solid 2px;
    border-bottom: #757575 solid 2px;
    transform: rotate(-45deg) translate(50%, -50%);
    padding: 6px;
    cursor: pointer; content:"";
}

.mob-menu ul.menu>li>ul>li>span.arrow {
    position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 7px;
  right: 0;
  cursor: pointer; z-index:9;
}
.mob-menu ul.menu>li>ul>li>span.arrow:after {
	content:"";
    position: absolute;
    display: inline-block;
    top: 8px;
    right: 5px;
    border-top: #FF3AC0 solid 7px;
    border-left: transparent solid 7px;
    border-right: transparent solid 7px;
    cursor: pointer;
}

.mob-menu ul.menu>li:hover>span.arrow {
    border-color: #000;
}

.mob-menu ul.menu ul {
    padding-left: 20px;
}

.mob-menu ul.menu ul li {
    border-top: #F4F8F9 solid 1px;
    position: relative;
}

.mob-menu ul.menu ul li a {
    font-size: 15px;
    padding: 8px 5px;
}

.container {
    width: 100%;
    max-width: 1205px;
    padding: 0 20px;
    margin: auto;
}

.py-lg {
    padding-top: 70px;
    padding-bottom: 70px;
}

h1.product_title {
    font-size: 37px;
    font-weight: 700;
    color: #000;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.single_wrap {
    display: flex;
    gap: 30px;
}

.single_wrap>div {
    background-color: #F4F8F9;
    border-radius: 8px;
    padding: 20px;
}

.single_wrap .gallery-wrapper {
    width: 58.5%;
    position: relative;
}

.single_wrap .entry-summary {
    width: 41.5%;
}

.gallery-wrapper .flex-viewport {
    margin-bottom: 15px;
}

.gallery-wrapper .flex-viewport img {
    
}
iframe{
	display: block;
  margin:Auto;
    margin-top: auto;
    margin-bottom: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.gallery-wrapper .flex-control-thumbs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    flex-wrap: wrap;
}

.gallery-wrapper .flex-control-thumbs li img {
    width: 100%;
    display: block;
}

.flex-active {
    box-shadow: 0 0 0 1px #FF3AC0;
}

.single_wrap .actual-price.price-new {
    display: inline-block;
    border-bottom: #000 solid 5px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.single_wrap .price-product {
    text-decoration: none;
    font-size: 26px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
}

.single_wrap .price-product del {
    text-decoration: none;
}

.single_wrap .price-new {
    font-size: 22px;
    font-weight: 400;
    color: #FF3AC0;
    line-height: 1.4em;
}

.woocommerce-product-details__short-description {
    color: #757575;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4em;
    padding: 40px 0 20px;
}

.lease_p {
    margin-bottom: 25px;
}

a#lease_btn {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    padding: 10px 20px;
    border: #C7C7C7 solid 1px;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
}

a#lease_btn:hover {
    background-color: #757575;
    color: #fff;
    border-color: #757575;
}

.opt_btn {
    padding: 7px 20px;
}

.opt_btn>p {
    display: inline-flex;
    align-items: center;
    padding: 2px;
    margin: 0 15px 0 0;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 600;
    color: #757575;
}

.opt_btn>p input {
    margin-right: 6px;
}

.tbl-wrap {
    background-color: #ffffffb7;
    border: #C7C7C7 dotted 2px;
    padding: 1px;
    position: relative;
    border-radius: 5px;
    margin: 0 20px;
}

.tbl-wrap .clse {
    position: absolute;
    top: -12px;
    right: -12px;
}

.tbl-wrap .clse a {
    background-color: #000;
    width: 24px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    display: block;
    line-height: 24px;
    font-weight: 600;
}

.tbl-wrap .lp_m {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.tbl-wrap .lp_m span {
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    padding: 0px 10px;
}

.tbl-wrap .lp_m span:nth-child(even) {
    background-color: #c7c7c736;
}

.stock {
    font-size: 21px;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 30px;
}

.stock.in-stock {
    color: #FF3AC0;
}

.pwb-single-product-brands.pwb-clearfix {
    display: none;
}

form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

form.cart .quantity {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
}

form.cart .quantity>* {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    background-color: #fff;
}

form.cart .quantity button {
    height: 52px;
    width: 52px;
    border: #c7c7c7 solid 1px;
    padding: 0;
}

form.cart .quantity button.minus {
    border-radius: 5px 0 0 5px;
}

form.cart .quantity button.plus {
    border-radius: 0 5px 5px 0;
}

form.cart .quantity input {
    width: 60px;
    text-align: center;
    border: 0;
    border-top: #C7C7C7 solid 1px;
    border-bottom: #C7C7C7 solid 1px;
    border-radius: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

form.cart .quantity input::-webkit-outer-spin-button,
form.cart .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

a.single_add_to_cart_button,
button.single_addtocart_button,
button.single_add_to_cart_button {
    display: flex;
    gap: 8px;
    align-items: center;
    background-color: #FF3AC0;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
    padding: 6px 15px;
    cursor: pointer;
    letter-spacing: 1px;
}

button.single_add_to_cart_button svg {
    width: 32px;
    fill: #fff;
}

button.single_add_to_cart_button:hover,
button.single_add_to_cart_button:hover svg {
    color: #000;
    fill: #000;
}

.pcat-menu h5 {
    display: none;
}

.pcat-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pcat-menu ul li a {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: #7A7C7D;
    padding: 5px 0;
    margin: 8px 0;
    display: block;
}

.pcat-menu ul li.current-cat a,
.pcat-menu ul li a:hover {
    color: #FF3AC0;
}

.team_loop .elementor-loop-container>div.elementor:first-child .designation>div.elementor-widget-container {
    background-color: #01FFFF;
}

:root {
    --column-gap: 40px;
}

.row {
    display: flex;
    margin: 0 -15px;
}

.row>[class^="col-"] {
    padding: 17px 15px;
    position: relative;
}

.col-sm-12 {
    width: 100%;
}

.col-sm-6 {
    width: 50%;
}

.col-sm-4 {
    width: 33.3334%;
}

.wpcf7-form .row>[class^="col-"]>p {
    margin-bottom: 34px;
}

.wpcf7-form .row>[class^="col-"]>p:last-child {
    margin-bottom: 0;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 13px;
    padding: 5px 0 0;
}

.wpcf7-spinner {
    position: absolute;
    bottom: 0;
    right: 0;
}

table.table.table-stripede tr td {
    background-color: #fff;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 600;
    color: #000;
}

table.table.table-stripede tr td:first-child,
table.table.table-stripede tr td img {
    width: 55px;
}

table.table.table-stripede tr td img {
    display: block;
}

.elementor-shortcode .wcpt-navigation.wcpt-was-left-sidebar,
.elementor-shortcode .wcpt-navigation.wcpt-left-sidebar {
    background-color: #F4F8F9;
    border-radius: 12px;
    padding: 20px;
    border: 0;
}

.elementor-shortcode .wcpt-left-sidebar>.wcpt-item-row>div {
    border-color: #AEBCC0;
    padding: 15px 0;
}

.elementor-shortcode .wcpt-was-left-sidebar>.wcpt-item-row>div.wcpt-search-wrapper,
.elementor-shortcode .wcpt-left-sidebar>.wcpt-item-row>div.wcpt-search-wrapper {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

.elementor-shortcode .wcpt-left-sidebar .wcpt-search {
    margin: 0;
}

.filter_design .woof_container .woof_container_inner input[type="search"],
.elementor-shortcode input.wcpt-search-input[type="search"] {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
    height: 60px;
    border: #AEBCC0 solid 1px;
    border-radius: 8px;
    background-color: #fff;
    padding: 15px !important;
}

.elementor-shortcode input.wcpt-search-input[type="search"]::placeholder {
    color: #AEBCC0;
}

.elementor-shortcode .wcpt-search-submit {
    background-color: #FF3AC0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: auto;
    border-radius: 0 8px 8px 0;
}

.elementor-shortcode .wcpt-search-submit-icon.wcpt-icon {
    font-size: 30px;
    color: #fff;
    top: 50%;
}

.elementor-shortcode .wcpt-search-submit-icon.wcpt-icon:hover {
    color: #000;
}

.elementor-shortcode .wcpt-left-sidebar .wcpt-filter-heading {
    margin: 0 !important;
    padding: 0 0 12px;
}

.elementor-shortcode .wcpt-left-sidebar .wcpt-dropdown-label {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.elementor-shortcode .wcpt-left-sidebar .wcpt-filter>.wcpt-filter-heading>.wcpt-icon {
    display: none;
}

.elementor-shortcode .wcpt-dropdown-menu,
.elementor-shortcode .wcpt-search-filter-option-set {
    max-height: none !important;
}

.elementor-shortcode .wcpt-was-left-sidebar div.wcpt-dropdown-option,
.elementor-shortcode .wcpt-left-sidebar div.wcpt-dropdown-option {
    padding: 0;
}

.elementor-shortcode .wcpt-was-left-sidebar label.wcpt-dropdown-option,
.elementor-shortcode .wcpt-was-left-sidebar div.wcpt-dropdown-option>label,
.elementor-shortcode .wcpt-left-sidebar label.wcpt-dropdown-option,
.elementor-shortcode .wcpt-left-sidebar div.wcpt-dropdown-option>label {
    padding: 5px 0 !important;
}

.elementor-shortcode label.wcpt-dropdown-option,
.elementor-shortcode .wcpt-dropdown-option>label {
    color: #7A7C7D;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    position: relative;
    display: flex;
    gap: 13px;
    align-items: start;
}

.elementor-shortcode label.wcpt-dropdown-option>span:nth-child(2),
.elementor-shortcode .wcpt-dropdown-option>label>span:nth-child(2) {
    display: block;
    width: calc(100% - 33px);
}

.elementor-shortcode label.wcpt-dropdown-option:before,
.elementor-shortcode .wcpt-dropdown-option>label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: #AEBCC0 solid 1px;
}

.elementor-shortcode .wcpt-dropdown-option>label>input[type="checkbox"]:checked~span:nth-child(2):after,
.elementor-shortcode label.wcpt-dropdown-option>input[type="radio"]:checked~span:nth-child(2):after,
.elementor-shortcode label.wcpt-dropdown-option>input[type="checkbox"]:checked~span:nth-child(2):after {
    display: block;
    content: "";
    width: 10px;
    height: 6px;
    border-left: #FF3AC0 solid 2px;
    border-bottom: #FF3AC0 solid 2px;
    position: absolute;
    left: 5px;
    top: 10px;
    transform: rotate(-45deg);
}

.elementor-shortcode .wcpt-dropdown-option>label>input[type="checkbox"],
.elementor-shortcode label.wcpt-dropdown-option>input[type="radio"],
.elementor-shortcode label.wcpt-dropdown-option>input[type="checkbox"] {
    display: none !important;
}


.elementor-shortcode .wcpt-left-sidebar .wcpt-open>.wcpt-dropdown-menu {
    padding-left: 8px !important;
}

.elementor-shortcode .wcpt-header.wcpt-navigation {
    margin-bottom: 0 !important;
}

.elementor-shortcode .wcpt-header.wcpt-navigation .wcpt-clear-filters-wrapper {
    margin-bottom: 15px;
}

.elementor-shortcode .frzTbl-table-wrapper__inner>table {
    background-color: #F4F8F9;
    border-radius: 16px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
}

.elementor-shortcode .wcpt-table th.wcpt-heading {
    background-color: #FF3AC0;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2em;
    white-space: nowrap;
    padding: 26px 20px 15px 30px;
}

.elementor-shortcode .wcpt-product-image-wrapper {
    max-width: 104px;
    min-width: 104px;
    margin: 0;
    display: block;
}

.elementor-shortcode .wcpt-product-image-wrapper img {
    width: 100%;
}

.elementor-shortcode td.wcpt-cell {
    padding: 12px 20px 12px 30px;
}

.elementor-shortcode td.wcpt-cell[data-wcpt-column-index="0"]>.wcpt-cell-val {
    display: flex;
    align-items: center;
    gap: 30px;
}

.elementor-shortcode td.wcpt-cell[data-wcpt-column-index="0"] a,
.elementor-shortcode td.wcpt-cell[data-wcpt-column-index="2"] {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6em;
}

.elementor-shortcode .wcpt-table .wcpt-quantity {
    border: 0;
}

.elementor-shortcode .wcpt-table .wcpt-quantity input[type="number"].qty {
    font-size: 14px;
    color: #000;
    line-height: 1.6em;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    min-width: 52px !important;
}

body .elementor-shortcode table.wcpt-table a.wcpt-button {
    font-size: 14px !important;
    line-height: 1.4em !important;
    font-weight: 400;
    color: #fff;
    background: #FF3AC0 !important;
    border: 0;
    border-radius: 4px;
    height: 38px;
    padding: 8px 15px;
    text-transform: uppercase;
}

body .elementor-shortcode table.wcpt-table a.wcpt-button:hover {
    color: #000;
}

.elementor-shortcode .wcpt-heading-row {
    border-bottom: 0;
}

.elementor-shortcode .wcpt-row:not(:last-child) {
    border-bottom-color: #AEBCC0;
}

.elementor-shortcode .wcpt-pagination .page-numbers.current,
.elementor-shortcode .wcpt-pagination a.page-numbers {
    color: #8B8B94;
    font-size: 29px;
    line-height: 1.2em;
    font-weight: 400;
    border-color: #FF3AC0;
    border-radius: 6px;
    min-width: 55px;
    width: 55px;
    height: 55px;
    box-sizing: border-box;
    padding: 10px 2px;
    margin: 7px;
    text-align: center;
}

.elementor-shortcode .wcpt-pagination a.page-numbers:hover,
.elementor-shortcode .wcpt-pagination .page-numbers.current {
    background-color: #FF3AC0;
    color: #fff;
    border-color: #FF3AC0 !important;
}

.elementor-shortcode .wcpt .next.page-numbers {
    margin-left: 30px !important;
}

.elementor-shortcode .wcpt .prev.page-numbers {
    margin-right: 30px !important;
}

.elementor-shortcode .wcpt .page-numbers>.wcpt-icon {
    font-size: 42px;
}

.elementor-shortcode .wcpt .next.page-numbers,
.elementor-shortcode .wcpt .prev.page-numbers {
    border: #FF3AC0 solid 1px;
    background-color: #FF3AC0 !important;
    color: #fff;
}

.elementor-shortcode .wcpt .next.page-numbers:hover,
.elementor-shortcode .wcpt .prev.page-numbers:hover {
    color: #000;
    border-color: #FF3AC0;
}

.elementor-shortcode .wcpt-table .wcpt-cell {
    line-height: 1.6em;
}

.elementor-shortcode .wcpt-dropdown-menu {
    padding: 10px;
}

.elementor-shortcode .wcpt-header .wcpt-filter.wcpt-dropdown .wcpt-filter-heading {
    border-color: #AEBCC0;
}

.elementor-shortcode .wcpt-dropdown-label {
    font-size: 14px;
    font-weight: 500;
}

.elementor-shortcode .wcpt-clear-filter {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
    color: #fff;
    background-color: #757575;
    border-color: #757575;
    padding: 8px 12px;
    border-radius: 5px;
}

.elementor-shortcode .wcpt-clear-filter:hover {
    background-color: #000;
}

.elementor-shortcode .wcpt-left-sidebar>.wcpt-item-row>div {
    pointer-events: none;
}

.elementor-shortcode .wcpt-left-sidebar>.wcpt-item-row>div.wcpt-search-wrapper,
.elementor-shortcode .wcpt-left-sidebar>.wcpt-item-row>div>.wcpt-dropdown-menu {
    pointer-events: visible;
}

.ic_wrap {
    display: flex;
    gap: 30px;
    align-items: start;
}

.ic_search {
    width: 400px;
    background-color: #F4F8F9;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ic_search select {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    height: 60px;
    padding: 12px 20px;
    background-color: #fff;
    border: #AEBCC0 solid 1px;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 65px;
}

.ic_search select option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
}

.ic_select {
    position: relative;
}

.ic_select svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 65px;
    pointer-events: none;
}

.ic_result_wrap {
    width: calc(100% - 430px);
}

#p-main {
    border-radius: 15px;
    overflow: hidden;
}

.product-m {
    display: flex;
    background-color: #F4F8F9;
    padding: 18px 15px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
    border-top: #AEBCC0 solid 1px;
}

.product-m:first-child {
    border-top: 0;
}

.product-m .pro {
    display: flex;
    width: 35%;
    padding: 0 15px;
    gap: 30px;
    align-items: center;
}

.product-m .pro .img {
    width: 105px;
}

.product-m .pro .img .onsale {
    display: none;
}

.product-m .pro .title {
    width: calc(100% - 135px);
}

.product-m .title a {
    color: #000;
    text-transform: uppercase;
}

.ppp-data {
    width: 65%;
    display: flex;
    align-items: center;
}

.ppp-data>* {
    padding: 0 15px;
}

.ppp-data .actual-price .sale-text,
.ppp-data .title {
    display: none;
}

.ppp-data .desc {
    width: 40%;
}

.ppp-data .actual-price {
    width: 18%;
}

.ppp-data .actual-price .price-product {
    color: #757575;
    font-size: 12px;
}

form.custom-cart-form {
    display: flex;
    align-items: center;
    width: 42%;
}

form.custom-cart-form>* {
    width: 50%;
    padding: 0 15px;
    text-align: center;
}

.ppp-data>form.custom-cart-form {
    padding: 0;
}

form.custom-cart-form input {
    width: 52px;
    height: 38px;
    padding: 8px;
    text-align: center;
    border: 0;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

form.custom-cart-form button.ajax_add_to_cart {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
    color: #fff;
    white-space: nowrap;
    background-color: #FF3AC0;
    border-radius: 5px;
    border: 0;
    padding: 8px 16px;
    text-transform: uppercase;
}

form.custom-cart-form button.ajax_add_to_cart:hover {
    color: #000;
}

.table_head ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    padding: 0 15px;
    background-color: #FF3AC0;
}

.table_head ul li {
    padding: 22px 15px 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    color: #fff;
}

.table_head ul li:first-child {
    width: 35%;
}

.table_head ul li:nth-child(2) {
    width: 26%
}

.table_head ul li:nth-child(3) {
    width: 11%
}

.table_head ul li:nth-child(4),
.table_head ul li:nth-child(5) {
    width: 14%;
    text-align: center;
    white-space: nowrap;
}

.model-printer {
    text-align: center;
    padding: 30px;
    font-weight: 500;
    font-size: 24px;
    color: #000;
    background-color: #F4F8F9;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    border-radius: 15px;
}

.ic_result_wrap {
    min-height: 190px;
    background-color: #F4F8F9;
    border-radius: 15px;
    position: relative;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

#loading-image img {
    width: 80px;
}

#custom_cat_show .woof_container_productcategories ul.woof_list>li.woof_term_436>.arrow,
#custom_cat_show .woof_container_productcategories ul.woof_list>li,
#custom_cat_show .woof_container_productcategories ul.woof_list>li.woof_open_hidden_li {
    display: none !important;
}

#custom_cat_show.toggle_list .woof_container_productcategories ul.woof_list>li.woof_term_436>ul.woof_childs_list,
#custom_cat_show .woof_container_productcategories ul.woof_list>li.woof_term_436 {
    display: block !important;
}

.table_style01 {
    width: 100%;
    overflow-x: auto;
}

.avail_btn_wrap {
    display: flex;
    justify-content: center;
}


a.avail.single_add_to_cart_button,
button#trigger_cf.single_addtocart_button {
    margin: 25px auto 0;
    font-size: 30px;
    color: #000;
    padding: 15px 18px;
    line-height: 1.2em;
    font-weight: 400;
    text-align: center;
}

button#trigger_cf.single_add_to_cart_button:disabled {
    cursor: not-allowed;
}

.color-pallete {
    display: none;
}

.color-pallete ul {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    text-align: center;
    padding: 20px 15px;
    overflow: hidden;
    overflow-y: auto;
    height: 400px;
    margin: 15px 0 0;
    background-color: #fff;
    border-radius: 6px;
}

.color-pallete div {
    height: 20px;
    margin-bottom: 4px;
    border-radius: 3px;
    box-shadow: 0 0 5px #0000000e;
}

.table_style01 table.cart thead tr th {
    width: auto !important;
    font-size: 18px;
    padding: 15px;
    text-align: left;
}

.table_style01 table.cart tbody tr td {
    text-align: left;
    padding: 10px 15px;
}

.table_style01.collspan table.cart tbody tr td:last-child {
    border-right: #80ABD0 solid 1px;
}

.table_style01.collspan table.cart tbody tr td[rowspan]:last-child {
    border-bottom: 0;
    border-right: 0;
}

.bb-0 {
    border-bottom: 0 !important;
}

@media screen and (min-width:1025px) {

    .elementor-38450 .elementor-element.elementor-element-2cfab3f .elementor-nav-menu--main .elementor-item.elementor-item-active .e-font-icon-svg.fa-svg-chevron-down,
    .elementor-38450 .elementor-element.elementor-element-2cfab3f .elementor-nav-menu--main ul.elementor-nav-menu>li.current-menu-ancestor>.elementor-item .e-font-icon-svg.fa-svg-chevron-down {
        fill: var(--e-global-color-secondary);
    }

    .elementor-38450 .elementor-element.elementor-element-2cfab3f .elementor-nav-menu--main ul.elementor-nav-menu>li.current-menu-ancestor>.elementor-item {
        color: var(--e-global-color-secondary);
    }

    .elementor-38450 .elementor-element.elementor-element-2cfab3f .elementor-nav-menu--main:not(.e--pointer-framed) ul.elementor-nav-menu>li.current-menu-ancestor>.elementor-item::before {
        opacity: 1;
    }
}

@media screen and (max-width:1730px) {
    .elementor-shortcode .wcpt-table th.wcpt-heading {
        font-size: 20px;
        padding: 20px 10px 12px 20px;
    }

    .elementor-shortcode td.wcpt-cell {
        padding: 20px 20px 12px 20px;
    }

    .elementor-shortcode .wcpt-product-image-wrapper {
        max-width: 75px !important;
        min-width: 75px !important;
    }

    .elementor-shortcode .wcpt-product-image-wrapper img {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .elementor-shortcode td.wcpt-cell[data-wcpt-column-index="0"]>.wcpt-cell-val {
        gap: 10px;
    }

    .table_head ul {
        padding: 0 10px;
    }

    .table_head ul li {
        font-size: 20px;
        padding: 18px 10px;
    }

    .product-m {
        padding: 16px 10px;
    }

    .product-m .pro,
    .ppp-data>*,
    form.custom-cart-form>* {
        padding: 0 10px;
    }

    .ic_wrap {
        gap: 20px;
    }

    .ic_result_wrap {
        width: calc(100% - 330px);
    }

    .ic_search {
        width: 300px;
    }

    a.avail.single_add_to_cart_button,
    button#trigger_cf.single_addtocart_button {
        margin: 20px auto 0;
        font-size: 28px
    }

    .ic_search select {
        font-size: 13px;
        padding-left: 10px;
    }
	
	.filter_design .woof_container .woof_container_inner input[type="search"]{ font-size:14px; padding:15px 10px !important}
}

@media screen and (max-width:1440px) {
  .filter_design .woof_container .woof_container_inner input[type="search"] {
    font-size: 0.95vw;
    padding: 15px 6px !important;
  }
}

@media screen and (max-width:1230px) {
    .filter_design .woof_sid {
        padding: 20px;
    }

    .filter_design .woof_list label[for^="woof_price_radio"],
    .filter_design .woof_block_html_items>ul>li>label.woof_checkbox_label {
        font-size: 13px;
    }

    .filter_design .woof-front-builder-container .woof_container h4,
    .filter_design .woof_sid h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .filter_design .woof_submit_search_form {
        font-size: 16px;
        padding: 14px;
    }

    .custom-result-count-ordering p.woocommerce-result-count,
    form.woocommerce-ordering select {
        font-size: 18px;
        line-height: normal;
    }

    .pro_slide_grid>.product {
        margin: 0 10px;
    }

    .slickslider .slick-arrow {
        left: -18px;
        width: 25px;
        height: 25px;
        border-top: #01FFFF solid 6px;
        border-left: #01FFFF solid 6px;
    }

    .slickslider .slick-arrow.slick-next {
        right: -18px;
    }

    h1.product_title {
        font-size: 32px;
    }

    .elementor-shortcode .wcpt-table th.wcpt-heading {
        font-size: 16px;
    }

    .elementor-shortcode .wcpt-clear-filters-wrapper {
        background-color: transparent;
        padding: 0;
    }

    .elementor-shortcode .wcpt-pagination .page-numbers.current,
    .elementor-shortcode .wcpt-pagination a.page-numbers {
        min-width: 45px;
        width: 45px;
        height: 45px;
        font-size: 20px;
        margin: 3px;
    }

    .elementor-shortcode .wcpt .page-numbers>.wcpt-icon {
        font-size: 30px;
    }

    .elementor-shortcode .wcpt .prev.page-numbers {
        margin-right: 20px !important;
    }

    .elementor-shortcode .wcpt .next.page-numbers {
        margin-left: 20px !important;
    }

    .ic_search select {
        font-size: 16px;
        height: 50px;
        padding: 10px 15px;
    }

    .ic_search {
        gap: 15px;
    }

    .ic_select svg {
        width: 55px;
    }

    .ic_wrap {
        flex-direction: column;
    }

    .ic_search,
    .ic_result_wrap {
        width: 100%;
    }

    a.avail.single_add_to_cart_button,
    button#trigger_cf.single_addtocart_button {
        margin: 15px auto 0;
        font-size: 24px
    }
}


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

    .custom-result-count-ordering p.woocommerce-result-count,
    form.woocommerce-ordering select {
        font-size: 16px;
    }

    form.woocommerce-ordering::after {
        width: 11px;
        height: 11px;
        border-left: #FF3AC0 solid 3px;
        border-bottom: #FF3AC0 solid 3px;
    }

    .pro_slide_grid>.product {
        margin: 0 5px;
    }

    h1.product_title {
        font-size: 28px;
    }

    .single_wrap .price-new,
    .single_wrap .price-product {
        font-size: 22px;
    }

    a#lease_btn,
    button.single_add_to_cart_button {
        font-size: 18px;
    }

    .single-product #primary {
        border-top: #F4F8F9 solid 10px;
    }

    .table_head ul li {
        font-size: 18px;
        padding: 15px 10px;
    }

    form.custom-cart-form button.ajax_add_to_cart {
        padding: 8px 12px;
    }

    .product-m .pro {
        gap: 15px;
    }

    .product-m .pro .img {
        width: 85px;
    }

    .product-m .pro .title {
        width: calc(100% - 100px);
    }

    .product-m .pro,
    .table_head ul li:first-child {
        width: 32%;
    }

    .ppp-data {
        width: 68%;
    }

    .table_head ul li:nth-child(5) {
        width: 17%;
    }

    .ppp-data .desc {
        width: 38%;
    }

    .ppp-data .actual-price {
        width: 17%;
    }

    form.custom-cart-form>.quty,
    form.custom-cart-form {
        width: 45%;
    }

    form.custom-cart-form>.submit_btn {
        width: 55%;
    }

    a.avail.single_add_to_cart_button,
    button#trigger_cf.single_addtocart_button {
        font-size: 22px
    }
	
	.filter_design .woof_container .woof_container_inner input[type="search"] {
    	font-size: 14px;
    	padding: 15px 10px !important;
  	}
}


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

    .custom-result-count-ordering p.woocommerce-result-count,
    form.woocommerce-ordering select {
        font-size: 14px;
    }

    form.woocommerce-ordering select {
        padding: 10px;
    }

    form.woocommerce-ordering::after {
        top: 12px;
        right: 10px;
    }

    .slickslider .slick-arrow {
        left: -15px;
        width: 20px;
        height: 20px;
        border-top: #01FFFF solid 4px;
        border-left: #01FFFF solid 4px;
    }

    .row {
        display: block;
    }

    .row>[class^="col-"] {
        padding: 10px 15px;
    }

    .wpcf7-form .row>[class^="col-"]>p {
        margin-bottom: 20px;
    }

    .col-sm-6,
    .col-sm-4 {
        width: 100%;
    }

    table.table.table-stripede tr td {
        font-size: 14px;
    }

    h1.product_title {
        font-size: 26px;
    }

    .single_wrap {
        flex-direction: column;
    }

    .single_wrap .entry-summary,
    .single_wrap .gallery-wrapper {
        width: 100%
    }

    .gallery-wrapper .flex-control-thumbs {
        gap: 10px;
    }

    .filter_design .woof_container .woof_container_inner input[type="search"],
    .elementor-shortcode input.wcpt-search-input[type="search"] {
        font-size: 15px;
        height: 42px;
        padding: 10px 12px !important;
    }

    .elementor-shortcode .wcpt-search-submit {
        width: 45px;
    }

    .elementor-shortcode .wcpt-search-submit-icon.wcpt-icon {
        font-size: 18px;
    }

    .elementor-shortcode td.wcpt-cell[data-wcpt-column-index="0"] {
        vertical-align: top;
    }

    .elementor-shortcode td.wcpt-cell[data-wcpt-column-index="1"] a {
        font-size: 15px !important;
        font-weight: 500;
        line-height: 1.6em;
    }

    body .elementor-shortcode table.wcpt-table a.wcpt-button {
        margin-left: 5px;
    }

    .elementor-shortcode .wcpt-table th.wcpt-heading,
    .elementor-shortcode td.wcpt-cell {
        padding: 15px 6px 10px 15px
    }

    .elementor-shortcode .wcpt-pagination .page-numbers.current,
    .elementor-shortcode .wcpt-pagination a.page-numbers {
        min-width: 35px;
        width: 35px;
        height: 35px;
        font-size: 18px;
        margin: 1px;
        padding: 6px 1px;
    }

    .elementor-shortcode .wcpt .page-numbers>.wcpt-icon {
        font-size: 22px;
    }

    .elementor-shortcode .wcpt .prev.page-numbers {
        margin-right: 12px !important;
    }

    .elementor-shortcode .wcpt .next.page-numbers {
        margin-left: 12px !important;
    }

    .ic_search select {
        font-size: 13px;
    }

    .product-m .pro .title,
    .table_head ul li {
        font-size: 16px;
        padding: 12px 10px;
        display: none;
    }

    .ppp-data .title,
    .table_head ul li:first-child,
    .table_head ul li:nth-child(2) {
        display: block;
    }

    .product-m {
        align-items: start;
        line-height: 1.4em;
    }

    .product-m .pro .img {
        width: 75px;
    }

    .table_head ul li:first-child,
    .product-m .pro {
        width: 95px;
    }

    .table_head ul li:nth-child(2),
    .ppp-data {
        width: calc(100% - 95px);
    }

    .ppp-data {
        flex-direction: column;
        align-items: start;
        gap: 8px;
    }

    .product-m .ppp-data>* {
        width: 100%;
    }

    form.custom-cart-form {
        margin-top: 10px;
    }

    form.custom-cart-form>.quty {
        width: 72px;
    }

    form.custom-cart-form>.submit_btn {
        text-align: left;
        width: calc(100% - 72px);
    }

    a.avail.single_add_to_cart_button,
    button#trigger_cf.single_addtocart_button {
        font-size: 20px
    }

    .table_style01.collspan table.cart tbody tr td {
        border-right: #80ABD0 solid 1px;
    }

    .table_style01 table.cart thead tr th {
        font-size: 16px;
    }
}

@media screen and (max-width:560px) {
    h1.product_title {
        font-size: 24px;
    }

    .mob-menu ul.menu ul {
        padding-left: 12px;
    }

    .mob-menu ul.menu li a {
        font-size: 17px;
    }

    a#lease_btn,
    .mob-menu ul.menu ul li a {
        font-size: 14px;
    }

    .gallery-wrapper .flex-control-thumbs {
        gap: 5px;
    }

    .opt_btn {
        padding: 7px 5px;
    }

    .tbl-wrap {
        margin: 0 5px;
    }

    .elementor-shortcode .wcpt-navigation.wcpt-was-left-sidebar,
    .elementor-shortcode .wcpt-navigation.wcpt-left-sidebar {
        padding: 10px;
    }

    form.cart .quantity input {
        width: 40px;
    }

    form.cart .quantity>* {
        font-size: 20px;
    }

    form.cart {
        gap: 5px;
    }

    form.cart .quantity button {
        height: 40px;
        width: 30px;
    }

    a#lease_btn,
    button.single_add_to_cart_button {
        font-size: 16px;
        letter-spacing: 0;
    }

    button.single_add_to_cart_button svg {
        width: 24px;
        fill: #fff;
    }

    .tbl-wrap .lp_m span {
        font-size: 11px;
        padding: 0px 5px;
    }
	.product-m .pro .title, .table_head ul li {
    	padding: 12px 5px;
	}
	.product-m .pro, .ppp-data > *, form.custom-cart-form > * {
    	padding: 0 5px;
  	}
	.product-m .pro,
	.product-m .pro .img{
   	 	width: 55px;
  	}
	.ppp-data {
    	width: calc(100% - 55px);
  	}
}