/*Top bar*/
.top-bar-wrapper {
   background: #000;
   padding: 12px 15px;
   color: white;
   font-weight: bold;
   text-align: center;
   position: sticky;
   top: 0;
   z-index: 1000;
}

.top-bar-wrapper p {
   font-size: 13px;
   font-weight: 800 !important;
   line-height: 18px;
}

/*Winter offer*/
.top-bar-wrapper {
   /*background: #000;*/
   /*background: #01C7BA;
   background: linear-gradient(90deg, rgba(1, 199, 186, 1) 0%, rgba(255, 218, 78, 1) 100%);*/
   /*background: rgb(195 53 248 / 99%);*/
   /*background: linear-gradient(106.5deg, rgb(255 103 103 / 99%) 23%, rgb(195 53 248) 93%);*/
   background: #073b4c;
   background: linear-gradient(180deg, #073b4c 0%, #052f3f 48%, #032432 100%);
   /*
background: radial-gradient(circle at 10% 20%, rgba(58, 124, 255, .22), transparent 35%), radial-gradient(circle at 90% 30%, rgb(255 200 230 / 30%), transparent 38%), radial-gradient(circle at 50% 95%, rgba(45, 224, 255, .20), transparent 45%), radial-gradient(circle at 22% 65%, rgba(242, 179, 52, .14), transparent 40%), linear-gradient(180deg, #FF6F77 0%, #FF6F77 55%, #FF6F77 100%);   color: #fff;
*/
}

.top-bar-wrapper.tiered-discount {
   background: #000000;
}

/*
.top-bar-wrapper svg path {
   fill: black;
}*/

p.winter-offer {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 5px;
   text-transform: uppercase;
   letter-spacing: 2px;
}

.top-bar-wrapper p.winter-offer strong {
   font-weight: 600;
}

/*Header*/
.sticky-header-wrapper {
   position: sticky;
   top: 42px;
   z-index: 1000;
}

.header-general-wrapper {
   z-index: 100;
   left: 0;
   right: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1550px;
   display: flex;
   align-items: center;
   justify-content: center;
   max-width: 100%;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.header-general {
   background: #fff;
   padding: 0px 25px;
   padding-right: 35px;
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   grid-template-columns: 36.5% 25% 36.5%;
   gap: 1%;
   align-items: center;
   border-radius: 0;
   width: 100%;
}

@media (min-width: 992px) {
   .logo.column-header {
      max-height: 66px;
   }
}

.column-header {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: flex-start;
}

.logo.column-header {
   justify-content: center;
}

.logo-general {
   width: 100%;
   max-width: 200px;
   display: block;
   height: auto;
}

.header-general ul {
   list-style: none;
   margin: 0px;
   display: flex;
   align-items: center;
   gap: 35px;
}

.header-general ul li {
   text-transform: uppercase;
}

.header-general ul a {
   padding: 22px 0px;
   display: block;
   position: relative;
   text-decoration: none;
   font-weight: 600;
   transition: all 0.2s;
   bottom: 0;
   font-size: 16px;
   font-weight: 400;
   letter-spacing: 1.6px;
}

/*HU*/
body:lang(hu) .header-general ul a {
   min-width: max-content;
}

/**/
.header-general ul a:after,
.header-general ul a:before {
   content: "";
   height: 3px;
   background-color: #000;
   position: absolute;
   bottom: 21px;
   width: 0;
   transition: width .2s ease-in-out;
}

#mobile-header li a:after,
#mobile-header li a:before {
   content: "";
   height: 1px;
   background-color: #000;
   position: absolute;
   bottom: 0px;
   width: 0;
   transition: width .2s ease-in-out;
}

.header-general ul a:hover::before,
#mobile-header li a:hover:before {
   content: "";
   background-color: #000;
   position: absolute;
   right: 50%;
   width: 50%;
}

.header-general ul a:hover:after,
#mobile-header li a:hover:after {
   content: "";
   background-color: #000;
   position: absolute;
   left: 50%;
   width: 50%;
}

.header-general .menu-wrapper {
   display: flex;
   align-items: center;
   justify-content: flex-end;
}


