@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap');

html {
    font-size: 16px;
}

body {
    position: relative;
    font-family: 'Zen Kaku Gothic Antique', sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Zen Kaku Gothic Antique', sans-serif !important;
    letter-spacing: 1px;
    text-transform: capitalize;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
    font-weight: 500;
}

.flex-row {
    flex-flow: row wrap;
    align-items: baseline !important;
}

/*custom font size*/
.fs-14 {
    font-size: 14px !important;
}

.fs-12 {
    font-size: 12px;
}

.fs-11 {
    font-size: 11px;
}

.fs-10 {
    font-size: 10px;
}

/*custom color*/
.bg-d9 {
    background-color: #D9D9D9;
}

.bg-e0e0e0 {
  background-color: #E0E0E0;
}

.bg-ededed {
    background-color: #ededed;
}

.bg-f5f5f5 {
    background-color: #F5F5F5;
}

.bg-FAFAFA {
    background-color: #FAFAFA;
}

.bg-digital-measurement{
    background: url('/pub/media/theme/images/cmsassets/fit-tech-bg.png') no-repeat;
    background-size: contain;    
}

.color-a5a5a5 {
    color: #A5A5A5 !important;
}

.theme-color {
    color: #00416B; 
}

.error-color, .not-available-color{
    color: #F60101 !important;
}

a { /* link color */
    color: #00416b;
}
/*
a:hover{
    color:#ffffff !important;
} */

.btn-hh-blue,.bg-00416B, .btn--ys, .action.primary, button.action { /*button color*/
  background-color: #00416B;
}

.btn-hh-blue:hover,  .btn--ys:hover, .action.primary:hover, button.action:hover { /*button color*/
    background-color: #2ea5d6; /* Optional darker shade on hover */
    color: #ffffff;
}

.btn-hh-white { /*button color*/
  background-color: #ffffff;
}

.border-blue {
    border-color: #00416B;;
}

.border-medium {
    border-color: #949494;
}

.border-separate {
    border-collapse: separate !important;
    border-spacing: 0; /* optional */
}

.nav-tabs .nav-item.show .nav-link.piece-tab-menu, .nav-tabs .nav-link.piece-tab-menu.active { /*tab active color*/
    color: #00416B !important; 
}

/*custom border*/
.border-bottom-custom {
    border-bottom: 1px solid #C4C4C4;
}

.border-solid {
  border-style: solid;
}

/*custom width*/
.max-w-300 {
    max-width: 300px;
}

.w-90 {
    width: 90px;
}

.w-24 {
    width: 24px !important;
}

/*Custom height*/
.h-10 {
    height: 10px;
}

.h-45{
    height: 45px;
}

.max-h-170 {
    max-height: 170px;
}

.max-h-100 {
    max-height: 100px;
}

.h-90 {
    height: 90px;
}

.max-h-80 {
    max-height: 80px;
}

.max-h-70 {
    max-height: 70px;
}

.h-70 {
    height: 70px !important;
}

.h-240 {
    height: 240px !important;
}

.h-150 {
    height: 150px !important;
}

.max-height-60vh {
    max-height: 60vh;
}

/*custom style*/
body.modal-open{
    padding-right: 0 !important;
}

.custom-content-fabric{
    clear: both;
    width: 100%;
    display: block; 
}

.page-main{
    padding:0px !important;
}

.fade {
  transition: opacity 0.15s linear;
    opacity: 1;
}

.fade:not(.show) {
  opacity: 0;
}

.z-index-1000{
    z-index: 1000;
}

.shadow-animation {
  box-shadow: none;
  transition: box-shadow 0.4s ease;
}

.shadow-animation:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
}

.dropdown-toggle::after {
    display: none !important;
}

.mage-error {
    font-size: 12px !important;
    font-weight: 400;
    color: #F60101 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #2EA5D6 !important;
}

.nav-pills .nav-link {
     background-color: #E0E0E0;
}

.cursor-pointer {
    cursor: pointer !important;
}

.list-disc {
  list-style-type: disc;
  list-style-position: outside;
}

.list-inline-item {
    display: inline-block !important;
}

.swatch-attribute-options li{
    list-style-type: none;
}

.scrollbar-hidden {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;    /* Firefox */
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;   /* Chrome, Safari, Opera */
}

.swatch-option-tooltip, .page-title-wrapper, .top-bar, .search,.header-banner {
    display: none !important;
}

.checkout-index-index .columns {
    display: block !important;
}



.image-highlight{
    background:rgba(0, 65, 107, 0.35);
    padding:5px;
    border-radius: 2px;
}

.highlight,.highlight a {
    color: #0f5e92 !important;
    font-weight: 600 !important;
    opacity: 1 !important;
}

