/* Theme Name: Hello Elementor Child
    Template: hello-elementor
    Version: 1.0.0
    Text Domain: hello-elementor-child
    Author: PXL
    Description: Hello Elementor Child is a child theme of Hello Elementor
    License: GNU General Public License v3 or later.
    License URI: https://www.gnu.org/licenses/gpl-3.0.html 
*/

/**
 * Responsive layouts
 */

@media (min-width: 1650px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 1440px;
    /*margin-left: 8%;
    margin-right: 8%;*/
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 1400px) and (max-width: 1649px)  {
    .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 1240px;
  }
}
/* Help for elementor global settings */
 .elementor-7 .elementor-element.elementor-element-1ee0632 .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper){
     background: initial;
}
/* Global cart button */
 .single_add_to_cart_button{
     width: 100% !important;
}
.w-100{
    width: 100%;
}
.w-50{
    width: 50%;
}
.d-block{
    display:block !important;
}
.d-none{
    display:none;
}

.pxlion-container{
    display: flex;
    margin: 0 auto;
    max-width: 1250px;
}
ol li{
    padding-bottom: 24px;
}
/* Menu start */

 @media screen and (min-width: 600px){
     .has-mega-menu{
         position:static ;
    }
     li.has-mega-menu .sub-menu {
         width: 100%;
         height: 100%;
         position: absolute;
         top: 15px ;
         z-index: 100;
         left:0px;
         right:0px;
         background: var(--e-global-color-ca6b6cb);
    }
     li.has-mega-menu:hover>.sub-menu{
        /*flexbox fallback for browsers that do not support CSS GRID lyout*/
         display: flex;
         flex-wrap: wrap;
        /*CSS GRID lyout*/
         display: grid;
         grid-template-columns: repeat(auto-fit,minmax(50%, 1fr));
         width: 50vw ;
         height: 50vh ;
         background:var(--e-global-color-5f51eb9);
    }
}
 @media screen and (min-width: 992px){
     li.has-mega-menu:hover>.sub-menu{
        grid-template-columns: repeat(auto-fit,minmax(33.3333%, 1fr));
    }
}
 @media screen and (min-width: 1200px){
     li.has-mega-menu:hover>.sub-menu{
        grid-template-columns: repeat(auto-fit,minmax(25%, 1fr));
    }
}
 @media screen and (min-width: 600px){
     li.mega-menu-column {
         width: 100%;
         max-width: 100%;
         min-height: 1px;
         padding: 10px 25px;
         flex: 1 0 calc(50%);
    }
}
 @media screen and (min-width: 992px){
     li.mega-menu-column {
        flex: 1 0 calc(33.333%);
    }
}
 @media screen and (min-width: 1200px){
     li.mega-menu-column {
        flex: 1 0 calc(25%);
    }
}
/* Menu end */
/* Input */

/* Floating input label for elementor */
form.elementor-form label:not(.elementor-field-type-checkbox label):not(.elementor-field-type-acceptance label):not(.elementor-field-type-radio label) {
    position: absolute;
    left: 1.1rem;
    top: 0.50rem;
}
form.elementor-form label.focused:not(.elementor-field-type-checkbox label):not(.elementor-field-type-acceptance label):not(.elementor-field-type-radio label) {
    top: -1rem; 
    background:var(--e-global-color-primary);
    padding: 0 4px;
    margin: 2px -10px; 
    border-radius: 4px;
    transition: all 0.2s ease;
}
form.elementor-form label.focused:hover:not(.elementor-field-type-checkbox label):not(.elementor-field-type-acceptance label):not(.elementor-field-type-radio label) ~ div.elementor-field-type-text {
    border:1px solid green;
}
form.elementor-form .elementor-field-group .elementor-field-textual:focus {
    border: 1px solid var(--e-global-color-accent) !important;
}
form.elementor-form .focused, label, input, textarea:focus {
    transition: all 0.2s ease;
}


[type=button]:hover, [type=button]:focus{
    background-color: #FFF;
}
[type=button]:focus, [type=submit]:focus, button:focus{
    outline: unset;
}

 input[type="number"],input[type="text"],input[type="email"]{
     background:var(--e-global-color-primary);
     color:var(--e-global-color-text);
}
 input:focus{
      outline-width: 0;
      outline: none;
}
 input[type="search"]{
     background:var(--e-global-color-secondary);
     color:var(--e-global-color-text);
     border-top-left-radius: 6px;
     border-bottom-left-radius: 6px;
     border-top-right-radius: 0px;
     border-bottom-right-radius: 0px;
}
#mobile-header-search-form input[type="search"]{
     background:var(--e-global-color-secondary);
     color:var(--e-global-color-text);
     border-radius: 6px !important;
}
input[type="phone"]{
    padding: .5rem 1rem;
    transition: all .3s;
}
 .mobile{
    display: none !important;
}

