/* Claim form and register product form*/

/*----------form-css--------*/
.lifetime-warranty {
    max-width: 600px;
    margin: auto;
    width: 100%;
}
.lifetime-warranty input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus, .input-text:focus {
    background-color: transparent;
}
.lifetime-warranty input, .latest-checkboxes select {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
    color: #333333;
    font-size: 12px;
    line-height: 1.42857143;
    background-color: unset;
    box-shadow: unset;
}

.register\=product {
    display: flex;
}

.form-sec-box {
    padding: 0px 15px;
    width: 100%;
    margin-bottom: 25px;
}

.main-heading-bar {
    background-color: #fff;
}

.main-heading-bar .elementor-heading-title {
    color: #fff !important;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}

.form-size-sec .elementor-widget-container {
    max-width: 600px;
    margin: auto;
    padding: 0px 15px;
    text-align: left;
}

.form-size-sec .elementor-widget-container h3 {
    color: #c7a958 !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 7px;
}

.form-size-sec .elementor-widget-container h4 {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

.check-sec-blk {
    text-align: left;
}

.check-sec-blk h3,
.check-sec-blk h4 {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

/* .latest-checkboxes input {
    box-shadow: unset;
    width: unset;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 14px;
    height: 14px;
    padding: 0;
} */
.latest-checkboxes .wpcf7-list-item .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    top: 2px
}
.latest-checkboxes .wpcf7-list-item {
    position: relative;
}


.latest-checkboxes .wpcf7-list-item input:checked+.wpcf7-list-item-label::after {
    background-color: transparent;
    display: inline-block;
    transform: rotate(45deg);
    height: 9px;
    width: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 4.5px;
    border-top: 0;
    border-left: 0;
    margin-top: 1px;
}
.latest-checkboxes .wpcf7-list-item input{
    opacity: 0;
    position: relative;
    z-index: 1;
      width: 14px;
      height: 14px;
}
.latest-checkboxes .wpcf7-list-item input:checked+.wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #0075ff;
    width: 14px;
    height: 14px;
    top: 2px;
    border-radius: 2px;
}
.check-sec-blk label {
    color: #000;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.latest-checkboxes .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
}

.latest-checkboxes .wpcf7-list-item {
    align-items: center;
    display: flex;
    margin-left: 0;
    margin-bottom: 5px;
}

.latest-checkboxes .wpcf7-list-item-label {
    padding-left: 9px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.main-form-btn {
    padding: 0px 15px;
}

.main-form-btn input {
    background-color: #5C4E5E !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 1.42857143;
    height: unset;
    border-radius: unset !important;
    box-shadow: unset;

}

.main-form-btn input:hover {
    background-color: #5c4e5ea6  !important;
    color: #fff;
}

.check-sec-blk p {
    color: #737373;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: .07em;
}

.check-sec-blk .wpcf7-list-item-label {
    text-transform: uppercase;
    padding: 0px 12px 0px 8px;
}

.check-sec-blk input {
    box-shadow: unset;
  
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 100%;
}

.check-sec-blk .wpcf7-list-item {
    margin-left: unset;
}
.text-color, .text-color a {
    color: #c7a958;
    font-weight: 600;
} 
.hentry .entry-content .text-color a {
    text-decoration: none;
}
/*--------end------------*/

/*---------another-form------*/
.claims-form-sec{
    max-width: 600px;
    margin: auto;
    padding: 0px 15px;
}
.claims-form-sec .elementor-widget-container h3 {
    color: #c7a958;
    font-weight: 700;
    margin: 20px 0px 10px;
}
.claims-form-sec .elementor-widget-container p {
    color: #737373;
    font-size: 10px;
    font-style: italic;
    margin: 0 0 10px;
}
.claims-form-sec .elementor-widget-container h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}
.heading-claim-sec .elementor-heading-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #fff !important;
}

.form-sec-box textarea {
    height: 50px;
    padding: 6px 12px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
    color: #333333;
    font-size: 12px;
    line-height: 1.42857143;
    box-shadow: unset;
      resize: vertical;
      max-height: 120px;
}
.custom-file-upload {
    position: relative;
    text-align: left;
}

.custom-file-upload br {
    display: none;
}

.custom-file-upload label {
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 6px;
    width: 100%;
    max-width: 372px;
    font-size: 12px;
    margin-left: auto;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    top: 0;
}

.custom-file-upload input[type="file"] {
    width: 100%;
    max-width: 372px;
    height: 39px;
    z-index: 1;
    position: relative;
    opacity: 0;
}
#file-chosen {
    color: #333333;
    font-size: 12px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    padding-left: 10px;
    line-height: 40px;
    display: inline-block;
}
.form-sec-box .wpcf7-not-valid-tip {
    text-align: left;
    font-size: 12px;
}
.wpcf7-list-item.first {
    display: none;
}
.wpcf7-form.invalid, .wpcf7-form.sent {
    max-width: 600px;
    margin: auto;
}
.wpcf7-response-output {
    margin: 0px 15px !important;
    font-weight: 600;
}

.get-in-touch .wpcf7-form.invalid, .get-in-touch .wpcf7-form.sent {
    max-width: 100%;
    margin: auto;
}
.get-in-touch .wpcf7 form.invalid .wpcf7-response-output, .get-in-touch .wpcf7 form.unaccepted .wpcf7-response-output,.get-in-touch .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    margin-top: 35px !IMPORTANT;
}
.get-in-touch .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    margin-top: 28px !important;
    text-align: center;
}

.what-users-sec .swiper-slide {
    padding: 20px;
}
.what-users-sec .swiper-slide figure.swiper-slide-inner {
    box-shadow: 0px 0px 3px 0px #ccc;
    width: 100%;
    max-width: 100%;
    height: 350px;
    border-radius: 8px;
    overflow: hidden;
        padding: 15px;
}
.what-users-sec .swiper-slide figure.swiper-slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testo-banner .elementor-element.elementor-element-b9c974f.elementor-widget.elementor-widget-text-editor {
    margin-bottom: 12px;
}
.what-users-sec .elementor-swiper-button.elementor-swiper-button-prev {
    left: -12px;
    color: hsl(16deg 10% 30%);
}
.what-users-sec .elementor-swiper-button-next {
    right: -12px;
    color: hsl(16deg 10% 30%);
}
  .testo-banner .elementor-widget-wrap.elementor-element-populated {
    
   position: absolute;
    bottom: -25px;
    max-width: 460px;
    left: 50%;
    transform: translateX(-50%);
}
.testo-banner{
    position:unset;
}
.wpcr3_respond_1.wpcr3_in_content {
    max-width: 1300px;
    width: 100%;
    margin: auto !IMPORTANT;
    margin-top: 45px !IMPORTANT;
}
.wpcr3_respond_1.wpcr3_in_content .wpcr3_button_1.wpcr3_show_btn {
    background: #000;
    color: #fff;
    font-family: 'Open Sans';
}
.wpcr3_respond_1.wpcr3_in_content blockquote.wpcr3_content {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    display: block !important;
    padding: 1.2em;
    padding-bottom: 30px;
}
.recommend-logos .elementor-container.elementor-column-gap-default {
    max-width: 465px !important;
    margin-left: 0px !important;
}
.wpcr3_respond_1.wpcr3_in_content {
    padding: 10px !IMPORTANT;
}
.axelere-section .cart-contents span.count {
    background: #ffff;
    opacity: 1 !IMPORTANT;
    border-radius: 50%;
    min-width: 20px;
    width: 20px;
    height: 20px;
    font-size: 10px !important;
    text-align: center;
    position: absolute;
    right: -15px;
    top: -8px;
    padding: 2px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.testinomial-review .wpcr3_pagination {
    display: flex;
    justify-content: center;
}
.testinomial-review .wpcr3_pagination_page {
    display: none;
}


.testinomial-review .wpcr3_pagination .wpcr3_a.wpcr3_current {
    
    color: #fff;
    cursor: default;
    background-color: #e6c98f;
    
}

.testinomial-review .wpcr3_a:first-child ,.testinomial-review .wpcr3_a:last-child {
    display:none;
}
.testinomial-review .wpcr3_pagination .wpcr3_a:nth-child(2),.testinomial-review .wpcr3_pagination .wpcr3_a:last-child {
    display: none;
}
.testinomial-review .wpcr3_pagination .wpcr3_a:hover {
    color: #fff;
    background: #e6c98f;
}

.testinomial-review .wpcr3_button_1.wpcr3_submit_btn {
    background: #000;
    color: #fff;
}
.testinomial-review .wpcr3_button_1.wpcr3_cancel_btn {
    background: #000;
    color: #fff;
}
.footer-section span.elementor-icon-list-text {
    word-break: break-word;
}
.easy-image img{
    max-width:370px;
}

.need-know .elementor-widget-container p:last-child {
    display: none;
}

   .site-header-cart .widget_shopping_cart .product_list_widget li {
    padding-left: 0em;
    position: relative;
}

.site-header-cart .widget_shopping_cart .product_list_widget img {
    margin-left: 1em;
    width: 100%;
    max-width: 50px;
}

table.cart .product-thumbnail img {
    margin: 0 auto;
    max-width: 5em !important;
    height: auto;
}
.testinomial-review .elementor-element-f8422af .elementor-widget-container {
    padding-top: 40px;
}




img.alignnone.mobile-device {
    display:none;
}

  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
}
input#shipping_first_name, #shipping_last_name, #shipping_company, #select2-shipping_country-container, #shipping_address_1, #shipping_address_2, #shipping_city, #select2-shipping_state-container, #shipping_postcode, #order_comments {
    border: 1px solid black;
    background-color: #fff;
    color: #000;
    box-shadow: none;
    padding: 7px 18px;
    border-radius: 2px;
    
}
#ship-to-different-address label {
    font-weight: 700 !important;
    font-size: 16px;
}
.search p.woocommerce-info.woocommerce-no-products-found{
    color: white;
    padding: 20px;
}
.search header.woocommerce-products-header {
    width: 100%;
    float: left;
}



