/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.3.0
	Stable tag: 3.3.0
	Requires at least: 6.0
	Tested up to: 6.7
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
 
 
.binto li:nth-child(2){display:none }

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  font-family: "Manrope", serif;

}

body .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {

    background: transparent !important;
    color: black !important;
    width: auto !important;
    margin: 0 !important;
}
.wc-block-components-button:not(.is-link) {
    border-radius: 13px;
}
body .is-large.wc-block-cart .wc-block-cart-items th {
    border-top: 0;
}
body  .wc-block-cart-items__row .wc-block-components-product-name{
    color: #ae1917;
    text-decoration: none;
    text-transform: uppercase;margin-bottom: 3px !important;font-family: "BlockBE", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
body .wc-block-components-button:not(.is-link) {
    border-radius: 13px;
    background: #ae1917;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
}

.wc-block-components-title.wc-block-components-title {
    font-weight: 800;
    text-transform: uppercase;
    color: black;
}

.wc-block-components-button:not(.is-link):hover {
    background: #000;color:white
}
 body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    background: transparent !important;
    color: black !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wc-block-components-product-metadata {
    margin: 0 !important;
}
.wc-block-components-product-metadata__description{display:none}
.woocommerce-cart  #content{
    padding: 100px 0;
}

.woocommerce-checkout  #content{
    padding: 0px 25px 100px;
}
.woocommerce-checkout  .elementor-location-footer{display:none}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #ff5252;
}
a:hover, a:active {
  color: #ff5252;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* 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;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}
/**
 * Form styling
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
      width: 100%;
    border-bottom: solid 2px #d1221f;
    border-radius: 10px;
    padding: 22px 1rem 8px;
    transition: all 0.3s;
    max-width: 100%;
    min-width: 100%;
    border: none;
    border: solid 1px #dfdfdf;
    outline: 0 !important;
    font-family: 'Manrope';    background: white;
}

.rffe {
    width: 50%;
    padding: 0 10px 0px;
    display: inline-block;
    float: left;
}
.rffe2 {
    width: 100%;
    padding: 0 10px 0px;
    display: inline-block;
    float: left;
}
.wpcf7-submit{
    width: 100%;
    padding: 0 10px 20px;
    display: inline-block;
    float: left;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button,
[type=submit],
[type=button] {
    display: inline-block;
    font-weight: 400;
    color: #CC3366;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #CC3366;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all 0.3s;
    width: calc(100% - 0px) ;
    margin: 0 0px 20px ;
    background: #d1221f ;
    float: left;
    color: white ;
    border: 0 ;
    text-transform: uppercase;
    padding: 10px ;
    border-radius: 10px ;    font-family: "Oxanium", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
	
	
}

button.single_add_to_cart_button {
     display: inline-block;
    font-weight: 400;
    color: #CC3366;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #CC3366;
    padding: 0.5rem 1rem;
    font-size: 20px;
    border-radius: 3px;
    transition: all 0.3s;
    width: 100% !important;
    margin: 20px 0px 20px !important;
    float: left;
    color: white !important;
    border: 0 !important;
    text-transform: uppercase;
    border-radius: 15px !important;
}


.list-payment {
    justify-content: flex-start;
    margin: 0;
    padding-top: 0;
    display: flex
;
    flex-direction: row;
    padding-inline-start: 0;
    unicode-bidi: isolate;
}

body .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
    margin-block-end: var(--n-accordion-item-title-distance-from-content);
    color: var(--n-accordion-title-active-color);
    background: linear-gradient(45deg, #ffffff, transparent);
    border-radius: 20px;
    padding-left: 24px;
}
.list-payment svg {
    width: 50px;
    height: auto;
}

.list-payment__item {
    align-items: center;
    display: flex
;
    padding: 0.5rem;
}
body .moko.elementor-alert-success .elementor-alert {
    color: #ffffff;
    background-color: #000000;
    border-color: #cae6be;
    border-radius: 20px;
    overflow: hidden;
    border: 0;
    padding-left: 29px;
    padding: 5px 30px;
    padding-left: 29px;
    width: auto;
    display: inline-block;
}

.woocommerce-product-gallery__image{
    border-radius: 20px;
    overflow: hidden;
}


body .elementor-popup-modal .dialog-close-button {
    outline: none;
}

body .elementor-popup-modal .dialog-widget-content {
    max-width: 90%;
}

body .elementor-popup-modal .dialog-message {
  max-width: 100%
}


body .elementor-popup-modal .dialog-close-button:hover{transform: rotate(90deg);transition: all 0.3s ease-out;}



body .elementor-popup-modal .dialog-widget-content {

    border-radius: 17px;
    overflow: hidden;
}
body .elementor-popup-modal .dialog-close-button svg {
    fill: #181818;
    height: 26px;
    width: 26px;
    background: #f992a5;
    border-radius: 50%;
    padding: 5px;
    outline: none;
}
.wpcf7  h3 {
    font-size: 1.75rem;
    font-family: "Manrope", Sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 30px 0 00;
    display: inline-block;
    width: 100%;
    color: #181818;
}


button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


    #node-marquee {
        color: #fff;
        font-size: 15px;
        overflow: hidden;

    }
    #node-marquee span span {
    display: inline-block;
    white-space: nowrap;
    padding: 3px 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Manrope';
    }
	
	
	body .switch-candy {
    background-color: #ffffff;
    border-radius: 3px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    box-shadow: none;
    border: 2px solid #b92b2b;
    border-radius: 10px;    height: 40px;
}

body .switch-candy a {
    border: 0px solid #333;
}

body .wc-deposits-options-form input.input-radio:enabled ~ label {
    color: #ffffff;    padding: 3px;
}
body .wc-deposits-notice{
    margin-top: 11px;
    display: inline-block;
}
body .wc-deposits-options-form input.input-radio:enabled ~ label {
    margin: 0;
    text-shadow: none;
    box-shadow: none;
    color: black;
}
body .wc-deposits-options-form hr.separator {
    display: none;
}
body .wc-deposits-options-form .amount {
    color: #020202;
    font-weight: bold;
}
body .wc-deposits-options-form .deposit-option {
    display: inline-block;
    margin-bottom: 10px;
}


body .switch-candy input:checked + label {
    color: #ffffff !important;
}


body .wc-deposits-options-form div a.wc-deposits-switcher {
    background: #b92b2b;
}

	
	.single_add_to_cart_button{
    background: #b92b2b !important;
    font-weight: 400 !important;
    font-size: 22px;
}


	.numbr{       background: #ae1917;
    color: white;
    width: 42px;
    display: inline-block;
    border-radius: 50%;
    height: 42px;
    font-size: 31px;
    position: relative;
    top: -4px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 6px;}
	body .elementor-widget-testimonial-carousel .elementor-main-swiper {
    width: 100%;
}

.elementor-testimonial--align-center .elementor-testimonial {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;    width: 100%;
}

	.testim .elementor-swiper-button {
    font-size: 20px;
    background: #d1221f;
    color: white;
    padding: 19px;
    /* border-radius: 50%; */
    transform: rotate(45deg) !important;
    /* transform-origin: right; */
    top: 40% !important;
}
	.testim .elementor-swiper-button .e-eicon-chevron-left {transform: rotate(-45deg);}
		.testim .elementor-swiper-button .e-eicon-chevron-right {transform: rotate(-45deg);}

	body .elementor-location-header	.elementor-nav-menu--main .elementor-item {color: #181818}
		body .elementor-location-header	.elementor-nav-menu--main .elementor-item:hover {color: #eb9db7}
body .nosrestaus .elementor-button-text{    color: #181818 }


.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    padding: 28px 10px 45px;    box-shadow: 0px 50px 47px #00000054;
}


	 .elementor-location-header .elementor-menu-toggle .e-font-icon-svg{fill: #181818}

		
 .elementor-location-header:before{    box-shadow: 0 0 30px #00000012;}



	.nosrestaus .elementor-button-text{    color: #181818 ;}
	.nosrestaus .elementor-button {    fill: #181818 ;}




#elementor-menu-cart__toggle_button svg {
    position: relative;
    top: -10px;
    z-index: -1;    margin-right: 6px;
}
.elementor-menu-cart__product-image a, .elementor-menu-cart__product-image img {
    border-radius: 10px !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    border-radius: 10px !important;
}
.wc-block-cart-item__quantity{
    margin-top: 10px;
}

body .is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title, body .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title,  body .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    border-top: 0px solid hsla(0, 0%, 7%, .11);
}


.elementor-menu-cart__subtotal bdi{    font-family: "BlockBE", Sans-serif;font-weight:400}

body .elementor-menu-cart__main {

    width: 450px;
    max-width: 90%;
    border-radius: 20px 0 0 20px;
}

body .elementor-menu-cart__subtotal {
    border-bottom: var(--subtotal-divider-bottom-width, 0px) var(--subtotal-divider-style, solid) #e7e7e7;
    border-top: var(--subtotal-divider-top-width, 1px) var(--subtotal-divider-style, solid) #e7e7e7;
}


.elementor-button-content-wrapper {
    align-items: center;
}


	.elementor-nav-menu li:first-child a:after{display:none}
body .elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
    top: 14px;
    inset-inline-end: -1px;
}
body #elementor-menu-cart__toggle_button .woocommerce-Price-amount {
    margin-left: 8px;
}

.woocommerce ul.products li.product a img {
    border-radius: 17px;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button {
    border: 2px solid;
    border-radius: 12px;
    padding: 6px 19px;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount {
padding-left:10px
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

 .logoheaderindex{display:none}



@keyframes elementor-animation-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        transform: translateX(1px) rotate(0)
    }

    100% {
        transform: translateX(-1px) rotate(0)
    }
}


.imageslide2 {
display: inline-block;
    animation: falling 3s ease-in-out infinite;
    animation-name: elementor-animation-buzz-out;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.imageslide {
   width:200px; display: inline-block;
    animation: falling 3s ease-in-out infinite;
    animation-name: elementor-animation-buzz-out;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;    position: relative;
    top: 2px;
}


.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {

    width: auto !important;
    background: transparent !important;
    color: black !important;
}


.woocommerce-cart .wc-block-components-product-badge {
    font-size: 0;    padding: 2px 15px;
    border: none;
    background: #ae1917;
    color: white;
}

.woocommerce-cart .wc-block-components-product-badge .wc-block-components-formatted-money-amount {
    font-size: 12px;
}
.woocommerce-cart .wc-block-components-product-badge .wc-block-components-formatted-money-amount:before {
content:'-'
}



 body .elementor-slides .swiper-slide-inner .elementor-slide-heading{
    margin-bottom: 10px !important;
}

.woocommerce-account .elementor-location-footer{display:none}


body .elementor-price-list .elementor-price-list-image {
    max-width: 30%;
}

body .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button, .woocommerce-form-login__submit {
    height: 46px !important;
}
body .woocommerce-MyAccount-navigation-link--downloads{display:none !important}
body .woocommerce-info {
    border-top-color: #ae1917;
}
body .woocommerce-info::before {
    color: #ae1917;
}
body .rimbo .elementor-image-box-img{    margin-bottom: 0 !important;
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1;
    position: relative;
    border: 3px solid #ff67a7;
    border-radius: 50%;
    overflow: hidden;}
	
	body .rimbo .elementor-image-box-img img{
	width: 100%;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 1;
    border: 3px solid #fff;
    border-radius: 50% !important;
    overflow: hidden;}
	
	.elementor-slideshow__footer {
    bottom: 0;
    position: fixed;
    z-index: 5;
    display: none;
}
	
	body .rimbo:hover .elementor-image-box-img{  
    border: 3px solid #181818;
}
	
	
body .rimbo .elementor-image-box-title{margin-block-start: 0 !important;line-height: 0;}
    
body .rimbo .elementor-image-box-title a{font-size: 14px;text-transform: uppercase;font-weight: 800;line-height: 1}


body .fixedbottom {    position: fixed;
    bottom: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    text-align: center;-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);}
	
	

@media (min-width: 768px) { 
 
 
 .but2 a img{    transition: all 0.3s;}

.but2:hover a img{transform:scale(0.9);}



}
.totop {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background: #ae1917;
    border-radius: 50%;
    display: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease; /* Ajoute une transition pour l'effet de transformation */
}

.totop:hover {
    transform: scale(1.1); /* Applique un effet de scale au hover */
}


.totop svg{width:30px}


.dscf7_refresh_captcha img{    width: 17px;
    position: relative;
    top: 2px;}
	
	.dscf7captcha{     width: 100%;
    padding: 15px 10px 0px;
    display: inline-block;
    float: left;
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    padding: 0 0px;
    display: inline-block;
    width: 100%;
    color: #181818;
    margin-top: 21px;}
	
	
	 .why{   border-radius: 10px;
}
		 
	.baka .why {
    background: #efefef;
    border-radius: 10px;
    min-height: 182px;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
	
	.lefg {
       font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: 23px;
    z-index: 77;
    left: 6px;
    padding: 0 12px;
    /* background: #ffffff; */
    color: #0c2638;
    font-family: 'Manrope';
}

body .woocommerce-message {
    border-top-color: #000000;
    border: 0;
    margin: 0;
    background: white;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
body .elementor-menu-cart__product .variation {
    display: none;
}

body .wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0;
    font-size: 13px;
    color: black;
}

.ploke li.product {
    text-align: center;
    background: url('/fondprod.png') bottom center no-repeat #AE1917E8;
    border-width: 3px 3px 3px 3px;
    border-radius: 20px;
    padding: 18px;
    border-color: black;
    border:0px solid black;
    background-size: contain;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
    flex-direction: column;
}



.wc-block-components-title.wc-block-components-title {
    font-family: "BlockBE", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}


.product-additional-info, .social-sharing{display:none}
.mjk{
cursor:pointer
}
.mjk svg{
    width: 20px;
    fill: #ffffff;
}

.e-rating-wrapper{
    display: flex;    padding-right: 0px;    flex-direction: row;
}
 .mjk .elementor-widget-container{display: flex;    flex-direction: row;}
 #delivery_calender_lite{    border: 2px solid #b92b2b;
   }
	
	
	.woocommerce-cart .alignwide {
    margin-inline: 0;
    padding: 0 30px;
}
 .woocommerce-checkout .alignwide {
    margin-inline: 0;
    padding: 0 10px;
}

	.woocommerce-cart .elementor-location-footer{display:none}


.delivery_date_label {
      font-size: 11px;
    /* font-weight: 400 !important; */
    /* text-transform: uppercase; */
    position: relative;
    top: 27px;
    z-index: 77;
    left: 6px;
    padding: 0 12px;
    /* background: #ffffff; */
    color: #0c2638;
    font-family: 'Manrope';
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    background: #fbfbfb !important;
    border: solid 2px #f1f1f1 !important;
}

body .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
    width: 100% !important;
    margin: 0 !important;
}


	.mikj svg{position:relative;top:-6px}
.elementor-menu-cart__toggle {
    position: relative;
    top: 4px;
}


.product-info-video{
     display: flex;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;    margin-top: 0px;       justify-content: center;    margin-bottom: 25px;
}
.product-info-video a{    display: flex;
    flex-direction: column;
    align-items: center;transition: all 0.3s ease-out;padding: 0 10px;    color: black;}
.imagevideo{    position: relative;
    width: 110px;
    height: 110px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #b92b2b;
    margin-bottom: 6px;}

.imagevideo svg{
    position: absolute;
    filter: invert(1);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fancybox-slide--video .fancybox-content {
    background: #000;
    width: auto !important;
    height: auto !important;
    aspect-ratio: 9/16;
    max-width: 85%;    max-height: 90%;
}
.fancybox-button {
    border-radius: 50%;
    margin: 15px;
}



.fancybox-inner{
    background: #000000c2;
}

.imagevideo path{
    fill: #000000;
}
.imagevideo:before{    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 2px solid white;
    border-radius: 50%;
    z-index: 2;}
.imagevideo img{    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);}

.product-info-video a:hover img{transform:translateY(-50%) scale(1.15); transition: all 0.3s ease-out;}


.imagevideo2:before {
display:none !important
}

body.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none !important;
}



.the{    text-transform: initial;
    font-size: 12px;
    margin-bottom: 2px;
    display: inline-block;}
	
	body .mily{    position: absolute;
    top: 40px;
    z-index: 99;
    width: 170px;
    right: 50px;
    animation: pulse 0.7s infinite ease-in-out alternate;}

	.pulse .elementor-button span{
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
    0%,50% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    75% {
        opacity: 1
    }
}
@keyframes pulse {
	from {
		transform: scale(0.9) rotate(-5deg);
	}
	to {
		transform: scale(1)  rotate(-5deg);
	}
}

@keyframes pulse2 {
	from {
		transform: scale(0.9) rotate(0deg);
	}
	to {
		transform: scale(1)  rotate(0deg);
	}
}

#heurestp{       color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 14px;

}