/* Checkbox */
.pxlions-checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pxlions-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.pxlions-checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 6px;
  border:1px solid var(--e-global-color-5f51eb9);
  background-color: var(--e-global-color-primary);
}
.pxlions-checkbox-container:hover input ~ .pxlions-checkbox-checkmark {
  background-color: var(--e-global-color-secondary);
}
.pxlions-checkbox-container input:checked ~ .pxlions-checkbox-checkmark {
  background-color: var(--e-global-color-accent);
}
.pxlions-checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.pxlions-checkbox-container input:checked ~ .pxlions-checkbox-checkmark:after {
  display: block;
}
.pxlions-checkbox-container .pxlions-checkbox-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid var(--e-global-color-primary);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Radio button */
 input[type=radio] {
     height: 20px;
     min-height: 20px;
     min-width: 20px;
     aspect-ratio: 1;
     border: 18px solid var(--e-global-color-accent);
     padding: 3px;
     background: radial-gradient(farthest-side,var(--e-global-color-accent) 94%,#0000) 50%/0 0 no-repeat content-box;
     border-radius: 50%;
    /*/
    outline-offset: calc(var(18px)/10);
    */
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     cursor: pointer;
     font-size: inherit;
     transition: .3s;
}
 input[type=radio]:checked {
     border-color: var(--e-global-color-accent) !important;
     background-size: 100% 100%;
}
 input[type=radio]:disabled {
     background: linear-gradient(var(--e-global-color-accent) 0 0) 50%/100% 20% no-repeat content-box;
     opacity: .5;
     cursor: not-allowed;
}

 @media print {
     input[type=radio] {
         -webkit-appearance: auto;
         -moz-appearance: auto;
         appearance: auto;
         background: none;
    }
}
 label {
     /*display:inline-flex;
     align-items:center;
     gap:10px;
     margin:5px 0;*/
     cursor: pointer;
}
 input[type="radio"]{
     border: 2px solid #F8F8FF42 !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled{
    background: var(--e-global-color-5987a43) !important;
    color:var(--e-global-color-ca6b6cb) !important;
}
/* Hide number input arrows */
/* Chrome, Safari, Edge, Opera */
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
/* Firefox */
 input[type=number] {
     -moz-appearance: textfield;
}
 ins {
     text-decoration: none !important;
}
del{
    text-decoration: none !important;
}
.wc-forward{
    display: none;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]{
    background: var(--e-global-color-5987a43) !important;
    color: var(--e-global-color-ca6b6cb) !important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled svg,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] svg{
    filter: invert(69%) sepia(0%) saturate(233%) hue-rotate(164deg) brightness(96%) contrast(86%);
}
.comments-area a, .page-content a{
    text-decoration: none !important;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
    top: .4em;
}
.woocommerce span.onsale, .woocommerce a.added_to_cart, .woocommerce-privacy-policy-text{
    display: none !important;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    display: none;
    /*bottom: .5em;
    top:unset;*/
}
.woocommerce-notices-wrapper{

}
.woocommerce-notices-wrapper .woocommerce-message{
    background: var(--e-global-color-8f26131);
    color:var(--e-global-color-primary);
    font-weight: 500;
    line-height: inherit;
    border-radius: 8px;
}
.woocommerce-message::before{
    color:var(--e-global-color-primary);
}
.woocommerce-notices-wrapper .woocommerce-error{
        background: var(--e-global-color-11f318f);
    color:var(--e-global-color-primary);
    font-weight: 500;
    line-height: inherit;
    border-radius: 8px;
}
.woocommerce-error, .woocommerce-message{
    border-top: none !important;
}
.woocommerce-error::before{
    color:var(--e-global-color-primary);
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li{
    line-height: 1.6 !important;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid select{
    color: var(--e-global-color-17ac1e2) !important;
}
.woocommerce form .form-row.woocommerce-invalid label{
    color: inherit !important;
}
.woocommerce-form-login-toggle{
    display: none;
}
.woocommerce div.product form.cart div.quantity{
    margin: 0;
}


/* Product card */
 .woocommerce ul.products li.product{
     position: relative;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: space-between;
}
 .product-card, .woocommerce ul.products .product{
     background: var(--e-global-color-secondary);
    /* margin:4px !important;*/
     padding:5px !important;
     border-radius: 8px;
     /* debug */
    /* height: 582px;*/
     min-height: 582px;
     max-width: 314px !important;
}
 .woocommerce ul.products .product .card-top{
     background: rgb(33,34,58);
     background: linear-gradient(180deg, rgba(33,34,58,1) 3%, rgba(43,43,67,1) 50%);
    min-width: 304px;
     /*background: #2B2B43;*/
     padding: 10px;
    /* min-height: 395px;*/
     border-radius:8px;
}
 .woocommerce ul.products .product .card-top .mg-pattern-bg{
    background:url('assets/img/mg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 96%;
    height: 105px;
    position: absolute;
    top: 10%;
    left:6px;
}
 .woocommerce ul.products .product .card-bottom{
     padding:0 10px 10px 10px;
     width: 100%;
}
 .woocommerce ul.products li.product a img{
     border-radius: 4px;
     padding:12px;
     margin:0;
     height: 180px;
     width: auto;
     margin:0 auto;
     position:relative;
}
 .product-card .product-image{
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{
    left:unset;
    right: 15px;
    top: 2%;
}
#yith-wcwl-popup-message{
    background: var(--e-global-color-primary);
    border-radius: 6px;
}

 .product-card .product-image .fav-box, .woocommerce ul.products li.product .fav-box, .woocommerce_view_order .order-box .fav-box{
     position: absolute;
     top: 2%;
     right: 15px;
}
 .product-card .product-image, .woocommerce ul.products li.product .eye-box{
     position: absolute;
     bottom: 70%;
     right: 15px;
}
 .product-card .product-image, .woocommerce ul.products li.product .avg-review-box, .woocommerce_view_order .order-box .avg-review-box{
     position: absolute;
     bottom: 70%;
     left: 15px;
     display: flex;
     align-items: center;
     gap: 7px;
}
 .product-card .product-image, .woocommerce ul.products li.product .jumpt-to-reviews{
     display: none;
}
 .product-card .product-image, .woocommerce ul.products li.product .avg-review-box, .woocommerce_view_order .order-box .avg-review.avg-review-box .avg-review{
     font-size: 14px;
     font-weight: 600;
     line-height: 18px;
}
 .product-card .product-image img{
     height: 180px;
}
 .product-card .product-title, .woocommerce ul.products li.product .woocommerce-loop-product__title{
     font-size: 16px;
     font-weight: 600;
     line-height: 20px;
     margin-bottom: 7px;
     background: #2B2B43;
     padding:0 !important;
     margin:0 !important;
     min-height: 45px;
}
 .product-card .product-description,.woocommerce ul.products li.product .woocommerce-loop-product__excerpt{
     font-size: 14px;
     font-weight: 400;
     line-height: 18px;
     margin-bottom:30px;
     color:var(--e-global-color-ca6b6cb);
     background: #2B2B43;
     margin: 0 0 30px 0 !important;
    /* overflow: hidden;
     height: 18px;
    */
}
.out-of-stock, .order-box .stock{
    display: none;
}
.product-card .product-tags, .woocommerce ul.products li.product .product-tags{
     display: flex;
     flex-wrap: wrap;
     gap:2px 7px;
     background: #2B2B43;
}

 .product-card .product-tags span, .woocommerce ul.products li.product .product-tags a{
     background:var(--e-global-color-5f51eb9);
     font-size: 12px;
     font-weight: 400;
     line-height: 14px;
     padding:10px;
     border-radius: 4px;
}
 .product-card .product-tags span:hover, .woocommerce ul.products li.product .product-tags a:hover{
     color: var(--e-global-color-accent);
}
 .woocommerce ul.products li.product .product-tags a.woocommerce-loop-product__link,.woocommerce ul.products li.product .star-rating{
     display:none !important;
}
.green-price{
    color: var(--e-global-color-accent) !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
 color: #FFFFFF;   
}
.variation-product-price-box .but-sale{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}   

 .product-card .product-price-box, .woocommerce ul.products li.product .product-price-box{
     display: flex;
     align-items: flex-start;
     justify-content: flex-start;
     gap: 15px;
     margin-bottom:15px;
}
 .product-card .product-price-box, .woocommerce ul.products li.product .variation-product-price-box{
     display: flex;
     flex-direction: row;
     align-items: flex-start;
     justify-content: flex-start;
     gap: 15px;
}
 .product-card .product-price-box, .woocommerce ul.products li.product .variation-product-price-box .variation-product-price-box{
     display: flex;
     flex-direction: row-reverse;
     align-items: flex-start;
     justify-content: flex-start;
     gap: 15px;
}
 .product-card .product-price-box .product-regular .product-price, .woocommerce ul.products li.product .price{
     font-size: 30px;
     font-weight: 600;
     line-height: 36px;
     margin-bottom:5px;
     color:var(--e-global-color-text);
}
 .product-card .product-price-box .product-regular .product-price, .woocommerce ul.products li.product .but-sale .price,
  .woocommerce ul.products li.product .woocommerce-variation-price del bdi{
     font-size: 16px;
     font-weight: 600;
     line-height: 20px;
     text-decoration: line-through;
}
 .woocommerce ul.products li.sale .price{
     font-size: 30px;
     font-weight: 600;
     line-height: 36px;
     margin-bottom:7px;
     float: left;
}
 .product-card .product-price-box .product-regular .product-unit, .woocommerce ul.products li.product .unit,
  .summary .price .unit,
  .pq-price .unit{
     font-size: 14px;
     font-weight: 400;
     line-height: 18px;
     /*margin-bottom:7px;*/
     color:var(--e-global-color-5987a43);
     opacity: 0.4;
}
 .product-card .product-price-box .product-sale{
}
 .product-card .product-price-box .product-sale .product-sale-price, .woocommerce ul.products li.product .product-sale .price,
 .woocommerce ul.products li.product .woocommerce-variation-price ins,
 .woocommerce ul.products li.product .card-bottom .product-sale .price a{
     font-size: 30px;
     font-weight: 600;
     line-height: 36px;
     /*margin-bottom:7px;*/
     color:var(--e-global-color-accent);
}
  .woocommerce ul.products li.product .woocommerce-variation-price span.price{
    display:flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    gap:15px;
    float: left;
  }
 /*.product-card .product-price-box .product-sale .product-unit, .woocommerce ul.products li.product .product-sale .unit {
     font-size: 12px;
     font-weight: 500;
     line-height: 16px;
}*/
 .product-card .product-price-box .product-sale .product-unit, .woocommerce ul.products li.product .but-sale .unit {
     font-size: 12px;
     font-weight: 500;
     line-height: 16px;
     text-decoration: line-through;
     color:var(--e-global-color-ca6b6cb);
}
 .product-card .pxlions-button-style-style1 button{
     font-size: 18px;
     font-weight: 600;
     line-height: 24px;
}
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button{
     color: var(--e-global-color-primary) !important;
     background-color: var(--e-global-color-accent) !important;
     border-color: var(--e-global-color-accent) !important;
     font-family: var(--e-global-typography-f16cda8-font-family), Sans-serif;
     font-size: var(--e-global-typography-f16cda8-font-size);
     width: 280px;
     height: 56px;
     border-radius: 6px;
     display: flex !important;
     justify-content: center;
     align-items: center;
     gap:7px;
}
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover{
     color: var( --e-global-color-primary ) !important;
     background-color: var( --e-global-color-8f26131 ) !important;
     border-color: var( --e-global-color-8f26131 ) !important;
}
 @media only screen and (max-width: 600px) {
     .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
      .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus,
      .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus-visible,
       .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:active,
        .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:target,
         .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:visited,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
      .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:focus,
      .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:focus-visible,
       .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:active,
        .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:target,
         .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:visited{
         color: var( --e-global-color-primary ) !important;
         background-color: var( --e-global-color-c83832a ) !important;
         border-color: var( --e-global-color-c83832a ) !important;
    }
}
 .woocommerce ul.products li.product .button{
     margin: 0;
}
 .product-card .variation-toolbar input[type="radio"], .woocommerce ul.products li.product input[type="radio"] {
     display: none;
}
 .product-card .variation-toolbar, .woocommerce ul.products li.product .variation-toolbar-box-loop{
   
}
 .product-card .variation-toolbar, .woocommerce ul.products li.product .variation-toolbar{
     background-color: var(--e-global-color-primary);
     border-radius: 8px;
     padding: 2px;
     width: fit-content;
}
 .product-card .variation-toolbar label, .woocommerce ul.products li.product .variation-toolbar label {
     display: inline-block;
     padding:6px 12px ;
     margin: 1px;
     cursor: pointer;
     color:var(--e-global-color-ca6b6cb);
     font-size: 14px;
     font-weight: 500;
     line-height: 16px;
}
 .product-card .variation-toolbar input[type="radio"]:checked+label, .woocommerce ul.products li.product .variation-toolbar input[type="radio"]:checked+label,
  .card-bottom .mgcar-variation-radios .variation .radio-button input[type="radio"]:checked+label{
     background-color: var(--e-global-color-secondary);
     color:#fff;
     border-radius: 8px;
}

.card-bottom .mgcar-variation-radios {
        display: flex;
    flex-direction: row;
    background-color: var(--e-global-color-primary);
    border-radius: 8px;
    padding: 2px;
    width: fit-content;
}
.card-bottom .mgcar-variation-radios .variation .radio-button label {
     display: inline-block;
    padding: 6px 12px;
    margin: 1px;
    cursor: pointer;
    color: var(--e-global-color-ca6b6cb);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    word-break: break-all;
}

 .woocommerce ul.products li.product .onsale{
     display:none !important;
}
 .woocommerce ul.products li.product .button .cart-icon{
     background: url('assets/img/cart-icon.png');
     background-repeat: no-repeat;
     background-size: contain;
     width: 19px !important;
     height: 19px !important;
}
.variations .value select, .card-bottom .mgcar-variation-radios .variation-price, .card-bottom .mgcar-variation-radios .variation-sale, .summary .variation-toolbar-box-loop{
     display: none !important;
}
 .reset_variations{
     display: none !important;
}
 form.variations_form .order-box{
     display: flex;
    flex-direction: column;
}
 .card-bottom  form.variations_form .order-box{
     display: flex;
    flex-direction: column-reverse;
    gap: 15px;
}
.card-bottom  form.variations_form .order-box .woocommerce-variation-description{
    display: none;
}
 .card-bottom  .pxlions-button-style-style1{
    display: none !important;
}

.card-bottom  .pq-variation{
     display:none;
}


/* Home Page Products carousels */

.discount-carousel,.special-offers, #blog-carousel, #training-carousel{
   /* margin-left:5%;*/
    margin-left:5.556vw;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin: 0 10px 0 0;
}

.review-container .owl-nav{
    margin-left: -80px;
}
 .btn-wrap, .review-container .owl-nav{
     margin-top:40px;
     display: flex;
     justify-content: center;
     align-items: center;
     gap:24px;
}
 .btn-wrap button.prev-btn, .btn-wrap button.next-btn, .review-container .owl-nav button,
 #product-recommender .prev-btn,#product-recommender .next-btn,
 .main-carousel-container .prev-btn,.main-carousel-container  .next-btn{
     background: var(--e-global-color-5f51eb9);
     color:var(--e-global-color-text);
     width: 40px;
     height: 40px;
     border-radius: 50%;
     border:none;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size:24px;
     transition: 0.3s;
}

 .btn-wrap .all {
     width: 145px;
     height: 56px;
     padding: 16px, 40px, 16px, 40px;
     border-radius: 6px;
     background: var(--e-global-color-5f51eb9);
     border-radius: 6px;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: 0.3s;

}
.btn-wrap button.prev-btn:hover, .btn-wrap button.next-btn:hover, .review-container .owl-nav button:hover,
#product-recommender .prev-btn:hover,#product-recommender .next-btn:hover,
.main-carousel-container .prev-btn:hover,.main-carousel-container  .next-btn:hover, .btn-wrap .all:hover{
     background: var(--e-global-color-accent);
}


/* Header search */
#header-search-form .search-field{
   
}
#ui-id-1, #ui-id-2 {
    z-index: 9999;
    margin-top: 5px !important;
    height: fit-content;
    max-height: 200px; 
   overflow-y: auto; 
   overflow-x:hidden;
}
.ui-widget.ui-widget-content{
    border:1px solid var(--e-global-color-secondary);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.ui-widget-content{
    background:var(--e-global-color-secondary);
    color:var(--e-global-color-text);
}
.ui-menu .ui-menu-item-wrapper{
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19.36px !important;
    text-align: left;
}
#ui-id-1 .highlight{
   font-weight: bold !important;
}

/* Blog - Blog item */
.blog-item-list-container .elementor-loop-container{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.blog-item{
    background: var(--e-global-color-secondary);
    width:421px;
    min-height: 540px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;   
    gap: 10px;
    border-radius: 16px; 
}
.blog-item .blog-media{
    background: var(--e-global-color-secondary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.blog-item .blog-media iframe{
    height: 240px;
    border-radius: 8px;
    opacity: 0.6;
}
.blog-item .blog-media img{
    border-radius: 8px;
    opacity: 0.6;
    height: 240px;
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
}
.blog-item h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    min-height: 65px;
    display: flex;
    align-items: center;
    margin: 0;
}
.blog-item p{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    opacity: 0.6;
    margin: 0;
}
.blog-item .pxlions-button-style-style1 a{
    width: 100% !important;
}

/* Blog - Blog single */
.post-category-box{
    background-color: var(--e-global-color-accent);
    padding: 8px 12px 8px 12px;
    border-radius: 3px;
    color: var(--e-global-color-primary);
    width: fit-content;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
}
.post-youtube-video{
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:100px 0 80px 0;
}
.post-youtube-video iframe{
     width:1065px;
    height:605px;
    border-radius: 16px;
}
.additional-inline-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
}
 .additional-text-field{
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
}
#blog-post-bg{
    position: relative;
}
#blog-post-bg:before{
    content: ' ';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      max-height: 960px;
      opacity: 0.1;
      background-repeat: no-repeat;
      background-position: 0;
      background-size: cover;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
      -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
.additional-textarea-field{
}

/* Elementor login form */
form.elementor-login div.elementor-field-group:last-child{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
form.elementor-login div.before-lost-password, form.elementor-login a.elementor-lost-password{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
form.elementor-login a.elementor-lost-password{
    text-decoration: underline;
}
.login-fail-message{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--e-global-color-17ac1e2);
    font-weight: 600;
}

/* Woo forgotten password , Woo my-account login*/
.post-17 .entry-title{
    display: none;
}
.my-account-container {
   padding: 0;
}
.my-account-container .box{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
}
.my-account-container .woocommerce-LostPassword, .my-account-container .woocommerce-LostPassword a{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}
.my-account-container .woocommerce-LostPassword a{
    color:var(--e-global-color-accent);
    text-decoration: underline !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
    width: 100%;
    margin: 24px 0;
}

.forgotten-pw-container{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    position: relative;
}
.forgotten-pw-container h1,.my-account-container h1 {
    margin:56px 0 80px 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
}
.forgotten-pw-container h3, .my-account-container .right-div h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin:16px 0 8px 0;
}
.forgotten-pw-container p, .my-account-container .right-div p{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:var(--e-global-color-ca6b6cb);
    margin:0 0 24px 0;
}
.my-account-container .left-div .policy label{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color:var(--e-global-color-5987a43);
    max-width: 387px;
    text-align: left;
}
.my-account-container .left-div .policy{
    margin: 24px 0;
}
.my-account-container .left-div .policy-reg label{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color:var(--e-global-color-5987a43);
    max-width: 387px;
    text-align: left;
}
.my-account-container .left-div .policy-reg{
    margin: 24px 0;
}
.forgotten-pw-container form, .woocommerce form.login, .my-account-container .left-div form.register, .my-account-container .right-div{
    background:var(--e-global-color-secondary);
    width: 421px;
    min-height: 301px;
    border:none;
    border-radius: 12px;
    padding: 24px 16px 16px 16px;
    margin: 0;
}
form.register p.info{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--e-global-color-ca6b6cb);
    text-align: left;
}
#customer_registration .box{
    align-items: flex-start;
    margin-bottom:40px;
}
#customer_registration .box button.button {
   width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