/*pop up*/
.popmake-overlay .pum-content.popmake-content {
    justify-content: center;
}
.popmake-overlay .pum-content.popmake-content img {
    width: 100%;
    max-width: 100%;
}

/*--------------contact-us-css----------------*/
.my-content-section {
    margin-bottom: -93px;
}

.my-content-section h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .075em;
}

.my-content-section .elementor-widget-container a {
    color: #000 !important;
    text-decoration: none !important;
}

.my-content-section {
    padding: 60px 0px;
}

.contact-us-main h2 {tan

   
    letter-spacing: .13em;
    line-height: 2;
  
 
    
        color: #000000;
    font-family: "Playfair Display", Sans-serif;
    font-size: 37px !important;
    font-weight: 700;
}

.get-in-touch {
    padding-top: 20px;
}

.sub-menu li a {
    color: #000 !important;
    padding: 20px 10px !important;
    align-items: center !important;
}

.sub-menu {
    min-width: 130px !important;
    width: 130px !important;
}

.contact-us-text p {
    margin: 0;
}

.contact-us-main .elementor-container.elementor-column-gap-default {
    max-width: 100% !important;
}

.contact-us-main .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}

.get-in-touch .elementor-heading-title.elementor-size-default {
 
    line-height: 1.33333;
}

.get-in-touch .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-4f65f5c {
    border-left: 1px solid #e1e1e1;
}

.contact-button input:hover {
       color: #fff;
    background-color: #5c4e5ea6 !important;
    letter-spacing: normal;
    text-decoration: none;
    position: relative;
    transition: all .5s;
    border-radius: 25px;

}

.contact-us-text {
    padding-left: 40px;
}

.contact-input label {
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .1em;
    color: #151515;
    font-size: 15px;
    font-family: "Poppins", Sans-serif !important;
}

/*------------end-here-------------------*/






/*  content css */
.left-sidebar .content-area {
    width: 100% !important;
    float: right !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.left-sidebar .widget-area {
    display: none;
}

.woocommerce-shop.left-sidebar .content-area, .tax-product_cat.left-sidebar .content-area {
    width: 73.9130434783% !important;
    float: right !important;
    margin-right: 0 !important;
    padding-right: 15px !important;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    outline: none !important;
}


.woocommerce-shop.left-sidebar .widget-area,.tax-product_cat.left-sidebar .widget-area {
    display: block;
    padding: 0px 0px 0px 20px;
}

.site-main {
    margin-bottom: 0px;
}

.hentry {
    margin-bottom: 15px;
}

/*  content end  */
/*   header start */
.axelere-section .cart-contents .woocs_special_price_code {
    display: none !important;
}


.axelere-section .elementor-container.elementor-column-gap-default,
.axelere-links .elementor-container.elementor-column-gap-default,
.footer-section.elementor-section.elementor-section-boxed > .elementor-container,
.customize-back .elementor-container.elementor-column-gap-default {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    align-items: center;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    outline: unset;
}

.axelere-logo {
    max-width: 180px;
    max-height: initial;
}

.axelere-section input.hfe-search-form__input {
    border-color: #c9c9c9;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #495057;
    background-color: #fff !important;
    border: 0;
    box-shadow: none;
}

.elementor-2553 .elementor-element.elementor-element-cd61a56 > .elementor-widget-container {
    background-color: unset !important;

}

.axelere-section .hfe-search-form__container {
    border: 1px solid #ced4da !important;
    border-color: #c9c9c9 !important;
}

.axelere-section .hfe-search-submit {

    background-color: #fff !important;
    font-size: 11px !important;
    color: #000 !important;
}

.axelere-section .cart-image {
    max-width: 23px;
    height: auto;
}

.axelere-section .header-cart .elementor-widget-wrap {
    justify-content: right;
    display: flex;
    flex-wrap: nowrap;
}

.header-menu nav.hfe-dropdown ul.hfe-nav-menu li.current-menu-item a.hfe-menu-item {
    color: #000000 !important;
}

.axelere-section form.hfe-search-button-wrapper {
    margin-bottom: 0px;
}

.axelere-section .lang-select-sec {
    padding-right: 20px !important;
}

.axelere-section .wmc-count {
    position: absolute;
    right: -10px;
    height: 18px;
    width: 18px;
}

.header-sub-links {
    text-transform: uppercase;

}

.header-lang-sec .selectron23-container[data-opened="0"] > span {
    top: 50% !important;
    transform: translateY(-50%);
}

.axelere-section .hfe-nav-menu__layout-horizontal li.menu-item {
    font-size: 14px;
}

.login_logout_sec .mmy-custom-login-link.menu-button.menu-item {
    list-style: none;

}

.login_logout_sec .mmy-custom-login-link.menu-button.menu-item a.wpex-logout svg {
    fill: #fff;
    width: 100%;
    max-width: 14px;
}

.login_logout_sec {
    padding-top: 5px;
}

.login_logout_sec .mmy-custom-login-link.menu-button.menu-item a.wpex-logout span.link-inner {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-left: 10px;
}

h1.entry-title {
    display: none !important;
}

.elementor-column {
    min-height: 0px;
}

.selectron23 {
    height: 37px !important;
    width: 254px;
    transform: unset !important;
    flex-basis: unset !important;
}

.selectron23-container {
    min-height: 37px !important;
    border-radius: 0px;
    border-color: rgb(238, 238, 238);
    background: rgb(238, 238, 238);
    border-width: 1px;
}

.selectron23-container .selectron23-option {

   padding: 5.25px 20px 5.25px 9px !important;
}

/*  header ends*/

/*  footer starts*/

.footer-section .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
    margin: auto;
    justify-content: center;
    align-items: center;

}

.elementor-2553 .elementor-element.elementor-element-47cc056 {

    height: 39px;
    padding-right: 23px;

}

/*  footer ends*/

/*  main section start*/
.col-full {
    max-width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0em !important;
    box-sizing: content-box;
}

.product-description .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1300px;
}

.product-description .elementor-widget-wrap.elementor-element-populated {
    display: flex;
    flex-wrap: nowrap;

}

.product-description .shop_now,
.product-brief a {
    background-color: #5C4E5E;
    text-decoration: none !important;
    color: #ffffff;
    text-transform: uppercase;
    padding: 13px 43px;
    font-size: 12px;
    font-family: Open Sans, sans-serif;
}

.product-description .shop_now:hover,
.product-brief a:hover {
    color: #fff;
    background-color: #5c4e5ea6;
    letter-spacing: normal;
    text-decoration: none;
    position: relative;
    transition: all .5s;
    border-radius: 25px;
}

.product-description .product-heading {
    line-height: 31px;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: Playfair Display, serif;
    font-weight: 700;
}

.product-description .sub-para {
    color: #788188;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 45px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.product-description .elementor-element.elementor-element-16ae3dd.elementor-widget.elementor-widget-image {
    width: 25%;
}

.product-description .elementor-2550 .elementor-element.elementor-element-5f2a345 {

    max-width: 1300px;
    margin: 30px auto;
}

.social-text .elementor-widget-container {
    margin: -105px auto;
    background-color: white;
    max-width: 350px;
    padding: 15px;
    box-shadow: 0px 1px 3px #ccc;
}

.social-section .elementor-icon-box-title {
    margin-bottom: 5px !important;
}

.social-section .elementor-icon-box-icon {
    margin-bottom: 0px !important;
}

.social-section .elementor-element.elementor-element-0a819a5.elementor-widget.elementor-widget-text-editor {

    margin: auto;
}

/*  main section ends*/

/*  recomend  section*/
.elementor-2550 .elementor-element.elementor-element-2fa3f4a > .elementor-container {
    min-height: 560px;
    align-items: flex-start;
}

.customize-back .elementor-widget-container {
    max-width: 508px;
}

section.elementor-section.elementor-top-section.customize-back {
    background-size: cover !important;
}

.customize-back h2 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;


    line-height: 48px;
    text-transform: none;
    font-family: 'Playfair Display';
    padding-top: 80px;
    margin-bottom: 0px;

}

.elementor-2550 .elementor-element.elementor-element-e5d65d9 > .elementor-container {
    max-width: 465px;
    margin-left: 0px;
}

/*  recomend section end*/

/* testimonals section  start */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1300px;
    flex-wrap: wrap;
}

.testinomials-slides .sp-testimonial-free-section .sp-testimonial-title h3 {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;

}

.testinomials-slides .sp-testimonial-free-section .sp-testimonial-client-testimonial,
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 14px;
    color: #505050;
    line-height: 18px;
}


.testinomials-slides #sp-testimonial-free-wrapper-3045 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #5b5959;
}

.sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.testinomails .sp-testimonial-free {
    position: relative;
    border: 1px solid #bdbaba;
    padding: 22px;
    background: white;
    padding-top: 100px;
    border-radius: 7px;
    min-height: 330px;
    height: 330px;
    background-color: #f5f5f5;
}

.testinomails .sp-testimonial-item.swiper-slide {
    padding-top: 75px;
}

.testinomails .sp-testimonial-free-section .sp-testimonial-client-image {
    position: absolute;
    top: 0px;
    z-index: 11;
    margin: -55px 0px 0px 0px;
    left: 0;
    right: 0;
}

.testinomails .sp-testimonial-free-section.swiper-initialized {
    margin: 0px 10px;
}

.testinomails .sp-testimonial-free-section .sp-testimonial-client-image img {
    width: 120px;
    height: 120px;
    border: 10px solid white;
    object-fit: cover;
}

.testinomails .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 14px;
    color: #505050;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  testinomial end*/

/*   product details start*/

