/** Shopify CDN: Minification failed

Line 1661:51 Unexpected ")"
Line 3445:20 Expected identifier but found ","

**/

::before, ::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.json_info__block {
  display: none !important;
}

/* Top Bar */
.l_bracket,
.r_bracket,
.cart-container .mini_cart .cart_count {
  padding: 0 !important;
}

.cart-container .mini_cart {
  font-size: 11px;
}

#shopify-section-header > header > div > div.top-bar__wrap > div > div > div > a > span:nth-child(1) {
  padding-right: 3px;
}

.top-bar a.mini_cart span {
  font-family: 'museo-sans', sans-serif;
  font-weight: 200;
}

.top-bar .top-bar__menu a, .top-bar .social_icons a, .top-bar .mobile-menu-title {
  font-family: 'museo-sans', sans-serif;
  font-weight: 200;
  line-height: 1;
  font-size: 1.1rem;
  font-size: 11px;
  letter-spacing: inherit;
  text-transform: capitalize;
}

.top-bar .top-bar__menu a:hover, .top-bar .top-bar__menu a:focus, .top-bar .top-bar__menu a:active, .top-bar .social_icons a:hover, .top-bar .social_icons a:focus, .top-bar .social_icons a:active, .top-bar .mobile-menu-title:hover, .top-bar .mobile-menu-title:focus, .top-bar .mobile-menu-title:active {
  text-decoration: underline;
}

.top-bar .top-bar__menu .text__bar a:hover {
  text-decoration: none;
}

.top-bar .top-bar__menu a b {
  font-family: "museo", serif;
  color: white;
  font-size: 11px;
  text-transform: uppercase;
}

/* HEADER */
.icon-cart:before {
  content: 'x';
  height:12px;
  width: 14px;
  font-size: 22px !important;
  -webkit-mask: url(//ca.comda.com/cdn/shop/t/25/assets/cart.svg?v=91230710395683976051772038344) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color:#ffffff;
}

.icon-user:before {
  content: 'x';
  height:14px;
  width: 12px;
  -webkit-mask: url(//ca.comda.com/cdn/shop/t/25/assets/user-icon.svg?v=127100882617543318821772038345) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color:#ffffff;
}


.cart-container.active_link .icon-cart:before, .cart-container.active_link .icon-cart:before {
  background-color: #5A5A5A;
}

.cart-container .mini_cart {
  width: 90px;
  max-width: 90px;
}


#header span.menu_title, .menu a span, select.currencies, .mini_cart span {
  color: #ffffff;
}

/*
#shopify-section-header > header > div > div.top-bar__wrap > div > ul > li {
  padding-left: 28px;
}
*/

.m-right li {
  font-size: 11px;
}

.m-right li a,
.top-bar--right-menu li a {
  font-size: 11px;
}

.store-switcher label,
.store-switcher select {
  font-family: 'museo-sans', sans-serif;
  font-weight: 200;
}

.mlp-switch label {
  color: #969696;
  font-family: 'Museo', serif;
  font-weight: 200;
  font-size: 12px;
  margin-left: 0;
  margin-bottom: 0;
  line-height: 12px;
  line-height: 1.5;
}

.mlp-switch .header_switcher_img {
  background-position: center;
  width: 105px;
  height: 30px;
  background-size: 105px 30px;
 }

.us-active {
  background: url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/common/us_a.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
}

.us-inactive {
  background: url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/common/us_ia.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
}

.us-inactive:hover {
  background: url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/common/us_a.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: 105px 30px;
  background-position: 1px 0px;
}

.ca-active {
  background: url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/common/can_a.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
}

.ca-inactive {
  background: url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/common/can_ia.png");
}

.ca-inactive:hover {
  background: url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/common/can_a.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: 105px 30px;
  /* background-position: -0.3px 0.8px; */
}

.switch-wrapper > div {
  display: flex;
  justify-content: space-between;
  max-width: 210px;
  width: 210px;
}


.header_search__wrap {
  display: flex;
  align-items: center;
  margin-right: 70px
}

.store-switcher {
  display: flex;
}

.store-switcher label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  font-size: 13px;
  margin-bottom: 0;
}

.store-switcher select {
  color: #898989;
  margin-bottom: 0;
  padding: 0px;
  padding-left: 3px;
  min-height: 22px;
  height: 22px;
  line-height: 1.5;

  max-width: 68px;
  background-size: 12px 8px;
  border-width: 1px;
  border-style: solid;
  background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
  border-image: initial;
  border-radius: 0px;
}

.login-link:hover {
  text-decoration: underline;
}

.login__logout {
  display: flex !important;
  font-family: 'museo-sans', sans-serif !important;
  color: #ffffff !important;
  font-weight: 200 !important;
  line-height: 1 !important;
}

.login__logout span {
  font-size: 11px;
  color: #ffffff !important;
  font-weight: 200 !important;
  line-height: 1 !important;
}

.menu-position--block .header__logo {
  width: 50%;
}

.search__container {
  flex-direction: column;
  width: 260px;
  max-width: 260px;
  display: flex;
  align-items: end;
  min-height: 92px;
  justify-content: space-between;
}

.search-submit {
  top: 5px;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
}

.search__container input[type="text"] {
  min-height: 30px !important;
  height: 30px !important;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
  font-weight: 200;
}

.search__container .call__label {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1;
  color: #898989;
  text-align: right;
  display: inline;
  white-space: nowrap;
}

.search__container .call__label span {
  color: #0054a3;
  padding-left: 3px;
}

/* Menu */
.header__logo,
.logo-position--left .header__logo {
  margin-left: 44px;
  display:flex;
  align-items: end;
}

.mlp-switch{
  margin: 0 0 10px 30px;
}

.mlp-switch label{
  font-size: 13px;
  margin-left: 5px;
}

.nav-desktop {
  margin-top: 12px;
}

.nav-desktop__tier-1 .nav-ico {
  line-height: 1em;
}

.nav-desktop__tier-2, .nav-desktop__tier-3 {
  width: 250px;
}

ul.nav-desktop__tier-1 .nav-desktop__tier-1-link--parent > .icon-down-arrow {
  display: none !important;
}

.combined-menu-container {
  justify-content: center;
}

div.main-nav {
  
  padding: 10px 20px;
}

.nav-desktop__tier-1 .nav-ico {
  line-height: 1.1em;
}

.nav-desktop__tier-1 .nav-desktop__tier-1-link {
  text-align: center;
  padding: 12px 12px;
  line-height: 1.1em;
}

.nav-desktop__tier-1-link {
  font-weight: 400
}

.nav-desktop__tier-1 {
  column-gap: 5px;
}


.nav-desktop__tier-2--dropdown, .nav-desktop__tier-3 {
  padding: 0 7px;
  background: #eeeeee;
  color: #969696;
  font-weight: 200;
}

.nav-desktop__tier-1-link:hover,  .nav-desktop__tier-1-link:focus, .nav-desktop__tier-1-link:focus-within, .nav-desktop__tier-1-link.nav-desktop__tier-1-link--active, .nav-desktop__tier-2-link:hover, .nav-desktop__tier-2-link:active, .nav-desktop__tier-2-link:focus, .nav-desktop__tier-2-link:focus-within, .nav-desktop__tier-2-link.nav-desktop__tier-1-link--active, .nav-desktop__tier-3-link:hover, .nav-desktop__tier-3-link:active, .nav-desktop__tier-3-link:focus, .nav-desktop__tier-3-link:focus-within, .nav-desktop__tier-3-link.nav-desktop__tier-1-link--active {
  background: #eeeeee;
  color: #969696;
  border: 0;

}

.feature_image .nav-desktop__tier-1-link:hover, .feature_image .nav-desktop__tier-1-link:active, .feature_image .nav-desktop__tier-1-link:focus, .feature_image .nav-desktop__tier-1-link.nav-desktop__tier-1-link--active {
  color: #5a5a5a;
}

.nav-desktop__tier-2-item, .nav-desktop__tier-3-item {
  padding: 6px 20px;
}

/*
.section-wrapper {
  max-width: 1124px;
  margin: 0 auto;
}
*/

.shopify-section,
body[class^='customers-'] .section {
  max-width: 1124px;
  margin: 0 auto;
}

.section-wrapper {
  flex-direction: column;
}

/* full width sections */
#shopify-section-header,
.shopify-section--footer,
#shopify-section-template--17148416426261__8c4f3419-67b3-409f-af97-15b3e34a4e7a,
.pre__footer,
#shopify-section-template--17148417605909__cad3270d-1170-4f91-92fd-456bc40ecb56,
#shopify-section-template--17148416819477__a2e9b373-fca9-4901-bb9c-7ec7d4652550,
#shopify-section-template--17148417114389__5b870415-0745-4af5-aaea-ee83b274ea78,
#shopify-section-template--17148417868053__a2ca1849-a56f-4136-99e2-da4c787a0f2e,
#shopify-section-template--17148416065813__cf0d7820-c8e2-4d6b-b662-b043830ff483,
#shopify-section-template--17148415869205__78308e47-7793-44bd-b94b-119c5858f265,
#shopify-section-template--17148415738133__6f9f54b3-b097-4944-816d-43a5c414a16d,
body[class^='customers-'] #shopify-section-featured-text {
  max-width: initial;
}

#shopify-section-template--17148416426261__8c4f3419-67b3-409f-af97-15b3e34a4e7a .yellow-promo-text,
#shopify-section-template--17148416426261__8c4f3419-67b3-409f-af97-15b3e34a4e7a strong,
.pre__footer .yellow-promo-text,
.pre__footer strong,
#shopify-section-template--17148417605909__cad3270d-1170-4f91-92fd-456bc40ecb56 strong,
#shopify-section-template--17148416819477__a2e9b373-fca9-4901-bb9c-7ec7d4652550 strong,
#shopify-section-template--17148417114389__5b870415-0745-4af5-aaea-ee83b274ea78 strong,
#shopify-section-template--17148417868053__a2ca1849-a56f-4136-99e2-da4c787a0f2e strong,
#shopify-section-template--17148416065813__cf0d7820-c8e2-4d6b-b662-b043830ff483 strong,
#shopify-section-template--17148415869205__78308e47-7793-44bd-b94b-119c5858f265 strong,
#shopify-section-template--17148415738133__6f9f54b3-b097-4944-816d-43a5c414a16d strong,
body[class^='customers-']  #shopify-section-featured-text strong {
  text-transform: lowercase !important;
  font-weight: 700 !important;
  font-family: 'museo-sans', sans-serif !important;
  font-size: 45px !important;
  color: #FFCD05 !important;
  line-height: 54px !important;
}

/*
is-width-wide
has-no-side-gutter
*/


.top-bar__wrap {
  background-color: #0054a3;
}

.top-bar {
  max-width: 1124px;
  margin: 0 auto;
  padding: 0 24px;
}

.shopify-section,
body[class^='customers-'] .section {
  background: #ffffff;
  /*
  box-shadow: 0px 3px 11px #00000029;
  clip-path: inset(0px -15px 0px -15px);
  */
}

.shopify-section .main-nav__wrapper {
  max-width: 1124px;
  margin: 0 auto;
  background: #ffffff;
  /*
  box-shadow: 0px 3px 11px #00000029;
  clip-path: inset(0px -15px 0px -15px);
  */
}

#shopify-section-header {
  background: transparent;
}




/* HERO */

.homepage-slideshow .flickity-prev-next-button, .shopify-section--testimonials .flickity-prev-next-button {
  opacity: 1;
}

.flickity-button{
  background: #0072bc;
}

.flickity-prev-next-button {
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -14px;
  padding: 0;
  border: none;
  outline: none;
}

.flickity-prev-next-button.next {
  right: 10px;
  background: #0072bc;
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}

.arrow {
    position: relative;
    top: -1px;
    left: 2px;
    opacity: .6;
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
}