/**Search**/
.menu-wrapper.column-header .dgwt-wcas-search-wrapp {
   margin-right: 27px;
}

.dgwt-wcas-search-wrapp {
   max-width: 293px !important;
   margin-right: auto;
   margin-left: 0;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
   background: transparent;
   padding: 0;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
   top: -6px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
   padding: 11px 24px 11px 48px;
   background: white;
   font-weight: 400 !important;
   font-size: 14px;
   font-family: inherit;
   -webkit-box-shadow: inset 0px 1px 6px 1px rgba(222, 222, 222, 1);
   -moz-box-shadow: inset 0px 1px 6px 1px rgba(222, 222, 222, 1);
   box-shadow: inset 0px 1px 6px 1px rgba(222, 222, 222, 1);
   border: 0px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
   color: transparent;
   opacity: 0;
   /* Firefox */
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-ms-input-placeholder {
   /* Edge 12 -18 */
   color: transparent;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search] {
   background-color: white;
   -webkit-box-shadow: 0px 3px 6px 2px rgba(113, 72, 72, 0.3) !important;
   -moz-box-shadow: 0px 3px 6px 2px rgba(113, 72, 72, 0.3) !important;
   box-shadow: 0px 3px 6px 2px rgba(113, 72, 72, 0.3) !important;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
   border-color: transparent;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
   left: 13px;
   top: 10px;

}

.dgwt-wcas-search-filled button.dgwt-wcas-search-submit {
   display: none !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-preloader {
   margin-right: 0;
   right: 20px !important;
}


/*Cart*/

.cart-header-wrapper {
   margin-left: 19px;
}

.cart-header-wrapper .inner {
   background: white;
   padding: 15.5px;
   border-radius: 50%;
}

.fkcart-shortcode-icon-wrap svg {
   display: none;
}

.fkcart-shortcode-icon-wrap::after {
   content: '';
   display: block;
   width: 22px;
   height: 25px;
   background: url(/wp-content/themes/authletic-redesign/assets/cart-icon.svg);
   background-repeat: no-repeat;
   background-position: center;
}

.fkcart-shortcode-container .fkcart-shortcode-count {
   top: -9px;
   right: -14px;
}

.fkcart-shortcode-container .fkcart-shortcode-count {
   background: #fff;
   color: #000;

}

/*Noticves*/
.notice-item {
   position: relative;
   top: -100%;
}

/*Submenu*/
.menu-item-has-children .sub-menu {
   visibility: hidden;
   pointer-events: none;
   position: absolute !important;
   flex-direction: column;
   min-width: 100px;
   opacity: 0;
   max-height: 0;
   z-index: 10;
   background: white;
   transition: all 0.3s;
   position: relative;
}

@media (min-width: 992px) {
   .menu-item-has-children:hover .sub-menu {
      visibility: visible;
      opacity: 1;
      pointer-events: all;
      max-height: 100%;
   }
}

.menu-item-has-children .sub-menu::before {
   content: '';
   height: 30px;
   display: block;
   width: 100%;
   position: absolute;
   top: -30px;
   z-index: 11;
}

/*Wishlist*/
.wihlist-wrapper .yith-wcwl-items-count {
   position: relative;
}

.wihlist-wrapper .yith-wcwl-items-count .yith-wcwl-icon {
   font-size: 25px;
   position: relative;
   width: 28px;
   height: 28px;
   line-height: 1;
}


.wihlist-wrapper .yith-wcwl-items-count .counter {
   background: #FFF;
   position: absolute;
   top: -19px;
   right: -15px;
   min-width: 18px;
   width: auto;
   height: 18px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 100%;
   color: #000;
   font-weight: 600;
   font-size: 12px;
   line-height: 10px;
   box-sizing: border-box;
   padding: 2px;
}

.yith-wcwl-items-count.active .yith-wcwl-icon {
   color: #000;
}

.yith-wcwl-items-count.fade-in .yith-wcwl-icon {
   color: #000;
   animation: scaleAnimation 0.5s ease-in-out forwards;
}

@keyframes scaleAnimation {
   0% {
      transform: scale(1);
   }

   50% {
      transform: scale(1.7);
   }

   100% {
      transform: scale(1);
   }
}

/*Mobile menu*/
@media (min-width: 992px) {
   #mobile-header {
      display: none !important;
   }
}

body::after {
   content: '';
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(31, 32, 27, 0.6);
   z-index: 1000;
   opacity: 0;
   pointer-events: none;
   transition: all 0.1s;
}

body.mobile-menu-opened::after,
html.dgwt-wcas-overlay-mobile-on body::after {
   opacity: 1;
   pointer-events: all;
}

body.mobile-menu-opened {
   overflow-y: hidden;
}

#mobile-header {
   left: 0 !important;
   top: 0 !important;
   width: 86% !important;
   height: 100% !important;
   position: fixed !important;
   background: white;
   z-index: 1001 !important;
   pointer-events: none;
   max-width: 0 !important;
   opacity: 0 !important;
   left: -100% !important;
   transition: all 0.3s !important;
}