.product-brief .elementor-widget-wrap.elementor-element-populated {
    display: flex;
    flex-wrap: nowrap;
}

.product-brief .elementor-element.elementor-element-63c71fb.elementor-widget.elementor-widget-image,
.product-brief .elementor-element.elementor-element-4c36813.elementor-widget.elementor-widget-image {
    width: 25%;
}

.product-brief .product_head {
    font-family: Playfair Display, serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    word-wrap: break-word;
}

.product-brief p {
    color: #788188;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
   margin-bottom:0px;
    line-height: 20px;
    height: 130px;
}




/*   product details end*/

/*  instagram section start */
.instagram-section .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}

.insta1,
.insta2,
.insta3,
.insta4 {
    display: none;
}

/*   instagram section ends*/
/*   cart icon start*/

.site-header-cart .cart-contents {
    padding: 6px 0px !important;
}

.site-main ul.products li.product span.woocommerce-Price-amount.amount,
.site-main ul.products li.product span.count {
    display: none !important;
}

.site-header-cart .cart-contents::after {
    color: #ffffff;
}

.widget.woocommerce.widget_shopping_cart {
    position: absolute;
    width: 253px;
    left: -216px !important;
    top: 24px;
    padding: 10px 20px;
    display: none;
}


.elementor-element.elementor-element-83e8e2d.elementor-widget.elementor-widget-shortcode:hover .widget.woocommerce.widget_shopping_cart,
.elementor-element.elementor-element-83e8e2d.elementor-widget.elementor-widget-shortcode:active .widget.woocommerce.widget_shopping_cart {
    display: block;
}

.site-header-cart .elementor-shortcode {
    height: 38px;
}



/*   cart icon end*/


/*   about us page*/

.storefront-breadcrumb {
    display: none;
}

.product-structure img.attachment-full.size-full {
    width: 100%;
    max-width: 118px;
    height: auto;
    min-height: 84px;
}

.product-structure figure.elementor-image-box-img {
   width: 100% !important;
    height: 160px;
    max-width: 160px;
    border: 1px solid #000;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.product-structure .elementor-image-box-content {
    margin-left: 15px;
    max-width: 380px;
    margin-right: 48px;
}

.product-structure h5 {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #788188;
}

.product-structure p {
    color: #788188;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.product-structure .elementor-image-box-wrapper {
    display: flex !important;
    align-items: center !important;
}

/*  about us page end */


/*  contact poge starts*/


.contact-details {
    display: flex;
    justify-content: space-between;
}

.contact-input {
    width: 34%;
    padding-left: 15px;
    margin-bottom: 20px;
    padding-right: 26px;
}

.contact-input input,
.contact-inputs input,
.contact-inputs textarea {
    width: 100%;
    border-bottom: 1px solid #e1e1e1 !important;
    background-color: #fff !important;
    color: #000 !important;
    max-width: 100%;
    line-height: 1.2;

    box-shadow: none !important;
    padding: 10px 0px !important;
    resize: none;
}

.contact-inputs textarea {
    max-height: 65px;

}

.contact-text {
    padding-left: 40px;
    border-left: 1px solid #e1e1e1;
    max-height: 61px;
}

.otgs-development-site-front-end {
    display: none;
}


.contact-inputs {
    padding-left: 15px;
    margin-bottom: 20px;
}

.contact-input label,
.contact-inputs label {
    font-family: Open Sans, sans-serif !important;
    font-weight: bold;
    font-size: 14px;
    color: #070204;
    line-height: 32px;
}

.contact-button input {
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 19px 50px;
    background-color: #7796a8;
    color: #fff;
    font-family: Work Sans, HelveticaNeue, Helvetica Neue, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    white-space: normal;
    font-size: 14px;
}

.contact-button {
    padding-left: 15px;
    padding-top: 10px;

}

.contact-button input {
    background: #5C4E5E!important;
    color: white !important;
    padding: 12px 30px !IMPORTANT;
    font-size: 12px;
    font-family: Open Sans, sans-serif;
}



/*   shop page start*/
.woocommerce-shop .bapf_body li input, 
.tax-product_cat .bapf_body li input  {
    position: absolute;
    opacity: 0;
}

.woocommerce-shop .bapf_body li input + label,
.tax-product_cat .bapf_body li input + label,
.single-product .comment-form-cookies-consent input + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.woocommerce-shop .bapf_body li input + label::before,
.tax-product_cat .bapf_body li input + label::before,
.single-product .comment-form-cookies-consent input + label::before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    border: 1px solid #43454b;
    line-height: 20px;
    border-radius: 3px;
    margin-top: 0px;
    color: #43454b;
    background: white;
}

/*.woocommerce-shop .bapf_body li input:hover + label::before {
  background: #c7a958;
}*/
.woocommerce-shop .bapf_body li input:checked + label::before,
.tax-product_cat .bapf_body li input:checked + label::before,
.single-product .comment-form-cookies-consent input:checked + label::before {
    background: #c7a958;
    border: 1px solid #ffffff;
}

.woocommerce-shop .bapf_body li input:checked + label::after,
.tax-product_cat .bapf_body li input:checked + label::after,
.single-product .comment-form-cookies-consent input:checked + label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 10px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.single-product .comment-form-cookies-consent input:checked + label::after {

    top: 7px;
}

.woocommerce-shop .bapf_body ul li input,
.tax-product_cat .bapf_body ul li input,
.single-product .comment-form-cookies-consent input {
    display: none;
}

.woocommerce-shop #content, .tax-product_cat #content {
    max-width: 1200px;
    margin: auto;

}

.woocommerce-shop .col-full, .tax-product_cat .col-full  {
    margin-top: 55px;
}

.single-product .type-product p {
    margin-top: 25px;
}

.woocommerce-shop .woocommerce-products-header__title.page-title,.tax-product_cat .woocommerce-products-header__title.page-title {
    color: #000000;
    font-family: "Playfair Display", Sans-serif;
    font-size: 37px;
    font-weight: 700;
    padding: 10px 0px;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

.related-product {
    padding: 0px 15px;
    width: 33%;
}

.woocommerce-shop .woocommerce-products-header, .tax-product_cat .woocommerce-products-header  {
    width: 50%;
    float: left;
}

.woocommerce-shop .storefront-sorting, .tax-product_cat .storefront-sorting {
    width: 50%;
    float: right;
    display: flex;
    align-items: center;
    height: 50.35px;
    justify-content: end;
}

.woocommerce-shop .woocommerce-ordering, .tax-product_cat .woocommerce-ordering  {
    display: inline-block;
    position: relative;
    border: 1px solid #ddd;
    padding: 0px;
}

.woocommerce-shop .woocommerce-ordering select, .tax-product_cat .woocommerce-ordering select  {
    cursor: pointer;
    border: none;
    width: auto;
    font-size: 13px;
    color: #878787;
    height: 40px;
    line-height: 44px;
    padding: 0 30px 0 15px;
    width: 100%;
    background: 0 0;
    box-shadow: none;
    font-family: "Open Sans", Sans-serif;
}

.woocommerce-shop .woocommerce-ordering, .tax-product_cat .woocommerce-ordering {
    display: inline-block;
    position: relative;
    border: 1px solid #ddd;
    padding: 0px;
    margin-right: 20px;
}

.woocommerce-shop .irs--flat .irs-handle.state_hover > i:first-child,
.tax-product_cat .irs--flat .irs-handle.state_hover > i:first-child,
.woocommerce-shop .irs--flat .irs-handle:hover > i:first-child,
.tax-product_cat .irs--flat .irs-handle:hover > i:first-child {
    background-color: #333333;
}

.woocommerce-shop p.woocommerce-result-count, .tax-product_cat p.woocommerce-result-count  {
    font-family: "Open Sans", Sans-serif;
    padding: 10px;
}

.woocommerce-shop .woocommerce-pagination, .tax-product_cat .woocommerce-pagination{
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
}

.woocommerce-shop .site-main, .tax-product_cat .site-main {
    position: relative;
    padding-bottom: 20px;
}

.site-main ul.products li.product img.attachment-woocommerce_thumbnail {
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 15px;
}


 .site-main .related ul.products li.product img.attachment-woocommerce_thumbnail {
    width: 100%;
    max-width: 100%;
    height: 360px;
    object-fit: cover;
    margin-bottom: 15px;
    object-position: top center;
}

.site-main .related ul.products li.product {
    box-shadow: none;
}
.site-main ul.products li.product h2.woocommerce-loop-product__title {
    text-align: left;
    text-transform: uppercase;
    font-family: "Open Sans", Sans-serif;
    letter-spacing: .5px;
    line-height: 1.1;
    font-weight: 500;
    height: 18px;
    margin: 0 auto 2px;
    font-size: 14px !important;
    padding: 0px 11px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 16px;


}

.site-main .related ul.products li.product h2.woocommerce-loop-product__title {
    text-align: center;
}
.single-product .comment-respond #commentform input#submit:hover {
    background: #c7a958;
    border-color: #c7a958;
    transition: all 0.5s ease;
}

p.stars.selected a.active:before,
p.stars:hover a:before,
p.stars.selected a:not(.active):before,
p.stars.selected a.active:before {
    color: #c7a958 !important;
}

ul.products li.product .star-rating {
    text-align: left !IMPORTANT;
    margin-left: 11px !important;

}

ul.products li.product .star-rating span:before {
    color: #cea679;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
}

ul.products li.product .star-rating::before {
    opacity: .25;
    color: #cea679;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    float: left;
}

.site-main ul.products li.product {
    text-align: left;
    box-shadow: 0px 1px 5px #ccc;
    min-height: 456px;
    padding: 0px 0px 11px;
}

.woocommerce-shop .site-main ul.products.columns-3 li.product, .tax-product_cat .site-main ul.products.columns-3 li.product{
    width: 32%;
    margin: 0px 15px 50px 0px;
    float: unset;
}