.homepage-slideshow .flickity-prev-next-button, .flickity-prev-next-button {
  height: 29px;
  width: 29px;
  background: #0072bc;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}


.homepage-slideshow:hover .flickity-prev-next-button, .shopify-section--testimonials:hover .flickity-prev-next-button {
  opacity: 1;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 5%;
  top: 50%;
  width: 90%;
  height: 100%;
  height: 36px;
}

.flickity-page-dots {
  display: none !important;
}


/* Rich Text and Image [1] */
#shopify-section-template--17148416426261__f9706020-2054-4641-9f60-7f3a1c4aa276 .section,
.savingsMadeEasy .section {
  background: #0054a3;
  background: transparent linear-gradient(90deg, #8DC63F 0%, #0054a3 100%) 0% 0% no-repeat padding-box;
  background: #39B54A;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  padding-bottom: 55px;
}

#shopify-section-template--17148416426261__f9706020-2054-4641-9f60-7f3a1c4aa276 h2,
.savingsMadeEasy h2 {
  color: #ffffff;
  font-family: 'museo';
  font-size: 2rem;
  font-size: 35px;
  font-weight: 700;
  text-transform: none;
}

#shopify-section-template--17148416426261__f9706020-2054-4641-9f60-7f3a1c4aa276,
.savingsMadeEasy {
  color: #ffffff;
  /*
    background: #0054a3;
    background: transparent linear-gradient(90deg, #8DC63F 0%, #0054a3 100%) 0% 0% no-repeat padding-box;
  */

  /*
  box-shadow: 0px 3px 11px #00000029;
  clip-path: inset(0px -15px 0px -15px);
  */

  background: #39B54A;
  background: #fff;
}


#shopify-section-template--17148416426261__f9706020-2054-4641-9f60-7f3a1c4aa276.shopify-section--rich-text-and-image,
.savingsMadeEasy.shopify-section--rich-text-and-image {
  padding: 55px 0;
  padding-top: 15px;
}



/* Rich Text and Image [2] */
#shopify-section-template--17148416426261__8c4f3419-67b3-409f-af97-15b3e34a4e7a h2,
.pre__footer h2,
#shopify-section-template--17148417605909__cad3270d-1170-4f91-92fd-456bc40ecb56 h2,
#shopify-section-template--17148416819477__a2e9b373-fca9-4901-bb9c-7ec7d4652550 h2,
#shopify-section-template--17148417114389__5b870415-0745-4af5-aaea-ee83b274ea78 h2,
#shopify-section-template--17148417868053__a2ca1849-a56f-4136-99e2-da4c787a0f2e h2,
#shopify-section-template--17148416065813__cf0d7820-c8e2-4d6b-b662-b043830ff483 h2,
#shopify-section-template--17148415869205__78308e47-7793-44bd-b94b-119c5858f265 h2,
#shopify-section-template--17148415738133__6f9f54b3-b097-4944-816d-43a5c414a16d h2,
body[class^='customers-']  #shopify-section-featured-text h2 {
  color: #ffffff !important;
  font-size: 35px !important;
  font-weight: 700 !important;
  font-family: 'museo-sans', sans-serif !important;
  text-transform: uppercase !important;
  line-height: 42px !important;
}

/* PreFooter */
.pre__footer .rich-text__content h2,
.pre__footer .rich-text__content .rich-text__heading,
.pre__footer .rich-text__content h2.rich-text__heading {
  text-transform: uppercase !important;
}

body[class^='customers-']  #shopify-section-featured-text .section {
  background: transparent !important;
}

#shopify-section-template--17148416426261__8c4f3419-67b3-409f-af97-15b3e34a4e7a,
.pre__footer,
#shopify-section-template--17148417605909__cad3270d-1170-4f91-92fd-456bc40ecb56,
#shopify-section-template--17148416819477__a2e9b373-fca9-4901-bb9c-7ec7d4652550,
#shopify-section-template--17148417114389__5b870415-0745-4af5-aaea-ee83b274ea78.shopify-section--rich-text-and-image,
#shopify-section-template--17148417868053__a2ca1849-a56f-4136-99e2-da4c787a0f2e.shopify-section--rich-text-and-image,
#shopify-section-template--17148416065813__cf0d7820-c8e2-4d6b-b662-b043830ff483.shopify-section--rich-text-and-image,
#shopify-section-template--17148415869205__78308e47-7793-44bd-b94b-119c5858f265.shopify-section--rich-text-and-image,
#shopify-section-template--17148415738133__6f9f54b3-b097-4944-816d-43a5c414a16d.shopify-section--rich-text-and-image,
body[class^='customers-']  #shopify-section-featured-text {
  color: #ffffff;
  background: #0054a3 !important;
  background: transparent linear-gradient(90deg, #8DC63F 0%, #0054a3 100%) 0% 0% no-repeat padding-box !important;

  /*
  box-shadow: 0px 3px 11px #00000029;
  clip-path: inset(0px -15px 0px -15px);
  */

  /* background: #39B54A; */
}

#shopify-section-template--17148416426261__8c4f3419-67b3-409f-af97-15b3e34a4e7a.shopify-section--rich-text-and-image,
.pre__footer.shopify-section--rich-text-and-image,
#shopify-section-template--17148417605909__cad3270d-1170-4f91-92fd-456bc40ecb56.shopify-section--rich-text-and-image,
#shopify-section-template--17148416819477__a2e9b373-fca9-4901-bb9c-7ec7d4652550.shopify-section--rich-text-and-image,
#shopify-section-template--17148417868053__a2ca1849-a56f-4136-99e2-da4c787a0f2e.shopify-section--rich-text-and-image,
#shopify-section-template--17148416065813__cf0d7820-c8e2-4d6b-b662-b043830ff483.shopify-section--rich-text-and-image,
#shopify-section-template--17148415869205__78308e47-7793-44bd-b94b-119c5858f265.shopify-section--rich-text-and-image,
#shopify-section-template--17148415738133__6f9f54b3-b097-4944-816d-43a5c414a16d.shopify-section--rich-text-and-image,
body[class^='customers-']  #shopify-section-featured-text {
  padding: 40px 0 !important;
  /* margin-top: 50px; */
}

#shopify-section-template--17148417114389__5b870415-0745-4af5-aaea-ee83b274ea78.shopify-section--rich-text-and-image {
  padding: 40px 0;
}

.shopify-section--divider {

}


.m-right {
  margin-right: 0;
  margin-left: auto;

  display: flex;
  align-items: center;
}