#mobile-header a.btn-primary {
   margin-top: 0px !important;
   z-index: 10;
}

.dgwt-wcas-overlay-mobile {
   left: 0 !important;
   top: 0 !important;
   width: 100% !important;
   height: 100% !important;
   position: absolute !important;
   background: white;
   z-index: 1001 !important;
   pointer-events: none;
   max-width: 0 !important;
   opacity: 0 !important;
   left: -100% !important;
   transition: all 0.3s !important;
}

.dgwt-wcas-overlay-mobile-on,
.dgwt-wcas-overlay-mobile-on body {
   min-width: auto !important;
   min-height: auto !important;
   overflow: auto !important;
   overflow-y: hidden !important;
}


html.dgwt-wcas-overlay-mobile-on {
   scroll-behavior: auto !important;
}

#mobile-header .close-menu {
   position: absolute;
   right: 20px;
   top: 20px;
}

#mobile-header.active {
   max-width: 86% !important;
   opacity: 1 !important;
   left: 0 !important;
   pointer-events: all !important;
   transition: all 0.3s !important;
}

html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-overlay-mobile {
   max-width: 100% !important;
   opacity: 1 !important;
   left: 0 !important;
   pointer-events: all !important;
   transition: all 0.3s !important;
}

#mobile-header .inner {
   padding: 40px 25px;
   padding-top: 50px;
   padding-bottom: 50px;
   display: flex;
   flex-direction: column;
   height: 100%;
   overflow-y: auto;
   overflow-x: hidden;
}

#mobile-header .inner .menu {
   margin-bottom: 30px;
}

#mobile-header .inner .bottom {
   margin-top: auto;
   background: #f8f8f8;
   padding: 25px 40px;
   padding-bottom: 10px;
   width: calc(100% + 50px);
   margin-left: -25px;
   margin-bottom: -50px;
}

#mobile-header li {
   font-size: 16px;
   font-weight: 400;
   position: relative;
   text-transform: uppercase;
}

#mobile-header li a {
   width: 100%;
   position: relative;
   display: block;
   letter-spacing: 1.6px;
   font-size: 16px;
}

#mobile-header .menu li.home-item {
   margin-bottom: 15px;
   border-bottom: 1px solid #929292;
   padding-bottom: 15px;
}

#mobile-header .menu li.collections-item {
   margin-top: 15px;
   border-top: 1px solid #929292;
   padding-top: 15px;
}

#mobile-header .menu li.menu-item-has-children a[href="#"]::after {
   content: '';
   background: url(/wp-content/themes/authletic-redesign/assets/dropdown-item.svg);
   background-size: contain;
   background-repeat: no-repeat;
   display: block;
   width: 15px;
   height: 15px;
   position: absolute;
   right: 0;
   left: auto;
   bottom: 5px;
   transform: rotate(0deg);
   transition: all 0.3s;
}

#mobile-header li.menu-item-has-children.active a[href="#"]::after {
   transform: rotate(180deg);
}

#mobile-header .menu-item-has-children.active .sub-menu {
   visibility: visible;
   opacity: 1;
   pointer-events: all;
   max-height: 100%;
   position: relative !important;
}