.woocommerce-shop ul.products.columns-3, .tax-product_cat ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-shop .site-main .storefront-sorting:last-child,.tax-product_cat .site-main .storefront-sorting:last-child  {
    display: none;
}

.site-main ul.products li.product span.woocommerce-Price-amount.amount,
.site-main ul.products li.product span.count {
    display: block !important;
    color: #696969;
    padding: 0px 11px;
    font-family: "Open Sans", Sans-serif;
    font-weight: 700;
    font-size: 17px;
}

.site-main .related ul.products li.product span.woocommerce-Price-amount.amount {
    text-align: center;
}
ul.products li.product .price {
    margin-bottom: 2px;
}

ul.products li.product .button {
    background-color: #5C4E5E;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin: 8px 9px 11px 11px;
    padding: 9px 10px;
    width: 44%;
    font-size: 12px;
    text-align: center;
}


.woocommerce-shop .added_to_cart,.tax-product_cat .added_to_cart {
    margin-right: 11px;
    width: 44%;
    font-size: 13px;
}

.woocommerce-shop .bapf_head h3, .tax-product_cat .bapf_head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Open Sans", Sans-serif;
}

.woocommerce-shop .bapf_sfilter label, .tax-product_cat .bapf_sfilter label {
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    color: #5f5f5f;
    padding: 0;
    font-weight: 400;
    text-align: left;
    line-height: inherit;
}

.woocommerce-shop .irs--flat .irs-bar, .tax-product_cat .irs--flat .irs-bar {
    background-color: #222;
}

.woocommerce-shop .irs--flat .irs-from,
.tax-product_cat .irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to,
.irs--flat .irs-handle > i:first-child {
    background-color: #222;

}

.woocommerce-shop .irs--flat .irs-from:before,
.tax-product_cat .irs--flat .irs-from:before,
.woocommerce-shop .irs--flat .irs-to:before,
.tax-product_cat .irs--flat .irs-to:before {
    border-top-color: #222;
}

.woocommerce-shop button.bapf_button.bapf_reset,
.tax-product_cat button.bapf_button.bapf_reset {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;

    padding: 7px 38px;
    font-size: 15px;
    text-align: center;
}

.woocommerce-shop ul.products li.product img,
.tax-product_cat ul.products li.product img
{
    height: 300px;
}


/* shop page end */


/* single page css */
/* .single-product .site-main {
    width: 100%;
    max-width: 1300px;
    padding: 10px;
    margin: 0 auto;
} */

.single-product .col-full {
    max-width: 1300px !important;
    padding: 0px 10px !important;
    margin: auto !important;
}

.single-product .woocommerce-message {
    margin-bottom: 0 !important;
}

.single-product .site-main .product {
    padding-top: 40px;
    display: table;
    width: 100%;
}

.single-product .site-main .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    width: 50%;
    margin: 0px;
}

.single-product .site-main .woocommerce-product-gallery.woocommerce-product-gallery--with-images figure.woocommerce-product-gallery__wrapper a img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.single-product .site-main .summary.entry-summary {
    width: 50%;
    padding-left: 30px;
}

.single-product .site-main .summary.entry-summary .product_title.entry-title {
    display: block !important;
    font-family: Playfair Display, serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    word-wrap: break-word;
    margin-bottom: 0px;
}

.single-product .site-main .product .woocommerce-tabs.wc-tabs-wrapper .panel .woocommerce-noreviews {
    background-color: #000;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 20px;
}

.single-product .site-main .summary.entry-summary .woocommerce-product-rating {
    display: none;
}

.single-product .site-main .summary.entry-summary .price span.woocommerce-Price-amount.amount bdi {
    color: #788188;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin: 0px;
}

button.single_add_to_cart_button.button.alt {
    background-color: #5C4E5E;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin: 8px 9px 11px 11px;
    padding: 9px 10px;
    width: 44%;
    font-size: 12px;
    text-align: center;
    margin: 0px;
}

.single-product .site-main .summary.entry-summary .quantity input {
    height: 37.41px;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #5c4e5e;
    box-shadow: none;
    background: #5c4e5e;
}

.single-product .site-main .summary.entry-summary .price {
    margin: 0px 0px 10px;
}

.single-product .site-main .summary.entry-summary .woocommerce-description {
    color: #788188;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 30px 0px 0px;
}

.single-product .site-main .summary.entry-summary .product_meta,
.single-product .site-main .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
    display: none;
}

.single-product .site-main .product .woocommerce-tabs.wc-tabs-wrapper .panel {
    width: 100%;
    padding: 24px;
    border: 1px solid #ECECEC;
    margin-top: 10px;
}

.single-product .site-main .product .woocommerce-tabs.wc-tabs-wrapper {
    display: table-footer-group;
}

.single-product .site-main .product .woocommerce-tabs.wc-tabs-wrapper h2.woocommerce-Reviews-title {
    font-family: Playfair Display, serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    word-wrap: break-word;
    margin-bottom: 12px;
}

.single-product .site-main .product .woocommerce-tabs.wc-tabs-wrapper ol.commentlist li.review {
    border-bottom: 1px solid #ECECEC !important;
    padding-bottom: 24px;
}

.single-product .site-main .product .woocommerce-tabs.wc-tabs-wrapper ol.commentlist li.review .comment_container img.avatar {
    margin-right: 20px !important;
    border-radius: 50%;
}

.single-product .site-main .product .woocommerce-tabs.wc-tabs-wrapper ol.commentlist li.review .comment_container .comment-text {
    width: 89% !important;
}

.single-product .site-main .product .woocommerce-tabs.wc-tabs-wrapper ol.commentlist li.review .comment_container .comment-text .meta,
.single-product .site-main .product .woocommerce-tabs.wc-tabs-wrapper ol.commentlist li.review .comment_container .comment-text .description p {
    color: #788188;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.single-product .site-main .product .woocommerce-tabs.wc-tabs-wrapper ol.commentlist li.review .comment_container .comment-text .star-rating::before,
.single-product .site-main .product .woocommerce-tabs.wc-tabs-wrapper ol.commentlist li.review .comment_container .comment-text .star-rating span::before {
    color: #cea679;
}

.single-product .site-main .product .woocommerce-tabs.wc-tabs-wrapper .comment-respond {
    padding: 0px !important;
    background-color: transparent !important;
}

.single-product .site-main .product .woocommerce-tabs.wc-tabs-wrapper .comment-respond form.comment-form label {
    color: #788188;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    padding-bottom: 5px;
}

.single-product .site-main .product .woocommerce-tabs.wc-tabs-wrapper .comment-respond form.comment-form textarea {
    padding: 10px 18px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 2px;
    resize: vertical;
}

.single-product .site-main .product .woocommerce-tabs.wc-tabs-wrapper .comment-respond form.comment-form input {
    padding: 10px 18px;
    border: 1px solid black;
    background-color: #fff;
    color: #000;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px;
    box-shadow: none;
}

.single-product .site-main ul.products.columns-3 li.product {
    width: 32%;
    float: unset;
    margin-right: 25px;
    text-align: center;
}

.single-product .site-main .product .woocommerce-tabs.wc-tabs-wrapper .comment-respond form.comment-form input.submit {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
    padding: 7px 38px;
    font-size: 15px;
    text-align: center;
}

.related.products h2 {
    font-family: Playfair Display, serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    word-wrap: break-word;
    margin-bottom: 30px;
}

.related.products ul.products {
    padding: 0px 5px;
}

.single-product .related.products ul.products {
    display: flex;
    flex-wrap: wrap;
}


.about_product_details {
    padding: 20px 0px;
}

.about_product_details p {
    color: #788188;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 20px;
}

.storefront-sticky-add-to-cart.storefront-sticky-add-to-cart--slideInDown span.storefront-sticky-add-to-cart__content-title,
.storefront-sticky-add-to-cart.storefront-sticky-add-to-cart--slideInDown span.storefront-sticky-add-to-cart__content-price {
    color: #788188;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 20px;
}

.storefront-sticky-add-to-cart__content .storefront-sticky-add-to-cart__content-product-info .star-rating::before,
.storefront-sticky-add-to-cart__content .storefront-sticky-add-to-cart__content-product-info .star-rating span::before {
    color: #cea679;
}

.storefront-sticky-add-to-cart .storefront-sticky-add-to-cart__content .storefront-sticky-add-to-cart__content-button {
    background-color: #333333;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 40px;
    font-size: 12px;
    text-align: center;
}

.single-product img.woocommerce-placeholder.wp-post-image {
    height: 300px;
    margin-bottom: 15px;
}

.single-product .related {
    margin-top: 25px;
}

/*  single page end */


/* cart page start */

.woocommerce-account .site-content {
    margin-top: 3rem;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    font-family: Open Sans, sans-serif;
    background-color: #c7a958 !important;
}

.woocommerce-info {
    background-color: #000000 !important;
}

.woocommerce-cart .woocommerce {
    max-width: 1200px;
    margin: 0 auto;
    /* padding-left: 55px;
    padding-right: 55px; */
}

.woocommerce-cart .shop_table {
    margin-top: 5rem;
    padding: 0px 55px;
}

.woocommerce-cart .shop_table td a {
    font-family: Open Sans, sans-serif;
    color: #333333;
    font-size: 16px;

}

.woocommerce-cart .shop_table td .woocs_special_price_code {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    color: #788188;
}

.woocommerce-cart .shop_table td {
    vertical-align: middle;
}

.woocommerce-cart th {
    font-weight: 600;
    color: #333333;
    font-size: 16px;
    font-family: Open Sans, sans-serif;
}

.woocommerce-cart .coupon input,
.woocommerce-cart .coupon button {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
}

.woocommerce-cart .cart_totals h2 {
    font-family: Playfair Display, serif;
    font-size: 27px;
    font-weight: 600;
}

.woocommerce-cart .cart_totals .shop_table {
    margin-top: 1.5rem;
}

.woocommerce-cart .cart-subtotal .woocommerce-Price-amount amount {
    font-family: Open Sans, sans-serif;
    color: #2c2d33;
    font-size: 16px;
}

.woocommerce-cart .cart-subtotal th {
    font-family: Open Sans, sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    background-color: #7796a8;
    color: #fff;
    font-family: Work Sans, HelveticaNeue, Helvetica Neue, sans-serif;
    font-weight: 600;
    font-size: 14px !important;
    text-transform: uppercase;
    width: 46%;
    float: right;
    border: 1px solid transparent;
    text-align: center;
}

/* cart page end */


/*checkout page*/
.woocommerce-checkout .site-content h3 {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 20px !important;
    font-family: Playfair Display, serif;
    font-weight: 700;
    padding: 0px !important;
    color: #333333;
}

.woocommerce-checkout .site-content label {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #070204;
    line-height: 32px;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection {
    padding: 10px 18px;
    border: 1px solid black;
    background-color: #fff;
    color: #000;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px;
    box-shadow: none;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection {
    height: 41.2px;
}

.woocommerce-checkout .woocommerce-additional-fields textarea {
    border: 1px solid black;
    background-color: #fff;
    color: #000;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px;
}

.woocommerce-checkout .woocommerce-info {
    background: black;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tr th {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    color: #333333;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tr td {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    color: #788188;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection span {
    line-height: 19px;
}

.woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text p {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    color: #788188;
}

.woocommerce-checkout-payment .place-order #place_order {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
    font-family: Open Sans, sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    display: block !important;
}

.woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text p a {
    color: #000;
}

/*checkout ends*/

/*  /My-Acount-page-start-here/*/

#customer_login {
    width: 100%;
    max-width: 1300px;
    padding: 0px 10px;
    margin: 0 auto !important;
    float: unset !important;
}

#customer_login h2 {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 20px !important;
    font-family: Playfair Display, serif;
    font-weight: 700;
    padding: 0px !important;
    color: #333333;
}

#customer_login .woocommerce-form label {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #070204;
    line-height: 32px;
}