/* Banner section */
#banner-template--17148416426261__92b0e9ca-3ade-4978-a781-6510e4ba00de,
.top__banner .banner__section {
  height: 70px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

#banner-template--17148416426261__92b0e9ca-3ade-4978-a781-6510e4ba00de .container .column,
.top__banner .banner__section .container .column {
  margin-left: 0;
  margin-right: 0;
}

.top__banner .container .column {
  width: 100%;
}


/* Text Rich Image section */

.shopify-section--rich-text-and-image .rich-text__heading.bolded {
  color: #ffffff;
  /* font-family: 'museo'; */
  /* font-size: 3.5rem; */
  font-weight: 700;
  text-transform: initial !important;
}

.shopify-section--rich-text-and-image .rich-text__heading.bolded strong,
.shopify-section--rich-text-and-image h2 strong {
  color: #FFCD05;
  text-transform: capitalize;
}


#shopify-section-template--17148416426261__featured-text-1,
.madeEasyTextHomePage {
  padding: 20px 0 5px 0;
}

#shopify-section-template--17148416426261__featured-text-1 .featured_text,
.madeEasyTextHomePage .featured_text {
  font-size: 2rem;
  line-height: 0px;
  font-size: 1.2rem;
  line-height: 1.6em;
}

#shopify-section-template--17148416426261__featured-text-1 .featured_text p,
.madeEasyTextHomePage .featured_text p {
  margin: 0 0 6px;
  line-height: 1.3em;

  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.5;
  font-size: 1.2rem;
  font-size: 20px;

  color: #5A5A5A;
}

/* Featured Promotions section */
#shopify-section-template--17148416426261__featured-promotions-1,
.madeEasyHomePage {
  padding: 5px 0 20px 0;
}

#shopify-section-template--17148416426261__featured-promotions-1 .section,
.madeEasyHomePage .section {
  width: 80%;
}

#shopify-section-template--17148416426261__featured-promotions-1 .section .one-third,
.madeEasyHomePage .section .one-third {
  max-width: 225px;
}

#shopify-section-template--17148416426261__featured-promotions-1 .container,
.madeEasyHomePage .container {
  justify-content: center;
  padding-top: 5px;
}

#shopify-section-template--17148416426261__featured-promotions-1 .feature-section,
.madeEasyHomePage .feature-section {
  margin-bottom: 40px;
}

#shopify-section-template--17148416426261__featured-promotions-1 .container .column,
.madeEasyHomePage .container .column,
#shopify-section-template--17148416426261__featured-promotions-1 .container .columns,
.madeEasyHomePage .container .columns {
  margin-left: 20px;
  margin-right: 20px;
}



/* About Us - Page */

@media only screen and (max-width: 798px) {
  #shopify-section-template--17148417605909__a1a3a77b-994d-4df0-a169-30dd1a5a8172 .rich-text__heading.title,
  .aboutTextSection .rich-text__heading title {
    color: red!important;
  }
}
#shopify-section-template--17148417605909__a1a3a77b-994d-4df0-a169-30dd1a5a8172,
.aboutTextSection {
  padding-top: 70px;
  padding-bottom: 40px;
}

#shopify-section-template--17148417605909__a1a3a77b-994d-4df0-a169-30dd1a5a8172 .rich-text__heading.title,
.aboutTextSection .rich-text__heading.title {
  font-family: 'Oswald', Verdana, Arial, sans-serif;
  color: #0054a3;
  
  text-transform: initial;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-bottom: 0;
}

#shopify-section-template--17148417605909__a1a3a77b-994d-4df0-a169-30dd1a5a8172 h3,
.aboutTextSection h3 {
  font-family: 'Oswald', Verdana, Arial, sans-serif;
  color: #5A5A5A;
  font-size: 2.1rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: none;
}



/* 3Col */
#shopify-section-template--17148417605909__e0c57cf5-5f63-4351-bf85-68fd369fdf40,
.aboutSavingsMadeEasy {
  padding-bottom: 25px;
}

#shopify-section-template--17148417605909__e0c57cf5-5f63-4351-bf85-68fd369fdf40 .container,
.aboutSavingsMadeEasy .container {
  justify-content: center;
  justify-content: space-between;
}

#shopify-section-template--17148417605909__e0c57cf5-5f63-4351-bf85-68fd369fdf40.shopify-section--text-columns-with-images .text-column,
.aboutSavingsMadeEasy.shopify-section--text-columns-with-images .text-column {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  width: 30%;
  padding: 20px;
}

#shopify-section-template--17148417605909__e0c57cf5-5f63-4351-bf85-68fd369fdf40 .image-element__wrap,
.aboutSavingsMadeEasy .image-element__wrap {
  max-width: 150px !important;
  margin-bottom: 30px;
}

#shopify-section-template--17148417605909__e0c57cf5-5f63-4351-bf85-68fd369fdf40 p,
.aboutSavingsMadeEasy p {
  font-family: 'museo-sans', sans-serif;
  font-weight: 200;
  color: #5A5A5A;
  font-size: 14px;
}

#shopify-section-template--17148417605909__e0c57cf5-5f63-4351-bf85-68fd369fdf40 p strong,
.aboutSavingsMadeEasy  p strong {
  font-family: museo;
  color: #0054a3;
  font-weight: 600;
  font-size: 20px;
}




/* Image with Text */
#shopify-section-template--17148417605909__18845938-8a78-4c51-a6ae-43ef7b837644 .image-with-text__image-column,
.aboutBannerSection .image-with-text__image-column {
  width: 25%;
}

#shopify-section-template--17148417605909__18845938-8a78-4c51-a6ae-43ef7b837644 .block--template--17148417605909__18845938-8a78-4c51-a6ae-43ef7b837644-1678142666bea7c10b-0,
.aboutBannerSection .image-with-text__text-column {
  width: 75%;
}

#shopify-section-template--17148417605909__18845938-8a78-4c51-a6ae-43ef7b837644 .featured-link--half .info,
.aboutBannerSection .featured-link--half .info {
  width: 100%;
}

#shopify-section-template--17148417605909__18845938-8a78-4c51-a6ae-43ef7b837644 .image-element__wrap,
.aboutBannerSection .image-element__wrap {
  max-width: 230px;
  margin-left: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

#shopify-section-template--17148417605909__18845938-8a78-4c51-a6ae-43ef7b837644 .image-element__wrap img,
.aboutBannerSection .image-element__wrap img {
  height: 100%;
}

#shopify-section-template--17148417605909__18845938-8a78-4c51-a6ae-43ef7b837644 .featured-link--half .description p,
.aboutBannerSection .featured-link--half .description p {
  font-family: 'museo-sans';
  font-size: 18px;
  font-weight: 200;
  line-height: 2;
}

#shopify-section-template--17148417605909__18845938-8a78-4c51-a6ae-43ef7b837644 .collection_title,
.aboutBannerSection .collection_title {
  font-family: 'museo';
  font-weight: 600;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
}



/* Contact Us */
.break {
  flex-basis: 100%;
  height: 0;
}

.icon__wrapped {
  display: flex !important;
  justify-content: space-evenly !important;
  align-items: center !important;
}

.icon__wrapped .description {
  margin: 0;
}

.icon__wrapped .description p {
  margin: 0;
  line-height: 1.5rem !important;
}

.icon__wrapped .description p a:hover {
  color: #FFCD05 !important;
  text-decoration: underline;
}

.env_icon {
  width: 100% !important;
  max-width: 45px !important;
}

#shopify-section-template--17148416819477__4de1d2d7-1b32-4089-9c7e-e5e642ec0e8f.shopify-section--text-columns-with-images,
.contactInformationSection.shopify-section--text-columns-with-images {
  padding-top: 50px;
}

#shopify-section-template--17148416819477__4de1d2d7-1b32-4089-9c7e-e5e642ec0e8f.shopify-section--text-columns-with-images > section > .container,
.contactInformationSection.shopify-section--text-columns-with-images > section > .container {
  justify-content: space-around;
}

#shopify-section-template--17148416819477__4de1d2d7-1b32-4089-9c7e-e5e642ec0e8f.shopify-section--text-columns-with-images h2,
.contactInformationSection.shopify-section--text-columns-with-images h2 {
  font-family: "museo", serif;
  text-align: left;
  color: #0054a3;
  font-size: 2.1rem;
  font-size: 35px;
  font-weight: 500;
  text-transform: none;
}

#shopify-section-template--17148416819477__4de1d2d7-1b32-4089-9c7e-e5e642ec0e8f.shopify-section--text-columns-with-images .text-column,
.contactInformationSection.shopify-section--text-columns-with-images .text-column {
  width: 30%;
  padding: 20px 40px;
}

#shopify-section-template--17148416819477__4de1d2d7-1b32-4089-9c7e-e5e642ec0e8f .image-element__wrap img,
.contactInformationSection .image-element__wrap img {
  max-width: 180px;
  margin: 0 0 40px;
}

#shopify-section-template--17148416819477__4de1d2d7-1b32-4089-9c7e-e5e642ec0e8f h3,
#shopify-section-template--17148416819477__4de1d2d7-1b32-4089-9c7e-e5e642ec0e8f .regular_text,
.contactInformationSection h3,
.contactInformationSection .regular_text {
  font-size: 0.9rem;
  font-size: 15px;
  letter-spacing: 0px;
  color: #345858;
  font-weight: 600;
  font-family: 'museo';
  text-transform: uppercase;
  line-height: 0.7;
}

#shopify-section-template--17148416819477__4de1d2d7-1b32-4089-9c7e-e5e642ec0e8f .text-column p,
.contactInformationSection .text-column p {
  color: #39B54A;
  text-transform: uppercase;
  opacity: 1;
  font-family: "museo-sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  font-weight: 400;
  line-height: 1.2rem;
}

#shopify-section-template--17148416819477__4de1d2d7-1b32-4089-9c7e-e5e642ec0e8f .text-column p strong,
.contactInformationSection .text-column p strong {
  font-size: 0.9rem;
  font-weight: 500;
  font-weight: bold;
}


/* Image with Text */
#shopify-section-template--17148416819477__6333fa71-6d88-41ff-9e05-e132b1df6dcb.shopify-section,
.contactBannerSection.shopify-section {
  padding-top: 20px;
}

#shopify-section-template--17148416819477__6333fa71-6d88-41ff-9e05-e132b1df6dcb.shopify-section--image-with-text .featured-link--half .info,
.contactBannerSection.shopify-section--image-with-text .featured-link--half .info {
  width: 100%;
}

#shopify-section-template--17148416819477__6333fa71-6d88-41ff-9e05-e132b1df6dcb.shopify-section--image-with-text .description a,
.contactBannerSection.shopify-section--image-with-text .description a {
  color: #ffffff;
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
}

#shopify-section-template--17148416819477__6333fa71-6d88-41ff-9e05-e132b1df6dcb.shopify-section--image-with-text .description p,
.contactBannerSection.shopify-section--image-with-text .description p {
  color: #fff;
  font-size: 0.95rem;
  line-height: 0.7rem;
}

#shopify-section-template--17148416819477__6333fa71-6d88-41ff-9e05-e132b1df6dcb.shopify-section--image-with-text .description p strong,
.contactBannerSection.shopify-section--image-with-text .description p strong {
  font-family: 'museo-sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-weight: bold;
}

#shopify-section-template--17148416819477__6333fa71-6d88-41ff-9e05-e132b1df6dcb.shopify-section--image-with-text .image-element__wrap img,
.contactBannerSection.shopify-section--image-with-text .image-element__wrap img {
  max-width: 250px;
}

#shopify-section-template--17148416819477__6333fa71-6d88-41ff-9e05-e132b1df6dcb.shopify-section--image-with-text .image-with-text__column,
.contactBannerSection.shopify-section--image-with-text .image-with-text__column {
  width: calc(66.6666666667% - 20px);
}

#shopify-section-template--17148416819477__6333fa71-6d88-41ff-9e05-e132b1df6dcb.shopify-section--image-with-text .image-with-text__image-column,
.contactBannerSection.shopify-section--image-with-text .image-with-text__image-column {
  width: calc(33.3333333333% - 20px);
}


/* Contact Form */
#shopify-section-template--17148416819477__main.shopify-section,
body.page-contact .shopify-section.shopify-section--contact-section {
  padding-top: 20px;
}

.form__title {
  font: normal normal normal 35px/42px Museo;
  letter-spacing: 0px;
  color: #0054a3;
  text-transform: none;
}

.contact__form-last-name {
  flex: 1 1 auto;
}

.contact-form label, .custom-contact-form label {
  margin-bottom: 0;
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
}

#form-contact .global-button {
  font-family: "Open-Sans", sans-serif;
  text-transform: none;
  font-weight: 200;
  font-weight: normal;
}


/* How to Order page */

body.page #shopify-section-template--17148417114389__main .section,
.page__how_to_order,
.page__returns_refunds,
.page__privacy_policy_cookie_restriction_mode {
  padding-top: 50px !important;
}

body.page h1,
body.page #shopify-section-template--17148417114389__main h1,
body.page__how_to_order h1 {
  color: #faa633;
  font-size: 35px;
  font-weight: 400;
  font-family: Montserrat, Helvetica Neue, Verdana, Arial, sans-serif;
}

body.page__returns_refunds h1 {
  font-weight: 500 !important;
}

body.page__how_to_order h1 {
  font-weight: 500 !important;
}

body.page__returns_refunds section.page__returns_refunds .feature_divider {
  display: none;
}

body.page h2,
body.page #shopify-section-template--17148417114389__main h2,
body.page__how_to_order h2 {
  font-family: "museo", serif;
  font-weight: 500;
  color: #0054a3;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: .55em;
}

body.page__returns_refunds section.page__returns_refunds h2 {
  font-weight: 700 !important;
}

body.page__how_to_order section.page__how_to_order h2 {
  font-weight: 700 !important;
}

body.page h3,
body.page #shopify-section-template--17148417114389__main h3,
body.page__how_to_order h3 {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #0054a3;
}

body.page h4,
body.page #shopify-section-template--17148417114389__main h4,
.page__how_to_order h4 {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #0054a3;
}

body.page__how_to_order h3 {
  font-weight: 400 !important;
}

body.page #shopify-section-template--17148417114389__main p,
body.page__how_to_order section.page__how_to_order p,
body.page__privacy_policy_cookie_restriction_mode section.page__privacy_policy_cookie_restriction_mode p,
body.page__returns_refunds section.page__returns_refunds p {
  font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #595959;
  line-height: 1.5;
}

body.page__returns_refunds section.page__returns_refunds p {
  font-weight: 300 !important;
}

body.page__how_to_order section.page__how_to_order p {
  font-weight: 300 !important;
}

body.page ul li,
body.page ol li,
body.page #shopify-section-template--17148417114389__main ul li,
body.page #shopify-section-template--17148417114389__main ol li,
.page__how_to_order ul li,
.page__how_to_order ol li {
  color: #595959;
  font-family: 'oswald', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

body.page__how_to_order ul li,
body.page__how_to_order ol li {
  font-weight: 400 !important;
}


/* Privacy Policy page */
body.page__privacy_policy_cookie_restriction_mode h1,
body.page__privacy_policy_cookie_restriction_mode #shopify-section-template--17148417114389__main h1 {
  font-weight: 500;
}

body.page__privacy_policy_cookie_restriction_mode h2, body.page__privacy_policy_cookie_restriction_mode #shopify-section-template--17148417114389__main h2 {
  font-weight: 700;
}

body.page__privacy_policy_cookie_restriction_mode section.page__privacy_policy_cookie_restriction_mode p {
  font-weight: 300 !important;
}


/* Returns & Refunds page */
body.page #shopify-section-template--17148417114389__main h1,
.page__returns_refunds h1 {
  margin-bottom: 0 !important;
  text-transform: none !important;
}

body.page .feature_divider,
body.page #shopify-section-template--17148417114389__main .feature_divider,
.page__returns_refunds .feature_divider {
  /* margin-bottom: 0;  commented BUT maybe have to remove space on some pages */
}

/* Pages - Pre Footer - [wide banner] */
#shopify-section-template--17148416426261__f9706020-2054-4641-9f60-7f3a1c4aa276 .image-element__wrap img,
.savingsMadeEasy .image-element__wrap img {
  max-width: 55%;
}

/* Pre-Footer space */
#shopify-section-template--17148417605909__18845938-8a78-4c51-a6ae-43ef7b837644.shopify-section--image-with-text,
#shopify-section-template--17148416426261__f9706020-2054-4641-9f60-7f3a1c4aa276.shopify-section--rich-text-and-image,
.savingsMadeEasy.shopify-section--rich-text-and-image,
.savingsMadeEasy,
.aboutBannerSection {
  padding-bottom: 50px;
  padding: 0 16px 50px 16px !important;
}

/* PRODUCT page */
.section-wrapper--product {
  width: 100%;
  max-width: initial;
}

body.product .product__images {

}

.product_title__wrap .sku {
  font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial;
  font-weight: 600;
  font-size: 22px;
  color: #252525;
  padding-bottom: 0;
  margin-bottom: 0;
}

.product_title__wrap {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}

body.product .product_title__wrap .product_name {
  margin-bottom: 0;
}

body.product h2 {
  font-family: 'Oswald', Verdana, Arial, sans-serif;
  font-weight: 400;
  color: #1054a3;
  font-size: 28px;
  text-transform: none;
}

body.product .product-main .description h2.title,
body.product .product-main h2.title,
body.product .product-main .h2.title {
  font-family: 'Oswald', Verdana, Arial, sans-serif;
  margin-bottom: .30em;
  font-size: 28px;
  font-weight: 400;
}

