/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1757656354
Updated: 2025-09-12 05:52:34

*/

body,html{
	overflow-x: hidden;
}
.dash_line:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 70%;
    top: 30%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-animation: myfirst 150s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    background-color: transparent;
    background-image: linear-gradient(0deg, transparent, transparent 50%, #4F4F4F 50%, #4F4F4F 100%), linear-gradient(0deg, transparent, transparent, transparent 50%, #4F4F4F 50%, #4F4F4F 100%), linear-gradient(90deg, transparent, transparent 50%, #4F4F4F 50%, #4F4F4F 100%), linear-gradient(90deg, transparent, transparent 50%, #4F4F4F 50%, #4F4F4F 100%);
    background-repeat: repeat-y,  repeat-y,  repeat-x,  repeat-x;
    background-size: 2px 20px, 2px 20px, 20px 2px, 20px 2px;
	opacity: .7;
}
@-webkit-keyframes myfirst {
  0% {    
    background-position: 0    0, 100%   100%, 100% 0,     0 100%;
  }
  100% {    
    background-position: 0 +100px, 100%   0%,     0 0,  100% 100%;
  }
}

.jakarta_semi .elementor-heading-title,.custom_table th,.e-n-accordion-item-title-text {
    font-weight: 600 !important;
}

    .tshirt-card {
      transform-style: preserve-3d;
      animation: floatCard 8s ease-in-out infinite;
      overflow: hidden;
    }

    .tshirt-card img {
      width: 100%;
      display: block;
    }

.t1 {
    top: 10%;
    left: 20%;
    z-index: 1;
}
.t2 {
    top: 0;
    left: 31px;
    z-index: 0;
}
.t3 {
    top: -10%;
    right: 0;
}
.t4 {
    top: -20%;
    left: -6px;
    z-index: 1;
}

    /* Stagger animation delays for each shirt */
    .t1 { animation-delay: 0s; }
    .t2 { animation-delay: 0.6s; }
    .t3 { animation-delay: 1.2s; }
    .t4 { animation-delay: 1.8s; }

.tri_color h1.elementor-heading-title.elementor-size-default {
  background: linear-gradient(
    90deg,
    #ff3a37 0%,
    #f8ca53 32%,
    #009a8f 53%,
    #121212 100%
  );
  background-size: 200% auto;
  animation: gradientMove 4s ease-in-out infinite alternate;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@keyframes gradientMove {
  0% { background-position: 0% center; }
  100% { background-position: 100% center; }
}
.black_link a {
    color: rgb(0 0 0 / 40%);
}
.black_link a:hover {
    color: #000;
}
.black_link  .elementor-image-box-title {
    margin-bottom: 10px;
}
.short-form .nf-form-fields-required {
    display: none;
}
.short-form label {
    color: #B9B9B9;
    font-weight: 500 !important;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px !important;
    text-transform: uppercase !important;
}
.short-form input[type=date], .short-form input[type=email], .short-form input[type=number], .short-form input[type=password], .short-form input[type=search], .short-form input[type=tel], .short-form input[type=text], .short-form input[type=url], .short-form textarea {
    border: 1px solid #D0D0D0 !important;
    border-radius: 4px !important;
	font-family: 'Plus Jakarta Sans' !important;
}
.short-form .nf-field-element textarea {
    height: 170px !important;
}
[type=button], [type=submit] {
    background-color: #D72638 !important;
    border-radius: 4px !important;
    color: #fff !important;
    display: inline-block;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 13px 30px !important;
    text-align: center;
    white-space: nowrap;
    font-family: 'Plus Jakarta Sans' !important;
	border:0 !important;
	margin-top: 15px !important;
}
[type=button]:hover, [type=submit]:hover {
    background-color: #121212 !important;
}
details.e-n-accordion-item .elementor-element {
    border-radius: 8px !important;
}
.elementor-widget-n-accordion .e-n-accordion-item {
    border: 1px solid #D0D0D0 !important;
    border-radius: 8px !important;
}
.nf-response-msg p {
    color: green !important;
    font-family: 'Plus Jakarta Sans'!important;
}
.jakarta_meduim p {
    font-weight: 500 !important;
}
.letter-spacing .elementor-heading-title {
    letter-spacing: 1px;
}
.marquee-fade {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #121212;
}

.marquee-fade::before,
.marquee-fade::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 4rem;
  pointer-events: none;
  z-index: 2;
}
.marquee-fade::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);
}
.marquee-fade::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 100%);
}