#customer_login .woocommerce-form input {
    padding: 10px 18px;
    border: 1px solid black;
    background-color: #fff;
    color: #000;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px;
    box-shadow: none;
}

#customer_login .woocommerce-form p {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    color: #788188;
}

#customer_login .woocommerce-form p a {
    color: #000;
    text-decoration: none;
}

#customer_login .woocommerce-form button {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
    font-family: Open Sans, sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    padding: 9px 30px;
    margin-top: 10px;
}

/*/My-Acount-page-end-here/*/



/*privacy policy starts*/
.privacy-policy .site-content {
    padding-top: 3rem;
}

.privacy-policy .elementor-widget-container h3,
.terms .elementor-widget-container h3,
.shipping .elementor-widget-container h3 {
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    margin: 40px 0px 14px 0px;
    font-weight: 500;
}

/*privacy policy ends*/


/***--- My-account-page-after-login-start-here ---***/

.woocommerce-account .site-content {
    width: 100%;
    max-width: 1300px;
    padding: 0px 10px;
    margin: 0px auto 0px auto;
}

.woocommerce-edit-account .site-content {
    margin-top: 10px;
}

}

.woocommerce-account .content-area .woocommerce p,
.woocommerce-account .content-area .woocommerce address {
    color: #788188;
    margin-bottom: 20px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.woocommerce-account .content-area .woocommerce p a {
    color: #000;
    text-decoration: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    color: #788188;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #000;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a::before {
    color: #000;
}

.woocommerce-account .woocommerce .woocommerce-info,
.woocommerce-account .woocommerce .woocommerce-info a.woocommerce-Button {
    background: black;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.woocommerce-account .content-area .woocommerce h3 {
    color: #000000;
    font-family: "Playfair Display", Sans-serif;
    padding: 10px 0px;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0px;
}

.woocommerce-account .content-area .woocommerce .addresses header.title a::before {
    color: #000;
}

.woocommerce-account .content-area .woocommerce label {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #070204;
    line-height: 32px;
}

.woocommerce-account .content-area .woocommerce input,
.woocommerce-account .content-area .woocommerce .select2-selection {
    padding: 10px 18px;
    border: 1px solid black;
    background-color: #fff;
    color: #000;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px;
    box-shadow: none;
}

.woocommerce-account .content-area .woocommerce .select2-selection {
    height: 38.7px;
}

.woocommerce-account .content-area .woocommerce .select2-selection .select2-selection__rendered {
    line-height: 17px;
}

.woocommerce-account .content-area .woocommerce form button.button {
    background-color: #000000;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 30px;
    font-size: 12px;
    text-align: center;
}

.woocommerce-account .content-area .woocommerce fieldset {
    position: relative;
    padding-top: 60px;
}

.woocommerce-account .content-area .woocommerce fieldset legend {
    margin: 0;
    padding: 0px;
    position: absolute;
    top: 20px;
    left: 25px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #070204;
    line-height: 32px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    border: 0px !important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    border: 1px solid #bdbfc1;
    padding: 0px 11px;
    margin-top: 0;
    border-bottom: 0px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:last-child {
    border-bottom: 1px solid #bdbfc1;
}

.woocommerce-account li.woocommerce-MyAccount-navigation-link.is-active,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:hover {
    background: #000000;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a::before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:hover a::before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:hover a {
    color: #ffffff;
}

.woocommerce-account .content-area .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr th span {
    color: #788188;
    margin-bottom: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
}

.woocommerce-account .content-area .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td,
.woocommerce-account .content-area .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td a {
    color: #788188;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
}

.woocommerce-account .content-area .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td a {
    text-decoration: none;
}

.woocommerce-account .content-area .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td a.button {
    background-color: #000000;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 10px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    max-width: 140px;
}

.woocommerce-edit-account .entry-header {
    display: none;
}

.woocommerce-edit-account .entry-content {
    margin-top: 65px;
}

.woocommerce-edit-account .woocommerce-message {
    margin-bottom: 0px;
}

.woocommerce-account .entry-header {
    display: none;
}


/* order recieved page */
.woocommerce-order-received .site-content {
    margin-top: 60px;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    color: #788188;
}

.woocommerce-order-received .order_details {
    margin-top: 36px;
    margin-bottom: 36px;
}

.woocommerce-order-received .woocommerce-order-overview li {
    font-family: Open Sans, sans-serif;
    color: #788188;
    font-size: 12px;
    font-weight: 500;
}

.woocommerce-order-details .woocommerce-table tr td a {
    color: #000000;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    font-size: 14px;

}

.woocommerce-order-received .woocommerce-table {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
}

.woocommerce-order-received section.woocommerce-order-details {
    margin-top: 36px;
}

.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title {
    font-family: Open Sans, sans-serif;
    font-size: 34px;
}

.woocommerce-customer-details address {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
}

.header-searchmenu .elementor-widget-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    align-items: center;
}

.header-searchmenu .dgwt-wcas-search-wrapp {
    max-width: 200px;
    text-align: right;
    margin-right: 0px;
}

.desktop-logo .elementor-widget-wrap {
    justify-content: center;
}

.lang-select-sec .elementor-shortcode {
    width: 50%;
}

.header-searchmenu .elementor-widget-wrap .elementor-widget-shortcode {
    margin-bottom: 0px;

}

.elementor-element.elementor-element-4a50e9a.login_logout_sec.elementor-widget.elementor-widget-shortcode {
    width: 30%;
    margin-left:15px;
}

.header-searchmenu .cart-icon {
    width: 10%;
}

/* order recieved page ends */
/***--- My-account-page-after-login-end-here ---***/

/***--- New-header-design-css-start-here  ---***/

.axelere-section .header-cart.header-left-col .elementor-widget-wrap.elementor-element-populated {
    justify-content: left;
}

.header-left-col .header-logo-sec {
    max-width: 70px;
    margin-bottom: 0px;
}

.header-left-col .lang-select-sec.header-lang-select {
    max-width: 160px;
    padding-left: 20px !important;
}

.header-left-col .lang-select-sec .elementor-shortcode {
    width: 100%;
}

.header-left-col .lang-select-sec.header-currency {
    max-width: 150px;
}

.header-left-col .lang-select-sec.header-lang-select .wpml-ls-item-toggle {
    min-height: 40px;
    line-height: 23px;
}

.header-left-col .lang-select-sec.header-currency .selectron23 {
    height: 40px !important;
}

.header-left-col .lang-select-sec.header-currency {
    height: 40px !important;
}

.lang-select-sec.header-currency .selectron23 .selectron23-container span {
    border: 0.35em solid transparent;
    border-top: 0.5em solid;
    top: 16px !important;
    margin-top: 0px; 
}

.axelere-section .hfe-nav-menu nav.hfe-nav-menu__layout-horizontal ul.hfe-nav-menu li.menu-item a.hfe-menu-item:hover,
.axelere-section .hfe-nav-menu nav.hfe-nav-menu__layout-horizontal ul.hfe-nav-menu li.menu-item a.hfe-menu-item:focus {
    color: #000000;
}

.axelere-section .hfe-nav-menu nav.hfe-nav-menu__layout-horizontal ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item:first-child {
    border-top: 1px solid #c4c4c4 !important;
}

.axelere-section .hfe-nav-menu nav.hfe-nav-menu__layout-horizontal ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item a.hfe-sub-menu-item {
    padding: 15px 25px !important;
}

.axelere-section ul#site-header-cart li a.cart-contents::after {
    content: "\f07a";
    height: 30px;
}

.popmake-overlay {
    /*
    background: url(https://dev.zestgeek.com/axelere/wp-content/uploads/2022/10/image-7-1.png);
    background-repeat: no-repeat;
    background-size: cover;
*/
    background-color: rgba(0, 0, 0, .7) !important;
    overflow: hidden !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{
    padding-right: 0px !important;
}
.popmake-overlay .pum-container {
    border: 0px !important;
    box-shadow: none !important;
    min-width: unset !important;
    background: transparent !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    top: 50% !important;
    height: fit-content !important;
    transform: translate(-50%, -50%);
    left: 50% !important;
}

.popup-area h2.pop-title {
    line-height: 35px;
    font-size: 30px;
    font-family: Playfair Display, serif;
    font-weight: 700;
    text-align: center;
    width: 100%;
    max-width: 370px;
    margin: 0 auto 50px;
    padding: 0px 10px;
}

.popup-content {
    display: flex;
    justify-content: center;
    margin: 0 -10px;
    max-width: 590px !important;
    margin: 0 auto;
}

.popup-content .pop-up-para,
.popup-content .pop-up-image {
    padding: 0px 10px;
}

.popup-area p {
    font-size: 20px;
    font-family: Open Sans, sans-serif;
    color: #000;
    line-height: 30px;
    text-align: center;
}

.popup-content .pop-up-image img {
    width: 100%;
    max-width: 290px !important;
}

.popmake-overlay button.pum-close.popmake-close:before,
.popmake-overlay button.pum-close.popmake-close:after {
    position: absolute;
    left: 19px;
    content: ' ';
    height: 22px;
    width: 2px;
    background-color: #333;
    display: block;
    top: 9px;
}

.popmake-overlay button.pum-close.popmake-close:before {
    transform: rotate(45deg);
}

.popmake-overlay button.pum-close.popmake-close:after {
    transform: rotate(-45deg);
}

.popmake-overlay button.pum-close.popmake-close {
    background: #fff;
    font-size: 0px;
    width: 40px;
    height: 40px;
    padding: 0px;
/*
    top: 52px;
    right: 40px;
*/
    border-radius: 50%;
    top: 0px !important;
    right: 6px;
    box-shadow: -1px 0px 4px 1px #0000009e;
}

.popmake-overlay {
    /*
    display: flex !IMPORTANT;
    justify-content: center;
    align-items: center;
*/
}

.popmake-overlay .pum-content.popmake-content {
    position: unset;
/*
    height: 100%;
    display: flex;
    align-items: center;
*/
}

.popmake-content p.bottom-text {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0px 10px;
}

.popmake-overlay .popup-area {
    background: url(https://dev.zestgeek.com/axelere/wp-content/uploads/2022/10/face-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    background-position: center;
}

.header-left-col .lang-select-sec.header-lang-select .wpml-ls-item-toggle img, .header-left-col .lang-select-sec.header-lang-select ul.wpml-ls-sub-menu li a.wpml-ls-link img {
    display: none;
}

/***--- New-header-design-css-end-here  ---***/

/***--- Nov-29-design-css-start-here  ---***/
.form-design.sec form input {
    background: transparent;
    border: 1px solid #cccccc;
    box-shadow: none;
}

.form-design.sec form .text-color a {
    color: #000;
}

.custom-radio-btns .wpcf7-list-item label {
    position: relative;
    margin-right: 20px;
}

.custom-radio-btns .wpcf7-list-item label input[type="radio"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0; 
}

.custom-radio-btns .wpcf7-list-item label .wpcf7-list-item-label {
    width: 50px;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #5c4e5e;
    padding: 4px 10px;
    cursor: pointer;
    background-color: #5c4e5e;
    color:#fff;
}
.custom-radio-btns .wpcf7-list-item label input[type="radio"]:checked ~ .wpcf7-list-item-label {
    background-color: transparent;
    color: #5c4e5e;
}

.hfe-nav-menu .menu-item.products-menu .sub-menu {
    display: flex;
    min-width: 950px !important;
    flex-wrap: wrap;
    z-index: 99;
    padding: 0px 20px;
    left: 50%;
    transform: translateX(-50%);
}
.hfe-nav-menu .menu-item.products-menu .sub-menu .menu-item {
    flex: 0 0 20%;
}

body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    z-index: 1;
}



.hfe-nav-menu li.menu-item.products-menu {
    position: unset;
}

.single a.button.wp-element-button.product_type_simple {
    margin: auto;
    display: block;
    margin-top: 24px;
}
.carousel-slider .carousel-slider__item img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    object-fit: cover;
        max-height: 290px;
    min-height: 290px;
}

/***--- Nov-29-design-css-end-here  ---***/


/*-----media-----*/
@media (min-width: 768px) {

    .contact-text {
        padding-left: 0px;
        border-left: none;
        max-height: unset;
        text-align: center;
    }

    .header-cart .site-header-cart .cart-contents::after {
        content: "\f07a";
    }

    .single-product .storefront-product-pagination {
        display: none;
    }

    .woocommerce-checkout .site-content .col-full {
        max-width: 1300px !important;
        padding: 0px 10px !important;
        margin: 0px auto !important;
    }

    .woocommerce-account .content-area .woocommerce nav.woocommerce-MyAccount-navigation {
        float: left;
        width: 20%;
        margin: 0px;
    }

    .woocommerce-account .content-area .woocommerce .woocommerce-MyAccount-content {
        float: right;
        width: 80%;
        margin: 0px;
        padding-left: 40px;
    }
}

@media (min-width: 1025px) {
    .hfe-nav-menu .menu-item.products-menu .sub-menu .menu-item ul.sub-menu {
        position: unset !important;
        min-width: 100% !important;
        transform: unset;
        padding: 0;
        box-shadow: none;
        flex-direction: column;
        visibility: visible;
        opacity: 1;
    }
    .hfe-nav-menu .menu-item.products-menu .sub-menu .menu-item ul.sub-menu li.menu-item {
        border: 0px;
    }
    .hfe-nav-menu .menu-item.products-menu .sub-menu .menu-item ul.sub-menu .menu-item:not(:last-child) .hfe-sub-menu-item {
        padding-bottom: 0px !important;
    }
    .hfe-nav-menu .menu-item.products-menu .sub-menu .menu-item .hfe-has-submenu-container .hfe-sub-menu-item {
        font-weight: 600;
        padding-bottom: 10px !important;
        font-size: 14px;
    }
    .hfe-nav-menu .menu-item.products-menu .sub-menu .menu-item .hfe-has-submenu-container .hfe-sub-menu-item .hfe-menu-toggle {
        display: none;
    }
    
}
@media (min-width: 1200px) {
    .get-in-touch .elementor-container.elementor-column-gap-default {
        max-width: 1140px;
    }

}

@media (max-width: 1290px) {
    .single-product .site-main ul.products.columns-3 li.product {
        margin-right: 15px;
    }
}

@media (max-width: 1199px) {
    .elementor-section.elementor-top-section.customize-back {
        background-position: 50% 100%;
    }

}

@media screen and (max-width: 1024px) {
    .popmake-overlay button.pum-close.popmake-close {
        /*
        top: 42px;
        right: 30px;
*/
    }

    .header-menu .hfe-nav-menu__toggle.elementor-clickable {
        width: 100%;
    }

    .header-menu .hfe-dropdown.menu-is-active .hfe-nav-menu {
        box-shadow: 0px 2px 6px #ccc;
    }

    .header-cart .site-header-cart .cart-contents::after {
        height: 34px;
    }

    .header-menu .hfe-nav-menu__toggle .hfe-nav-menu-icon {
        padding-left: 0;
    }

    .woocommerce-account .content-area .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tr td a.button {
        padding: 9px 5px;
        font-size: 12px;
    }

    .tab-header-col.header-left-col .lang-select-sec.header-lang-select {
        padding-left: 0px !important;
        padding-right: 12px !important;
        width: 45%;
        max-width: unset;
    }

    .tab-header-col .header-lang-sec {
        width: 45% !important;
        max-width: unset !important;
        height: 40px;
    }

    .login_logout_sec .mmy-custom-login-link.menu-button.menu-item a {
        display: block;
        text-align: right;
    }

    .tab-header-col .header-cart-sec {
        width: 10% !important;
        max-width: unset !important;
    }

    .tab-header-search input-header .hfe-search-form__container {
        min-height: 40px !important;
    }

    .tab-header-col .header-lang-sec .selectron23-container {
        min-height: 38px !important;
    }

    .tab-header-col .header-lang-sec .selectron23-container span {
        border: 0.35em solid transparent;
        border-top: 0.5em solid;
        top: 16.5px !important;
        transform: unset !important;
        margin-top: 0px;
    }

    .login_logout_sec .mmy-custom-login-link.menu-button.menu-item a.wpex-logout span.link-inner {
        font-size: 13px;
    }

    .header-menu .hfe-nav-menu__toggle .hfe-nav-menu-icon {
        padding-bottom: 0px;
    }
    
    .hfe-nav-menu .menu-item.products-menu .sub-menu {
        padding: 0;
        display: block;
        min-width: unset !important;
        left: unset !important;
        transform: unset !important;
    }
    .hfe-nav-menu .menu-item.products-menu .sub-menu .menu-item .hfe-has-submenu-container .hfe-sub-menu-item .hfe-menu-toggle {
        display: block;
    }

}

@media (max-width: 779px) {
    .single-product .site-main ul.products.columns-3 li.product {
        width: 31%;
    }
}

@media screen and (max-width: 768px) {
    .carousel-slider .carousel-slider__item img{
            max-height: 240px;
    min-height: 240px;
    }
    .about-parts .elementor-2915 .elementor-element.elementor-element-cdb1978 {
        width: 50%;
    }

    .elementor-2550 .elementor-element.elementor-element-2fa3f4a > .elementor-container {
        min-height: 250px;
        align-items: flex-start;
    }

    .customize-back h2 {
        font-size: 25px;
        line-height: 29px;
        padding-top: 37px;
        max-width: 200px;
    }

    .contact-button,
    .contact-inputs,
    .contact-input {
        padding-left: 0px;
    }

    .contact-input {
        width: 100%;
    }

    .contact-details {
        display: block;
    }

    .woocommerce-shop .col-full,.tax-product_cat .col-full {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    .woocommerce-shop #secondary,.tax-product_cat #secondary {
        padding: 0px 15px;
        width: 100%;
    }

    .woocommerce-shop.left-sidebar .content-area, .tax-product_cat.left-sidebar .content-area  {
        width: 100% !important;
        padding: 0px 15px;

    }

    .woocommerce-shop .bapf_head h3, .tax-product_cat .bapf_head h3{
        font-size: 16px;
    }

    .woocommerce-shop .bapf_sfilter label,.tax-product_cat .bapf_sfilter label {
        font-size: 14px;
    }

    .site-main ul.products.columns-3 li.product {
        width: 32%;
        margin: 0px 0px 40px 0px;
        float: unset;
    }

    .woocommerce-shop ul.products li.product.last, .tax-product_cat ul.products li.product.last {
        margin-right: 0px !important;
    }

    .woocommerce-shop .woocommerce-products-header__title.page-title,.tax-product_cat .woocommerce-products-header__title.page-title {
        padding: 10px 0px;
    }

    .woocommerce-shop .storefront-sorting, .tax-product_cat .storefront-sorting {
        width: 100%;
        justify-content: start;
    }

    .woocommerce-shop .site-main,.tax-product_cat .site-main {
        padding-bottom: 80px;
    }

    .single-product .site-main .product {
        padding-top: 30px;
    }

    .single-product .site-main .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
        width: 100%;
    }

    .single-product .site-main .summary.entry-summary {
        width: 100%;
        padding-left: 0px;
        padding-top: 10px;
    }

    .single-product .site-main ul.products.columns-3 li.product {
        width: 100%;
        margin: 0px 0px 50px 0px;
        float: unset;
    }

    .related-product {
        padding: 0px;
        width: 100%;
    }

    .product-brief .product_head {
        font-size: 24px;
        line-height: 34px;
    }

    .product-brief p {
        margin-bottom: 35px;
    }

    .testinomails .sp-testimonial-item.swiper-slide {
        padding-top: 47px;
    }

    .product-description .elementor-widget-wrap.elementor-element-populated {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }

    .woocommerce-shop .site-main ul.products.columns-3 li.product,.tax-product_cat .site-main ul.products.columns-3 li.product  {
        width: 100%;
        margin: 0px 0px 50px 0px;
        float: unset;
    }

    .single-product .site-main .summary.entry-summary .woocommerce-product-gallery {
        width: 100%;
        margin: 10px 0px;
    }

    .single-product .site-main .summary.entry-summary .price {
        margin: 0;
        display: block;
    }

}