.breadcrumb-wrapper {
  padding: 15px 20px;
}

.breadcrumb_text span,
.breadcrumb_text .breadcrumb_link,
.breadcrumb_text .breadcrumb_link span,
.breadcrumb_text .breadcrumb_link a span {
  color: #636363;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.breadcrumb_text .breadcrumb-divider, .article-pagination .breadcrumb-divider {
  color: #0054a3;
  margin: 0 4px;
}

body.product .product_gallery img {
  background-color: transparent;
}

body.product .gallery-wrap.product-height-set .product_gallery img {
  border: 1px solid #707070;
  max-width: 500px;
}

body.product .product_gallery_nav {
  max-width: 82%;
  margin: auto;
  text-align: left;
}
body.product .product_gallery_nav.flickity-enabled {
    max-width: 80%;
}

body.product .flickity-enabled, body.collection .flickity-enabled{
    overflow: visible!important;
}

body.product .flickity-prev-next-button, body.collection .flickity-prev-next-button{
    background: transparent;
}

body.product .flickity-prev-next-button .arrow, body.collection .flickity-prev-next-button .arrow{
    fill: black;
    opacity: 1;
}

body.product .flickity-prev-next-button.no-svg, body.collection .flickity-prev-next-button.no-svg{
    color: black;
}

body.product .flickity-prev-next-button.previous, body.collection .flickity-prev-next-button.previous{
    left: -25px;
}

body.product .flickity-prev-next-button.next, body.collection .flickity-prev-next-button.next{
    right: -25px;
}

body.product .product_name {
  font-family: 'din-condensed', 'Montserrat', Helvetica Neue, Helvetica, Arial!important;
  font-size: 34px!important;
  font-weight: 400!important;
  color: #1054a3!important;
  text-transform: none;
  line-height: 1.3;
  display: inline-block;
}

.description__below_image{
    margin-bottom: 20px;
}

.product-block .description,
.product-block .description p,
.description__below_image div,
.description__below_image div p {
  font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.product-spec-block div,
.product-spec-block p,
.product-order-info-block div,
.product-order-info-block p,
.product-order-info-block strong,
.product-order-info-block b {
  font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 16px;

}

.product-spec-block div p,
.product-spec-block div b,
.product-spec-block div strong {
    font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-size: 16px;
}

.product-order-info-block strong {
  font-family: 'museo-sans', sans-serif;
  font-size: 14px;
  color: #5A5A5A;
  font-weight: 400;
}

.product-promo-section {
  height: 79px;
  min-height: 79px;
  width: 100%;
  border: 1px solid #707070;
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  align-items: center;
}

.product-promo-section .promo-label {
  background: #0054a3;
  color: #ffffff;
  width: 45%;
  min-height: 42px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-promo-section .promo-text {
  width: 55%;
  padding-left: 10px;
  padding-right: 10px;
}

.product-promo-section .promo-label span {
  text-transform: uppercase;
  font-family: 'museo', serif;
  font-weight: 700;
  font-size: 17px;
}

.product-promo-section .promo-text > span {
  font-family: 'museo-sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  color: #484848;
}

.product-promo-section .promo-text .green-bold {
  color: #248332;
  font-family: 'museo', serif;
  font-weight: 700;
  font-size: 16px;
}

.product-block--app {
  padding: 0px 0 40px;
}



/* COLLECTION page */
body.collection h1 {
  color: black;
  font-family: 'Oswald', Verdana, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  float:left;
  margin-right: 5%;
}

body.collection .category-static-block h2,
body.collection .category-static-block h3 {
  color: #0054a3;
  font-size: 24px;
  font-family: "museo", serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: none;
}

body.collection .category-size{
  font-size: 1em;
  color: #898989!important;
  text-transform: none;
  float: left;
  line-height: 2;
}

body.collection .label-copy {
  color: #898989;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}

body.collection .category-static-block p {
  font-size: 16px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  color: #5A5A5A;
}

.section_select .blog_filter, .section_select .tag_filter, .section_select .sort_by {
  appearance: none;
  background: #eeeeee;
  border-radius: 0;
  border: 0;
  text-transform: none;
  padding: 4px;
  font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif;
  color: #898989;
  font-size: 14px;
  line-height: 1.5;
  min-height:21px;
  height: 31px;
}

.sidebar-wrap {
  border: 0;
}

.sidebar-wrap .toggle_list {
  padding: 3px 7px 15px;
}

.sidebar-block {
  margin-bottom: 15px;
}

.sidebar-block .toggle_list {
  margin: 0;
  padding: 5px 0 15px;
}

.sidebar-block::after {
  height: 0;
}

.sidebar ul li {
  padding: 2px 0;
}

.sidebar-block__heading {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  color: #0054a3 !important;
}

.sidebar-block__heading,
.sidebar__collection-filter label {
  font-weight: 400;
  letter-spacing: 0;
  color: #595959;
  text-transform: uppercase;
}

.sidebar__collection-filter label {
  font-family: Open Sans;
  font-size: 14px;
  margin-bottom: 0px;
}



.inline-quickshop .swatch_options__custom {
  display: none;
}

.js-product-section--quickshop .secondary_button__custom {
  display: none;
}

.js-quick-shop .product_title__wrap {
  display: none;
}

.js-quick-shop .feature_divider {
  display: none;
}

.product-wrap:hover .quick_shop {
  color: #fff;
  font-family: "Open-Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.product-wrap:hover .quick_shop {
  background:#0054a3;
  border: 0;
}

.js-quick-shop .product-block {
  margin-bottom: 0.4em;
}

.js-quick-shop .product_name,
.js-quick-shop h2.product_name a, .js-quick-shop .h2.product_name a,
.js-quick-shop h2.title.product_name a,
.js-quick-shop .quick_shop_title {
  margin: 0 0 0.2em;
  color: #0054a3;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
}

.js-quick-shop .quick_shop_title {
  margin: 0;
}

.js-quick-shop .sku_text {
  font-size: 16px !important;
  color: #898989;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-style: normal;
}

.js-quick-shop .product-block .description,
.js-quick-shop .product-block .description div,
.js-quick-shop .product-block .description div p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #898989;
  line-height: normal;
}


.js-quick-shop .product-block--description {
  padding-top: 4px;
  padding-bottom: 10px;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
}

.swatch_options__custom {
  margin-bottom: 1em;
}

.swatch_options__custom input:checked + .swatch-element {
  border-color: black;
  box-shadow: 0px 0px 0px 2px white;
}

.collection_swatches__custom .swatch__custom {
  display: inline-block;
  padding: 2px;
  line-height: 0;
}

.collection_swatches__custom .swatch__custom:first() {
  padding-left: 0;
}

.collection_swatches__custom .swatch__custom span {
  width: 23px;
  min-width: 23px;
  height: 23px;
  float: none;
  display: inline-block;
  border: #e2e2e2 1px solid;
  border: 1px solid #000;
  background-clip: padding-box;
  background-position: center;
  background-size: cover;
}


/* Product Grid */
body.collection .purchase-details__quantity {
  width: 100% !important;
}

body.collection .product-list .thumbnail img,
body.collection .slider-gallery .thumbnail img {
  border: 1px solid #707070;
}

.purchase-details__custom .purchase-details__buttons.purchase-details__spb--true .add_to_cart {
  flex: 1 0 100%;
  max-width: 100%;
  font-size: 14px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 500;
  text-transform: none;
  padding: 6px 55px;
  margin-top: 5px;
  border-radius: 5px;
}

body.collection .product-details span.title,
body.search .product-details span.title {
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  color: #0054a3;
  font-weight: 800;
  text-align: left;
  margin-bottom: 20px;
}

body.collection .grid-sku,
body.search .grid-sku,
body.collection .grid-sku span,
body.search .grid-sku span {
  color: #898989;
  font-family: "Open-Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
  webkit-box-orient: vertical;
  display: -webkit-box;
  webkit-line-clamp: 1;
}

body.collection .grid-availability,
body.search .grid-availability {
  font-family: 'museo-sans', sans-serif;
  font-weight: 500;
  /* color: #5A5A5A; */
  font-size: 14px;
  text-align: left;
}

body.collection .grid-price-text,
body.search .grid-price-text {
  font-family: 'museo-sans', sans-serif;
  font-weight: 500;
  color: #5A5A5A;
  font-size: 14px;
  text-align: left;
}

body.collection .grid-price-text .grid-price-range,
body.search .grid-price-text .grid-price-range {
  font-family: 'museo-sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0054a3;
}

/* BLOG */
body.blog .sidebar__content {
  border: 0;
}

.shopify-section--blog-template h2,
.shopify-section--blog-template .article__title {
  color: #5A5A5A;
  font-family: "museo", serif;
  font-size: 18px;
  margin: 0 0 8px 0;
  line-height: 27px;
  font-weight: 700;
  text-transform: inherit;
}

.related__article .excerpt {
  display: none;
}

.related__article .blog_meta {
  display: none;
}

.related__article .read-more-link  {
  display: none;
}

.related__article_title {
  font-family: "museo", serif;
  font-weight: 700;
  color: #0054a3;
}

.article, .article_image {
  margin-bottom: 15px;
}

.shopify-section--blog-template h2 a {
  font-family: "museo", serif;
  font-weight: 700;
  color: #5A5A5A;
}

.shopify-section--blog-template h2 a:hover {
  color: #969696;
  text-decoration: underline;
}

.excerpt {
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  color: #5A5A5A;
}

.blog_meta,
.blog_meta span,
.blog_meta a {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 0px 0;
  color: #999999;
}

.blog_meta em {
  font-style: normal !important;
}

a.read-more-link, a.read-more-link:visited {
  display: block;
  color: #969696;
  color: #5A5A5A;
  font-family: 'museo-sans', sans-serif;
  font-size: 14px !important;
  font-weight: 300;
  text-align: right;
}

.blog_meta a:hover,
a.read-more-link:hover {
  color: #969696;
  text-decoration: underline;
}

.sidebar-block__heading {
  font-family: 'Oswald', Verdana, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  color: #000000 !important;
  font-weight: 400;
}

.sidebar a, .sidebar a:visited {
  font-size: 16px;
  font-family: 'oswald', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #5A5A5A;
}

.sidebar a:hover {
  color: #969696;
}






/* ARTICLE */

body.article .post-post_excerpt {
  display: none;
}

body.article .excerpt {
  margin-top: 0;
}

body.article .article_content {
  margin-top: 5px;
  font-family: 'Oswald', Verdana, Arial, sans-serif;
}

body.article .article_title {
  color: #faa633;
  font-family: 'Oswald', Verdana, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  padding-top: 35px;
}

.post-post_content h2,
.post-post_content h3,
.post-post_content h4,
.post-post_content h5,
.post-post_content h6,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6{
  font-family: 'Oswald', Verdana, Arial, sans-serif;
  color: #0054a3;
  font-weight: 400;
  margin-bottom: 12px;
}

body.article .post-post_content p,
body.article .article__content p {
  font-size: 16px;
  font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-weight: 300;
  color: #898989;
  line-height: 1.5;
}

.post-post_content p a,
.article__content p a,
 body.article .post-post_content a{
  color: #515151;
  font-size: 16px;
}

body.article .post-post_content ul {
  list-style: disc;
  padding-left: 20px;
}

.sidebar__content{
  padding: 0;
  margin: 0;
  border: 0;
}
.sidebar__content .sidebar-block{
  padding-left: 0;
}

body.article .sidebar__content .sidebar-block{
  margin-top: 35px;
}

.sidebar__content .sidebar-block ul li a{
  color: #515151;
  font-family: "Open-Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.sidebar__content .sidebar-block ul li a:hover,
.article a.article__title:hover,
 body.article .post-post_content a:hover,
.article .read-more-link:hover,
.blog_meta.tags a:hover{
  text-decoration: underline;
}

.article .article__title a{
  font-size: 18px;
  line-height: 27px;
  color: #515151;
  font-family: 'Oswald', Verdana, Arial, sans-serif;
  font-weight: 400;
}
.article .article__title a:hover, .article .read-more-link:hover{
  color: #515151;
}
.article .read-more-link{
  color: #515151;
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
}
.blog_meta.tags a{
  color: #515151;
}

/* Privacy Policy page */
body.page  table,
body.page #shopify-section-template--17148417114389__main table,
.page__privacy_policy_cookie_restriction_mode table {
  width: 100%;
}

table {
  color: #898989;
}

table thead th {
  font-family: 'Oswald', 'Helvetica Neue', Verdana, Arial, sans-serif;
}

table th {
  background: #0054a3;
  text-transform: uppercase;
  font-family: 'Oswald', Verdana, Arial, sans-serif;
  color: white;
  line-height: 1.5;
  white-space: nowrap;
}

table tr:nth-child(odd) {
  background: #eeeeee;
}

table tr:nth-child(2n+1) {
  background: #eeeeee;
}

table th {
  background: #0054a3 !important;
}

table tbody th {
  font-family: 'museo-sans', sans-serif;
  background: none !important;
  color: #898989;
  font-weight: 400 !;
}

table:not(#customer-orders):not(#order-details) th, table:not(#customer-orders):not(#order-details) td {
  text-align: left;
  font-weight: 400;
}

table:not(#customer-orders):not(#order-details) th:first-child, table:not(#customer-orders):not(#order-details) td:first-child {
  border-left: 0;
}

table:not(#customer-orders):not(#order-details) td {
 border-right: 0;
}

table tbody td, table tbody th {
  font-family: 'Open-Sans', 'Helvetica Neue', Verdana, Arial, sans-serif;
}


/* LOGIN / REGISTER - account pages*/
.errors ul li {
  color: #E83223;
}

#login_form > p {
  color: #fff;
  background: #39b54a;
  padding: 5px 10px;
  border-radius: 3px;
  border: 2px solid green;
}

.customer_section_wrap {
  padding-bottom: 36px;
}

body.customers-register .feature_divider {
  display: none;
}

body.customers-register .container div.collection_nav {
  margin-bottom: 0;
}

body[class^="customers-"] h1 {
  color: #faa633;
  font-size: 35px;
  font-weight: 400;
  font-family: Montserrat, Helvetica Neue, Verdana, Arial, sans-serif;
}

body[class^="customers-"] .global-button--primary {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: capitalize;
}

body[class^="customers-"] form label {
  font-family: 'museo-sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
}


/* CART page */

body.cart h1,
body.cart .h1 {
  font-size: 20px;
  font-family: 'museo', serif;
  font-weight: 700;
  text-transform: unset;
  color: #0054a3;
}

body.cart h3.h1 {
  color: #5A5A5A;
  text-transform: capitalize;
}

body.cart .image-element__wrap {
  max-width: 180px;
  margin-left: 0;
  margin-right: 0;
}

body.cart .cart__item {
  align-items: flex-start;
  border-bottom: 1px solid #898989;
}

body.cart .cart__remove-btn {
  position: relative;
  right: inherit;
  top: inherit;
}

body.cart .cart__remove-btn span.remove-text {
   font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: red;
  text-decoration: underline;
}

body.cart .title_wrap {
  /*
  width: 65%;
  max-width: 65%;
  */
}

body.cart .price_qty_wrap {
  /*
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  */

  /*
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  width: 35%;
  max-width: 35%;
  */

  /*
  display: grid;
  grid-template-columns: 33.3333% 33.3333% 33.3333%;
  */

  display: grid;
  grid-template-columns: 30% 40% 30%;
  gap: 5px;
  height: 100%;
  margin-top: 12px;
}

body.cart #cart_form .product-quantity-box {
  width: 100px;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  text-align: center;
}

body.cart .cart__item--content {
  display: flex;
  align-items: center !important;

  display: grid;
  grid-template-columns: repeat(2, 60% 40%);
  grid-template-columns: 60% 40%;
}

body.cart .cart_content_info .price_total {
  text-align: center;
  margin-bottom: 0px;
}


body.cart .cart__item--title {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 16px;
  text-transform: unset;
  line-height: 22.4px;
  color: #0054a3!important;
  font-weight: 400;
}

body.cart .cart__item--title a {
  color: #0054a3 !important;
  font-weight: 300;
}

body.cart .cart__title_main_wrap {
  display: flex;
  border-bottom: 1px solid #5A5A5A;
  padding-bottom: 10px;
  padding-top: 20px;
  font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif;
  color: #898989;
}

body.cart .cart__title_main_wrap .h1 {
  margin: 0;
  padding: 0;
  width: 65%;
}

body.cart .cart__titles div {
  font-size: 16px;
  font-family: 'Oswald', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-weight: 700;
  color: #898989;
  text-transform: uppercase;
}

body.cart .cart__titles {
  width: 35%;
  margin-right: 0;
  margin-left: auto;
}

.cart__title_divider {
  margin-bottom: 10px;
}

body.cart .cart__title_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

body.cart .remove_wrap {
  margin-top: 30px;
}

body.cart .modal .modal_price, body.cart .modal_price,
.cart_content_info .price_total {
  font-family: "Montserrat", sans-serif;
  color: #5A5A5A;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

body.cart .product-quantity-box .product-plus,
body.cart .product-quantity-box .product-minus {
  background: #5A5A5A;
}


body.cart .product-quantity-box .product-plus, body.cart .product-quantity-box .product-minus {
  color: #ffffff;
}

body.cart [class^="icon-"]::before, body.cart [class*=" icon-"]::before {
  width: 1.4em;
  line-height: 0.8em;
}

body.cart #cart_form .product-quantity-box .product-minus,
body.cart #cart_form .product-quantity-box .product-plus {
  font-size: 12px;
  line-height: 22px;
  width: 22px;
  height: 22px;
  border: 0;
}

body.cart #cart_form .icon-minus,
body.cart #cart_form .icon-plus {
  left: 0;
}