.main-header__rightd::after {
    content: "";
    width: 87%;
    z-index: 1;
    position: absolute;
    height: 93.11px;
    left: 0;
    /* z-index: -1; */
    top: -13px;
    overflow: hidden;
    background: url(/header-shape.png) left center no-repeat;
    background-size: contain;
}
.heurestp b{text-transform:uppercase}
.rdz{    padding: 0 15px 0 15px;
    letter-spacing: 0px;}

.bloko .elementor-image-box-title:after{    content: '';
    height: 3px;
    width: 40px;
    background-color: #E11B1C;
    position: absolute;
    bottom: -17px;
    left: 0;}



body .elementor-widget-n-tabs .e-n-tabs-content {
    width: 700px;
    margin: 0 auto;max-width:100%
}
body .e-n-tabs-heading .e-n-tab-title{background: #ffffff !important;
    color: black !important;
    border: 1px solid #DB1313 !important;
    padding: 5px 30px !important;border-radius:0 !important}


body .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    background: #DB1313 !important;    color: white !important;

}

.why svg path {
    fill: #d1221f;
}

@media (max-width: 768px) {
	body ul.elementor-nav-menu--dropdown a{
    border-left: 18px solid transparent;
}
	.sub-arrow path{fill:white}
	
body .e-n-tabs-heading .e-n-tab-title{
    padding: 5px 15px !important;}



	.elementor-nav-menu ul {
    display: block !important;
}

body .why .qodef-m-title-text{font-size:18px !important}

.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 5px !important;
}
.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-title{line-height:1}
}

