@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;
}

/*custom font size*/
.fs-14 {
    font-size: 14px;
}

.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{ /* link hover color */
    color:#333333 !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*/
.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;
}

.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;
}

/*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-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;
}


/*Home Page updated may 2025*/
/* Home page: header overlays hero slider */
.cms-index-index .page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
}

/* Keep dropdowns above slider */
.cms-index-index .page-header,
.cms-index-index .page-header * {
  z-index: 1000;
}

/* Remove any default top spacing pushing content down */
.cms-index-index .page-main,
.cms-index-index .columns {
  margin-top: 0;
  padding-top: 0;
}

.page-header, .page-header .sticky-wrapper{
    background: none !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;
}

.content-box {
    height: 100%;
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-box.open {
    width: 300px;
    opacity: 1;
    padding: 15px;
}

.page {
    display: none;
}

.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;
}

.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{
    background-color: #00416B;
}

@media (min-width: 1024px), print {
   .checkout-index-index .modal-popup .modal-inner-wrap {
        margin-left: -400px;
        width: 800px;
        left: 50%;
        top: 30%;
   }
}



@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: 10px;
    top: 0px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #FFFFFF;
    -webkit-text-fill-color: #00416B;
    background:transparent
}
/*    Header FixedBar*/
.fixedbar .logo,.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 {
    right: 0;
    top: -2px;
    left: -2px;
}
.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;

    }

     

    #header.header-layout-04 .account:hover .icon {

      color: #2ea5d6 !important;

    }

    

    .minicart-wrapper .dropdown > a .icon{



      color: #13659b !important; 



     }

    #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%;

    }

    .TonyM__panel > li {

        position: relative !important;

    }

   .TonyM__mm {

        max-width: 255px !important;

        padding: 0px 0px 0px 10px;

        font-size: 12px !important;

        border-radius: 10px;

    }

     .TonyM a, .TonyM a:visited, .TonyM a:active, .TonyM a:link {
        color: #000000 !important
    }


    .TonyM__list {

        flex-wrap: unset;

        display: block;

    }



    .TonyM__list li {

        position: relative;

        width: 100% !important;

        line-height: 10px !important;

    }


    #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;
    }

    /*Drop down menu*/
     .TonyM__list a, .TonyM__list a:visited, .TonyM__list a:active, .TonyM__list a:link {
         color: #000000   
    }

 
  [data-tm-dir='row'] .TonyM__panel > li > a {

    font-size: 14px !important;

      line-height: 15px;

      font-weight: 500 !important;

    }

    [data-tm-dir='row'] .TonyM__panel {

        flex-wrap: inherit !important;

    }

    

    .TonyM__mm--simple > .TonyM--gr2-in > *:nth-last-child(-n + 2) a {

         border-bottom-color: #e5e5e5 !important;

        border-bottom-width:1px !important;

        border-bottom-style:solid !important;

     }



    .TonyM__list li a:hover{

      color: #2ea5d6 !important;

      background: transparent !important;

    }



    .TonyM__ttl > a,

    .TonyM__ttl > a:visited,

    .TonyM__ttl > a:active,

    .TonyM__ttl > a:link {

      color: #000000;

      font-size:  14px;

    }

    .TonyM__clearfix{

      margin-top: 0px !important;

    }



    .TonyM__ttl {

        min-height: 10px;

    }

    .TonyM__ttl span{

        line-height: 145%;

    }

    

/* 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;
}*/