/*Navigation*/
.ox-megamenu-navigation > .level0 > .ox-mm-a-wrap .level-top {
    color: #00416B;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
}
/*form fields*/
div.field label {
    font-size: 14px;
    color: #000000;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
textarea,
select {
    border-color: #A5A5A5 !important;
    border-style: solid;
    border-width: 2px !important;
    border-radius: 5px;
}

.select--ys, select {
    appearance:auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
select:focus {
    border-color: #00416B;
}

input[type="radio"], input[type="checkbox"] {
    margin: 1px 0 0;
    padding: 6px;
    line-height: normal;
}

input[type="checkbox"][id^="chk"],input[type="checkbox"][class^="check"] {
    display: none !important;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"],
textarea, .textarea--ys,
.select--ys, select,
.select--ys option { 
    color:#000000;
    font-size: 14px;
    font-weight: normal;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"],
textarea, .textarea--ys,
.select--ys, select{ 
    background:none; 
}

textarea:focus,
.input-text:focus,
.form-control:focus {
    border-color: #00416B !important;
}

input[type="text"].mage-error, input[type="password"].mage-error, input[type="url"].mage-error, input[type="tel"].mage-error, input[type="search"].mage-error, input[type="number"].mage-error, input[type="datetime"].mage-error, input[type="email"].mage-error, select.mage-error, textarea.mage-error
{
    border-color: #fa6b6b !important;
}

::placeholder {
  color: #6c757d; /* Same as .text-muted */
  opacity: 1;     /* Ensure it's visible */
}

.form-check-input:checked {
    background-color: #34A853 !important;
    border-color: #34A853 !important;
}

/*Dashboard pages*/

.address-block a {
    text-decoration: none;
    color: #000000 !important;
}

.nav-link {
    color: #000000;
}

.light-box {
    display: none;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    background: rgb(255 255 255 / 15%);
    overflow: visible;
}

video, embed, object{
    width: 100%;
}

/*checkout pages*/
.cart-container .checkout-methods-items {
    background: #000;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#store-selector .form-continue .actions-toolbar .action.primary, .order-review-form .action.primary, .cart-container .checkout-methods-items .action.primary, .methods-shipping .actions-toolbar .action.primary, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .bundle-actions .action.primary, .multicheckout .action.primary, .form-address-edit .actions-toolbar .action.primary {
    line-height: 2.2rem;
    padding: 10px;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    color: #fff;
}

table.table-totals, table.totals{
    padding: 10px;
}

.cart-summary .totals-block-wrapper .data.table.totals th{
    text-transform: capitalize;
    font-weight: 500;
}

.cart-summary .totals-block-wrapper .data.table.totals td{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.page-header, .page-header .sticky-wrapper, .logo__container {
    background: none;
}


/*Home Page updated may 2025*/
/* Home page: header overlays hero slider */
/* Home page: slider starts from top, header overlays */
.cms-index-index {
  /* remove any spacing above content */
  #maincontent.page-main-full-width,
  #maincontent {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* put header on top of slider */
  #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: transparent; /* keep slider visible behind */
  }

  /* make sure slider wrapper doesn't add top gap */
  .rev_slider_wrapper,
  rs-fullwidth-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

.slider-wrapper {
    display: grid;
    grid-template-areas: "stack";
}

.rev_slider_wrapper {
    will-change: opacity;
}

.rev_slider_wrapper {
    grid-area: stack;
    width: 100%;
    opacity: 1;
    transition: opacity 2s ease-in-out;
    pointer-events: auto;
}

/* slider2 hidden initially */
#slider2 {
    opacity: 0;
    pointer-events: none;
}

.responsive-image-row {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    flex-wrap: nowrap;
    padding: 0px 20px;
}

.responsive-image-row .img-wrapper {
    position: relative;
    flex: 1 1 auto;
    max-width: 187px;
    max-height: 227px;
}

.responsive-image-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

.overlay-text {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

/*Lightbox*/
.glightbox img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 227px;
    object-fit: contain;
} 
.gslide-inline {
    height: 572px !important;
    width: 716px !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: transparent;
}

.ginlined-content {
    height: 572px !important;
    max-width: 716px !important;
}

.ginlined-content img {
    max-height: 572px !important;
    max-width: 716px !important;
}

/*Testimonials*/
.image-row {
    display: flex;
    flex-wrap: nowrap; /* prevent wrapping */
    overflow-x: auto;  /* enable horizontal scroll if too narrow */
    gap: 20px;
    justify-content: center;
    scroll-snap-type: x mandatory;
}

.image-container {
    display: flex;
    align-items: stretch;
    flex: 0 0 auto;
    max-height: 614px;
    border-radius: 8px;
    scroll-snap-align: start;
    position: relative;
}

.image-container img {
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    width: 187px;
}

.breadcrumbs_block, .above-footer-banner, #backToTop, #newsletterModal, .modal-backdrop, .ox-menu-arrow, .counter-label, .category-description
{
    display: none !important;
}

.page.active {
    display: block;
}

.pagination {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    gap: 10px;
}

/*override the theme class */
#loginPageTab.nav-tabs .nav-link.active {
    color: #00416B !important;
}

.custom-modal.modal-popup .modal-title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.custom-modal.modal-popup .modal-content, .confirm.modal-popup .modal-content {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.custom-modal.modal-popup .modal-footer button, .confirm.modal-popup .modal-footer button{
    font-size: 14px;
    font-weight: 400;
    background: #ffffff;
    color: #00416B;
    border: 1px solid #00416B;
    padding: 4px;
    margin: 10px;
}

.custom-modal .action-close, .confirm .action-close {
    display: none !important;
}

.cart-container{
    background: #f5f5f5 !important;
}

.cart-summary{
    border: 0px;
    padding-top: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.qty-button {
    display: inline-block;
    height: 30px;
    width: 30px;
    font-size: 25px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #000000; 
    margin: 0px;
    padding: 0px;
    cursor: pointer;    
}

.quantity .qty {
    height: 30px;
    width: 30px;
    margin: 0px;
    padding-right: 0px;
    border: 1px solid #000000 !important;
}

.bg-lana-regale {
    background: url('/pub/media/theme/images/cmsassets/lana-regale.png') no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; /* This makes it "static" while scrolling */
    background-position: center center;

}

.home-cmsassets-lanaregale .header-layout-05, .home-cmsassets-huzure .header-layout-05, 
.home-cmsassets-huzure footer.layout-4, .home-cmsassets-lanaregale footer.layout-4,
.loading-mask {
    display: none;
}

.bg-huzure {
    background: url('/pub/media/theme/images/cmsassets/huzure1.png') no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; /* This makes it "static" while scrolling */
    background-position: center center;
}

.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 70%;
}

.checkout-index-index .modal-popup .modal-footer .action-save-address{
    margin: 0 10px 0 10px;
    background-color: #00416B;
}

.checkout-index-index .modal-popup .modal-footer .action-save-address:hover,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover{
     background-color: #2ea5d6;
     color: #ffffff;
}

.checkout-index-index .modal-popup .modal-footer .action-hide-popup{
    background-color: #ffffff;
    border:1px solid #00416B;
    color: #00416B;
}

.btn--ys:hover, .action.primary:hover, button.action:hover, .btn--ys:active, .action.primary:active, button.action:active, .btn--ys.focus, .action.primary.focus, button.action.focus, .btn--ys:focus, .action.primary:focus, button.action:focus, .btn--ys:visited, .action.primary:visited, button.action:visited,
button:focus, button:active {
    background-color: #00416B;
}

.primary > .action:hover, a.action.primary:hover, .action.primary:hover, .button.primary:hover, a.button.primary:hover, a.button:hover, .button:hover, button:hover {
    color: var(--a2-btn-color-hover, #fff) !important;
}

@media (max-width: 767px) {
    .product-listing.row-view .product_holder, .products-list .product_holder {
        margin-bottom: 0px !important;
    }

    .h-sm-30 {
        height: 30px !important;
    }

    .image-container {
        max-height: 355px;
    }

    .image-container img {
        height: 355px;
        width: 100px;
    }

    .logo img{
        width:120px;
    }

}  

@media (min-width: 768px) {
    .w-md-50{
        width: 50% !important;
    }

    .TonyM--lvl{
        padding: 0px 10px;
    }
}

@media (max-width: 991.98px) { /* Target devices < 992px (Bootstrap md) */   

    .navbar-toggle {
        padding-top: 0px;
        margin-top: 0px;
    }

    /*Customization page*/
    .object-loader {
        height: 475px !important;
        max-height: 475px !important;
        min-height: 475px !important;
        overflow: hidden;
    }

    /*Dashboard pages*/
    .nav-link-active {
        background: #ffffff;
    }

    .nav-link-active a{
        color: #2EA5D6 !important;
    }
}

@media (min-width: 992px){ /* Target devices < 992px (Bootstrap lg) */

    .w-lg-50{
        width: 50% !important;
    }

    .h-lg-200 {
        height: 200px !important;
    }

    .fs-md-14 {
        font-size: 14px !important;
    }

    .fs-md-5 {
        font-size: 20px !important;
    }
    
    .bg-md-white {
        background-color: white !important;
    }

    .object-loader {
        height: 100vh;
    }

    .nav-link-active {
        background: #2EA5D6;
        padding: 10px 0px;
        padding-right: 10px;
    }

    .nav-link-active a{
        color: #ffffff !important;
    }    
}

/*--------------------------------*/

#header.header-layout-04 .minicart-wrapper .action.showcart:hover .icon {
  color: #00416b !important;
}
#header.header-layout-05 .minicart-wrapper .action.showcart:hover .icon {
  color: #00416b !important;
}
#header.header-layout-04 .account .icon:hover,#header.header-layout-05 .account .icon:hover,#header.header-layout-04 .account .icon:focus,#header.header-layout-05 .account .icon:focus,
#header.header-layout-04 .account .icon:active,#header.header-layout-05 .account .icon:active,#header.header-layout-04 .account .icon:visited,#header.header-layout-05 .account .icon:visited {
    color: #00416b !important;
}
#header.header-layout-04 {
  z-index: 1000;
}
.message.success {
  background: rgba(0, 65, 107, 0.19);
  color: #00416B;
}

.clear-all{
    color: #252525;
}

.clear-all:hover{
    color: #000000;
    text-decoration: none;
}


/*Header*/
.badge--cart {
    position: absolute;
    z-index: 0;
    right: 21px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #FFFFFF;
    -webkit-text-fill-color: #fff;
    background:transparent
}

.hh-not-home .badge--cart {
     color: #00416B !important;
    -webkit-text-fill-color: #00416B !important;
}
/* Header FixedBar*/
/*.fixedbar .acc-icon,.fixedbar .cart-icon{
    display: none !important;
}*/
.fixedbar .acc-icon-sticky,.fixedbar .cart-icon-sticky{
    display:inline-block !important;
    margin-right: 0px;
}
.fixedbar .cart-icon-sticky img{
    margin-top:-4px;
}
.fixedbar .badge--cart {
    color: #00416B;
    -webkit-text-fill-color: #00416B;
}
.fixedbar .search, .fixedbar .account {
    display: inline !important;
}     

/*Customer Login/Registration Page*/

.block, .sidebar .widget.block:not(:last-child), .sidebar .widget:not(:last-child), .block-banners, .block-banners-inline {

    margin-bottom: 0px !important;

}

/*End*/

@media (min-width: 992px){

   /* .padding-left-80{
        padding-left: 80px !important;
    }


  .sidebar-main{

        padding-left: 20px !important;

    }*/

    /* Account SideBar Nav */

    .account .block-collapsible-nav .title {

        padding: 14px 0px 12px 0 !important;

        font-size: 17px;

    }

    .account-nav{

        display: none;            

    }

}



@media (max-width:1024px){

    html, body {

      overflow-x: hidden;

    }

/* Logo */
    
    #header.header-layout-04 {
        padding-top: 10px;
    }

    #header.header-layout-04 > .container:last-child {
        top: 0px;
    }

    #header.header-layout-05 {
      padding-top:5px;
      margin-bottom:0px;
      /*z-index: 1;*/
    }


    #header .container:first-child .row {
        padding-top: 0px !important;
        position:absolute;
        top:10px;
        left:10px;
    }

    #header.header-layout-05 .logo {
        float: none;
        margin: 0px;
        z-index: 1;
    }
  /*  .expand-nav{
        top: 30px !important;
    }*/

    .slick-slide{
        margin: 5px;
    }

    #header .settings { 
        display: none !important;
    }

    /* Minicart */

    #header.header-layout-04 .minicart-wrapper,#header.header-layout-05 .minicart-wrapper {
       margin-top: 0px !important;
       right:20px;
     }

    /* User Account */

    #header.header-layout-04 .account .icon,#header.header-layout-05 .account .icon {
        color: #13659b;
        right:60px;
    }
    #header .account {
        padding-right: 0px;
        top:0px;
    }

    #header .account .dropdown.text-right .dropdown-menu {
        min-width: 200px !important;
        top: 40px;
        width: 200px !important;
        border-radius: 10px;
        background: #ffffff;
    }
    .minicart-wrapper .dropdown > a .icon{

      color: #13659b !important; 

      top:-1px !important;

    }


    #header.header-layout-04 .minicart-wrapper, #header.header-layout-05 .minicart-wrapper {
        margin-top: 0px !important;
        right: 20px;
        top: 7px;
    }

    .badge--cart {  

        left: -5px !important;
        top: -1px;
        font-size: 12px;
    }
   