#mobile-header .menu li.menu-item-has-children .sub-menu {
   width: 100%;
   padding-left: 20px;
   padding-top: 5px
}

#mobile-header .menu li.menu-item-has-children .sub-menu li {
   font-weight: 400;
   font-size: 20px;
   margin-top: 10px;
}

#mobile-header .footer-only {
   display: none;
}

#mobile-header .booster-icons {
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 10px;
   margin-bottom: 20px;
}

#mobile-header .booster-icons svg {
   min-width: 19px;
   width: 19px;
}



#mobile-header .booster-icons svg path {
   fill: #575757;
}

#mobile-header .booster-icons .icon-wrapper {
   color: #575757;
   font-size: 11px;
   line-height: 14px;
   display: flex;
   align-items: center;
   gap: 9px;
}

#mobile-header .dropdown {
   display: inline-block;
   gap: 15px;
   margin-bottom: 0px;
}

.header-social-icons {
   display: flex;
   align-items: center;
   gap: 15px;
   margin-top: auto;
   margin-bottom: 20px;
}

.header-social-icons a {
   background: white;
   border-radius: 50%;
   width: 27px;
   height: 27px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.credit-cards-header {
   margin-top: 20px;
}

.credit-cards-header ul {
   display: flex;
   align-items: center;
   gap: 4px;
}

.credit-cards-header svg {
   width: 100%;
   height: 25px;
}

/*Mobile offer*/
.mobile-offer-wrapper {
   margin-top: 25px;
   margin-left: -25px;
   margin-right: -25px;
}

.mobile-offer-wrapper .current-offer-shop-main p.title {
   font-size: 25px;
}



/*Mobile Search*/
.dgwt-wcas-overlay-mobile {
   padding-top: 50px;
   padding-bottom: 50px;
   padding-right: 15px;
}

.dgwt-wcas-overlay-mobile .close-icon {
   position: absolute;
   right: 20px;
   top: 20px;
   width: 40px;
   height: 40px;
}

.dgwt-wcas-overlay-mobile .close-icon::after {
   content: '';
   width: 40px;
   height: 40px;
   display: block;
   background: url(/wp-content/themes/authletic-redesign/assets/close-menu.svg);
   background-size: contain;
   background-repeat: no-repeat;
}

/*Coupon notice*/
#coupon-notice {
   background: #4CAF50;
   color: #fff !important;
   padding: 12px 15px;
   font-weight: bold;
   text-align: center;
   position: fixed;
   top: 0;
   z-index: 10001;
   font-size: 13px;
   line-height: 18px;
   width: 100%;

   font-weight: 600;
}

#coupon-notice strong {
   font-weight: 800;
   text-transform: uppercase;
}

/*Responsive*/

@media (min-width: 1471px) {
   .cart-header-wrapper.smaller-screens {
      display: none;
   }

   .search-wrapper.smaller-screens {
      display: none;
   }

   .smaller-screens {
      display: none !important;
   }
}

@media (max-width: 1470px) {

   /* .header-general {
       grid-template-columns: repeat(2, minmax(0, 1fr));
      padding-right: 25px;
   }
*/
   .column-header {
      justify-content: flex-start;
   }


   .cart-header-wrapper.larger-screens {
      display: none;
   }

   .larger-screens {
      display: none !important;
   }

   .cart-header-wrapper.smaller-screens {
      display: block;
   }

   .smaller-screens {
      display: block !important;
   }

   .cart-header-wrapper {
      margin-left: 0;
      position: relative;
      right: 0;
   }

   .cart-header-wrapper .inner {
      background: none;
      padding: 20.5px 22px;
      border-radius: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
   }

   .header-general .menu-wrapper {
      justify-content: flex-end;
   }


   .search-wrapper.smaller-screens {
      display: block;
      margin-right: 25px;
   }

   .wihlist-wrapper {
      margin-right: 4px;
      position: relative;
      top: -2px;
   }
}

@media (max-width: 1470px) {
   .header-general-wrapper {
      position: sticky;
      top: 42px !important;
      max-width: 100%;
   }

   .header-general {
      border-radius: 0;

   }
}