/* .inner-marquee {
  display: inline-flex;
  white-space: nowrap;
  gap: 2rem; /* space between copies */
  will-change: transform; /* smoother on GPU */
  animation: fade-move 10s linear infinite;
}

@keyframes fade-move {
  from { transform: translateX(0); }
  to   { transform: translateX(-250%); } /* -50% because there are 2 copies */
} */

/* @media (prefers-reduced-motion: reduce) {
  .inner-marquee { animation: none; }
} */
.inner_max {
    max-width: 750px;
    margin-right: 0 !important;
    margin-left: auto !important;
}
.custom_table tr {
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: 600;
}
.custom_table table th {
    border: 0 !important;
}
.custom_table table td {
    border: 0 !important;
    border-bottom: 1px solid #DCDCDC !important;
}
.custom_table td {
    background: #fff !important;
}
.custom_table td {
    background: #fff !important;
    border: 0;
    border-bottom: 1px solid #DCDCDC !important;
	color: #121212;
}
.full_btn a.elementor-button {
    width: 85% !important;
}
table.custom_table {
    border: 1px solid #DCDCDC !important;
}
.jakarta_medium p,.jakarta_medium .elementor-heading-title,.jakarta_medium.elementor-widget-text-editor,.jakarta_medium .elementor-icon-list-text,.page-id-91 h3.elementor-post__title a {
    font-weight: 500 !important;
}
.jakarta_regular span.elementor-icon-list-text,.jakarta_regular p,.elementor-post__excerpt p,a.elementor-post__read-more {
    font-weight: 400 !important;
}
.e-gallery-item {
    padding: 50px;
}
.elementor-element-7845986 .elementor-button-link:hover {
	color: #fff !important;
}
.page-id-743 .elementor-slideshow__title {
    display: none;
}
ul.elementor-icon-list-items.elementor-post-info {
    padding-left: 0;
    list-style: none;
}
span.elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-date {
    font-weight: 300 !important;
}
.elementor-post__read-more-wrapper a:hover {
    text-decoration: underline;
	color: #d72638 !important;
}
.elementor-post__meta-data {
    text-transform: uppercase;
    font-weight: 300 !important;
}
.elementor-post__text {
    padding: 0 !important;
}
.elementor-post__meta-data {
    padding-left: 0 !important;
	padding-bottom: 0 !important;
}
.elementor-post__card {
    display: flex;
    flex-direction: column;
}

.elementor-post__thumbnail {
    order: 1; 
}

.elementor-post-date {
    order: 2; 
}

.elementor-post__text {
    order: 3; 
}
.elementor-posts .elementor-post__card .elementor-post__meta-data {
    border-top: 0px solid #eaeaea !important;
}
.page-id-91 .elementor-post__excerpt p::after {
    content: "....";
}
.elementor-element-e35c5da.is-sticky .elementor-element.elementor-element-a76b3f1 {
    margin: 0;
}
.elementor-element-e35c5da.is-sticky img {
    max-width: 255px;
}
.elementor-element-e35c5da {
  transition: all 0.4s ease-in-out;
}