/* Menu */
    #header .navbar {
        background-color: transparent;
    }
    #header-layout-04 .navbar .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }    

    [data-tm-mob='true'] .TonyM__arw::before {
        border-right: solid 2px #00416b;
        border-bottom: solid 2px #00416b;
    }

      [class^='zindex'], [class*=' zindex']{
      height:150px;
    }

     .dropdown-menu {
        width: 100%;
        left: 0%;
        text-align: left !important;
        font-size: 22px;
        line-height: 60px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-weight: 600;
        background-color: #ffffff;
        border: 1px solid #00416B;
        border-radius: 0px;
        box-shadow: none;
        background-clip: padding-box;
        padding: 10px;
    }
    .dropdown {
        position: relative;
        display: block;
        padding: 0 0px 0 0;
        font-weight: 300;
        width: 100%;
        text-align: center;
    }
    .btn-secondary {
        color: #00416B;
        background-color: #fff;
        font-size: 22px;
        text-transform: uppercase;
        border-color: #00416B;
        letter-spacing: 0.1em;
        font-weight: bold;
        padding: 10px;
        width: 100%;
        text-align: left;
    }
    .dropdown-menu a{
        color: #979797;
    }

}

@media(max-width: 1023px){
   /* .black-box .head-title{
        font-size: inherit !important;
    }*/
    .nav-tabs > li > a{
        padding: 10px !important;
    }
    .nav-tabs > li > a{
        font-size: 12px !important;
    }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
        font-size: 12px !important;
    }
    .cart-summary .totals-block-wrapper .data.table.totals td {
        color: #000000 !important;
        border: 0px !important;
    }
    .cart-summary .totals-block-wrapper .data.table.totals th{
        border: 0px !important;
    }


  /* Table Responsive */

   .table-wrappers {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100% !important;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        position: relative;
    }
     .table-wrappers .table:not(.cart):not(.totals):not(.table-comparison) {



          border: none;



          display: block;



    }



    .table-wrappers .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {



      display: none;



    }



    .table-wrappers .table:not(.cart):not(.totals):not(.table-comparison) > tbody {



      display: block;



    }



    .table-wrappers .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {



      display: block;



    }



    .table-wrappers .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,



    .table-wrappers .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {



      border-bottom: none;



      display: block;



      padding: 5px 0;



    }



    .table-wrappers .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before,



    .table-wrappers .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th:before {



      padding-right: 10px;



      content: attr(data-th) ' ';



      display: inline-block;



      color: #111111;



      font-weight: 700;



    }  

}

