/*
Theme Name: Store NEC Youth
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.overflow-hidden {
     overflow: hidden !important;
}

/* ==================== Common Style Start ==================== */
:focus,
:focus-visible,
:focus-within {
     outline: none !important;
}

.elementor-icon-wrapper {
     display: flex;
}

.common-details>*:last-child {
     margin-bottom: 0 !important;
}

.common-details h1,
.common-details h2,
.common-details h3,
.common-details h4,
.common-details h5,
.common-details h6 {
     margin-bottom: 20px;
     margin-top: 0;
}

.common-details ul,
.common-details ol {
     margin-bottom: 20px;
}

.common-details ul li:not(:last-child),
.common-details ol li:not(:last-child) {
     margin-bottom: 15px;
}

.common-details strong,
.common-details b {
     color: #000000 !important;
}

.common-details .alignnone,
.common-details .alignleft,
.common-details .alignright,
.common-details .aligncenter {
     height: 380px !important;
     object-fit: cover !important;
}

.common-details .alignnone {
     float: none;
     margin: 20px;
}

.common-details .alignleft {
     float: left;
     margin: 20px 20px 20px 0;
}

.common-details .alignright {
     float: right;
     margin: 20px 0 20px 20px;
}

.common-details .aligncenter {
     float: none;
     display: block;
     margin: 20px auto;
}

.common-details blockquote {
     padding-left: 30px;
     border-left: 5px solid #000000;
     margin-bottom: 20px;
}

/* ==================== Common Style End ==================== */

/* common button */

.cmd-button {
     overflow: hidden;
     display: flex;
}

.mailchimp-form .elementor-button,
.nec-add-cart-btn,
.cmd-button .elementor-button {
     position: relative;
     overflow: hidden;
     z-index: 1;
}

.nec-add-cart-btn:before,
.mailchimp-form .elementor-button:before,
.cmd-button .elementor-button:before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     left: -100%;
     top: 0;
     right: 0;
     bottom: 0;
     z-index: -1;
     transform-origin: left;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     border-radius: inherit;
     -webkit-border-radius: inherit;
     -moz-border-radius: inherit;
     -ms-border-radius: inherit;
     -o-border-radius: inherit;
}

.cmd-button.blue-btn .elementor-button:before,
.cmd-button.yellow-btn .elementor-button:before {
     background: #fff;
}

.cmd-button.white-btn .elementor-button:before {
     background: var(--e-global-color-944977d);
}

.nec-add-cart-btn:hover:before,
.cmd-button .elementor-button:hover:before {
     left: 0;
}

/* .mailchimp-form .elementor-button .elementor-button-content-wrapper,
.cmd-button .elementor-button .elementor-button-content-wrapper {
     position: relative;
     z-index: 1;
} */

.mailchimp-form .elementor-buttonelementor-button-text,
.cmd-button .elementor-button .elementor-button-text {
     transition: all 0.45 ease;
     -webkit-transition: all 0.45 ease;
     -moz-transition: all 0.45 ease;
     -ms-transition: all 0.45 ease;
     -o-transition: all 0.45 ease;
}

.mailchimp-form .elementor-button .elementor-button-icon svg path,
.cmd-button .elementor-button:hover .elementor-button-icon svg path {
     transition: all 0.55 ease;
     -webkit-transition: all 0.55 ease;
     -moz-transition: all 0.55 ease;
     -ms-transition: all 0.55 ease;
     -o-transition: all 0.55 ease;
}

.cmd-button.yellow-btn .elementor-button:hover .elementor-button-text {
     color: var(--e-global-color-da023a0);
}

.cmd-button.blue-btn .elementor-button:hover .elementor-button-text {
     color: var(--e-global-color-da023a0);
}

.nec-add-cart-btn:before {
     background: #D4A017;
}

.cmd-button.white-btn .elementor-button:hover .elementor-button-text {
     color: #fff;
}

.cmd-button.yellow-btn .elementor-button:hover .elementor-button-icon svg path {
     stroke: var(--e-global-color-da023a0);
}

.cmd-button.blue-btn .elementor-button:hover .elementor-button-icon svg path {
     stroke: var(--e-global-color-da023a0);
}

.cmd-button.white-btn .elementor-button:hover .elementor-button-icon svg path {
     stroke: #fff;
}

/* common button */

.cmn-fill-icon svg {
     fill: none !important;
}

.detail-highlite-text p a {
     font-weight: bold !important;
     transition: all 0.3s ease-in-out;
}

/* .cmn-social-icon *{
     transition: all 0.3s ease-in-out;
}

.cmn-social-icon:hover svg path{
     stroke: #1A1A1A !important;
} */

.footer-menu nav ul li * {
     transition: all 0.4s ease-in-out;
}

.header-searchbar form .e-search-input-wrapper input {
     min-height: 36px !important;
     padding: 6px 24px 6px 50px;
}

/* Header Start */