body.cart .product-quantity-box [class^="icon-"]::before,
body.cart .product-quantity-box [class*=" icon-"]::before {
  margin-left: 0;
}

body.cart .item_properties .property_name {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  color: black;
  font-weight: 700;
  min-width: 42px;
  margin-right: 5px;
}

body.cart .item_properties .property_val {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  color: black;
  font-weight: 400;
  text-transform: unset;
}

body.cart .item_properties .property_item {
  padding-left: 5px;
}

body.cart .item_properties .property_item:nth-child(odd) {
  background: #eeeeee;
}


body.cart #cart_form .product-quantity-box .quantity {
  border: 1px solid black;
  padding: 0 5px;
  
  width: 30%;
  width: 55px;
  min-height: 22px;
  height: 22px;
  background-color: #ffffff;
}

body.cart .subtotal_wrap {
  margin-right: 0;
  margin-left: auto;
  padding: 40px 0 !important;
}

body.cart .subtotal_wrap .subtotal {
  padding-top: 0;
}

body.cart .cart__info_block_wrap {
  padding: 40px 0 !important;
}

body.cart .subtotal_wrap .subtotal,
body.cart .meta {
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #5a5a5a;
}

body.cart p.meta {
  margin-bottom: 0;
}

body.cart .discount_title {
  color: #fff;
  background: #0054a3;
  font-family: "Montserrat", sans-serif;
  font-size: 15.4px;
  font-weight: 400;
  padding: 10px 20px;
  letter-spacing: 1px;
}

.cart .cart_subtotal {
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #5A5A5A;
  text-transform: capitalize;
}


.section-wrapper--cart .cart_service_info .one-fourth {
  max-width: 178px;
  text-align: center;
}

.section-wrapper--cart .cart_service_info .image-element__wrap {
  
}

.section-wrapper--cart .cart_service_info p {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #898989;
}



/* Footer */
.footer .footer-menu-wrap h6 {
  /* display: none; */
}

.footer .footer-menu-wrap h6,
.footer .footer-menu-wrap p a strong {
  font-family: "museo", serif;
  font-size: 20px;
  text-transform: none;
  font-weight: 700;
}

footer img.footer-logo {
  margin-bottom: 0;
  width: 80%;
}

.footer a, .footer a:visited {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  margin-bottom: 15px;
}

.footer a:hover, .footer a:active {
  text-decoration: underline;
}

.footer .newsletter_section h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Oswald, Verdana, Arial, sans-serif;
}

.footer a.newsletter_btn {
  background: #0054a3;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  font-family: Oswald, Verdana, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.shopify-section--footer .newsletter_section p, .footer p  {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #5A5A5A;
  padding: 0px 0;
  margin-bottom: 7px;
}

footer.footer h2 {
  color: black;
  font-size: 18px;
  font-weight: 700;
  font-family: Oswald, Verdana, Arial, sans-serif;
  letter-spacing: normal;
}

.shopify-section--footer .newsletter_section p br {
  display: none;
}

#ao-form-717bede1-0ea9-4c73-9a2d-32789cb05ef7.ao-form span.ao-form-error-message {
  font-family: 'Oswald', Verdana, Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 300;
}

.ao-form .ao-recaptcha-error-robot-message {
  font-family: 'Oswald', Verdana, Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 300;
}

.ao-form .ao-recaptcha-error {
  padding: 0px !important;
}

#ao-form-717bede1-0ea9-4c73-9a2d-32789cb05ef7.ao-form input, .ao-form textarea, .ao-form select {
  margin: 0!important;
}

#shopify-section-footer > footer > section > div > div ul li {
  margin-bottom: 0.3em;
}

#shopify-section-footer > footer > section > div > div ul li p {
  margin-bottom: 6px;
}

.section__credits {
  margin-top: 35px;
}

.footer {
  padding-bottom: 0;
}

.footer_credits {
  padding: 30px 40px;
}

.footer_credits .credits {
  float: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

footer .social_icons {
  margin-top: 30px;
  padding-top: 0;
}
.footer .social_icons a:hover{
  color: #fff;
}

.footer .social_icons a,
.footer .social_icons a:visited
 {
  position: relative;
  background: #898989;
  color: #fff;
  border-radius: 4px;
  width: 34px;
  height: 34px;
}

.social_icons a:hover, .social_icons a:visited:hover {
  text-decoration: none;
  background: #faa633;
}

.footer-id--footer-2 .toggle_content p > a{
  display:inline;
  margin-bottom: 15px;
  margin-left: 15px;
  display:flex;
  align-items:center;
}

.footer-id--footer-2 .toggle_content p {
  display:flex;
  align-items:center;
  position: relative;
}

.footer-id--footer-2 .toggle_content a:before{
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: cover!important;
  background-repeat: no-repeat;
  position: absolute;
  left: -40px;
}

.footer-id--footer-2 .toggle_content ul li:nth-child(1) a:before{
  background:url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/icons/calendar_category.png");
}

.footer-id--footer-2 .toggle_content ul li:nth-child(2) a:before{
  background:url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/icons/hats_category.png");
}

.footer-id--footer-2 .toggle_content ul li:nth-child(3) a:before{
  background:url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/icons/writing_category.png");
}

.footer-id--footer-2 .toggle_content ul li:nth-child(4) a:before{
  background:url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/icons/megaphone.png");
}

.footer-id--footer-2 .toggle_content ul li:nth-child(5) a:before{
  background:url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/icons/dollarSign.png");
  background-size: 20px 28px !important;
  background-repeat: no-repeat;
  margin-left: 4px;
}

.footer-id--footer-2 .toggle_content ul li:nth-child(5) p a{
  margin-left: 11px;
}

footer [class^="icon-"]::before, footer [class*=" icon-"]::before {
  position: absolute;
  /*
  width: 34px;
  height: 34px;
  */
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;

  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


footer #contact_form {
  text-align: center;
}

footer #contact_form .newsletter-form__sign-up {
  border-radius: 6px;
  font-size: 16px;
  font-family: 'museo-sans', sans-serif;
  text-transform: capitalize;
  width: 72px;
  font-weight: 400;
}

footer .newsletter_section .policy-link{
  font-size: 12px;
  font-family: 'Oswald', Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}