@media(min-width:1025px) and (max-width:1600px){


    /*    navigation Bar*/

    #header.header-layout-04 .navbar, #header.header-layout-05 .navbar {

        display: flex;

    }



    .fixedbar .navbar .TonyM__panel > li > a{

        color: #00416b !important;

    }

    }

@media (max-width: 1199px){
    .opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .subtotal {
        text-align: right;
    }
}

@media only screen and (min-width: 1025px){

      [class^='zindex'], [class*=' zindex']{
      height:250px;
    }

  /*  .fixedbar {

        height: 60px;

    } */
    
    /* target only the direct top menu link */
    /* TOP menu link only */
    .ox-megamenu-navigation > .level0 > .ox-mm-a-wrap > a{
        position: relative !important;
        display: inline-block;
        padding-bottom: 8px;                 /* space for underline */
        transition: transform .3s ease;
    }

    .ox-megamenu__dropdown {
        max-width: 300px;
        border-radius: 5px;
    }
    .ox-megamenu ul {
        margin: 0;
        padding: 20px 0px !important;
    }

    /* OPTIONAL: if Athlete2 uses ::before for something, disable it */
    .ox-megamenu-navigation > .level0 > .ox-mm-a-wrap > a::before{
        content: none !important;
    }

    /* OUR underline on ::after (so it won't conflict) */
    .ox-megamenu-navigation > .level0 > .ox-mm-a-wrap > a::after{
        content: '' !important;
        position: absolute !important;
        left: 0;
        right: 0;
        top: auto !important;                /* IMPORTANT: kill any theme top */
        bottom: 5px !important;                /* anchor to bottom of link */
        height: 5px;
        border-bottom: 2px solid #fff;
        background-color: none;
        opacity: 0;
        transform: translateY(4px);
        transition: opacity .3s ease, transform .3s ease;
        pointer-events: none;
    }

    /* hover: move text up */
    .ox-megamenu-navigation > .level0 > .ox-mm-a-wrap > a:hover{
        transform: translateY(-2px);
    }

    /* hover: show underline */
    .ox-megamenu-navigation > .level0 > .ox-mm-a-wrap > a:hover::after{
        opacity: 1;
        transform: translateY(0);
    }

    /* If underline is clipped by menu container */
    .ox-megamenu-navigation > .level0 > .ox-mm-a-wrap{
        overflow: visible;
    }

    .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list > .category-item > .ox-mm-a-wrap a:hover, .ox-dropdown--megamenu > .ox-megamenu__dropdown .level1.category-item > .ox-mm-a-wrap a:hover{
        color: #000 !important;
        background: none;
    }

    .ox-megamenu-navigation .category-item:hover > .ox-mm-a-wrap a{
         color: #000 !important;
         background: none;
    }

    .ox-dropdown{
        padding: 30px 10px;

    }

    #header.header-layout-04 .account:hover .icon {

      color: #2ea5d6 !important;

    }

    .minicart-wrapper .dropdown > a .icon{
      color: #13659b !important; 
     }


    .header--layout-4 .minicart-wrapper .action.showcart:after {
        background-color: transparent;
    }

    #header.header-layout-05 .logo {

        margin-bottom: 0px !important;

    }