.elementor-element-e35c5da.is-sticky {
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.elementor-element-e35c5da.is-sticky img {
  transform: scale(0.85);
  transition: all 0.4s ease-in-out;
}

.elementor-element-e35c5da.is-sticky .e-con-inner .elementor-element.elementor-element-5e2b193.e-con-full.e-flex.e-con.e-child {
    height: 80px;
	transition: all 0.4s ease-in-out;
}

.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .swiper:not(.swiper-initialized)>.swiper-wrapper {
    overflow: visible !important;
}
.usd span {
    font-size: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    padding: 15px;
    background: #f2f2f2;
    margin: 10px;
    color: #fff !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    color: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:hover {
    background: #d72638;
	color: #fff !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:hover a{
	color: #fff !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 20px !important;
}
.woocommerce-info,.woocommerce-info::before {
    border-top-color: #d72638 !important;
}
.woocommerce-info::before {
    color: #d72638 !important;
}
.woocommerce-account [type=button] {
    background-color: #D72638 !important;
    border-radius: 4px !important;
    color: #fff !important;
    display: inline-block;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 3px 6px !important;
    text-align: center;
    white-space: nowrap;
    font-family: 'Plus Jakarta Sans' !important;
    border: 0 !important;
    margin-top: 0px !important;
}
.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
    filter: invert(1);
}
.woocommerce-account [type=submit]{
	margin-top: 0px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding-left: 0 !important;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    background: #000 !important;
    color: #fff !important;
}
.woocommerce ul.products li.product .button:hover {
    background: #d72638 !important;
}
.woocommerce ul.products li, .woocommerce-page ul.products li {
    text-align: center !important;
    border: 1px solid #ccc;
    padding: 20px !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #d72638;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 500;
    min-height: 65px;
}
.woocommerce div.product form.cart .button {
    margin-top: 0 !important;
}
.woocommerce div.product {
    padding-top: 10%;
}
.wp-block-woocommerce-cart,.post-1189,.post-1190 {
    padding-top: 5% !important;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    color: #fff !important;
    text-decoration: none !important;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    background: #d72638;
}
.post-1189 h1.entry-title,.post-1190 h1.entry-title{
    text-align: center;
}
.wc-block-components-product-metadata,.post-1190 h4 {
    font-size: 1em !important;
}
.wc-block-cart-item__prices {
    font-size: 1.2em !important;
}
a.wc-block-components-product-name {
    font-size: 1.3em !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    margin-top: 0 !important;
}
.alignwide {
    margin-inline: 0 !important;
}
.wps_recurring_bifurcation_wrapper ul,.woocommerce ul.order_details {
    padding: 0 !important;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    color: green;
    padding: 20px 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #404040 !important;
}
.woocommerce div.product .product_title {
    font-size: 1.4em !important;
}
.list1 ul li {
    padding-bottom: 15px;
}
.link_color a:hover {
    color: #d72638;
}
span.select2-selection.select2-selection--single {
    height: auto !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    height: auto !important;
}
.select2-container.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #ccc !important;
}
.select2-results__option {
    font-size: 18px !important;
    font-weight: 400 !important;
	padding: 10px 10px !important;
}
tr.wps_recurring_bifurcation_wrapper th h4 {
    font-size: 18px !important;
}
.add_gift_card_form {
    padding: 0 20px;
}
li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #fff !important;
}
li.woocommerce-MyAccount-navigation-link.is-active {
    background: #d72638 !important;
}


/*-------Responsive Media Query---------*/


@media (max-width:1500px){
.full_btn a.elementor-button {
	width: 100% !important;
}
}
@media (max-width:1400px){

.elementor-element.elementor-element-e63b03b.elementor-align-left.elementor-widget.elementor-widget-button {
	margin-right: -20px !important;
}
}	

@media (max-width:1300px){	
.elementor-85 .elementor-element.elementor-element-1e03fa9 .elementor-nav-menu--main .elementor-item {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
}	
@media (max-width:1100px) and (min-width:992px){
.elementor-element.elementor-element-e63b03b.elementor-align-left.elementor-widget.elementor-widget-button {
	margin-right: -20px !important;
	margin-left: 445px;
}
}
@media (max-width:1100px){	
.short-form .nf-field-element textarea {
	height: 70px !important;
}
.full_btn a.elementor-button {
	width: 100% !important;
}
.woocommerce div.product .product_title {
    font-size: 1.3em !important;
}
}
@media (max-width:991px){	
.woocommerce #customer_login h2 {
    font-size: 1.3rem;
}
}
@media (max-width:767px){	
.elementor-element.elementor-element-e63b03b.elementor-align-left.elementor-widget.elementor-widget-button {
	margin-right: 0px !important;
}
.image_box .elementor-image-box-wrapper {
    display: flex !important;
    gap: 20px;
}
.elementor-element-e35c5da img {
    max-width: 200px !important;
}
.dash_line::after {
display:none !important;
}
.elementor-element-e35c5da.is-sticky .e-con-inner .elementor-element.elementor-element-5e2b193.e-con-full.e-flex.e-con.e-child {
    height: auto !important;
	transition: all 0.4s ease-in-out;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100% !important;
}
.elementor-2 .elementor-element.elementor-element-fa3f6cd:not(.elementor-motion-effects-element-type-background), .elementor-2 .elementor-element.elementor-element-fa3f6cd > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #000 !important;
}
.woocommerce ul.order_details li {
    padding: 10px !important;
    display: block;
    width: 100%;
}
}