/* HIDED */
/*
#quickshop .purchase-details {
  display: none;
}
*/


/*
.chat-tab-wrapper {
  display: flex;
  position: fixed;
  bottom: 0;
  right: 50px;
  z-index: 100;
  background: #099444;
  text-align: center;
  box-shadow: -2px 6px 26px -5px rgba(0, 0, 0, 0.75);
  line-height: 1;
  max-width: 100%;
  width: 300px;
  height: 40px;
  padding: 5px 65px;

  justify-content: center;
  align-items: center;
}
*/

.chat-tab-wrapper {
  display: flex;
  position: fixed;
  bottom: 0;
  right: 50px;
  z-index: 2003;
  background: #0054a3;
  text-align: center;
  box-shadow: -2px 6px 26px -5px rgba(0, 0, 0, 0.75);
  line-height: 1;
  max-width: 100%;
  width: 300px;
  height: 40px;
}


.chat-tab-wrapper h3 {
  margin: 0;
  margin-bottom: 10px;
  color: black;
  font-family: 'Oswald', Verdana, Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;


  color: #fff !important;
  margin-top: 10px;
  float: left;
  padding-right: 0px;
  margin-left: 65px;
}

.chat-close {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  position: absolute;
  font-size: 20px;
  /* font-size: 2rem; */
  font-weight: 700;
  color: white;
  background: none;
  right: 0;
  top: 0px;
  padding: 3px;
  line-height: 0.7;
  cursor: pointer;
}

.chat-tab-wrapper a {
  display: block;
  margin: 0 auto;
}

.chat-tab-wrapper img {
  height: 40px;
  float: left;
}




@media only screen and (max-width: 798px) {
  .medium-down--one-half {
    width: calc(100% - 20px);
  }

  #banner-template--17148416426261__92b0e9ca-3ade-4978-a781-6510e4ba00de,
  .top__banner .banner__section {
    height: 100%;
    margin-bottom: 10px;
  }

  #header .top-bar a.icon-bag::before, #header .top-bar a.icon-cart::before {
    height: 14px;
    width: 14px;
  }

}


/*comda home page*/
.home-cta{
  max-height:195px;
  display:flex;
  padding:20px 30px;
}
.home-cta img{
    width:100%;
    min-height:150px;
    height:100%;
}
.home-cta .cta-wide{
    width:40%
}
.home-cta .cta{
    width:30%;
    padding-left: 3.1%;
}

.static-banner-full-color{
    padding:10px 30px 30px 30px;
}
.img-top-banner{
    width:100%;
}

.caption-content.align-center {
    text-align: center;
}
.caption-content {
    padding: 30px;
}

.banner-footer .caption-content{
    width:95%;
    max-width: none;
    min-height: 194px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-footer .caption-content h2{
  margin:0;
  font-family: 'Oswald', 'Verdana', 'Arial', sans-serif!important;
  font-weight: 400 !important;
  text-transform: capitalize!important;
  color: #faa633!important;
}


.banner-footer .container .image-element__wrap img{
    min-height: 194px;
    height:194px;
}

#shopify-section-footer-banner{
 max-width: none;
}

.section.choose-category span.title {
    display: none;
}
.section.choose-category h2.title{
  font-family: Oswald,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    line-height: 1.5;
    color: #333;
    display: block;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    font-size: 20px;
    margin-bottom: 0.75em;
    text-align:left;
    text-transform:capitalize;
}

.testiomonials-section {
  background-color: #eeeeee;
  margin-top: 20px;
}

.testimonials-wrap {
  display: flex;
  padding: 30px 30px 0 30px;
}

.testimonials-wrap h2 {
  color: black;
  font-size: 18px;
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 26.1px;
  letter-spacing: 0;
}

.testimonials-wrap .half-width {
  width: 50%;
}

.testimonial-item {
  display: flex;
  margin-bottom: 15px;
}

.testimonial-item .testimonial-image {
  width: 15%;
  min-width: 15%;
}

.testimonial-item .testimonial-image > img {
  width: 66px;
  height: auto;
}

.testimonial-item .testimonial-info {
  width: 85%;
  margin-left: 15px;

}

.testimonial-item .testimonial-info h3 {
  color: black;
  font-size: 12px;
  /* font-size: 1.2rem; */
  font-size: 12px;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700!important;
  margin-bottom: 8px;
}

.testimonial-item .testimonial-info p {
  font-size: 14px;
  /* font-size: 1.4rem; */
  line-height: 1.1;
  margin-bottom: 10px;
  padding-right: 30px;
  color: #898989;
}

.testimonial-item .testimonial-info a {
  color: #faa633;

}

.testimonial-item .testimonial-info a:hover {
  color: #faa633;
  text-decoration: underline;
}

.testimonial-item.disable-desctop {
  display: none;
}

.testimonials-wrap .learn-more img {
  width: 100%;
}

.testimonials-wrap .learn-more a.button {
  background: #faa633;
  display: inline-block;
  border: 0;
  color: white;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  z-index: 5;
  padding: 7px 25px;
}

.testimonials-wrap .learn-more div.image {
  position: relative;
}

.testimonials-wrap .learn-more div.image a {
  position: absolute;
  top: 30px;
}

.testimonials-wrap .learn-more a.button:after {
  content: '';
  display: inline-block;
  background: -moz-linear-gradient(45deg, rgba(250, 166, 51, 0) 0%, rgba(250, 166, 51, 0) 30%, #faa633 31%, #faa633 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(250, 166, 51, 0)), color-stop(30%, rgba(250, 166, 51, 0)), color-stop(31%, #faa633), color-stop(100%, #faa633));
  background: -webkit-linear-gradient(45deg, rgba(250, 166, 51, 0) 0%, rgba(250, 166, 51, 0) 30%, #faa633 31%, #faa633 100%);
  background: -o-linear-gradient(45deg, rgba(250, 166, 51, 0) 0%, rgba(250, 166, 51, 0) 30%, #faa633 31%, #faa633 100%);
  background: -ms-linear-gradient(45deg, rgba(250, 166, 51, 0) 0%, rgba(250, 166, 51, 0) 30%, #faa633 31%, #faa633 100%);
  background: linear-gradient(45deg, rgba(250, 166, 51, 0) 0%, rgba(250, 166, 51, 0) 30%, #faa633 31%, #faa633 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00faa633', endColorstr='#faa633', GradientType=1);
  transform: rotate(45deg);
  border-radius: 5px;
  position: absolute;
  right: -9px;
  top: 4px;
  width: 25px;
  height: 25px;
}

.testimonials-wrap .learn-more p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24.4px;
  color: #898989;
}

.testimonials-wrap .learn-more p strong {
  color: black;
  font-weight: 700;
}

@media only screen and (max-width: 480px){
  #banner-footer-banner.caption--below-true .caption {
    margin: 0px auto!important;
    font-size: 3vw;
    position: absolute;
    transform: translate(0, -50%);
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  #banner-footer-banner .image-element__wrap img {
    margin: 0 auto;
  }
}

.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 {
  flex-wrap: nowrap;
  background-color: #f9f9f9;
  align-items: start;
}

.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li {
  width: 7.14%;
}

.nav-desktop__tier-1 .nav-desktop__tier-1-link {
  white-space: normal;
  color: black;
  padding: 15px 0;
}

.nav-desktop__tier-1-link span {
  text-decoration: none;
  position: relative;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: black;
}

.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-1-link {
  background-color: #0054A6;
  color: #fff;
}

.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-1-link span {
  color: #fff;
}


.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-1-link:hover,
.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-1-link span:hover {
  background-color: #1968c5;
  color: #fff;
}


.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-2--dropdown {
  background-color: #0054A6;
  color: #fff;
}

.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-2--dropdown a,
.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-2--dropdown a:hover,
.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-2--dropdown a:active {
  color: #fff;
  /* background-color:#0054A6; */
  text-align: right;


}

.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-2--dropdown li {
  padding: 10px 15px;
}

.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-2--dropdown li a::before {
  content: "";
  width: 36px;
  height: 36px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  position: absolute;
  left: -5px;
  z-index: 2;
  top: -5px;
}

.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-2--dropdown li:nth-child(1) a::before {
  background: url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/common/top-navigation/right-stuff/constructionIcon_1.png");
}

.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-2--dropdown li:nth-child(2) a::before {
  background: url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/common/top-navigation/right-stuff/icon_1.png");
}

.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-2--dropdown li:nth-child(3) a::before {
  background: url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/common/top-navigation/right-stuff/icon_1__1.png");
}

.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-2--dropdown li:nth-child(4) a::before {
  background: url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/common/top-navigation/right-stuff/healthcare-icon_1.png");
}

.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-2--dropdown li:nth-child(5) a::before {
  background: url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/common/top-navigation/right-stuff/iconTRSRealEstate_1.png");
}

.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-2--dropdown li:nth-child(6) a::before {
  background: url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/common/top-navigation/right-stuff/icon_resto-bar_v2_1.png");
}

.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-2--dropdown li:nth-child(7) a::before {
  background: url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/common/top-navigation/right-stuff/Sustainable_Gifts_Icon_1.png");
}

.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-2--dropdown li:nth-child(8) a::before {
  background: url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/common/top-navigation/right-stuff/forTechStartupsIcon_1.png");
}

.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-2--dropdown li:nth-child(9) a::before {
  background: url("https://imprint-uploads.s3.ca-central-1.amazonaws.com/assets/images/comda/common/top-navigation/right-stuff/tradeshowsIcon_1.png");
}
.combined-menu-container > nav.nav-desktop > ul.nav-desktop__tier-1 > li:first-child .nav-desktop__tier-2--dropdown li:last-child{
  padding-bottom: 20px;
}

.nav-desktop .nav-desktop__tier-1-link, .nav-desktop .nav-desktop__tier-2-link, .nav-desktop .nav-desktop__tier-3-link {
  font-family: Montserrat, sans-serif;
}

#nav-tier-2-1 {
  padding: 0
}

#nav-tier-2-1 li:hover,
#nav-tier-2-1 li a:hover {
  background-color: #1968c5;
}

.main-nav__wrapper  div.main-nav{
  padding: 10px  0px;
}

.combined-menu-container{
  column-gap: 0;
  padding: 0px  20px;

}

.nav--combined{
  background-color:#f9f9f9;
  margin-top:15px;
}

.combined-menu-container .nav-desktop{
  margin-top:0;
}

.nav-desktop__tier-3{
  background-color:#d7d7d7;
  padding: 0;
}
.nav-desktop__tier-3-link:hover, .nav-desktop__tier-3-link:active, .nav-desktop__tier-3-link:focus, .nav-desktop__tier-3-link:focus-within, .nav-desktop__tier-3-link{
  background-color:#d7d7d7;
}
.trustpilot-cont {
  border: 3px solid #eee;
  height: 155px;
}
.trustpilot-widget {
  padding-top: 16px;
}

.footer_credits p.credits {
  font-size: 16px;
  color: #595959;
  font-family: 'Montserrat', sans-serif;
}

.top-bar .top-bar__menu .m-right a,
.top-bar .top-bar--right-menu .top-bar__menu a,
.top-bar a.mini_cart span{
    font-family: Open Sans,Helvetica Neue,Verdana,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.top-bar .top-bar__menu a{
    font-family: Open Sans,Helvetica Neue,Verdana,Arial,sans-serif;
    font-size: 11px;
}
.top-bar .top-bar__menu a b {
    font-family: Open Sans,Helvetica Neue,Verdana,Arial,sans-serif;
    font-size: 11px;
    font-weight: 700;
}

/*comda home page end*/
body.collection .product-details span.title:hover,
body.search .product-details span.title:hover{
  text-decoration: underline;
}

.js-quick-shop h2.product_name a:hover{
  text-decoration: underline;
}

.js-quick-shop .select-badge{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;

}

.js-quick-shop .select-badge .text{
   text-align: center;
   font-size: 12px;
   font-family: "Open-Sans", sans-serif;
   padding: 10px 20px;
   color: #898989;
   line-height: 1.5;
}

.product-list .thumbnail .thumbnail-overlay,
.slider-gallery .thumbnail .thumbnail-overlay,
.list-collections .thumbnail .thumbnail-overlay {
  background-color: transparent;
}

.thumbnail-overlay .info {
  top: 92%;
  padding: 0;
}
.thumbnail-overlay .quick_shop{
  width: 100%;
  background-color:#0054a3 ;
  color: #fffff0;
  font-size: 16px;
  font-family: "Open-Sans", sans-serif;
}
.select-badge-image{
  
  
  padding: 5px;
  width: 50px;
}

body.collection .product-list .thumbnail .select-badge-image img,
body.search .product-list .thumbnail .select-badge-image img{
  border: none;
  cursor: help;
}

.select-badge-image .tooltip-text{
  display: none;
  width: 310px;
  position: absolute;
  background: #ffffff;
  padding: 4px 10px;
  font-size: 12px;
  font-family: "Open-Sans", sans-serif;
  line-height: 1.4;
  min-width: 100px;
  text-align: center;
  border-radius: 4px;
  border: black 1px solid;
  bottom: 55px;
  right: -89px;
  color: #252525;
}

.select-badge-image .tooltip-text:after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -6px;
  border-width: 6px 6px 0;
  border-top-color: #000;
  z-index: 50;
  right: 35%;
}


.select-badge-image img:hover + .tooltip-text{
  display: block;
}

body.collection .product-list .thumbnail img,
body.search .product-list .producail img,
body.collection .product-list .product-wrap .image-element__wrap,
body.search .product-list .product-wrap .image-element__wrap {
  border: none;
}

body.collection .popular-badge-image,
body.search .popular-badge-image{
  position: absolute;
  z-index: 2;
  right: 0;
}

#quickshop .product_gallery img{
  max-width: 300px;
  max-height: 300px;
  min-height: 300px;
  height: 100%;
  object-fit: contain;
  background-color: #fff;
  border: 1px solid #eeeeee;
}