.page-layout-1column .page-title-wrapper h1,
.checkout-index-index .page-title-wrapper h1,
.page-layout-1column .page-title-wrapper h2,
.checkout-index-index .page-title-wrapper h2 {
    margin-top: 15px;
}
.panel .panel-body {
    padding: 10px 0 0px 0;
}
input::-webkit-input-placeholder {
    font-size: 0.8em;
}
.shopping-cart-table .cart-price .price {
    color: #2ea5d6 !important;
}
.shopping-cart-table a {
    color: #2ea5d6;
}
.shopping-cart-table .actions-toolbar .action.action-delete:before {
  content: "\e872";
}
mark, .mark{
    background: #ffffff;
}
.table th, .table td{
    border:0px !important;
}
.btn--ys.btn--xl, .action.primary.btn--xl, button.action.btn--xl{
    font-size:14px;
}
.collapse-block__title:after {    
    color: #2ea5d6 !important;
}
.cart-summary .totals-block-wrapper .data.table.totals td {
    color: #000000 !important;
}
.cart-summary .totals-block-wrapper .checkout-methods-items li a {
    color: #2ea5d6;
}
.shopping-cart-table tr td{
    border: none !important;
    padding: 3px;
}
.cart-empty .btn_continue_shopping a {  
    background-color: #00416B;
    letter-spacing:0.1em;
}

    .checkout-cart-index .cart-empty a:hover {
        color: #00416B !important;
        background: #ffffff;
        border: 1px solid #00416B;
    }

    footer.layout-4 hr {

        margin-bottom: 27px;

    }

}