@media (max-width: 767px) {
    .elementor-2550 .elementor-element.elementor-element-b235b5e{
        z-index:0;
    }
    img.alignnone.mobile-device {
        display: block;
        height: 100%;
        width: 100%;
        max-width: 85% !important;
        margin: auto;
        padding-top: 130px;
        padding-bottom: 130px;
    }


    img.alignnone.desktop-popup {
        display: none;
    }

    .popmake-overlay button.pum-close.popmake-close {
        width: 30px;
        height: 30px;
        top: 149px !important;
        right: 6%;
    }

    img.desktop-popup {
        display: none;
    }

    .form-sec-box,
    .claims-form-sec,
    .main-form-btn {
        padding: 0px 10px;
    }

    .wpcf7-response-output {
        margin: 0px 10px !important;
    }

    .wpcr3_respond_1.wpcr3_in_content {
        padding: 10px !IMPORTANT;
    }

    .testo-banner .elementor-widget-wrap.elementor-element-populated {

        max-width: calc(100% - 65px);

    }

    .testo-banner .elementor-widget-wrap.elementor-element-populated {
        bottom: -45px;
    }

    .testinomial-review .wpcr3_respond_2 input[type='text'] {
        min-width: unset;
        width: 100%;
    }

    .testinomial-review table.wpcr3_table_2 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        display: table;
        z-index: 11;
        position: relative;
        table-layout: fixed;
    }


    .testinomial-review .wpcr3_div_2 {
        width: 100%;
        max-width: 100%;
        display: block;

    }

    .testinomial-review .wpcr3_respond_2 textarea {
        height: 100px !important;
        min-width: unset;
    }

    .search div#secondary {
        display: none;
    }

    .search.woocommerce-shop .site-main, .search.tax-product_cat .site-main {
        padding-bottom: 5px;
    }

    .footer-circle-logo img {
        max-width: 50px !important;
    }

    .footer-text-logo img {
        max-width: 130px !important;
    }

    .get-in-touch {
        padding-top: 0px;
    }

    .get-in-touch .contact-us-text {
        padding-left: 0px;
    }

    .get-in-touch .wpcf7 form.invalid .wpcf7-response-output,
    .get-in-touch .wpcf7 form.unaccepted .wpcf7-response-output,
    .get-in-touch .wpcf7 form.payment-required .wpcf7-response-output,
    .wpcf7 form.sent .wpcf7-response-output {
        border-color: #ffb900;
        border: none;
        padding: 0px;
        margin: 0px !important;
        padding-top: 20px;
        text-align: center;
    }


    .get-in-touch .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-4f65f5c {
        border-left: 0;
    }

    .product-structure .elementor-image-box-content {
        text-align: left;
    }

    .banner-slider-sec #rev_slider_3_2_wrapper .hesperiden.tparrows:before {
        font-size: 10px;
        line-height: 18px;
    }

    .banner-slider-sec #rev_slider_3_2_wrapper .hesperiden.tparrows {
        width: 18px;
        height: 18px;

    }

    .social-section .social-img {
        margin-bottom: 0px;
    }

    .social-text .elementor-widget-container {
        margin: 0px auto;
        padding: 10px 8px;
        margin-top:-64px;
        z-index:99;
        max-width:180px;
    }
    .home-product-details a,    .home-product-description a {
    margin-bottom: 12px;
    display: inline-block;
}
    .instagram-mobile button.owl-prev{
    background: #fff!important;
    border: 1px solid #ccc !important;
}
        .instagram-mobile button.owl-next{
    background: #fff!important;
    border: 1px solid #ccc !important;
}
.instagram-mobile svg.carousel-slider-nav-icon{
    fill: #000;
}


    .social-text .elementor-icon-box-icon i {
        font-size: 22px;
    }

    .popmake-overlay button.pum-close.popmake-close {
        /*
        top: 35px;
        right: 20px;
*/
    }

    .popmake-overlay .pum-container {
        padding: 10px !important;
    }

    .popmake-overlay button.pum-close.popmake-close {
        top: -10px;
    }

    .popup-area h2.pop-title {
        padding-top: 30px;
    }

    .popmake-content p.bottom-text {
        position: unset;
        padding-bottom: 30px;
    }

    .popup-content {
        flex-direction: column-reverse;
    }

    .popup-content .pop-up-image img {
        max-width: 90px !important;
        margin: 0px auto 20px;
    }

    .elementor-widget__width-initial.header-lang-sec.elementor-widget {
        /*        width: 14%;*/
        max-width: unset;
        width: 56px;
        padding: 0px;
        margin-left: 10px;
    }

    .elementor-element.header-cart-sec.elementor-widget {
        /*        width: 10%;*/
        width: 20px;
        margin-left: 10px;
    }

    .header-cart-sec .site-header-cart .cart-contents {
        padding: 6px 0;
        display: block;
        position: relative;
        background-color: rgba(0, 0, 0, 0);
        height: auto;
        width: auto;
        text-indent: 0;
    }

    .header-cart-sec .site-header-cart .cart-contents span {
        display: inline;
    }

    .header-cart-sec .site-header-cart .cart-contents .amount {
        margin-right: 0.327em;
    }

    .header-cart-sec .site-header-cart .cart-contents span {
        display: inline;
    }

    .header-cart-sec .site-header-cart .cart-contents .count {
        font-weight: 400;
        opacity: .5;
        font-size: .875em;
    }

    .header-cart-sec .site-header-cart .cart-contents::after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        line-height: inherit;
        vertical-align: baseline;
        content: "\f07a";
        height: 26px;
        float: right;
        line-height: 1.618;
    }

    .login_logout_sec .mmy-custom-login-link.menu-button.menu-item {
        width: fit-content;
        padding-left: 10px;
        margin-left: auto;
    }

    .login_logout_sec {
        /*        width: 10% !important;*/
        width: 18px !important;
        margin-left: 10px;
    }

    .login_logout_sec li.mmy-custom-login-link.menu-button.menu-item {
        padding-left: 0px;
    }

    .mobile-header-sec .input-header {
        width: 100% !important;
    }

    .header-lang-sec .selectron23-container {
        /*        min-height: 32px !important;*/

        /*        max-width: 100px;*/
        width: 55px;
        right: 0;
        min-height: 20px !important;
        border: 0;

    }

    .header-lang-sec .selectron23-container .selectron23-option-title {
        font-size: 12px !important;
        line-height: 14px;
        /*
        width: 1ch;
        overflow: hidden;
        white-space: nowrap;
*/
        overflow: hidden;
        max-height: 12px;
        -webkit-box-orient: vertical;
        display: block;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        white-space: nowrap;
        -moz-line-clamp: 1;
    }

    .header-lang-sec .selectron23-container .selectron23-option {
        padding: 3px 14px 4px 4px !important;
    }

    .woocommerce-checkout .site-content .col-full {
        max-width: 100% !important;
        padding: 0px 10px !important;
    }

    .woocommerce-checkout .woocommerce-info {
        padding: 10px;
    }

    #customer_login {
        padding-top: 50px;
    }

    .woocommerce-cart .woocommerce {

        padding-left: 10px;
        padding-right: 10px;
    }

    .woocommerce-cart .shop_table td a {
        float: left;
    }

    .woocommerce-cart table.cart td.product-remove a.remove {
        top: 0.381953em !important;
        right: 0.381953em !important;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
        width: 100%;
    }

    .woocommerce-cart .coupon button {
        width: 100%;
    }

    .header-lang-sec .elementor-shortcode div {
        margin-left: auto;
    }

    .header-lang-sec .elementor-shortcode div div {
        margin-left: unset;
    }

    .woocommerce-account .content-area .woocommerce {
        padding-top: 50px;
    }

    .woocommerce-edit-account .entry-content {
        margin-top: 0px;
    }

    .login_logout_sec .mmy-custom-login-link.menu-button.menu-item a.wpex-logout span.link-inner {
        display: none;
    }

    .header-left-col .lang-select-sec.header-lang-select {
        /*        padding-left: 0px !important;*/
        /*        width: 66%;*/
        max-width: unset;
        /*        padding-right: 15px !important;*/

        width: 100px;
        padding: 0 !important;
    }

    .header-left-col .lang-select-sec.header-lang-select .wpml-ls-item-toggle {
        /*
        min-height: 34px;
        line-height: 16px;
        height: 32.99px;
        width: 100%;
        max-width: 102px;
        margin-left: auto;
*/

        min-height: fit-content;
        line-height: normal;
        height: fit-content;
        width: 100%;
        max-width: fit-content;
        margin-left: auto;
        padding: 4px 14px 4px 4px;
        border: 0;
    }

    .header-left-col .lang-select-sec.header-lang-select .wpml-ls-item-toggle img {
        display: block;
    }

    .elementor-widget__width-initial.header-lang-sec.elementor-widget .selectron23-container span {
        border: 0.35em solid transparent;
        border-top: 0.5em solid;
        font-size: 10px;
        right: 3px;
        margin-top: 0px !important;
        top: 8.5px !important;
        transform: unset !IMPORTANT;
    }

    .header-lang-sec .selectron23-container[data-opened="0"] > span {
        top: 58% !important;
        transform: translateY(-50%);
    }

    .header-left-col .lang-select-sec.header-lang-select ul.wpml-ls-sub-menu {
        /*        max-width: 102px;*/
        max-width: fit-content;
        margin-left: auto;
        border: 0;
        box-shadow: 0px 1px 4px #ada9a9;
        background: #fff;
    }

    .header-left-col .lang-select-sec.header-lang-select ul.wpml-ls-sub-menu li:not(:last-child) {
        border-bottom: 1px solid #cccccce3;
    }

    .header-left-col .lang-select-sec.header-lang-select .wpml-ls-item-toggle span.wpml-ls-native {
        display: none;
    }

    .header-left-col .lang-select-sec.header-lang-select ul.wpml-ls-sub-menu li a {
        border: 0;
        padding: 8px 6px;
        display: flex;
        font-size: 14px;
        align-items: center;
    }

    .header-left-col .lang-select-sec.header-lang-select ul.wpml-ls-sub-menu li a img {
        display: block !IMPORTANT;
    }

    .header-left-col .lang-select-sec.header-lang-select .wpml-ls-item-toggle::after {
        right: 3px;
        font-size: 10px;
    }

    .header-lang-sec .selectron23-container .selectron23-option-text {
        display: none !IMPORTANT;
    }

    .header-lang-sec .selectron23 {
        height: 20px !important;
    }

    .header-left-col .lang-select-sec.header-lang-select ul.wpml-ls-sub-menu li a.wpml-ls-link span {
        overflow: hidden;
        max-height: 12px;
        -webkit-box-orient: vertical;
        display: block;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -moz-line-clamp: 1;
    }

    .axelere-section .header-cart.header-left-col .elementor-widget-wrap.elementor-element-populated {
        justify-content: end;
    }

    .header-lang-sec .selectron23-container .selectron23-option .selectron23-option-title {
        overflow: hidden;
        max-height: 12px;
        -webkit-box-orient: vertical;
        display: block;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        white-space: nowrap;
        -moz-line-clamp: 1;
    }

    .header-menu .hfe-nav-menu__toggle .hfe-nav-menu-icon {
        padding-bottom: 7px;
    }

    .woocommerce-cart .shop_table {
        margin-top: 2rem;
        padding: 0px 15px;
    }
}