#quickshop .product_gallery .image__container{
  max-width:386px!important;
}

#quickshop .gallery-cell.product-gallery__thumbnail {
  width: 100px;
  height: 100px;
}
#quickshop .gallery-cell.product-gallery__thumbnail img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.product.select-badge-image{
  display: inline-block;
  margin-left: 5px;

}
.product.select-badge-image img{
  cursor: help;
}

.product.select-badge-image .tooltip-text:after{
  bottom: -6px;
}

.product.select-badge-image .tooltip-text{
  bottom: 65px;
}
.breadcrumb.breadcrumb-pagination-wrapper{
  padding: 20px 0;
}

.breadcrumb.breadcrumb-pagination-wrapper  .breadcrumb_text a:last-child span{
  color: #000;
  font-family: Montserrat, sans-serif;
}
.column.article_image{
  padding-top: 25px;
}

.product-details-custom .product-badges-bottom{
  display: flex;
  padding: 10px 0;
    min-height: 25px;
}

.product-details-custom .product-badges-bottom img{
  width: auto;
}

.product-badges-all img{
  padding: 5px 5px 0 0;
}

.product-list .thumbnail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: normal;
}

.availability {
  margin: 5px 0;
  font-size: 13px;
  text-transform: capitalize;
  text-align: left;
  font-style: italic;
  font-family: "Open-Sans", sans-serif;
  font-weight: 400;
  line-height: 19.5px;
}

.availability.in-stock {
  color: #11B400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #DF280A;
}

.availability-only {
  color: #DF280A;
  margin-bottom: 10px;
}

.index .product-wrap .image-element__wrap{
  border: none;
}
.collection_description.rte h1{
    float:none;
}

.collection_description.rte h2, .collection_description.rte h1, .collection_description.rte p  {
    margin: 0 10px;
    letter-spacing:0;
}

.collection_description.rte hr{
    border-width: 1px;
    color: #898989;
    border-color: inherit;
    border-style: inset;
}
.collection_description.rte{
    margin: 10px 0 20px 0;
}

.collection .content-wrapper .sidebar{
    margin-top: -60px;
}

@media only screen and (max-width: 798px) {
    .collection .content-wrapper .sidebar{
        margin-top: 0;
    }
}

.collection .content-wrapper .sidebar .sidebar-wrap{
    padding-right: 10px;
}

.smart-payment-button--true .purchase-details{
    padding-bottom: 0;
}

.product-list .thumbnail {
    display: block;
}

.product-details.product-details-custom .title{
    height: 20px;
    margin-bottom: 15px;
}

.product-details.product-details-custom  .sku.grid-sku{
    height: 20px;
    margin-top: 10px;
}

.product-details.product-details-custom  .availability{
    height: 20px;
    margin-top: 10px;
}

.product-details.product-details-custom .product-badges-bottom{
    min-height: 25px;
    padding: 0;
}

.product-details.product-details-custom .grid-price-text{
    height: 20px;
    margin: 10px 0 0 0;
}

.product-details.product-details-custom.grid-price-text{
    color: #595959;
    font-weight: 300;
    white-space: nowrap;
    font-size: 12px;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
}

.product-details.product-details-custom .grid-price-text{
    color: #595959;
    font-weight: 300;
    white-space: nowrap;
    font-size: 12px;
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
}

body.collection .grid-price-text .grid-price-range.sale-price,
body.search .grid-price-text .grid-price-range.sale-price{
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-weight: 800;
    font-size: 15px;
    color: red;
}
body.collection .grid-price-text .grid-price-range,
body.search .grid-price-text .grid-price-range{
    font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-weight: 800;
    font-size: 15px;,
    color: #0054a3;
}

.collection .product-list  .inline-quickshop .product-info__caption{
    margin: 0;
}

.product-details.product-details-custom{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* bundle qty on collection page*/
.qty-main-wrapper {
    display: flex;
    justify-content: center;
}

.styles-qty-wrapper .qty-wrap .controls-container {
    width: 22px;
    height: 22px;
    max-height: 22px;
    background-color: #5a5a5a;
    cursor: pointer;
    min-width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.styles-qty-wrapper .qty-wrap .controls-container span {
    color: #fff;
    font-weight: 700;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.styles-qty-wrapper .qty-wrap .size-row__input {
    height: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;
    width: 100% !important;
    margin: 0;
    text-align: center;
}

.styles-qty-wrapper .qty-wrap .controls-container {
    width: 22px;
    height: 22px;
    max-height: 22px;
    background-color: #5a5a5a;
    cursor: pointer;
    min-width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.styles-qty-wrapper .qty-wrap .controls-container span {
  color: #fff;
  font-weight: 700;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.styles-qty-wrapper .qty-wrap {
  display: flex;
  width: 75%;
  margin: 5px;
  flex-direction: row;
}
/**/

.sidebar-promo .promo-description{
  font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #252525;
  padding-top: 5px;
  line-height: 18px;
  margin-bottom:10px ;
}

.sidebar-static-block img{
  padding-bottom: 15px;
}

.page-design-services .custom-html-container .rte .std{
  padding-bottom: 0;
}

.page-design-services .column.medium-down--one-whole.text-column:first-child{
  margin-bottom: 0;
}

body .product_gallery_nav.flickity-enabled .flickity-viewport {
  max-width: 97%;
  margin: 0 auto;
}
body.collection .product_gallery_nav.flickity-enabled{
  max-width: 85%;
  margin: 0 auto;
}

.js-cart_items .block-subtitle{
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: black;
  font-family: 'Oswald', Helvetica Neue, Helvetica, Arial,sans-serif;
  display: block;
  text-align: left;
  padding-left: 20px;
}

.product-details-box {
  display: none;
  position: absolute;
  z-index: 300;
  width: 150px;
  padding: 8px;
  border: 1px solid #0054a3;
  background-color: #F6F6F6;
  left: -20px;
  font-size: 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif;
  cursor: help;

}

.product-details-btn span {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 23px;
  font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial;
}
.top-bar .mini-cart__item-title span{
  color: #0054a3;
}

.product-details-btn > span:hover {
  cursor: help;
  text-decoration: underline;
}


.product-details-btn:hover .product-details-box {
  display: block;
}

.product-details-box::before {
  content: '';
  position: absolute;
  top: -13px;
  left: 20px;
  border: 7px solid transparent;
  border-bottom-color: #0054a3;
}

.mini-cart__item-content .view-details-box .line-item:nth-child(odd) {
  background: #eeeeee;
}

.mini-cart__item-content .view-details-box .line-item{
  line-height: 12px;
}

.mini-cart__item-title .line-item.title:hover {
  text-decoration: underline;
  cursor: pointer;
}

.product-details-box .line-item .download-img{
  cursor: pointer;
}
.product-details-box .line-item .download-img:hover{
  color: #fff;
}

.mini-cart__item-content .view-details-box .line-item span{
  line-height: 12px;
  font-weight: 400;
}
.mini-cart__item-content .view-details-box .line-item {
    margin-bottom: 10px;
    padding: 5px;
}

.cart_items.js-cart_items{
  
  
}


.cart .links{
  max-width: none;
  border-bottom: 1px solid #eeeeee;
  
  padding: 15px 3% 15px 3%;
}
.cart .links a {
  color: #898989;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Verdana, Arial, sans-serif;
}

.cart .links a:hover {
  color: #0054a3;
  cursor: pointer;
}

.cart .links a:hover {
  text-decoration: underline
}

body.cart .cart__title_main_wrap .h1 {
  font-size: 20.8px;
  color:black;
  font-family: 'Oswald', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.imprint-change span{
  color:#0054a3;
}

.cart__sort_item .imprint-details{
  margin-top: 40px;
}
body.cart .item_properties .property_item p {
  margin-bottom: 0;
}

.cart__sort_item.associated-fee .cart__item{
  border-bottom: none;
}
.cart__sort_item.associated-fee:last-child{
  border-bottom: 1px solid #898989
}

body.cart .associated-fee .cart__item--content {
  grid-template-columns: 100%;
}
body.cart .associated-fee .fee-wrap{
  display: grid;
  grid-template-columns: 60% 40%;

}

body.cart .associated-fee .fee-wrap:nth-child(even) .property_item{
background-color: #fff;
}

body.cart .associated-fee .fee-wrap .price_qty_wrap.axl{

  margin-top: 0;
}

body.cart .fee-wrap .price_qty_wrap{
  grid-template-columns: 50% 0% 50%;

}
body.cart .modal_price .money,
body.cart .price_total .money {
  font-family: 'Montserrat', 'Helvetica Neue', Verdana, Arial, sans-serif;
  color: #898989;
  font-size: 14px;
  font-weight: 500;
}

body.cart .associated-fee .cart__item--title{
  width: 60%;
}

.update-cart {
  width: 100%;
  height: 40px;
  background: #e1e1e1;
  border: 1px solid #e1e1e1;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #5A5A5A;
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 25px 0;
}

.section.cart_service_info .image-element__wrap {
  width: 60px;
  height: 79px;

  margin-left: auto ;
  margin-right: auto ;
}
.cart_service_info .image-element__wrap img {
  height: 55px;
  margin-left: auto ;
  margin-right: auto ;
  object-fit: contain;
}
.cart_service_info .container {
  justify-content: center;

}

.js-quick-shop  .description .rte p{
  line-height: normal;
}

.cart_service_info {
  width: 100%;
}
.footer.only-credits{
  padding: 0;
}
.footer.only-credits .section__credits{
  margin-top: 0;
}

.footer.only-credits .footer_credits{
  border-top: none;
}

.associated.imprint-change a:hover{
  text-decoration: none;
}

.cart .links.link-footer{
border-bottom: none;
  padding: 0 3% 25px 3%;
}

.cart .container.content{
  padding-bottom: 0;
}
body.cart .associated-fee .item_properties .property_name{
  text-transform: uppercase;
}





.product .product_gallery .image__container{
  max-width:460px!important;
}

.product .product_gallery .gallery-cell{
  /* max-width:510px!important; */
}

body.product .gallery-wrap.product-height-set .product_gallery img {
  border: 1px solid #707070;
  width: 348px;
  height: 398px;
}


.product .product_section .gallery-cell.product-gallery__thumbnail{
  width:100px;
  height:100px;
}
.product .product_section .gallery-cell.product-gallery__thumbnail img{
  object-fit: contain;
  width:100%;
  height:100%;
}


.product .product_gallery.show-gallery-arrows--false .flickity-prev-next-button{
  display:block;
}

.product .product_gallery .flickity-prev-next-button.next{
  right: 5px;
}

.product .product_gallery .flickity-prev-next-button.previous{
  left: 5px;
}

.product .product_gallery .flickity-prev-next-button.previous:hover{
  
}


.product .product_gallery .gallery-cell a {
  cursor: default;
}
.product .product_gallery .gallery-cell .zoom-container  {
  cursor: zoom-in;
}

.product__details--product-page{
  margin-bottom: 20px;
}
.container-bundle-customize .product-wrap .image-element__wrap{
  min-height: auto;
}
.product_title__wrap  h1{
  letter-spacing: normal;
}
.nav-desktop__tier-1 .nav-ico img{
  width: 36px;
  height: 36px;
}

.footer-social-icons--mobile .new-icon > a:before,
.footer-social-icons .new-icon > a:before {
  content: "";
  background: url("//ca.comda.com/cdn/shop/t/25/assets/twitter-footer.svg?v=92521975795630415351772038344");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.footer-social-icons--mobile .new-icon > a:before{
  width: 28px;
  height: 28px;
}

.new-icon .icon-twitter-share:before {
  content: "";
  background: url("//ca.comda.com/cdn/shop/t/25/assets/twitter-footer.svg?v=92521975795630415351772038344");
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
}
div.container.contact-form-container{
  padding-bottom: 50px;
}

.social_buttons .new-icon .icon-twitter-share{
  padding: 12px 9px 5px 10px
}

.social_buttons .icon-mail-share:before{
  font-size: 25px;
}
.social_buttons .icon-mail-share{
  padding: 8px 4px 4px 4px;
}
#quickshop .product-block .description div p{
  font-family: "Open-Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color:#5c5c5c;
}

#quickshop .color-size-section button{
  cursor: initial;
  border: 1px solid black;
  margin: 0 5px 0 0;
}

#quickshop .color-size-section{
  width: 100%;
  border-top: 1px solid #898989;
}

#quickshop .rte > p{
  margin-bottom: 25px;
}

#quickshop .purchase-details{
  max-width: 210px;
}

#quickshop .fancybox-content {
  
}

#quickshop .product-main .product_section:nth-of-type(2){
  margin-bottom: 0;
}