@media (min-width:768px){

    .navbar-right {

      margin-right: 0px; 

      margin-top: 10px;

    }

    .navbar {

      min-height: 0px;

      margin-bottom:0px;    

    }

    .TonyM img {

        width: 170px;

        height:200px;

    }

     input::-webkit-input-placeholder {

  font-size: 0.8em;

}



.shopping-cart-table .cart-price .price {color: #00416b !important;font-size: 24px;letter-spacing: 0.12em;font-weight: 900 !important;}

.shopping-cart-table a {color: #00416B;}

.shopping-cart-table a:hover {text-decoration:none}

    .collapse-block__title:after {    

    color: #00416B !important;

}



.cart-summary .totals-block-wrapper .data.table.totals td {

    color: #000000 !important;

}

.cart-summary .totals-block-wrapper .checkout-methods-items li a {

    color: #00416B;

    }

    .shopping-cart-table tr {

        border-bottom: none !important;

    }

    

    .collection-content{

        min-height: 603px;

    }

    

    footer.layout-4 hr {

        margin-bottom: 27px;

    }

}
/* Mobile Design */
#header .navbar .navbar-toggle .icon-bar {
    background-color: #00416b;
    width: 35px;
    margin: 6px 0px;
}
@media (max-width: 500px ){
 
    .shopping-cart-table .actions-toolbar .action.action-delete:before{
      display : none !important;
  }
  .shopping-cart-table .actions-toolbar .action{
      width: 110px;
      border: 1px solid #00416B;
      padding:0px 5px;
  }
  .shopping-cart-table .actions-toolbar .action span{
     display: block !important;
  }
  
}

@media (min-width: 501px) and (max-width: 640px ){
    .pagingInfo{
        float: none !important;
        text-align: center;
    }
 
    .shopping-cart-table .actions-toolbar .action.action-delete:before{
      display : none !important;
  }
  .shopping-cart-table .actions-toolbar .action{
      width: 110px;
      border: 1px solid #00416B;
      padding:0px 5px;
  }
  .shopping-cart-table .actions-toolbar .action span{
     display: block !important;
  }
  .vertical-text>a {
    width: auto;
    margin-bottom: 80px;
}

 [class^='zindex'], [class*=' zindex']{
      height:100px !important;
    }
}

/* Tablet */
@media (max-width: 767px){
    input::-webkit-input-placeholder {

        font-size: 0.8em;

      }

    .cart-empty .btn_continue_shopping a {    
        background-color: #00416B;
    }

      .shopping-cart-table .cart-price .price {

          color: #00416B !important;

      }

      .shopping-cart-table a {

          color: #00416B !important;

          }



          .collapse-block__title:after {    

          color: #00416B !important;

      }



      .cart-summary .totals-block-wrapper .checkout-methods-items li a {

          color: #00416B;

          }

          .shopping-cart-table tr {

              border-bottom: none !important;

          }

          footer.layout-4 hr {

          margin-bottom: 0px;

      }

}

.cart-container .cart-summary #block-shipping {

    display: none;

}

.opc-estimated-wrapper .estimated-block .estimated-price{
    color:#00416b ;
}

/*Navigation Bar*/



.nav > .list-title > a {



    position: relative;



    display: inline-block;



    padding: 0px;



}



#header .navbar {



  min-height: 0px;



  margin-bottom: 0px; 



  width: 100%;



}

/*Image Zoom*/



    .image-box{
        overflow: hidden;
    }



    .image-box img {
      -webkit-transition: 1s linear;
      transition: 1s linear;
      width:100% !important; 
      height:150px !important;
      border: 3px solid #d0d0d0;
    }

    .image-box img:hover {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
      }


/*Footer Section*/

.img-selected{
    box-shadow:0px 12px 22px 1px #333;
}

#layered-filter-block .filter-current .filter-current-subtitle {
    margin: 0 0 0px !important;
}


@media (min-width: 1025px) {
 
    #header .logo_sticky {

        float: none; 

        margin: 0px;

    }

    #header .logo_sticky img {

        height: 60px;

    }

    .stuck-nav:not(.fixedbar) .header-menu {

        margin-top: 10px;

        margin-bottom: 10px;

    }

    .settings .dropdown-menu > li > a, .account .dropdown-menu > li > a, .settings .dropdown-menu > li > strong, .account .dropdown-menu > li > strong {

        width: 100%;

    }

    #header.header-layout-04 .stuck-nav:not(.fixedbar) .header-menu [data-tm-dir='row'] .TonyM__panel > li > a > span
    {
        color:#ffffff;
    }

     #header.header-layout-05 .stuck-nav:not(.fixedbar) .header-menu [data-tm-dir='row'] .TonyM__panel > li > a > span
    {
        color:#00416B;
    }

 /* Links 1 level */

    @media (min-width: 1025px) {

    #header.header-layout-05 [data-tm-dir='row'] .TonyM__panel > li > a .act-underline::before {

        background-color: #00416B;


      }

       #header.header-layout-04 [data-tm-dir='row'] .TonyM__panel > li > a .act-underline::before {

        background-color: #ffffff;


      }

    }