#customer_registration .right-div{
    min-height: auto !important;
}
 .my-account-container .right-div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 421px;
 }
 .my-account-container .button-div{
    display: flex;
    justify-content: center;
    margin-top:40px;
    margin-bottom: 300px;
 }
.forgotten-pw-container form .pxlions-button-style-style2 button{
    width: 100%;

}
.forgotten-pw-container .pxlions-button-style-style5{
       margin-bottom: 180px;
}
/* Lost password confirm message */
.lost-password-confirmation-message-container{
    
}
.lost-password-confirmation-message{
    max-width: 743px;
    margin:127px 10% 200px 10%;
}
.lost-password-confirmation-message p{
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin:16px 0 32px 0;
}
.lost-password-confirmation-message img{
    position: absolute;
    right: 0;
    width: 100%;
}
.lpcm-img{
    position: absolute;
    right: 0;
    top: 350px;
}
.lpcm-img img{
    
}

.woocommerce form .form-row label{
    line-height: inherit !important;
}
/****  floating-Label style start ****/
 .floating-label { 
  position:relative; 
  margin-bottom:16px; 
}

.floating-label input:not([type="checkbox"]), .floating-label input:not([type="radio"]), .woocommerce form .form-row input.input-text, #billing_country{
    background-color: var(--e-global-color-primary);
    color:var(--e-global-color-text); 
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display:block;
    width:100%;
    height:40px;
}
footer .newsletter-form input:not([type="checkbox"]){
    background-color: var(--e-global-color-secondary);
    color:var(--e-global-color-text); 
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display:block;
    width:100%;
    height:40px;
}

 input:not([type="checkbox"], [type="search"]):focus{
     border:1px solid var(--e-global-color-accent) !important; 
}
input.qty:focus {
    border: none !important;
    outline: none !important;
  }
 .floating-label label {
    color:var(--e-global-color-ca6b6cb); 
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    position:absolute;
    pointer-events:none;
    left:16px;
    top:11px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
}