@media (max-width: 575px) {
    .heading-claim-sec {
        margin-bottom: 25px !important;
    }

    .form-sec-box {
        margin-bottom: 15px;
    }

    #file-chosen {
        display: block;
        padding-left: 0;
        line-height: 20px;
    }

    .custom-file-upload input[type="file"] {
        max-width: 100%;
    }

    .custom-file-upload label {
        max-width: calc(100% - 20px);
        left: 10px;
    }

    .footer-section .footer-icon .elementor-icon-box-wrapper {
        display: block;
    }

    .popmake-overlay button.pum-close.popmake-close {
        /*
        top: 32px;
        right: 10px;
*/
        width: 30px;
        height: 30px;
        top: -5px !important;
        right: 4px;
    }

    .popmake-overlay button.pum-close.popmake-close {
        width: 30px;
        height: 30px;
        top: 149px !important;
        right: 6%;
    }

    .popmake-overlay button.pum-close.popmake-close:before,
    .popmake-overlay button.pum-close.popmake-close:after {
        height: 14px;
        left: 15px;
        top: 8px;
    }

    .popup-area h2.pop-title {
        line-height: 34px;
        font-size: 26px;
        margin: 0 auto 20px;
    }

    .elementor-widget__width-initial.header-lang-sec.elementor-widget {
        /*        padding-right: 10px;*/
    }

    .elementor-element.header-cart-sec.elementor-widget {
        /*        width: 20%;*/
    }


    .product-brief .elementor-widget-wrap.elementor-element-populated {
        display: block;
        margin: auto;
        text-align: center;

    }

    .product-brief .elementor-element.elementor-element-63c71fb.elementor-widget.elementor-widget-image,
    .product-brief .elementor-element.elementor-element-4c36813.elementor-widget.elementor-widget-image {
        width: 100%;
        margin: auto;
        margin-bottom: 33px;
        max-width: 300px;
    }

    .product-structure .elementor-image-box-wrapper {
        display: block !important;
    }

    .product-structure figure.elementor-image-box-img {
        width: 140px !IMPORTANT;
        height: 140px;

        display: flex;
        margin-bottom: 10px;
    }

    .product-structure .elementor-image-box-content {
        margin-left: 0px;
        max-width: 100%;
        margin-top: 25px;
    }

    .login_logout_sec .mmy-custom-login-link.menu-button.menu-item a.wpex-logout svg {
        width: 14px;
    }

    .header-left-col .lang-select-sec.header-lang-select .wpml-ls-item-toggle {
        /*
        line-height: 22px;
        font-size: 11px;
        padding: 3px 6px 3px 4px;
        max-width: 87%;
*/
    }

    /*
    .header-lang-sec .selectron23-container .selectron23-option {
        padding: 3px 6px 3px 3px !important;
    }
*/
    .header-lang-sec .selectron23-container .selectron23-option .selectron23-option-title {
        font-size: 10px !important;
        line-height: 14px;
    }

    .header-left-col .lang-select-sec.header-lang-select .wpml-ls-item-toggle::after {
        right: 2px;
        font-size: 10px;
    }

    .elementor-widget__width-initial.header-lang-sec.elementor-widget .selectron23-container span {
        font-size: 10px;
    }

    /*
    .header-left-col .lang-select-sec.header-lang-select {
        width: 40%;
        padding-right: 11px !important;
    }
*/
    .elementor-widget__width-initial.header-lang-sec.elementor-widget {
        /*        width: 35%;*/
    }

    .header-left-col .lang-select-sec.header-lang-select ul.wpml-ls-sub-menu li a.wpml-ls-link {
        font-size: 10px;
        padding: 6px 4px;

    }

    .header-left-col .lang-select-sec.header-lang-select ul.wpml-ls-sub-menu {
        max-width: 87%;
    }
}

