/**
	HSC Theme for Holmes Custom
*/
/*
	Bootstrap Overrides
*/
.bg-primary a {
  color: #233e94;
}
.bg-primary a:hover {
  color: #496ad4;
}
.text-primary {
  color: #474747;
  font-family: 'Roboto';
  font-size: default;
}
a.text-primary:hover {
  color: #cccccc;
}
.btn-secondary,
.bg-secondary {
  background-color: #233e94;
  border-color: #0f1b42;
  color: #FEFEFE;
  font-family: 'Roboto';
  font-size: default;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary.hover,
.btn-secondary.focus {
  background-color: #2d4fbd;
  border-color: #ffffff;
  color: #ffffff;
}
.bg-secondary a {
  color: #8fc7de;
}
.bg-secondary a:hover {
  color: #deeef5;
}
.text-secondary {
  color: #233e94;
  font-family: 'Roboto';
  font-size: default;
}
a.text-secondary:hover {
  color: #0f1b42;
}
.btn-tertiary,
.bg-tertiary {
  background-color: #233E94;
  border-color: #0f1b42;
  color: #FEFEFE;
  font-family: 'Roboto';
  font-size: default;
}
.btn-tertiary:hover,
.btn-tertiary:active,
.btn-tertiary:focus,
.btn-tertiary.active,
.btn-tertiary.hover,
.btn-tertiary.focus {
  background-color: #2d4fbd;
  border-color: #ffffff;
  color: #ffffff;
}
.bg-tertiary a {
  color: #8fc7de;
}
.bg-tertiary a:hover {
  color: #deeef5;
}
.text-tertiary {
  color: #233E94;
  font-family: 'Roboto';
  font-size: default;
}
a.text-tertiary:hover {
  color: #0f1b42;
}
.btn-success,
.bg-success {
  background-color: #233e94;
  border-color: #0f1b42;
  color: #FEFEFE;
  font-family: 'Roboto';
  font-size: default;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success.active,
.btn-success.hover,
.btn-success.focus {
  background-color: #2d4fbd;
  border-color: #060a18;
  color: #ffffff;
}
.bg-success a {
  color: #ebf5f9;
}
.bg-success a:hover {
  color: #ffffff;
}
.text-success {
  color: #233e94;
  font-family: 'Roboto';
  font-size: default;
}
a.text-success:hover {
  color: #0f1b42;
}
.btn-warning,
.bg-warning {
  background-color: #e8d558;
  border-color: #c0aa1a;
  color: #10284c;
  font-family: 'Roboto';
  font-size: default;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning.active,
.btn-warning.hover,
.btn-warning.focus {
  background-color: #eee085;
  border-color: #938214;
  color: #193e76;
}
.bg-warning a {
  color: #071222;
}
.bg-warning a:hover {
  color: #193e76;
}
.text-warning {
  color: #e8d558;
  font-family: 'Roboto';
  font-size: default;
}
a.text-warning:hover {
  color: #c0aa1a;
}
.btn-danger,
.bg-danger {
  background-color: #f9ad36;
  border-color: #c37906;
  color: #FEFEFE;
  font-family: 'Roboto';
  font-size: default;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger.active,
.btn-danger.hover,
.btn-danger.focus {
  background-color: #f59807;
  border-color: #f59807;
  color: #ffffff;
}
.bg-danger a {
  color: #e5e5e5;
}
.bg-danger a:hover {
  color: #ffffff;
}
.text-danger {
  color: #f9ad36;
  font-family: 'Roboto';
  font-size: default;
  text-decoration: none;
}
a.text-danger:hover {
  color: #c37906;
}
.btn-info,
.bg-info {
  background-color: #ebf5f9;
  border-color: #9dcee1;
  border-width: 1px;
  border-style: solid;
  color: #233e94;
  font-family: 'Roboto';
  font-size: default;
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info.active,
.btn-info.hover,
.btn-info.focus {
  background-color: #c4e1ed;
  border-color: #2d4fbd;
  color: #192d6b;
}
.bg-info a {
  color: #192d6b;
}
.bg-info a:hover {
  color: #2d4fbd;
}
.text-info {
  color: #ebf5f9;
  font-family: 'Roboto';
  font-size: default;
}
a.text-info:hover {
  color: #9dcee1;
}
.btn-checkout,
.bg-checkout {
  background-color: #ff9501;
  border-color: #9a5a00;
  border-width: 1px;
  border-style: solid;
  color: #FEFEFE;
  font-family: 'Roboto';
  font-size: default;
}
.btn-checkout:hover,
.btn-checkout:active,
.btn-checkout:focus,
.btn-checkout.active,
.btn-checkout.hover,
.btn-checkout.focus {
  background-color: #ffaa34;
  border-color: #673c00;
  color: #ffffff;
}
.btn-default,
.bg-default {
  background-color: #fff;
  border-color: #cccccc;
  color: #474747;
  font-family: 'Roboto';
  font-size: default;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default.active,
.btn-default.hover,
.btn-default.focus {
  background-color: #e6e6e6;
  border-color: #cccccc;
  color: #2e2e2e;
}
.bg-default a {
  color: #233e94;
}
.bg-default a:hover {
  color: #496ad4;
}
.text-default {
  color: #fff;
  font-family: 'Roboto';
  font-size: default;
}
a.text-default:hover {
  color: #cccccc;
}
.megamenu > .level0 {
  background: #FEFEFE;
  font-family: 'Roboto';
  font-size: default;
}
.megamenu > .level0.active,
.megamenu > .level0:hover {
  background: #ebf5f9;
}
.megamenu > .level0 > a {
  color: #233e94;
}
.megamenu > .level0 > a:hover {
  color: #496ad4;
}
#megamenu > li.level0.nav-1.level-top.static-menu > div {
  width: 460px !important;
}
#megamenu li.level0 div.col {
  padding: unset;
}
#megamenu .dropdown-container .sub-column ul {
  margin-bottom: unset;
}
#megamenu .category-list li.level1 {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.megamenu .dropdown-container > .dropdown {
  background: #fbfbfb;
  font-family: 'Roboto';
  font-size: default;
}
.megamenu .dropdown-container > .dropdown a {
  color: #233e94;
}
.megamenu .dropdown-container > .dropdown a:hover {
  color: #496ad4;
}
#megamenu .dropdown-container .top_content {
  margin-bottom: unset;
}
#megamenu .dropdown li a {
  font-weight: 400;
  font-size: 16px;
  width: max-content;
}
#megamenu .dropdown li a:hover {
  background: unset;
  text-decoration: underline;
}
#megamenu .dropdown {
  padding: 24px;
}
.btn {
  border-width: 1px;
  border-style: solid;
}
.pointer-cursor {
  cursor: pointer;
}
body {
  background-color: #fff;
  font-family: Roboto;
  font-size: 16px;
  color: #474747;
  line-height: 1.25;
}
body a {
  color: #aaa7ab;
}
.main-container > .container {
  padding: 5px 20px;
}
.whiteback,
.footer-container .container,
.std,
.main-container > .container {
  background-color: #fff;
}
.search-autocomplete li {
  background-color: #fff;
  border-color: #cccccc;
  color: #474747;
  font-family: 'Roboto';
  font-size: default;
}
.search-autocomplete li.even {
  background-color: #e6e6e6;
}
.search-autocomplete li:hover {
  background-color: #ffffff;
  color: #474747;
}
.bigger-text {
  font-size: 18px;
}
.zoom-container {
  box-shadow: inset 0 0 0px 1px #fefefe;
}
hr {
  border-top: 1px solid #aaa7ab;
}
.header-logo {
  padding: 0px !important;
}
.header_full > .header {
  padding: 0;
  border-bottom: 1.5px solid #233e94;
}
@media (max-width: 768px) {
  .header_full .header-logo {
    text-align: center;
  }
  #search_mini_form .form-search {
    padding-left: 0px;
  }
  img.shippingImage {
    margin-top: 0.7em;
  }
  .form-control.required-entry.topSearch {
    display: none;
  }
}
.search-autocomplete {
  z-index: 1500;
}
#megamenu {
  margin: 0 auto;
  padding: 0px;
  background-color: #fefefe;
  text-align: center;
}
ul.megamenu li.level0 {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
ul.megamenu li.level0.right {
  margin-right: 0px;
  margin-left: 10px;
}
ul.megamenu li.level0 a.level0 {
  padding: 5px 0px;
}
.header-promo-link a {
  font-family: Roboto;
  color: #233e94;
  padding: 0 7px;
  font-weight: bold;
  text-decoration: underline;
}
.header-promo-link {
  margin-top: 1em;
}
.header-banner {
  width: 100%;
  left: 0;
}
.minicart-logo-align {
  margin-top: 25px;
  left: 2%;
}
.email-signup {
  padding: 23px 0px 0px 40px;
}
.email-btn {
  background: #ffffff;
  padding: 3px 0 3px;
  color: #233e94;
  border-width: 2px;
}
.email-btn:hover {
  color: #233e94;
  border-color: #ffffff;
}
.email-icon-rotate {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  max-height: 58%;
  max-width: 58%;
}
.email-cta-icon {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 -8px;
}
.kayako-header div table {
  float: left;
}
.cartSummary {
  right: 30px;
  height: 0px;
}
.cartSummary:after {
  background: none;
  width: 100%;
  height: 42px;
}
.content-cart {
  margin-top: 0;
}
.tool-header {
  z-index: 2000;
}
.cart > .cart-collaterals {
  padding: 0;
}
.tool-header {
  z-index: 2000;
}
.product-category-title {
  padding: 0 0 0 15px;
  display: inline-block;
}
.category-products .products-grid .category-products-grid .product-info {
  padding-bottom: 0px;
}
.category-products .products-grid .product-name a {
  font-size: 18px;
  color: #233e94;
}
.category-products .products-grid .product-name a:hover {
  color: #000080;
}
.product-name {
  margin: 0px 5px 15px;
}
.price-box {
  margin-left: 0px;
  padding-left: 0px;
}
.category-image {
  margin-bottom: 5px;
}
.main-container {
  padding: 0 10px;
}
.product-view .product-img-box .product-image,
.product-view .product-img-box .product-image-zoom {
  border: 0px;
  padding: 0px;
  margin-top: 10px;
}
.customer-account-index .main-container,
.customer-account-edit .main-container,
.customer-address-index .main-container,
.customer-address-form .main-container,
.sales-order-history .main-container,
.sales-order-view .main-container,
.sales-billing-agreement-index .main-container,
.review-customer-index .main-container,
.tag-customer-index .main-container,
.wishlist-index-index .main-container,
.newsletter-manage-index .main-container,
.hsc-pce-customer-designs .main-container {
  margin-top: 0;
}
.product-wapper-tab {
  padding-top: 15px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-hatch {
  background-image: url('../jpg/hatchpattern_1940x300.jpg');
  background-size: 30%;
  padding-top: 0.5%;
}
.footer-hatch hr {
  border-top: 1px solid #aaa7ab;
}
.footer li a:hover {
  color: #23527c;
}
.footer li a {
  color: #474747;
}
.block-title.heading {
  font-size: 22px;
  margin-bottom: 0;
}
.footer .block-content-statick li a {
  padding: 0px;
}
.footer address {
  color: #474747;
}
.sideFilter {
  color: #233e94;
  transition: font-size 0.5s;
}
.sideFilter:hover {
  color: #000080;
  font-size: 16px;
}
.product-view .product-shop .availability {
  line-height: 17px;
}
.featuredImg {
  padding-top: 1em;
}
p.featuredProduct {
  color: #233e94;
  font-family: Roboto;
  font-size: 1.5em;
  padding-bottom: 0.25em;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  p.featuredProduct {
    font-size: 1em;
  }
}
.imageBlock {
  border: 4px solid #fff;
  box-shadow: inset 0 0 2px 1px rgba(22, 22, 44, 0.5), 0 0 10px 2px rgba(22, 22, 44, 0.7);
}
.descriptionBorder {
  width: 95%;
  padding-right: 0;
}
@media (max-width: 992px) {
  .descriptionBorder {
    width: 100%;
  }
  .___ratingbadge_0 {
    visibility: none;
  }
  li.home {
    display: none;
  }
  li.home div[id^='category'] {
    display: none;
  }
  .breadcrumbs {
    margin-bottom: 0;
  }
  .product-name {
    margin-bottom: 0px;
  }
  .productNameHeaderLine {
    margin-bottom: 0px;
  }
  .swiperViews {
    display: none;
  }
}
a.text-danger.sideFilter:hover {
  color: #000080;
}
.closeBanner {
  position: fixed;
}
a.button {
  background-color: #8fc7de;
  border: 1px solid #efefef;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  margin-right: 10px;
  padding: 5px;
}
.block-layered-nav dd {
  border-bottom: 1px solid #233E94;
}
.button.cartButton.applyCoupon {
  background-color: #77b1ca;
}
.editDesignLink {
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .images-container {
    padding: 0;
  }
}
.similiar_products a.product-name {
  color: #233e94;
}
.mobile-cart {
  font-size: 3em;
}
#accordion-options .panel-default > .panel-heading {
  background-color: #233e94;
  border-color: #0f1b42;
}
#accordion-options .text-invalid {
  color: #ee2222;
}
#accordion-options .text-valid {
  color: #5cb85c;
}
.header-container-three-fourth.container.link-container {
  margin-left: 0;
}
.category-image img {
  width: 100%;
}
@media (min-width: 1601px) {
  ul.megamenu li.level0 a.level0 {
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  ul.megamenu li.level0 a.level0 {
    font-size: 18px;
  }
  ul.megamenu li.level0 {
    padding: 0 8px;
  }
}
@media (max-width: 1200px) {
  ul.megamenu li.level0 a.level0 {
    font-size: 16px;
  }
  ul.megamenu li.level0 {
    padding: 0 4px;
  }
}
.container-menu {
  padding-bottom: 0.4em;
}
.megamenu > .level0 {
  background: #fff;
}
.container-footer {
  padding-right: 0;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .email-cta-icon {
    display: none;
  }
  .minicart-logo-align {
    margin-top: 18px;
  }
  .email-signup {
    padding-top: 18px;
  }
  .row .footer-subset {
    padding-left: 9% !important;
  }
}
.shippingImage {
  margin-top: -1.5%;
}
.row .footer-subset {
  padding-left: 15%;
}
.category-description.std {
  font-size: 1.2em;
}
@media (min-width: 1200px) {
  .btn-primary.btn-simply {
    width: 95%;
  }
}
.block-title.filterHeaderDesktop {
  padding-left: 0 !important;
}
.block.block-layered-nav .block-title {
  padding-left: 10px;
}
.row.links-row {
  margin-left: 0.4%;
}
.product-name {
  padding: 0px 0.3em 0.3em;
}
.regular-price .price-cut {
  text-decoration: line-through;
  font-size: 16px;
  color: #233e94;
}
.choose-your-color {
  background-color: #233E94;
  color: #275aa3;
}
.choose-your-product {
  background-color: #233E94;
  color: #70afc7;
}
.choose-from-multiple-sizes {
  background-color: #70afc7;
  color: #233E94;
}
.stamp-of-the-week {
  background-color: #37c7dc;
  color: #28545e;
}
.upload-your-logo {
  background-color: #37c7dc;
  color: #28545e;
}
.notary-kit {
  background-color: #37c7dc;
  color: #28545e;
}
/* new wizard walk-through colors */
.walk-through-header {
  background-color: #233e94;
  color: white;
  padding: 10px;
}
#designer-panel-walkthrough {
  background-color: #2d4fbd;
  position: relative;
  top: 0;
  width: 100%;
  font-size: 16px;
  height: 715px;
  padding: 0 25px;
  color: white;
}
#designer-panel-walkthrough p {
  color: white;
}
#designer-panel-walkthrough .fa-caret-left {
  margin-top: -18px;
}
.walk-through-header .fa,
.close-tab-menu .fa {
  color: #deeef5;
}
.walk-through .event-title {
  background-color: #233e94;
  color: white;
  padding: 15px;
}
.walk-through .style {
  color: #233e94;
}
.walk-through .logo {
  padding: 25px;
}
.walk-through-header .underline {
  border-bottom: 5px solid #8fc7de;
  padding-bottom: 4px;
}
.walk-through .design-area {
  background-color: #e2e2e2;
  padding: 35px;
}
.walk-through .bottom-title {
  padding: 15px;
  background-color: white;
}
.selected-button {
  background-color: #8fc7de;
  border-radius: 50%;
  height: 2.1em;
  width: 2.1em;
  display: block;
  margin: 0.45em;
}
.outer-button {
  background-color: grey;
  border-radius: 50%;
  height: 3em;
  width: 3em;
  display: inline-block;
}
.wizard-box .panel-heading {
  background-color: #8fc7de;
}
#designer-panel .nav-tabs > li.active > a,
#designer-panel .nav-tabs > li.active > a:focus,
#designer-panel .nav-tabs > li.active > a:hover {
  background-color: #8fc7de;
  background-image: none;
  border: 0;
}
#designer-panel .nicon,
.walk-through-header .nicon,
.walk-position .nicon,
.action-button .btn-success .nicon {
  background-color: #8fc7de;
}
#designer-panel .nav-tabs > li.active > a .nicon,
.nav-tabs > li.active > a:focus .nicon,
#designer-panel .nav-tabs > li.active > a:hover .nicon,
.action-button .btn-default .nicon {
  background-color: grey!important;
}
#add_shape_border_color {
  width: 40px;
  height: 25px;
  background-color: grey;
  border: 5px solid #deeef5;
}
#add_shape_fill_color {
  width: 40px;
  height: 25px;
  background-color: #8fc7de;
}
.open_text_panel.btn-select {
  background-color: #8fc7de;
}
.header-logo img {
  max-width: 90%;
  width: 100%;
  margin-top: 7%;
}
.sorter .sort-by select,
.sorter .limiter {
  vertical-align: top;
}
.find-your-order-button.enabled,
#view-full-order {
  background-color: #233e94;
  color: #fff;
}
.find-your-order-button.enabled:hover,
#view-full-order:hover {
  background-color: #000080;
  color: #fff;
}
.vpt-product h3,
.vpt-wizard h3,
.free-shipping-message .fa.fa-info-circle {
  color: #474747;
}
.cta-button-contact {
  background-color: #fff;
  color: #474747;
}
.cta-button-contact {
  background-color: #e6e6e6;
}
#dynamic-category-banner h1 {
  color: #233E94;
}
#dynamic-category-banner p,
#dynamic-category-banner li {
  color: #474747;
}
#dynamic-category-banner .flex-row.text {
  background-color: #EBF9FB;
}
.skip-to-content-link {
  background: #000;
  left: 50%;
  top: 0px;
  z-index: 100;
  padding: 5px;
  font-size: 16px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  border-radius: 10px;
}
.skip-to-content-link:focus {
  transform: translateY(0%);
  top: 65px;
  color: #fff;
}
@media (max-width: 800px) {
  .walk-through-header .underline {
    border-bottom: 3px solid #8fc7de;
    padding-bottom: 2px;
  }
  .walkthrough-design-text .fa-caret-left {
    margin-top: -8px;
  }
}
/* PDP Phase 3 edits */
@media (max-width: 992px) {
  .product-view .product-shop-content {
    margin: 0 2% 0 3% !important;
  }
}
/* SS Specific Header Changes*/
.mobile-logo-parent {
  max-width: 115px;
  width: -webkit-fill-available;
}
/* Header UX Changes*/
.mini-maincart {
  display: flex;
}
.crat-icon .item,
.crat-icon .zero {
  background: floralwhite;
  color: #000;
  border-radius: 8px;
  padding: 2px 10px;
  width: initial;
  height: initial;
}
.crat-icon .item {
  right: -33px;
  top: -40px;
}
.header-logo {
  padding: 0px !important;
}
i.fa.fa-shopping-cart {
  font-size: 27px;
}
.searchbar-logo-align {
  width: 70%;
}
.mobile-menu-item {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 50px;
}
.loginLinkMobileParent {
  width: 46px;
  z-index: 10;
}
.ajax-cart-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 33px;
}
.logo-hamburger-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 23%;
  margin-left: 1%;
  justify-content: space-between;
}
.headerRow.header-refresh {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  height: 99px;
}
div.header-logo img {
  max-height: 78px;
  height: auto;
  width: auto;
}
.mobile-logo-parent div.logo-mobile a svg {
  width: 115px;
}
a:focus {
  background-color: rgba(210, 215, 211, 0.8);
}
.mobileMenu {
  width: 27%;
}
.minicart-logo-align {
  left: -5%;
}
.searchbar-logo-container-desktop {
  width: 53%;
  margin-left: 1%;
  margin-right: 1%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.my-account-cart-container {
  display: flex;
  justify-content: flex-end;
  margin-right: 1%;
  align-items: center;
}
.header-logo img {
  margin-top: 0% !important;
}
.desktop-logo-container {
  margin-right: 2%;
  width: 33%;
}
body {
  overflow-x: hidden;
}
.mini-maincart .cart-total {
  font-size: 16px;
  display: flex;
  align-items: center;
}
/* Tool Tip Positioning */
.tooltip-pdp .tooltip-text {
  left: -1405%;
  top: -1412%;
}
.tooltip-freeShipping .tooltip-text {
  left: -194%;
  top: -1412%;
}
.tooltip-pdp .tooltip-text.wizard {
  left: -1700%;
  top: -1140%;
}
.tooltip-freeShipping .tooltip-text::after {
  right: 80%;
}
@media (max-width: 992px) {
  #search_mini_form button {
    background-color: transparent !important;
  }
  .full-size-container.top-banner {
    margin-top: 0px !important;
  }
  .container-fluid.whiteback {
    height: 66px;
    margin-bottom: 0px;
  }
  .header_full > .header {
    padding: 0px;
  }
  .top-links,
  .minicart-logo-align {
    margin-top: 0;
  }
  .minicart-logo-align {
    left: 2%;
    margin-right: 10%;
  }
  .headerRow {
    height: 51px;
    margin-top: 6px;
    margin-bottom: 4px;
  }
  .headerRow.header-refresh {
    height: auto;
  }
  .my-account-cart-container {
    width: 15%;
    justify-content: space-between;
  }
  .searchbar-logo-align {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  input#search {
    display: none;
  }
  #search_mini_form .form-control {
    border: none;
  }
  #search_mini_form button {
    border: none;
  }
  .minicart-logo-align {
    left: -5%;
  }
  .logo-hamburger-container {
    flex-direction: row-reverse;
    width: 57%;
    justify-content: inherit;
  }
  .searchbar-logo-align {
    width: 7%;
    position: absolute;
    left: 70px;
  }
  .headerRow.header-refresh {
    justify-content: space-between;
  }
  i.fa.fa-search {
    font-size: 25px;
    margin-top: -10%;
    padding-left: 0;
  }
  .searchbar-logo-container-desktop {
    width: 0%;
  }
  .my-account-cart-container {
    width: 93px;
    display: flex;
    justify-content: space-between;
  }
  .container-fluid.whiteback {
    padding: 0px !important;
  }
}
@media (max-width: 600px) {
  .logo-hamburger-container {
    width: 59%;
  }
}
@media (max-width: 560px) {
  .my-account-cart-container {
    margin-left: 0%;
  }
  /* Tool Tip Positioning */
  .tooltip-pdp .tooltip-text {
    left: -1617%;
    top: -1588%;
  }
  .tooltip-pdp .tooltip-text::after {
    right: 21%;
  }
  .tooltip-freeShipping .tooltip-text {
    width: 231px;
    top: -1579%;
    left: -136%;
  }
}
@media (max-width: 475px) {
  .logo-hamburger-container {
    width: 64%;
  }
  .mobile-logo-parent {
    z-index: 5;
  }
}
@media (max-width: 369px) {
  .logo-hamburger-container {
    width: 64%;
  }
}
@media (max-width: 360px) {
  .logo-hamburger-container {
    width: 52%;
  }
  .mobile-logo-parent {
    width: 38%;
  }
  .header #Layer_2 {
    width: 120px;
  }
}
@media (max-width: 340px) {
  a.mini-logo {
    display: flex;
    justify-content: flex-end;
  }
  .my-account-cart-container {
    margin-left: 2%;
  }
  .logo-hamburger-container {
    width: 54%;
  }
  .mobile-logo-parent div.logo-mobile a svg {
    width: 90px;
  }
  .mobile-logo-parent {
    width: 18%;
  }
  #SS-Mobile > g {
    display: none;
  }
}
@media (max-width: 280px) {
  a.mini-logo {
    display: flex;
    justify-content: flex-end;
  }
  .logo-hamburger-container {
    width: 65%;
  }
  .mobile-logo-parent {
    width: 30%;
  }
}