@media (min-width: 768px) {


.main-header__logo {
    display: flex
;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: var(--drivschol-black2, #111117);
}

.main-header__logo::before {
    content: "";
    width: 1e+07px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 99%;
    background: var(--drivschol-black2, #111117);
}
.main-header__logo2::after {
    content: "";
    width: 73px;
    height: 101%;
    position: absolute;
    top: 0px;
    right: -72px;
    clip-path: polygon(0px 0px, 0px 100%, 100% 0px);
    background: var(--drivschol-black2, #111117);
}
}




@media (max-width: 768px) {

.testim .elementor-swiper-button {
    padding: 9px;
    top: 60% !important;
}

.clatax {
   display: flex
;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: var(--drivschol-black2, #111117);
}

.clatax::before {
    content: "";
    width: 1e+07px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 99%;
    background: var(--drivschol-black2, #111117);
}
.clatax::after {
   content: "";
        width: 41px;
        height: 101%;
        position: absolute;
        top: 0px;
        right: -40px;
        clip-path: polygon(0px 0px, 0px 100%, 100% 0px);
        background: #111117;
}
}




.smalltext{    font-size: 12px;
    font-family: "Barlow", Sans-serif;
    width: 100%;
    display: block;
    margin-top: 1px;
    text-transform: initial;
    font-weight: 400;}
body .fixedbottom {display:none}

.green{
  background: #fff;
}
#heurestp strong{
       padding: 2px 12px;
    background: #000000;
    margin-left: 5px;
    border-radius: 5px;
    animation: blinker 1s linear infinite;
    margin-right: 5px;}
 .elementor-button2 {
    clip-path: polygon(11% 0%, 100% 0, 100% 50%, 89% 100%, 0 100%, 0% 50%);
}

#hde2:before{content: '';
    background: url(/header-shape.png) left center no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    right: 12%;
    z-index: 1;
    aspect-ratio: 16 / 11;
    height: 100%;
    width: auto;
    left: auto;}
	
	
.circle {
width: 7px;
    height: 7px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #7dff4920;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: -1px;
    background: #7dff49;
}

.pulse2 {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #7dff496b;
  }
  100% {
    box-shadow: 0 0 0 10px #7dff4900;
  }
}


.bloko .elementor-image-box-title {
    position: relative;margin-bottom: 30px;
}
.bloko .elementor-image-box-img img {
    transition-duration: 0.3s;
    clip-path: polygon(10% 0%, 100% 0, 100% 80%, 90% 100%, 0 100%, 0% 20%);
}
.why{background:white;padding:20px}

body {    padding-top: 154px;}

.wpcf7 {text-align:left}
@media (max-width: 1100px) {
	body {    padding-top: 139px;}	
	}
	

	
		@media (max-width: 768px) {
	body {    padding-top: 137px;}	
	}
	

#avis .elementor-element .swiper .elementor-swiper-button-prev{    left: -50px;}
#avis .elementor-element .swiper .elementor-swiper-button-next{    right: -50px;}


.heurebarre{min-height:41px !important}
@media (max-width: 768px) {
	
	header {
    box-shadow: 11px 10px 30px 0px rgb(0 0 0 / 15%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
}


	.heurebarre{min-height:34px!important}

	
#avis .elementor-element .swiper .elementor-swiper-button-prev{    left: -20px;}
#avis .elementor-element .swiper .elementor-swiper-button-next{right: -20px;}

	#hde:before {
    content: '';
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 1;
    aspect-ratio: initial;
    height: 100%;
    width: 61px;
    left: auto;
}


		#heurestp b{display:none}


	#heurestp {
    letter-spacing: 0px;
    font-size: 12px;
}
.rdz {
    padding: 0 5px;
    letter-spacing: 0px;
}
	
	body .mily {
    position: absolute;
    top: 50px;
    z-index: 99;
    width: 110px;
    left: 30px;right:initial;
    animation: pulse 0.7s infinite ease-in-out alternate;
}


	body.scrolly .fixedbottom {display:block}

	header .ffg{
    }
	.jui{position:relative;top:-5px}
	body .elementor-menu-toggle svg path {
    fill: white  !important;
}
	.elementor-menu-cart__toggle {
    position: relative;
    top: 2px;
}
	body {
    padding-top: 115px;
}


	.elementor-location-header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;box-shadow: 0 0 30px #00000012;
}
		.home .elementor-location-header{box-shadow: none
}
	
	
	.mikj svg{position:relative;top:-9px}
	.woocommerce-product-gallery__image {
    border-radius: 0px;
    overflow: hidden;
}

	.ploke li.product {
    background-size: 100% auto;
}
body .elementor-location-single .single_add_to_cart_button {
    background: #b92b2b !important;
    font-weight: 400 !important;
    font-size: 22px;margin-top: 0 !important;        padding: 16px !important;
}
body .wc-deposits-options-form .deposit-option {
    display: inline-block;
    margin-bottom: 21px;
}

.wc-deposits-options-form {
    margin-bottom: 0;
}
body .wc-deposits-notice {
    margin-top: 11px;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 1.2;
    color: black;
}
	.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount {
    font-size: 18px;
}
	body .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
        padding: 30px 0 0;}

