/* Import Contact Page Styles */
@import url('contact.css');
@import url('about.css');
@import url('depot.css');
@import url('text-pages.css');
@import url('category.css');
@import url('footer.css');
@import url('homepage-products.css');
@import url('product.css');
@import url('wordpress-styles.css');
@import url('media-view-toggle.css');

/* Brand Colors */
:root {
  --brand-main: #009fe3;
  --brand-dark: #002d57;  
  --brand-neutral: #3b413f;
  --brand-grey: #4c4a4f;
  --brand-light-grey: #f5f5f5;
  --footer-bg: #2b3034;
  --footer-text: #ffffff;
  --footer-link: #b8c2cc;
  --footer-link-hover: #ffffff;
}

/* Header Styling */
.page-header {
  background-color: var(--brand-main);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-header.configurable {
  background-color: var(--brand-dark);
}

.page-header .panel.wrapper {
  background-color: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}

.page-header .panel.wrapper .header.links a {
  color: var(--brand-dark);
  transition: all 0.3s ease;
}

.page-header .panel.wrapper .header.links a:hover {
  color: var(--brand-main);
}

/* Logo area */
.header.content .logo img {
  max-height: 60px;
  transition: all 0.3s ease;
  filter: brightness(0) invert(1);
}

/* Search box styling */
.block-search {
  margin-top: 10px;
}

.block-search .control {
  border-radius: 4px;
  overflow: hidden;
}

.block-search .input-text {
  height: 40px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 45px 0 15px;
  background-color: #fff;
}

.block-search .action.search {
  background-color: var(--brand-main);
  border-radius: 0 4px 4px 0;
  padding: 0 15px;
  transition: all 0.3s ease;
}

.block-search .action.search:hover {
  background-color: var(--brand-dark);
}

/* Navigation styling */
.nav-sections {
  background-color: var(--brand-dark) !important;   
}

.navpro-topnav li {
  color: #FFF !important;
}

.navpro-dropdown-inner { background-color: var(--brand-light-grey); }
.navpro-dropdown-inner a:hover { background-color: var(--brand-main); color: #FFF !important; text-decoration: none !important; }
.navpro-dropdown-inner .navpro-dropdown-inner { background-color: #FFF; }

.navigation {
  background: transparent;
  font-weight: 500;
}

.navigation .level0 > .level-top {
  color: var(--brand-dark);
  padding: 12px 15px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.navigation .level0 > .level-top:hover,
.navigation .level0.active > .level-top {
  color: var(--brand-main) !important;
  background-color: #f5f5f5 !important;
}

/* Dropdown menu styling */
.navigation .level0 .submenu {
  border-top: 3px solid var(--brand-main);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.navigation .level0 .submenu a {
  color: var(--brand-neutral);
  transition: all 0.3s ease;
}

.navigation .level0 .submenu a:hover {
  color: var(--brand-main);
  background: #f5f5f5;
}

.nav-contact {
  width: 310px!important;
}

.nav-contact .navpro-col-9 {
  width: 100% !important;
}

.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
  color: var(--brand-main) !important;
}

.top-container .banner-argento-stripes-benefits .icon {
  color: #4c4a4f;
}
.top-container .banner-argento-stripes-benefits .content .title {
  color: #4c4a4f;
}

/* My Account and Cart styling */
.header.content .switcher-customer a.link,
.header.content .minicart-wrapper a.action.showcart {
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
}

.header.content .switcher-customer a.link:hover,
.header.content .minicart-wrapper a.action.showcart:hover {
  color: var(--brand-main);
}

.header.content .switcher-customer .text {
  display: none !important;
}
.header.content .minicart-wrapper .text {
  display: none !important;
}

/* Mobile menu toggle */
.nav-toggle:before {
  color: #fff;
}

.nav-toggle:hover:before {
  color: var(--brand-main);
}


/* Search Styles */
.page-header .header.content .block-search .action.search {
  right: 2px !important;
  top: 2px !important;
  height: 36px !important;
  width: 50px !important;
}
@media only screen and (max-width: 768px) {
  .page-header .header.content .block-search .action.search {
    display: none !important; 
  }  
  .minicart-wrapper .action.showcart::before, .minicart-wrapper .action.showcart.active::before {
    margin: 2px;
  }
}
.block-swissup-ajaxsearch-results {
  position: fixed !important;
  top: initial !important;
  width: 100%;
  padding: 20px;
}
.block-swissup-ajaxsearch-results .tt-dataset {
  max-width: 800px;
  margin: 0 auto;
}
.page-header .header.content .block-search {
  max-width: 500px;
}


.headerphones .navpro-row { align-items: center; flex-direction: column; }


.headerphones li { 
 text-align: right !important;
}

.headerphones ul {
  position: initial !important;
  text-align: right !important;
}


.headerphone { display:block; padding:10px 20px; border:1px solid #CCC; background: #FFF; }
.headerphone a { color:#009fe3; font-size: 20px; margin: 0 0 0 8px; font-weight:bold;}


@media only screen and (max-width: 768px) {	
	.headphone { 
		z-index: 99;
		position: relative;
		    padding-bottom: 5px;
	}	

}


.page-header .header.content .block-search .action.search {
  background: var(--brand-dark) !important;
}
.page-header .header.content .block-search .action.search:hover {
  background: var(--brand-main) !important;
}

.category-image { display: none; }

/* Subcategory Image Links Carousel */
.subcategory-image-links {
    position: relative;
    max-width: 1200px;
    margin: 70px auto 20px;
    padding: 0; /* Space for navigation arrows */
    overflow: hidden;
}

.subcattrack {
    display: flex;
    transition: transform 0.3s ease;
    gap: 20px;
    align-items: flex-start;
}


.subcatwrap {
    flex: 0 0 calc(16.666% - 17px); /* 6 items per row with gap */
    min-width: 150px;
    text-align: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}

.subcatwrap:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border-color: #ccc;
}

.subcatimage {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/2;
    background: #f8f8f8;
}

.subcatimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.subcatimage:hover img {
    transform: scale(1.03);
}

.subcatlink {
    display: block;
    padding: 12px 8px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3;
    transition: color 0.3s ease;
    border-top: 1px solid #f0f0f0;
    background: #fff;
}

.subcatlink:hover {
    color: #2c5aa0;
    text-decoration: none;
    background: #f9f9f9;
}

/* Navigation Arrows */
.subcategory-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #ddd;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.subcategory-nav:hover {
    background: #fff;
    border-color: #2c5aa0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%) scale(1.05);
}

.subcategory-nav.prev {
    left: 5px;
}

.subcategory-nav.next {
    right: 5px;
}

.subcategory-nav::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
}

.subcategory-nav.prev::before {
    border-width: 7px 10px 7px 0;
    border-color: transparent #666 transparent transparent;
    margin-left: -2px;
}

.subcategory-nav.next::before {
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #666;
    margin-right: -2px;
}

.subcategory-nav:hover::before {
    border-color: transparent #2c5aa0 transparent transparent;
}

.subcategory-nav.next:hover::before {
    border-color: transparent transparent transparent #2c5aa0;
}

.subcategory-nav.disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .subcatwrap {
        flex: 0 0 calc(20% - 16px); /* 5 items per row */
    }
}

@media (max-width: 992px) {
    .subcatwrap {
        flex: 0 0 calc(25% - 15px); /* 4 items per row */
    }
    
    .subcategory-image-links {
        padding: 0 50px;
    }
}

@media (max-width: 768px) {
    .subcatwrap {
        flex: 0 0 calc(33.333% - 14px); /* 3 items per row */
        min-width: 120px;
    }
    
    .subcatlink {
        font-size: 12px;
        padding: 10px 6px;
    }
    
    .subcategory-image-links {
        padding: 0 40px;
    }
    
    .subcategory-nav {
        width: 40px;
        height: 40px;
    }
    
    .subcategory-nav.prev::before {
        border-width: 6px 8px 6px 0;
    }
    
    .subcategory-nav.next::before {
        border-width: 6px 0 6px 8px;
    }
}

@media (max-width: 576px) {
    .subcatwrap {
        flex: 0 0 calc(50% - 10px); /* 2 items per row */
    }
    
    .subcatlink {
        font-size: 11px;
        padding: 8px 4px;
    }
    
    .subcategory-image-links {
        padding: 0 35px;
    }
    
    .subcategory-nav {
        width: 35px;
        height: 35px;
    }
    
    .subcategory-nav.prev::before {
        border-width: 5px 7px 5px 0;
    }
    
    .subcategory-nav.next::before {
        border-width: 5px 0 5px 7px;
    }
}

.top-container {
  max-width: none;
  z-index: 2
}

.top-container .easybanner-placeholder-wrapper {
  background-color: #fff;
  box-shadow: 0 8px 10px -10px rgba(0,0,0,.2)
}

.top-container .easybanner-banner {
  padding: 5px 10px;
  margin: 0 auto;
  width: auto;
  max-width: 1200px;
  box-sizing: border-box
}

.top-container .banner-argento-stripes-benefits {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  font-size: 14px
}

.top-container .banner-argento-stripes-benefits .separator {
  border-left: 1px solid #d4d8da
}

.top-container .banner-argento-stripes-benefits .icon {
  display: none;
  float: left
}

.top-container .banner-argento-stripes-benefits .content {
  float: left;
  margin-left: 10px
}

.top-container .banner-argento-stripes-benefits .content .title {
  text-transform: uppercase;
  font-weight: 700
}



:not(.old-price) > .price-container .price-wrapper .price {
  color: var(--brand-main);
}

.action.primary, .action-primary {
  border: 1px solid var(--brand-main);
  background-color: var(--brand-main);
}
.action.primary:hover, .action-primary:hover {
  border: 1px solid var(--brand-dark);
  background-color: var(--brand-dark);
}
.page-header .switcher.customer:hover {
  border: 1px solid var(--brand-dark);
}
.minicart-wrapper .action.showcart {
  background: var(--brand-main) !important;
}

.product-add-form .product-options-wrapper, .product-add-form .box-tocart, .product-add-form .product-addto-links, .bundle-actions-container {
    max-width: 420px !important;
    margin-left: initial !important;
    margin-right: initial !important;
}

.page-wrapper > .breadcrumbs, .page-wrapper > .top-container, .page-wrapper > .widget {
  margin-top: 30px;
  background: initial;
}

.swatch-option.selected {
  outline: 2px solid var(--brand-main);
}

.product-add-form .swatch-option.text {
  margin-right: 10px;
  padding: 3px 6px;
}


/* Spec Buttons */


.specbutton {
	border:1px solid #CCC;
	padding:15px 30px;
	margin: 30px 0 15px 0;
  width: 90%;
  display: block;
  height: 80px;
}

.specbutton:hover {
	background-color:#f3f3f3;
}

.specbutton h4 {
	color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.specbutton p {
	color: #404040;
    font-size: 14px;
	display: inline-block;
    margin: 10px 0 0 0;
}

.specbuttoncopy {
	width:80%;
	float:left;
}
.specbuttonimage {
	width:10%;
	max-width: 35px !important;
    margin: 0 15px 0 0;
    float: left;
}

#navpro-topnav1::before {
  content: url('/MP.png');
}


.home-banners .pagebuilder-column {
  padding-right: 15px;
} 


a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  background: var(--brand-main);
  border: 1px solid var(--brand-main);
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  background: #fff;
  border: 1px solid var(--brand-main);
  color: var(--brand-main);
}


.category-cms {
	position: relative;
}

.category-cms .title-block-background { 
   height: 190px;
    position: absolute;
    top: -20px;
    left: -9px;
    width: 100%;
}

.category-cms .title-block-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.category-cms .title { 
	color: #FFF;
    margin: 0 0 0 5%;
	width:50%;
	z-index: 10;
    position: relative;
    display: block;;
}

.category-cms .text { 
	color: #FFF;
    margin: 15px 0 0 30px;
    width: 40%;
    position: absolute;
    display: block;
    z-index: 10;
    top: 0;
    left: 50%;
}
.category-cms .text input { display:none; }

.page-products .page-main {
    margin-top: 10px;
}
a, .alink {
    color: #009fe3;
}
a:visited, .alink:visited {
    color: initial;
    text-decoration: none;
}

.page-main {
  padding-top: 0 !important;
}

.page-products .swatch-option, .page-products .swatch-option.text {
  padding: 5px 8px;
  border-radius: 5px;
}

.toolbar-products .toolbar-sorter .sorter-options {
  padding: 5px !important;
}



/* Homepage Accreditation Logos */
.accreditation-logos-homepage {
    padding: 30px 0;
    background-color: #f8f9fa;
    text-align: center;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.accreditation-logos-homepage .accreditation-logos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.accreditation-logos-homepage .accreditation-logo {
    height: 70px;
    width: auto;
    opacity: 0.9;
    transition: all 0.3s ease;
    filter: brightness(1.0);
}

.accreditation-logos-homepage .accreditation-logo:hover {
    opacity: 1;
    transform: translateY(-3px);
    filter: brightness(1.1);
}

/* Responsive design for homepage logos */
@media (max-width: 768px) {
    .accreditation-logos-homepage .accreditation-logos-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .accreditation-logos-homepage .accreditation-logo {
        height: 50px;
    }
}

@media (max-width: 480px) {
    .accreditation-logos-homepage {
        padding: 20px 0;
        margin: 15px 0;
    }
    
    .accreditation-logos-homepage .accreditation-logo {
        height: 40px;
    }
}

/* Accreditation Logos Styling */
.accreditation-logos {
  padding: 20px 0;
  background-color: var(--footer-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.accreditation-logos-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.accreditation-logo {
  height: 60px;
  width: auto;
  opacity: 0.8;
  transition: all 0.3s ease;
  filter: brightness(1.1);
}

.accreditation-logo:hover {
  opacity: 1;
  transform: translateY(-2px);
  filter: brightness(1.2);
}

/* Responsive adjustments for accreditation logos */
@media (max-width: 768px) {
  .accreditation-logos-container {
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .accreditation-logo {
    height: 50px;
  }
}

@media (max-width: 576px) {
  .accreditation-logos {
    padding: 15px 0;
  }
  
  .accreditation-logos-container {
    gap: 15px;
  }
  
  .accreditation-logo {
    height: 40px;
  }
}

/* Accreditation Logos - Light Version for Homepage */
.accreditation-logos-light {
    background-color: #f8f9fa;
    padding: 10px;
    margin-top: -30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.accreditation-logos-light .accreditation-logos-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.accreditation-logos-light .accreditation-headline {
    flex-shrink: 0;
}

.accreditation-logos-light .accreditation-headline h3 {
    color: var(--brand-dark);
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}

.accreditation-logos-light .accreditation-logos-row {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.accreditation-logos-light .accreditation-logo {
    height: 60px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    transition: transform 0.3s ease;
    filter: grayscale(20%);
}

.accreditation-logos-light .accreditation-logo:hover {
    transform: scale(1.05);
    filter: grayscale(0%);
}

/* Responsive Design for Accreditation Logos Light */
@media (max-width: 768px) {
    .accreditation-logos-light {
        padding: 10px;
        margin: -30px 0 0 0;
    }
    
    .accreditation-logos-light .accreditation-logos-container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .accreditation-logos-light .accreditation-headline h3 {
        font-size: 1.2rem;
        white-space: normal;
    }
    
    .accreditation-logos-light .accreditation-logos-row {
        gap: 20px;
    }
    
    .accreditation-logos-light .accreditation-logo {
        height: 50px;
        max-width: 100px;
    }
}

@media (max-width: 480px) {
    .accreditation-logos-light .accreditation-logos-row {
        flex-direction: row;
        gap: 10px;
        justify-content: center;
    }
    
    .accreditation-logos-light .accreditation-logo {
        height: 40px;
        max-width: 80px;
    }
}

.accreditation-logos-light .accreditation-logos-container {
    gap: 15px;
}

.nav-sections .orientation-horizontal a.level-top {
  font-size: 15px !important;
}

/* Sticky Navigation Mini Logo */
@media (min-width: 768px) {
  .swissup-navigationpro::before {
    content: '';
    background-image: url(/mp.png);
    background-size: 73%;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -52px;
    top: 25px;
    transform: translateY(-50%);
    z-index: 1000;
    background-color: var(--brand-dark);
    padding: 6px;
  }

  
}

/* Enhanced Popular Categories Section */
.home_popular_categories {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 10px 0;
  margin: 0px 0;
  position: relative;
  overflow: hidden;
}

.home_popular_categories::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%23009fe3" opacity="0.1"/><circle cx="80" cy="80" r="1" fill="%23002d57" opacity="0.1"/><circle cx="40" cy="60" r="1" fill="%23009fe3" opacity="0.05"/><circle cx="60" cy="40" r="1" fill="%23002d57" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
  pointer-events: none;
}

.home_popular_categories .homecatheading {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--brand-dark);
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.home_popular_categories .homecatheading::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-main) 0%, var(--brand-dark) 100%);
  border-radius: 2px;
}

.home_popular_categories .pagebuilder-column-group {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.home_popular_categories .pagebuilder-column {
  padding: 0 15px;
  margin-bottom: 30px;
}

.home_popular_categories .pagebuilder-banner-wrapper {
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  transform: translateY(0);
}

.home_popular_categories .pagebuilder-banner-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 159, 227, 0.1) 0%, rgba(0, 45, 87, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.home_popular_categories .pagebuilder-banner-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.home_popular_categories .pagebuilder-banner-wrapper:hover::before {
  opacity: 1;
}

.home_popular_categories .pagebuilder-poster-overlay {
  background: linear-gradient(135deg, rgba(0, 45, 87, 0.7) 0%, rgba(0, 159, 227, 0.7) 100%);
  transition: all 0.4s ease;
}

.home_popular_categories .pagebuilder-banner-wrapper:hover .pagebuilder-poster-overlay {
  background: linear-gradient(135deg, rgba(0, 45, 87, 0.8) 0%, rgba(0, 159, 227, 0.8) 100%);
}

.home_popular_categories .pagebuilder-poster-content {
  position: relative;
  z-index: 2;
}

.home_popular_categories .pagebuilder-poster-content p {
  margin: 0;
  padding: 20px;
}

.home_popular_categories .pagebuilder-poster-content span {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.home_popular_categories .pagebuilder-banner-wrapper:hover .pagebuilder-poster-content span {
  transform: scale(1.05);
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

/* Add decorative elements */
.home_popular_categories .pagebuilder-poster-content span::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.3s ease;
}

.home_popular_categories .pagebuilder-banner-wrapper:hover .pagebuilder-poster-content span::after {
  transform: translateX(-50%) scaleX(1);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .home_popular_categories .homecatheading {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  
  .home_popular_categories .pagebuilder-poster-content span {
    font-size: 1.8rem !important;
  }
}

@media (max-width: 768px) {
  .home_popular_categories {
    padding: 40px 0;
    margin: 20px 0;
  }
  
  .home_popular_categories .homecatheading {
    font-size: 2rem;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
  
  .home_popular_categories .pagebuilder-column {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  
  .home_popular_categories .pagebuilder-banner-wrapper {
    border-radius: 12px;
  }
  
  .home_popular_categories .pagebuilder-poster-content span {
    font-size: 1.6rem !important;
    letter-spacing: 0.5px;
  }
  
  .home_popular_categories .pagebuilder-banner-wrapper:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 480px) {
  .home_popular_categories .pagebuilder-poster-content span {
    font-size: 1.4rem !important;
  }
  
  .home_popular_categories .pagebuilder-poster-content p {
    padding: 15px;
  }
}

/* Enhanced H2 Styling for Homepage */
body.cms-home h2[data-content-type="heading"],
body.cms-home .homecatheading,
body.cms-home h2.trusted-brands-heading {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--brand-dark);
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}

body.cms-home h2[data-content-type="heading"]::after,
body.cms-home .homecatheading::after,
body.cms-home h2.trusted-brands-heading::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-main) 0%, var(--brand-dark) 100%);
  border-radius: 2px;
}

/* Responsive adjustments for homepage H2s */
@media (max-width: 1024px) {
  body.cms-home h2[data-content-type="heading"],
  body.cms-home .homecatheading,
  body.cms-home h2.trusted-brands-heading {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  body.cms-home h2[data-content-type="heading"],
  body.cms-home .homecatheading,
  body.cms-home h2.trusted-brands-heading {
    font-size: 2rem;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
}

@media (max-width: 480px) {
  body.cms-home h2[data-content-type="heading"],
  body.cms-home .homecatheading,
  body.cms-home h2.trusted-brands-heading {
    font-size: 1.8rem;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
  }
}

.review-toolbar .item strong.page, .askit-questions .toolbar .item strong.page, .products.wrapper ~ .toolbar .pages .item strong.page {
  color: var(--brand-main);
}
.review-toolbar .item.current, .askit-questions .toolbar .item.current, .products.wrapper ~ .toolbar .pages .item.current {
  border: 2px solid var(--brand-main);
}
/* ==========================================================================
   HEADER SPECIAL MENU ITEMS STYLING
   Trade / Volume Sales and Specialist Services differentiation
   ========================================================================== */

/* Target Trade / Volume Sales and Specialist Services links */
.navpro-menu .li-item.nav-2 a[href*="trade-accounts"],
.navpro-menu .li-item.nav-3 a[href*="specialist-services"] {
    background: linear-gradient(135deg, var(--brand-main, #009fe3) 0%, var(--brand-dark, #002d57) 100%) !important;
    color: #fff !important;
    border: 2px solid var(--brand-main, #009fe3) !important;
    border-radius: 6px !important;
    padding: 8px 16px !important;
    margin: 2px 4px 7px 4px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 2px 8px rgba(0, 159, 227, 0.3) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Hover effects for special menu items */
.navpro-menu .li-item.nav-2 a[href*="trade-accounts"]:hover,
.navpro-menu .li-item.nav-3 a[href*="specialist-services"]:hover {
    background: linear-gradient(135deg, var(--brand-dark, #002d57) 0%, var(--brand-main, #009fe3) 100%) !important;
    border-color: var(--brand-dark, #002d57) !important;
    box-shadow: 0 4px 12px rgba(0, 45, 87, 0.4) !important;
    transform: translateY(-2px) !important;
}

/* Alternative styling option - boxed outline style */
.navpro-menu .li-item.nav-2.boxed-style a[href*="trade-accounts"],
.navpro-menu .li-item.nav-3.boxed-style a[href*="specialist-services"] {
    background: transparent !important;
    color: var(--brand-main, #009fe3) !important;
    border: 2px solid var(--brand-main, #009fe3) !important;
    border-radius: 6px !important;
    padding: 8px 16px !important;
    margin: 0 4px 12px 4px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
}

.navpro-menu .li-item.nav-2.boxed-style a[href*="trade-accounts"]:hover,
.navpro-menu .li-item.nav-3.boxed-style a[href*="specialist-services"]:hover {
    background: var(--brand-main, #009fe3) !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 159, 227, 0.3) !important;
}

/* Badge/pill style option */
.navpro-menu .li-item.nav-2.badge-style a[href*="trade-accounts"],
.navpro-menu .li-item.nav-3.badge-style a[href*="specialist-services"] {
    background: var(--brand-main, #009fe3) !important;
    color: #fff !important;
    border-radius: 20px !important;
    padding: 6px 18px !important;
    margin: 0 4px 12px 4px !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    box-shadow: 0 2px 6px rgba(0, 159, 227, 0.25) !important;
    transition: all 0.3s ease !important;
}

.navpro-menu .li-item.nav-2.badge-style a[href*="trade-accounts"]:hover,
.navpro-menu .li-item.nav-3.badge-style a[href*="specialist-services"]:hover {
    background: var(--brand-dark, #002d57) !important;
    transform: scale(1.05) !important;
    box-shadow: 0 4px 10px rgba(0, 45, 87, 0.3) !important;
}

/* Responsive adjustments for special menu items */
@media (max-width: 1024px) {
    .navpro-menu .li-item.nav-2 a[href*="trade-accounts"],
    .navpro-menu .li-item.nav-3 a[href*="specialist-services"] {
        padding: 6px 12px !important;
        font-size: 1.2rem !important;
        margin: 0 2px 12px 2px !important;
    }
}

@media (max-width: 768px) {
    .navpro-menu .li-item.nav-2 a[href*="trade-accounts"],
    .navpro-menu .li-item.nav-3 a[href*="specialist-services"] {
        display: block !important;
        margin: 15px 0 12px 0 !important;
        text-align: center !important;
        border-radius: 4px !important;
    }
}

/* Alternative: Text-based targeting using contains selector */
.navpro-menu a[href]:contains("Trade"),
.navpro-menu a[href]:contains("Specialist") {
    position: relative !important;
}

/* Using attribute selectors for more specific targeting */
.navpro-menu a[href*="/trade-accounts"],
.navpro-menu a[href*="/specialist-services"] {
    background: linear-gradient(135deg, var(--brand-main, #009fe3) 0%, var(--brand-dark, #002d57) 100%) !important;
    color: #fff !important;
    border: 2px solid var(--brand-main, #009fe3) !important;
    border-radius: 6px !important;
    padding: 8px 16px !important;
    margin: 2px 4px 7px 4px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 2px 8px rgba(0, 159, 227, 0.3) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.navpro-menu a[href*="/trade-accounts"]:hover,
.navpro-menu a[href*="/specialist-services"]:hover {
    background: linear-gradient(135deg, var(--brand-dark, #002d57) 0%, var(--brand-main, #009fe3) 100%) !important;
    border-color: var(--brand-dark, #002d57) !important;
    box-shadow: 0 4px 12px rgba(0, 45, 87, 0.4) !important;
    transform: translateY(-2px) !important;
}

/* Ensure proper spacing from other menu items */
.navpro-menu .li-item.nav-2,
.navpro-menu .li-item.nav-3 {
    margin: 0 8px !important;
}

/* Add subtle animation on page load */
@keyframes specialMenuPulse {
    0% { box-shadow: 0 2px 8px rgba(0, 159, 227, 0.3); }
    50% { box-shadow: 0 4px 12px rgba(0, 159, 227, 0.5); }
    100% { box-shadow: 0 2px 8px rgba(0, 159, 227, 0.3); }
}

.navpro-menu a[href*="/trade-accounts"],
.navpro-menu a[href*="/specialist-services"] {
    animation: specialMenuPulse 3s ease-in-out infinite !important;
}


.modal-content #specsblock { display: none; }

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 17px;
    right: 80px;
    z-index: 801;
    width: 50px;
    height: 50px;
    background-color: var(--brand-main);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(0, 159, 227, 0.3);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background-color: var(--brand-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 159, 227, 0.4);
    border-width: 0;
}

.back-to-top:active {
    transform: translateY(0);
}

/* Adjust positioning when floating cart is present */
.cd-cart-trigger + .back-to-top,
body.cd-cart-open .back-to-top {
    right: 100px; /* Position to the left of the 72px cart button */
}

/* tablet */
@media (max-width: 1170px) {
  .back-to-top {
    bottom: 30px;
    right: 60px;
  }

}


/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .back-to-top {
        width: 45px;
        height: 45px;
        font-size: 16px;
        bottom: 35px;
        right: 35px;
    }
    
    .cd-cart-trigger + .back-to-top,
    body.cd-cart-open .back-to-top {
        right: 95px;
    }
}
/* Twitter to X */
.fa.fa-twitter{ font-family:sans-serif; } .fa.fa-twitter::before{ content:"𝕏"; font-size:1.2em; }

#maincontent .pagebuilder-column a { color: #009fe3; }


/* Product Page Specification Sheets Styles */


#pdf .tab-controls,
#tabs .tab-controls {
	display: block;
	border: 1px solid;
	margin-top: -10px;
	text-align: left
}

#pdf .active-only,
#tabs .active-only {
	display: none;
	font-size: 10px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase
}

#pdf object,
#tabs object {
	height: 660px
}

#pdf ul,
#tabs ul {
	margin-left: 0;
	margin-right: 0
}

#pdf li,
#tabs li {
	min-height: 180px;
    padding: 15px 0;
    position: relative;
	width: 24%;
    display: inline-block;    
}
#tabs li>a {
    height: 100%;
    width: 100%;
    padding: 0 15px;
}
#tabs .content {
	border-right: 1px solid rgba(204, 204, 204, 0.5);	
}

.tab-controls ::marker { display:none; }
.icon-bullet::before {
    content: "";
    width: 20px;
    height: 24px;
    display: inline-block;
    position: relative;
    background: url(../images/icons/Guides@1x.png) center center / contain no-repeat;
}


	.quarter {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.three-quarters {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.third {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333333333%;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.two-thirds {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.6666666667%;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.note-msg {
		max-width: 720px
	}
	
	
#pdf li>a,
#tabs li>a {
	height: 100%;
	width: 100%;
	padding: 0 15px
}
#pdf li>a:hover,
#tabs li>a:hover {
	color: #009fe3;
}



#pdf li:last-child>a,
#tabs li:last-child>a {
	border-right: 0
}

#pdf li:last-child .content,
#tabs li:last-child .content {
	border-right: 0
}

#pdf li.active .active-only,
#tabs li.active .active-only {
	display: block
}

#pdf li.active button,
#tabs li.active button {
	display: none
}

#pdf li.active:after,
#tabs li.active:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #009fe3;
	bottom: -28px;
	left: 0
}

#pdf .third .content,
#tabs .third .content {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

#pdf .content,
#tabs .content {
	padding: 15px 15px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%
}

#pdf h3,
#tabs h3 {
	color: #009fe3;
	padding-left: 50px;
	position: relative
}

#pdf p,
#tabs p {
	color: #009fe3
}

@media only screen and (max-width: 768px) {
  .page-header.configurable .block-search .label {
    right: 85px;
  }
  .block-search .input-text {
    height: 30px;
  }
  .headerphone {
    font-size: 15px;
  }
  .headerphone a {
    font-size: 14px;
    display: inline-block;
  }
  .cky-revisit-bottom-left {
    bottom: 35px !important;
  }

  .home-banners .pagebuilder-column {
    padding-right: 0;
  }

  .home_products .pagebuilder-column:first-child {
    padding: 0;
  }

  .home_products .pagebuilder-column:first-child {
    min-height: 200px;
  }

  .home_products .pagebuilder-column:first-child h2 {
    font-size: 2rem;
  }
  .pagebuilder-banner-wrapper {
    background-position: center center !important;
  }

  .home_popular_categories .pagebuilder-banner-wrapper .pagebuilder-poster-overlay {
    min-height: initial !important;
  }
  .home_popular_categories .pagebuilder-column {
    margin-bottom: 0px;
  }

  .footer.content .links > li {
    background: initial;
  }

  .category-cms .title-block-background::before {
    background: linear-gradient(135deg, rgba(0, 45, 87, 0.7) 0%, rgba(0, 159, 227, 0.7) 100%);
  }

}


.product-info-main .product.attribute.sku .type:after {
  content: ':';
}


/* Logo area */
.firecheckout .header.content .logo img {
  filter: initial !important;
}





.pagebuilder-column ul, .page-main ul{
  list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNCAxMCI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4wIEJ1aWxkIDE0MikgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiBub25lOwogICAgICAgIHN0cm9rZTogIzAwOWZlMzsKICAgICAgICBzdHJva2Utd2lkdGg6IDJweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTEsNC4xbDQuNCw0LjRMMTIuOSwxIi8+Cjwvc3ZnPg==) !important;;
}
.pagebuilder-column ul li::marker, .page-main ul li::marker {
font-size: 2.5rem;
}

.pagebuilder-column h3, h4, h5, h6 { color: #222E59!important; } 


a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
background: #009fe3!important;
color: #FFF!important;
  font-size: 14px!important;
  font-weight: bold!important;

}
a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  background: #002d57!important;
  border: 0;
  color: #ffffff;
}



.landingHeader h1 {
	color: #FFF;
}
.landingHeader p {
	color: #FFF;
}

.landingNavigationBox {
	background: #FFF;
    margin: 25px 25px -50px 25px !important;
    padding: 37px 15px;
    border-radius: 8px;
    top: -80px;
    position: relative;
    z-index: 999;
    box-shadow: 2px 2px 22px 1px rgba(0, 0, 255, .2);
}

.landingNavigationBox .pagebuilder-button-primary {
	background-color:#222C5B;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	margin: 0 15px 15px 0;
}
.landingNavigationBox .pagebuilder-button-primary span::after {
	content: " ";
    width: 35px;
    height: 21px;
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMiIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDIyIDE0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNCAxTDIwIDdMMTQgMTMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0yMCA3SDAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position-y: 8px;
    margin-left: 35px;
}
.landingNavigationBox .pagebuilder-button-primary:hover {
    background: #3e95cb;
}
.landingNavigationBox p {
	font-size:24px;
	padding-top:40px 0 20px 10px;
}


.landingRowBoxes figure img {
	margin: 15px 0 !important;
	width: 90%;
}
.landingRowBoxes  h3 {
    font-size: 18px;
}
.landingRowBoxes .pagebuilder-column {
    min-height: 280px;
}
.landingRowBoxes .pagebuilder-button-primary {
	background-color: #222C5B !important;
    color: #FFF;
    margin: 0;
    width: 100%
}
.landingRowBoxes .pagebuilder-button-primary::after {
	content: " ";
    width: 35px;
    height: 21px;
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMiIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDIyIDE0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNCAxTDIwIDdMMTQgMTMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0yMCA3SDAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position-y: 8px;
    margin-left: 25px;
}
.landingRowBoxes .pagebuilder-button-primary:hover {
    background: #3e95cb;
}



.landingRow {
	margin: 20px 0 20px 0;
	clear:both;
	padding: 15px 30px;
}

.landingRow h2 { 
	color: #242327;
	font-size:30px;
}
.landingRow h3 { 
	color: #242327;
	font-size:24px;
}
.landingRow h4 { 
	color: #242327;
	font-size:16px;
}
.landingRow p {
	color: #83838F;
	padding: 0 !important;
    margin: 15px 0 !important;
}

.landingRow .pagebuilder-button-primary {
	background-color:#009FE3;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

.landingRow .pagebuilder-button-primary:hover {
    background: #29283A;
}
.landingRow .pagebuilder-column {
    padding: 0 15px 0 0px;
}

.landingRow .accordionjs {
    padding-left: 0 !important;
}

.landingRow .ui-tabs-panel {
	padding: 15px 30px;
}

.accordionjs .acc_section .acc_head strong::after {
  content: " ";
  width: 35px;
  height: 21px;
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMiIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDIyIDE0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNCAxTDIwIDdMMTQgMTMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0yMCA3SDAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==);
background-repeat: no-repeat;
  background-position-y: 5px;
  margin-left: 35px;
}

.accordionjs .acc_section .acc_content ul > li {
  color: #83838F;
}

.accordionjs .acc_section {
  margin-bottom: 1rem;
}

.landingRow img {
  margin: 15px 15px 15px 0 !important;
width: 100%;

}

.landingNewsletter .pagebuilder-column img {
margin: 0 auto !important;
  width: 100%;
}


.landingNewsletter {
margin: 80px 0 70px 0 !important;
}

.landingNewsletter .pagebuilder-column img {
border-radius: 0 9px 9px 0;
}


.landingNewsletter .pagebuilder-column:first-of-type {
  background: #29283A;
  padding: 15px;
border-radius: 9px 0 0 9px;
}
.landingNewsletter .pagebuilder-column h3 {
color: #FFF;
font-size:30px;
font-weight:bold;
}
.landingNewsletter .pagebuilder-column p {
color: #FFF;
font-size:14px;
}

#landingNeweletter input[type="submit"]{
background: #29283A;
background-clip: padding-box;
border: 1px solid #ccc;
border-radius: 0 9px 9px 0;
font-size: 16px;
height: 48px;
line-height: 24px;
padding: 12px 24px;
margin: 0;
vertical-align: baseline;
width: inherit;
color: #FFF;
font-weight: bold;	
  margin-left: -5px;
}
#landingNeweletter input[type="email"]{
border-radius: 9px 0 0 9px;
margin: 0;
}

.product-info-main .stock { display: none !important; }
.product-info-main .product-info-stock-sku { margin-top: 10px; }


.amazonstyle-images li::marker { display:none; content: ""; }