.floating-label input:not([type="checkbox"]):focus ~ label, .floating-label input:not([type="checkbox"]):not(:placeholder-shown) ~ label {
    top:-9px;
    color:var(--e-global-color-ca6b6cb);
    background-color: var(--e-global-color-primary);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 4px;
    padding: 0 4px;
}

/* for Woo default fields */
.woo-floating-labels .form-row {
      position: relative;
      padding-top: 20px; 
      margin: 10px 0;
}

.woo-floating-labels .form-row label {
    position: absolute;
    top: 2px; 
    left: 0;
    color: var(--e-global-color-ca6b6cb);
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    pointer-events: none;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.woo-floating-labels .form-row label {
      font-size: 16px;
      line-height: 22px;
      padding: 8px 12px;
      margin: 0;
}

.woo-floating-labels .form-row.-focus label,
.woo-floating-labels .form-row.-filled label {
    top: -11px;
    left:16px;
    color: var(--e-global-color-ca6b6cb);
    background-color: var(--e-global-color-primary);
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    border-radius: 4px;
    padding: 0 4px;
}
 .woocommerce form .form-row{
     margin: 0 0 16px 0 !important;
}
.woo-floating-labels .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width:100%;
}
.woocommerce-terms-and-conditions-wrapper{
    padding: 15px 0;
}
/****  floating-Label style end ****/