body .elementor-wc-products ul.products li.product span.onsale {
    min-width: 102px !important;
    min-height: 23px !important;
    line-height: 23px !important;
    left: auto;
    right: 0;
    margin: 12px !important;
    font-size: 11px !important;
}
body .elementor-wc-products ul.products li.product {
        text-align: center;
        padding:  20px 20px 60px !important;
        border-radius: 15px;overflow:hidden
    }
	
	
	    body .rimko.elementor-wc-products ul.products li.product {
        text-align: center;
        padding: 10px 10px 60px !important;
        border-radius: 25px;
        overflow: hidden;
    }
	
	
	.elementor-nav-menu--dropdown {
    border-radius: 0 0 30px 30px;
}
	body .elementor-wc-products ul.products li.product .ajax_add_to_cart {
        position: absolute;
        bottom: 20px;
        left: 5%;
          left: 50%;
        transform: translateX(-50%);        width: 80%;
    }
	.woocommerce-cart #content {
    padding: 20px 0 100px;
}
	#elementor-menu-cart__toggle_button svg {
    position: relative;
    top: -5px;
    z-index: -1;
    margin-right: -4px;
}
    body:not(.rtl) .elementor-883 .elementor-element.elementor-element-f48d91d .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
right: 23px !important;
        top: -1px !important;
    }
		.dscf7captcha{width: 100%;
    padding: 10px 0px 0px;
}
	
	.rffe {
    width: 100%;
    padding: 0 0px 12px;
    display: inline-block;
    float: left;
}