.h-main {
     transition: all .5s ease;
}

.h-main.sticky-active {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 9999;

     background: rgba(255, 255, 255, .96);
     backdrop-filter: blur(15px);
     -webkit-backdrop-filter: blur(15px);

     box-shadow: 0 10px 40px rgba(0, 0, 0, .08);

     animation: headerReveal .7s cubic-bezier(.22, 1, .36, 1);
}

.h-main.sticky-active .header-logo {
     position: relative !important;
     top: 0 !important;
     width: fit-content !important;
}

.h-main.sticky-active .header-logo img {
     max-width: 80px !important;
     height: auto !important;
}

.h-main.sticky-active>div.e-con {
     padding: 10px 0px !important;
}

@keyframes headerReveal {
     from {
          opacity: 0;
          transform: translateY(-80px);
     }

     to {
          opacity: 1;
          transform: translateY(0);
     }
}

.topbar-hide {
     display: none !important;
}

.header-myaccount .elementor-button-wrapper,
.header-myaccount .elementor-menu-cart__wrapper,
.header-menu-cart .elementor-menu-cart__wrapper,
.header-menu-cart .elementor-button-wrapper {
     display: flex;
}

.header-menu-cart,
.header-searchbar {
     position: relative;
     z-index: 999;
}

.header-myaccount {
     position: relative;
     z-index: 999;
}

.header-menu-cart .elementor-menu-cart__main {
     height: 100vh !important;
}

.header-menu-cart .elementor-menu-cart__container {
     overflow: visible !important;
}

/* Header End */

.cmn-line-title {
     position: relative;
}

.cmn-line-title::after {
     content: '';
     position: absolute;
     background: #D4A017;
     width: 141px;
     height: 1px;
     left: 0;
     bottom: -12px;
}

.cmn-button a * {
     transition: all 0.4s ease-in-out;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
}

.cmn-button a:hover svg path {
     fill: none !important;
     stroke: #0F2D52;
}


/* Arrival Cart Start */
.custom-add-to-cart {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 40px;
     height: 40px;
}

.cart-loader,
.cart-success {
     display: none;
}

.cart-loader {
     width: 22px;
     height: 22px;
     border: 3px solid rgba(15, 45, 82, .15);
     border-top-color: #0F2D52;
     border-radius: 50%;
     animation: spin .6s linear infinite;
}

@keyframes spin {
     to {
          transform: rotate(360deg);
     }
}

.custom-add-to-cart.loading .cart-icon {
     display: none;
}

.custom-add-to-cart.loading .cart-loader {
     display: block;
}

.custom-add-to-cart.added .cart-icon,
.custom-add-to-cart.added .cart-loader {
     display: none;
}

.custom-add-to-cart.added .cart-success {
     display: block;
}

.added_to_cart,
.wc-forward {
     display: none !important;
}

.cart-icon {
     width: 36px;
     height: 36px;
}

/* Arrival Start End */

/* Add To Cart Button Start */

.nec-add-cart-btn {
     position: relative;
     display: flex !important;
     align-items: center;
     justify-content: center;
     gap: 12px;
     width: 100%;
     background: #0F2D52;
     color: #fff !important;
     border-radius: 8px;
     border: 1px solid #0F2D52;
     text-decoration: none;
     overflow: hidden;
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     -ms-border-radius: 8px;
     -o-border-radius: 8px;
}

.nec-btn-text {
     font-size: 18px;
     font-family: 'inter';
     font-weight: 600;
     line-height: 22px;
     letter-spacing: 2%;
     padding: 13px 0px;
}

.nec-btn-icon svg {
     width: 24px;
     height: 24px;
     display: block;
}

.nec-loader,
.nec-success {
     position: absolute;
     opacity: 0;
     visibility: hidden;
}

.nec-loader {
     width: 22px;
     height: 22px;
     border: 3px solid rgba(255, 255, 255, .25);
     border-top-color: #fff;
     border-radius: 50%;
     animation: necspin .8s linear infinite;
}

.nec-success {
     font-size: 24px;
     font-weight: 700;
     color: #fff;
}

.nec-add-cart-btn.loading .nec-btn-text,
.nec-add-cart-btn.loading .nec-btn-icon {
     opacity: 0;
}

.nec-add-cart-btn.loading .nec-loader {
     opacity: 1;
     visibility: visible;
}

.nec-add-cart-btn.added .nec-btn-text,
.nec-add-cart-btn.added .nec-btn-icon,
.nec-add-cart-btn.added .nec-loader {
     opacity: 0;
     visibility: hidden;
}

.nec-add-cart-btn.added .nec-success {
     opacity: 1;
     visibility: visible;
}

@keyframes necspin {
     to {
          transform: rotate(360deg);
     }
}

.nec-success {
     position: absolute;
     opacity: 0;
     visibility: hidden;
     display: flex;
     align-items: center;
     justify-content: center;
}