/*  Newsletter form */
.newsletter-form{
    padding-top: 11px;
}
.newsletter-form .pxlions-button-style-style2 .elementor-button{
    width: 100%;
}
.newsletter-form .policy{
    padding-top:24px;
    display: flex;
    align-items: flex-start;
    gap:12px;
}
.newsletter-form .policy label{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    max-width: 408px;
}
.newsletter-form .policy a{
    font-weight: bold;
}

/*related product carousel */
 .related-container, section.related{
     padding: 50px 0;
}
 .related-container .related-title, .related-title{
     text-align: center;
     margin:20px 0 35px 0;
}
.related ul.products{
    margin-left: 80px;
}

/*Wishlist*/
.wishlist-title-container{
    display: none;
}
#yith-wcwl-form h1{
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 40px;
}
.wishlist_table.modern_grid{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wishlist_table.modern_grid li{
    /*width: 744px;*/
    width: 100%;
}
.wishlist_table.modern_grid li .item-wrapper{
   background:var(--e-global-color-secondary);
   border-radius:10px;
   padding: 4px 16px 4px 4px;
   display: flex;
   margin: 0;
}
.wishlist_table.images_grid li .product-thumbnail, .wishlist_table.modern_grid li .product-thumbnail{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 15%;
}
.wishlist_table.modern_grid li .product-thumbnail>a{
    width: 180px;
    background: var(--e-global-color-primary);
    border-radius: 8px;
}
.wishlist_table.modern_grid li .item-details .item-details-wrapper{
     background:var(--e-global-color-secondary);
     padding: 0;
}
.wishlist_table.modern_grid.wishlist_view li .item-details:before{
    display:none;
}
.wishlist_table.modern_grid li .item-details h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.wishlist_table.modern_grid .product-remove a{
        width: 40px;
    height: 40px;
    background: var(--e-global-color-5987a43);
    border-radius: 6px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.wishlist_table.modern_grid .product-remove a:hover{
    background: #FFF;
}
.wishlist_table.modern_grid .product-remove a i{
    color:var(--e-global-color-primary) !important;
}
.wishlist_table.modern_grid li .product-thumbnail>a img{
    border-radius: 8px;
}
.wishlist_table.modern_grid li .item-details table.item-details-table{
    font-size: 24px;
}


.wishlist_view .order-box{
    background: var(--e-global-color-secondary);
    min-height: 168px;
    max-width: 744px;
    width:100%;
    border-radius: 12px;
    padding: 4px 16px 4px 4px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    margin-bottom:8px;
}
.wishlist_view .order-box .left{
   background: var(--e-global-color-primary);
    border-radius: 8px;
    min-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.wishlist_view .order-box .left:hover{
  /* border:0.5px solid var(--e-global-color-accent);*/

}
 .wishlist_view .order-box .fav-box{
     position: absolute;
     top: 8px;
     right: 8px;
}
 .wishlist_view .order-box .avg-review-box{
     position: absolute;
     bottom: 8px;
     right: 8px;
     display: flex;
     align-items: center;
     justify-content: flex-end;
     gap: 4px;
}
 .wishlist_view .order-box .avg-review-box .avg-review{
    font-size: 14px;
    font-weight: 700;
    line-height: 16.94px;
    letter-spacing: -0.02em;
}
 .wishlist_view .order-box .quantity{
        position: absolute;
     top: 8px;
     left: 8px;
     background: var(--e-global-color-secondary);
     border-radius: 4px;
     padding: 4px;
 }
 .wishlist_view .order-box .quantity .product-quantity{

     display: flex;
     align-items: center;
     justify-content: flex-end;
     gap: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color:var(--e-global-color-accent);
}

.wishlist_view .order-box .middle{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 0;
  min-width: 225px;
}
.wishlist_view .order-box .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 0;
}
.wishlist_view .order-box .right .buttons{
    display: flex;
    flex-direction: row;
    gap:4px;
}
.wishlist_view .order-box .right .buttons  .pxlions-button-style-style1 a.elementor-button{
    height: 40px;
    width: 242px;
}

.wishlist_view .order-box .middle .title{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.wishlist_view .order-box .middle a > .title:hover{
    color: var(--e-global-color-accent);
}
.wishlist_view .order-box .middle .variation, .wishlist_view .order-box .middle .stock{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    background: var(--e-global-color-primary);
    color:var(--e-global-color-ca6b6cb);
    border-radius: 4px;
    padding: 4px 8px;
    width: fit-content;
    height: 24px;
    margin-bottom: 4px;
}
.wishlist_view .order-box .middle .stock .instock{
   color:var(--e-global-color-accent);
}
.wishlist_view .order-box .middle .stock .outofstock{
    color: var(--e-global-color-17ac1e2);
}
.wishlist_view .order-box .middle .variation .wc-item-meta{
    padding:0;
    list-style: none;
}
.wishlist_view .order-box .middle .variation .wc-item-meta li{
   display: flex;
   text-transform: capitalize;
}
.wishlist_view .order-box .middle .variation .wc-item-meta li strong{
   font-weight: normal !important;
}
.wishlist_view .order-box .middle .sku{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    background: var(--e-global-color-primary);
    color:var(--e-global-color-ca6b6cb);
    border-radius: 4px;
    padding: 4px 8px;
    width: fit-content;

}
.wishlist_view .order-box .right .price{
    text-align: left;
}
.wishlist_view .order-box .right .price .variation-product-price-box{
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 15px;

}
.wishlist_view .order-box .right .price bdi{
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
}
.wishlist_view .order-box .right .price .unit{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.wishlist_view .order-box .right .price .variation-product-price-box del .amount bdi,
.wishlist_view .order-box .right .price .variation-product-price-box .but-sale .price bdi{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: line-through;
    color: var(--e-global-color-ca6b6cb);
}
.wishlist_view .order-box .right .price .variation-product-price-box .but-sale .unit{
    text-decoration: line-through;
}
.wishlist_view .order-box .right .price ins{
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
}
.wishlist_view .order-box .right .price ins{
    color:var(--e-global-color-accent);
}
.wishlist_view .variation-product-price-box .unit{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--e-global-color-5987a43);
    opacity: 0.4;
}
.wishlist_view .variation-product-price-box .unit bdi{
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

.price-variation{
    display: none !important;
}
.vp-woo-pont-show-map, .wc-block-components-checkout-place-order-button{
     color: var(--e-global-color-primary) !important;
     background-color: var(--e-global-color-accent) !important;
     border-color: var(--e-global-color-accent) !important;
     font-family: var(--e-global-typography-f16cda8-font-family), Sans-serif;
     font-size: var(--e-global-typography-f16cda8-font-size);
     height: 56px;
     border-radius: 6px;
     display: flex !important;
     justify-content: center;
     align-items: center;
     gap:7px;
}
.vp-woo-pont-show-map:hover, .wc-block-components-checkout-place-order-button:hover{
     color: var( --e-global-color-primary ) !important;
     background-color: var( --e-global-color-8f26131 ) !important;
     border-color: var( --e-global-color-8f26131 ) !important;
}

/* Cart */
.pxlion-cart-container .cart-collaterals .cart_totals,
.pxlions-checkout-container .cart-collaterals .cart_totals{
    width: 314px;
    background: var(--e-global-color-secondary);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 40px 16px 16px 16px;
}
.pxlion-cart-container .cart-collaterals .cart_totals h2,
.pxlions-checkout-container .cart-collaterals .cart_totals h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.pxlion-cart-container .cart-collaterals .cart-subtotal,
 .cart-collaterals .cart-discount,
.pxlions-checkout-container .cart-collaterals .cart-subtotal, 
.pxlions-checkout-container .cart-collaterals .fee, 
.pxlions-checkout-container .cart-collaterals .order-total, 
.pxlions-checkout-container .cart-collaterals .shipping-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 8px 0;
}
.pxlions-checkout-container .cart-collaterals .order-total{
     color:var(--e-global-color-accent) !important;
     margin-bottom: 40px;
}
.pxlions-checkout-container .cart-collaterals .order-total div:nth-child(2){
    text-align: right;
}
.pxlion-cart-container .cart-collaterals .wc-proceed-to-checkout,
.pxlions-checkout-container .cart-collaterals .wc-proceed-to-checkout{
    padding: 0;
}
.pxlion-cart-container .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
.pxlions-checkout-container .cart-collaterals .wc-proceed-to-checkout a.checkout-button{
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}
.pxlion-cart-container .cart-collaterals .buttons,
.pxlions-checkout-container .cart-collaterals .buttons{
    text-align: center;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pxlion-cart-container .cart-collaterals .buttons p,
.pxlions-checkout-container .cart-collaterals .buttons p{
    margin: 24px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.pxlion-cart-container .cart-collaterals .buttons span{
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
}

.pxlion-cart-container .cart-collaterals .buttons .reg-button a.button,
.pxlions-checkout-container .cart-collaterals .buttons .reg-button a.button{
    height: 40px;
}

 .cart-collaterals .cart-discount .right{
    text-align: right;
    float: right;
} 
.cart-collaterals .cart-discount a{
       color: var(--e-global-color-accent);
}



.osp-box{
   display: flex;
   gap: 24px;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 24px;
}
.osp-box div{
    max-height: 48px;
    max-width: 628px;
    background: var(--e-global-color-11f318f);
    border-radius: 8px;
    padding: 8px;
    display: flex;
    gap: 8px;
}
.osp-box div svg{
   width: 54px;
}
.osp-box div p{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--e-global-color-primary);
}
.osp-border{
    border:1px solid var(--e-global-color-11f318f);
}
.order-box .osp-alert{
     position: absolute;
     top:8px;
     left: 8px;
     display: flex;
     align-items: center;
     justify-content: flex-end;
     gap: 4px;
}

/* Customize the default WooCommerce AJAX loader */
.woocommerce .blockUI {
    background: rgba(33,34,58,0.9) !important;
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    content: ''; /* Ensure the content is empty */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px; /* Adjust the width of the loader */
    height: 40px; /* Adjust the height of the loader */
    margin-top: -20px; /* Half of the height to center vertically */
    margin-left: -20px; /* Half of the width to center horizontally */
    border: 3px solid #ccc; /* Border color */
    border-radius: 50%; /* Make it round */
    border-top-color: var(--e-global-color-accent); /* Change the color of the spinning animation */
    animation: spin 1s linear infinite; /* Apply spinning animation */
}

/* Keyframe animation for spinning */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Contact form*/
#pxlions-contact-form{

}
/* Order */

.woocommerce_view_order .summ{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 100px;
}

.woocommerce_view_order .summ .left{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.woocommerce_view_order .summ .left, .woocommerce_view_order .summ .right{
   width: 49%;
}
.woocommerce_view_order .summ .left .inline{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 16px;
}
.woocommerce_view_order .summ .left .inline .title{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--e-global-color-ca6b6cb);
    margin: 0;
}
.woocommerce_view_order .summ .left .inline .text{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--e-global-color-text);
     margin: 0;
}
.woocommerce_view_order .summ .left .total .inline{
    margin-top: 40px;
    margin-bottom: 0px;
}
.woocommerce_view_order .summ .left .total .title, .woocommerce_view_order .summ .left .total .text{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
 .woocommerce_view_order .summ .right{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
 }
 .woocommerce_view_order .summ .right .pxlions-button-style-style2 .elementor-button, .woocommerce_view_order .summ .right .pxlions-button-style-style6 .elementor-button{
    width: 100%;
 }

/* Modal */
 .modal {
  display: none;
  position: fixed; 
  z-index: 999; 
  padding-top: 25vh; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(33,34,58,0.5);

}

/* Modal Content */
 .modal-content {
  background-color: var(--e-global-color-secondary);
    margin: auto;
    padding: 24px;
    border: none;
    border-radius: 12px;
    width: 416px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    animation: fadeIn 0.5s, slideIn .5s linear;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes slideIn {
  0% {
    transform: translateY(400px);
    animation-timing-function: ease-out;
  }
  60% {
    transform: translateY(-30px);
    animation-timing-function: ease-in;
  }
  80% {
    transform: translateY(10px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-in;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-bottom{0%{transform:translateY(1000px);opacity:0}100%{transform:translateY(0);opacity:1}}
@keyframes slide-out-bottom{0%{transform:translateY(0);opacity:1}100%{transform:translateY(1000px);opacity:0}}

#seach-loader{
    position: absolute;
    z-index: 110;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 59.722vw;
    max-width: 1000px;
    height: 40px;
    background-color: rgba(33,34,58,0.5);
} 
#seach-loader #loader{
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--e-global-color-accent);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-top: 5px;
}
#mobile-seach-loader{
    position: absolute;
    display: none;
    z-index: 1100;
    top: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 40px;
    background-color: rgba(33,34,58,0.5);
}
#mobile-seach-loader #loader{
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--e-global-color-accent);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-top: 5px;
}
#loader-container{
  /*display: none;*/
    
    width: 100%;
    background:var(--e-global-color-primary);
    border-radius: 6px;
    height: 100%;
    z-index: 99;
}
#loader-container #loader{
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--e-global-color-accent);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin: auto;
}
@keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
footer .menu-item a:hover, footer .elementor-icon-list-item a:hover span{
    color: var(--e-global-color-accent) !important;
}
footer .elementor-icon-list-item a:hover span svg path{
    fill:var(--e-global-color-accent) !important;
}
/*responsive*/
@media only screen and (min-width: 1800px) {
    .discount-carousel,.special-offers, #blog-carousel, #training-carousel{
        margin-left:8.556vw;
    }
}
@media only screen and (min-width: 1600px) {
    .pxlion-container{
        max-width: 1440px;
    }
}
@media only screen and (max-width: 1400px) {
    /*#order-image-carousel{
        width: 325px;
    }*/
    .pxlion-cart-container .woocommerce-cart-form{
        min-width: 651px;
    }
    .pxlion-container{
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media only screen and (max-width: 1230px) {
    .main-header-inner, .pxlion-container{
     padding-left: 0px;   
     padding-right: 0px;   
    }
    #main-carousel .pxlion-container{
        margin: 0 5%;
    }

}
@media only screen and (max-width: 1200px) {
    .osp-box div{
         max-width: unset;
        max-height: unset;
    }
    .wishlist_view  .order-box{
         flex-direction: column;
         padding: 8px;
         gap: 6px;
     }
     .wishlist_view  .order-box .right, .wishlist_view  .order-box .middle{
        padding: 6px 0;
     }
     .wishlist_view  .order-box .middle .title{
        margin-bottom: 4px;
     }
     .wishlist_view  .order-box .right .price{
        text-align: left;
        margin: 4px 0;
     }
    .wishlist_view .order-box .right .buttons  .pxlions-button-style-style1, .wishlist_view .order-box .right .buttons .pxlions-button-style-style1 a.elementor-button{
        width: 100%;
    }

    .lpcm-img{
        top: 450px;
    }
    footer .newsletter-container{
        max-width: 322px;
    }
}
@media only screen and (max-width: 1150px) {

}
@media only screen and (max-width: 991px) {
    .mobile{
        display: block !important;
    }
    .osp-box{
        flex-direction: column;
    }
    .pxlion-cart-container .cart-collaterals .cart_totals{
        background: transparent;
        width: 100%;
    }
    .pxlion-cart-container .cart-collaterals .cart_totals h2{
        text-align: center;
    }
        .pxlion-cart-container .cart-collaterals .cart_totals{
        padding:28px 0 0 0;
    }
    .desktop{
        display: none !important;
    }
   .discount-carousel,.special-offers, #blog-carousel, #training-carousel{
        margin-left:20px;
    }
    .related ul.products .slick-track, .discount-carousel ul.products .slick-track, .special-offers ul.products .slick-track{
        display:flex;
        gap:7px;
    }
    .related ul.products .product-card, .discount-carousel ul.products .product-card,.special-offers ul.products .product-card, .woocommerce ul.products .product{
        min-width: 314px !important;
    }
    .blog-item{
      /*  width: auto;*/
        height: fit-content;
    }
    .post-youtube-video iframe{
         width:600px;
    }
    .post-youtube-video{
        padding:50px 0 40px 0;
    }
    .lost-password-confirmation-message-container{

    }
    .lost-password-confirmation-message{
        margin: 96px 0 200px 0;
    }
     .lpcm-img{
        /*position: relative;
        display: block;*/
    }
    .my-account-container .box{
        flex-direction: column;
        gap: 32px;
    }
    .my-account-container .button-div{
        margin:80px 0;
    }
    #customer_registration .box{
        align-items: center;
    }


}
@media only screen and (max-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        margin: 0;
    }
     form.variations_form .order-box{
        display: flex;
        flex-direction:column-reverse;
     }
     .post-youtube-video iframe{
         width:600px;
         height:450px;
    }
    .lpcm-img{
        top: 500px;
    }
    .forgotten-pw-container h1, .my-account-container h1{
        margin: 26px 0;
    }
    .my-account-container .left-div form.register{
        width: auto;
        min-width: unset;
    }
    .review-container .owl-nav{
        margin-left: 0;
    }

}