.rffe2 {
    width: 100%;
    padding: 0 0px 0px;
    display: inline-block;
    float: left;
}
button, [type=submit], [type=button] {
    display: inline-block;
    font-weight: 400;
    color: #CC3366;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #CC3366;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    transition: all 0.3s;
    width: 100% !important;
    margin: 10px 0px 20px !important;
    background: #181818 !important;
    float: left;
    color: white !important;
    border: 0 !important;
    text-transform: uppercase;
    font-weight: 800 !important;
    padding: 10px !important;
}
	.addy #node-marquee{max-height:29.5px;overflow:hidden}
	#menu-1-c37fe95 li a {    text-align: right !important;}
	body .rtde .gallery-item{
    max-width: 50%;
    width: 50%;
    padding: 0 7.5px;
}
	body .rimbo .elementor-image-box-title a{font-size: 11px;}

body .rimbo .elementor-image-box-img {
    border: 3px solid #fff;
}
body .rimbo .elementor-image-box-img img{
    border: 0px solid #fff;
}
		body .rimbo:hover .elementor-image-box-img{  
    border: 3px solid #fff;
} 
.elementor-image-gallery .gallery-item {
    width: 50%;
}



.imageslide {width:100px}

#node-marquee span span {
    display: inline-block;
    white-space: nowrap;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
}
body .testim  .elementor-swiper-button {
    top: 40% !important;}

}

body #chaty-widget-0 .on-hover-text {
    background-color: #ffffff;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
}


.chaty-svg circle{
    fill: #28b959;
}

body #chaty-widget-0 .chaty-i-trigger .chaty-channel button {
    width: auto !important;
    margin: auto !important;
    background: transparent !important;
    padding: 0 !important;
}

body #chaty-widget-0 .on-hover-text {
    background-color: #ffffff;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
}


body .chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close .chaty-cta-button {
    transform: rotate(0deg);
    background-color: #000 !important;
}

.chaty-cta-close svg ellipse{fill: black;}

 .chaty-svg, .chaty-cta-close{
    border: 0px solid white;
    border-radius: 50%;
box-shadow: 0 0 15px #0000002b;}

body .chaty-cta-close .chaty-svg{
    left: -2px;
    top: -2px;
}