#quickshop  .notify-form{
  display: none!important;
}

#quickshop  .product_section.disable{
  display: none;
}

.mini-cart__item-content .mini-cart__item-title .line-item.title > a {
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  color: #0054a3!important;
  font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial;
}


/*desktop */
.nav-desktop.additional-menu .icon-down-arrow:before {
  display: none;
}


.additional-menu .nav-desktop__tier-1-link:hover {
  border-bottom: 1px solid transparent;

}

.additional-menu .nav-desktop__tier-1 > li > details > summary > .nav-item-title:hover,
.additional-menu .nav-desktop__tier-1 > li > details > summary:hover .nav-item-title,
.additional-menu .nav-desktop__tier-1-link > .nav-item-title:hover {
  color: #FFD700 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.additional-menu .nav-desktop__tier-1-item {
  border-bottom: none;
}


.additional-menu .nav-desktop__tier-1 .nav-desktop__tier-2-item .nav-ico img {
  margin: 0 5px 0 5px;
}

.top-bar__menu.menu .m-right li > a {
  font-size: 11px;
  padding-bottom: 1px;
}

.top-bar__menu.menu .m-right li > a:hover {
  text-decoration: none;
  /*cursor:default;*/
}

.top-bar__menu.menu .dropdown-toggle {
  padding: 0 5px;
}

.top-bar__menu.menu .selected-label:hover,
.text-with-icon__text:hover {
  color: #FFD700;
  transition: color 0.3s ease;
}

.top-bar__menu.menu .dropdown-toggle .dropdown-arrow {
  display: none;
}

.main-nav__wrapper div.main-nav {
  min-height: 76px;
}

.text-with-icon:hover {
  cursor: pointer;
}

.text-with-icon__text {
  font-family: Open-Sans, sans-serif;
  color: #0054A3;
  font-size: 14px;
}

.text-with-icon:hover {
    box-shadow: 1px 1px 1px #0054a3 inset;
    transition: all 0.3s ease;
}
.text-with-icon:hover .text-with-icon__text {
    text-decoration: underline;
    color: #0054a3;
    transition: all 0.3s ease;
}

.new-navigation .nav-desktop__tier-1 .nav-desktop__tier-1-item {
  padding: 5px 0;
}


.new-navigation .nav-desktop__tier-2-item {
  padding: 9px 0 9px 45px;
}

.top-bar__menu .m-right li.language-dropdown {
  padding: 0;
}

.top-bar__wrap .top-bar__menu li {
  padding: 0 7px;
}

.language-option .flag-icon,
.language-option-mobile .flag-icon {
  width: 30px;
  height: 16px;
}

/*desktop end */

/*tablet*/
.top-bar--right-menu {
  display: none;
}

.login-link.login__logout {
  display: none !important;
}

#header.mobile_nav-fixed--false {
  display: none;
}


.show-category-btn-tablet {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .row-list-image-label__item {
    margin: 0 10px;
  }

  .new-navigation .text-with-icon {
    display: none;
  }

  div.header__logo.logo--image img {
    max-width: 150px;
  }

  .search__container.search-container {
    min-height: initial;
  }

  .new-navigation .show-category-btn-tablet .text-with-icon {
    display: flex;
    min-width: 165px;
    padding: 10px 0 10px 20px;
    border-left: 1px solid #EEEEEE;
  }

  .new-navigation .show-category-btn-tablet {
    margin-bottom: 0;
    display: flex;
  }

  .new-navigation .show-category-btn-tablet:before {

  }

  div#off-canvas-left-desktop {
    display: block;
  }

  .row-list-image-label {
    display: flex;
    align-items: center;
  }

}

/*tablet end*/

/*mobile*/
@media screen and (max-width: 768px) {
  .header .top-bar__wrap .top-bar__menu span.m-right > * {
    /*  margin-left: 0; */

  }

  #shopify-section-header .mobile-inner-wrapper .mobile-header-first div.header-icons-wrapper > div:nth-of-type(1),
  #shopify-section-header .mobile-inner-wrapper .mobile-header-first div.header-icons-wrapper .dropdown-toggle-mobile {
    display: flex !important;
  }

  #shopify-section-header .mobile-header-first div.header-icons-wrapper div.tos_warning.cart_content{
    margin-top: 25px;
  }

  .mobile-inner-wrapper .header-icons-wrapper > div {
    display: flex;
    width: 30px;
    height: 20px;
    border: 1px solid #0054A3;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    padding: 5px 6px;
    margin: 0 5px;
  }

  .mobile-inner-wrapper .header-icons-wrapper > div img {

    width: 11px;

  }

  .mobile-inner-wrapper .mobile-header-first .cart-container img {
    margin-right: 5px;
    width: 12px;
  }

  .mobile-inner-wrapper .mobile-header-first .icon-cart.mini_cart.dropdown_link .cart_count {
    top: -15px;
    size: 10px;
    padding: 0 !important;
    left: 1px;
  }

  .header .mobile-main-nav__wrapper.new-navigation .mobile-inner-wrapper {
    height: 64px;
  }

  .mobile-main-nav__wrapper .mobile-nav-logo > a > img {
    height: 50px;

  }

  .top-bar__wrap {
    display: none;
  }


  /**/
  .mobile-inner-wrapper .header-icons-wrapper > div.language-dropdown-mobile {
    position: relative;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    border: none;
  }

  .language-dropdown-mobile > span {
    font-weight: 600;
  }

  .mobile-inner-wrapper .header-icons-wrapper > div img.flag-icon-mobile {
    width: 30px;
    height: 20px;
    border-radius: 3px;
  }

  .mobile-inner-wrapper .header-icons-wrapper > div .dropdown-menu-mobile img.flag-icon-mobile {

    width: 30px;
    height: 16px;
    border-radius: 0;

  }

  .dropdown-menu-mobile {
    display: none;
    position: absolute;
    top: 100%;
    left: -4px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 3px;
    margin: 4px 0 5px 3px;
    min-width: 74px;
    z-index: 1999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .dropdown-menu-mobile li {
    margin: 0;
    padding: 0 7px;
  }

  .dropdown-menu-mobile .language-option-mobile:hover {
    background-color: #f0f0f0;
  }

  .dropdown-menu-mobile .language-option-mobile {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 8px;
    padding: 0 7px;
    cursor: pointer;
    color: #252525;
    background-color: #fff;
  }

  .dropdown-menu-mobile .language-option-mobile > span {
    font-weight: 600;
    font-size:11px;
  }

  .dropdown-menu-mobile .language-option:hover {
    background-color: #f0f0f0;
  }


  .dropdown-menu-mobile .language-option-mobile.active {
    display: none;
  }

  .language-dropdown-mobile.open .dropdown-menu-mobile {
    display: block;
  }

  div#off-canvas-left {
    box-shadow: none;
  }

  .mobile-inner-wrapper .left.menu-icon-wrap {
    text-align: center;
    height: 45px;
    border-left: 1px solid #0054a3;
    width: 55px;
    padding: 0;

  }

  .header .header-icons-wrapper {
    margin-right: 10px;
  }
  .header-icons-wrapper .cart-container .cart_content{
    min-width: unset;
  }

  div#off-canvas-left-desktop{
    right:-100%!important;
    left:initial;
    top:initial;
    transition: right 0.3s ease;
  }

  div#off-canvas-left-desktop.top-effect{
    top:0;
    right:0!important;
  }

}


@media screen and (max-width: 768px) {
  div#off-canvas-left-desktop {
    width:50%;
    min-width:460px;
  }
}


@media screen and (max-width: 468px) {
  div#off-canvas-left-desktop {
    width:100%;
    min-width:unset;
    max-width:375px;
  }
}
/**/

/*mobile end*/

/*#nav-mobile .nav-desktop__tier-2{
  visibility: visible;
  transition: all 1s ease;
  opacity: 0.9;
}*/
/*
#nav-mobile .nav-desktop__tier-2 {
  opacity: 0;
  transform: translateY(-8px);
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: opacity 300ms ease, transform 300ms ease, max-height 300ms ease;
  pointer-events: none;
}


#nav-mobile .nav-desktop__tier-2[data-animation-state="open"] {
  opacity: 1;
  transform: translateY(0);
  max-height: 1000px;
  visibility: visible;
  pointer-events: auto;
}*/

/*#nav-mobile .nav-desktop__tier-2[data-animation-state=open]{
  visibility: visible;
  transition: all 1s ease;
  opacity: 1;

}*/


#nav-mobile .nav-desktop__tier-2--dropdown[data-animation-state=closed],
#nav-mobile .nav-desktop__tier-2--dropdown,
#nav-mobile .nav-desktop__tier-3--dropdown[data-animation-state=closed],
#nav-mobile .nav-desktop__tier-3--dropdown {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  overflow:hidden;
  display:block;
}

#off-canvas-left-desktop .nav-desktop__tier-2[data-animation-state=open],
#off-canvas-left-desktop .nav-desktop__tier-3[data-animation-state=open]{
  max-height: 100%;
  opacity: 1;
 transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;

}

.nav-item-title::selection{
  background: none;
}

#nav-mobile details[open=open] .nav-desktop__tier-1-link{
  
}

.nav-desktop__tier-2-link {
  font-size: 16px;
}

#nav-mobile {
  -webkit-tap-highlight-color: transparent;
}

#nav-mobile .category >a{
  min-height: 57px;
  display: flex;
  align-items: center;
}