/* --------------------Footer  */

.footer-copyright .row {

    padding: 1.75em 0 0 0;

}


/* Copyright text color */

    .footer-copyright {

    color:#333333;

    }

/* Copyright link color */

    .footer-copyright a {

    color:#2EA5D6;

    }




/* -----------------Checkout*/

.opc-wrapper .shipping-address-item.selected-item {

    border-color: #2ea5d6 !important;

}



.opc-wrapper .shipping-address-item.selected-item:after {

    background: #2ea5d6 !important;

}



.opc-sidebar .opc-block-summary .items-in-cart > .title:after {   

    color: #00416b !important;

}

.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .subtotal .price {

    color: #3C3C3C !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-align: right;
    letter-spacing: 0.1em;

}

.opc-progress-bar li._active:before {

    background-color: #00416b !important;

}

.opc-progress-bar li._active:after {

    background: #00416b !important;

}

.opc-sidebar .opc-block-summary .table-totals .amount {

    color: #00416b !important;

}

.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper {

  max-height: 2000px !important;

}

.multitooltip.active .toggle, .product.options.active .toggle {

    color: #01416b !important;

}

.opc-payment-additional{

    display: none;

}

.opc-sidebar .opc-block-summary > .title {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    letter-spacing: 0.1em;
    color: #3C3C3C;
}

.opc-block-summary {
    display: none;
    background: #ffffff;
    padding: 30px;
    margin: 0 0 20px;
   /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); */
}
.opc-sidebar .opc-block-summary .items-in-cart > .title strong {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-image-container {
    width: 100px !important;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #3C3C3C;
    letter-spacing: 0.065em;
    text-transform: none;
    text-align: right;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item{
    border-bottom:  1px solid #e5e5e5;
}
.opc-block-summary .items-in-cart .product{
    width: 100%;
}
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content{
    width: 100%;
    text-align: right;
    padding-right: 5px;
    background: transparent;
    border: none;
}
.opc-block-summary .product-item .subtotal{
    display: block;
    text-align: right;
}
.opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: right;
}
.close{

    font-weight: normal !important;

    margin-top: 0px !important;

    padding-right: 10px !important;

}

.deselected{

    /*top:-3.5em !important;*/

    position: absolute !important;

}

.deselected .tooltip-content, .deselect-img .tooltip-content{

    cursor:pointer;

    min-width:130px !important;

}


/*Table bordered*/

.table-bordered tr td{

  border:1px solid #c7c7c7 !important;

}

.zoomWindow{

    border-radius: 100px;

    left:-150px;

}

/* Style for Monogram */

/* HIDE RADIO */

[type=radio].additional_infos { 

  position: absolute;

  opacity: 0;

  width: 0;

  height: 0;

}



/* IMAGE STYLES */

[type=radio].additional_infos + img {

  cursor: pointer;

  margin:5px;

}

[type=radio].additional_infos:checked + img {

  outline: 2px solid #13659b;

}

.account .messages{
    margin: 0px;
}

/*Coupon Code*/
.black-transparent-bg-light {
        background: rgb(0 0 0 / 5%);
}
.border-dashed {
    border: 1px dashed rgb(0,0,0,12%);
}

.block-collapsible-nav-content .current {
    vertical-align: top;
}

/*.border-highlight{
  border: 1px solid #00416B;
}*/

/*.width-100{
    width: 100% !important;
}*/
.print{
    display: none;
}

/*Fabric Swatches*/

.info-message {
    background-color: #d9edf7;
    color: #31708f;
    border: 1px solid #bce8f1;
    padding: 10px;
    border-radius: 4px;
}

/*#selected-container{
    height: 400px;
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}*/

/* Hide blue versions by default  Header */
/* Force our logo swap rules to win */
.hh-logo--white,
.hh-logo--blue { display: none !important; }

/* === HOME, before scroll (NOT sticky) => WHITE logo === */
.hh-home .hh-stuck:not(.fixedbar) .hh-logo--white { display: inline-block !important; }

/* === HOME, sticky OR non-home always => BLUE logo === */
.hh-home .hh-stuck.fixedbar .hh-logo--blue { display: inline-block !important; }
.hh-not-home .hh-logo--blue, .checkout-index-index .hh-logo--blue { display: inline-block !important; }

/* Safety: non-home never show white */
.hh-not-home .hh-logo--white { display: none !important; }

/* Sticky background white */
.hh-stuck.fixedbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  background: #fff !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
}

/* Menu: white on home before scroll */
.hh-home .hh-stuck:not(.fixedbar) .ox-megamenu-navigation > li > a,
.hh-home .hh-stuck:not(.fixedbar) .ox-megamenu-navigation .level-top,
.hh-home .hh-stuck:not(.fixedbar) .ox-menu-arrow {
  color: #fff !important;
}