@media (max-width: 991px) {
   .header-general {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      padding: 17px 25px;
      max-height: 60px;
      height: 60px;
      align-items: center;
   }

   .header-general div {
      max-height: 26px;
   }

   .search-header.column-header {
      display: block;
   }

   .header-general .menu-wrapper .header-menu {
      display: none;
   }

   .column-header {
      justify-content: center;
   }



   .search-header.column-header {
      display: flex;
      gap: 29px;
      align-items: center;
      justify-content: flex-start;
   }

   .logo-general {
      width: 100%;
      max-width: 132px;
      transform: scale(1.15);
   }

   .mobile-menu-trigger svg {
      position: relative;
      top: 3px;
   }

   .cart-header-wrapper .inner {
      padding: 0px;
      margin-left: 20px;
   }

   .wihlist-wrapper .yith-wcwl-items-count .yith-wcwl-icon {
      font-size: 22px;
   }

   .dgwt-wcas-overlay-mobile,
   .dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
      max-width: 86% !important;
   }

   .dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
      top: 96px !important;
   }

   .dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
   .dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
      box-shadow: none !important;
      border-radius: 0px !important;
   }

   .dgwt-wcas-sf-wrapp {
      border-bottom: 1px solid #4d4d4d;
      border-radius: 0px !important;
   }

   .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder,
   .dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover::placeholder {
      color: #c0ccda !important;
      opacity: 1;
      /* Firefox */
   }

   .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-ms-input-placeholder,
   .dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover::-ms-input-placeholder {
      /* Edge 12 -18 */
      color: black !important;
   }

}

@media (max-width: 768px) {
   .header-general {
      padding: 17px 20px;

   }
}

@media (max-width: 575px) {
   .top-bar-wrapper p {
      /*font-size: 10px;*/
      font-size: 10px;
      font-weight: 600;
      line-height: 18px;
   }

   html:lang(it-IT) .top-bar-wrapper p,
   html:lang(hu) .top-bar-wrapper p,
   html:lang(pl-PL) .top-bar-wrapper p {
      font-size: 9px;
      letter-spacing: 0px;
   }

   .top-bar-wrapper {
      padding: 8px 12px;
      max-height: 34px;
   }

   .top-bar-wrapper .winter-offer svg {
      width: 15px;
      height: 15px;
   }

   .top-bar-wrapper p.winter-offer {
      font-weight: 600;
   }

   p.winter-offer {
      letter-spacing: 1px;
   }

   .sticky-header-wrapper {
      top: 34px;
   }

   .search-header.column-header {
      gap: 15px;
   }

   .dgwt-wcas-search-icon {
      width: 20px !important;
   }

   .cart-header-wrapper .inner {
      padding: 0px;
      margin-left: 15px;
   }

   .header-general-wrapper .fkcart-shortcode-icon-wrap::after {
      width: 20px;
      height: 21px;
      top: -1px;
   }
}

@media (max-width: 350px) {
   .top-bar-wrapper p {
      font-size: 8px;
   }

   html:lang(it-IT) .top-bar-wrapper p,
   html:lang(hu) .top-bar-wrapper p {
      font-size: 7px;
   }
}

/**Temporary Sold Out menu badge */
li.sold-out {
   pointer-events: none;
}

li.sold-out .custom-title-span {
   opacity: 0.5;
}

.menu-item-sold-out {
   display: none;
}

li.sold-out .menu-item-sold-out {
   display: block;
   font-size: 8px;
   position: absolute;
   bottom: 11px;
   left: 0px;
   width: max-content;
   background: #6f3b48;
   border-radius: 10px;
   color: white;
   padding: 1px 11px;
   font-weight: 600;
   text-transform: uppercase;
}

@media (max-width: 991px) {

   li.sold-out .menu-item-sold-out {
      bottom: 8px;
      right: 0;
      left: auto;

   }
}

/*Search*/
.dgwt-wcas-ico-magnifier,
.dgwt-wcas-ico-magnifier-handler {
   max-width: 26px !important;
}