@media screen and (max-width: 420px) {
    .mobile-header-sec .input-header {
        width: 100% !important;
    }

    .login_logout_sec {
/*
        width: 32% !important;
        padding-right: 5px !important;
*/
    }
    .header-left-col .lang-select-sec.header-lang-select ul.wpml-ls-sub-menu  {
        max-width: 80px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .woocommerce-shop .site-main ul.products.columns-3 li.product,.tax-product_cat .site-main ul.products.columns-3 li.product {
        width: 45%;
        margin: 0px 15px 40px 15px;
    }

    .related-product {

        width: 50%;
    }

    .woocommerce-shop .woocommerce-products-header__title.page-title,.tax-product_cat .woocommerce-products-header__title.page-title {
        padding: 10px 15px;
    }

    .site-main ul.products.columns-3 li.product.last {
        margin-right: 15px !important;
    }

    .single-product .site-main ul.products.columns-3 li.product.last {
        margin-right: 0px !important;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
        width: 75%;
    }
}

@media(min-width: 1025px) and (max-width: 1199px) {
    .top-menu-sec ul.hfe-nav-menu li a.hfe-menu-item {
        padding: 12px 7px !important;
        font-size: 15px !important;
    }

    .login_logout_sec .mmy-custom-login-link.menu-button.menu-item a.wpex-logout span.link-inner {
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .login_logout_sec .mmy-custom-login-link.menu-button.menu-item a.wpex-logout span.link-inner {
        font-size: 9.5px;
        padding-left: 6px;
    }
}




/*   media query ends*/