/* Menu: blue on sticky + all non-home */
/* Center Athlete2 megamenu */

.d-flex.justify-content-center > .ox-megamenu {
    font-family: 'Zen Kaku Gothic Antique';
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Ensure menu takes only required width */
.ox-megamenu {
    width: auto !important;
}

/* Center the UL inside nav */
.ox-megamenu-navigation {
    display: flex !important;
    justify-content: center !important;
}


.hh-stuck.fixedbar .ox-megamenu-navigation > li > a,
.hh-stuck.fixedbar .ox-megamenu-navigation .level-top,
.hh-stuck.fixedbar .ox-megamenu-navigation .ox-mm-a-wrap > a,
.hh-stuck.fixedbar .ox-menu-arrow,
.checkout-index-index .ox-megamenu-navigation > li > a,
.checkout-index-index .ox-megamenu-navigation .level-top,
.checkout-index-index .ox-megamenu-navigation .ox-mm-a-wrap > a,
.checkout-index-index .ox-menu-arrow, .hh-not-home .ox-megamenu-navigation > li > a,
.checkout-index-index .ox-megamenu-navigation .level-top,
.checkout-index-index .ox-megamenu-navigation .ox-mm-a-wrap > a,
.checkout-index-index .ox-menu-arrow {
  color: #00416B;
}

.ox-mm-a-wrap {
    padding: 0px 10px;
}

.ox-megamenu-navigation .ox-mm-a-wrap > a {
    color: #00416B !important;
    font-size: 14px;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    line-height: 25px !important;
}


/* DEFAULT: BLUE (other pages + fallback)  Account Icon*/
.header__item-account,
.header__item-account svg,
.header__item-account svg path {
  color: #00416B !important;
  fill: currentColor !important;
}

/* HOME PAGE – before sticky => WHITE */
body.cms-index-index .stuck-nav:not(.fixedbar) .header__item-account,
body.cms-index-index .stuck-nav:not(.fixedbar) .header__item-account svg,
body.cms-index-index .stuck-nav:not(.fixedbar) .header__item-account svg path {
  color: #ffffff !important;
  fill: currentColor !important;
}

/* HOME PAGE – sticky => BLUE */
body.cms-index-index .stuck-nav.fixedbar .header__item-account,
body.cms-index-index .stuck-nav.fixedbar .header__item-account svg,
body.cms-index-index .stuck-nav.fixedbar .header__item-account svg path {
  color: #00416B !important;
  fill: currentColor !important;
}

/* OTHER PAGES – always BLUE */
body:not(.cms-index-index) .header__item-account,
body:not(.cms-index-index) .header__item-account svg,
body:not(.cms-index-index) .header__item-account svg path {
  color: #00416B !important;
  fill: currentColor !important;
}


/* Default: BLUE everywhere */
.hh-cart-white { display: none !important; }
.hh-cart-blue  { display: inline-block !important; }

/* Home page BEFORE sticky => WHITE */
body.cms-index-index .stuck-nav:not(.fixedbar) .hh-cart-white {
  display: inline-block !important;
}
body.cms-index-index .stuck-nav:not(.fixedbar) .hh-cart-blue {
  display: none !important;
}

/* Home page AFTER sticky => BLUE (handled by default, but keep explicit) */
body.cms-index-index .stuck-nav.fixedbar .hh-cart-white { display: none !important; }
body.cms-index-index .stuck-nav.fixedbar .hh-cart-blue  { display: inline-block !important; }

/*Pagination*/
.carousel-products__button span {
    display: block;
    height: 45px;
    width: 45px;
    cursor: pointer;
    background-color: #f5f5f5;
    color: #333;
    padding: 0;
    border: none;
    outline: none;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    display: inline-block;
    margin-left: 0.17em;
    margin-top: 0.1em;
    position: relative;
    z-index: 1;
    text-align: center;
}
    
.carousel-products__button span.btn-prev:before {
    content: "\e408";
}
.carousel-products__button span.btn-next:before {
    content: "\e409";
}
    
.carousel-products__button span:before {
    display: block;
    font-family: "Material Icons";
    font-size: 35px;
    line-height: 45px;
    color: #333;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.minicart-wrapper .action.showcart {
    background: transparent;
}

.above_footer_block{
    margin-top: 60px
}
.nav-tabs .nav-link {
    padding: 20px;
}

/* Smooth open/close (your current idea, improved) */
.content-box{
  height: 100%;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(12px);
  transition: max-width .35s ease, opacity .25s ease, transform .35s ease, padding .35s ease;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 0;

  /* IMPORTANT: closed box must not eat clicks */
  pointer-events: none;
}

.content-box.open{
  max-width: 300px;
  opacity: 1;
  transform: translateX(0);
  padding: 15px;

  /* IMPORTANT: enable clicks only when open */
  pointer-events: auto;
}

/* IMPORTANT: pagination needs pages to be hidden/shown */
.content-box .page { display: none; }
.content-box .page.active { display: block; }

/* make sure buttons are above */
.content-box .pagination { position: relative; z-index: 5; }