.dgwt-wcas-search-icon {
   width: 26px !important;
}

/*Dark header*/
.header-general-wrapper.dark-variation .header-general {
   background: #000;
   color: #FFF;
}

.header-general-wrapper.dark-variation .header-general ul a:after,
.header-general-wrapper.dark-variation .header-general ul a:before {
   background-color: #FFF;
}

.header-general-wrapper.dark-variation .header-general ul a {
   color: white;
}

.header-general-wrapper.dark-variation .wihlist-wrapper .yith-wcwl-items-count .yith-wcwl-icon {
   color: white;
}

.header-general-wrapper.dark-variation .dgwt-wcas-search-wrapp {
   color: white;
}

.header-general-wrapper.dark-variation .dgwt-wcas-search-wrapp path,
.header-general-wrapper.dark-variation .dgwt-wcas-search-wrapp g {
   stroke: white;
}

.header-general-wrapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-form path,
.header-general-wrapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-form g {
   stroke: black;
}

.header-general-wrapper.dark-variation .cart-header-wrapper .inner {
   background: transparent;
   padding: 0;
   border-radius: 0;
}

.header-general-wrapper .fkcart-shortcode-icon-wrap svg {
   display: none;
}

.header-general-wrapper .fkcart-shortcode-icon-wrap::after {
   content: '';
   background-image: url(/wp-content/themes/authletic-redesign/assets/cart-icon-black.svg);
   width: 25px;
   height: 26px;
   background-repeat: no-repeat;
   background-size: contain;
   position: relative;
   top: -3px;
}

/*Subheader*/
.sub-header-info {
   padding: 6px 25px;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 25px;
}

.sub-header-info div {
   display: flex;
   align-items: center;
   font-size: 14px;
   font-weight: 500;
   gap: 10px;
}

@media (max-width: 991px) {
   .sub-header-info div {
      font-size: 10px;
   }
}

.sub-header-info div img {
   width: 20px;
}

.sub-header-info div.easy-returns img {
   width: 15px;
}



/****Winter Christmas Countdown****/

.sticky-header-wrapper {
   top: 50px;
}

.top-bar-xmas {
   position: sticky;
   top: 0;
   overflow: hidden;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 0.06em;
   font-weight: 700;
   height: 50px;
}

.top-bar-wrapper {
   padding: 7px 15px;
}

.top-bar-xmas .top-bar-inner {
   position: relative;
   z-index: 2;
   max-width: 1200px;
   margin: 0 auto;
   padding: 0;
   display: flex;
   gap: 5px;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   text-align: center;
   flex-direction: column;
}

.top-bar-xmas .winter-offer {
   margin: 0;
   font-size: 13px;
   line-height: 1.2;
}

.top-bar-xmas .top-bar-countdown {
   display: inline-flex;
   gap: 3px;
   align-items: center;
   font-size: 10px;
   line-height: 1.2;
}

.top-bar-xmas .top-bar-countdown-value {
   background: rgb(243 116 47);
   padding: 1px 7px;
   border-radius: 999px;
   white-space: nowrap;
}


.top-bar-wrapper #offer-message {
   font-size: 10px;
   background: white;
   color: #000;
   font-weight: 700;
   padding: 1px 4px
}



@media (max-width: 768px) {
   .sticky-header-wrapper {
      top: 62px;
   }

   .top-bar-xmas {
      height: 62px;
      padding: 5px 15px;
   }

   .top-bar-xmas .top-bar-inner {
      padding: 0;
      gap: 5px;
   }

   .top-bar-xmas .top-bar-countdown-value {
      padding: 3px 10px;
   }

   .top-bar-xmas .winter-offer,
   .top-bar-xmas .top-bar-countdown {
      font-size: 10px;
   }

   .top-bar-xmas .top-bar-countdown {
      gap: 1px;
      flex-direction: column;
   }
}

@media (max-width: 575px) {
   .top-bar-wrapper {
      padding: 5px 12px;
      max-height: 100% !important;
   }
}

@media (max-width: 390px) {
   .top-bar-wrapper #offer-message {
      font-size: 9px !important;
   }
}