@media only screen and (max-width: 668px) {
    #yith-wcwl-form h1{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 550px) {
    .forgotten-pw-container form, .woocommerce form.login, .my-account-container .left-div form.register, .my-account-container .right-div{
        max-width: 351px;
    }
    .product-card .product-title, .woocommerce ul.products li.product .woocommerce-loop-product__title{
        font-size: 16px !important;
        font-weight: 600;
        line-height: 20px;
    }
    .related ul.products{
        margin-left: 0;
        padding-left: 10px;
    }
    .woocommerce-notices-wrapper .woocommerce-message{
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
    }
    .wishlist_view .order-box{
        max-width: 350px;
    }
    .post-youtube-video iframe{
         width:auto;
         height:auto;
    }
    .post-youtube-video{
        padding:0;
    }
    .btn-wrap, .review-container .owl-nav{
       /* margin-top: 0px;*/
    }
    .forgotten-pw-container h1{
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
    }
    .forgotten-pw-container form{
        width: auto;
        min-height: 316px;
    }
    .lost-password-confirmation-message{
        text-align: center;
    }
    .lost-password-confirmation-message .pxlions-button-style-style1{
       display: flex;
       justify-content: center;
    }
    .lost-password-confirmation-message p{
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: -0.02em;
    }
     .lpcm-img{
        top: 450px;
    }
    .my-account-container .right-div{
        min-height: unset;
        width: 100%;
        min-width: unset;
    }
    .blog-item{
        width: 313px;
    }
     .btn-wrap, .review-container .owl-nav{
         margin-top:26px;
    }
    #ui-id-2{
        max-width: 350px;
    }
    .additional-inline-box{
        gap: 3px;
        padding-bottom: 16px;
    }
    .additional-text-field{
        font-size: 20px;
        line-height: 24px;
    }
    .additional-textarea-field{
        font-size: 14px;
        line-height: 17.5px;
    }
}