.nec-success img {
     width: 24px;
     height: 24px;
     display: block;
}

.nec-add-cart-btn,
.nec-add-cart-btn * {
     transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
}

.nec-add-cart-btn:hover {
     border-color: transparent !important;
}

.nec-add-cart-btn:hover .nec-btn-text {
     color: #0F2D52 !important;
}

.nec-add-cart-btn:hover svg path {
     stroke: #0F2D52 !important;
}

/* Add To Cart Button End */

.featured-product-slider .elementor-swiper-button svg path {
     fill: none !important;
}

.elementor-custom-embed-play:hover svg {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
}

/* Mailchimp Form */

.mailchimp-form .elementor-form-fields-wrapper {
     position: relative;
}

.mailchimp-form .elementor-field-type-email .elementor-field-textual {
     padding-top: 10px !important;
     padding-bottom: 10px !important;
     padding-right: 30px;
}

.mailchimp-form .elementor-button:before {
     background: #0F2D52;
}

.mailchimp-form .elementor-button:hover:before {
     left: 0;
}

.mailchimp-form .elementor-field-type-submit {
     width: auto !important;
     position: absolute;
     left: auto;
     right: 0;
     top: 0;
}

.mailchimp-form .elementor-button:hover .elementor-button-text {
     color: var(--e-global-color-944977d);
}

.mailchimp-form .elementor-button .elementor-button-icon svg path {
     fill: none !important;
}

.mailchimp-form .elementor-button:hover .elementor-button-icon svg path {
     stroke: var(--e-global-color-944977d);
}

@media(min-width: 1366px) and (max-width:1500px) {
     .featured-product-slider {
          padding: 0px 70px !important;
     }

     .featured-product-title .elementor-heading-title {
          font-size: 22px !important;
     }

     .featured-product-price .elementor-heading-title {
          font-size: 28px !important;
     }
}

@media(max-width: 1200px) {
     .cart-icon {
          width: 30px;
          height: 30px;
     }
}

@media(max-width: 1024px) {

     .header-mega-menu .e-n-menu-wrapper {
          position: fixed !important;
          top: 0 !important;
          right: 0 !important;
          width: 100vw !important;
          height: 100vh !important;
          background: #fff !important;
          display: flex !important;
          flex-direction: column !important;
          transform: translate3d(100%, 0, 0);
          transition: transform .5s ease !important;
          visibility: hidden;
          opacity: 0;
          padding: 190px 20px 30px;
          z-index: 99999 !important;
     }

     .header-mega-menu .e-n-menu-toggle[aria-expanded="true"]+.e-n-menu-wrapper {
          transform: translate3d(0, 0, 0) !important;
          visibility: visible !important;
          opacity: 1 !important;
     }

     .header-mega-menu .e-n-menu-toggle[aria-expanded="false"]+.e-n-menu-wrapper {
          transform: translate3d(100%, 0, 0) !important;
          visibility: hidden !important;
          opacity: 0 !important;
     }

     .h-main .e-n-menu-toggle {
          position: relative;
          z-index: 999 !important;
     }

     .header-mega-menu .e-n-menu-wrapper ul {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          width: 100% !important;
          gap: 30px !important;
     }

     .header-mega-menu .e-n-menu-wrapper ul li {
          align-items: center !important;
     }

     .h-main.sticky-active .header-logo img {
          height: auto !important;
     }

     .cart-icon {
          width: 28px;
          height: 28px;
     }

     .nec-btn-text {
          font-size: 16px;
          font-family: 'inter';
          font-weight: 600;
          line-height: 20px;
          letter-spacing: 2%;
     }

}

@media (max-width: 880px) {
     .mailchimp-form .elementor-field-type-submit {
          position: relative !important;
     }
}

@media (max-width: 767px) {
     .footer-menu nav ul {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
     }

     .h-main.sticky-active .header-logo img {
          height: auto !important;
          ;
     }

     .cart-icon {
          width: 26px;
          height: 26px;
     }

     .nec-add-cart-btn {
          gap: 10px;
     }

     .nec-btn-text {
          font-size: 16px;
     }

     .nec-btn-icon svg {
          width: 22px;
          height: 22px;
     }

     .nec-loader {
          width: 18px;
          height: 18px;
     }

     .nec-success {
          font-size: 20px;
     }

     .nec-success img {
          width: 20px;
          height: 20px;
     }


}

@media (max-width: 575px) {
     #header-search-divblock {
          display: none !important;
     }

     #common-width-100 {
          width: 100% !important;
     }

     .product-sec-loop-block,
     .new-arrival-product-item {
          flex-direction: column !important;
          gap: 16px !important;
     }

     .product-detail-block {
          width: 100% !important;
     }

     .product-image-block,
     .new-arrival-img,
     .new-arrival-product-detail {
          width: 100% !important;
     }

     .product-image-block img,
     .new-arrival-img img {
          height: 200px !important;
     }
}