[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icon_cart:before {
  content: "\e900";
  color: #00a7b5;
}
.icon-icon_chat:before {
  content: "\e901";
  color: #00a7b5;
}
.icon-icon_phone:before {
  content: "\e902";
  color: #00a7b5;
}
.icon-icon_search:before {
  content: "\e903";
  color: #fff;
}
.icon-Menu:before {
  content: "\e904";
  color: #54565b;
}
#custom-banner-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  z-index: 999999;
  overflow: auto;
}
@media (max-width: 767px) {
  #custom-banner-modal button {
    width: 100% !important;
  }
  #custom-banner-modal .form-container {
    padding: 0 15px 15px !important;
  }
  #custom-banner-modal span.h2 {
    padding-top: 30px !important;
  }
  #custom-banner-modal .modal-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#custom-banner-modal .button--loading span {
  visibility: hidden;
  opacity: 0;
}
#custom-banner-modal .button--loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
#custom-banner-modal .successbox p {
  color: #000 !important;
  text-align: center;
  padding: 100px 0;
}
#custom-banner-modal button {
  display: block;
  width: 33%;
  font-size: 22px;
  background: #00a5b5;
  line-height: 1.1;
  font-weight: 500;
  padding: 13px 30px;
  border-radius: 18px;
  color: #ffffff !important;
  cursor: pointer;
  white-space: normal;
  border: none !important;
  margin: 10px auto;
}
#custom-banner-modal button:hover {
  background: #018f9d !important;
}
#custom-banner-modal #quicknote-form input[type="file"] {
  padding: 6px 10px;
  border: 1px solid #ccc;
  width: 100%;
  margin: 5px 0;
  font-size: 14px;
  color: #666;
  border-radius: 0px;
  margin-bottom: 20px !important;
}
#custom-banner-modal #quicknote-form input:not(input[type="file"]),
#custom-banner-modal #quicknote-form textarea {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #C6C6C6;
  height: 45px;
  padding: 10px;
  margin: 5px 0;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
#custom-banner-modal textarea {
  height: 75px !important;
  margin-bottom: 20px !important;
}
#custom-banner-modal label {
  text-align: left;
  display: block;
  margin-bottom: 0px;
  font-weight: 500;
  max-width: 100%;
}
#custom-banner-modal .form-container {
  width: auto;
  padding: 0 50px 15px;
  margin-right: auto;
  margin-left: auto;
}
#custom-banner-modal span.h3 {
  margin: 5px 0 15px 0;
  padding: 0;
  text-align: center;
  margin-bottom: 30px !important;
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.8rem;
  display: block;
}
#custom-banner-modal span.h2 {
  margin: 10px 0;
  padding: 0 15px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 2.6rem;
  display: block;
}
#custom-banner-modal .close img {
  vertical-align: middle;
}
#custom-banner-modal .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 40px;
  margin-right: 40px;
  opacity: 1;
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
#custom-banner-modal .modal-content {
  position: relative;
  background: #fff;
  width: 1000px;
  padding: 40px 50px 20px 50px;
  transition: all 0.5s ease-in-out;
  margin: 50px auto 60px auto;
  max-width: 90%;
  border-radius: 30px;
}
.recently-viewed-product-slider,
.slick-autoplay-toggle-button {
  display: none;
}
.cms-ipromo-homepage-new .quote-form-container-footer {
  margin-top: 0;
}
#googlereviews-reviews .review-sidebar p {
  color: #595959 !important;
}
.catalog-category-view .google-reviews-section {
  background: #ededed;
}
.google-reviews-section {
  background: #f2f2f2;
}
.google-reviews-section.hide-reviews {
  display: none !important;
}
@media (max-width: 767px) {
  .google-reviews-section {
    margin-top: 25px;
  }
}
.google-reviews-section .review-styling {
  padding-top: 30px;
  padding-bottom: 30px;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .slick-list.draggable {
  margin: 0 10px;
}
@media (max-width: 520px) {
  .google-reviews-section .review-styling .googlereviews-widget-slider .slick-list.draggable {
    margin: 0 30px;
  }
}
.google-reviews-section .review-styling .googlereviews-widget-slider button.slick-arrow {
  width: 36px;
  height: 40px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #fff !important;
  background-size: 7px !important;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  opacity: 1;
  z-index: 1;
  background-image: url(../images/navyblue-next-arrow.svg) !important;
}
.google-reviews-section .review-styling .googlereviews-widget-slider button.slick-arrow.slick-next {
  transform: translate(0, -50%);
  right: -24px;
}
@media (max-width: 520px) {
  .google-reviews-section .review-styling .googlereviews-widget-slider button.slick-arrow.slick-next {
    right: 0;
  }
}
.google-reviews-section .review-styling .googlereviews-widget-slider button.slick-arrow.slick-prev {
  left: -24px;
}
@media (max-width: 520px) {
  .google-reviews-section .review-styling .googlereviews-widget-slider button.slick-arrow.slick-prev {
    left: 0;
  }
}
.google-reviews-section .review-styling .googlereviews-widget-slider h3 {
  display: none;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .slick-arrow:before,
.google-reviews-section .review-styling .googlereviews-widget-slider .slick-arrow:after {
  color: #000000;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item .googlereviews-widget-item-wrapper {
  background: #ffffff;
  min-height: 287px;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item .googlereviews-widget-item-wrapper .review-info img {
  width: 35px;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item .rating-summary {
  margin: auto;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item .comment,
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item .name {
  text-align: center;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item .person-image {
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px auto;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item .google-image {
  background-image: url(../images/logo.png);
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px auto;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item img {
  width: 30px;
  margin: 10px auto;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item .name {
  opacity: 1;
  margin-top: 10px;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item .name p {
  opacity: 0.6;
  font-size: 10px;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item .comment {
  margin-top: 10px;
  height: 115px;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item .comment .small {
  -webkit-line-clamp: unset;
  max-height: 105px;
  overflow-y: auto;
  font-size: 16px;
  line-height: 21px;
  padding-right: 5px;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item .comment .small::-webkit-scrollbar {
  width: 3px;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item .comment .small::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item .comment .small::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item_top .rating-summary .rating-result {
  width: unset;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item_top .rating-summary .rating-result::before {
  font-size: 20px;
}
.google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-item_top .rating-summary .rating-result .active-rating::before {
  font-size: 20px;
}
@media (max-width: 1400px) {
  .google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 1250px) {
  .google-reviews-section .review-styling .googlereviews-widget-slider .googlereviews-widget-list {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 1060px) {
  .google-reviews-section .review-styling .googlereviews-widget-slider,
  .google-reviews-section .review-styling .googlereviews-widget-list {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (max-width: 950px) {
  .google-reviews-section .review-styling .googlereviews-widget-slider,
  .google-reviews-section .review-styling .googlereviews-widget-list {
    max-width: 700px;
  }
}
@media (max-width: 760px) {
  .google-reviews-section .review-styling .googlereviews-widget-slider,
  .google-reviews-section .review-styling .googlereviews-widget-list {
    max-width: 600px;
  }
}
@media (max-width: 640px) {
  .google-reviews-section .review-styling .googlereviews-widget-slider,
  .google-reviews-section .review-styling .googlereviews-widget-list {
    max-width: 450px;
  }
}
.home-banner .pagebuilder-slide-wrapper {
  display: flex;
  align-items: center;
}
.home-banner .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 1360px;
}
@media only screen and (min-width: 767px) {
  .home-banner .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .home-banner .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
.home-banner .pagebuilder-collage-content {
  background-color: rgba(4, 30, 66, 0.5);
  margin: 0 auto;
  display: inline-block;
  padding: 30px 35px 15px;
  text-align: left;
}
.home-banner .pagebuilder-collage-content h2 {
  font-size: 53px;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
  line-height: 63px;
  margin-bottom: 15px;
}
.home-banner .pagebuilder-collage-content p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 20px;
  min-height: 48px;
}
.home-banner .pagebuilder-collage-content a {
  height: 55px;
  line-height: 55px;
  margin: 0 auto;
  max-width: 180px;
  background: #041E42;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  display: inherit;
}
.home-banner [data-appearance="collage-centered"] {
  text-align: center;
}
.home-banner [data-appearance="collage-centered"] .pagebuilder-collage-content {
  text-align: center;
  max-width: 620px;
}
.home-banner [data-appearance="collage-right"] .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  text-align: right;
}
.home-banner [data-appearance="collage-left"] .pagebuilder-overlay:not(.pagebuilder-poster-overlay) .pagebuilder-collage-content,
.home-banner [data-appearance="collage-right"] .pagebuilder-overlay:not(.pagebuilder-poster-overlay) .pagebuilder-collage-content {
  max-width: 451px;
}
.home-banner [data-appearance="collage-left"] .pagebuilder-collage-content,
.home-banner [data-appearance="collage-right"] .pagebuilder-collage-content {
  text-align: left;
}
.home-banner [data-appearance="collage-left"] .pagebuilder-collage-content a,
.home-banner [data-appearance="collage-right"] .pagebuilder-collage-content a {
  margin: 0;
}
.trust_slider {
  padding: 25px 0 0 0;
  text-align: center;
}
.trust_slider .trustslider_inner h3,
.trust_slider .trustslider_inner span {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  color: #000000;
  margin: 0 0 34px 0;
}
.trust_slider .trustslider_inner #trust-items {
  margin-top: 50px;
}
.trust_slider .trustslider_inner #trust-items .item a {
  height: 65px;
  display: block;
  position: relative;
}
.trust_slider .trustslider_inner #trust-items .item a img {
  width: auto;
  margin: auto;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
.trust_slider .trustslider_inner #trust-items .item.first-item {
  padding-top: 10px;
}
.trust_slider .trustslider_inner #trust-items .item.last-item {
  padding-top: 5px;
}
.swatch-option-tooltip .title {
  font-size: 14px;
  line-height: 30px;
}
.swatch-option-tooltip .image {
  height: 80px;
  width: 80px;
}
.title {
  font-weight: 700;
  font-size: 54px;
  line-height: 63px;
  color: #041E42;
}
.homebg {
  background-size: 100% auto !important;
  margin: 40px 0;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .homebg {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .homebg {
    background-size: 100% 165px !important;
    padding-top: 20px;
  }
}
.education-section .title {
  color: #fff;
}
.education-section .education-section-inner {
  text-align: center;
}
.education-section .education-section-inner .education-section-heading {
  padding: 0 0 20px;
}
@media (max-width: 1024px) {
  .education-section .education-section-inner .education-section-heading {
    padding-bottom: 20px;
  }
}
.education-section .education-section-inner .education-section-heading p {
  color: #041e42;
  margin: 18px 0 0 0;
  font-size: 16px;
  line-height: 24px;
}
.education-section .education-section-inner .education-section-box .row {
  margin-left: 15px;
  margin-right: 15px;
}
.education-section .education-section-inner .education-section-box [class*="col-"] {
  padding-top: 10px;
}
@media (max-width: 1200px) {
  .education-section .education-section-inner .education-section-box [class*="col-"] {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .education-section .education-section-inner .education-section-box [class*="col-"] {
    padding: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .education-section .education-section-inner .education-section-box [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}
.education-section .education-section-inner .education-section-box .edu-sec-box {
  background: #fff;
  padding: 60px 40px 60px;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .education-section .education-section-inner .education-section-box .edu-sec-box {
    padding: 25px 22px 45px;
  }
}
@media (max-width: 767px) {
  .education-section .education-section-inner .education-section-box .edu-sec-box {
    padding-bottom: 45px;
  }
}
.education-section .education-section-inner .education-section-box .edu-sec-box .home1,
.education-section .education-section-inner .education-section-box .edu-sec-box .home2,
.education-section .education-section-inner .education-section-box .edu-sec-box .home3 {
  background-image: url(../images/home1.svg);
  width: 49px;
  height: 46px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: 100%;
}
.education-section .education-section-inner .education-section-box .edu-sec-box .home2 {
  background-image: url(../images/home2.svg);
  width: 46px;
  height: 46px;
}
.education-section .education-section-inner .education-section-box .edu-sec-box .home3 {
  background-image: url(../images/home3.svg);
  width: 82px;
}
.education-section .education-section-inner .education-section-box .edu-sec-box .edu-sec-box-text h4,
.education-section .education-section-inner .education-section-box .edu-sec-box .edu-sec-box-text span {
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  color: #041E42;
  margin: 16px 0 20px;
}
.education-section .education-section-inner .education-section-box .edu-sec-box .edu-sec-box-text p {
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  margin: 0;
}
.pop-category {
  padding: 50px 0 0;
}
@media (max-width: 1024px) {
  .pop-category {
    padding-top: 40px;
  }
}
.pop-category .pop-category-nner .pop-cat-heading {
  text-align: center;
  padding: 0 0 50px 0;
}
@media (max-width: 1024px) {
  .pop-category .pop-category-nner .pop-cat-heading {
    padding-bottom: 40px;
  }
}
.pop-category .pop-category-nner .pop-cat-heading p {
  font-size: 16px;
  line-height: 26px;
  margin: 6px 0 0 0;
}
.pop-category .pop-category-nner .pop-category-list [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 28px;
}
@media only screen and (min-width: 1251px) and (max-width: 1366px) {
  .pop-category .pop-category-nner .pop-category-list [class*="col-"] {
    padding-bottom: 23px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
  .pop-category .pop-category-nner .pop-category-list [class*="col-"] {
    padding-bottom: 19px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .pop-category .pop-category-nner .pop-category-list [class*="col-"] {
    padding-bottom: 10px;
  }
}
.pop-category .pop-category-nner .pop-category-list img {
  width: 100%;
  border-radius: 10px;
}
.pop-category .pop-category-nner .pop-category-list .row {
  margin-left: -10px;
  margin-right: -10px;
}
.pop-category .pop-category-nner .pop-category-list a {
  position: relative;
  display: block;
  color: #041E42;
}
.pop-category .pop-category-nner .pop-category-list a:hover {
  text-decoration: underline;
}
.pop-category .pop-category-nner .pop-category-list a h4,
.pop-category .pop-category-nner .pop-category-list a span {
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  color: #041E42;
  margin: 0;
}
@media (max-width: 1200px) {
  .pop-category .pop-category-nner .pop-category-list a h4,
  .pop-category .pop-category-nner .pop-category-list a span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .pop-category .pop-category-nner .pop-category-list a h4,
  .pop-category .pop-category-nner .pop-category-list a span {
    font-size: 22px;
  }
}
.pop-category .pop-category-nner .pop-category-list .main-categ-list img {
  width: 100%;
}
.pop-category .pop-category-nner .viewmore-cat {
  text-align: center;
  position: relative;
  bottom: 25px;
  margin-bottom: -25px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .pop-category .pop-category-nner .viewmore-cat {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .pop-category .pop-category-nner .viewmore-cat {
    margin: 0;
  }
}
.pop-category .pop-category-nner .viewmore-cat a {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-decoration: underline;
}
.blog-section {
  padding: 63px 0 71px 0;
}
@media (max-width: 991px) {
  .blog-section {
    padding: 23px 0 31px 0;
  }
}
.blog-section h2 {
  font-family: 'Roboto';
  line-height: 1.1;
  font-weight: bold;
  font-size: 52px;
  line-height: 59px;
  text-align: center;
  margin: 0 0 64px 0;
  color: #041E42;
}
@media (max-width: 767px) {
  .blog-section h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .blog-section h2 {
    margin: 0 0 35px 0;
  }
}
.blog-section .item {
  padding: 0 0 15px 0;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
}
.blog-section .owl-item {
  padding: 3px;
}
.blog-section .post-image a img {
  border-radius: 0px;
}
.blog-section .blog-item-inner {
  background: #FFFFFF;
  border-radius: 0;
  padding: 25px 25px 5px;
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 180px;
}
.blog-section .blog-item-inner h4 {
  margin: 0 0 8px 0;
}
.blog-section .blog-item-inner h4 a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #041E42;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
}
.blog-section .blog-item-inner .blog_description {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}
.blog-section .blog-item-inner .blog_description_custom {
  overflow: hidden;
  height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-section .blog-item-inner p {
  margin: 0 !important;
}
.blog-section .blog-item-inner p span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #636363;
  margin: 0;
}
.blog-section .blog-item-inner p a {
  font-weight: bold;
  line-height: 25px;
  color: #222;
  text-decoration: underline;
  margin: 17px 0 0 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.blog-section .blog-item-inner p a button {
  background: none;
  padding: 0;
  border: none;
  color: #040404;
  text-decoration: underline;
}
.owl-carousel:not(#trust-items):not(#additioanl-items) {
  padding: 0 42px;
}
@media only screen and (max-width: 767px) {
  .owl-carousel:not(#trust-items):not(#additioanl-items) {
    padding: 0 30px;
  }
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav button {
  border: 0;
  background-color: transparent;
  position: absolute;
  width: 13px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
  font-size: 0;
}
.owl-carousel .owl-nav button:hover {
  opacity: 1;
}
.owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/owl-prev-arrow.svg);
  left: 0;
}
.owl-carousel .owl-nav .owl-next {
  background-image: url(../images/owl-next-arrow.svg);
  right: 0;
}
.customereview-seciton {
  margin-top: 50px;
}
.customereview-seciton .customereview-inener .customereview-headng {
  text-align: center;
  margin: 0 0 64px 0;
}
@media (max-width: 991px) {
  .customereview-seciton .customereview-inener .customereview-headng {
    margin: 0 0 24px 0;
  }
}
.customereview-seciton .customereview-inener .customereview-headng h2 {
  font-family: 'Roboto';
  line-height: 1.1;
  font-weight: bold;
  font-size: 52px;
  line-height: 59px;
  margin: 0;
  color: #041E42;
}
@media (max-width: 767px) {
  .customereview-seciton .customereview-inener .customereview-headng h2 {
    font-size: 35px;
  }
}
.customereview-seciton .customereview-inener .customereview-headng .review-shopp-appr-img {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .customereview-seciton .customereview-inener .customereview-headng .review-shopp-appr-img {
    display: block;
  }
}
.customereview-seciton .customereview-inener .customereview-headng .review-shopp-appr-img .shopper-review-star {
  text-align: left;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .customereview-seciton .customereview-inener .customereview-headng .review-shopp-appr-img .shopper-review-star {
    text-align: center;
    padding-top: 10px;
  }
}
.customereview-seciton .customereview-inener .customereview-headng .review-shopp-appr-img .shopper-review-star img {
  display: block;
}
@media (max-width: 767px) {
  .customereview-seciton .customereview-inener .customereview-headng .review-shopp-appr-img .shopper-review-star img {
    margin: auto;
  }
}
.customereview-seciton .customereview-inener .customereview-headng .review-shopp-appr-img .shopper-review-star p {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  color: #636363;
}
.customereview-seciton .customereview-inener .shopperapproved_widget {
  height: auto !important;
  padding: 0 31px;
}
@media (max-width: 991px) {
  .customereview-seciton .customereview-inener .shopperapproved_widget {
    padding: 0;
  }
}
.customereview-seciton .customereview-inener .shopperapproved_widget table tr td {
  padding: 0 10px !important;
}
@media (max-width: 767px) {
  .customereview-seciton .customereview-inener .shopperapproved_widget table tr td {
    display: block !important;
    width: 100% !important;
    padding: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .customereview-seciton .customereview-inener .shopperapproved_widget table tr td {
    padding: 10px 10px !important;
    width: 50% !important;
    display: inline-block !important;
  }
}
.customereview-seciton .customereview-inener .shopperapproved_widget table tr td .sa_review {
  margin: 0;
  background: #F9F9F9;
  border-radius: 10px;
  border: none;
  padding: 46px 50px 46px 46px !important;
  height: 320px;
}
@media (max-width: 991px) {
  .customereview-seciton .customereview-inener .shopperapproved_widget table tr td .sa_review {
    padding: 36px 40px 40px 36px !important;
    height: 320px;
  }
}
.customereview-seciton .customereview-inener .shopperapproved_widget table tr td .sa_review .sa_comments {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #636363;
  width: auto !important;
  height: auto !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.customereview-seciton .customereview-inener .shopperapproved_widget table tr td .sa_review .sa_info {
  padding: 0;
}
.customereview-seciton .customereview-inener .shopperapproved_widget table tr td .sa_review .sa_info .sa_name {
  margin: 15px 0 25px 0;
}
.customereview-seciton .customereview-inener .shopperapproved_widget table tr td .sa_review .sa_info .sa_name span {
  font-size: 30px;
  font-weight: bold;
  line-height: 25px;
  color: #1B1717;
}
.cms-index-index .contact-index-index ul.contactlogo {
  margin: 0 -30px 20px;
  flex-wrap: wrap;
}
.cms-index-index .contact-index-index ul.contactlogo li {
  width: calc(16.66% - 20px);
  justify-content: center;
  margin: 0 10px 20px;
}
@media only screen and (max-width: 767px) {
  .cms-index-index .contact-index-index ul.contactlogo li {
    width: 40%;
  }
}
.consctetur-hot-main .consctetur-hot-head {
  text-align: center;
  padding: 0 0 40px;
}
.consctetur-hot-main .consctetur-hot-head h1 {
  color: #333333;
  margin: 0;
}
.consctetur-hot-main .consctetur-hot-head p {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  margin: 19px 0 0 0;
}
.consctetur-hot-main .consctetur-hot {
  background: #F7F7F7;
  position: relative;
  padding-bottom: 50px;
}
.consctetur-hot-main .consctetur-hot .consctetur-hot-inner .row {
  margin-right: -10px;
  margin-left: -10px;
}
.consctetur-hot-main .consctetur-hot .consctetur-hot-inner .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.consctetur-hot-main .consctetur-hot .consctetur-hot-inner .consctetur-box {
  position: relative;
}
.consctetur-hot-main .consctetur-hot .consctetur-hot-inner .consctetur-box .consctetur-img img {
  width: 100%;
  border-radius: 14px;
}
.consctetur-hot-main .consctetur-hot .consctetur-hot-inner .consctetur-box .consctetur-img a {
  display: block;
}
.consctetur-hot-main .consctetur-hot .consctetur-hot-inner .consctetur-box .consctetur-text {
  position: absolute;
  top: 35px;
  z-index: 1;
  padding: 0 38px;
  left: 0;
  width: auto;
  right: 0;
  margin: auto;
}
.consctetur-hot-main .consctetur-hot .consctetur-hot-inner .consctetur-box .consctetur-text img {
  margin-top: 3px;
}
.consctetur-hot-main .consctetur-hot .consctetur-hot-inner .consctetur-box .consctetur-text h3,
.consctetur-hot-main .consctetur-hot .consctetur-hot-inner .consctetur-box .consctetur-text span {
  font-size: 40px;
  font-weight: bold;
  line-height: 47px;
  color: #fff;
}
@media (max-width: 767px) {
  .consctetur-hot-main .consctetur-hot .consctetur-hot-inner .consctetur-box .consctetur-text h3,
  .consctetur-hot-main .consctetur-hot .consctetur-hot-inner .consctetur-box .consctetur-text span {
    font-size: 30px;
    line-height: 37px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .consctetur-hot-main .consctetur-hot .consctetur-hot-inner .consctetur-box .consctetur-text h3,
  .consctetur-hot-main .consctetur-hot .consctetur-hot-inner .consctetur-box .consctetur-text span {
    font-size: 30px;
    line-height: 37px;
    margin-top: -10px;
  }
}
.consctetur-hot-main .consctetur-hot .consctetur-hot-inner .consctetur-box .consctetur-text p {
  font-size: 16px;
  line-height: 26px;
  margin: 9px 0 0 0;
  color: #fff;
  max-width: 208px;
}
.consctetur-hot-main .consctetur-hot .consctetur-hot-inner .consctetur-box .consctetur-btn {
  position: absolute;
  z-index: 1;
  bottom: 35px;
  padding-left: 33px;
}
.consctetur-hot-main .consctetur-hot .consctetur-hot-inner .consctetur-box .consctetur-btn .blue-btn-sm {
  background: transparent;
  border: 1px solid #fff;
  width: 120px;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
}
.viewall-an {
  text-align: center;
}
.viewall-an a {
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-decoration: underline;
}
.viewall-an a:hover {
  text-decoration: underline;
}
.home-whats-hot {
  margin-top: -350px;
}
.hot-pr-heading {
  padding-bottom: 30px;
  text-align: center;
}
.hot-pr-heading h1 {
  color: #041E42;
}
.hot-pr-heading p {
  font-size: 16px;
  line-height: 26px;
  margin: 6px 0 0 0 !important;
}
.hot-products-section {
  padding: 90px 0 0;
  position: relative;
}
@media (max-width: 991px) {
  .hot-products-section {
    padding: 50px 0 0;
  }
}
.hot-products-section [data-content-type="products"] {
  padding: 0;
}
.hot-products-section button.slick-arrow {
  width: 36px !important;
  height: 40px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #fff !important;
  border: 1px solid #D5D9D9;
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 rgba(213, 217, 217, 0.5);
  opacity: 1 !important;
  z-index: 1;
  background: none !important;
}
.hot-products-section button.slick-arrow:focus {
  border-color: #008296;
  box-shadow: 0 0 0 3px #c8f3fa, inset 0 0 0 2px #fff !important;
}
.hot-products-section button.slick-arrow:hover {
  background-color: #F7FAFA !important;
}
.hot-products-section button.slick-arrow:before {
  content: '\e608' !important;
  font-family: 'luma-icons';
  font-weight: 700;
  opacity: 1;
  font-size: 15px !important;
  position: absolute;
  color: #555555;
  top: 12px;
  left: 6px;
}
.hot-products-section button.slick-arrow.slick-next {
  right: -46px !important;
}
.hot-products-section button.slick-arrow.slick-next:before {
  content: '\e608';
}
.hot-products-section button.slick-arrow.slick-prev {
  left: -42px !important;
}
.hot-products-section button.slick-arrow.slick-prev:before {
  right: 5px;
  left: unset;
}
.slick-slider {
  padding: 0;
}
.slick-slider:not(.pagebuilder-slider) {
  padding: 0 0 12px 0;
}
.slick-slider:not(.pagebuilder-slider) .slick-arrow {
  width: 13px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
  font-size: 0;
  content: "";
  background-color: transparent;
  top: 49%;
}
.slick-slider:not(.pagebuilder-slider) .slick-arrow:before {
  content: "";
  font-size: 0;
}
.slick-slider:not(.pagebuilder-slider) .slick-arrow:hover {
  opacity: 1;
}
.slick-slider:not(.pagebuilder-slider) .slick-arrow.slick-prev {
  background-image: url(../images/owl-prev-arrow.svg);
  left: -42px;
}
.slick-slider:not(.pagebuilder-slider) .slick-arrow.slick-next {
  background-image: url(../images/owl-next-arrow.svg);
  right: -42px;
}
.arrows-vcenter .slick-slider .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .arrows-vcenter .slick-slider .slick-arrow.slick-next {
    right: -6px;
  }
}
@media (max-width: 1199px) {
  .arrows-vcenter .slick-slider .slick-arrow.slick-prev {
    left: -6px;
  }
}
@media (max-width: 1199px) {
  .arrows-vcenter .product-items .slick-list div.product-item {
    padding: 0px 16px 12px;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .catalog-product-view .product-items {
    width: 96%;
    margin: auto;
  }
}
.product-items.widget-product-carousel,
.product-items.owl-carousel {
  padding: 0 !important;
}
.product-items.widget-product-carousel .owl-stage,
.product-items.owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.product-items.widget-product-carousel .slick-next.slick-arrow,
.product-items.owl-carousel .slick-next.slick-arrow,
.product-items.widget-product-carousel .slick-prev.slick-arrow,
.product-items.owl-carousel .slick-prev.slick-arrow,
.product-items.widget-product-carousel .owl-prev,
.product-items.owl-carousel .owl-prev,
.product-items.widget-product-carousel .owl-next,
.product-items.owl-carousel .owl-next {
  right: 10px !important;
  background-color: #041D40 !important;
  border: none;
  border-radius: 50%;
  padding: 25px 25px !important;
  background: none;
  opacity: 1 !important;
  background-image: none !important;
}
.product-items.widget-product-carousel .slick-next.slick-arrow:before,
.product-items.owl-carousel .slick-next.slick-arrow:before,
.product-items.widget-product-carousel .slick-prev.slick-arrow:before,
.product-items.owl-carousel .slick-prev.slick-arrow:before,
.product-items.widget-product-carousel .owl-prev:before,
.product-items.owl-carousel .owl-prev:before,
.product-items.widget-product-carousel .owl-next:before,
.product-items.owl-carousel .owl-next:before {
  font-size: 14px !important;
  color: #fff;
  padding: 0px;
  transform: translate(-50%, -50%);
  left: unset;
  top: unset;
  right: unset;
  content: '\e608' !important;
  font-family: 'luma-icons';
  font-weight: 700;
  opacity: 1;
  position: absolute;
}
.product-items.widget-product-carousel .slick-prev.slick-arrow,
.product-items.owl-carousel .slick-prev.slick-arrow,
.product-items.widget-product-carousel .owl-prev,
.product-items.owl-carousel .owl-prev {
  left: -10px !important;
  transform: rotate(180deg) translate(0, 50%) !important;
}
.product-items .slick-list,
.product-items .owl-stage-outer {
  padding: 15px 7% 15px 0 !important;
}
@media (max-width: 767px) {
  .product-items .slick-list,
  .product-items .owl-stage-outer {
    padding: 15px 15% 15px 0 !important;
  }
}
.product-items .slick-list div.product-item,
.product-items .owl-stage-outer div.product-item {
  padding: 5px 12px 12px !important;
}
@media (max-width: 767px) {
  .product-items .slick-list div.product-item,
  .product-items .owl-stage-outer div.product-item {
    padding: 5px 5px 12px !important;
  }
}
.product-items .slick-list div.product-item .product-item-info,
.product-items .owl-stage-outer div.product-item .product-item-info {
  overflow: hidden;
  transition: none;
  border: 2px solid #eee;
  border-radius: 10px;
  position: relative;
  width: 100%;
  box-shadow: none;
  height: 390px;
  padding: 0 !important;
}
.product-items .slick-list div.product-item .product-item-info .product-item-photo,
.product-items .owl-stage-outer div.product-item .product-item-info .product-item-photo {
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  display: block;
  overflow: hidden;
  padding: 10px;
  position: relative;
  margin-bottom: 15px !important;
}
.product-items .slick-list div.product-item .product-item-info .product-item-photo:after,
.product-items .owl-stage-outer div.product-item .product-item-info .product-item-photo:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .05;
  pointer-events: none;
  border-radius: 10px;
  z-index: 1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.product-items .slick-list div.product-item .product-item-info .product-item-details,
.product-items .owl-stage-outer div.product-item .product-item-info .product-item-details {
  background: #fff;
  text-align: left;
  padding: 0 13px;
  position: initial;
}
.product-items .slick-list div.product-item .product-item-info .product-item-details .product-brand,
.product-items .owl-stage-outer div.product-item .product-item-info .product-item-details .product-brand {
  height: 16px;
  margin-top: 5px;
}
.product-items .slick-list div.product-item .product-item-info .product-item-details .product-brand .product-brand-link,
.product-items .owl-stage-outer div.product-item .product-item-info .product-item-details .product-brand .product-brand-link {
  text-decoration: none;
  color: #666;
}
.product-items .slick-list div.product-item .product-item-info .product-item-details .product-item-name,
.product-items .owl-stage-outer div.product-item .product-item-info .product-item-details .product-item-name {
  margin: 0;
  max-height: 50px;
  overflow: hidden;
}
.product-items .slick-list div.product-item .product-item-info .product-item-details .product-item-name a,
.product-items .owl-stage-outer div.product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: #041e42;
  text-decoration: none;
  display: inline-block;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: left;
  min-height: auto;
}
.product-items .slick-list div.product-item .product-item-info .product-item-details .price-box,
.product-items .owl-stage-outer div.product-item .product-item-info .product-item-details .price-box {
  position: absolute;
  bottom: 15px;
}
.product-items .slick-list div.product-item .product-item-info .product-item-details .price-box .minimal-price-link .price-container.price-final_price,
.product-items .owl-stage-outer div.product-item .product-item-info .product-item-details .price-box .minimal-price-link .price-container.price-final_price {
  display: flex;
  align-items: baseline;
}
.product-items .slick-list div.product-item .product-item-info .product-item-details .price-box .minimal-price-link .price-container.price-final_price .price-label,
.product-items .owl-stage-outer div.product-item .product-item-info .product-item-details .price-box .minimal-price-link .price-container.price-final_price .price-label {
  font-weight: 400;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  line-height: 110%;
  color: #636363;
  margin-right: 6px;
}
.product-items .slick-list div.product-item .product-item-info .product-item-details .price-box .minimal-price-link .price-container.price-final_price .price-wrapper,
.product-items .owl-stage-outer div.product-item .product-item-info .product-item-details .price-box .minimal-price-link .price-container.price-final_price .price-wrapper {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -.02em;
  color: #041e42;
  display: inline-block;
  vertical-align: middle;
}
.product-items .slick-list div.product-item .product-item-info .product-item-details .price-box .normal-price,
.product-items .owl-stage-outer div.product-item .product-item-info .product-item-details .price-box .normal-price {
  display: none;
}
.product-items .slick-list div.product-item .product-item-info .product-item-details .minorder-qty,
.product-items .owl-stage-outer div.product-item .product-item-info .product-item-details .minorder-qty {
  font-size: 16px;
  line-height: 25px;
  color: #575757;
  margin: 0;
  position: absolute;
  bottom: 10px;
}
.product-items .slick-list div.product-item .product-item-info .product-item-details .product-reviews-summary,
.product-items .owl-stage-outer div.product-item .product-item-info .product-item-details .product-reviews-summary {
  display: none;
}
.product-items .slick-list div.product-item .product-item-info .product-item-details .product-item-actions,
.product-items .owl-stage-outer div.product-item .product-item-info .product-item-details .product-item-actions {
  display: none;
}
.product-items .slick-list div.product-item .product-item-info:hover,
.product-items .owl-stage-outer div.product-item .product-item-info:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  transition: none;
}
.product-items .slick-list div.product-item .product-item-info {
  height: 420px;
}
.brandlove-sec {
  padding: 90px 0 90px 0;
}
@media (max-width: 1024px) {
  .brandlove-sec {
    padding: 40px 0 40px 0;
  }
}
.brandlove-sec .brandlove-head {
  text-align: center;
  padding: 0 0 25px 0;
}
@media (max-width: 991px) {
  .brandlove-sec .brandlove-head {
    padding-bottom: 50px;
  }
}
.brandlove-sec .brandlove-head h1 {
  font-family: 'Roboto';
  line-height: 1.1;
  font-weight: bold;
  font-size: 52px;
  line-height: 59px;
  color: #333333;
}
.brandlove-sec .brandlove-head p {
  line-height: 26px;
  color: #000000;
  margin: 19px 0 0 0 !important;
}
.brandlove-sec .viewall-an {
  padding-top: 30px;
}
.brandlove-sec .amasty-logo-grid .amasty-logo-ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.brandlove-sec .amasty-logo-grid .amasty-logo-ul li {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 18px;
  list-style: none;
  margin: 0;
}
@media (max-width: 767px) {
  .brandlove-sec .amasty-logo-grid .amasty-logo-ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .brandlove-sec .amasty-logo-grid .amasty-logo-ul li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.brandlove-sec .amasty-logo-grid .amasty-logo-ul li a {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  text-align: center;
  height: 106px;
  position: relative;
  display: block;
}
.brandlove-sec .amasty-logo-grid .amasty-logo-ul li a img {
  max-height: 50%;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  margin: auto;
}
@media (max-width: 767px) {
  .hot-pr-heading {
    padding-bottom: 33px;
  }
  #html-body .home-banner.pagebuilder-slider {
    min-height: 280px !important;
  }
  #html-body .home-banner.pagebuilder-slider .pagebuilder-slide-wrapper {
    min-height: 280px !important;
  }
  #html-body .home-banner.pagebuilder-slider .pagebuilder-poster-overlay {
    min-height: 280px !important;
  }
  body .getin-touch-inner .getin-touch-form form .fieldset .field {
    width: 100% !important;
    float: none !important;
    margin-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #html-body .mainslider .pagebuilder-slider {
    min-height: 280px;
  }
  #html-body .mainslider .pagebuilder-slider .pagebuilder-slide-wrapper {
    min-height: 280px;
  }
  #html-body .mainslider .pagebuilder-slider .pagebuilder-poster-overlay {
    min-height: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #html-body .mainslider .pagebuilder-slider {
    min-height: 360px;
  }
  #html-body .mainslider .pagebuilder-slider .pagebuilder-slide-wrapper {
    min-height: 360px;
  }
  #html-body .mainslider .pagebuilder-slider .pagebuilder-poster-overlay {
    min-height: 360px;
  }
}
div#cookie-status {
  display: none !important;
}
@media (min-width: 1025px) {
  body.-amsearch-overlay-opened header.page-header .amsearch-wrapper-block {
    min-width: calc(100% - 400px);
    transition: all 300ms ease;
  }
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart {
    width: 200px;
    justify-content: flex-end;
  }
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us {
    align-items: center;
  }
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-img,
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-block .cllcht-img {
    display: none;
  }
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-text a,
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-block .cllcht-text a {
    display: flex;
    align-items: center;
  }
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-text a h5::after,
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-block .cllcht-text a h5::after,
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-text a span::after,
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-block .cllcht-text a span::after {
    font-size: 0;
  }
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-text a p,
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-block .cllcht-text a p,
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-text a h5,
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-block .cllcht-text a h5,
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-text a span,
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-block .cllcht-text a span {
    font-size: 0;
    line-height: 0;
  }
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-text a::before,
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-block .cllcht-text a::before {
    color: #00a7b5;
    font-size: 25px;
    font-family: 'icomoon' !important;
  }
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-text a::before {
    content: "\e901";
  }
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block.cll-block {
    padding: 0 0 0 15px;
  }
  body.-amsearch-overlay-opened header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block.cll-block .cllcht-text a::before {
    content: "\e902";
  }
}
@media (max-width: 1024px) {
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0:not(.menu-fullsize) > .submenu.dropdown-menu > .submenu-inner .level1 .level2.bold-view-all .nav-anchor span {
    font-weight: 800;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0:not(.menu-fullsize) > .submenu.dropdown-menu > .submenu-inner .level1 .level1.remove-bold-brand .submenu.dropdown-mega {
    display: block !important;
    height: fit-content !important;
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
    opacity: 1;
    left: 0 !important;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0:not(.menu-fullsize) > .submenu.dropdown-menu > .submenu-inner .level1 .level1.remove-bold-brand .nav-anchor.subitems-group .opener {
    display: none;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0 .menu-logos-brand {
    display: none;
  }
  html.nav-open .page-wrapper .navigation .retail-brands-logo .submenu:not(:first-child) {
    max-height: 100vh;
    overflow-y: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body:not(.checkout-index-index) header.page-header .header.content {
    position: relative;
    padding-bottom: 70px !important;
  }
  body:not(.checkout-index-index) header.page-header .header.content .amsearch-wrapper-block {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    width: 100%;
    padding: 10px;
    left: 0;
  }
  body:not(.checkout-index-index) header.page-header .header.content .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input {
    height: 40px;
  }
  body:not(.checkout-index-index) header.page-header .header.content .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-button:not(.-close) {
    height: 40px;
    width: 54px;
  }
}
@media (min-width: 1025px) {
  body:not(.cms-index-index):not(.catalog-category-view) header.page-header .header.content .amsearch-wrapper-block {
    padding: 0 0 0 28px;
  }
  body:not(.cms-index-index):not(.catalog-category-view) header.page-header .header.content .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input {
    height: 42px;
  }
  body:not(.cms-index-index):not(.catalog-category-view) header.page-header .header.content .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-button {
    height: 42px;
  }
}
@media (min-width: 768px) {
  .amsearch-form-block {
    flex-basis: 100%;
  }
  .amsearch-form-block.-opened {
    width: 100% !important;
  }
}
.amsearch-overlay-block .amsearch-overlay {
  background-color: rgba(51, 51, 51, 0.8);
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 370px) {
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(100%);
  }
}
@media (min-width: 576px) and (max-width: 800px) {
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(50%);
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(50%);
  }
}
@media (min-width: 1300px) {
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 99;
}
.page-header .amsearch-wrapper-block,
.page-footer .amsearch-wrapper-block {
  z-index: 90;
  float: left;
}
@media (max-width: 1024px) {
  .page-header .amsearch-wrapper-block,
  .page-footer .amsearch-wrapper-block {
    z-index: 0;
  }
}
.page-header .amsearch-wrapper-block .amsearch-result-section,
.page-footer .amsearch-wrapper-block .amsearch-result-section {
  right: unset;
  left: 0;
  max-height: calc(100vh - 200px);
}
@media (max-width: 767px) {
  .page-header .amsearch-wrapper-block .amsearch-result-section,
  .page-footer .amsearch-wrapper-block .amsearch-result-section {
    max-height: calc(100vh - 210px);
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .page-header .amsearch-wrapper-block .amsearch-result-section,
  .page-footer .amsearch-wrapper-block .amsearch-result-section {
    width: 100%;
  }
}
.page-header .amsearch-wrapper-block .amsearch-input-wrapper.-typed .amsearch-button.-close,
.page-footer .amsearch-wrapper-block .amsearch-input-wrapper.-typed .amsearch-button.-close {
  right: 90px;
}
@media (max-width: 767px) {
  .page-header .amsearch-wrapper-block .amsearch-input-wrapper.-typed .amsearch-button.-close,
  .page-footer .amsearch-wrapper-block .amsearch-input-wrapper.-typed .amsearch-button.-close {
    right: 44px;
  }
}
@media (max-width: 767px) {
  .page-header .amsearch-wrapper-block,
  .page-footer .amsearch-wrapper-block {
    display: block;
    padding: 10px 0 5px;
    width: 100%;
    margin: 0;
  }
  .page-header .amsearch-wrapper-block .amsearch-input,
  .page-footer .amsearch-wrapper-block .amsearch-input {
    background: #f2f2f2;
    border: 1px solid #a2a2a2;
    color: #898a8d;
    height: 32px;
    border-radius: 0;
    font-size: 14px;
    color: #222;
    padding: 0 65px 0 20px;
  }
  .page-header .amsearch-wrapper-block .amsearch-input:hover,
  .page-footer .amsearch-wrapper-block .amsearch-input:hover {
    border-color: #263F5E;
  }
  .page-header .amsearch-wrapper-block .amsearch-input-wrapper::before,
  .page-footer .amsearch-wrapper-block .amsearch-input-wrapper::before {
    content: "";
    width: 100vw;
    position: absolute;
    height: 100%;
    top: 0;
    left: calc(50% - 1px);
    transform: translateX(-50%);
    z-index: -1;
  }
  .page-header .amsearch-wrapper-block .amsearch-button.-loupe,
  .page-footer .amsearch-wrapper-block .amsearch-button.-loupe {
    background-size: cover;
    left: unset;
    right: 5px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .page-header .amsearch-wrapper-block,
  .page-footer .amsearch-wrapper-block {
    padding: 7px 0 0 30px;
    min-width: calc(100% - 580px);
  }
}
@media (min-width: 1200px) {
  .page-header .amsearch-wrapper-block,
  .page-footer .amsearch-wrapper-block {
    padding: 7px 0 0 45px;
    min-width: calc(100% - 631px);
  }
}
.page-header .amsearch-wrapper-block .amsearch-input-wrapper,
.page-footer .amsearch-wrapper-block .amsearch-input-wrapper {
  min-width: 100%;
}
.page-header .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input,
.page-footer .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input {
  background: #f2f2f2;
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  height: 50px;
  font-size: 14px;
  color: #4a4e4f;
  padding: 0 65px 0 20px;
}
.page-header .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input:focus,
.page-footer .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input:focus {
  -webkit-box-shadow: 0 0 0 2px #37bbca, 0 0 0 3px #37bbca !important;
  -moz-box-shadow: 0 0 0 2px #37bbca,0 0 0 3px #37bbca !important;
  box-shadow: 0 0 0 2px #37bbca, 0 0 0 3px #37bbca !important;
  z-index: 1;
  background-color: #fff;
}
@media (max-width: 767px) {
  .page-header .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input:focus,
  .page-footer .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input:focus {
    margin-bottom: 3px;
  }
}
.page-header .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-button:not(.-close),
.page-footer .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-button:not(.-close) {
  background: #041e42;
  opacity: 1;
  color: #fff;
  height: 50px;
  width: 64px;
  text-align: center;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  bottom: 0;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: unset;
}
@media (max-width: 767px) {
  .page-header .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-button:not(.-close),
  .page-footer .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-button:not(.-close) {
    width: 46px;
  }
}
.page-header .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-button:not(.-close)::before,
.page-footer .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-button:not(.-close)::before {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.page-header .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-button:not(.-close).-loupe::before,
.page-footer .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-button:not(.-close).-loupe::before {
  background-image: url('../images/amasty-search-icon.svg');
}
.page-header .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-button:not(.-close).-close:hover,
.page-footer .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-button:not(.-close).-close:hover,
.page-header .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-button:not(.-close).-loupe:hover,
.page-footer .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-button:not(.-close).-loupe:hover {
  filter: unset;
}
.page-header .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-loader-block,
.page-footer .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-loader-block {
  right: 70px;
}
.page-header .amsearch-wrapper-block::before,
.page-footer .amsearch-wrapper-block::before {
  height: unset;
}
@media (max-width: 767px) {
  .amsearch-products-section {
    border: none;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .amsearch-products-section {
    height: 100%;
  }
}
.amsearch-products-section .amsearch-link {
  color: #131C3E;
  font-weight: 700;
  font-size: 16px;
}
.amsearch-products-section .amsearch-item:hover {
  background-color: unset;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.amsearch-products-section .amsearch-product-list {
  padding: 0 15px 30px;
  width: 100%;
}
.amsearch-tab-items.amsearch-collapsible-content {
  display: flex;
  flex-direction: column;
}
.amsearch-tab-items.amsearch-collapsible-content .amsearch-item {
  width: fit-content;
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link:hover {
  background-color: #24a9b8;
  color: #fff;
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link:hover .amsearch-highlight {
  color: #ffffff;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover,
.amsearch-item-container .amsearch-item .amsearch-highlight:hover {
  color: #24a9b8;
  background-color: transparent;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover .amsearch-highlight,
.amsearch-item-container .amsearch-item .amsearch-highlight:hover .amsearch-highlight {
  color: #24a9b8;
}
.amsearch-description.details {
  text-align: center;
}
.amsearch-description.details .price-box {
  justify-content: center;
}
.amsearch-description.details .price-box .price-wrapper {
  color: #071d41;
  font-size: 16px;
}
.amsearch-description.details .minorder-qty {
  margin-bottom: 6px;
}
.amsearch-description.details .view-product-links {
  font-weight: 700;
  color: #ffffff;
}
.amsearch-description.details .view-product-links .view-product {
  width: 100%;
  padding: 12px;
  background: #071d41;
  text-align: center;
  border-radius: 5px;
}
@media (min-width: 1025px) {
  .ves-megamenu .navigation .retail-brands-logo.level0 .ves-column6 > .item-content1 > .mega-col {
    width: 20%;
  }
  .ves-megamenu .navigation .retail-brands-logo.level0 .ves-column6 > .item-content1 > .mega-col:last-child {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 10px;
  }
  .ves-megamenu .navigation .retail-brands-logo.level0 .ves-column6 > .item-content1 > .mega-col:last-child .nav-anchor {
    display: none;
  }
  .ves-megamenu .navigation .retail-brands-logo.level0 .ves-column6 > .item-content1 > .mega-col:last-child .menu-logos-brand a {
    padding: 0;
    margin: 0;
  }
  .ves-megamenu .navigation .retail-brands-logo.level0 .ves-column6 > .item-content1 > .mega-col:last-child .menu-logos-brand .block {
    margin: 10px 0 -10px;
  }
  .ves-megamenu .navigation .retail-brands-logo.level0 .ves-column6 > .item-content1 > .mega-col:last-child .menu-logos-brand .block a:hover {
    background: #fff;
  }
  .ves-megamenu .navigation .retail-brands-logo.level0 .ves-column6 > .item-content1 > .mega-col:last-child .menu-logos-brand .block img {
    height: 70px !important;
    object-fit: contain;
  }
  .ves-megamenu .navigation .retail-brands-logo.level0 .ves-column6 > .item-content1 > .mega-col:last-child .menu-logos-brand .block .pagebuilder-column-group .pagebuilder-column {
    width: 20% !important;
  }
  .ves-megamenu .navigation .retail-brands-logo.level0 .ves-column6 > .item-content1 > .mega-col [data-pb-style=CYR182R] {
    width: 15%;
  }
  .ves-megamenu .navigation .level0.menu-fullsize .nav-item.level1.active > .submenu {
    display: block;
    z-index: 10 !important;
  }
}
@media (min-width: 1025px) {
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 > a:focus,
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 > a:hover {
    font-weight: normal;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 > a span {
    background: #ffffff;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 > a::after {
    content: attr(title);
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: -1;
    transition: none !important;
    font-size: 10px;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0:hover > a span {
    visibility: hidden;
    background: #fff;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0:hover > a:after {
    height: auto;
    visibility: visible;
    font-weight: 700;
    font-size: 16px;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 .nav-anchor {
    position: relative;
    letter-spacing: 0 !important;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0.active > a::after {
    display: none !important;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0.active:hover > a span {
    visibility: visible;
  }
  body header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 > a:focus,
  body header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 > a:hover {
    font-weight: normal;
  }
  body header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0.active > a:focus,
  body header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0.current > a:focus,
  body header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0.active > a:hover,
  body header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0.current > a:hover {
    font-weight: bold;
  }
}
header.page-header {
  background: #fff;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 1.5px 3px rgba(0, 0, 0, 0.25);
}
header.page-header .panel.wrapper {
  background-color: #061c40;
}
@media (min-width: 767px) {
  header.page-header .panel.wrapper {
    display: block;
  }
}
header.page-header .panel.wrapper .panel.header {
  text-align: center;
  padding: 9px;
}
@media (max-width: 399px) {
  header.page-header .panel.wrapper .panel.header {
    font-size: 3.8vw;
  }
}
@media (max-width: 767px) {
  header.page-header .panel.wrapper .panel.header {
    padding: 10px;
  }
}
header.page-header .panel.wrapper .panel.header .header.links,
header.page-header .panel.wrapper .panel.header a.contentarea {
  display: none;
}
header.page-header .panel.wrapper .panel.header .msg-container {
  height: 23px;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.page-header .panel.wrapper .panel.header .msg-container .message {
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateX(100%);
  white-space: nowrap;
  animation: slideMessage 18s cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite;
  font-weight: 500;
}
@media (min-width: 768px) {
  header.page-header .panel.wrapper .panel.header .msg-container .message {
    font-size: 15px;
  }
}
header.page-header .panel.wrapper .panel.header .msg-container .message img {
  vertical-align: bottom;
  margin-right: 5px;
}
header.page-header .panel.wrapper .panel.header .msg-container .top-alert-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
  margin-left: 5px;
}
header.page-header .panel.wrapper .panel.header .msg-container .item-a {
  animation-delay: -2s;
}
header.page-header .panel.wrapper .panel.header .msg-container .item-b {
  animation-delay: 4s;
}
header.page-header .panel.wrapper .panel.header .msg-container .item-c {
  animation-delay: 10s;
}
@keyframes slideMessage {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  10% {
    opacity: 1;
    transform: translateX(0%);
  }
  20% {
    opacity: 1;
    transform: translateX(0%);
  }
  30% {
    opacity: 1;
    transform: translateX(0%);
  }
  60% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
header.page-header .panel.wrapper .panel.header .msg-container .message.rating:before {
  color: #f8b703;
  font-family: 'luma-icons';
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  margin-right: 6px;
}
header.page-header .header.content {
  padding-top: 12px;
  padding-bottom: 12px;
}
header.page-header .header.content .logo {
  margin: 0;
}
header.page-header .header.content .logo img {
  width: 200px;
}
header.page-header .header.content .block-search {
  padding: 7px 0 0 45px;
  width: calc(100% - 631px);
  float: left;
}
header.page-header .header.content .block-search .block-content form {
  position: relative;
}
header.page-header .header.content .block-search .block-content form:focus {
  -webkit-box-shadow: 0 0 0 2px #37bbca, 0 0 0 3px #37bbca;
  -moz-box-shadow: 0 0 0 2px #37bbca,0 0 0 3px #37bbca;
  box-shadow: 0 0 0 2px #37bbca, 0 0 0 3px #37bbca;
  z-index: 1;
}
header.page-header .header.content .block-search .block-content form .field .control input {
  background: #f2f2f2;
  border: none;
  border-radius: 4px;
  height: 50px;
  font-size: 14px;
  color: #898A8D;
  padding: 0 65px 0 20px;
}
header.page-header .header.content .block-search .block-content form .actions {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}
header.page-header .header.content .block-search .block-content form .actions .action.search {
  background: #041e42;
  opacity: 1;
  color: #ffffff;
  height: 50px;
  width: 64px;
  text-align: center;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  bottom: 0;
  border-radius: 0px 4px 4px 0px;
}
header.page-header .header.content .block-search .block-content form .actions .action.search:before {
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 19px !important;
  content: "\e903" !important;
  background-size: cover;
  font-family: 'icomoon';
  background-image: none !important;
  color: #fff;
  line-height: 1;
}
header.page-header .header.content .block-search .block-content form.active {
  -webkit-box-shadow: 0 0 0 2px #37bbca, 0 0 0 3px #37bbca;
  -moz-box-shadow: 0 0 0 2px #37bbca,0 0 0 3px #37bbca;
  box-shadow: 0 0 0 2px #37bbca, 0 0 0 3px #37bbca;
  z-index: 1;
}
header.page-header .header.content .block-search .block-content form.active input.input-text {
  background: #ffffff;
}
header.page-header .header.content .block-search .block-content form #algolia-searchbox .algolia-autocomplete .algolia-search-input {
  background: #f2f2f2;
  border: none;
  border-radius: 4px;
  height: 50px;
  font-size: 14px;
  color: #898A8D;
  padding: 0 65px 0 20px;
  margin: 0;
}
header.page-header .header.content .block-search .block-content form #algolia-searchbox .magnifying-glass {
  background: #828282;
  opacity: 1;
  color: #ffffff;
  height: 50px;
  width: 64px;
  text-align: center;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  bottom: 0;
  border-radius: 0px 4px 4px 0px;
}
header.page-header .header.content .block-search .block-content form #algolia-searchbox .magnifying-glass:before {
  background-image: url(../images/search-new.svg);
  width: 24px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
header.page-header .header.content .chat_call_cart {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
  float: right;
  justify-content: space-between;
}
@media (min-width: 768px) {
  header.page-header .header.content .chat_call_cart {
    width: 310px;
  }
}
header.page-header .header.content .chat_call_cart .customer-welcome {
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  header.page-header .header.content .chat_call_cart .customer-welcome {
    margin-left: 13px;
  }
}
header.page-header .header.content .chat_call_cart .customer-welcome:hover {
  border-radius: 50%;
  background-color: #e2e2e2;
}
header.page-header .header.content .chat_call_cart .customer-welcome img {
  vertical-align: bottom;
  cursor: pointer;
  padding: 7px;
}
header.page-header .header.content .chat_call_cart .customer-welcome .dropdown-options {
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  z-index: 101;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 160px;
  padding: 10px 0;
  left: -90px;
  display: none;
}
@media (max-width: 1024px) {
  header.page-header .header.content .chat_call_cart .customer-welcome .dropdown-options {
    min-width: 140px;
  }
}
header.page-header .header.content .chat_call_cart .customer-welcome .dropdown-options:after {
  content: none;
}
header.page-header .header.content .chat_call_cart .customer-welcome .dropdown-options:before {
  content: none;
}
header.page-header .header.content .chat_call_cart .customer-welcome .dropdown-options li a {
  font-size: 12px;
  font-weight: normal;
  line-height: 25px;
  border: none;
  color: #222222;
  padding: 0px 25px 0px 25px;
  margin: 0;
  transition: none;
  position: relative;
}
header.page-header .header.content .chat_call_cart .customer-welcome .dropdown-options li a:hover,
header.page-header .header.content .chat_call_cart .customer-welcome .dropdown-options li a.active {
  background: #185292;
  color: #fff;
  font-weight: bold;
  transition: none;
}
header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-top: 5px;
  align-items: start;
  position: relative;
}
header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
}
header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block a {
  text-decoration: none;
}
header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-img {
  line-height: 1;
}
header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-img span.icon-icon_chat {
  font-size: 21px;
}
header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-img span.icon-icon_phone {
  font-size: 29px;
}
header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-text {
  padding: 0 0 0 12px;
}
header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-text p {
  font-size: 14px;
  color: #575757;
  margin: 0;
  line-height: 20px;
}
header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-text h5,
header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-text span {
  color: #4f4f4f;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  font-weight: 500;
  line-height: 25px;
}
header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block.cll-block {
  padding: 0 0 0 54px;
}
header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block.chat-block .cllcht-text h5:after,
header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block.chat-block .cllcht-text span:after {
  content: "\f0da";
  position: absolute;
  right: -14px;
  bottom: -3px;
  font-family: FontAwesome;
  font-size: 16px;
  color: #828282;
}
header.page-header .header.content .minicart-wrapper {
  margin: 6px 0 0;
  padding: 0;
}
header.page-header .header.content .minicart-wrapper a.showcart {
  position: relative;
}
header.page-header .header.content .minicart-wrapper a.showcart:hover:before {
  background-color: #e2e2e2;
}
header.page-header .header.content .minicart-wrapper a.showcart:before {
  background-image: url(../images/minicart.svg);
  width: auto;
  height: auto;
  min-height: auto;
  font-family: 'icomoon';
  color: transparent;
  font-size: 26px;
  vertical-align: baseline;
  border-radius: 50%;
  padding: 7px;
  background-repeat: no-repeat;
  background-position: center;
}
header.page-header .header.content .minicart-wrapper a.showcart.active .text {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: auto;
  z-index: 99;
  text-indent: -9999px;
  transition: none;
}
header.page-header .header.content .minicart-wrapper a.showcart .counter.qty {
  width: auto;
  height: 25px;
  min-width: inherit;
  border-radius: 30px;
  margin: 0;
  line-height: 25px;
  position: absolute;
  left: 17px;
  top: -10px;
  background: #185292;
  padding: 0 9px;
}
header.page-header .header.content .minicart-wrapper a.showcart .counter.qty .counter-number {
  font-size: 14px;
  text-decoration: none;
}
header.page-header .header.content .amquote-cart-wrapper {
  display: none !important;
}
header.page-header .left_right_menu {
  border-top: 1px solid #EFEFEF;
  padding: 0;
  background: #fff;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu {
  float: right;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .topryt-leftmenu {
  display: inline-block;
  vertical-align: middle;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .topryt-leftmenu ul li {
  display: inline-block;
  padding-left: 0px;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 10px;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .topryt-leftmenu ul li.demandx-logo:hover {
  background-repeat: no-repeat;
  background-position: 120%, 122%, 0px 130%;
  background-size: 100% 13px;
  background-image: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent), linear-gradient(to right, #6f62c1, #f02777, #fbba53);
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .topryt-leftmenu ul li.demandx-logo {
  transition-duration: 0s;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .topryt-leftmenu ul li.demandx-logo a {
  color: #101211;
  text-align: center;
  font-family: "Sofia Pro";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.34px !important;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .topryt-leftmenu ul li.demandx-logo a:hover,
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .topryt-leftmenu ul li.demandx-logo a:focus {
  letter-spacing: -0.34px !important;
  font-weight: 500;
  color: #101211;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .topryt-leftmenu ul li a {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 20px;
  transition: all ease 0s;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .topryt-leftmenu ul li a:hover,
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .topryt-leftmenu ul li a:focus {
  color: #041E42;
  font-weight: 700;
  letter-spacing: 0 !important;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .topryt-leftmenu ul li:first-child a {
  letter-spacing: 0.03px;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .topryt-leftmenu ul li:last-child a {
  letter-spacing: 0.095px;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 32px;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome {
    padding-left: 22px;
  }
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome span.action {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 23px;
  position: relative;
  padding: 0;
  transition: all ease 0s;
  letter-spacing: 0.1px;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome span.action i {
  color: #4f4f4f;
  font-size: 18px;
  position: relative;
  left: 6px;
  top: 1px;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome span.action:hover,
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome span.action:focus {
  color: #041E42;
  font-weight: 700;
  letter-spacing: 0;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome span.action span {
  transition: none;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome span.action:after {
  display: none;
  content: "\f0d7";
  font-family: FontAwesome;
  color: #4F4F4F;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 2px;
  font-weight: 400;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome .dropdown-options {
  border: 0;
  box-shadow: none;
  margin-top: 13px;
  min-width: 230px;
  padding: 10px 0;
}
@media (max-width: 1239px) {
  header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome .dropdown-options {
    margin-top: 2px;
  }
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome .dropdown-options:after {
  content: none;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome .dropdown-options:before {
  content: none;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome .dropdown-options li a {
  font-size: 12px;
  font-weight: normal;
  line-height: 25px;
  border: none;
  color: #222222;
  padding: 0px 25px 0px 35px;
  margin: 0;
  transition: none;
  position: relative;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome .dropdown-options li a:hover,
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome .dropdown-options li a.active {
  background: #185292;
  color: #fff;
  font-weight: bold;
  transition: none;
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome.hover-active span.action {
  border-bottom: 3px solid #041e42;
  padding-bottom: 11px;
}
@media (max-width: 1239px) {
  header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome.hover-active span.action {
    padding-bottom: 2px;
  }
}
header.page-header .left_right_menu .top_main_menu .main_top_right_menu .customer-welcome.hover-active span.action i {
  transform: rotate(-180deg);
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items .navigation {
  padding: 0;
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation {
  max-width: 100%;
  padding: 0;
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 {
  margin: 0;
  padding: 17px 0;
}
@media (max-width: 1025px) {
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 {
    padding: 0;
  }
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 > a {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 25px;
  padding: 0 44px 0 0;
  font-weight: normal;
  text-transform: inherit;
  position: relative;
  transition: all ease 0s;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 > a {
    padding-right: 22px;
  }
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 > a span {
  transition: none;
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 > a:focus,
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 > a:hover {
  color: #041E42;
  font-weight: 700;
  transition: all ease 0s;
  letter-spacing: 0 !important;
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 > a > .ves-caret {
  color: #4F4F4F;
  font-size: 18px;
  position: relative;
  left: 6px;
  top: 2px;
  transition: none;
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0.current > a {
  background: none;
  color: #041e42;
  font-weight: 700;
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0.active > a {
  background: none;
  color: #041e42;
  font-weight: 700;
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0.current > a > .ves-caret {
  transform: rotate(-180deg);
  color: #041E42;
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0.singlemenu {
  position: relative !important;
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0.singlemenu > .submenu.dropdown-menu {
  min-width: 239px;
  padding: 10px 0;
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0.singlemenu > .submenu.dropdown-menu .active a.nav-anchor {
  background: #185292 !important;
  color: #fff !important;
  font-weight: bold;
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0.singlemenu > .submenu.dropdown-menu a.nav-anchor {
  font-size: 12px;
  font-weight: normal;
  line-height: 25px;
  border: none;
  color: #222222;
  padding: 0px 25px 0px 35px;
  margin: 0;
  transition: none;
  position: relative;
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0.singlemenu > .submenu.dropdown-menu a.nav-anchor span {
  transition: none;
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0.singlemenu > .submenu.dropdown-menu a.nav-anchor:hover {
  background: #185292 !important;
  color: #fff !important;
  font-weight: bold;
  transition: none;
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .full-no-sidebar .item-footer {
  display: none !important;
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation > .ui-menu > .nav-1 > a {
  letter-spacing: 0.07px;
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation > .ui-menu > .nav-2 > a,
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation > .ui-menu > .nav-3 > a {
  letter-spacing: 0.15px;
}
header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation > .ui-menu > .nav-4 > a {
  letter-spacing: 0.12px;
}
header .mega-row.row {
  margin: 0;
}
.catalog-category-view header.page-header {
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  header.page-header .top_main_menu {
    position: relative;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation > ul {
    position: static;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0 {
    position: static !important;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0 a {
    background: none !important;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0 > .submenu.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    padding: 0;
    border: 0;
    width: auto;
    margin-top: 17px !important;
    left: 0;
    min-width: 100%;
    top: 100% !important;
    margin: 0 !important;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0 > .submenu.dropdown-menu .submenu-inner {
    padding: 0;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize {
    position: static !important;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu {
    background: transparent;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner {
    padding: 0;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content {
    background: transparent;
    border-radius: 0;
    height: auto;
    padding: 0;
    overflow-y: auto;
    float: none;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content > .level1 > .item-content1 > .mega-col {
    width: auto;
    height: 380px;
    overflow-y: hidden;
    background: #fff;
    padding: 10px 0;
    background-image: url(../images/scroll.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content > .level1 > .item-content1 > .mega-col > div {
    width: 230px !important;
    padding-right: 16px;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content > .level1 > .item-content1 > .mega-col > div:hover > .submenu.dropdown-menu {
    display: block;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content > .level1 > .item-content1 > .mega-col > div.menuhover > .nav-anchor::after {
    opacity: 1 !important;
    transform: rotate(90deg) !important;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content > .level1 > .item-content1 > .mega-col > .parent > a::after {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    right: 7px;
    transform: rotate(270deg);
    opacity: 0;
    transition: none;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content > .level1 > .item-content1 > .mega-col > .parent:hover > a:hover::after {
    opacity: 1;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content .level1,
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content .mega-col {
    position: static !important;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content .level1 .level1 > a {
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    border: none;
    color: #222222;
    padding: 0px 25px 0px 35px;
    margin: 0;
    transition: none;
    position: relative;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content .level1 .level1 > a span {
    transition: none;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content .level1 .level1:hover,
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content .level1 .level1.current,
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content .level1 .level1.active {
    transition: none;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content .level1 .level1:hover > a,
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content .level1 .level1.current > a,
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content .level1 .level1.active > a {
    background: #185292 !important;
    color: #fff;
    font-weight: bold;
    transition: none;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner > .content-wrapper > .item-content .level1 .level1.current > a::after {
    opacity: 1 !important;
    transform: rotate(90deg) !important;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner .level1 .submenu.dropdown-menu {
    width: calc(100% - 230px);
    right: 0;
    left: auto !important;
    padding: 13px 0 0 22px;
    box-shadow: none;
    max-height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    background: #fff;
    box-sizing: border-box;
    height: 100%;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner .level1 .submenu.dropdown-menu > .submenu-inner {
    overflow-y: auto;
    height: calc(100% - 105px);
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner .level1 .submenu.dropdown-menu .submenu-inner {
    padding: 0;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner .level1 .submenu.dropdown-menu .submenu-inner .item-content {
    width: 100%;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner .level1 .submenu.dropdown-menu .submenu-inner + .menu-logos {
    display: none;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner .level1 .submenu.dropdown-menu .menu-logos {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0 -25px;
    background: #fff;
    padding: 2px 0 0;
    margin-top: 20px;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner .level1 .submenu.dropdown-menu .menu-logos .pagebuilder-column {
    padding: 0 30px;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner .level1 .submenu.dropdown-menu .menu-logos a.nav-anchor.subitems-group {
    display: none;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner .level1 .submenu.dropdown-menu .level2 .nav-anchor.subitems-group {
    font-size: 12px;
    font-weight: 800;
    line-height: 20px;
    color: #041E42;
    border: none;
    background: none !important;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner .level1 .submenu.dropdown-menu .level2 .submenu.dropdown-mega {
    background: none;
    margin-bottom: 20px;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner .level1 .submenu.dropdown-menu .level2 .level3 .level3 a {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #222222;
    background: none;
    border: none;
    transition: all ease 0s;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner .level1 .submenu.dropdown-menu .level2 .level3 .level3 a span {
    transition: none;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner .level1 .submenu.dropdown-menu .level2 .level3 .level3 a:hover {
    font-weight: 700;
    transition: all ease 0s;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu > .submenu-inner .item-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 319px) !important;
    float: none !important;
    padding: 20px 70px 4px 50px;
    display: none;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize.active > .submenu.dropdown-menu {
    min-width: 100% !important;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .ui-state-active + .submenu.dropdown-menu {
    min-width: 100% !important;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0 .item-footer {
    border-top: 1px solid #E8E8E8;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0 .widget.block {
    margin: 0;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0 .amasty-logo-grid ul.amasty-logo-ul {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0 .amasty-logo-grid ul.amasty-logo-ul li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    list-style: none;
    margin: 0;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0 .amasty-logo-grid ul.amasty-logo-ul li a {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    text-align: center;
    height: 66px;
    position: relative;
    display: block;
    background: none;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0 .amasty-logo-grid ul.amasty-logo-ul li a img {
    max-height: 50%;
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    margin: auto;
  }
  body header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0.menu-fullsize > .submenu.dropdown-menu {
    min-width: 100%;
  }
}
@media (min-width: 1025px) {
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0:not(.menu-fullsize) > .submenu.dropdown-menu > .submenu-inner .level1 .level1 .nav-anchor.subitems-group {
    font-size: 12px;
    font-weight: 800;
    line-height: 25px;
    border: none;
    color: #041E42;
    background: none;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0:not(.menu-fullsize) > .submenu.dropdown-menu > .submenu-inner .level1 .level1 .submenu.dropdown-mega .submenu-inner .level2 .level2 a {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #222222;
    background: none !important;
    border: none;
    transition: all ease 0s;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0:not(.menu-fullsize) > .submenu.dropdown-menu > .submenu-inner .level1 .level1 .submenu.dropdown-mega .submenu-inner .level2 .level2 a[title="Pantone Color of the Year 2023"] {
    color: #b82949;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0:not(.menu-fullsize) > .submenu.dropdown-menu > .submenu-inner .level1 .level1 .submenu.dropdown-mega .submenu-inner .level2 .level2 a span {
    transition: none;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0:not(.menu-fullsize) > .submenu.dropdown-menu > .submenu-inner .level1 .level1 .submenu.dropdown-mega .submenu-inner .level2 .level2 a:hover {
    font-weight: 700;
    transition: all ease 0s;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0:not(.menu-fullsize) > .submenu.dropdown-menu > .submenu-inner .level1 .level1.remove-bold-brand .nav-anchor.subitems-group {
    font-weight: 400;
    color: #222;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0:not(.menu-fullsize) > .submenu.dropdown-menu > .submenu-inner .level1 .level1.remove-bold-brand .nav-anchor.subitems-group:hover {
    font-weight: 800;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0:not(.menu-fullsize) > .submenu.dropdown-menu > .submenu-inner .level1 .level2.bold-view-all .nav-anchor span {
    font-weight: 800;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0:not(.menu-fullsize).full-no-sidebar > .submenu.dropdown-menu > .submenu-inner > .content-wrapper {
    max-height: 365px;
    overflow-y: auto !important;
    overflow-x: hidden;
    background: #fff;
    padding: 12px 15px;
  }
  header.page-header .top_main_menu .sections.nav-sections nav.navigation .level0:not(.menu-fullsize).full-no-sidebar .item-footer {
    display: none;
  }
}
.breadcrumbs {
  margin-bottom: 30px;
}
.breadcrumbs .items li.item {
  margin: 0 0 4px 0;
  vertical-align: middle;
}
.breadcrumbs .items li.item a {
  color: #4A5568;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
}
.breadcrumbs .items li.item strong {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
}
.breadcrumbs .items li.item:not(:last-child):after {
  color: #4A5568;
  font-size: 11px;
  margin: 0 6px;
  position: relative;
  top: 1px;
}
body:not(.cms-index-index):not(.catalog-category-view) header.page-header {
  margin-bottom: 0;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
body:not(.cms-index-index):not(.catalog-category-view) .breadcrumbs {
  margin-top: 15px;
}
body.sub-categories-page header.page-header {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  body:not(.cms-index-index):not(.catalog-category-view) header.page-header .header.content {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  body:not(.cms-index-index):not(.catalog-category-view) header.page-header .header.content .logo img {
    width: 136px;
  }
  body:not(.cms-index-index):not(.catalog-category-view) header.page-header .header.content .block.block-search {
    padding: 0px 0 0 28px;
  }
  body:not(.cms-index-index):not(.catalog-category-view) header.page-header .header.content .block.block-search .block-content form .field .control input {
    height: 42px;
  }
  body:not(.cms-index-index):not(.catalog-category-view) header.page-header .header.content .block.block-search .block-content form .actions .action.search {
    height: 42px;
  }
  body:not(.cms-index-index):not(.catalog-category-view) header.page-header .header.content .block.block-search .block-content form #algolia-searchbox .algolia-autocomplete .algolia-search-input {
    height: 42px;
  }
  body:not(.cms-index-index):not(.catalog-category-view) header.page-header .header.content .block.block-search .block-content form #algolia-searchbox .magnifying-glass {
    height: 42px;
  }
  body:not(.cms-index-index):not(.catalog-category-view) header.page-header .header.content .chat_call_cart {
    padding: 0px 0px 0 0;
  }
  body:not(.cms-index-index):not(.catalog-category-view) header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us {
    align-items: center;
  }
  body:not(.cms-index-index):not(.catalog-category-view) header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-text p {
    display: none;
  }
  body:not(.cms-index-index):not(.catalog-category-view) header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-text h5,
  body:not(.cms-index-index):not(.catalog-category-view) header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-text span {
    letter-spacing: 0.5px;
  }
  body:not(.cms-index-index):not(.catalog-category-view) header.page-header .header.content .minicart-wrapper a.showcart:before {
    margin-top: 2px;
  }
  body.cms-page-view .page-wrapper .page-header {
    margin-bottom: 11px;
  }
  .nav-open body:not(.cms-index-index):not(.catalog-category-view) header.page-header .left_right_menu {
    display: block;
  }
  .nav-open body:not(.cms-index-index):not(.catalog-category-view) header.page-header .header.content .nav-toggle:before {
    background-image: url(../images/cross-icon.svg);
  }
}
@media (max-width: 767px) {
  header.page-header {
    margin: 0 !important;
    box-shadow: none !important;
  }
  header.page-header .header.content {
    padding-top: 9px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }
  header.page-header .header.content .logo {
    margin-left: 0;
    position: relative;
    float: none;
    width: 100%;
  }
  header.page-header .header.content .logo img {
    width: 170px;
    margin: 0 auto;
  }
  header.page-header .header.content .action.nav-toggle {
    top: 0;
    position: relative;
    left: 0px;
    float: none;
    width: 45px;
  }
  header.page-header .header.content .action.nav-toggle:before {
    font-size: 18px;
    font-family: 'icomoon';
    content: '\e904';
    color: #041e42;
  }
  header.page-header .header.content .chat_call_cart {
    float: none;
    padding: 0;
    margin-left: 0;
    position: relative;
    left: 10px;
  }
  header.page-header .header.content .chat_call_cart .chathead-block .cllcht-text {
    display: none;
  }
  header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-img {
    height: auto;
    line-height: 1;
  }
  header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-img span.icon-icon_chat {
    display: none;
  }
  header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block .cllcht-img span.icon-icon_phone {
    font-size: 22px;
  }
  header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block.cll-block {
    padding: 0;
  }
  header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us {
    margin-top: 0;
    align-items: center;
  }
  header.page-header .header.content > div.block.block-search {
    display: block;
    order: 5;
    padding: 0;
    width: 100%;
    float: none;
    margin: 0;
  }
  header.page-header .header.content > div.block.block-search .block-content {
    margin: 14px -20px 0;
  }
  header.page-header .header.content > div.block.block-search .control .search-autocomplete {
    margin: 0;
    width: 100% !important;
  }
  header.page-header .header.content > div.block.block-search .control .search-autocomplete ul:not(:empty) {
    background: #ffffff;
    border: 0;
    border-top: 0;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
    margin-top: 10px;
  }
  header.page-header .header.content > div.block.block-search .control .search-autocomplete ul:not(:empty) li {
    font-size: 14px;
    color: #222;
    padding: 5px 0;
    background: #fff;
    border: 0;
  }
  header.page-header .header.content > div.block.block-search .control .search-autocomplete ul:not(:empty) li span.amount {
    display: none;
  }
  header.page-header .header.content > div.block.block-search form#search_mini_form {
    box-shadow: none;
  }
  header.page-header .header.content > div.block.block-search .block.block-content form .field .label {
    display: none;
  }
  header.page-header .header.content > div.block.block-search .block.block-content form .field .control input {
    position: relative;
    opacity: 1;
    left: 0;
    margin: 0;
    height: 32px;
    border-radius: 0;
    background: #f5f5f5 !important;
    font-size: 14px;
    color: #222222;
  }
  header.page-header .header.content > div.block.block-search .block.block-content form .field .control input::-webkit-input-placeholder {
    font-style: italic;
  }
  header.page-header .header.content > div.block.block-search .block.block-content form .field .control input:-ms-input-placeholder {
    font-style: italic;
  }
  header.page-header .header.content > div.block.block-search .block.block-content form .field .control input::placeholder {
    font-style: italic;
  }
  header.page-header .header.content > div.block.block-search .block.block-content form .actions {
    top: 0;
    opacity: 1;
    transition: none;
    right: 20px;
  }
  header.page-header .header.content > div.block.block-search .block.block-content form .actions .action.search {
    display: block;
    font-size: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    height: 32px;
    width: 32px;
  }
  header.page-header .header.content > div.block.block-search .block.block-content form .actions .action.search::before {
    height: 32px;
    line-height: 32px;
    color: rgba(34, 34, 34, 0.75);
  }
  header.page-header .header.content .block.block-search {
    display: none;
  }
  header.page-header .header.content .block.block-search .block.block-content form .field .label {
    position: absolute;
    right: 37px;
    top: -47px;
  }
  header.page-header .header.content .block.block-search .block.block-content form .field .label:before {
    cursor: pointer;
    color: #00a7b5;
  }
  header.page-header .header.content .block.block-search .block.block-content form .field .label.active + .control input {
    left: 0;
    opacity: 1;
  }
  header.page-header .header.content .block.block-search .block.block-content form .field .control {
    border: none;
    margin: 0;
    padding: 0;
  }
  header.page-header .header.content .block.block-search .block.block-content form .field .control input {
    position: absolute;
    opacity: 0;
    left: -100%;
  }
  header.page-header .header.content .block.block-search .block.block-content form .actions {
    top: 16px;
    opacity: 0;
    transition: all ease 0.22s;
  }
  header.page-header .header.content .block.block-search .block.block-content form .actions .action.search {
    display: block;
    font-size: 0;
  }
  header.page-header .header.content .block.block-search .block.block-content form .actions .action.search:before {
    background-image: url(../images/search-new.svg);
    width: 24px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    content: "";
    display: block;
    margin: auto;
    text-align: center;
  }
  header.page-header .header.content .block.block-search .block.block-content form.active .actions {
    opacity: 1;
  }
  header.page-header .header.content .block.block-search.algolia-search-block .block.block-title {
    display: block;
    margin: 0;
    position: absolute;
    right: 48px;
    top: -50px;
  }
  header.page-header .header.content .block.block-search.algolia-search-block .block.block-title strong {
    font-size: 0;
    position: relative;
  }
  header.page-header .header.content .block.block-search.algolia-search-block .block.block-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #4c4c4c;
    content: '\e615';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  header.page-header .header.content .block.block-search.algolia-search-block .block-content {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 10px;
    background: #fff;
    padding: 12px 10px;
    border: 1px solid #e4e4e4;
    display: none;
  }
  header.page-header .header.content .block.block-search.algolia-search-block.active .block-content {
    display: block;
  }
  header.page-header .left_right_menu {
    border: none;
    padding: 0;
    margin: 0 !important;
  }
  header.page-header .left_right_menu .top_main_menu .main_top_right_menu {
    display: none;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items .nav-sections-item-title {
    background: #EEEEEE;
    width: 50%;
    border: none;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items .nav-sections-item-title a {
    color: #000;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items .nav-sections-item-title.active {
    background: #D0D0D0;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items .nav-sections-item-content .header.links li.greet.welcome {
    border-top: none;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items .nav-sections-item-content .header.links li a {
    font-weight: normal;
    font-size: 15px;
    padding: 14px 15px;
    border-bottom: 1px solid #d1d1d1;
    border-top: none;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 > a {
    padding: 15px 41px 15px 20px;
    border-left-color: #202020;
    border-left-width: 7px;
    font-size: 15px;
  }
  header + .breadcrumbs + .page-main {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1204px) {
  header.page-header .header.content .action.nav-toggle {
    left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1204px) {
  header.page-header .header.content .action.nav-toggle {
    left: 40px;
  }
  body.catalog-product-view .breadcrumbs {
    padding: 0 40px 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  header.page-header .header.content .logo {
    margin-left: 50px;
  }
  header.page-header .header.content .logo img {
    width: 170px;
  }
  header.page-header .header.content .action.nav-toggle {
    display: block;
    top: 16px;
  }
  header.page-header .header.content .action.nav-toggle:before {
    font-size: 30px;
    color: #041e42;
  }
  header.page-header .header.content .block.block-search {
    display: none;
  }
  header.page-header .header.content .block.block-search .block.block-content form .field .label {
    position: absolute;
    right: 0;
    top: 15px;
    clip: inherit;
    height: auto;
    width: auto;
    margin: 0;
    float: none;
    cursor: pointer;
  }
  header.page-header .header.content .block.block-search .block.block-content form .field .label:before {
    color: #454545;
    margin: 0;
  }
  header.page-header .header.content .block.block-search .block.block-content form .field .control {
    opacity: 0;
    left: -100%;
    position: absolute;
    width: 100%;
    top: 65px;
  }
  header.page-header .header.content .block.block-search .block.block-content form .actions {
    display: none;
    top: 65px;
    transition: all ease 0s;
  }
  header.page-header .header.content .block.block-search .block.block-content form.active .actions {
    display: block;
  }
  header.page-header .header.content .block.block-search .block.block-content form.active .control {
    opacity: 1;
    left: 0;
  }
  header.page-header .header.content .block.block-search.algolia-search-block .block.block-title {
    display: block;
    margin: 0;
    position: absolute;
    right: 1px;
    top: 13px;
  }
  header.page-header .header.content .block.block-search.algolia-search-block .block.block-title strong {
    font-size: 0;
    position: relative;
    cursor: pointer;
  }
  header.page-header .header.content .block.block-search.algolia-search-block .block.block-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #4c4c4c;
    content: '\e615';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  header.page-header .header.content .block.block-search.algolia-search-block .block-content {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 66px;
    background: #fff;
    padding: 12px 10px;
    border: 1px solid #e4e4e4;
    display: none;
  }
  header.page-header .header.content .block.block-search.algolia-search-block.active .block-content {
    display: block;
  }
  header.page-header .header.content .chat_call_cart {
    padding: 1px 0 0 0;
  }
  header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block.cll-block {
    padding: 0 0 0 36px;
  }
  header.page-header .left_right_menu {
    padding: 0;
  }
  header.page-header .left_right_menu .main_top_right_menu {
    display: none;
  }
  header.page-header .menu-logos {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  header.page-header .header.content .block-search {
    width: calc(100% - 596px);
  }
  header.page-header .header.content .chat_call_cart .chathead-block .custom-block .call-chat-us .cll-chat-block.cll-block {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  html.nav-open .page-wrapper {
    left: 0;
  }
  html.nav-open .page-wrapper .nav-logo.text-center {
    padding: 9px;
  }
  html.nav-open .page-wrapper .backmyaccount {
    color: #fff !important;
    background: #222222 !important;
    border-color: #000;
    padding: 0 20px;
    font-weight: 700;
    font-size: 16px;
    border: 0 !important;
    line-height: 38px;
  }
  html.nav-open .page-wrapper .backmyaccount span {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  html.nav-open .page-wrapper .backmyaccount span::after {
    content: "\e617";
    color: #fff;
    font-family: 'luma-icons';
    font-size: 12px;
    position: relative;
    left: 10px;
  }
  html.nav-open .page-wrapper .ves-megamenu .drilldown-back {
    display: block;
  }
  html.nav-open .page-wrapper .ves-megamenu .drilldown-back a {
    color: #fff !important;
    background: #222222 !important;
    border-color: #000;
    padding: 9px 20px;
    font-weight: 700;
    font-size: 16px;
    border: 0 !important;
  }
  html.nav-open .page-wrapper .ves-megamenu .drilldown-back a .current-cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  html.nav-open .page-wrapper .ves-megamenu .drilldown-back a .current-cat::after {
    content: "\e617";
    color: #fff;
    font-family: 'luma-icons';
    font-size: 12px;
    position: relative;
    left: 10px;
  }
  html.nav-open .page-wrapper .ves-megamenu .drilldown-back a .drill-opener {
    display: none;
  }
  html.nav-open .page-wrapper .nav-logo.text-center img {
    height: 34px;
    display: block;
    margin: 0 auto;
  }
  html.nav-open .page-wrapper form#ipromo_search_mini_form input#mobile-nav-search {
    padding: 5px 40px 5px 24px;
    height: 35px;
  }
  html.nav-open .page-wrapper nav-sections-item-content {
    padding-top: 8px;
  }
  html.nav-open .page-wrapper header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 > a,
  html.nav-open .page-wrapper .mobile-menu-items > div > ul > li a,
  html.nav-open .page-wrapper ul.myaccount-menu > li > a {
    line-height: 18px;
  }
  html.nav-open .page-wrapper .navigation .submenu:not(:first-child),
  html.nav-open .page-wrapper ul.myaccount-menu > li ul.myaccount-dropdown {
    position: fixed;
    top: 98px !important;
    transition: left 0.3s ease-out;
    background: #fff !important;
    width: calc(100% - 54px) !important;
    height: calc(100% - 146px);
    opacity: 0;
    z-index: 99999;
    left: -100% !important;
    overflow-y: auto;
    transition: all ease 0.5s !important;
  }
  html.nav-open .page-wrapper .navigation .submenu:not(:first-child) {
    top: 146px !important;
  }
  html.nav-open .page-wrapper .navigation .submenuopen > .submenu:not(:first-child),
  html.nav-open .page-wrapper ul.myaccount-menu.active > li ul.myaccount-dropdown {
    opacity: 1;
    left: 0 !important;
    transition: all ease 0.5s !important;
  }
  .menu-logos {
    display: none;
  }
}
.amsearch-form-block.-opened {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .page-header .amsearch-wrapper-block .amsearch-input-wrapper.-typed .amsearch-button.-close.-clear.-icon {
    right: 70px !important;
  }
}
.page-header .amsearch-wrapper-block .amsearch-input-wrapper.-typed .amsearch-button.-close.-clear.-icon {
  bottom: auto;
  top: 50%;
  padding: 0 4px;
  background-image: none;
  width: 21px;
  height: 21px !important;
  right: 100px;
  transform: translateY(-50%);
}
.page-header .amsearch-wrapper-block .amsearch-input-wrapper.-typed .amsearch-button.-close.-clear.-icon:hover {
  filter: initial;
}
.page-header .amsearch-wrapper-block .amsearch-input-wrapper.-typed .amsearch-button.-close.-clear.-icon:after {
  background-color: #ccc;
  border-radius: 50%;
  color: #fff;
  z-index: 99999999;
  content: '\e616' !important;
  font-family: 'luma-icons';
  font-weight: bold;
  font-size: 10px;
  padding: 7px;
}
footer.page-footer {
  background: #011E41;
  color: #ffffff;
  margin-top: 0;
}
footer.page-footer .footer {
  padding-top: 60px;
}
footer.page-footer .footer-col:not(.footer-social-link-section) {
  float: left;
  width: 22%;
}
@media (max-width: 991px) {
  footer.page-footer .footer-col:not(.footer-social-link-section) {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 0 0 25px 0;
  }
}
footer.page-footer .footer-col h4,
footer.page-footer .footer-col span {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 0 7px 0;
}
footer.page-footer .footer-col ul li {
  display: block;
  margin: 0;
}
@media (max-width: 991px) {
  footer.page-footer .footer-col ul li {
    padding: 5px 0 0;
  }
}
footer.page-footer .footer-col ul li a {
  color: #ffffff;
  font-size: 13px;
  line-height: 26px;
  display: block;
}
footer.page-footer .footer-col ul li a:hover {
  font-weight: 700;
}
footer.page-footer .footer-col.footer-social-link-section {
  float: right;
}
@media (max-width: 767px) {
  footer.page-footer .footer-col.footer-social-link-section {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.page-footer .footer-col.footer-social-link-section {
    width: 100%;
  }
}
footer.page-footer .footer-col.footer-social-link-section .footer-social-addrs {
  position: relative;
  top: 5px;
}
@media (max-width: 1200px) {
  footer.page-footer .footer-col.footer-social-link-section .footer-social-addrs {
    left: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  footer.page-footer .footer-col.footer-social-link-section .footer-social-addrs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer.page-footer .footer-col.footer-social-link-section .footer-social-addrs .footer_social li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 26px 0 0;
}
@media (max-width: 991px) {
  footer.page-footer .footer-col.footer-social-link-section .footer-social-addrs .footer_social li:last-child {
    padding-right: 0;
  }
}
footer.page-footer .footer-col.footer-social-link-section .footer-social-addrs .footer_social li a {
  line-height: inherit;
  display: block;
  transform: scale(1);
}
footer.page-footer .footer-col.footer-social-link-section .footer-social-addrs .footer_social li a:hover {
  transform: scale(1.3);
}
footer.page-footer .footer-col.footer-social-link-section .footer-social-addrs .footer_address {
  padding: 60px 0 35px 0;
}
footer.page-footer .footer-col.footer-social-link-section .footer-social-addrs .footer_address h4 {
  line-height: 17.6px;
  font-weight: bold;
  font-size: 16px;
}
footer.page-footer .footer-col.footer-social-link-section .footer-social-addrs .footer_address p {
  font-size: 13px;
  font-weight: normal;
  line-height: 32px;
  margin: 0;
}
footer.page-footer .footer-col.footer-social-link-section .footer-social-addrs .footer-reviews {
  padding: 0;
}
footer.page-footer .footer-col.footer-social-link-section .footer-social-addrs .footer-reviews p {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin: -7px 0 0 0;
}
@media only screen and (min-width: 992px) {
  footer.page-footer .footer-col.footer-social-link-section .shopper-approve {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
}
footer.page-footer .footer-col.footer-social-link-section .shopper-approve img {
  max-width: 180px;
}
@media only screen and (min-width: 992px) {
  footer.page-footer .footer-col.footer-social-link-section .shopper-approve img {
    margin-right: 12px;
  }
}
footer.page-footer .footer-col.footer-social-link-section .footer-inc-logo img {
  max-width: 130px;
}
footer.page-footer .footer-col.footer-social-link-section .footer-inc-busn-logo {
  /*.flex-center();*/
}
footer.page-footer .footer-col.footer-social-link-section .footer-inc-busn-logo .footer-inc-logo {
  margin: 0 0 16px 0;
}
footer.page-footer .footer-col.footer-social-link-section .footer-busnies-img {
  display: flex;
  align-items: center;
}
footer.page-footer .footer-col.footer-social-link-section .footer-busnies-img img:nth-child(2) {
  margin: 0 16px;
  cursor: pointer;
}
footer.page-footer .footer-col .myacc-link-f {
  margin-top: 50px;
}
@media (max-width: 767px) {
  footer.page-footer .footer-col .myacc-link-f {
    margin-top: 30px;
  }
}
.copyright {
  background-color: #011E41;
  color: #7A7A7A;
  padding: 20px 0 20px 0;
  font-size: 13px;
  line-height: 31.59px;
}
.copyright span {
  color: #fff;
}
@media (max-width: 767px) {
  .copyright {
    padding: 20px 0 20px 0;
    margin-top: -1px;
  }
}
.cms-index-index footer.page-footer,
.cms-corporate-gifts footer.page-footer {
  margin-top: -40px;
}
#move-top {
  position: fixed;
  left: 16%;
  bottom: 10%;
  background: #185292;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 29px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  display: none;
}
@media (max-width: 1199px) {
  #move-top {
    left: 25px;
    bottom: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  #move-top {
    left: 1%;
  }
}
@media (min-width: 1501px) and (max-width: 1700px) {
  #move-top {
    left: 7%;
  }
}
@media (min-width: 1701px) and (max-width: 1820px) {
  #move-top {
    left: 12%;
  }
}
body.cms-privacy #move-top,
body.cms-term-of-use #move-top,
body.cms-terms-of-sale #move-top,
body.cms-frequently-asked-question #move-top {
  opacity: 1;
  visibility: visible;
}
.main-getin-touch {
  margin: 0;
  position: relative;
  z-index: 1;
  background: #185292;
}
.getin-touch-inner {
  padding: 40px 53px 48px 42px;
  clear: both;
  overflow: hidden;
}
.getin-touch-inner .getin-touch-content {
  float: left;
  width: 26%;
}
@media (max-width: 767px) {
  .getin-touch-inner .getin-touch-content {
    width: 100%;
    float: none;
  }
}
.getin-touch-inner .getin-touch-content h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 35px;
  color: #fff;
  margin: 0 0 7px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .getin-touch-inner .getin-touch-content h3 {
    font-size: 26px;
  }
}
.getin-touch-inner .getin-touch-content p {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin: 0;
}
.getin-touch-inner .getin-touch-content ul {
  padding: 60px 0 0 0;
}
@media (max-width: 991px) {
  .getin-touch-inner .getin-touch-content ul {
    padding-top: 30px;
  }
}
.getin-touch-inner .getin-touch-content ul li {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.getin-touch-inner .getin-touch-content ul li:not(:last-child) {
  padding: 0 0 30px 0;
}
.getin-touch-inner .getin-touch-content ul li img {
  filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.getin-touch-inner .getin-touch-content ul li a {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  padding-left: 13px;
}
.getin-touch-inner .getin-touch-form {
  float: left;
  width: 74%;
}
@media (max-width: 767px) {
  .getin-touch-inner .getin-touch-form {
    width: 100%;
    float: none;
    padding: 30px 0 0 0;
  }
}
.getin-touch-inner .getin-touch-form form .fieldset {
  clear: both;
  overflow: hidden;
  margin: 0;
}
.getin-touch-inner .getin-touch-form form .fieldset .field {
  padding-left: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .getin-touch-inner .getin-touch-form form .fieldset .field {
    padding: 10px !important;
  }
}
.getin-touch-inner .getin-touch-form form .fieldset .field:not(.comment) {
  width: 50%;
  float: left;
}
.getin-touch-inner .getin-touch-form form .fieldset .field:nth-child(1) {
  padding-right: 17px;
}
@media (max-width: 767px) {
  .getin-touch-inner .getin-touch-form form .fieldset .field:nth-child(1) {
    padding: 0;
  }
}
.getin-touch-inner .getin-touch-form form .fieldset .field:nth-child(2) {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .getin-touch-inner .getin-touch-form form .fieldset .field:nth-child(2) {
    padding: 0;
  }
}
.getin-touch-inner .getin-touch-form form .fieldset .field input,
.getin-touch-inner .getin-touch-form form .fieldset .field textarea {
  border: none;
  border-bottom: 1px solid #fff;
  background: no-repeat;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 0 12px 0px;
  height: auto;
  color: #fff;
  border-radius: 0;
  opacity: 1;
}
.getin-touch-inner .getin-touch-form form .fieldset .field input::-webkit-input-placeholder,
.getin-touch-inner .getin-touch-form form .fieldset .field textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.getin-touch-inner .getin-touch-form form .fieldset .field input::-moz-placeholder,
.getin-touch-inner .getin-touch-form form .fieldset .field textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.getin-touch-inner .getin-touch-form form .fieldset .field input:-ms-input-placeholder,
.getin-touch-inner .getin-touch-form form .fieldset .field textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.getin-touch-inner .getin-touch-form form .fieldset .field input:-moz-placeholder,
.getin-touch-inner .getin-touch-form form .fieldset .field textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
@media (max-width: 991px) {
  .getin-touch-inner .getin-touch-form form .fieldset .field input,
  .getin-touch-inner .getin-touch-form form .fieldset .field textarea {
    font-size: 15px;
    padding: 0 0 20px 0;
  }
}
.getin-touch-inner .getin-touch-form form .fieldset .field textarea {
  height: 46px;
  overflow: hidden;
}
.getin-touch-inner .getin-touch-form form .fieldset .field .control {
  position: relative;
}
.getin-touch-inner .getin-touch-form form .fieldset .field .control label {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 0px;
  clip: inherit;
  width: auto;
  height: auto;
  margin: 0;
  pointer-events: none;
}
.getin-touch-inner .getin-touch-form form .fieldset .field.fl-label-state .control label {
  transform: scale(0.7);
  top: -6px;
  transform-origin: left;
}
.getin-touch-inner .getin-touch-form form .fieldset .field.comment {
  clear: both;
  overflow: hidden;
}
.getin-touch-inner .getin-touch-form form .actions-toolbar {
  text-align: right;
  margin: 0;
}
.getin-touch-inner .getin-touch-form form .actions-toolbar .primary {
  float: none;
}
.getin-touch-inner .getin-touch-form form .actions-toolbar .primary .action.primary {
  background: #111111;
  height: 40px;
  text-align: center;
  width: auto;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #111111;
  padding: 0 18px;
  border-radius: 0;
  line-height: 40px;
  font-family: 'Roboto';
  margin: 0;
  width: 120px;
}
.getin-touch-inner .getin-touch-form form .actions-toolbar .primary .action.primary:hover {
  background: #041E42;
}
@media (max-width: 767px) {
  .getin-touch-inner {
    padding: 25px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  footer.page-footer .footer-col:not(.footer-social-link-section) {
    width: 19%;
  }
}
@media (max-width: 991px) {
  footer.page-footer .footer-col .myacc-link-f {
    margin-top: 30px;
  }
  .copyright {
    margin-top: -1px;
  }
  footer.page-footer {
    padding-bottom: 0;
  }
  .footer-social-addrs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-social-addrs .shopper-approve {
    width: 100%;
    order: 1;
    margin-top: 25px;
  }
  .footer-social-addrs .footer-reviews {
    order: 2;
    width: 100%;
    margin: 18px 0 40px;
  }
  .footer-social-addrs .footer-inc-busn-logo {
    order: 3;
  }
  .footer-social-addrs .footer_address {
    order: 4;
    padding: 25px 0 !important;
    width: 100%;
  }
  .footer-social-addrs .footer_social {
    order: 5;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .getin-touch-inner {
    padding: 25px 20px;
  }
}
.static-blog-main-container {
  padding: 40px 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .static-blog-main-container {
    padding: 40px 20px;
  }
}
.static-blog-main-container .main-container-inner {
  display: flex;
  max-width: 1360px;
  margin: auto;
}
@media (max-width: 1024px) {
  .static-blog-main-container .main-container-inner {
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .static-blog-main-container .main-container-inner .main-box {
    margin-right: 30px;
    width: 33%;
  }
}
@media (max-width: 1024px) {
  .static-blog-main-container .main-container-inner .main-box {
    margin-bottom: 30px;
    width: 70%;
    margin-right: 10px !important;
  }
}
@media (max-width: 480px) {
  .static-blog-main-container .main-container-inner .main-box {
    width: 100%;
    margin-right: 0 !important;
  }
}
.static-blog-main-container .main-container-inner .main-box:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.static-blog-main-container .main-container-inner .main-box .main-box-inner {
  background: #34537e;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #A1A0A0;
}
.static-blog-main-container .main-container-inner .main-box .main-box-inner:hover {
  box-shadow: 0px 0px 8px #A1A0A0;
}
.static-blog-main-container .main-container-inner .main-box .main-box-inner:hover .content-section .text {
  text-decoration: underline;
}
.static-blog-main-container .main-container-inner .main-box .main-box-inner .content-section {
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0;
  width: 70%;
}
.static-blog-main-container .main-container-inner .main-box .main-box-inner .content-section .date {
  font-size: 14px;
}
.static-blog-main-container .main-container-inner .main-box .main-box-inner .content-section .text {
  font-weight: 500;
  overflow: hidden;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.static-blog-main-container .main-container-inner .main-box .main-box-inner .content-section:first-child {
  font-weight: 500;
}
@media (max-width: 767px) {
  .static-blog-main-container .main-container-inner .main-box .main-box-inner .content-section {
    width: 60%;
  }
}
.static-blog-main-container .main-container-inner .main-box .main-box-inner .content-section p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: unset;
}
.static-blog-main-container .main-container-inner .main-box .main-box-inner .image-section {
  position: relative;
  top: 3px;
  left: 3px;
  width: 30%;
}
@media (max-width: 1024px) {
  .static-blog-main-container .main-container-inner .main-box .main-box-inner .image-section {
    width: auto;
  }
}
.static-blog-main-container .main-container-inner .main-box .main-box-inner .image-section img {
  height: 80px;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot?fma77c');
  src: url('../fonts/icomoon/icomoon.eot?fma77c#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?fma77c') format('truetype'), url('../fonts/icomoon/icomoon.woff?fma77c') format('woff'), url('../fonts/icomoon/icomoon.svg?fma77c#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nimbus San Regular";
  src: url("../fonts/NimbusSans/NimbusSanL-Reg.otf");
}
@font-face {
  font-family: "Nimbus San Bold";
  src: url("../fonts/NimbusSans/NimbusSanL-Bol.otf");
}
@font-face {
  font-family: "Alternate Gothic";
  src: url("../fonts/AlternateGothic/alternate-gothic-cond-atf-bold.otf");
}
@font-face {
  font-family: "Alternate Gothic Regular";
  src: url("../fonts/AlternateGothic/AlternateGothicCondATF-Book.otf");
}
@font-face {
  font-family: "Alternate Gothic Black";
  src: url("../fonts/AlternateGothic/AlternateGothicCondATF-Black.otf");
}
*,
*:after,
*:before {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: normal;
  color: #000000;
}
ul,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto';
  line-height: 1.1;
}
h1 {
  font-weight: bold;
  font-size: 52px;
  line-height: 59px;
}
.h1 {
  font-weight: bold;
  font-size: 52px;
  line-height: 59px;
}
a,
span {
  text-decoration: none;
}
*:focus,
select:focus,
input:focus {
  outline: none;
  box-shadow: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  font-family: 'Roboto';
  border: 1px solid #E0E0E0;
  border-radius: 0;
  height: 40px;
  color: #4f4f4f;
  font-size: 15px;
}
select,
textarea {
  font-family: 'Roboto';
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  margin: 0 0 0 1px;
  position: relative;
  top: -4px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
div.flow-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  z-index: 15;
  height: 100%;
  left: 0;
  min-height: 1000px;
  right: 0;
  top: 0;
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main,
.container,
#html-body [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner,
[data-content-type="row"][data-appearance="contained"] {
  max-width: 1360px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) and (max-width: 1420px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container,
  #html-body [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner,
  [data-content-type="row"][data-appearance="contained"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.navigation #html-body .page-main [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner,
.breadcrumbs #html-body .page-main [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner,
.page-header .header.panel #html-body .page-main [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner,
.header.content #html-body .page-main [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner,
.footer.content #html-body .page-main [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner,
.page-wrapper > .widget #html-body .page-main [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner,
.page-wrapper > .page-bottom #html-body .page-main [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner,
.block.category.event #html-body .page-main [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner,
.top-container #html-body .page-main [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner,
.page-main #html-body .page-main [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner,
.container #html-body .page-main [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner,
#html-body [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner #html-body .page-main [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner,
[data-content-type="row"][data-appearance="contained"] #html-body .page-main [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner,
.navigation .page-main [data-content-type="row"][data-appearance="contained"],
.breadcrumbs .page-main [data-content-type="row"][data-appearance="contained"],
.page-header .header.panel .page-main [data-content-type="row"][data-appearance="contained"],
.header.content .page-main [data-content-type="row"][data-appearance="contained"],
.footer.content .page-main [data-content-type="row"][data-appearance="contained"],
.page-wrapper > .widget .page-main [data-content-type="row"][data-appearance="contained"],
.page-wrapper > .page-bottom .page-main [data-content-type="row"][data-appearance="contained"],
.block.category.event .page-main [data-content-type="row"][data-appearance="contained"],
.top-container .page-main [data-content-type="row"][data-appearance="contained"],
.page-main .page-main [data-content-type="row"][data-appearance="contained"],
.container .page-main [data-content-type="row"][data-appearance="contained"],
#html-body [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner .page-main [data-content-type="row"][data-appearance="contained"],
[data-content-type="row"][data-appearance="contained"] .page-main [data-content-type="row"][data-appearance="contained"] {
  padding: 0;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mt0 {
  margin-top: 0 !important;
}
.flow-overlay::after,
.search-overlay::after {
  position: fixed;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  z-index: 15;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  content: '';
}
.needhelp-block {
  padding: 0;
  position: relative;
}
.needhelp-section {
  padding: 60px 251px 70px 251px;
  position: relative;
  color: #fff;
}
@media (max-width: 991px) {
  .needhelp-section {
    padding: 50px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .needhelp-section {
    padding: 50px 90px 60px 90px;
  }
}
.needhelp-section .needdelp-head {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .needhelp-section .needdelp-head {
    margin-bottom: 40px;
  }
}
.needhelp-section .needdelp-head h1 {
  color: #fff;
}
.needhelp-section .needdelp-head p {
  margin: 0 0 10px 0;
}
.needhelp-section .needhelp-forms form .needform-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.needhelp-section .needhelp-forms form .needform-row .needcontrol-in {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.needhelp-section .needhelp-forms form .needform-row .needcontrol-in:not(:nth-last-child(-n+2)) {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .needhelp-section .needhelp-forms form .needform-row .needcontrol-in {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
.needhelp-section .needhelp-forms form .needform-row .needform-input {
  position: relative;
}
.needhelp-section .needhelp-forms form .needform-row .needform-input .control-btm {
  border: none;
  border-bottom: 1px solid #000000;
  height: auto;
  color: #8B8B8B;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  padding: 12px 30px 8px 0;
  border-radius: 0;
  background-color: transparent;
  border-color: #fff;
  font-size: 18px;
  color: #fff;
}
.needhelp-section .needhelp-forms form .needform-row .needform-input .control-btm ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.needhelp-section .needhelp-forms form .needform-row .needform-input .control-btm ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.needhelp-section .needhelp-forms form .needform-row .needform-input .control-btm :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.needhelp-section .needhelp-forms form .needform-row .needform-input .control-btm :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.needhelp-section .needhelp-forms form .needform-row .needform-input .label {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 14px;
  left: 0px;
  clip: inherit;
  width: auto;
  height: auto;
  margin: 0;
  pointer-events: none;
}
.needhelp-section .needhelp-forms form .needform-row .needform-input select {
  background-image: url(../images/select-bg-white.png);
}
.needhelp-section .needhelp-forms form .needform-row .needform-input select ~ .label {
  font-size: 11px;
  top: -6px;
  transform: none !important;
}
.needhelp-section .needhelp-forms form .needform-row .needform-input select option {
  color: #000;
}
.needhelp-section .needhelp-forms form .needform-row .field.fl-label-state .needform-input .label {
  transform: scale(0.7);
  top: -6px;
  transform-origin: left;
}
.needhelp-section .needhelp-forms form .getquick-btn {
  text-align: center;
  margin-top: 50px;
}
.needhelp-section .needhelp-forms form .getquick-btn button {
  background: #111111;
  height: 40px;
  text-align: center;
  width: auto;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #111111;
  padding: 0 18px;
  border-radius: 0;
  line-height: 40px;
  font-family: 'Roboto';
  background: #041E42;
  min-width: 240px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
}
.needhelp-section .needhelp-forms form .getquick-btn button:hover {
  background: #041E42;
}
.page-title-wrapper {
  margin: 0 0 20px 0;
}
.page-title-wrapper h1 {
  font-size: 36px;
  color: #011E42;
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 26px !important;
    line-height: 26px !important;
  }
  .h1 {
    font-size: 26px;
    line-height: 26px;
  }
  div#hbl-live-chat-wrapper {
    position: relative;
    z-index: 99;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1,
  h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1,
  h2 {
    font-size: 35px !important;
  }
  .h1 {
    font-size: 35px;
  }
}
.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.align-center {
  align-items: center;
  -webkit-align-items: center;
}
.flex-center {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
}
.blue-btn-sm {
  background: #011E41;
  border-radius: 0;
  color: #fff !important;
  height: 55px;
  text-align: center;
  display: inline-block;
  line-height: 55px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: 'Roboto';
}
.blue-btn-sm:hover {
  background: #185292;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .ves-megamenu.ves-offcanvas .opener,
  .ves-megamenu.ves-maccordion .opener {
    display: block !important;
  }
  .ves-megamenu .navigation .drill-opener,
  .ves-megamenu .navigation .opener {
    position: absolute !important;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-family: 'luma-icons';
    z-index: 99;
    height: auto;
    line-height: 50px;
    width: 50px;
  }
  .ves-megamenu .drill-opener::before,
  .ves-megamenu .opener::before {
    content: "\e61c";
  }
  .ves-megamenu .opener.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .ves-megamenu .opener.item-active::before {
    content: "\e60f";
  }
  .nav-sections {
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .nav-sections .switcher {
    border-top: 1px solid #000;
    font-size: 1.6rem;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 0;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #000;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-dropdown {
    display: none;
    padding: 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    display: block;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #000;
    padding: .8rem 10px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #000;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    display: block;
    padding: .8rem;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.4);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    clear: both;
    position: relative;
    z-index: 1;
  }
  .nav-sections-item-title {
    background: #000;
    border: solid #000;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
    display: block;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items .nav-sections-item-title {
    background: #EEEEEE;
    width: 50%;
    border: none;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items .nav-sections-item-title a {
    color: #000;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items .nav-sections-item-title.active {
    background: #D0D0D0;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items .nav-sections-item-content .header.links li.greet.welcome {
    border-top: none;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items .nav-sections-item-content .header.links li a {
    font-weight: normal;
    font-size: 15px;
    padding: 14px 15px;
    border-bottom: 1px solid #d1d1d1;
    border-top: none;
    color: #575757;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 {
    border-top: 1px solid #d1d1d1;
    display: block;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 > a {
    padding: 15px 41px 15px 20px;
    border-left-color: #202020;
    border-left-width: 7px;
    font-size: 15px;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 > a > .ves-caret {
    display: none;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 .submenu {
    position: relative;
    box-shadow: none;
    background: none;
    top: 0 !important;
    left: 0 !important;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 .submenu .submenu-inner {
    padding: 0 0px 0px 10px;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 .submenu .level1 .nav-item a {
    line-height: 50px;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 .submenu .level1 .nav-item a .ves-caret {
    display: none;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 .submenu .submenu-inner .level2 > a {
    border-bottom: 1px solid #CFCFCF !important;
  }
}
@media (min-width: 1025px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    margin-bottom: 0;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections {
    float: left;
    background: none;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .page-header .ves-megamenu .navigation .nav-item.current .submenu {
    display: none;
  }
}
body.catalog-category-view .answerbase-widget .questions-list .cell.auto {
  line-height: normal;
}
body.catalog-category-view .answerbase-widget .questions-list small {
  display: none !important;
}
body.catalog-category-view .answerbase-widget {
  border: 1px solid #b5b5b5;
  max-width: 1320px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  margin: 50px auto 0 !important;
}
body .getquick-btn button.button--loading {
  color: transparent !important;
}
body .button--loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
@media (min-width: 768px) {
  body.category-drinkware .ask-drinkware-expert .second-col {
    position: relative;
    right: 100px;
  }
}
body.category-drinkware .ask-drinkware-expert .page-details-cont .page-form-quote.custom .req-quote-forms .field {
  margin-bottom: 0 !important;
  padding-bottom: 7px;
}
body.category-drinkware .ask-drinkware-expert .needform-input label {
  color: #888 !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 110% !important;
}
body.category-drinkware .ask-drinkware-expert .needform-input textarea:focus {
  box-shadow: 0 0 0 3px #24a9b8 !important;
}
body.category-drinkware .ask-drinkware-expert .page-details-cont.second-col {
  padding: 0;
}
body.category-drinkware .ask-drinkware-expert .page-form-quote.custom {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.category-drinkware .ask-drinkware-expert .getquick-btn {
  margin: 0 !important;
}
body.category-drinkware .ask-drinkware-expert .getquick-btn button {
  width: 203px !important;
  height: 52px !important;
  flex-shrink: 0;
  background: #185292 !important;
  position: relative;
  margin-top: 26px;
  color: #FFF !important;
  font-size: 24px !important;
  border-radius: 0 !important;
}
body.category-drinkware .ask-drinkware-expert .getquick-btn button:hover {
  background: #29507e !important;
}
body.category-drinkware .ask-drinkware-expert .needform-input input,
body.category-drinkware .ask-drinkware-expert .needform-input textarea {
  width: 100%;
  height: 52px !important;
  flex-shrink: 0;
  border: 1px solid #B1B1B1 !important;
  background: #FFF;
  border-radius: 0 !important;
}
body.category-drinkware .ask-drinkware-expert .needform-input textarea {
  height: 112px !important;
  padding: 15px 30px 15px 20px;
  font-size: 18px;
}
body.category-drinkware .ask-drinkware-expert .form-heading {
  color: #636363;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 25px;
}
body.category-drinkware .ask-drinkware-expert .req-quote-forms {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 2px 2px 4px 3px rgba(0, 0, 0, 0.25);
  padding: 30px 25px;
  max-width: 597px;
  margin: 0 !important;
  bottom: 0 !important;
}
body.category-drinkware .sub-category-bottom-need-help,
body.category-drinkware .google-reviews-section {
  display: none;
}
body.brands-category .category-image {
  cursor: pointer;
  margin-bottom: 0;
}
body.brands-category .category-image img {
  margin-top: 15px !important;
  width: 80%;
  margin: auto;
}
@media (max-width: 767px) {
  body.brands-category .category-image img {
    margin-top: 0 !important;
  }
}
body.brands-category .breadcrumbs {
  margin-bottom: 0 !important;
}
body.brands-category .page-header {
  position: unset !important;
}
body.brands-category .category-quote-forms.sticky {
  top: -20px !important;
}
body .product-image-wrapper .hover-image {
  opacity: 0;
}
@media (max-width: 767px) {
  body.catalog-category-view.brands-category .category-title-sec h1 {
    margin-top: 25px;
  }
  body.catalog-category-view ol.products.list.items.product-items {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-wrap: wrap;
  }
  body.catalog-category-view ol.products.list.items.product-items .product-item {
    padding: 22px 5px 0;
    display: flex;
  }
  body.catalog-category-view ol.products.list.items.product-items .product-item .product-item-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
  }
  body.catalog-category-view ol.products.list.items.product-items .product-item .product-item-info .product-item-details .minorder-qty {
    font-size: 14px;
  }
  body.catalog-category-view ol.products.list.items.product-items .product-item .product-item-info .product-item-details .price-box .price-label {
    font-size: 14px;
  }
  body.catalog-category-view .category-title-sec {
    padding: 0 !important;
    margin: 0 !important;
  }
  body.catalog-category-view .category-title-sec #category-quote-button {
    display: none;
  }
  body.catalog-category-view .page-main {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
  }
}
body.catalog-category-view #amasty-shopby-product-list .products.wrapper .product-items .product-item:hover {
  box-shadow: none !important;
}
body.catalog-category-view #amasty-shopby-product-list .products.wrapper .product-items .product-item .product-item-info {
  border: 2px solid #eee;
  border-radius: 10px;
}
body.catalog-category-view #amasty-shopby-product-list .products.wrapper .product-items .product-item .product-item-info:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
body.catalog-category-view #amasty-shopby-product-list .product-item-details {
  text-align: left;
}
@media (max-width: 767px) {
  body.catalog-category-view #amasty-shopby-product-list .product-item-details {
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-grow: 1;
  }
  body.catalog-category-view #amasty-shopby-product-list .product-item-details .bottom-prices-container {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
  }
}
body.catalog-category-view #amasty-shopby-product-list a.product.photo.product-item-photo {
  position: relative;
  margin-bottom: 15px;
}
body.catalog-category-view #amasty-shopby-product-list a.product.photo.product-item-photo:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .05;
  pointer-events: none;
  border-radius: 10px;
  z-index: 1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  body.catalog-category-view .toolbar-sorter.sorter .sorter-label {
    color: #636363;
    font-size: 12px;
  }
  body.catalog-category-view .toolbar-sorter.sorter select.sorter-options {
    border: 0.5px solid #DDDDDD;
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    padding-left: 10px;
  }
  body.catalog-category-view .toolbar-sorter.sorter select.sorter-options option {
    background: #ffffff;
  }
  body.catalog-category-view .toolbar-sorter.sorter select.sorter-options:hover {
    background-color: #e1e1e1;
  }
}
body.catalog-category-view .modal-inner-wrap div#product-contact-form textarea.input-text {
  margin-bottom: -5px !important;
  height: 135px;
}
body.catalog-category-view .modal-inner-wrap div#product-contact-form .description-input .label {
  top: 5px;
}
body.catalog-category-view .modal-inner-wrap div#product-contact-form .input-text {
  border-color: #828282;
  color: #041e42;
  border: 1px solid #c7c5c5;
  border-radius: 10px;
  padding: 15px 30px 8px 15px;
  background: #fff;
  height: auto;
}
body.catalog-category-view .modal-inner-wrap div#product-contact-form .input-text:focus {
  box-shadow: 0 0 0 3px #29abba !important;
}
body.catalog-category-view .modal-inner-wrap div#product-contact-form .input-text:hover {
  border-color: #86868b;
}
body.catalog-category-view .modal-inner-wrap div#product-contact-form .fl-label-state .label {
  top: 0;
}
body.catalog-category-view .modal-inner-wrap div#product-contact-form .label {
  left: 15px;
  top: 12px;
  transition-timing-function: ease-in;
  transition-duration: .125s;
  color: #8b8b8b !important;
  opacity: 1;
}
body.catalog-category-view .modal-inner-wrap div#product-contact-form .getquick-btn {
  text-align: left;
}
body.catalog-category-view .modal-inner-wrap div#product-contact-form .getquick-btn button {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 27px;
  color: #fff;
  border: none;
  background: #f50c0c;
  border-radius: 10px;
}
@media (min-width: 768px) {
  body.catalog-category-view .modal-inner-wrap div#product-contact-form .getquick-btn button {
    width: 35%;
  }
}
body.catalog-category-view .modal-inner-wrap div#product-contact-form .getquick-btn button:hover {
  background: #d71400;
}
body.catalog-category-view .modal-inner-wrap div#product-contact-form .getquick-btn .button--loading {
  color: transparent;
}
body.catalog-category-view .modal-inner-wrap div#product-contact-form .getquick-btn .button--loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
body.catalog-category-view .modal-popup .modal-inner-wrap {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  max-width: 1152px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  body.catalog-category-view .modal-popup .modal-inner-wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
body.catalog-category-view .modal-popup .modal-inner-wrap .modal-header {
  padding: 20px 33px 10px;
}
body.catalog-category-view .modal-popup .modal-inner-wrap .modal-header .modal-title {
  letter-spacing: -0.02em;
  color: #041E42;
  border: none;
  min-height: inherit;
  padding: 0;
  font-weight: 700;
  line-height: 110%;
  position: relative;
  top: 0;
}
@media (max-width: 767px) {
  body.catalog-category-view .modal-popup .modal-inner-wrap .modal-header .modal-title {
    position: relative;
  }
}
body.catalog-category-view .modal-popup .modal-inner-wrap .modal-header .action-close {
  right: 5px;
  top: 3px;
}
body.catalog-category-view .modal-popup .modal-inner-wrap .modal-header .action-close:before {
  font-size: 18px;
  color: #041E42;
  line-height: 18px;
}
body.catalog-category-view .modal-popup .modal-inner-wrap .modal-header .modal-title {
  display: none;
}
body.catalog-category-view .modal-popup .modal-inner-wrap .modal-content {
  padding-left: 33px;
  padding-right: 33px;
  overflow: visible;
  text-align: center;
}
body.catalog-category-view .modal-popup .modal-inner-wrap .modal-content .pop-up-image {
  max-width: 180px;
  margin: auto;
}
body.catalog-category-view .modal-popup .modal-inner-wrap .modal-content .text-para {
  margin-bottom: 5px;
}
body.catalog-category-view .modal-popup .modal-inner-wrap .modal-content .text-para span {
  font-weight: 700;
  margin-left: 5px;
}
body.catalog-category-view .modal-popup .modal-inner-wrap .modal-content .contact-us {
  background: #4aa9b8;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  font-family: 'Roboto';
}
body.catalog-category-view .blog-section,
body.catalogsearch-result-index .blog-section,
body.ambrand-index-index .blog-section {
  padding-top: 45px;
}
@media (min-width: 768px) {
  body.catalog-category-view .column.main,
  body.catalogsearch-result-index .column.main,
  body.ambrand-index-index .column.main {
    width: 77%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.catalog-category-view .column.main,
  body.catalogsearch-result-index .column.main,
  body.ambrand-index-index .column.main {
    width: 70%;
  }
}
@media (min-width: 768px) {
  body.catalog-category-view .sidebar-main,
  body.catalogsearch-result-index .sidebar-main,
  body.ambrand-index-index .sidebar-main {
    width: 23%;
    padding-right: 3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.catalog-category-view .sidebar-main,
  body.catalogsearch-result-index .sidebar-main,
  body.ambrand-index-index .sidebar-main {
    width: 30%;
    padding-right: 2%;
    top: 90px;
  }
}
@media (max-width: 767px) {
  body.catalog-category-view .category-title-sec,
  body.catalogsearch-result-index .category-title-sec,
  body.ambrand-index-index .category-title-sec {
    margin-top: 20px;
  }
}
body.catalog-category-view .category-title-sec h2,
body.catalogsearch-result-index .category-title-sec h2,
body.ambrand-index-index .category-title-sec h2,
body.catalog-category-view .category-title-sec h1,
body.catalogsearch-result-index .category-title-sec h1,
body.ambrand-index-index .category-title-sec h1 {
  margin: 0;
  max-width: 100%;
  margin-right: 320px;
  display: flex;
}
@media (max-width: 991px) {
  body.catalog-category-view .category-title-sec h2,
  body.catalogsearch-result-index .category-title-sec h2,
  body.ambrand-index-index .category-title-sec h2,
  body.catalog-category-view .category-title-sec h1,
  body.catalogsearch-result-index .category-title-sec h1,
  body.ambrand-index-index .category-title-sec h1 {
    line-height: 30px !important;
    margin-right: 270px;
  }
}
@media (max-width: 767px) {
  body.catalog-category-view .category-title-sec h2,
  body.catalogsearch-result-index .category-title-sec h2,
  body.ambrand-index-index .category-title-sec h2,
  body.catalog-category-view .category-title-sec h1,
  body.catalogsearch-result-index .category-title-sec h1,
  body.ambrand-index-index .category-title-sec h1 {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
body.catalog-category-view .category-title-sec .toggle-heading .toggle-cat-desc,
body.catalogsearch-result-index .category-title-sec .toggle-heading .toggle-cat-desc,
body.ambrand-index-index .category-title-sec .toggle-heading .toggle-cat-desc {
  width: 100%;
  z-index: 11;
  background: #fff;
}
body.catalog-category-view .category-title-sec .category-quote-forms-container .successbox,
body.catalogsearch-result-index .category-title-sec .category-quote-forms-container .successbox,
body.ambrand-index-index .category-title-sec .category-quote-forms-container .successbox {
  padding: 5px;
}
body.catalog-category-view .category-title-sec .category-quote-forms-container .successbox p,
body.catalogsearch-result-index .category-title-sec .category-quote-forms-container .successbox p,
body.ambrand-index-index .category-title-sec .category-quote-forms-container .successbox p {
  font-size: 14px !important;
  max-width: unset;
}
body.catalog-category-view .category-title-sec .category-quote-forms-container .successbox p:before,
body.catalogsearch-result-index .category-title-sec .category-quote-forms-container .successbox p:before,
body.ambrand-index-index .category-title-sec .category-quote-forms-container .successbox p:before {
  background-image: url(../images/successdark.png);
}
@media (min-width: 768px) {
  body.catalog-category-view .category-title-sec .category-quote-forms-container #category-quote-button,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms-container #category-quote-button,
  body.ambrand-index-index .category-title-sec .category-quote-forms-container #category-quote-button {
    display: none;
  }
}
@media (max-width: 767px) {
  body.catalog-category-view .category-title-sec .category-quote-forms-container #category-quote-button,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms-container #category-quote-button,
  body.ambrand-index-index .category-title-sec .category-quote-forms-container #category-quote-button {
    top: 33px;
    position: relative;
    left: 290px;
    background: #fc3838;
    color: #fff;
    border: none;
    border-radius: 8px;
    height: 35px;
  }
}
@media (max-width: 479px) {
  body.catalog-category-view .category-title-sec .category-quote-forms-container #category-quote-button,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms-container #category-quote-button,
  body.ambrand-index-index .category-title-sec .category-quote-forms-container #category-quote-button {
    height: auto;
    font-size: 1.2rem;
    top: 28px;
    left: 238px;
    padding: 6px 7px;
  }
}
@media (max-width: 379px) {
  body.catalog-category-view .category-title-sec .category-quote-forms-container #category-quote-button,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms-container #category-quote-button,
  body.ambrand-index-index .category-title-sec .category-quote-forms-container #category-quote-button {
    left: 0px;
    top: 65px;
  }
}
body.catalog-category-view .category-title-sec .category-quote-forms-container .sorter-options,
body.catalogsearch-result-index .category-title-sec .category-quote-forms-container .sorter-options,
body.ambrand-index-index .category-title-sec .category-quote-forms-container .sorter-options {
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  color: #041e42;
  font-size: 14px;
  height: 35px;
  width: 142px;
}
@media (max-width: 767px) {
  body.catalog-category-view .category-title-sec .category-quote-forms-container .sorter-options,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms-container .sorter-options,
  body.ambrand-index-index .category-title-sec .category-quote-forms-container .sorter-options {
    border-radius: 20px;
    background: #eeeeee;
    width: auto;
    border: none;
    padding: 0;
    font-size: 15px;
    text-align: center;
    max-width: 100%;
    margin-left: 3px;
  }
}
body.catalog-category-view .category-title-sec .category-quote-forms.sidemenu,
body.catalogsearch-result-index .category-title-sec .category-quote-forms.sidemenu,
body.ambrand-index-index .category-title-sec .category-quote-forms.sidemenu {
  left: 0;
}
body.catalog-category-view .category-title-sec .category-quote-forms,
body.catalogsearch-result-index .category-title-sec .category-quote-forms,
body.ambrand-index-index .category-title-sec .category-quote-forms {
  margin: 20px 0 0 0;
  border-top: 1px solid #185292;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  body.catalog-category-view .category-title-sec .category-quote-forms,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms,
  body.ambrand-index-index .category-title-sec .category-quote-forms {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 99999;
    overflow-y: auto;
    width: 100%;
    left: -100%;
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-height: 700px) {
  body.catalog-category-view .category-title-sec .category-quote-forms.sticky,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms.sticky,
  body.ambrand-index-index .category-title-sec .category-quote-forms.sticky {
    top: -20px !important;
  }
}
@media (min-width: 1131px) {
  body.catalog-category-view .category-title-sec .category-quote-forms.sticky,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms.sticky,
  body.ambrand-index-index .category-title-sec .category-quote-forms.sticky {
    top: 113px;
  }
}
@media (min-width: 768px) and (max-width: 1130px) {
  body.catalog-category-view .category-title-sec .category-quote-forms.sticky,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms.sticky,
  body.ambrand-index-index .category-title-sec .category-quote-forms.sticky {
    top: 136px;
  }
}
@media (min-width: 768px) {
  body.catalog-category-view .category-title-sec .category-quote-forms.sticky,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms.sticky,
  body.ambrand-index-index .category-title-sec .category-quote-forms.sticky {
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0;
    box-shadow: 0px 1.5px 3px rgba(0, 0, 0, 0.25);
  }
}
body.catalog-category-view .category-title-sec .category-quote-forms .successbox p,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .successbox p,
body.ambrand-index-index .category-title-sec .category-quote-forms .successbox p {
  color: #000000 !important;
  margin: 10px auto;
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row {
  padding: 21px;
  background: #f2f2f2;
}
@media (min-width: 1400px) {
  body.catalog-category-view .category-title-sec .category-quote-forms .needform-row.sticky,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row.sticky,
  body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row.sticky {
    margin: auto;
    width: fit-content;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  body.catalog-category-view .category-title-sec .category-quote-forms .needform-row.sticky,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row.sticky,
  body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row.sticky {
    padding: 21px 40px;
  }
}
@media (min-width: 1101px) {
  body.catalog-category-view .category-title-sec .category-quote-forms .needform-row.sticky .needcontrol-in:not(.logo-field),
  body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row.sticky .needcontrol-in:not(.logo-field),
  body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row.sticky .needcontrol-in:not(.logo-field) {
    width: 309px;
  }
}
@media (min-width: 1101px) {
  body.catalog-category-view .category-title-sec .category-quote-forms .needform-row,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row,
  body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row {
    display: flex;
  }
}
@media (min-width: 768px) {
  body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .category-quote-cross,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .category-quote-cross,
  body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .category-quote-cross {
    display: none;
  }
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .category-quote-cross:before,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .category-quote-cross:before,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .category-quote-cross:before {
  content: '\e616';
  font-family: 'luma-icons';
  font-weight: 400;
  float: right;
  color: #696969;
  background: #dedede;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  position: relative;
  bottom: 5px;
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .category-name,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .category-name,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .category-name {
  font-weight: 700;
  color: #333333;
}
@media screen and (min-width: 1101px) and (max-width: 1350px) {
  body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .category-name,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .category-name,
  body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .category-name {
    font-size: 14px;
  }
}
@media (min-width: 1351px) {
  body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .category-name,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .category-name,
  body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .category-name {
    margin-right: 20px;
  }
}
@media (min-width: 1101px) {
  body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .category-name,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .category-name,
  body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .category-name {
    width: 143px;
  }
}
@media (max-width: 1100px) {
  body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .category-name,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .category-name,
  body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .category-name {
    margin-bottom: 10px;
  }
}
@media (min-width: 1101px) {
  body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field),
  body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field),
  body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) {
    width: 200px;
    margin-left: 12px;
  }
}
@media (max-width: 1100px) {
  body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field),
  body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field),
  body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) {
    margin-bottom: 10px;
  }
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input {
  position: relative;
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input .airtagspackaging-dropdown,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input .airtagspackaging-dropdown,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input .airtagspackaging-dropdown {
  height: 0;
  display: none;
  cursor: default;
  color: #676A6F;
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input .airtagspackaging-dropdown div,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input .airtagspackaging-dropdown div,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input .airtagspackaging-dropdown div {
  background: #ffffff;
  padding: 12px;
  border: 1px solid #e2e2e2;
  margin-top: -1px;
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input .airtagspackaging-dropdown div:hover,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input .airtagspackaging-dropdown div:hover,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input .airtagspackaging-dropdown div:hover {
  background: #24a9b8;
  color: #ffffff;
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input input,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input input,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input input,
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input select,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input select,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input select {
  border: none;
  border-bottom: 1px solid #000000;
  height: auto;
  color: #8B8B8B;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  padding: 12px 30px 8px 0;
  border-radius: 0;
  background-color: transparent;
  color: #676A6F;
  border-color: #D9D9D9;
  font-size: 18px;
  font-weight: normal;
  padding: 18px 10px 8px 12px;
  background-color: #ffffff;
  height: 43.41px;
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input input,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input input,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input input,
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input select,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input select,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input select {
  border: 1px solid #c7c5c5;
  border-radius: 3.6px;
  font-size: 16px;
  font-weight: 500;
  color: #041e42;
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input #name-error,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input #name-error,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input #name-error {
  display: none;
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input input:focus,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input input:focus,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input input:focus,
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input select:focus,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input select:focus,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input select:focus {
  box-shadow: 0 0 0 3px #24A9B8 !important;
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input input:hover,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input input:hover,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input input:hover,
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input select:hover,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input select:hover,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input select:hover {
  border-color: #86868b;
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input .label,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input .label,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input .label {
  font-size: 16px;
  font-weight: 500;
  color: #8b8b8b;
  position: absolute;
  top: 14px;
  left: 0px;
  clip: inherit;
  width: auto;
  height: auto;
  margin: 0;
  pointer-events: none;
  font-size: 14px;
  font-weight: normal;
  color: #545454;
  left: 12px;
  transition-timing-function: ease-in;
  transition-duration: .125s;
  top: 12px;
}
@media screen and (min-width: 1101px) and (max-width: 1420px) {
  body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input .label,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input .label,
  body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input .label {
    font-size: 14px;
    top: 12px;
  }
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input select:focus ~ .label,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input select:focus ~ .label,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field) .needform-input select:focus ~ .label {
  transform: scale(0.7);
  top: -6px;
  transform-origin: left;
  top: -10px;
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field).fl-label-state .label,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field).fl-label-state .label,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .needcontrol-in:not(.logo-field).fl-label-state .label {
  transform: scale(0.7);
  top: -6px;
  transform-origin: left;
  top: -1px;
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .getquick-btn .button--loading,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .getquick-btn .button--loading,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .getquick-btn .button--loading {
  color: transparent;
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .getquick-btn .button--loading::after,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .getquick-btn .button--loading::after,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .getquick-btn .button--loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .getquick-btn button,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .getquick-btn button,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .getquick-btn button {
  position: relative;
  background: #A10202;
  height: 44px;
  border-radius: 4px;
  width: 100%;
  color: #fff;
  font-size: 16.9px;
  font-weight: 700;
  text-align: center;
  border: none;
  font-family: 'Roboto';
  text-transform: capitalize;
}
@media (min-width: 1101px) {
  body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .getquick-btn button,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .getquick-btn button,
  body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .getquick-btn button {
    margin-left: 12px;
    width: 188px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1199px) {
  body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .getquick-btn button,
  body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .getquick-btn button,
  body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .getquick-btn button {
    width: 168px;
    height: 43px;
    font-size: 16px;
  }
}
body.catalog-category-view .category-title-sec .category-quote-forms .needform-row .getquick-btn button:hover,
body.catalogsearch-result-index .category-title-sec .category-quote-forms .needform-row .getquick-btn button:hover,
body.ambrand-index-index .category-title-sec .category-quote-forms .needform-row .getquick-btn button:hover {
  background: #D71400;
}
body.catalog-category-view .products.wrapper,
body.catalogsearch-result-index .products.wrapper,
body.ambrand-index-index .products.wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  body.catalog-category-view .products.wrapper,
  body.catalogsearch-result-index .products.wrapper,
  body.ambrand-index-index .products.wrapper {
    margin-top: 0;
  }
}
body.catalog-category-view .products.wrapper .product-items,
body.catalogsearch-result-index .products.wrapper .product-items,
body.ambrand-index-index .products.wrapper .product-items {
  margin-left: 0;
  margin-right: 0;
}
body.catalog-category-view .products.wrapper .product-items .product-item,
body.catalogsearch-result-index .products.wrapper .product-items .product-item,
body.ambrand-index-index .products.wrapper .product-items .product-item {
  width: calc(100% / 3);
  margin: 0 0 0px 0;
  padding: 22px 11px 0;
  text-align: center;
  transition: none !important;
}
@media (max-width: 991px) {
  body.catalog-category-view .products.wrapper .product-items .product-item,
  body.catalogsearch-result-index .products.wrapper .product-items .product-item,
  body.ambrand-index-index .products.wrapper .product-items .product-item {
    width: calc(100% / 2);
  }
}
body.catalog-category-view .products.wrapper .product-items .product-item .hover-image,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .hover-image,
body.ambrand-index-index .products.wrapper .product-items .product-item .hover-image {
  opacity: 0;
}
body.catalog-category-view .products.wrapper .product-items .product-item:hover,
body.catalogsearch-result-index .products.wrapper .product-items .product-item:hover,
body.ambrand-index-index .products.wrapper .product-items .product-item:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
body.catalog-category-view .products.wrapper .product-items .product-item:hover .hover-image,
body.catalogsearch-result-index .products.wrapper .product-items .product-item:hover .hover-image,
body.ambrand-index-index .products.wrapper .product-items .product-item:hover .hover-image {
  opacity: 1;
  transition-duration: .2s;
}
body.catalog-category-view .products.wrapper .product-items .product-item:hover .base-image,
body.catalogsearch-result-index .products.wrapper .product-items .product-item:hover .base-image,
body.ambrand-index-index .products.wrapper .product-items .product-item:hover .base-image {
  opacity: 0;
  transition-duration: .2s;
}
body.catalog-category-view .products.wrapper .product-items .product-item *,
body.catalogsearch-result-index .products.wrapper .product-items .product-item *,
body.ambrand-index-index .products.wrapper .product-items .product-item * {
  transition: none;
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info {
  width: 100%;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-photo,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-photo,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-photo {
  margin: 0 0 8px 0;
  display: block;
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details {
  padding: 0 13px;
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-container.price-final_price,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-container.price-final_price,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-container.price-final_price {
  display: flex;
  align-items: baseline;
}
@media (max-width: 430px) {
  body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-container.price-final_price,
  body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-container.price-final_price,
  body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-container.price-final_price {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details,
  body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details,
  body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details {
    padding: 0;
  }
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-inner,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-inner,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-inner,
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-actions,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-actions,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  display: none;
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-name,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-name,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-name {
  margin: 0;
}
@media (min-width: 768px) {
  body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-name,
  body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-name,
  body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-name {
    max-height: 50px;
    overflow: hidden;
  }
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-name a,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-name a,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: #041E42;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 768px) {
  body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-name a,
  body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-name a,
  body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-item-name a {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .minorder-qty,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .minorder-qty,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .minorder-qty {
  font-size: 16px;
  line-height: 25px;
  color: #575757;
  margin: 0;
}
@media (min-width: 768px) {
  body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .minorder-qty,
  body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .minorder-qty,
  body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .minorder-qty {
    position: absolute;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .minorder-qty,
  body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .minorder-qty,
  body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .minorder-qty {
    padding-bottom: 10px;
  }
}
@media (max-width: 370px) {
  body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .minorder-qty,
  body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .minorder-qty,
  body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .minorder-qty {
    font-size: 13px;
  }
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color {
  text-align: center;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 127px;
  z-index: 1;
  padding: 50px 20px;
  background: rgba(13, 13, 13, 0.4);
  backdrop-filter: blur(18px);
  --webkit-backdrop-filter: blur(18px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 0px;
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-block,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-block,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-block {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 3px;
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-block .custom-color-img,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-block .custom-color-img,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-block .custom-color-img {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-block .custom-color-img,
  body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-block .custom-color-img,
  body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-block .custom-color-img {
    width: 19px;
    height: 19px;
  }
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-count,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-count,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-count {
  display: inline-block;
  vertical-align: middle;
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-count a.show-hidden-color,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-count a.show-hidden-color,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-count a.show-hidden-color {
  color: #fff;
  font-size: 40px;
  line-height: 20px;
  margin: 0 0 0 9px;
  display: block;
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-count span,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-count span,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .custom-product-color .color-show .color-count span {
  color: #ffffff;
  font-size: 18px;
  padding-left: 4px;
}
@media (min-width: 768px) {
  body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box,
  body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box,
  body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box {
    position: absolute;
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box,
  body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box,
  body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box {
    margin: 10px 0 5px;
  }
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .normal-price,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .normal-price,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .normal-price {
  display: none;
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-label,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-label,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-label {
  font-weight: 400;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  line-height: 110%;
  color: #636363;
  margin-right: 6px;
}
@media (max-width: 767px) {
  body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-label,
  body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-label,
  body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-label {
    font-size: 12px;
  }
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-wrapper-reg,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-wrapper-reg,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-wrapper-reg {
  font-weight: 400;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  line-height: 110%;
  color: #636363;
  margin-left: 6px;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-wrapper-reg,
  body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-wrapper-reg,
  body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-wrapper-reg {
    font-size: 12px;
  }
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-wrapper,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-wrapper,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-wrapper {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #041e42;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-wrapper,
  body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-wrapper,
  body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-wrapper {
    font-size: 4.5vw;
  }
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-wrapper .price,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-wrapper .price,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-wrapper .price {
  font-size: 25px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #041e42;
}
@media (max-width: 767px) {
  body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-wrapper .price,
  body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-wrapper .price,
  body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-wrapper .price {
    font-size: 20px;
  }
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions a,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions a,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions a {
  color: #ADADAD;
}
body.catalog-category-view .products.wrapper .product-items .product-item .product-item-info:hover .product-item-details .custom-product-color,
body.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info:hover .product-item-details .custom-product-color,
body.ambrand-index-index .products.wrapper .product-items .product-item .product-item-info:hover .product-item-details .custom-product-color {
  display: none !important;
}
body.catalog-category-view .columns,
body.catalogsearch-result-index .columns,
body.ambrand-index-index .columns {
  padding-top: 5px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  body.catalog-category-view .columns,
  body.catalogsearch-result-index .columns,
  body.ambrand-index-index .columns {
    padding-top: 0;
    padding-bottom: 0;
  }
}
body.catalog-category-view .am-filter-items-attr_choose_capacity .swatch-option.text,
body.catalogsearch-result-index .am-filter-items-attr_choose_capacity .swatch-option.text,
body.ambrand-index-index .am-filter-items-attr_choose_capacity .swatch-option.text {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  color: #898B8E;
  display: block;
  border: 1px solid #898B8E;
  background: transparent;
  padding: 6px 7px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: none;
  height: auto;
  outline: 0;
}
body.catalog-category-view .am-filter-items-attr_choose_capacity .swatch-option.text.selected,
body.catalogsearch-result-index .am-filter-items-attr_choose_capacity .swatch-option.text.selected,
body.ambrand-index-index .am-filter-items-attr_choose_capacity .swatch-option.text.selected {
  outline: 0;
  background: #fff !important;
  border-color: #185292 !important;
  color: #185292;
  font-weight: 500;
}
#html-body.catalog-category-view .amlabel-position-wrapper,
#html-body.catalogsearch-result-index .amlabel-position-wrapper {
  width: 100%;
}
#html-body .product-item .amlabel-position-wrapper {
  left: -4px !important;
  top: -4px !important;
  position: absolute;
}
@media (max-width: 767px) {
  #html-body .product-item .amlabel-position-wrapper {
    left: -5px !important;
  }
}
#html-body .amsearch-item.product-item .amlabel-position-wrapper {
  left: 2px !important;
  top: 0 !important;
}
@media (max-width: 767px) {
  #html-body .amsearch-item.product-item .amlabel-position-wrapper {
    left: 0 !important;
    top: 0 !important;
  }
}
.catalog-category-view .slider_hub_main .slider_hub_text {
  max-width: 610px;
  background-color: rgba(4, 30, 66, 0.5);
  margin: 0 auto;
}
.catalog-category-view .slider_hub_main .slider_hub_text h2 {
  font-size: 53px;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
  line-height: 63px;
  margin-bottom: 15px;
}
.catalog-category-view .slider_hub_main .slider_hub_text p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 20px;
}
.catalog-category-view .slider_hub_main .slider_hub_text .hub_cat_btn a {
  height: 55px;
  line-height: 55px;
  margin: 0 auto;
  max-width: 180px;
  background: #041E42;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
}
.catalog-category-view .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 100%;
}
.catalog-category-view div[data-appearance="collage-left"] .slider_hub_main {
  text-align: left;
}
.catalog-category-view div[data-appearance="collage-left"] .slider_hub_main .slider_hub_text {
  text-align: left;
  max-width: 476px;
}
.catalog-category-view div[data-appearance="collage-left"] .slider_hub_main .slider_hub_text .hub_cat_btn a {
  margin: 0;
}
.catalog-category-view div[data-appearance="collage-left"] .slider_hub_main .slider_hub_text h2 {
  font-size: 40px;
  line-height: 45px;
}
.catalog-category-view div[data-appearance="collage-right"] .slider_hub_main {
  text-align: right;
}
.catalog-category-view div[data-appearance="collage-right"] .slider_hub_main .slider_hub_text {
  text-align: left;
}
.catalog-category-view div[data-appearance="collage-right"] .slider_hub_main .slider_hub_text .hub_cat_btn a {
  margin: 0;
}
.catalog-category-view div[data-appearance="collage-centered"] .slider_hub_main {
  text-align: center;
}
.catalog-category-view div[data-appearance="collage-centered"] .slider_hub_main .slider_hub_text {
  text-align: center;
}
.catalog-category-view div[data-appearance="collage-centered"] .slider_hub_main .slider_hub_text .hub_cat_btn a {
  margin: 0 auto;
}
body[class*='categorypath-brands-'] .sidebar.sidebar-main .filter.block .filter-content .filter-options .flter-by-title:first-child {
  display: none;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-actions .filter-clear {
  color: #041e42;
  text-decoration: underline;
}
.sidebar.sidebar-main .filter.block .filter-content .block-subtitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #041E42;
  border: none;
  padding: 10px 10px 20px 0;
  text-transform: none;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options > div:first-child span {
  margin-top: 5px;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .flter-by-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .flter-by-title span {
  margin: 25px 0 20px 0;
  font-size: 20px;
  font-weight: 700;
  color: #041E42;
}
@media only screen and (max-width: 767px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .flter-by-title span {
    margin: 15px 0 5px 0;
  }
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .flter-by-title div {
  margin: 25px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .flter-by-title div {
    padding: 0;
  }
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .flter-by-title div a span {
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  text-decoration-line: underline;
  color: #000000;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #222222;
  padding: 10px 30px 10px 0;
  font-weight: 700;
  text-transform: capitalize;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-title:after {
  content: "";
  right: 0;
  width: 16px;
  top: 16px;
}
@media (min-width: 768px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-title:after {
    background-image: url(../images/filterarrow.svg);
    height: 7px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-title {
    padding: 15px 30px 15px 0;
  }
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-title:after {
    content: "+";
    top: 12px;
    font-size: 24px;
    font-weight: 700;
  }
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-title[aria-expanded="true"]:after,
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-title[data-value="Colors"]:after {
    content: "-";
  }
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options.active .filter-options-title {
  font-weight: bold;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options.active .filter-options-title:after {
  transform: rotate(180deg);
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options.active .filter-options-title:after .filter-options-title[data-value="Price Range"][aria-expanded="true"]:after {
    content: "+";
  }
  .sidebar.sidebar-main .filter.block .filter-content .filter-options.active .filter-options-title:after .filter-options-title[data-value="Price Range"][aria-expanded="true"]:after {
    content: "+";
  }
}
@media (min-width: 768px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item {
    padding-bottom: 0;
    border: none;
  }
}
@media (max-width: 767px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item {
    padding-bottom: 0;
  }
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.category-fltr {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.category-fltr {
    display: none;
  }
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.category-fltr .filter-options-content {
  display: block !important;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.category-fltr .filter-options-content .items > .item {
  border-bottom: 0;
  padding: 0 0 10px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.category-fltr .filter-options-content .items > .item {
    padding-bottom: 5px;
  }
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.category-fltr .filter-options-content .items > .item a {
  color: #222 !important;
  font-weight: 400 !important;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.category-fltr .filter-options-content .items > .item a span:not(.label) {
  display: none;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.category-fltr .filter-options-content .items > .item a.am_shopby_link_selected,
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.category-fltr .filter-options-content .items > .item a:hover {
  font-weight: 700 !important;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.category-fltr .filter-options-content .items > .item a span {
  transition: all ease 0s;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.category-fltr .filter-options-content .items > .item .amshopby-choice {
  display: none;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.category-fltr .filter-options-content > .am-show-more {
  display: flex;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #222;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.category-fltr .filter-options-content > .am-show-more:before,
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.category-fltr .filter-options-content > .am-show-more:after {
  top: 0;
  position: relative;
  order: 2;
  content: '' !important;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #222222;
  padding: 10px 30px 10px 0;
  font-weight: 700;
  text-transform: capitalize;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-title:after {
  content: "";
  right: 0;
  top: 16px;
  background-image: url(../images/filterarrow.svg);
  width: 16px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.active .filter-options-title {
  font-weight: bold;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.active .filter-options-title:after {
  transform: rotate(180deg);
  transition: all ease 0.3s;
}
@media only screen and (max-width: 767px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item [data-title="Colors"] {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item [data-title="Price Range"] {
    display: none;
  }
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content {
  padding: 10px 0 15px;
}
@media only screen and (max-width: 767px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content {
    padding-bottom: 5px;
  }
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form {
  margin: 0;
  padding: 0;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-attr_color,
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-color {
  padding-right: 30px;
  display: flex;
  flex-wrap: wrap;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-attr_color .am-swatch-link,
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-color .am-swatch-link {
  display: block;
  margin: 0;
  padding: 0;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-attr_color .am-swatch-wrapper,
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-color .am-swatch-wrapper {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-attr_color .am-swatch-wrapper,
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-color .am-swatch-wrapper {
    display: block !important;
  }
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-attr_color .swatch-option,
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-color .swatch-option {
  border: 2px solid #DADADA;
  cursor: pointer;
  float: none;
  height: 24px;
  margin: 2px 5px 13px 3px;
  max-width: 100%;
  min-width: 24px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  text-overflow: inherit;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-attr_color .swatch-option,
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-color .swatch-option {
    min-width: 28px;
    height: 28px;
  }
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-attr_color .swatch-option:not(.disabled):hover,
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-color .swatch-option:not(.disabled):hover,
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-attr_color .swatch-option.selected,
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-shopby-form .am-filter-items-color .swatch-option.selected {
  outline: 2.5px solid #185292;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-show-more {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-show-more.active::before {
  transform: rotate(180deg);
  transition: all ease 0.3s;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .am-show-more::before {
  display: none;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-slider-container {
  position: relative;
  margin-top: 0;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-slider-container::before {
  content: '$';
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 9px;
  display: none;
  padding-left: 3px;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-slider-container::after {
  display: none;
  content: '$$$';
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby_currency_rate > .am-filter-go {
  background: #041E42;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  border: 0;
  text-align: center;
  border-radius: 0;
  min-height: 40px;
  padding: 0;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  position: relative;
  top: 33px;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby_currency_rate > .am-filter-go:hover {
  background: #185292;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-slider-container.-default .am-slider {
  margin: 0 10px;
  height: 4px;
  background: #D8D8D8;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-slider-container.-default .am-slider .ui-slider-range {
  height: 4px;
  background: #185292;
  transition-duration: 0s;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-slider-container.-default .am-slider .ui-slider-handle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transform: translate(-15px, -8px);
  background: #FFFFFF;
  border: 2.5px solid #D0D0D0;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  margin: 0;
  transition-duration: 0s;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-slider-container.-default .am-slider:before,
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-slider-container.-default .am-slider:after {
  width: 14px;
  height: 0px;
  background: #dadada;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  margin: 0;
  width: 40px;
  line-height: 40px;
  color: #fff;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget > .delimiter::before {
  content: 'to';
  width: 30px !important;
  display: inline-block;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #4F4F4F;
  left: 2px;
  position: relative;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 16px;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  width: calc(50% - 20px);
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper:first-child:before {
  content: 'Price Min.';
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper:before {
  content: 'Price Max.';
  position: absolute;
  top: -20px;
  font-size: 12px;
  left: 0;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  width: 100%;
  height: 27px;
  border: 1px solid #898B8E;
  background-clip: padding-box;
  color: #494949;
  text-align: center;
  letter-spacing: .03em;
  font-size: 14px;
  border-radius: 0;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget .am-filter-price:focus {
  box-shadow: none !important;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view) {
  margin: 0;
  padding: 0;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .items .items-children.-folding {
  padding-left: 0;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .items ul.items.items-children.level-1.-folding {
  margin-top: 20px !important;
  height: auto;
  max-height: 240px;
  overflow: hidden auto;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .items [class*="am-filter-item"] {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .items [class*="am-filter-item"] .count {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .items.-am-singleselect a.am_shopby_link_selected {
  color: #000000;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .items.-am-singleselect a.am_shopby_link_selected .count {
  color: #000000;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .items[class*="am-filter-items-attr_category"]:not(.items-children) > .item > a {
  color: #3E3E3E;
  font-weight: bold;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .items .category-filter-checkbox-main {
  float: right;
  width: 20px;
  height: 20px;
  right: 7px;
  position: absolute;
  top: 4px;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .items .category-filter-checkbox-main input[type="checkbox"] {
  height: auto;
  width: auto;
  opacity: 0;
  clip: inherit;
  margin: 0;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .items .category-filter-checkbox-main input[type="checkbox"]:checked ~ span {
  background-color: #323232;
  border-color: #323232;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .items .category-filter-checkbox-main input[type="checkbox"]:checked ~ span:after {
  display: block;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .items .category-filter-checkbox-main span {
  border: 1px solid #BBB;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 2px;
  position: relative;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .items .category-filter-checkbox-main span:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  color: #ffffff;
  left: 1px;
  margin: auto;
  top: -5px;
  font-size: 12px;
  display: none;
}
@media (min-width: 768px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .items.am-filter-items-ipromo_price {
    margin-top: -30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .items.am-filter-items-ipromo_price {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content form > .items > .item {
  border-bottom: 0;
  padding: 3px 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content form > .items > .item input[type='checkbox'] + .amshopby-choice {
  position: relative;
  left: auto;
  top: 0;
  right: 0;
  padding: 0;
  min-height: auto;
  line-height: 1;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content form > .items > .item input[type='checkbox'] + .amshopby-choice::before {
  border: 1px solid #BBBBBB;
  background: #fff;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  transition: none;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content form > .items > .item input[type='checkbox']:checked + .amshopby-choice::before {
  background-color: #185292;
  background-image: url(../images/checked.svg);
  background-repeat: no-repeat;
  border-color: #185292;
  background-position: center;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content form > .items > .item input[type='checkbox']:checked + .amshopby-choice:after {
  content: none;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.ipromo-more-filters .filter-options-content form.am-ranges {
  border-bottom: 1px solid #E1E1E1;
  padding: 12px 0;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.ipromo-more-filters .filter-options-content form.am-ranges:first-child {
  padding-top: 0;
}
.category-bottom-block div.quote-form-container-footer {
  margin-bottom: 0;
  margin-top: 0;
}
.category-bottom-block div.quote-form-container-footer .not-last .field.getquick-btn {
  margin-left: auto;
}
.toolbar {
  text-align: left;
}
.toolbar .toolbar-amount {
  display: none;
}
.toolbar .sorter label {
  color: #041e42;
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
}
@media (max-width: 767px) {
  .toolbar .sorter label {
    display: none;
  }
}
.toolbar .sorter select {
  border: 0.5px solid #DDDDDD;
  height: 35px;
  border-radius: 0;
  width: 142px;
  color: #636363;
  font-size: 12px;
  line-height: 15px;
  box-shadow: none;
  background-color: #ffffff;
  margin: 0;
  padding: 0 12px 0 9px;
  background-image: url(../images/downarrow.svg);
  background-size: auto;
  background-position: 93% center;
}
@media (max-width: 767px) {
  .toolbar .sorter select {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    color: #041e42;
    font-size: 14px;
  }
}
.toolbar .sorter .sorter-action {
  display: none;
}
.toolbar .pages {
  float: right !important;
}
@media (max-width: 767px) {
  .toolbar .pages {
    float: none !important;
    margin-top: 10px;
  }
}
.toolbar .pages .items {
  padding: 0px;
}
.toolbar .pages .items .item {
  margin: 0;
  position: relative;
}
.toolbar .pages .items .item .page,
.toolbar .pages .items .item .action {
  border: 1px solid #E0E0E0;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 5px;
  padding: 0;
  color: #535353;
  font-size: 14px;
  line-height: 40px;
  box-shadow: none;
  border-radius: 0px;
  background: none;
}
@media (max-width: 767px) {
  .toolbar .pages .items .item .page,
  .toolbar .pages .items .item .action {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.toolbar .pages .items .item .page::before,
.toolbar .pages .items .item .action::before {
  color: #4F4F4F;
}
.toolbar .pages .items .item .page span,
.toolbar .pages .items .item .action span {
  transition: none;
}
.toolbar .pages .items .item .page:hover,
.toolbar .pages .items .item .action:hover {
  color: #fff;
  background: #041e42;
  transition: none;
}
.toolbar .pages .items .item.current .page {
  font-weight: normal;
  background: #041E42;
  color: #fff;
}
.toolbar .pages .items .item .action:hover:before {
  color: #ffffff;
}
.toolbar .pages .items .item.pages-item-next {
  margin-left: 35px;
}
.toolbar .pages .items .item.pages-item-next .action {
  border: 0;
  width: auto;
  height: auto;
}
.toolbar .pages .items .item.pages-item-previous {
  margin-right: 35px;
}
.toolbar .pages .items .item.pages-item-previous .action {
  border: 0;
  width: auto;
  height: auto;
}
.view-all-product {
  display: none;
}
.products.wrapper ~ .toolbar-products .view-all-product {
  display: inline-block;
  padding: 7px 0 0 0;
}
.products.wrapper ~ .toolbar-products .view-all-product a {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-decoration: underline;
}
div#am-shopby-container {
  padding-left: 20px;
  padding-top: 10px;
}
div#am-shopby-container .closefilter-title span.block-subtitle.filter-current-subtitle {
  padding: 0 0 5px;
}
div#am-shopby-container.filter-current .items {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
div#am-shopby-container.filter-current .items .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin: 6px 8px 6px 0;
  font-size: 14px;
  color: #222222;
  background: #f1f1f1;
  padding: 4px 9px 4px 9px;
  border: 1px solid transparent;
  border-radius: 4px;
}
div#am-shopby-container.filter-current .items .amshopby-item.item:hover {
  border: 1px solid #8e8f8f;
}
@media only screen and (max-width: 767px) {
  div#am-shopby-container.filter-current .items .amshopby-item.item {
    margin-top: 0;
  }
}
div#am-shopby-container.filter-current .items .amshopby-item.item .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 0;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: #f7f7f7;
}
div#am-shopby-container.filter-current .items .amshopby-item.item .amshopby-remove:hover ~ * {
  opacity: 1;
}
div#am-shopby-container.filter-current .items .amshopby-item.item .amshopby-remove::before,
div#am-shopby-container.filter-current .items .amshopby-item.item .amshopby-remove::after {
  background-color: #909090;
}
div#am-shopby-container.filter-current .items .amshopby-item.item .amshopby-filter-name {
  font-weight: 500;
}
div#am-shopby-container + .block-actions.filter-actions {
  padding: 0;
  padding-left: 20px;
  margin-bottom: 0;
}
.category-bottom-content-section {
  padding: 60px 0px;
}
.category-bottom-content-section ul {
  margin-left: 17px;
}
.category-bottom-faqs {
  padding-bottom: 40px;
  position: relative;
  background: #f2f2f2;
}
.category-bottom-faqs .amfaq_questions.widget.ipromo-cat-faqs {
  padding: 90px 0 0;
}
@media only screen and (max-width: 767px) {
  .category-bottom-faqs .amfaq_questions.widget.ipromo-cat-faqs {
    padding: 70px 0 0;
  }
}
.category-bottom-faqs .amfaq_questions .amfaq-title {
  font-weight: bold;
  font-size: 54px;
  line-height: 59px;
  margin: 0 0 50px 0;
  color: #041E42;
}
@media only screen and (max-width: 767px) {
  .category-bottom-faqs .amfaq_questions .amfaq-title {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 30px 0;
  }
}
.category-bottom-faqs .amfaq_questions .am-item {
  border: none;
  background: #f2f2f2;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #CCCACA;
}
.category-bottom-faqs .amfaq_questions .am-item .am-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  color: #011E41;
  margin: 0;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .category-bottom-faqs .amfaq_questions .am-item .am-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #011E41;
    margin: 0;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .category-bottom-faqs .amfaq_questions .am-item .am-title > div {
    width: calc(100% - 20px);
  }
}
.category-bottom-faqs .amfaq_questions .am-item .am-title[aria-expanded="true"] .am-plus::before {
  color: #00A6B6;
}
.category-bottom-faqs .amfaq_questions .am-item .am-title::before {
  content: none;
}
.category-bottom-faqs .amfaq_questions .am-item .am-title > span {
  padding: 0;
}
.category-bottom-faqs .amfaq_questions .am-item .am-content {
  padding: 0;
}
.category-bottom-faqs .amfaq_questions .am-item .am-content .amfaq-short-answer-container {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #222;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .category-bottom-faqs .amfaq_questions .am-item .am-content .amfaq-short-answer-container {
    font-size: 14px;
  }
}
.category-bottom-faqs .amfaq_questions .am-item .am-title span[data-role="icons"]:before {
  color: #011E41;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .catalog-topnav.amasty-catalog-topnav {
    display: none;
  }
}
@media (max-width: 767px) {
  .toolbar .sorter {
    left: 0px;
    border-radius: 20px;
    background: #eeeeee;
    width: 46vw;
    height: 36px;
    border: none;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: unset;
    right: unset;
  }
  .sidebar.sidebar-main .filter-title strong {
    background: #000;
    box-shadow: none;
    border: none;
    color: #ffffff;
    padding: 7px 16px;
    line-height: inherit;
    border-radius: 3px;
    cursor: pointer;
    top: 99px;
    font-size: 12px;
  }
  .sidebar.sidebar-main .filter-title strong img {
    max-width: 14px;
    position: relative;
    top: 3px;
    margin: 0 7px 0 0;
  }
  .sidebar.sidebar-main .filter .filter-content .filter-options {
    padding: 0 30px 0 20px;
  }
  .sidebar.sidebar-main .filter .filter-content .block-subtitle {
    padding: 14px 10px 18px 18px !important;
  }
  .sidebar.sidebar-main .filter.active .filter-title strong {
    top: 1px;
    right: 10px;
    font-size: 0;
    background: none;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 30px;
    top: 16px;
  }
  .filter .filter-current-subtitle:after {
    color: #041E42;
  }
  .filter .filter-current.active + .block-actions {
    display: none;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .toolbar .sorter .sorter-options {
    height: 29px;
    font-size: 1.2rem;
    padding: 5px 22px 5px 10px;
    width: auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .toolbar .sorter .sorter-options {
    border-radius: 20px;
    background: #eeeeee;
    border: none;
    padding: 0;
    font-size: 14px;
  }
}
#maincontent .category-title-sec .toggle-cat-desc > div {
  padding: 0 !important;
}
.sub-categories-page .contact-index-index ul.contactlogo {
  margin: 0 -30px 20px;
  flex-wrap: wrap;
}
.sub-categories-page .contact-index-index ul.contactlogo li {
  width: calc(16.66% - 20px);
  justify-content: center;
  margin: 0 10px 20px;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 992px) {
  .sub-categories-page .contact-index-index ul.contactlogo li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-categories-page.catalog-category-view .contact-index-index ul.contactlogo li {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #amasty-shopby-product-list {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .mobilefilter {
    display: none;
  }
  #amasty-shopby-product-list .sorter {
    position: absolute;
    top: 8px;
    right: 10px;
  }
  #amasty-shopby-product-list .sorter > img {
    display: none;
  }
  .catalogsearch-result-index .sidebar.sidebar-main .filter.block .filter-content .filter-options .flter-by-title span {
    margin: 0 0 20px;
  }
  .catalogsearch-result-index .page-title-wrapper h1 {
    line-height: 40px;
  }
  .catalogsearch-result-index #amasty-shopby-product-list .sorter {
    top: 14px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .amasty-catalog-topnav .mobilefilter {
    width: 100%;
    text-align: center;
  }
  .amasty-catalog-topnav .mobilefilter span {
    font-size: 15px;
    background-image: url(../images/filter-by-icon.png);
    background-repeat: no-repeat;
    padding: 0px 5px 0 25px;
    background-position: left;
  }
  .amasty-catalog-topnav div#layered-filter-block {
    display: none;
    width: calc(100% - 33px);
    padding-left: 20px;
    box-sizing: border-box;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options {
    flex-wrap: wrap;
    min-height: auto;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .owl-stage-outer .owl-stage .owl-item:last-child {
    margin-right: 0 !important;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-title {
    cursor: pointer;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    padding: 1px 8px;
    position: relative;
    text-transform: none;
    word-break: break-all;
    z-index: 1;
    display: block;
    text-decoration: none;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    transition: none;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-title::after {
    content: none;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-title:hover,
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-title:focus,
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-title:active {
    background-color: #E0E0E0;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-item {
    display: block;
    border: 0;
    padding: 0;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
    cursor: pointer;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    padding: 1px 8px;
    position: relative;
    text-transform: none;
    word-break: break-all;
    z-index: 1;
    display: block;
    text-decoration: none;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    transition: none;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-item .filter-options-title::after {
    content: none;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-item .filter-options-title:hover,
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-item .filter-options-title:focus,
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-item .filter-options-title:active {
    background-color: #E0E0E0;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-content {
    position: fixed;
    top: 0;
    width: calc(100% - 52px);
    left: -100%;
    height: 100%;
    z-index: 999999999;
    margin: 0;
    padding: 20px 0 20px 20px;
    background: #fff;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-content:before {
    content: attr(data-title);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    display: block;
    margin-bottom: 10px;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .owl-nav {
    display: block !important;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .owl-nav button {
    position: absolute;
    top: 50%;
    border: 0;
    background: transparent;
    text-indent: -9999px;
    background-image: url(../images/filter-res.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 20px;
    padding: 0;
    margin-top: -11px;
    background-position: center;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .owl-nav button.owl-prev {
    left: 0;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .owl-nav button.owl-next {
    right: 0;
    background-image: url(../images/rightfilterarrow.svg);
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title:after {
    content: none;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-item.active .filter-options-content {
    left: 0;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-item.active .filter-options-content form {
    height: calc(100vh - 140px);
    overflow-y: auto;
    padding-right: 30px;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-item.active .filter-options-content form[data-amshopby-filter="color"] {
    height: auto;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-item.active .filter-options-content .am-ranges .items.-am-multiselect .item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-item.active .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    color: #222;
    transition: none;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-item.active .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] span {
    transition: none;
    color: #222;
    font-weight: 400;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-item.active .filter-options-content .am-ranges .items.-am-multiselect .item .amshopby-choice {
    word-wrap: break-word;
    word-break: break-word;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    padding: 0;
    min-height: auto;
    line-height: 1;
    cursor: pointer;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-item.active .filter-options-content .am-ranges .items.-am-multiselect .item .amshopby-choice::before {
    position: relative;
    border: 1px solid #BBBBBB;
    width: 16px;
    height: 16px;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-item.active .filter-options-content .am-ranges .items.-am-multiselect .item .amshopby-choice::after {
    content: none;
  }
  .amasty-catalog-topnav .block-content.filter-content .filter-options .filter-options-item.active .filter-options-content .am-ranges .items.-am-multiselect .item input[type='checkbox']:checked + .amshopby-choice::before {
    background-color: #185292;
    background-image: url(../images/checked.svg);
    background-repeat: no-repeat;
    border-color: #185292;
    background-position: center;
  }
  body.filter-active .page-header,
  .mobile-filter-active .page-header {
    display: block;
  }
  body.filter-active .filter.active,
  .mobile-filter-active .filter.active {
    z-index: 999999;
  }
  body.filter-active .am_shopby_apply_filters,
  .mobile-filter-active .am_shopby_apply_filters {
    display: block !important;
    bottom: 80px !important;
    top: auto !important;
    width: 100% !important;
    left: 0 !important;
    visibility: visible !important;
  }
  body.filter-active .am-show-button,
  .mobile-filter-active .am-show-button {
    padding: 20px;
    border-top: 1px solid #D5D5D5;
    justify-content: space-between;
  }
  body.filter-active .am-show-button .am-items,
  .mobile-filter-active .am-show-button .am-items {
    display: none;
  }
  body.filter-active .am-show-button .amshopby-button,
  .mobile-filter-active .am-show-button .amshopby-button {
    border: 1px solid #011E42;
    background: white;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    color: #011E42;
    font-weight: 700;
    font-size: 14px;
    width: calc(50% - 5px);
  }
  body.filter-active .am-show-button .amshopby-button:hover,
  .mobile-filter-active .am-show-button .amshopby-button:hover,
  body.filter-active .am-show-button .amshopby-button:active,
  .mobile-filter-active .am-show-button .amshopby-button:active,
  body.filter-active .am-show-button .amshopby-button:focus,
  .mobile-filter-active .am-show-button .amshopby-button:focus {
    background: #011E41;
    border-color: #011E41;
    color: #fff;
  }
  body.filter-active .am-show-button .amshopby-button.resetbtn,
  .mobile-filter-active .am-show-button .amshopby-button.resetbtn {
    color: #185292;
    border-color: #185292;
  }
  body.filter-active .am-show-button .amshopby-button.resetbtn:hover,
  .mobile-filter-active .am-show-button .amshopby-button.resetbtn:hover,
  body.filter-active .am-show-button .amshopby-button.resetbtn:active,
  .mobile-filter-active .am-show-button .amshopby-button.resetbtn:active,
  body.filter-active .am-show-button .amshopby-button.resetbtn:focus,
  .mobile-filter-active .am-show-button .amshopby-button.resetbtn:focus {
    background: #185292;
    border-color: #185292;
    color: #fff;
  }
  .amshopby-filter-current.filter-current {
    margin: 0;
    border: 0;
    padding-bottom: 0 !important;
  }
  .sidebar.sidebar-main .block-content.filter-content {
    background: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow-y: auto;
  }
  .sidebar.sidebar-main .block-content.filter-content .block-subtitle {
    position: relative;
  }
  .sidebar.sidebar-main .block-content.filter-content .filter-options {
    top: 0;
    position: relative;
  }
  .sidebar.sidebar-main .filter.active .block-content.filter-content {
    left: 0;
    height: calc(100% - 160px);
  }
  body.filter-active .page-wrapper {
    height: auto;
    margin-top: 0;
    visibility: visible;
  }
  .sidebar.sidebar-main .mobilefilter,
  .sidebar.sidebar-main .filter-close {
    display: none;
  }
  .sidebar.sidebar-main .block-title.filter-title {
    display: none;
  }
  body .catalog-topnav.amasty-catalog-topnav {
    display: flex;
    width: fit-content;
    align-items: center;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    border-radius: 20px;
    background: #eeeeee;
    width: 46vw;
    height: 36px;
    justify-content: center;
  }
  body.mobile-filter-active .catalog-topnav.amasty-catalog-topnav {
    z-index: 99999;
    position: relative;
  }
  body.mobile-filter-active .catalog-topnav.amasty-catalog-topnav .filter-options-title {
    opacity: 0;
  }
  .catalog-category-view .blog-section h2 {
    font-size: 40px !important;
    line-height: 44px !important;
    margin: 0 0 20px 0;
  }
  .catalog-category-view .products.wrapper.grid.products-grid {
    margin-bottom: 0;
  }
  .catalog-category-view ol.products.list.items.product-items {
    margin-bottom: 0;
  }
  .catalog-category-view .toolbar .pages .items .item.pages-item-next {
    margin-left: 5px;
  }
  .catalog-category-view .recently-viewed-product-slider .block-viewed-products-grid {
    padding: 30px 0 30px 0;
  }
  .catalog-category-view .recently-viewed-product-slider .product-items div.product-item .product-item-info .product-item-photo {
    text-align: center;
  }
  .catalog-category-view .products.wrapper ~ .toolbar-products .view-all-product {
    padding: 7px 0 20px 0;
  }
  .catalog-category-view .toolbar {
    text-align: center;
    margin-top: 20px;
  }
  .catalog-category-view .owl-carousel:not(#trust-items):not(#additioanl-items):not(.filter-options) {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
  }
  .catalog-category-view .owl-carousel:not(#trust-items):not(#additioanl-items):not(.filter-options) .owl-stage-outer {
    order: 2;
  }
  .catalog-category-view .owl-carousel:not(#trust-items):not(#additioanl-items):not(.filter-options) .owl-nav {
    order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
    top: 0;
    position: relative;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65px;
    margin: 0 auto 20px;
  }
  .catalog-category-view .owl-carousel:not(#trust-items):not(#additioanl-items):not(.filter-options) .owl-nav div,
  .catalog-category-view .owl-carousel:not(#trust-items):not(#additioanl-items):not(.filter-options) .owl-nav button {
    position: relative;
  }
}
@media (max-width: 767px) {
  .catalogsearch-result-index .page-main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .catalogsearch-result-index .products.wrapper .product-items {
    margin-top: 60px;
  }
}
.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info {
  position: relative;
}
.catalogsearch-result-index .products.wrapper .product-items .product-item .product-item-info .product.details.product-item-details {
  text-align: left !important;
}
.catalogsearch-result-index .amsearch-block-header {
  padding: 0 20px 2px 0;
}
.catalogsearch-result-index .sidebar.sidebar-main .filter.block .filter-content .block-subtitle {
  display: none;
}
.catalogsearch-result-index .sidebar.sidebar-main .filter.block .filter-content .filter-options .flter-by-title:first-child {
  display: none;
}
.catalogsearch-result-index .sidebar.sidebar-main .filter.block .filter-content .filter-options-item.category-fltr {
  display: none;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.catalogsearch-result-index .custom-collection {
  margin-top: -50px;
}
@media (min-width: 768px) {
  .catalog-category-view .products-grid .product-item .product-item-info,
  .catalogsearch-result-index .products-grid .product-item .product-item-info,
  .ambrand-index-index .products-grid .product-item .product-item-info {
    height: 405px;
  }
}
@media (min-width: 768px) {
  .catalog-category-view .amasty-label-container.CustomSwagBox,
  .catalogsearch-result-index .amasty-label-container.CustomSwagBox,
  .ambrand-index-index .amasty-label-container.CustomSwagBox {
    right: 3px !important;
    top: 199px !important;
  }
}
.catalog-category-view .product-brand,
.catalogsearch-result-index .product-brand {
  height: 16px;
}
.catalog-category-view .product-brand a,
.catalogsearch-result-index .product-brand a {
  text-decoration: none;
  color: #666666 !important;
}
.catalog-category-view .product-brand a:hover,
.catalogsearch-result-index .product-brand a:hover {
  text-decoration: underline;
  color: #007bff;
}
.amlabel-position-wrapper .amasty-label-container.SALE {
  width: 80px !important;
}
.amlabel-position-wrapper .amasty-label-container.BEST.SELLER {
  padding: 5px;
}
.amlabel-position-wrapper .amasty-label-container.TRENDING {
  padding: 5px;
  margin-left: 20px !important;
  margin-top: 17px !important;
}
.amlabel-position-wrapper .amasty-label-container.DemandX {
  top: 7px !important;
  right: 2px !important;
}
.category-pantone-color-of-the-year .toggle-heading h2,
.category-pantone-color-of-the-year .toggle-heading h1 {
  color: #FCBF9B;
}
.toggle-heading {
  position: relative;
}
.toggle-heading .toggle-cat-desc {
  width: 100%;
  margin: 12px auto 0 auto;
  max-width: 1200px;
  display: none;
}
@media (max-width: 767px) {
  .toggle-heading .toggle-cat-desc {
    margin-bottom: 20px;
  }
}
.toggle-heading .toggle-cat-desc p {
  line-height: 24px;
  color: #011E41;
  margin: 0;
}
.toggle-heading .toggle-cat-desc p a {
  text-decoration: underline;
}
.toggle-heading h2,
.toggle-heading h1 {
  font-size: 32px !important;
  font-weight: bold;
  line-height: 110%;
  color: #041E42;
}
@media (max-width: 991px) {
  .toggle-heading h2,
  .toggle-heading h1 {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .toggle-heading h2,
  .toggle-heading h1 {
    font-size: 26px !important;
  }
}
.toggle-heading h2 span,
.toggle-heading h1 span {
  width: 40px;
  display: inline-block;
  position: relative;
  top: 2px;
  cursor: pointer;
}
.toggle-heading h2 span:after,
.toggle-heading h1 span:after {
  content: "+";
  font-weight: normal;
  margin-left: 10px;
}
.toggle-heading.active h2 span:after,
.toggle-heading.active h1 span:after {
  content: "_";
  position: relative;
  top: -15px;
}
@media (max-width: 767px) {
  .toggle-heading.active h2 span:after,
  .toggle-heading.active h1 span:after {
    top: -9px;
  }
}
.sub-categories-page .column.main {
  min-height: inherit;
  padding: 0;
}
.sub-category-sec {
  width: 100%;
  display: inline-block;
}
.subcategories-list {
  padding: 62px 0 0 0;
}
.subcategories-list .toggle-heading {
  text-align: center;
  padding-bottom: 66px;
}
@media (max-width: 767px) {
  .subcategories-list {
    padding-top: 40px;
  }
}
.subcategories-list .subcategories-wrap .subcategories-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.subcategories-list .subcategories-wrap .subcategories-col {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 56px;
  position: relative;
}
.subcategories-list .subcategories-wrap .subcategories-box .subcategories-img {
  position: relative;
}
.subcategories-list .subcategories-wrap .subcategories-box .subcategories-img a {
  max-height: 310px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.subcategories-list .subcategories-wrap .subcategories-box .subcategories-img img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
.subcategories-list .subcategories-wrap .subcategories-box .subcategories-img h2,
.subcategories-list .subcategories-wrap .subcategories-box .subcategories-img h3 {
  font-size: 24px !important;
  font-weight: bold;
  line-height: 29px;
  color: #041E42;
  margin-top: 20px;
}
.subcategories-list .subcategories-wrap .subcategories-box .subcategories-lists {
  padding: 15px 0 0;
}
.subcategories-list .subcategories-wrap .subcategories-box .subcategories-lists ul li {
  display: block;
  margin-bottom: 8px;
}
.subcategories-list .subcategories-wrap .subcategories-box .subcategories-lists ul li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  text-decoration: none;
  color: #000000;
  display: block;
  transition: none;
}
.subcategories-list .subcategories-wrap .subcategories-box .subcategories-lists ul li a:hover {
  color: #185292;
  font-weight: 700;
}
.subcategories-list .subcategories-wrap .subcategories-box .subcategories-lists .viewall-an {
  text-align: left;
  margin-top: 11px;
}
.subcategories-list .subcategories-wrap .subcategories-box .subcategories-lists .viewall-an:hover {
  color: #185292;
  font-weight: 700;
}
.catalog-category-view .mainslider .slick-dots {
  padding: 15px 0;
  position: relative;
  bottom: 0;
}
.catalog-category-view .product-brand {
  margin-top: 5px;
}
.catalog-category-view .mainslider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #131C3E;
  opacity: 0.4;
}
.catalog-category-view .mainslider .slick-dots li.slick-active button {
  opacity: 1;
  width: 22px;
}
.catalog-category-view .slick-slider:not(.pagebuilder-slider) .slick-arrow {
  top: 50%;
}
.sub-categories-page .hot-products-section {
  padding: 0 0 22px 0;
}
.sub-categories-page .brandlove-sec {
  padding-bottom: 30px;
}
.sub-categories-page .brandlove-sec .viewall-an {
  padding-top: 20px;
}
.brandlist h2 {
  font-size: 54px;
  font-weight: 700;
  color: #011E41;
  margin-bottom: 10px;
}
.brandlist p {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-products .columns {
    padding-top: 10px;
  }
  .subcategories-list .toggle-heading {
    padding-bottom: 44px;
  }
  .subcategories-list .subcategories-wrap .subcategories-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .subcategories-list .subcategories-wrap .subcategories-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 40px;
  }
  .subcategories-list .subcategories-wrap .subcategories-box .subcategories-img h2,
  .subcategories-list .subcategories-wrap .subcategories-box .subcategories-img h3 {
    font-size: 14px !important;
    bottom: 0;
    left: 0;
  }
  .subcategories-list .subcategories-wrap .subcategories-box .subcategories-lists {
    padding: 10px 0 0 0;
  }
  .subcategories-list .subcategories-wrap .subcategories-box .subcategories-lists ul li a {
    font-size: 13px;
  }
  .subcategories-list .subcategories-wrap .subcategories-box .subcategories-lists .viewall-an a {
    font-size: 13px;
  }
  .needhelp-section .needhelp-forms form .needform-row .needcontrol-in {
    padding: 13px 20px !important;
  }
  .needhelp-section .needhelp-forms form .needform-row .needform-input .control-btm {
    /*	padding: 0 30px 23px 0px;*/
  }
  .catalog-category-view .mainslider .pagebuilder-slider .pagebuilder-poster-overlay {
    padding: 20px 0;
  }
  .catalog-category-view .sub-category-bottom-brands .container.brandlove-sec {
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-category-view .contact-index-index ul.contactlogo {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  .catalog-category-view .contact-index-index ul.contactlogo li {
    width: 46%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subcategories-list .toggle-heading {
    padding-bottom: 55px;
  }
  .subcategories-list .subcategories-wrap .subcategories-col {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .subcategories-list .subcategories-wrap .subcategories-box .subcategories-img h2,
  .subcategories-list .subcategories-wrap .subcategories-box .subcategories-img h3 {
    font-size: 25px !important;
    bottom: 16px;
    left: 18px;
  }
  .subcategories-list .subcategories-wrap .subcategories-box .subcategories-lists {
    padding: 10px 0 0 9px;
  }
  .subcategories-list .subcategories-wrap .subcategories-box .subcategories-lists ul li a {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .subcategories-list .subcategories-wrap .subcategories-box .subcategories-img h2,
  .subcategories-list .subcategories-wrap .subcategories-box .subcategories-img h3 {
    font-size: 25px !important;
    bottom: 20px;
    left: 16px;
  }
}
@media (min-width: 768px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .show-price-range {
    display: block !important;
  }
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-slider-container.-default .am-slider .ui-slider-handle {
  background: #FFFFFF !important;
}
sup {
  font-size: 55%;
}
.modals-overlay {
  z-index: 999 !important;
  background: rgba(34, 34, 34, 0.75);
}
.catalog-product-view .answerbase-widget .questions-list .cell.auto {
  line-height: normal;
}
.catalog-product-view .answerbase-widget .questions-list small {
  display: none !important;
}
.catalog-product-view .answerbase-widget {
  border: 1px solid #b5b5b5;
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  margin: 50px auto;
}
#ab_ask {
  font-size: 1.5rem;
}
#ask-question-box {
  height: 3.5rem;
  font-size: 1.5rem;
}
.answerbase-widget h5 {
  font-size: 2rem !important;
}
#ab-shopperapproved {
  display: none;
}
.page-wrapper .messages {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1380px;
  z-index: 1;
}
.add-imprint-location .add-location-btn-sec {
  display: none;
}
.image-counter {
  position: absolute;
  bottom: 85px;
  left: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  width: 70px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-counter:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .image-counter {
    bottom: 37px;
  }
}
@media (max-width: 767px) {
  .image-counter {
    display: none;
  }
}
#html-body.catalog-product-view.highlight .price-row.tier_price .qty-prc-3,
#html-body.catalog-product-view.highlight .qty-row.tier_qty .qty-prc-3 {
  background: #011e41;
  color: #fff;
  border: none;
}
#html-body.catalog-product-view .block.related .container,
#html-body.catalog-product-view .recently-viewed-product-slider .container {
  max-width: 1360px;
}
#html-body.catalog-product-view .one-quantity-break-product-case.custom-option-tier-price {
  opacity: 0;
  height: 0;
  min-height: auto !important;
}
#html-body.catalog-product-view .one-quantity-break-product-case.price-qty-section {
  padding: 0 !important;
  border: none !important;
}
#html-body.catalog-product-view .one-quantity-break-product-case.price-qty-section .qty-box-section {
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 20px;
}
#html-body.catalog-product-view .one-quantity-break-product-case.price-qty-section .qty-box-section .field.qty label,
#html-body.catalog-product-view .one-quantity-break-product-case.price-qty-section .qty-box-section .field.qty .each-price {
  display: none;
}
#html-body.catalog-product-view .one-quantity-break-product-case.price-qty-section .qty-box-section .field.qty .control {
  width: 150px !important;
  padding: 0px 0 25px !important;
  display: flex !important;
  position: relative;
  align-items: center;
}
#html-body.catalog-product-view .one-quantity-break-product-case.price-qty-section .qty-box-section .field.qty .control span {
  position: absolute;
  cursor: pointer;
  color: #0f0f0f;
  padding: 0 20px;
  font-size: 50px;
  font-weight: 300;
}
#html-body.catalog-product-view .one-quantity-break-product-case.price-qty-section .qty-box-section .field.qty .control span.plus {
  right: 0;
  font-size: 30px;
  font-weight: 400;
}
#html-body.catalog-product-view .one-quantity-break-product-case.price-qty-section .qty-box-section .field.qty .control input {
  width: 100% !important;
}
#html-body.catalog-product-view .one-quantity-break-product-case.price-qty-section .price-show-section {
  display: none !important;
}
#html-body.catalog-product-view .one-quantity-break-product-case .custom-option-tier-price {
  opacity: 0;
  height: 0;
  min-height: auto !important;
}
#html-body.catalog-product-view .page-header {
  position: unset;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  #html-body.catalog-product-view .left_right_menu .container {
    max-width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 768px) {
  #html-body.catalog-product-view .container,
  #html-body.catalog-product-view .breadcrumbs,
  #html-body.catalog-product-view .header.content,
  #html-body.catalog-product-view .page-wrapper .messages {
    max-width: 750px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  #html-body.catalog-product-view .container,
  #html-body.catalog-product-view .breadcrumbs,
  #html-body.catalog-product-view .header.content,
  #html-body.catalog-product-view .page-wrapper .messages {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  #html-body.catalog-product-view .container,
  #html-body.catalog-product-view .breadcrumbs,
  #html-body.catalog-product-view .header.content,
  #html-body.catalog-product-view .page-wrapper .messages {
    max-width: 1170px;
  }
}
@media (min-width: 1300px) {
  #html-body.catalog-product-view .container,
  #html-body.catalog-product-view .breadcrumbs,
  #html-body.catalog-product-view .header.content,
  #html-body.catalog-product-view .page-wrapper .messages {
    width: 96%;
    max-width: 1500px;
  }
}
#html-body.catalog-product-view.fixed-scroll {
  position: fixed;
}
#html-body.catalog-product-view .page-title-wrapper .popup-hover-div .popup-main-section img {
  transform: scaleX(-1);
}
#html-body.catalog-product-view .page-title-wrapper .popup-hover-div.first .popup-main-section img,
#html-body.catalog-product-view .one-quantity .popup-hover-div.first .popup-main-section img {
  height: 110px;
  width: 240px;
}
#html-body.catalog-product-view .page-title-wrapper .popup-hover-div.first,
#html-body.catalog-product-view .one-quantity .popup-hover-div.first {
  margin-left: 15px;
}
#html-body.catalog-product-view .page-title-wrapper .page-title-container,
#html-body.catalog-product-view .one-quantity .page-title-container {
  display: flex;
  align-items: baseline;
  padding-bottom: 5px;
}
#html-body.catalog-product-view .page-title-wrapper .product-title-dimensions,
#html-body.catalog-product-view .one-quantity .product-title-dimensions {
  font-style: italic;
  font-size: 20px;
  color: #05273f;
  margin: 5px 0;
}
#html-body.catalog-product-view .page-title-wrapper .min-unit-price,
#html-body.catalog-product-view .one-quantity .min-unit-price {
  color: #222;
  font-weight: 600;
  font-size: 20px;
  padding-top: 5px;
}
#html-body.catalog-product-view .page-title-wrapper .popup-hover-div,
#html-body.catalog-product-view .one-quantity .popup-hover-div {
  width: 60px;
}
#html-body.catalog-product-view .page-title-wrapper .popup-hover-div:hover .popup-main-section,
#html-body.catalog-product-view .one-quantity .popup-hover-div:hover .popup-main-section {
  display: block;
}
#html-body.catalog-product-view .page-title-wrapper .text-container,
#html-body.catalog-product-view .one-quantity .text-container {
  width: 216px;
  position: absolute;
  color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  text-align: left;
  font-size: 12px;
  line-height: normal;
}
#html-body.catalog-product-view .page-title-wrapper .text-container p,
#html-body.catalog-product-view .one-quantity .text-container p {
  font-weight: 400;
  font-size: 14px;
}
#html-body.catalog-product-view .page-title-wrapper .text-container.second,
#html-body.catalog-product-view .one-quantity .text-container.second {
  width: 201px;
}
#html-body.catalog-product-view .page-title-wrapper .learn-link-white,
#html-body.catalog-product-view .one-quantity .learn-link-white {
  font-weight: 700;
  color: #fff !important;
}
#html-body.catalog-product-view .page-title-wrapper .learn-link,
#html-body.catalog-product-view .one-quantity .learn-link {
  font-weight: 700;
  background: linear-gradient(90deg, #6964c3 0.96%, #e9257d 80.81999999999999%, #faac29 95.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#html-body.catalog-product-view .page-title-wrapper .popup-main-section,
#html-body.catalog-product-view .one-quantity .popup-main-section {
  display: none;
  position: absolute;
  text-align: center;
  z-index: 1;
  width: max-content;
}
@media (max-width: 1024px) {
  #html-body.catalog-product-view .product_info_container .product.media {
    position: relative;
  }
}
#html-body.catalog-product-view .product_info_container .product.media .amlabel-position-wrapper {
  top: 30px !important;
  left: 140px !important;
  position: absolute;
  z-index: 9;
  width: 70%;
}
@media (max-width: 767px) {
  #html-body.catalog-product-view .product_info_container .product.media .amlabel-position-wrapper {
    width: 100%;
  }
}
#html-body.catalog-product-view .product_info_container .product.media .amlabel-position-wrapper .amasty-label-container {
  opacity: 1;
}
@media (max-width: 767px) {
  #html-body.catalog-product-view .product_info_container .product.media .amlabel-position-wrapper .amasty-label-container.DemandX,
  #html-body.catalog-product-view .product_info_container .product.media .amlabel-position-wrapper .amasty-label-container.CustomSwagBox {
    right: 50px !important;
  }
}
@media (max-width: 768px) {
  #html-body.catalog-product-view .product_info_container .product.media .amlabel-position-wrapper {
    top: -10px !important;
    left: 10px !important;
  }
}
#html-body.catalog-product-view .product_info_container .product.media .amasty-label-container {
  opacity: 0;
}
#html-body .products-related .amlabel-position-wrapper,
#html-body .products-upsell .amlabel-position-wrapper,
#html-body .amsearch-pagebuilder-carousel .amlabel-position-wrapper {
  left: 0 !important;
  top: -10px !important;
  position: absolute;
}
@media (max-width: 767px) {
  #html-body .products-related .amlabel-position-wrapper,
  #html-body .products-upsell .amlabel-position-wrapper,
  #html-body .amsearch-pagebuilder-carousel .amlabel-position-wrapper {
    top: -13px !important;
  }
}
.products.wrapper .owl-nav > div {
  position: absolute;
  width: 13px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: .5;
  font-size: 0;
  padding: 7px 15px;
}
.products.wrapper .owl-nav > div:hover {
  opacity: 1;
}
input[value*="0"] + .range .ipromo-currency-container {
  border: 2px solid #000;
}
.catalog-product-view {
  overflow-x: hidden;
}
@media (min-width: 767px) {
  .catalog-product-view .product-info-main .product-social-links {
    margin-top: -40px;
  }
}
.catalog-product-view .delivery-label {
  font-weight: 600;
  color: #293F5D;
}
.catalog-product-view .delivery-date {
  text-decoration: underline;
  color: #81C1F4;
  font-weight: 500;
  cursor: pointer;
}
.catalog-product-view .order-info {
  color: #908E96;
  font-size: 14px;
}
.catalog-product-view .order-countdown {
  color: #908E96;
  font-size: 14px;
}
.catalog-product-view div.quote-form-container-footer {
  margin-bottom: 0;
  margin-top: 0;
}
.catalog-product-view .page-wrapper .messages {
  position: relative;
  top: -15px;
  padding: 0 15px;
  z-index: 0;
}
.catalog-product-view .mCSB_outside + .mCSB_scrollTools {
  right: -5px !important;
}
.catalog-product-view .swatch-option-tooltip .title {
  text-transform: uppercase;
}
.catalog-product-view .breadcrumbs {
  margin-top: -9px;
  margin-bottom: 15px;
}
@media (max-width: 768px) and (min-width: 1024px) {
  .catalog-product-view .breadcrumbs {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .breadcrumbs {
    display: block;
  }
}
.catalog-product-view .breadcrumbs .items li.item {
  margin-bottom: 0;
}
.catalog-product-view .breadcrumbs .items li.item a {
  font-size: 12px;
}
.catalog-product-view .column.main {
  padding-bottom: 0;
}
.catalog-product-view .product_info_container .box-tocart {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container {
    clear: both;
  }
}
@media (min-width: 1025px) {
  .catalog-product-view .product_info_container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    position: relative;
  }
  .catalog-product-view .product_info_container:after {
    height: 118%;
    content: "";
    position: absolute;
    right: 0;
    width: 40.6%;
    top: -110px;
    z-index: -1;
  }
  .catalog-product-view .product_info_container .product.media {
    position: sticky;
    top: 0px;
    margin-top: -20px;
  }
}
.catalog-product-view .product_info_container .product.media {
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  .catalog-product-view .product_info_container .product.media {
    width: 55%;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .catalog-product-view .product_info_container .product.media {
    width: 100%;
    padding: 0;
    margin: auto;
    float: none;
  }
}
.catalog-product-view .product_info_container .product.media a.mCSB_buttonUp,
.catalog-product-view .product_info_container .product.media .mCSB_buttonDown {
  display: none !important;
}
.catalog-product-view .product_info_container .product.media .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 6px 0 20px;
}
@media (min-width: 768px) {
  .catalog-product-view .product_info_container .product.media .gallery-placeholder._block-content-loading {
    height: 580px;
  }
  .catalog-product-view .product_info_container .product.media .gallery-placeholder._block-content-loading .gallery-placeholder__image {
    height: 100%;
    width: auto;
  }
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__stage {
  max-height: 412px;
}
@media (min-width: 768px) {
  .catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__stage {
    height: 580px !important;
    max-height: 100%;
  }
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__stage__frame {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  margin-left: 10px;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__stage__frame::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 98%;
  height: 100%;
  background: #000;
  opacity: .04;
  pointer-events: none;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__stage__frame {
    margin-left: -50px;
  }
  .catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__stage__frame img {
    left: 56%;
    padding: 10%;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap {
    padding-top: 40px;
  }
  .catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__thumb__arr--right {
    bottom: 40px;
  }
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs {
  width: 102px !important;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__thumb-border {
  display: none !important;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame {
  padding: 8px 4px !important;
  margin-left: 0;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb {
  background: none;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb img {
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active .fotorama__thumb {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__stage .fotorama__stage__frame .fotorama__img {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__stage .fotorama__stage__frame .fotorama__img {
    width: 90%;
    object-fit: contain;
  }
}
@media (min-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main {
    width: 45%;
    padding: 0 0 40px;
    min-height: 78vh;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .catalog-product-view .product_info_container .product-info-main {
    width: 100%;
    padding: 0 0 30px;
    margin: 0;
  }
}
.catalog-product-view .product_info_container .product-info-main .skeleton-loader-container.show-skeleton {
  display: none;
  z-index: -1;
  position: relative;
  height: 0;
}
.catalog-product-view .product_info_container .product-info-main .skeleton-loader-container.show-skeleton .skeleton-loader {
  width: 100%;
  height: 50px;
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), #f0f0f0;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: shine 1s infinite;
  margin-top: 30px;
}
.catalog-product-view .product_info_container .product-info-main .skeleton-loader-container.show-skeleton .skeleton-loader.skeleton-1 {
  height: 30px;
  width: 40%;
}
.catalog-product-view .product_info_container .product-info-main .skeleton-loader-container.show-skeleton .skeleton-loader.skeleton-2 {
  margin-top: 10px;
  height: 40px;
  width: 88%;
}
.catalog-product-view .product_info_container .product-info-main .skeleton-loader-container.show-skeleton .skeleton-loader.skeleton-3 {
  height: 25px;
  width: 20%;
}
.catalog-product-view .product_info_container .product-info-main .skeleton-loader-container.show-skeleton .skeleton-loader.skeleton-4 {
  margin-top: 15px;
  height: 135px;
}
.catalog-product-view .product_info_container .product-info-main .skeleton-loader-container.show-skeleton .skeleton-loader.skeleton-5 {
  height: 25px;
  margin-top: 20px;
  width: 20%;
}
.catalog-product-view .product_info_container .product-info-main .skeleton-loader-container.show-skeleton .skeleton-loader.skeleton-6 {
  margin-top: 15px;
  height: 110px;
}
.catalog-product-view .product_info_container .product-info-main .skeleton-loader-container.show-skeleton .skeleton-loader.skeleton-7 {
  height: 30px;
  margin-top: 60px;
  width: 30%;
}
.catalog-product-view .product_info_container .product-info-main .skeleton-loader-container.show-skeleton .skeleton-loader.skeleton-8 {
  margin-top: 10px;
  height: 50px;
  width: 50%;
}
.catalog-product-view .product_info_container .product-info-main .skeleton-loader-container.show-skeleton .skeleton-loader.skeleton-9 {
  margin-top: 20px;
  height: 30px;
  width: 25%;
}
.catalog-product-view .product_info_container .product-info-main .skeleton-loader-container.show-skeleton .skeleton-loader.skeleton-10 {
  margin-top: 10px;
  height: 75px;
  width: 50%;
}
@keyframes shine {
  to {
    background-position: 100% 0, /* move highlight to right */ 0 0;
  }
}
.catalog-product-view .product_info_container .product-info-main .product.pricing,
.catalog-product-view .product_info_container .product-info-main #id-choose-production-time {
  opacity: 1;
}
.catalog-product-view .product_info_container .product-info-main .product-add-form {
  opacity: 1;
  padding-top: 15px;
}
.catalog-product-view .product_info_container .product-info-main #paypal-smart-button {
  position: relative;
  z-index: 1;
}
.catalog-product-view .product_info_container .product-info-main .box-tocart {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-info-price {
  display: none !important;
}
.catalog-product-view .product_info_container .product-info-main .page-title-wrapper {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 13px;
  margin: 0;
}
.catalog-product-view .product_info_container .product-info-main .page-title-wrapper .page-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #041e42;
  margin: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-info-stock-sku {
  float: none;
  padding: 0;
  text-align: left;
  display: block;
}
.catalog-product-view .product_info_container .product-info-main .product-info-stock-sku .product.attribute.sku .type,
.catalog-product-view .product_info_container .product-info-main .product-info-stock-sku .product.attribute.sku .value {
  font-size: 13px;
  font-weight: normal;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #54565B;
}
.catalog-product-view .product_info_container .product-info-main .product-info-stock-sku .product.attribute.sku .type {
  margin-right: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-info-stock-sku .product-reviews-summary {
  float: none;
  margin: 10px 0 9px 0;
}
.catalog-product-view .product_info_container .product-info-main .product-info-stock-sku .product-reviews-summary .rating-summary {
  margin-right: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-info-stock-sku .product-reviews-summary .rating-summary .rating-result {
  width: 104px;
}
.catalog-product-view .product_info_container .product-info-main .product-info-stock-sku .product-reviews-summary .rating-summary .rating-result:before {
  font-size: 19px;
  line-height: 20px;
  height: 20px;
}
.catalog-product-view .product_info_container .product-info-main .product-info-stock-sku .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #00A6B6;
  font-size: 19px;
  height: 20px;
  line-height: 20px;
}
.catalog-product-view .product_info_container .product-info-main .product-info-stock-sku .product-reviews-summary .reviews-actions {
  margin-top: 6px;
  margin-left: 4px;
  font-size: 13px;
}
.catalog-product-view .product_info_container .product-info-main .product-info-stock-sku .product-reviews-summary .reviews-actions a {
  color: #4f4f4f;
  font-size: 13px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: -0.03em;
}
.catalog-product-view .product_info_container .product-info-main .product-info-stock-sku .product-reviews-summary .reviews-actions a.action.view {
  margin-right: 15px;
}
.catalog-product-view .product_info_container .product-info-main .product-info-stock-sku .product-reviews-summary .reviews-actions a.action.view span ~ span {
  padding-left: 12px;
}
.catalog-product-view .product_info_container .product-info-main .product-info-stock-sku .product-reviews-summary .reviews-actions a.action.add {
  text-decoration: underline;
}
.catalog-product-view .product_info_container .product-info-main .product-info-stock-sku .product-reviews-summary.empty .reviews-actions {
  margin-left: 0;
}
.catalog-product-view .product_info_container .product-info-main .product.attribute.overview {
  margin: 0px 0 0;
}
.catalog-product-view .product_info_container .product-info-main .product.attribute.overview .value {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  color: #54565B;
}
.catalog-product-view .product_info_container .product-info-main .product.attribute.overview .value a {
  color: #222222;
  margin-top: 6px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset label.label.label-count.ipromo-pen-label {
  font-size: 16px;
  font-weight: 500;
  color: #011E41;
  line-height: 25px;
  margin: 0 0 5px 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field {
  margin: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field#id-choose-decoration-method {
  margin-top: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field#id-choose-decoration-method .label-price-charts {
  display: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field#id-choose-decoration-method #id-choose-decoration-details .control.control_choose_decoration_details .options-list.nested,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field#id-choose-decoration-method #id-choose-production-time .control.control_choose_decoration_details .options-list.nested {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field#id-choose-decoration-method #id-choose-decoration-details .control.control_choose_decoration_details .options-list.nested .field.choice.admin__field.admin__field-option,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field#id-choose-decoration-method #id-choose-production-time .control.control_choose_decoration_details .options-list.nested .field.choice.admin__field.admin__field-option {
  margin: 0 3px 10px;
  min-width: 200px;
  width: auto;
}
@media (max-width: 480px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field#id-choose-decoration-method #id-choose-decoration-details .control.control_choose_decoration_details .options-list.nested .field.choice.admin__field.admin__field-option,
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field#id-choose-decoration-method #id-choose-production-time .control.control_choose_decoration_details .options-list.nested .field.choice.admin__field.admin__field-option {
    max-width: 100%;
    width: 100%;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_decoration_details .options-list.nested,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control .control_choose_production_time .options-list.nested {
  margin: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_decoration_details .options-list.nested .field.choice.admin__field.admin__field-option,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control .control_choose_production_time .options-list.nested .field.choice.admin__field.admin__field-option {
  margin: 0 3px 10px;
  min-width: 200px;
  width: auto;
}
@media (max-width: 480px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_decoration_details .options-list.nested .field.choice.admin__field.admin__field-option,
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control .control_choose_production_time .options-list.nested .field.choice.admin__field.admin__field-option {
    max-width: 100%;
    width: 100%;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_production_time .nested .field:first-child .label .option-value-title::before {
  content: 'Standard';
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_production_time .nested .field:nth-child(2) .label .option-value-title::before {
  content: 'Rush';
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_production_time .label .option-value-title {
  font-size: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_production_time .label .option-value-title::before {
  font-size: 16px;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_production_time .label .option-value-title::before {
    font-size: 12px;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.pen-choose-details {
  margin: 0 23px;
  width: calc(33.3333% - 46px);
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.pen-choose-details {
    margin: 0 3px;
    width: calc(33.3333% - 5px);
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.pen-choose-details > .label {
  font-size: 14px;
  font-weight: 400;
  color: #636363;
  line-height: 25px;
  margin: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.pen-choose-details:nth-child(2) {
  margin-left: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method.ipromo-pt-simple {
  margin-top: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control {
  width: 100%;
  margin-bottom: 16px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_decoration_method .options-list.nested {
  margin: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_decoration_method .options-list.nested.custom-select-option {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_decoration_method .options-list.nested.custom-select-option .field.choice.admin__field.admin__field-option {
  margin: 0 15px 15px 3px;
  min-width: 250px;
  width: auto;
}
@media (max-width: 480px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_decoration_method .options-list.nested.custom-select-option .field.choice.admin__field.admin__field-option {
    max-width: 100%;
    width: 100%;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_decoration_method .options-list.nested .field {
  margin: 0 3px 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_decoration_method .options-list.nested .field.choice .label .option-value-title.tooltips-present {
  position: relative;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_decoration_method .options-list.nested .field.choice .label .option-value-title.tooltips-present::after {
  content: '' !important;
  background-image: url(../images/toottip.svg);
  pointer-events: all;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: none;
  margin-left: 5px;
  vertical-align: -2px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_decoration_method .options-list.nested .field.choice .label .option-value-title.tooltips-present {
  position: relative;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_decoration_method .options-list.nested .field.choice .label .option-value-title.tooltips-present::before {
  display: none;
  top: -30px;
  pointer-events: none;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  box-sizing: border-box;
  border: 1em solid black;
  border-color: transparent transparent #f5f5f5 #f5f5f5;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 12;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field .control.control_choose_decoration_method .options-list.nested .field.choice .label .option-value-title .tooltips span {
  display: block;
  position: absolute;
  background: #f5f5f5;
  z-index: 9;
  width: 270px;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  bottom: 75px;
  border-radius: 10px;
  clip: unset;
  height: auto;
  font-weight: 400;
  left: 50%;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.color-swatch .control .swatch-attribute-options .mageworx-swatch-container {
  border: 2px solid #DADADA;
  padding: 0;
  border-radius: 50%;
  width: 37px !important;
  height: 37px !important;
  margin: 0 10px 10px 0;
  line-height: 36px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.color-swatch .control .swatch-attribute-options .mageworx-swatch-option {
  width: 33px !important;
  height: 33px !important;
  border-radius: 50%;
  outline: none;
  border: 2px solid #FFF;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.color-swatch .control .swatch-attribute-options .mageworx-swatch-option.selected {
  border-color: #DADADA;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field > .label {
  font-size: 18px;
  font-weight: 500;
  color: #011E41;
  line-height: 25px;
  margin: 0 0 8px 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field > .label > span:first-child:after {
  content: ':';
  padding-right: 4px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field > .label span.option-value-span {
  text-transform: capitalize;
  color: #011e41;
  font-weight: 900;
  position: relative;
  display: inline-block;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field > .label span.option-value-span.with-tooltip:after {
  content: '' !important;
  background-image: url(../images/info-icon-18.png);
  pointer-events: all;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: inline-block;
  margin-left: 5px;
  vertical-align: -1px;
  top: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field > .label span.option-value-span.with-tooltip:after {
    background-image: url(../images/toottip.svg);
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field > .label span.option-value-span.with-tooltip:hover .tooltips:before {
    display: block;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field > .label span.option-value-span.with-tooltip:hover .tooltips span {
  display: block !important;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field > .label span.option-value-span .tooltips {
  display: inline-block;
}
@media (min-width: 768px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field > .label span.option-value-span .tooltips {
    position: absolute;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field > .label span.option-value-span .tooltips span {
  display: block;
  background: #f5f5f5;
  z-index: 9;
  width: 270px;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  bottom: 45px;
  border-radius: 10px;
  clip: unset;
  height: auto;
  font-weight: 400;
  text-transform: initial;
  left: -33px;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field > .label span.option-value-span .tooltips span:before {
  bottom: -15px;
  pointer-events: none;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  box-sizing: border-box;
  border: 1em solid #000;
  border-color: transparent transparent #f5f5f5 #f5f5f5;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 12;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field > .label span.option-value-span .tooltips:not(.adjust) span {
    bottom: 50px;
    right: -25px;
    left: unset;
    transform: unset;
  }
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field > .label span.option-value-span .tooltips:not(.adjust) span:before {
    right: 20px;
    left: unset;
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field > .label span.option-value-span .tooltips.adjust {
    position: absolute;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .no-content ~ .custom-option-tier-price table.prices-tier {
  padding-top: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .no-content ~ .custom-option-tier-price table.prices-tier tr td {
  cursor: default;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .no-content ~ .custom-option-tier-price table.prices-tier table.prices-tier tr.tier_sale td {
  padding-bottom: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method.ipromo-custom-apparel-continer .custom-option-tier-price .product-quantity-price {
  border: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method.ipromo-custom-apparel-continer .custom-option-tier-price table.prices-tier {
  background: transparent;
  border: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method.ipromo-custom-apparel-continer .custom-option-tier-price table.prices-tier .qty-row.tier_qty th,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method.ipromo-custom-apparel-continer .custom-option-tier-price table.prices-tier .price-row.tier_price th {
  border-left: 1px solid #e4e4e4;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method.ipromo-custom-apparel-continer .custom-option-tier-price table.prices-tier .qty-row.tier_qty td:last-child,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method.ipromo-custom-apparel-continer .custom-option-tier-price table.prices-tier .price-row.tier_price td:last-child {
  border-right: 1px solid #e4e4e4;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price {
  /* 115233:On products that only have one quantity breaks */
  /* 115233:On products that only have one quantity breaks */
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price {
    position: relative;
    z-index: 1;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price .product-quantity-price {
  overflow-x: auto;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.one-quantity-break {
  width: 40%;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier.one-quantity tr.tier_qty td.qty-prc-1 {
  background: #000;
  color: #fff;
  font-weight: 700;
  border: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier.one-quantity tr.tier_qty td.qty-prc-1::after {
  display: none !important;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier.one-quantity tr.tier_qty td.qty-prc-1::before {
  background-image: url(../images/one-quantity.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  position: absolute;
  top: 45px;
  width: 100%;
  left: 1px;
  z-index: 1;
  border-bottom: none;
  height: 17px;
  transition-duration: 0s;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier.one-quantity tr.tier_sale .qty-prc-1 {
  opacity: 1;
  background: transparent !important;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier.one-quantity tr.tier_sale .qty-prc-1:hover .popup-main-section {
  display: block !important;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier.one-quantity tr.tier_sale .qty-prc-1 .popup-main-section {
    top: 100% !important;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier.one-quantity tr.tier_sale .qty-prc-1 .popup-main-section::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 100%;
  height: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier.one-quantity tr.tier_sale .qty-prc-1 {
    position: inherit;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier.one-quantity tr td.qty-prc-1 {
  background: #000 !important;
  color: #fff;
  border-bottom: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier {
  border-collapse: separate;
  margin-bottom: 0;
  background: #fff;
  margin-top: -15px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier.blank {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_qty td {
  font-size: 14px;
  color: #222;
  font-weight: 700;
  position: relative;
  border: none;
  min-width: 80px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_qty td.tr_active {
  background: #011E41;
  color: #fff;
  border: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_qty td.tr_active::after {
  display: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_qty td.tr_hover-class {
  transition: none;
  position: relative;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_qty td,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_qty th {
  border-bottom: 1px solid #E0E0E0;
  border-top: 1px solid #e4e4e4;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_sale td,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_price_discount td {
  border-bottom: 1px solid transparent;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_sale td.tr_active,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_price_discount td.tr_active {
  border-bottom: 1px solid transparent;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr th {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  line-height: 25px;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 80px;
  text-align: center;
  background: #fff;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr td {
  font-size: 12px;
  font-weight: normal;
  color: #222;
  line-height: 25px;
  padding: 15px 20px;
  position: relative;
  cursor: pointer;
  text-align: center;
  transition: none;
  background-color: #fff;
  border-color: transparent;
  border-width: 0 1px;
  border-style: solid;
  transition: auto;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr td span {
  font-weight: 700;
  font-size: 12px;
  transition-duration: 0s;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr td.tr_hover-class:not(.tr_active) {
  background: #EEEEEE;
  transition: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr td.tr_active span {
  font-weight: 700;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_price_discount td.tr_active {
  background: var(--011E41, #011e41);
  color: #fff;
  border: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_price_discount td.tr_hover-class:not(.tr_active) {
  background: #EEEEEE;
  transition: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_sale {
  position: sticky;
  top: -1px;
  z-index: 1;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_sale td.qty-prc-1 {
  opacity: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_sale th {
  opacity: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_sale th,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_sale td {
  color: #185292;
  font-weight: bold;
  padding: 0;
  background: transparent !important;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_sale .benefit {
  border-radius: 999px;
  background: #FC3838;
  color: #fff;
  padding: 5px 6px 4px 8px;
  font-size: 10px;
  font-weight: 700;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_sale .benefit.learn {
  display: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_sale.custom_apparel_padding th,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_sale.custom_apparel_padding td {
  padding-bottom: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_price_discount th,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_price_discount td {
  color: #e02b27;
  font-weight: bold;
  background: transparent;
  border-bottom: 1px solid #e4e4e4;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_price td.tr_active {
  background: var(--011E41, #011e41);
  color: #fff;
  border: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_price td,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_price th {
  transition: none;
  transition-duration: 0s;
  border-bottom: 1px solid #e4e4e4;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price table.prices-tier tr.tier_price_strike td .price-container {
  text-decoration: line-through;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price #sliderQty {
  width: calc(100% - 120px);
  float: right;
  margin-top: -63px;
  margin-right: 20px;
  display: none !important;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price #sliderQty * {
  transition: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price .ui-slider-horizontal {
  background: #D8D8D8;
  border-radius: 100px;
  height: 4px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price .ui-slider-horizontal .ui-slider-handle {
  border: 0.5px solid #D0D0D0;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  width: 14px;
  height: 14px;
  margin-top: -6px;
  cursor: pointer;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .custom-option-tier-price .ui-slider-horizontal .ui-slider-range {
  background: #185292;
  height: 4px;
  border-radius: 100px;
  position: absolute;
  left: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  margin: 0;
  clear: both;
  border-color: #e4e4e4;
  border-width: 1px;
  border-style: solid;
  padding: 20px 25px 30px;
  background-color: #fff;
  border-bottom: none;
}
@media (min-width: 768px) and (max-width: 1403px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section {
    flex-wrap: wrap;
    padding: 20px 25px 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1403px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .price-show-section {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section {
    padding: 20px 25px 15px;
  }
}
@media (max-width: 420px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section {
    padding: 20px 10px 15px;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section.no-content {
  padding: 0;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section {
    display: block;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .qty-box-section .field.qty {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .qty-box-section .label {
  font-size: 12px;
  line-height: 16px;
  color: #222;
  font-weight: 500;
  max-width: 55px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .qty-box-section .label.quantity-title {
  max-width: 100px;
  font-size: 14px;
  text-align: center;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .qty-box-section .label.quantity-title .min-quantity {
  font-size: 10px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .qty-box-section .control {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 10px 0 16px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .qty-box-section .control input {
  border: 1px solid #CCCCCC;
  height: 40px;
  border-radius: 0;
  width: 100px;
  text-align: center;
  background: none;
  font-size: 14px;
  color: #222222;
  font-weight: 700;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .qty-box-section .control input:hover {
  border-radius: 1px;
  border-color: #000080;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .qty-box-section .control input:focus {
  border-color: #2e4893;
  background: #fff;
  border-width: 2px;
  transition: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .qty-box-section .each-price > span {
  display: flex;
  font-size: 14px;
  line-height: 25px;
  color: #222;
  padding-right: 5px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .qty-box-section .each-price > span .unit-price-val {
  margin-left: 5px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .price-show-section {
  text-align: right;
  align-items: center;
}
@media (min-width: 1404px) and (max-width: 1705px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .price-show-section {
    display: block !important;
  }
}
@media (min-width: 380px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .price-show-section {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .price-show-section {
    text-align: left;
    margin: 18px 0 0 0;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .price-show-section .price-setup-price-box p {
  color: #222222;
  font-size: 13px;
  margin: 0;
  font-weight: 400;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .price-show-section .price-setup-price-box p strike,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .price-show-section .price-setup-price-box p .setup-charge > span {
  color: #222;
  font-weight: normal;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .price-show-section .price-setup-price-box p .setup-charge {
  position: relative;
  font-weight: 400;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .price-show-section .price-setup-price-box p .setup-charge:hover .tooltips-setup-charge {
  display: block;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .price-show-section .price-setup-price-box p .setup-charge:after {
  content: '' !important;
  background-image: url(../images/toottip.svg);
  pointer-events: all;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  padding: 0 !important;
  margin-left: 2px;
  vertical-align: -3px;
  cursor: pointer;
  margin-right: 0px;
  display: inline-block;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .price-show-section .price-setup-price-box p span {
  padding: 0 0 0 4px;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .price-show-section .price-setup-price-box p span {
    padding: 0;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .price-show-section .subtoal-box-section p {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .price-show-section .subtoal-box-section p {
    font-size: 17px;
    margin-right: 3px;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .price-show-section .subtoal-box-section p span:not(.sub-total-amount) {
  color: #222;
  font-weight: 400;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.choose-decoration-method .price-qty-section .price-show-section .subtoal-box-section p .sub-total-amount {
  font-weight: bold;
  color: #011e41;
  margin-left: 3px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.ipromo-pt-ipromo-simple-extended .testkits-scroll-right {
  display: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.ipromo-pt-simple ~ .product.pricing {
  display: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.ipromo-pt-simple .custom-option-tier-price {
  border-bottom: 1px solid rgba(1, 30, 65, 0.3);
  margin-bottom: 25px;
  min-height: 150px !important;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.ipromo-pt-simple .custom-option-tier-price .default_price_qty_tbl {
  position: relative;
  display: flex;
  align-items: center;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.ipromo-pt-simple .custom-option-tier-price .default_price_qty_tbl .product-quantity-price {
  overflow-x: hidden;
  width: 100%;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.ipromo-pt-simple .custom-option-tier-price .default_price_qty_tbl .testkits-scroll-left,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.ipromo-pt-simple .custom-option-tier-price .default_price_qty_tbl .testkits-scroll-right {
  position: absolute;
  left: -20px;
  border-radius: 4px;
  border: 1px solid #011e41;
  background: #fff;
  width: 36px;
  height: 36px;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.ipromo-pt-simple .custom-option-tier-price .default_price_qty_tbl .testkits-scroll-left img {
  transform: rotate(180deg);
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.ipromo-pt-simple .custom-option-tier-price .default_price_qty_tbl .testkits-scroll-right {
  right: -20px;
  left: unset;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.ipromo-pt-simple .custom-option-tier-price table.prices-tier tr.tier_qty td {
  min-width: 80px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.ipromo-pt-simple .price-qty-section {
  padding: 20px 25px 15px;
}
@media (min-width: 1404px) and (max-width: 1705px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.ipromo-pt-simple .price-qty-section .price-show-section {
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 1403px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset > .field.ipromo-pt-simple .price-qty-section .price-show-section {
    margin-top: 0;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .fieldset.setup-charge {
  display: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section {
  margin: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .label {
  font-size: 18px;
  font-weight: 500;
  color: #011E41;
  line-height: 25px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .label span.option-value-span {
  text-transform: capitalize;
  color: #011e41;
  font-weight: 900;
  font-size: 18px;
  position: relative;
  display: inline-block;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .label span.option-value-span .option-value-screenprint {
  display: inline-block;
  position: absolute;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .label span.option-value-span .option-value-screenprint:after {
  display: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .label span.option-value-span .option-value-tooltip {
  display: none;
  background: #f5f5f5;
  z-index: 9;
  width: 270px;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  bottom: 55px;
  border-radius: 10px;
  clip: unset;
  height: auto;
  font-weight: 400;
  text-transform: initial;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .label span.option-value-span .option-value-tooltip:after {
  display: none;
  bottom: -16px;
  pointer-events: none;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  box-sizing: border-box;
  border: 1em solid #000;
  border-color: transparent transparent #f5f5f5 #f5f5f5;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 12;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .label span.option-value-span .option-value-screenprint:not(.adjust) .option-value-tooltip {
    right: -50px;
    left: unset;
    transform: unset;
  }
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .label span.option-value-span .option-value-screenprint:not(.adjust) .option-value-tooltip:after {
    right: 20px;
    left: unset;
    bottom: -15px;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .label span.option-value-span:after {
  content: '' !important;
  background-image: url(../images/info-icon-18.png);
  pointer-events: all;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: inline-block;
  margin-left: 5px;
  vertical-align: -1px;
  top: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .label span.option-value-span:after {
    background-image: url(../images/toottip.svg);
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .label span.option-value-span:hover .option-value-tooltip {
  display: block;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .label span.option-value-span:hover .option-value-tooltip:after {
  display: block;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .guide-right-side {
  display: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .guide-right-side a {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  color: #222;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .guide-right-side img {
  padding: 0 7px 0 0;
  position: relative;
  top: 3px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .op-title-guide {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .op-title-guide {
    display: block;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .imprint-location-label {
  margin: 9px 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .imprint-location-label p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #011E41;
  margin: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .imprint-location-label span {
  font-size: 16px;
  line-height: 20px;
  color: #54565B;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px 0 0;
  flex-direction: column;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section {
    display: block;
    clear: both;
    overflow: hidden;
    padding: 0 2px;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-detail-section-image .op-discription {
  border: 2px dashed #BDBDBD;
  border-radius: 4px;
  background: #fff;
  margin: 0 auto 22px auto;
  max-width: 144px;
  height: 144px;
  position: relative;
  display: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-detail-section-image .op-discription .product-dimension {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-detail-section-image .op-discription.up-desc {
  border: none;
  height: auto;
  background: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-detail-section-image .op-discription.up-desc .product-dimension {
  margin-top: 10px;
  transform: inherit;
  position: static;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-detail-section-image .choose-file-section {
  position: relative;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-detail-section-image .choose-file-section .choose-file-input {
  color: #20518f;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
  display: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-detail-section-image .choose-file-section input {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  left: -1000000000000px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-detail-section-image .label {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #011e41;
  display: block;
  margin-bottom: 10px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-detail-section-image .label span {
  border: none !important;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-detail-section-image .file-description {
  margin-bottom: 10px;
  font-size: 16px;
  color: #011E41;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-detail-section-image .file-description .file-description-content .choose-file-input {
  color: #011e41;
  cursor: pointer;
  font-weight: 500;
  border: 2px solid #011E41;
  width: 100%;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-top: 10px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-detail-section-image .file-description .file-description-content .choose-file-input:hover {
  background: #011e41;
  color: #fff;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-detail-section-image .file-description .file-description-content .accept-file {
  color: #011e41;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  border-bottom: 1px solid rgba(1, 30, 65, 0.3);
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-detail-section-image .selected-file-name {
  font-size: 12px;
  margin: 10px  0;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-detail-section-image .selected-file-name::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00A5B5;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: -2px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-detail-section-image .selected-file-name::after {
  border-width: 0 3px 3px 0;
  border-color: #fff;
  border-style: solid;
  content: '';
  left: 7px;
  width: 10px;
  height: 6px;
  top: 6px;
  position: absolute;
  transform: scaleX(-1) rotate(45deg) translateY(-50%);
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-right-sec {
  display: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-right-sec .field.required {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-right-sec div#id-how-many-colors-in-your-design\? .control.control_how_many_colors_in_your_design\? .options-list .field {
    width: calc(25% - 6px);
    margin: 0 3px;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-right-sec div#id-how-many-colors-in-your-design\? .control.control_how_many_colors_in_your_design\? .options-list .field {
    width: 100%;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-right-sec .options-list.nested:last-child .label {
  width: 165px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-right-sec .label {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #222222;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-right-sec p {
  font-size: 12px;
  line-height: 25px;
  color: #54565B;
  margin: 0px 0 6px 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-right-sec .ad-color-picker {
  width: 33.3333%;
  float: left;
  padding-right: 7px;
  margin-top: 8px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-right-sec .ad-color-picker:not(.first-color) {
  display: none !important;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-right-sec .ad-color-picker .label {
  font-size: 14px;
  line-height: 25px;
  color: #222222;
  font-weight: normal;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-right-sec .ad-color-picker .control {
  margin: 5px 0 0 0;
  position: relative;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-right-sec .ad-color-picker .control input {
  border: 0.5px solid #BDBDBD;
  height: 36px;
  color: #222222;
  font-size: 12px;
  padding: 0 33px 0 25px;
  border-radius: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-right-sec .ad-color-picker .control .color-picker-div {
  background: rgba(130, 130, 130, 0.1);
  height: 36px;
  width: 34px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-right-sec .ad-color-picker .control .choosed-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 8px;
  bottom: 0;
  margin: auto;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .decoration-detail-location-section .decoration-right-sec .field.design-size .control select {
  border: 0.5px solid #bdbdbd;
  height: 36px;
  border-radius: 6px;
  color: #828282;
  font-size: 14px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .decoration-detail-section .ipromo-dd-buttons {
  margin-top: 0px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .choose-production-time.ipromo-pt-simple > label.label-count {
  display: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .choose-production-time.ipromo-pt-simple .control_choose_production_time .getbtn-subtotal {
  display: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .choose-production-time .dont-worry-block {
  margin: 0 0 31px 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .choose-production-time .label {
  color: #041E42;
  line-height: 25px;
  margin: 0 0 11px 0;
  display: block;
  font-size: 17px;
  font-weight: 500;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .choose-production-time .control .options-list .label small {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  color: #898B8E;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .choose-production-time .add-imprint-location {
  border-top: 1px solid #E0E0E0;
  text-align: center;
  padding: 12px 0 15px 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .choose-production-time .add-imprint-location img {
  vertical-align: middle;
  display: inline-block;
  padding: 0 9px 0 0;
  position: relative;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .choose-production-time .add-imprint-location .location-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #222;
  vertical-align: middle;
  display: inline-block;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .choose-production-time .add-imprint-location .location-btn + .remove-location-img {
  padding-left: 20px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control {
  margin: 0 0 6px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control {
    margin-bottom: 20px;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin: 0 -7px;
  align-items: center;
  flex-wrap: wrap;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list.hideBoxes {
  opacity: 0;
  height: 0px;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list {
    margin: 0;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list.nested {
  margin: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list#options-105766-list {
  width: 100%;
  margin: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list#options-105766-list .field.choice.admin__field.admin__field-option {
  width: 100%;
  margin: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list#options-105766-list .field.choice.admin__field.admin__field-option label.label.admin__field-label {
  padding: 8px 10px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field {
  position: relative;
  width: calc(100% - 7px);
  margin: 0 7px;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field {
    width: calc(100% - 6px);
    margin: 0 3px 10px !important;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field.admin__field.admin__field-option {
  margin: 0 15px 15px 3px;
  min-width: 250px;
  width: auto;
}
@media (max-width: 480px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field.admin__field.admin__field-option {
    max-width: 100%;
    width: 100%;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field input:checked ~ .label {
  border: 2px solid #011E41;
  background: #011E41;
  border-radius: 0;
  color: #fff;
  padding: 9px 7px;
  font-weight: 600;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field input:checked ~ .label .option-value-title {
  transition-duration: 0s;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field input:checked ~ .label .option-value-title .print_area_dimensions {
  transition-duration: 0s;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field input:checked ~ .label small {
  font-weight: 700;
  color: #fff;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field input:checked ~ .label .option-value-price {
  background-image: url(../images/infoactive.svg);
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: -3px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field input:checked ~ .label .option-value-price img {
  display: none;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #898B8E;
  display: block;
  border: 2px solid #898B8E;
  background: transparent;
  padding: 9px 7px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: none;
  border-color: #011e41;
  color: #011e41;
  font-weight: 600;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label:hover {
  color: #011e41;
  font-weight: 600 !important;
  transition-duration: 0s;
  background: #dbebf9;
  border-color: #121212;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label:hover small {
  color: #011e41;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label {
    font-size: 14px;
    padding: 6px 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label {
    font-size: 12px;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label .option-value-title {
  transition-duration: 0s;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label .option-value-price {
  position: relative;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label .option-value-price:hover .price-notice,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label .option-value-price:hover .optdesc {
  visibility: visible;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label .option-value-price img {
  vertical-align: middle;
  position: relative;
  top: -1px;
  padding-left: 2px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label .option-value-price .price-notice,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label .option-value-price .optdesc {
  visibility: hidden;
  width: 100px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  color: #636363;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  padding: 12px 15px 15px;
  position: absolute;
  z-index: 1;
  bottom: 140%;
  left: 50%;
  margin-left: -52px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label .option-value-price .price-notice,
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label .option-value-price .optdesc {
    left: 30%;
    margin-left: -72px;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label .option-value-price .price-notice::after,
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label .option-value-price .optdesc::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #E0E0E0;
  background: #fff;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  margin-top: -6px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label .option-value-price .price-notice::after,
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field .label .option-value-price .optdesc::after {
    margin-left: 19px;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list#options-1703-list {
  margin: 0;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list#options-1703-list .field {
  width: calc(50% - 3px);
  margin: 0 3px;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list#options-1703-list .field {
    width: calc(33.3333% - 6px);
    margin: 0 3px 6px !important;
  }
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list#options-1703-list .field label.label.admin__field-label {
  padding: 6px 5px;
}
.catalog-product-view .product_info_container .product-info-main .product-options-wrapper .control .options-list .field input:checked ~ .label::after {
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  content: '';
  background: url(../images/Checkmark.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt {
  margin: 0 0 10px 0;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute span {
  font-size: 18px;
  font-weight: 500;
  color: #011E41;
  line-height: 25px;
  padding: 0;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute span.swatch-attribute-selected-option {
  font-weight: 700;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute span.swatch-attribute-selected-option::after {
  content: none;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute span::after {
  content: ":";
  margin-right: 5px;
}
@media (max-width: 600px) {
  .catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options.hide-extra-colors {
    display: block !important;
  }
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option {
  height: 34px;
  width: 34px;
  max-width: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  outline: none;
  box-shadow: 0 0 0 2px #dadada;
  padding: 0;
  margin-right: 13px;
  overflow: visible;
  position: relative;
  transition: none;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option:first-child:not(.disabled):after {
    width: 90px;
    font-size: 12px;
    left: 0;
    transform: translateX(-10%);
  }
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option.selected:active {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option {
    margin-right: 10px;
    margin-top: 5px;
  }
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option:not(.disabled):after {
  position: absolute;
  color: #fff;
  background: #000;
  content: attr(data-option-label);
  z-index: 9;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px;
  display: none;
  width: 100px;
  font-weight: 700;
  font-size: 12px;
  margin-top: 40px;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option:not(.disabled)::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 10px solid black;
  border-color: transparent transparent #000 #000;
  transform: rotate(135deg) translateX(50%);
  z-index: 8;
  right: -4px;
  top: 0;
  margin-top: 29px;
  display: none;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option:focus,
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option:hover,
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option.selected {
  box-shadow: 0 0 0 2px #185292 !important;
  border-width: 4px;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option:hover::after,
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option:hover::before {
  display: block;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option.extra-swatch {
  display: none;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option.disabled {
  pointer-events: unset;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option.disabled:before {
  content: 'Out of Stock';
  background: #f5f5f5;
  color: #000;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: absolute;
  top: -40px;
  left: 0;
  width: 120px;
  padding: 4px;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option.disabled:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option.disabled:before {
    width: 90px;
    font-size: 14px;
    left: 0;
    transform: translateX(-10%);
  }
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option.disabled:focus,
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option.disabled:hover,
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option.disabled.selected {
  box-shadow: 0 0 0 2px #dadada !important;
  border-width: 2px;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option.disabled:hover:before {
  display: block;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .swatch-option.disabled:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .extra-option-add-div {
  width: 37px;
  height: 37px;
  border: 1px solid #E2E2E2;
  background: #fff;
  float: left;
  text-align: center;
  font-size: 30px;
  color: #8D8D8D;
  line-height: 33px;
  cursor: pointer;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.color .swatch-attribute-options .extra-option-less-div {
  display: none;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.apparel_companion_skus .swatch-attribute-options {
  margin-left: -11px;
  margin-right: -11px;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.apparel_companion_skus .swatch-attribute-options .swatch-option {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  color: #898B8E;
  display: block;
  border: 1px solid #898b8e;
  background: transparent;
  padding: 6px 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: none;
  outline: 0;
  width: calc(50% - 22px);
  height: auto;
  margin: 0 11px 17px;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.apparel_companion_skus .swatch-attribute-options .swatch-option.selected {
  background: #fff !important;
  border-color: #185292 !important;
  color: #185292;
  font-weight: 500;
}
.catalog-product-view .product_info_container .product-info-main .swatch-opt .swatch-attribute.apparel_companion_skus .swatch-attribute-options .swatch-option:hover {
  background: #fff !important;
  border-color: #54565B !important;
  color: #54565B;
  font-weight: 400;
}
.catalog-product-view .product_info_container .product-info-main .dontworry-que {
  background: #185292;
  padding: 18px 35px;
  min-height: 110px;
}
.catalog-product-view .product_info_container .product-info-main .dontworry-que .que-text {
  position: relative;
  padding-left: 77px;
}
.catalog-product-view .product_info_container .product-info-main .dontworry-que .que-text::before {
  content: '';
  background-image: url(../images/dontworry.svg);
  width: 63px;
  height: 66px;
  position: absolute;
  left: 0;
  top: 6px;
}
.catalog-product-view .product_info_container .product-info-main .dontworry-que h4 {
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  max-width: 422px;
}
.catalog-product-view .product_info_container .product-info-main .dontworry-que p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view .product_info_container .product-info-main .dontworry-que p {
    max-width: 422px;
  }
}
.catalog-product-view .product_info_container .product-info-main .choosedetail-que {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
  background: #185292;
  border-radius: 0;
  padding: 20px;
  margin: 15px 0 15px 0;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .choosedetail-que {
    display: block;
  }
}
.catalog-product-view .product_info_container .product-info-main .choosedetail-que .shape-cn-text {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .choosedetail-que .shape-cn-text {
    margin-bottom: 15px;
  }
}
.catalog-product-view .product_info_container .product-info-main .choosedetail-que .shape-square {
  margin: 0px 15px 0 0;
  width: 50px;
  line-height: 0;
  background-color: #E0E0E0;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .choosedetail-que .shape-square {
    display: none;
  }
}
.catalog-product-view .product_info_container .product-info-main .choosedetail-que .shape-square img {
  opacity: 0;
}
.catalog-product-view .product_info_container .product-info-main .choosedetail-que .que-text h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 3px 0;
}
.catalog-product-view .product_info_container .product-info-main .choosedetail-que .que-text p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-left: 56px;
}
.catalog-product-view .product_info_container .product-info-main .choosedetail-que .que-text p strong {
  display: block;
}
.catalog-product-view .product_info_container .product-info-main .choosedetail-que .que-text p::before {
  content: '';
  background-image: url(../images/question.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 39px;
  height: 39px;
  position: absolute;
  top: 5px;
  left: 0;
}
.catalog-product-view .product_info_container .product-info-main .choosedetail-que .que-contct-btn a {
  display: inline-block;
  height: 44px;
  text-align: center;
  width: 122px;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  color: #fff;
  background: #041E42;
}
.catalog-product-view .product_info_container .product-info-main .choosedetail-que .que-contct-btn a:hover {
  background: #000023;
  color: #fff;
  border-color: #000023;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .choosedetail-que .que-contct-btn a {
    margin-left: 56px;
  }
}
.catalog-product-view .product_info_container .product-info-main .choose_capacity {
  margin: 20px 0 0px 0;
}
.catalog-product-view .product_info_container .product-info-main .choose_capacity .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product_info_container .product-info-main .choose_capacity .swatch-attribute-options .swatch-option.text {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: #011e41;
  height: auto;
  margin: 0 9px 9px 0;
  border: 2px solid #011E41;
  border-radius: 0;
  padding: 6px;
  width: 100%;
  max-width: 83px;
  outline: 0;
  background: #fff;
  transition-duration: 0s;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .choose_capacity .swatch-attribute-options .swatch-option.text {
    max-width: 76px;
  }
}
.catalog-product-view .product_info_container .product-info-main .choose_capacity .swatch-attribute-options .swatch-option.text:hover {
  background: #dbebf9;
  border-color: #121212;
}
.catalog-product-view .product_info_container .product-info-main .choose_capacity .swatch-attribute-options .swatch-option.text.selected {
  color: #fff;
  background: #011e41;
  box-shadow: none;
}
.catalog-product-view .product_info_container .product-info-main .accessories-section {
  margin: 0px 0 0 0;
  border-top: 1px solid rgba(1, 30, 65, 0.3);
  padding-top: 15px;
}
.catalog-product-view .product_info_container .product-info-main .accessories-section > .label {
  color: #041E42;
  line-height: 25px;
  margin: 0;
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.catalog-product-view .product_info_container .product-info-main .accessories-section p {
  color: #011e41;
  margin: 7px 0 14px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.catalog-product-view .product_info_container .product-info-main .accessories-section .accessories-section-op {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -14px;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .accessories-section .accessories-section-op {
    margin: 0 -5px;
  }
}
.catalog-product-view .product_info_container .product-info-main .accessories-section .field {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 0 6px;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .accessories-section .field {
    padding: 0 5px;
  }
}
.catalog-product-view .product_info_container .product-info-main .accessories-section .field .control {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #CCCACA;
  padding: 8px;
}
.catalog-product-view .product_info_container .product-info-main .accessories-section .field .label {
  margin-bottom: 3px;
  display: block;
  color: #011e41;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
}
.catalog-product-view .product_info_container .product-info-main .accessories-section .field select {
  order: 1;
  border: 1px solid #CCCACA;
  border-radius: 0;
  height: 37px;
  padding: 0 19px 0 9px;
  background-position: center right 10px;
  color: #222;
  font-size: 12px;
  background-image: url(../images/accessories-selectbox.svg);
  background-size: 8px 5px;
}
.catalog-product-view .product_info_container .product-info-main .accessories-section .field .option_images_gallery {
  width: 100%;
  text-align: center;
  order: -1;
}
.catalog-product-view .product_info_container .product-info-main .accessories-section .field .option_images_gallery img {
  width: 100%;
}
.catalog-product-view .product_info_container .product-info-main .choose-pen-section > label {
  color: #041e42;
  line-height: 25px;
  margin: 0;
  display: block;
  margin: 0 0 3px 0;
}
.catalog-product-view .product_info_container .product-info-main .choose-pen-section .choose-pen-section-op {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -14px;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .choose-pen-section .choose-pen-section-op {
    margin: 0 -4px;
  }
}
.catalog-product-view .product_info_container .product-info-main .choose-pen-section .field {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 0 14px;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .choose-pen-section .field {
    padding: 0 5px;
  }
}
.catalog-product-view .product_info_container .product-info-main .choose-pen-section .field .label {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 3px;
  display: block;
  color: #636363;
}
.catalog-product-view .product_info_container .product-info-main .choose-pen-section .field select {
  border: 0.5px solid #BDBDBD;
  border-radius: 6px;
  height: 36px;
  padding: 0 30px 0 9px;
  color: #636363;
  font-size: 16px;
  background-position: center right 10px;
}
.catalog-product-view .product_info_container .product-info-main .additional-section {
  padding: 12px 0 0 0;
}
.catalog-product-view .product_info_container .product-info-main .additional-section > label {
  color: #041e42;
  line-height: 25px;
  margin: 0;
  display: block;
  margin: 0 0 3px 0;
}
.catalog-product-view .product_info_container .product-info-main .additional-section .additional-section-op {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -14px;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .additional-section .additional-section-op {
    margin: 0 -5px;
  }
}
.catalog-product-view .product_info_container .product-info-main .additional-section .field {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 0 14px;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .additional-section .field {
    padding: 0 5px;
  }
}
.catalog-product-view .product_info_container .product-info-main .additional-section .field .label {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 3px;
  display: block;
  color: #636363;
}
.catalog-product-view .product_info_container .product-info-main .additional-section .field select {
  border: 0.5px solid #BDBDBD;
  border-radius: 6px;
  height: 36px;
  padding: 0 30px 0 9px;
  color: #636363;
  font-size: 16px;
  background-position: center right 10px;
}
.catalog-product-view .product_info_container .product-info-main .companion_skus {
  margin: 0 0 20px 0;
}
.catalog-product-view .product_info_container .product-info-main .companion_skus .swatch-attribute-options {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .companion_skus .swatch-attribute-options {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.catalog-product-view .product_info_container .product-info-main .companion_skus .swatch-attribute-options .swatch-option {
  float: none;
  min-width: auto;
  width: 100%;
  outline: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  color: #636363;
  display: block;
  border: 0.5px solid #BDBDBD;
  margin: 0 -1px;
  background: #fff;
  padding: 6px 10px;
  text-align: center;
  cursor: pointer;
  height: auto;
}
.catalog-product-view .product_info_container .product-info-main .companion_skus .swatch-attribute-options .swatch-option:first-child {
  border-radius: 6px 0 0 6px;
}
.catalog-product-view .product_info_container .product-info-main .companion_skus .swatch-attribute-options .swatch-option:last-child {
  border-radius: 0 6px 6px 0;
}
.catalog-product-view .product_info_container .product-info-main .companion_skus .swatch-attribute-options .swatch-option.selected {
  background: rgba(130, 130, 130, 0.1);
  border-color: #878787;
}
@media (max-width: 767px) {
  .catalog-product-view .product_info_container .product-info-main .companion_skus .swatch-attribute-options .swatch-option {
    border-radius: 0 !important;
    width: 50%;
  }
}
.catalog-product-view .product_info_container .product-info-main .swatch-attribute.sizes {
  margin: 20px 0 20px 0;
}
.catalog-product-view .product_info_container .product-info-main .swatch-attribute.sizes .swatch-attribute-options {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
}
.catalog-product-view .product_info_container .product-info-main .swatch-attribute.sizes .swatch-attribute-options .swatch-option {
  float: none;
  min-width: auto;
  width: 100%;
  outline: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  color: #636363;
  display: block;
  border: 0.5px solid #BDBDBD;
  margin: 0 -1px;
  background: #fff;
  padding: 6px 10px;
  text-align: center;
  cursor: pointer;
  height: auto;
}
.catalog-product-view .product_info_container .product-info-main .swatch-attribute.sizes .swatch-attribute-options .swatch-option:first-child {
  border-radius: 6px 0 0 6px;
}
.catalog-product-view .product_info_container .product-info-main .swatch-attribute.sizes .swatch-attribute-options .swatch-option:last-child {
  border-radius: 0 6px 6px 0;
}
.catalog-product-view .product_info_container .product-info-main .swatch-attribute.sizes .swatch-attribute-options .swatch-option.selected {
  background: rgba(130, 130, 130, 0.1);
  border-color: #878787;
}
.catalog-product-view .product_info_container .options-companion_sku .fieldset .swatch-attribute-options {
  display: flex;
}
.catalog-product-view .product_info_container .options-companion_sku .fieldset .swatch-attribute-label,
.catalog-product-view .product_info_container .options-companion_sku .fieldset .swatch-attribute-selected-option {
  font-size: 15px;
  font-weight: 500;
  color: #011E41;
  line-height: 25px;
  padding: 0;
}
.catalog-product-view .product_info_container .options-companion_sku .fieldset .swatch-attribute-label {
  content: ":";
  margin-right: 5px;
}
.catalog-product-view .product_info_container .options-companion_sku .fieldset .swatch-attribute-selected-option {
  font-weight: 700;
  text-transform: uppercase;
}
.catalog-product-view .product_info_container .options-companion_sku .fieldset .swatch-option {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  color: #011e41;
  display: block;
  border: 1px solid #011e41;
  background: transparent;
  padding: 6px 7px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: none;
  height: auto;
  width: 50%;
}
.catalog-product-view .product_info_container .options-companion_sku .fieldset .swatch-option.selected {
  background: #011e41 !important;
  border-color: #011e41 !important;
  color: #fff;
  font-weight: 500;
  outline: 0;
}
.catalog-product-view .ipromo-sizes-container {
  margin-top: 25px;
}
.catalog-product-view .ipromo-sizes-container .custom-apparel-setup-charge {
  float: right;
  color: #54565b;
  font-size: 12px;
  font-weight: 400;
}
.catalog-product-view .ipromo-sizes-container .setup-charge-title {
  float: right;
  color: #222;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
.catalog-product-view .ipromo-sizes-container .setup-charge-title:before {
  content: '' !important;
  background-image: url(../images/toottip.svg);
  pointer-events: all;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: inline-block;
  margin-left: 5px;
  vertical-align: -3px;
  cursor: pointer;
  margin-right: 5px;
}
.catalog-product-view .ipromo-sizes-container .setup-charge-title:hover .tooltips-setup-charge {
  display: block;
}
.catalog-product-view .ipromo-sizes-container .setup-charge-title .tooltips-setup-charge {
  margin-bottom: 8px;
  transform: translateX(-50%);
}
.catalog-product-view .ipromo-sizes-container .setup-charge-title .tooltips-setup-charge:before {
  right: 42%;
}
.catalog-product-view .ipromo-sizes-container > label {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #011E41;
  line-height: 25px;
  margin: 0 0 15px 0;
}
.catalog-product-view .ipromo-sizes-container .wrapqty-container {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.catalog-product-view .ipromo-sizes-container .wrapqty-container .scroll-left,
.catalog-product-view .ipromo-sizes-container .wrapqty-container .scroll-right {
  position: absolute;
  left: 0;
  border-radius: 4px;
  border: 1px solid #011E41;
  background: #FFF;
  width: 36px;
  height: 36px;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}
.catalog-product-view .ipromo-sizes-container .wrapqty-container .scroll-left img {
  transform: rotate(180deg);
}
.catalog-product-view .ipromo-sizes-container .wrapqty-container .scroll-right {
  right: 0;
  left: unset;
}
.catalog-product-view .ipromo-sizes-container .wrapqty {
  overflow-x: hidden;
  display: flex !important;
  border: 1px solid #e4e4e4;
  width: 100%;
  margin: auto;
}
.catalog-product-view .ipromo-sizes-container .wrapqty .control {
  margin-bottom: 0px !important;
  min-width: 92px !important;
}
.catalog-product-view .ipromo-sizes-container .wrapqty .control .input-text {
  text-align: center;
  border: 0;
  border-radius: 0;
  border-right: 0.5px solid #E0E0E0;
  border-bottom: 0.5px solid #E0E0E0;
  color: #333333;
  font-weight: 700;
  transition: none;
  height: 50px;
  border-bottom: 1px solid #e4e4e4;
}
.catalog-product-view .ipromo-sizes-container .wrapqty .control .input-text:hover {
  border: 2px solid #b3b3b3;
  transition: none;
}
.catalog-product-view .ipromo-sizes-container .wrapqty .control .input-text:focus {
  border: 2px solid #124380;
  transition: none;
}
.catalog-product-view .ipromo-sizes-container .wrapqty .control .input-text::-webkit-input-placeholder {
  /* Edge */
  color: #222;
  font-weight: 700;
  font-size: 16px;
  opacity: 0.6;
}
.catalog-product-view .ipromo-sizes-container .wrapqty .control .input-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #222;
  font-weight: 700;
  font-size: 16px;
  opacity: 0.6;
}
.catalog-product-view .ipromo-sizes-container .wrapqty .control .input-text::placeholder {
  color: #222;
  font-weight: 700;
  font-size: 16px;
  opacity: 0.6;
}
.catalog-product-view .ipromo-sizes-container .wrapqty label.label.label-count {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.catalog-product-view .ipromo-sizes-container .wrapqty span.price-notice {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 0;
}
.catalog-product-view .ipromo-sizes-container .wrapqty span.price-notice:after {
  content: '' !important;
  background-image: url(../images/toottip.svg);
  pointer-events: all;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: inline-block;
  margin-left: 5px;
  vertical-align: -1px;
  cursor: pointer;
}
.catalog-product-view .ipromo-sizes-container .wrapqty span.price-notice .price-container .price-wrapper {
  display: none;
  position: absolute;
  background: #f5f5f5;
  z-index: 999;
  width: 270px;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 10px !important;
  font-size: 14px;
  line-height: 26px;
  color: #000 !important;
  bottom: 45px;
  border-radius: 10px;
  clip: unset;
  height: auto;
  font-weight: 400;
  text-align: center;
  right: 0;
}
.catalog-product-view .ipromo-sizes-container .wrapqty span.price-notice:hover .price-container .price-wrapper {
  display: block;
}
.catalog-product-view .ipromo-sizes-container .price-setup-price-box {
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}
.catalog-product-view .ipromo-sizes-container .price-setup-price-box p {
  margin-bottom: 0;
}
.catalog-product-view .ipromo-sizes-container .price-setup-price-box strike,
.catalog-product-view .ipromo-sizes-container .price-setup-price-box .setup-charge span {
  color: #54565B;
  font-weight: 400;
}
.catalog-product-view .ipromo-sizes-container .subtoal-box-section p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #4F4F4F;
}
.catalog-product-view .ipromo-sizes-container .subtoal-box-section p span.sub-total-amount {
  font-weight: 700;
  color: #185292;
}
.catalog-product-view div[data-option_id="1703"] .control_choose_decoration_details .options-list {
  margin: 0 -3px !important;
}
.catalog-product-view div[data-option_id="1703"] .control_choose_decoration_details .options-list .field {
  margin: 0 3px !important;
}
.catalog-product-view div[data-option_id="1703"] .control_choose_decoration_details .options-list .field label.label.admin__field-label {
  padding: 6px 4px !important;
}
.catalog-product-view .action-sticky-bar {
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px -4px 4px rgba(48, 46, 46, 0.05);
  padding: 15px 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .catalog-product-view .action-sticky-bar {
    left: 0;
    right: 0;
    padding: 12px 0 12px;
    display: none;
  }
}
.catalog-product-view .action-sticky-bar .cartsticky-inner {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
}
@media (max-width: 1366px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner {
    padding-left: 0;
  }
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .sticky-cart-container {
  display: flex;
  align-items: flex-start;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .sticky-cart-container .stikcy-cart .sticky-addtocart {
  height: 56px;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner .sticky-cart-container .stikcy-cart .sticky-addtocart {
    width: 400px;
  }
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .sticky-cart-container .getbtn-subtotal {
  margin-left: 6px;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .sticky-cart-container .getbtn-subtotal .req-getview-btn button {
  border: 2px solid #011E41;
  color: #011e41;
  margin-right: 5px;
  height: 56px;
  width: 200px;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .sticky-cart-container .getbtn-subtotal .req-getview-btn button.virtual_preview_btn {
  border-width: 2px;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal {
    flex-wrap: wrap;
    width: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal {
    flex-wrap: wrap;
    width: auto;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal {
    flex-wrap: wrap;
    width: 100%;
  }
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .req-getview-btn {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
@media (max-width: 767px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .req-getview-btn {
    display: none;
  }
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .req-getview-btn a {
  border: 1px solid #CCCCCC;
  background: #E8E8E8;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 600;
  color: #636363;
  display: block;
  width: 250px;
  text-align: center;
  margin-right: 20px;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .req-getview-btn a:hover {
  background: #828282;
  color: #fff;
  border-color: #828282;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .req-getview-btn a {
    margin-right: 14px !important;
    padding: 0 16px !important;
    width: auto !important;
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .req-getview-btn a {
    margin-right: 10px;
    font-size: 14px;
    width: 171px;
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .csubtotal-price {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .csubtotal-price {
    padding-left: 0;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
  }
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .csubtotal-price > span {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  color: #222222;
  margin-bottom: 4px;
  display: inline-block;
  font-weight: 500;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .csubtotal-price > span.setup-charge-qty {
  margin-left: 5px;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .csubtotal-price > span span {
  font-weight: 400;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .csubtotal-price div {
  font-size: 20px;
  font-weight: normal;
  line-height: 25px;
  color: #2B2D42;
  margin: 0;
  margin-bottom: 5px;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .stikcy-cart button {
  background: #828282;
  border: 0.5px solid #828282;
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
  padding: 0 41px;
  width: auto;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .stikcy-cart button:hover {
  background: #626262;
  border-color: #626262;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner .stikcy-cart button {
    padding: 0 22px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner .stikcy-cart button {
    padding: 0 20px;
  }
}
.catalog-product-view .action-sticky-bar .cartsticky-inner.singleprice {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner.singleprice {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner.singleprice .getbtn-subtotal {
    margin-right: 20px;
  }
}
.catalog-product-view .product.info.detailed {
  background: #F5F5F5;
  margin: 0;
  padding: 90px 0 90px 0;
}
.catalog-product-view .product.info.detailed .about-this-text {
  text-align: center;
}
.catalog-product-view .product.info.detailed .about-this-text p {
  color: #011E42;
  letter-spacing: 0em;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 18px;
}
.catalog-product-view .product.info.detailed .product.data.items {
  text-align: center;
  margin-bottom: 30px;
  display: none;
}
.catalog-product-view .product.info.detailed .product.data.items .item.title {
  float: none;
  display: inline-block;
  margin: 0 4px;
}
.catalog-product-view .product.info.detailed .product.data.items .item.title a {
  padding: 0px 63px;
  height: 44px;
  line-height: 43px;
  font-size: 16px;
  font-weight: normal;
  color: #434546;
  border: 1px solid #898B8E;
  background: transparent;
  min-width: 217px;
  transition: none;
  cursor: pointer;
}
.catalog-product-view .product.info.detailed .product.data.items .item.title.active a,
.catalog-product-view .product.info.detailed .product.data.items .item.title:hover a {
  font-weight: 700;
  border-color: #185292;
  color: #185292;
  background: #fff;
}
.catalog-product-view .product.info.detailed .data.item.content {
  text-align: left;
  background: none;
  border: none;
  padding: 0;
}
.catalog-product-view .product.info.detailed .data.item.content .value p a {
  text-decoration: underline;
}
.catalog-product-view .product.info.detailed .data.item.content#reviews {
  display: none;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main {
  margin-top: -20px;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .am-no-items {
  color: #222;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .amfaq-title {
  color: #011E41;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Roboto;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 53.2px */
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .ask-question-form h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  color: #011E42;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact {
  max-width: 433px;
  width: 100%;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact .block-customer-login::before {
  content: 'Sign In';
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #185292;
  margin-top: 15px;
  display: block;
  margin-bottom: 15px;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact .faq-thank-container {
  text-align: center;
  color: #011E41;
  font-size: 16px;
  line-height: 24px;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact .faq-thank-container p {
  margin: 30px 0;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact .faq-thank-container .btn-post-another-question {
  background: #011E41;
  height: 55px;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  border: 0;
  border-radius: 0;
  width: 100%;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact form#amfaq-ask-form-inline {
  margin-top: 25px;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact form#amfaq-ask-form-inline .control label {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #011E41;
  display: block;
  margin-bottom: 10px;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact form#amfaq-ask-form-inline input#amfaq-notification,
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact form#amfaq-ask-form-inline input#amfaq-gdpr {
  position: absolute;
  opacity: 0;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact form#amfaq-ask-form-inline input#amfaq-notification:checked + .label::before,
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact form#amfaq-ask-form-inline input#amfaq-gdpr:checked + .label::before {
  background-image: url(../images/checkedblue.svg);
  background-position: center;
  border-color: #185292;
  transition: none;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact form#amfaq-ask-form-inline .label[for="amfaq-notification"],
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact form#amfaq-ask-form-inline .label[for="amfaq-gdpr"] {
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 19px;
  color: #011E41;
  margin-bottom: 0 !important;
  margin-top: 20px !important;
  position: relative;
  padding-left: 26px;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact form#amfaq-ask-form-inline .label[for="amfaq-notification"]::before,
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact form#amfaq-ask-form-inline .label[for="amfaq-gdpr"]::before {
  content: '' !important;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  border: 1px solid;
  left: 0;
  border-radius: 2px;
  top: 2px;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact form#amfaq-ask-form-inline .label[for="amfaq-gdpr"] a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #00A5B5;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact form#amfaq-ask-form-inline .label[for="amfaq-gdpr"]::after {
  content: none !important;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact form#amfaq-ask-form-inline textarea {
  border: 1px solid #D9D9D9;
  height: 138px;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact form#amfaq-ask-form-inline input#amfaq-name,
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact form#amfaq-ask-form-inline input#amfaq-email {
  height: 28px;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  color: #676A6F;
  font-size: 14px;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact form#amfaq-ask-form-inline .faq-submit-btn {
  background: #011E41;
  height: 55px;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  border: 0;
  width: 100%;
  border-radius: 0;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact .actions-toolbar.account-button .primary {
  width: 100%;
  float: none;
  display: block;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact .actions-toolbar.account-button .primary .login {
  background: #011E41;
  height: 55px;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  border: 0;
  border-radius: 0;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #185292;
  margin: 25px 0 10px;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact .form-control {
  padding-top: 10px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
  padding-left: 0;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .questions-right-contact a.action.new-customer {
  height: 55px;
  display: block;
  text-align: center;
  line-height: 55px;
  background: #185292;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .amfaq_questions .am-item {
  border: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #CCCACA;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .amfaq_questions .am-item .am-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  color: #041E41;
  margin: 0;
  padding: 20px 0;
  transition-duration: 0s;
  line-height: 150%;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .amfaq_questions .am-item .am-title:hover {
  color: #59BFCA;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .amfaq_questions .am-item .am-title {
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .amfaq_questions .am-item .am-title > div {
    width: calc(100% - 20px);
  }
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .amfaq_questions .am-item .am-title[aria-expanded="true"] .am-plus::before {
  color: #00A6B6;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .amfaq_questions .am-item .am-title::before {
  content: none;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .amfaq_questions .am-item .am-title > span {
  padding: 0;
  margin-top: 2px;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .amfaq_questions .am-item .am-content {
  transition: none;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .amfaq_questions .am-item .am-content .amfaq-short-answer-container {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #222;
  margin: 0;
}
.catalog-product-view .product.info.detailed .data.item.content .amfaq-product-tab .amfaq_questions .am-item .am-title span[data-role="icons"]:before {
  color: #011E41;
  font-size: 14px;
}
.catalog-product-view .product.info.detailed .data.item.content .desc-title-tab {
  color: #011E42;
  font-weight: 700;
  font-size: 22px;
  line-height: 110%;
  margin-bottom: 15px;
}
.catalog-product-view .product.info.detailed .data.item.content [data-content-type="row"][data-appearance="contained"] {
  padding: 0;
}
.catalog-product-view .product.info.detailed .data.item.content .description {
  color: #222222;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
}
.catalog-product-view .product.info.detailed .data.item.content .description .table-wrapper {
  width: 49%;
  float: right;
}
@media (max-width: 992px) {
  .catalog-product-view .product.info.detailed .data.item.content .description .table-wrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .catalog-product-view .product.info.detailed .data.item.content .description .table-wrapper {
    float: none;
    width: 100%;
  }
}
.catalog-product-view .product.info.detailed .data.item.content .description .table-wrapper table {
  width: 100%;
}
.catalog-product-view .product.info.detailed .data.item.content .description .table-wrapper tr th {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #011E42;
  min-width: 240px;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product.info.detailed .data.item.content .description .table-wrapper tr th {
    min-width: 200px;
  }
}
.catalog-product-view .product.info.detailed .data.item.content .description .table-wrapper tr td {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #222222;
}
.catalog-product-view .product.info.detailed .data.item.content .description .table-wrapper tr th,
.catalog-product-view .product.info.detailed .data.item.content .description .table-wrapper tr td {
  border-bottom: 1px solid #D3D3D3;
  padding: 6px 20px 6px 0;
}
.catalog-product-view .product.info.detailed .data.item.content .description .value {
  width: 50%;
  float: left;
  padding-right: 5%;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .product.info.detailed .data.item.content .description .value {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.catalog-product-view .product.info.detailed .data.item.content .description ul {
  list-style: inside;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec {
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating h4 {
  letter-spacing: -0.045em;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: #011E42;
  margin: 0 0 17px 0;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating .rating-out-of-star p {
  font-size: 16px;
  color: #333333;
  margin: 0;
  line-height: 17px;
  font-weight: 500;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating .rating-out-of-star p .current-rating {
  font-size: 30px;
  line-height: 49px;
  font-weight: normal;
  padding: 0 8px 0 0;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating .total-star {
  padding: 9px 0 40px 0;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating .total-star .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating .total-star .rating-summary .rating-result {
  width: 108px;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating .total-star .rating-summary .rating-result:before {
  font-size: 20px;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating .total-star .rating-summary .rating-result > span:before {
  font-size: 20px;
  height: 21px;
  color: #F9E74C;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating .total-star .count-star {
  display: inline-block;
  vertical-align: middle;
  color: #222222;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating .star-list .rating-star {
  padding: 0 0 17px 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating .star-list .rating-star .nubmer-star,
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating .star-list .rating-star .given-count {
  line-height: 14px;
  color: #222;
  font-size: 13px;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating .star-list .rating-star .given-star {
  padding: 0 10px 0 17px;
  position: relative;
  top: -2px;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating .star-list .rating-star .given-star .rating-result > span:before {
  color: #F9E74C;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating .star-list .rating-star.\34 -star .rating-summary .rating-result:before {
  width: 80%;
  overflow: hidden;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating .star-list .rating-star.\33 -star .rating-summary .rating-result:before {
  width: 60%;
  overflow: hidden;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating .star-list .rating-star.\32 -star .rating-summary .rating-result:before {
  width: 40%;
  overflow: hidden;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-left-sec .star-rating .star-list .rating-star.\31 -star .rating-summary .rating-result:before {
  width: 20%;
  overflow: hidden;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec {
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
  max-width: 72%;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .add-review-form {
  display: none;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .product-review-list .block-title {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .product-review-list .block-title .review-header-left strong {
  letter-spacing: -0.045em;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: #011E42;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .product-review-list .block-title .review-header-right .write-review-btn {
  width: 150px;
  height: 45px;
  background: #011E42;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  line-height: 45px;
  padding: 0;
  text-align: center;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .product-review-list .block-title .review-header-right .write-review-btn:hover {
  background: #185292;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .product-review-list .items .review-item {
  border-bottom: 1px solid #E0E0E0;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .product-review-list .items .review-item.load-more {
  border-bottom: none;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .product-review-list .items .review-item .review-by p {
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  color: #333333;
  text-transform: capitalize;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .product-review-list .items .review-item .review-ratings {
  float: none;
  margin: 2px 0 18px 0;
  max-width: 100%;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .product-review-list .items .review-item .review-ratings .rating-summary .rating-result > span:before {
  color: #F9E74C;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .product-review-list .items .review-item .review-ratings .review-rating {
  line-height: 14px;
  color: #222;
  font-size: 13px;
  padding-left: 4px;
  position: relative;
  top: 3px;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .product-review-list .items .review-item .review-content {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #4f4f4f;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .product-review-list .items .review-item .load-more-btn {
  font-size: 16px;
  line-height: 22px;
  color: #4f4f4f;
  position: relative;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .product-review-list .items .review-item .load-more-btn:after {
  content: "\f107";
  font-family: FontAwesome;
  position: relative;
  left: 16px;
  color: #4F4F4F;
  font-size: 22px;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .product-review-list .items .review-item.hide-review {
  display: none;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .review-list .block-title strong {
  letter-spacing: -0.045em;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: #011E42;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .review-list .no-review {
  text-align: center;
  margin: 60px 0 0 0;
  padding: 40px 0 47px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .review-list .no-review {
    margin: 0;
    padding: 20px 0 20px;
  }
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .review-list .no-review .no-review-img {
  display: none;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .review-list .no-review p {
  line-height: 22px;
  color: #222;
  margin: 12px 0 13px 0;
  font-size: 16px;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .review-list .no-review .write-review-btn {
  width: 150px;
  height: 45px;
  background: #011E42;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  line-height: 45px;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-right-sec .review-list .no-review .write-review-btn:hover {
  background: #185292;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main fieldset.fieldset.review-fieldset {
  margin-bottom: 20px;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-form-actions .action.submit.primary {
  width: 150px;
  height: 45px;
  background: #011E42;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  line-height: 45px;
  padding: 0;
}
.catalog-product-view .product.info.detailed .data.item.content .tab-review-main .review-form-actions .action.submit.primary:hover {
  background: #185292;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-inner-content .tab-div .ui-tabs-nav {
  border-bottom: 1px solid #ddd;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-inner-content .tab-div .ui-tabs-nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 -1px 0;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-inner-content .tab-div .ui-tabs-nav li a {
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 25px;
  display: block;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
  outline: none;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-inner-content .tab-div .ui-tabs-nav li.ui-state-active a {
  background: #041e41;
  color: #fff;
  border-color: #041e41;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-inner-content .tab-div .ui-tabs-panel {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 25px 20px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-inner-content .tab-div .ui-tabs-panel p {
  color: #404040;
  margin: 0 0 20px 0;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-inner-content .modal_colorsList_wrapper {
  margin-top: 20px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-inner-content .modal_colorsList_wrapper .row {
  margin: 0 -15px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-inner-content .modal_colorsList_wrapper .colorsList {
  margin: 0 -11px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-inner-content .modal_colorsList_wrapper .colorsList li.color_option {
  position: relative;
  display: inline-block;
  float: left;
  width: 100px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-inner-content .modal_colorsList_wrapper .colorsList li.color_option .color {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #333;
  margin-left: auto;
  margin-right: auto;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-inner-content .modal_colorsList_wrapper .colorsList li.color_option .color_name {
  margin-top: 5px;
  min-height: 40px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-footer {
  background: none !important;
  padding: 20px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-footer .modal-close {
  display: none;
}
.catalog-product-view .modal-popup .modal-inner-wrap {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  max-width: 1152px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .modal-popup .modal-inner-wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-header {
  padding: 20px 33px 10px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-header .modal-title {
  letter-spacing: -0.02em;
  color: #041E42;
  border: none;
  min-height: inherit;
  padding: 0;
  font-weight: 700;
  line-height: 110%;
  position: relative;
  top: 0;
}
@media (max-width: 767px) {
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-header .modal-title {
    position: relative;
  }
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-header .action-close {
  right: 5px;
  top: 3px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-header .action-close:before {
  font-size: 18px;
  color: #041E42;
  line-height: 18px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-header .modal-title {
  display: none;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content {
  padding-left: 33px;
  padding-right: 33px;
  overflow: visible;
  text-align: center;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content.virtual-preview-modal {
  overflow-y: auto;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .pop-up-image {
  max-width: 180px;
  margin: auto;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .text-para {
  margin-bottom: 5px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .text-para span {
  font-weight: 700;
  margin-left: 5px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .contact-us {
  background: #4aa9b8;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  font-family: 'Roboto';
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .item-detail {
  margin: 0 0 15px 0;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-main-wrapper,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-main-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-left-sec,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-left-sec {
  width: 100%;
  max-width: 40%;
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  position: relative;
  text-align: center;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-left-sec .name-title-section,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-left-sec .name-title-section {
  text-align: left;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-left-sec .input-privacy-6,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-left-sec .input-privacy-6 {
  position: relative;
  bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #8B8B8B;
  text-align: center;
  margin: 10px 0 0;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-left-sec .input-privacy-6 a,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-left-sec .input-privacy-6 a {
  color: #8B8B8B;
  text-decoration: underline;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-left-sec .input-privacy-6 p,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-left-sec .input-privacy-6 p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-left-sec .pro-name,
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-left-sec .pro-name {
    margin-bottom: 20px;
  }
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-left-sec .pro-name h2,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-left-sec .pro-name h2,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-left-sec .pro-name span,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-left-sec .pro-name span {
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #041E42;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec {
  width: 100%;
  max-width: 60%;
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  position: relative;
  padding-left: 52px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset {
  margin: 0;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .sam-sub-title span,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .sam-sub-title span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #4f4f4f;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .item-detail,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .item-detail {
  clear: both;
  overflow: hidden;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .item-detail .choose_capacity,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .item-detail .choose_capacity {
  margin-top: 20px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .item-detail .choose_capacity .swatch-attribute-label,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .item-detail .choose_capacity .swatch-attribute-label {
  position: relative;
  font-size: 17px;
  color: #041e42;
  line-height: 25px;
  padding: 0 5px 0 0;
  font-weight: 500;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .item-detail .choose_capacity .swatch-attribute-label::after,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .item-detail .choose_capacity .swatch-attribute-label::after {
  content: ":";
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .item-detail .choose_capacity .swatch-attribute-selected-option,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .item-detail .choose_capacity .swatch-attribute-selected-option {
  color: #011E41;
  padding-left: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .item-detail .choose_capacity .swatch-attribute-options .swatch-option,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .item-detail .choose_capacity .swatch-attribute-options .swatch-option {
  width: max-content;
  height: 34px;
  border-radius: 0;
  border: 1px solid #898B8E;
  outline: none;
  margin: 2px 8px 2px 1px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 16px;
  color: #898B8E;
  font-weight: normal;
  box-sizing: border-box;
  background: #fff;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .item-detail .choose_capacity .swatch-attribute-options .swatch-option.selected,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .item-detail .choose_capacity .swatch-attribute-options .swatch-option.selected {
  background: #fff !important;
  border-color: #185292 !important;
  color: #185292;
  font-weight: 500;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .item-detail .apparel_companion_skus .swatch-attribute-label.label-count,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .item-detail .apparel_companion_skus .swatch-attribute-label.label-count {
  font-size: 17px;
  color: #041e42;
  line-height: 25px;
  padding: 0 5px 0 0;
  font-weight: 500;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .item-detail .apparel_companion_skus span.swatch-attribute-selected-option,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .item-detail .apparel_companion_skus span.swatch-attribute-selected-option {
  font-size: 17px;
  color: #041e42;
  line-height: 25px;
  padding: 0 5px 0 0;
  font-weight: 700;
  text-transform: uppercase;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .item-detail .apparel_companion_skus .swatch-attribute-options,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .item-detail .apparel_companion_skus .swatch-attribute-options {
  margin-left: -7px;
  margin-right: -7px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .item-detail .apparel_companion_skus .swatch-attribute-options .swatch-option,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .item-detail .apparel_companion_skus .swatch-attribute-options .swatch-option {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  color: #898B8E;
  display: block;
  border: 1px solid #898b8e;
  background: transparent;
  padding: 6px 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: none;
  outline: 0;
  width: calc(50% - 22px);
  height: auto;
  margin: 0 11px 17px;
  border-radius: 0;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .item-detail .apparel_companion_skus .swatch-attribute-options .swatch-option.selected,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .item-detail .apparel_companion_skus .swatch-attribute-options .swatch-option.selected {
  background: #fff !important;
  border-color: #185292 !important;
  color: #185292;
  font-weight: 500;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .item-detail .apparel_companion_skus .swatch-attribute-options .swatch-option:hover,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .item-detail .apparel_companion_skus .swatch-attribute-options .swatch-option:hover {
  background: #fff !important;
  border-color: #54565B !important;
  color: #54565B;
  font-weight: 400;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .item-detail .swatch-attribute-options,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .item-detail .swatch-attribute-options {
  margin-left: 1px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .item-detail .item-attr-label,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .item-detail .item-attr-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 8px 0;
  color: #4f4f4f;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .item-detail .swatch-option,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .item-detail .swatch-option {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 2px solid #DADADA;
  outline: none;
  margin: 2px 8px 2px 1px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .sam-sub-title,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .sam-sub-title {
  margin: 0 0 3px 0;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .sam-sub-title span,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .sam-sub-title span {
  font-weight: 700;
  font-size: 17px;
  line-height: 110%;
  color: #000000;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row {
  margin: 0 0 5px -2px;
  clear: both;
  overflow: hidden;
  padding: 5px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .fl-label-state .control .label,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .fl-label-state .control .label {
  top: -3px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row #name-error,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row #name-error {
  display: none;
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .control input,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .control input,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .control select,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .control select {
  border: none;
  border-bottom: 1px solid #000000;
  height: auto;
  color: #8B8B8B;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  padding: 12px 30px 8px 0;
  border-radius: 0;
  background-color: transparent;
  border-color: #828282;
  color: #041E42;
  border: 1px solid #c7c5c5;
  border-radius: 10px;
  padding: 15px 30px 8px 15px;
  background: #ffffff;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .control input:hover,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .control input:hover,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .control select:hover,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .control select:hover {
  border-color: #86868b;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .control input:focus,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .control input:focus,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .control select:focus,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .control select:focus {
  box-shadow: 0 0 0 3px #29abba !important;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .control input::-webkit-input-placeholder,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .control input::-webkit-input-placeholder,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .control select::-webkit-input-placeholder,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .control select::-webkit-input-placeholder {
  color: #041E42;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .control input:-ms-input-placeholder,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .control input:-ms-input-placeholder,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .control select:-ms-input-placeholder,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .control select:-ms-input-placeholder {
  color: #041E42;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .control input::placeholder,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .control input::placeholder,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .control select::placeholder,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .control select::placeholder {
  color: #041E42;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .control .label,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .control .label {
  left: 15px;
  top: 12px;
  transition-timing-function: ease-in;
  transition-duration: .125s;
  color: #8B8B8B;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .control p,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .control p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #8B8B8B;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .control p a,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .control p a {
  color: #041e42;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .input-col-6,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .input-col-6 {
  float: left;
  width: 49%;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-row .input-col-6:last-child,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-row .input-col-6:last-child {
  float: right;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-action,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-action {
  clear: both;
  overflow: hidden;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-action .input-privacy-6,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-action .input-privacy-6 {
  width: 49%;
  float: left;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-action .input-privacy-6 .control p,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-action .input-privacy-6 .control p {
  color: #8B8B8B;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-action .input-privacy-6 .control p a,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-action .input-privacy-6 .control p a {
  color: #8B8B8B;
  text-decoration: underline;
  margin: 0;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .input-action .input-btn-6,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .input-action .input-btn-6 {
  width: 49%;
  float: right;
  text-align: right;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .primary .action.submit,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .primary .action.submit {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 27px;
  color: #fff;
  border: none;
  background: #f50c0c;
  border-radius: 10px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .primary .action.submit:hover,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .primary .action.submit:hover {
  background: #d71400;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .primary .button--loading span,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .primary .button--loading span {
  visibility: hidden;
  opacity: 0;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .fieldset .primary .button--loading::after,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .fieldset .primary .button--loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color #option-number,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color #option-number {
  color: #8B8B8B;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color .swatch-attribute-label.label-count:before,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color .swatch-attribute-label.label-count:before {
  content: none;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color span,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color span {
  font-size: 17px;
  color: #041e42;
  line-height: 25px;
  padding: 0 5px 0 0;
  font-weight: 400;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color span.swatch-attribute-selected-option,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color span.swatch-attribute-selected-option {
  font-weight: 700;
  text-transform: uppercase;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color span.swatch-attribute-label::after,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color span.swatch-attribute-label::after {
  content: ":";
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color .swatch-option,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color .swatch-option {
  height: 34px;
  width: 34px;
  max-width: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  outline: none;
  box-shadow: 0 0 0 2px #dadada;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color .swatch-option,
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color .swatch-option {
    margin-bottom: 10px;
  }
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color .swatch-option.selected,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color .swatch-option.selected,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color .swatch-option:hover,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color .swatch-option:hover {
  box-shadow: 0 0 0 2px #185292 !important;
  border-width: 4px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color .swatch-option.extra-swatch,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color .swatch-option.extra-swatch {
  display: none;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color .extra-option-add-div,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail #swatchOption .swatch-attribute.color .extra-option-add-div {
  width: 35px;
  height: 35px;
  border: 0.5px solid #E2E2E2;
  background: #fff;
  float: left;
  text-align: center;
  font-size: 30px;
  color: #8D8D8D;
  line-height: 33px;
  cursor: pointer;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .order-qty,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .order-qty {
  margin: 15px 0 0 0;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .order-qty .swatch-attribute-label,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .order-qty .swatch-attribute-label {
  margin: 0 0 10px 0;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #041E42;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .order-qty .swatch-attribute-label #option-number,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .order-qty .swatch-attribute-label #option-number {
  color: #8B8B8B;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .order-qty .radio-order-qty,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .order-qty .radio-order-qty {
  width: 30%;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .order-qty .radio-order-qty,
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .order-qty .radio-order-qty {
    flex-wrap: wrap;
  }
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .order-qty .radio-order-qty .field,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .order-qty .radio-order-qty .field {
  width: max-content;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .order-qty .radio-order-qty .field,
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .order-qty .radio-order-qty .field {
    margin-top: 5px;
  }
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .order-qty .radio-order-qty .field input,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .order-qty .radio-order-qty .field input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: none;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .order-qty .radio-order-qty .field input:checked ~ .label,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .order-qty .radio-order-qty .field input:checked ~ .label {
  background: #fff;
  border-color: #185292;
  color: #185292;
  font-weight: 500;
  transition: none;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .order-qty .radio-order-qty .field .label,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .order-qty .radio-order-qty .field .label {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  color: #898B8E;
  display: block;
  border: 1px solid #BDBDBD;
  margin: 0 5px;
  background: #fff;
  padding: 4px 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: none;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .order-qty .radio-order-qty .field .label span,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .order-qty .radio-order-qty .field .label span {
  transition: none;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .uploadLogo,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .uploadLogo {
  margin: 0 0 15px 0;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .uploadLogo .swatch-attribute-label,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .uploadLogo .swatch-attribute-label {
  color: #041E42;
  margin: 0 0 3px 0;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .uploadLogo .swatch-attribute-label #option-number,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .uploadLogo .swatch-attribute-label #option-number {
  color: #8B8B8B;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .op-discription,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .op-discription {
  border: 2px dashed #BDBDBD;
  border-radius: 4px;
  background: #fff;
  margin: 0 15px 0 0;
  width: 110px;
  height: 110px;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .op-discription .product-dimension,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .op-discription .product-dimension {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #828282;
  padding: 0 15px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .op-discription p,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .op-discription p {
  margin-bottom: 0;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .control,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .control {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .control .selected-file-name,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .control .selected-file-name {
  font-size: 12px;
  margin-top: 10px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .control .selected-file-name::before,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .control .selected-file-name::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00A5B5;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: -2px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .control .selected-file-name::after,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .control .selected-file-name::after {
  border-width: 0 3px 3px 0;
  border-color: #fff;
  border-style: solid;
  content: '';
  left: 7px;
  width: 10px;
  height: 6px;
  top: 6px;
  position: absolute;
  transform: scaleX(-1) rotate(45deg) translateY(-50%);
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .control input,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .control input {
  position: absolute;
  left: -95px;
  top: 0;
  right: 0;
  opacity: 0;
  padding: 5px;
  cursor: pointer;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .control .choose-file-section,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .control .choose-file-section {
  position: relative;
  color: #29abba;
  background: #ffffff;
  border-radius: 5px;
  display: inline-block;
  height: 35px;
  cursor: pointer;
  padding: 0px 30px;
  line-height: 34px;
  font-weight: bold;
  border: 1px solid #29abba;
  transition-duration: 0s;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .control .choose-file-section:hover,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo .control .choose-file-section:hover {
  color: #ffffff;
  background-color: #29abba;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo > label,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .uploadLogo #uploadLogo > label {
  display: none;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .locationOptn .swatch-attribute-label,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .locationOptn .swatch-attribute-label {
  margin: 0 0 10px 0;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #041E42;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .locationOptn .swatch-attribute-label #option-number,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .locationOptn .swatch-attribute-label #option-number {
  color: #8B8B8B;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .locationOptn,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .locationOptn {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .locationOptn span.swatch-attribute-label::after,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .locationOptn span.swatch-attribute-label::after {
  content: ":";
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .locationOptn #locationOptn input[type="checkbox"],
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .locationOptn #locationOptn input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .locationOptn #locationOptn input[type="checkbox"] .label::before,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .locationOptn #locationOptn input[type="checkbox"] .label::before {
  background-image: url(../images/checkedblue.svg);
  background-position: center;
  border-color: #185292;
  display: none;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .locationOptn #locationOptn input[type="checkbox"]:checked + .label,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .locationOptn #locationOptn input[type="checkbox"]:checked + .label {
  border: none;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .locationOptn #locationOptn label.label.admin__field-label,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .locationOptn #locationOptn label.label.admin__field-label {
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  display: block;
  border: 1px solid #c7c5c5;
  padding: 6px 7px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: none;
  margin-bottom: 0 !important;
  margin-top: 5px !important;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .locationOptn #locationOptn label.label.admin__field-label::before,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .locationOptn #locationOptn label.label.admin__field-label::before {
  display: none !important;
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  border: 1px solid;
  right: 0;
  border-radius: 2px;
  top: 2px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec .item-detail .locationOptn #locationOptn label.label.admin__field-label .option-value-title,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec .item-detail .locationOptn #locationOptn label.label.admin__field-label .option-value-title {
  display: flex;
  flex-direction: column;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec #locationOptn .options-list,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec #locationOptn .options-list {
  display: flex !important;
  opacity: 1 !important;
  height: auto !important;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec #locationOptn .options-list > div,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec #locationOptn .options-list > div {
  margin-right: 15px;
  margin: 0 15px 15px 3px;
  min-width: 200px;
  width: auto;
  position: relative;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec #locationOptn .options-list #options-1703-list .product-custom-option,
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec #locationOptn .options-list #options-1703-list .product-custom-option {
  margin: 2px 0px 0 0;
}
.catalog-product-view .modal-popup .modal-inner-wrap .threebox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog-product-view .modal-popup .modal-inner-wrap .threebox .input-col-4 {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .modal-popup .modal-inner-wrap .threebox .input-col-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .modal-popup .modal-inner-wrap .threebox .input-col-4:nth-child(3) {
    margin-top: 15px;
  }
}
.toolbar.toolbar-products {
  margin-bottom: 0;
}
.products.wrapper.grid.products-grid {
  margin-bottom: 0;
}
.floatlabel .control {
  position: relative;
}
.floatlabel .control .label {
  position: absolute;
  top: 14px;
  left: 0px;
  clip: inherit;
  width: auto;
  height: auto;
  margin: 0;
  pointer-events: none;
  font-size: 16px;
  font-weight: 500;
  color: #041E42;
}
.floatlabel .fl-label-state .control .label {
  transform: scale(0.7);
  top: -6px;
  transform-origin: left;
}
.floatlabel .fl-label-state textarea.input-text {
  height: 300px;
  border: 1px solid #000;
  padding: 20px;
  resize: vertical;
  overflow: auto;
}
.floatlabel .fl-label-state textarea.input-text + .label {
  opacity: 0;
}
.helpyou .modal-inner-wrap {
  background: #FAFAFA;
  box-shadow: 0px 10px 6px rgba(4, 30, 66, 0.05) !important;
  max-width: 810px !important;
  margin-top: 0;
}
@media (min-width: 768px) {
  .helpyou .modal-inner-wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
}
.helpyou .modal-inner-wrap header.modal-header {
  text-align: center;
  padding-top: 26px !important;
  padding-bottom: 5px !important;
}
.helpyou .modal-inner-wrap header.modal-header h1.modal-title {
  font-size: 32px !important;
  position: relative !important;
  top: 0 !important;
}
@media (max-width: 767px) {
  .helpyou .modal-inner-wrap header.modal-header h1.modal-title {
    font-size: 26px !important;
  }
}
.helpyou .modal-inner-wrap div#product-contact-form {
  padding: 0 10px;
}
.helpyou .modal-inner-wrap div#product-contact-form h5 {
  text-align: center;
  margin-top: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #011E41;
}
.helpyou .modal-inner-wrap div#product-contact-form .needform-input {
  margin-bottom: 15px;
}
.helpyou .modal-inner-wrap div#product-contact-form .input-text {
  border: 0;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
  padding: 10px 0 0;
  font-size: 14px;
  color: #041E42;
  background: transparent;
}
.helpyou .modal-inner-wrap div#product-contact-form .input-text + label {
  color: #676A6F;
  font-size: 14px;
}
.helpyou .modal-inner-wrap .product-conact-details > p {
  font-size: 16px;
  line-height: 19px;
  color: #222222;
}
.helpyou .modal-inner-wrap .product-conact-details > p strong {
  color: #011E41;
}
.helpyou .modal-inner-wrap .product-conact-details > p span {
  color: #185292;
}
.helpyou .modal-inner-wrap .product-conact-details > p:nth-child(2) {
  margin-bottom: 5px;
}
.helpyou .modal-inner-wrap .needform-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.helpyou .modal-inner-wrap .needform-row .field {
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .helpyou .modal-inner-wrap .needform-row .field {
    width: 100%;
  }
}
.helpyou .modal-inner-wrap .needform-row .product-conact-details,
.helpyou .modal-inner-wrap .needform-row .field.description-input,
.helpyou .modal-inner-wrap .needform-row .field.getquick-btn {
  width: 100%;
}
.helpyou .modal-inner-wrap .needform-row .field.required.needcontrol-in.fl-placeholder-state.description-input label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #676A6F;
  display: block;
  margin-bottom: 13px;
  margin-top: 10px;
}
.helpyou .modal-inner-wrap .needform-row .field.required.needcontrol-in.fl-placeholder-state.description-input textarea {
  height: 70px;
  border: 1px solid #D9D9D9 !important;
  margin-bottom: 10px !important;
  padding: 10px !important;
}
.helpyou .modal-inner-wrap .needform-row .field.getquick-btn button {
  background: #011E41;
  width: 100%;
  text-align: center;
  height: 55px;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 0;
}
.helpyou div#product-contact-form-success {
  text-align: center;
}
.helpyou div#product-contact-form-success p {
  font-size: 16px;
  line-height: 24px;
  color: #011E41;
  margin: 33px 0;
}
@media (max-width: 767px) {
  .helpyou div#product-contact-form-success svg {
    width: 100%;
  }
}
.helpyou div#product-contact-form-success #backto-product-page {
  background: #011E41;
  width: 100%;
  text-align: center;
  height: 55px;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 0;
}
.helpyou .action-close {
  right: 10px !important;
}
div#sample-popup-text {
  z-index: 1;
  position: fixed;
  width: 100%;
  background: #fff;
  border: 1px solid;
  top: 50%;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.15);
  padding: 30px 30px 20px;
  text-align: left;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
}
div#sample-popup-text span {
  display: block;
  text-align: right;
  font-size: 30px;
  position: absolute;
  right: 12px;
  top: 0px;
  cursor: pointer;
}
div#sample-popup-text p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  color: #222;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  top: 0;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .product.media .fotorama__nav--dots .fotorama__nav__frame {
    height: 75px;
    width: auto;
    margin: 0 3px;
    display: inline-block;
  }
  .product.media .fotorama__nav--dots .fotorama__nav__frame.fotorama__nav__frame--dot {
    display: none;
  }
  .product.media .fotorama__dot {
    border-radius: 6px;
    border: 1px solid #858585;
    display: block;
    height: 10px;
    left: 0;
    position: relative;
    top: 12px;
    width: 10px;
  }
  .product.media .fotorama__thumb {
    background-color: transparent;
  }
  .product.media .fotorama__thumb:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 98%;
    height: 100%;
    background: #000;
    opacity: .04;
    pointer-events: none;
    border-radius: 12px;
  }
  .product.media .fotorama__active .fotorama__dot {
    background-color: #011E41;
    border-color: #011E41;
    width: 23px;
  }
  .product.media .fotorama__active .fotorama__thumb img {
    border-radius: 5px;
    border: 2px solid #011e41 !important;
    box-shadow: none;
  }
  .product.media .fotorama__active.mobile-active .fotorama__thumb img {
    border: none !important;
    box-shadow: none;
  }
  .product.media .fotorama__active.mobile-active.fotorama__active_mobile .fotorama__thumb img {
    border-radius: 5px;
    border: 2px solid #011e41 !important;
    box-shadow: none;
    width: 100%;
    transition-duration: 0s;
  }
  .product.media .fotorama__active_mobile .fotorama__thumb img {
    border-radius: 5px;
    border: 2px solid #011e41 !important;
    box-shadow: none;
    width: 100%;
    transition-duration: 0s;
  }
}
.recently-viewed-product-slider {
  /*padding: 80px 0 100px 0;*/
}
.recently-viewed-product-slider .block-viewed-products-grid {
  padding: 80px 0 50px 0;
}
@media only screen and (max-width: 767px) {
  .recently-viewed-product-slider .block-viewed-products-grid {
    padding: 40px 0;
  }
}
.recently-viewed-product-slider .block-viewed-products-grid.block {
  margin-bottom: 0;
}
.recently-viewed-product-slider .block-title {
  text-align: center;
}
@media (max-width: 767px) {
  .recently-viewed-product-slider .block-title {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .recently-viewed-product-slider .block-title strong {
    font-size: 35px !important;
    line-height: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .recently-viewed-product-slider .block-title strong {
    font-size: 40px !important;
  }
}
.recently-viewed-product-slider .product-items div.product-item {
  width: 100% !important;
  margin: 0 !important;
  padding: 8px 4px 12px 4px !important;
}
.recently-viewed-product-slider .product-items div.product-item .product-item-info {
  width: 100%;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
  transition: none;
}
.recently-viewed-product-slider .product-items div.product-item .product-item-info .product-item-photo {
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  display: block;
  overflow: hidden;
  padding: 10px;
}
.recently-viewed-product-slider .product-items div.product-item .product-item-info .product-item-details {
  background: #fff;
  text-align: center;
  padding: 20px 20px 30px 20px;
}
.recently-viewed-product-slider .product-items div.product-item .product-item-info .product-item-details .product-item-name {
  margin: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 50px;
  display: -webkit-box;
}
.recently-viewed-product-slider .product-items div.product-item .product-item-info .product-item-details .product-item-name a {
  color: #222;
  display: block;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}
.recently-viewed-product-slider .product-items div.product-item .product-item-info .product-item-details .price-box,
.recently-viewed-product-slider .product-items div.product-item .product-item-info .product-item-details .product-reviews-summary {
  display: none;
}
.recently-viewed-product-slider .product-items div.product-item .product-item-info .product-item-details .product-item-actions {
  display: none;
}
.recently-viewed-product-slider .product-items div.product-item .product-item-info .product-item-description {
  display: none;
}
.recently-viewed-product-slider .product-items div.product-item .product-item-info:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.recently-viewed-product-slider .owl-carousel {
  padding: 0 48px !important;
}
.recently-viewed-product-slider .owl-carousel .owl-controls .owl-nav {
  top: 45%;
}
.product-items .product-item .amasty-label-container {
  opacity: 0;
  visibility: hidden;
  display: none !important;
}
.product-items .product-item .amlabel-position-wrapper .amasty-label-container {
  opacity: 1;
  visibility: visible;
  display: block !important;
}
.product.media .amasty-label-container {
  opacity: 0;
  visibility: hidden;
}
.gallery-placeholder .fotorama__stage .amasty-label-container {
  opacity: 1;
  visibility: visible;
}
.block.related {
  margin-top: 30px;
}
.block.crosssell {
  float: unset;
  width: 100%;
  padding: 70px 0 0;
  margin-top: 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .block.crosssell {
    margin-bottom: 20px !important;
    padding: 0;
  }
}
.block.related,
.block.upsell,
.block.crosssell {
  margin-bottom: 20px;
}
.block.related .products-grid .product-item,
.block.upsell .products-grid .product-item,
.block.crosssell .products-grid .product-item {
  width: 100%;
  padding: 10px;
}
.block.related .products-grid .product-item .product-item-info,
.block.upsell .products-grid .product-item .product-item-info,
.block.crosssell .products-grid .product-item .product-item-info {
  width: 100%;
  padding: 10px;
}
.block.related .products-grid .product-item .product-item-info:hover,
.block.upsell .products-grid .product-item .product-item-info:hover,
.block.crosssell .products-grid .product-item .product-item-info:hover {
  border: 0;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 10px;
}
.block.related .products-grid .product-item .product-item-info .product-item-photo,
.block.upsell .products-grid .product-item .product-item-info .product-item-photo,
.block.crosssell .products-grid .product-item .product-item-info .product-item-photo {
  display: block;
  margin: 0 0 8px;
  text-align: center;
  position: relative;
}
.block.related .products-grid .product-item .product-item-info .product-item-name a,
.block.upsell .products-grid .product-item .product-item-info .product-item-name a,
.block.crosssell .products-grid .product-item .product-item-info .product-item-name a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #041e42;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  min-height: 50px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
}
.block.related .block-title,
.block.upsell .block-title,
.block.crosssell .block-title {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .block.related .block-title,
  .block.upsell .block-title,
  .block.crosssell .block-title {
    line-height: 40px;
  }
}
.block.related .block-title strong,
.block.upsell .block-title strong,
.block.crosssell .block-title strong {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #011E41;
}
@media (max-width: 767px) {
  .block.related .block-title strong,
  .block.upsell .block-title strong,
  .block.crosssell .block-title strong {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block.related .block-title strong,
  .block.upsell .block-title strong,
  .block.crosssell .block-title strong {
    font-size: 40px;
  }
}
.block.related .products,
.block.upsell .products,
.block.crosssell .products {
  margin: 0;
}
.block.related .owl-carousel .owl-nav .owl-prev,
.block.upsell .owl-carousel .owl-nav .owl-prev,
.block.crosssell .owl-carousel .owl-nav .owl-prev,
.block.related .owl-carousel .owl-nav .owl-next,
.block.upsell .owl-carousel .owl-nav .owl-next,
.block.crosssell .owl-carousel .owl-nav .owl-next {
  transform: translateY(-50%);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  background-size: 9px;
  top: calc(100% - 20px);
}
@media (max-width: 767px) {
  .catalog-product-view .product.info.detailed {
    padding: 50px 0 50px 0;
  }
  .catalog-product-view .product.info.detailed .about-this-text p {
    font-size: 30px;
    line-height: 32px;
  }
  .catalog-product-view .product.info.detailed .product.data.items {
    margin: 0;
    text-align: left;
    border: none;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.title {
    margin: 3px 0 !important;
    float: none;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.title a {
    padding: 0 14px;
    border-radius: 0px !important;
  }
  .catalog-product-view .product.info.detailed .product.data.items .data.item.content {
    background: #fff;
    padding: 20px 20px;
    margin: 0;
  }
  .catalog-product-view .product.info.detailed .product.data.items .data.item.content .description .value,
  .catalog-product-view .product.info.detailed .product.data.items .data.item.content .description .table-wrapper {
    width: 100%;
    float: none;
    padding: 0 0 20px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .data.item.content .tab-review-main {
    margin: 0;
    display: block;
  }
  .catalog-product-view .product.info.detailed .product.data.items .data.item.content .tab-review-main .review-left-sec,
  .catalog-product-view .product.info.detailed .product.data.items .data.item.content .tab-review-main .review-right-sec {
    max-width: 100%;
    padding: 10px 0;
  }
  .gallery-placeholder .fotorama__stage .amasty-label-container {
    left: 0 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .catalog-product-view .product_info_container:after {
    width: 40.6%;
  }
  .catalog-product-view .product_info_container .product.media {
    width: 55%;
    padding-right: 20px;
  }
  .catalog-product-view .product_info_container .product-info-main {
    width: 45%;
    padding-left: 0px;
  }
  .action-sticky-bar {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner {
    flex-wrap: wrap;
  }
  .catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .req-getview-btn {
    display: flex;
    width: 100%;
    order: 2;
    justify-content: space-between;
  }
  .catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .req-getview-btn a {
    width: calc(50% - 5px) !important;
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .catalog-product-view .action-sticky-bar .cartsticky-inner .csubtotal-price {
    text-align: right;
  }
  .catalog-product-view .action-sticky-bar .cartsticky-inner .stikcy-cart {
    width: 100%;
  }
  .catalog-product-view .action-sticky-bar .cartsticky-inner .stikcy-cart button {
    width: 100% !important;
  }
  .catalog-product-view aside.modal-popup.modal-slide._inner-scroll._show {
    z-index: 9999;
    left: 0;
  }
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-left-sec,
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-left-sec,
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-sample-request .reqt-right-sec,
  .catalog-product-view .modal-popup .modal-inner-wrap .modal-content .form-virtual-request .reqt-right-sec {
    flex: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .catalog-product-view footer.page-footer {
    padding-bottom: 120px;
  }
}
.product-options-wrapper .fieldset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product-options-wrapper .fieldset .product.pricing {
  order: 4;
}
.product-options-wrapper .swatch-opt {
  order: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .product-options-wrapper .swatch-opt .swatch-attribute.color .swatch-attribute-options {
    display: flex;
    flex-wrap: wrap;
  }
}
.product-options-wrapper .swatch-opt .swatch-attribute.color .swatch-attribute-options.hide-extra-colors .swatch-option:nth-child(n+11) {
  display: none !important;
}
.product-options-wrapper #id-choose-decoration-method {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product-options-wrapper #id-choose-decoration-method label:after {
  display: none;
}
.product-options-wrapper .decoration-detail-section {
  order: 3;
  width: 100%;
}
.product-options-wrapper #id-choose-production-time:not(.ipromo-pt-simple) .label.label-count {
  display: none;
}
.product-options-wrapper #id-choose-production-time:not(.ipromo-pt-simple) .control_choose_production_time .options-list {
  display: none;
}
.product-options-wrapper #id-choose-production-time {
  order: 4;
  width: 100%;
  /* The actual timeline (the vertical ruler) */
  /* The actual timeline (the vertical ruler) */
  /* Container around content */
  /* The circles on the timeline */
  /* Place the container to the left */
  /* Place the container to the right */
  /* Add arrows to the left container (pointing right) */
  /* Add arrows to the right container (pointing left) */
  /* Fix the circle for containers on the right side */
  /* Media queries - Responsive timeline on screens less than 600px wide */
}
.product-options-wrapper #id-choose-production-time .timeline .container12:after {
  background-image: url(../images/delivery-blue-circle.png);
  background-repeat: no-repeat;
}
.product-options-wrapper #id-choose-production-time #timeline-delivery-popup {
  position: relative;
}
.product-options-wrapper #id-choose-production-time .timeline-main-heading {
  color: #194F8D;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-decoration-line: underline;
  margin-bottom: 0;
}
.product-options-wrapper #id-choose-production-time .timeline-sub-heading {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.product-options-wrapper #id-choose-production-time .main_logo_date {
  display: flex;
  align-items: flex-start;
}
.product-options-wrapper #id-choose-production-time .main_logo_date .logo_bus {
  margin-right: 12px;
  width: 37px;
}
.product-options-wrapper #id-choose-production-time .main_logo_date .order-info {
  margin-right: 5px !important;
  font-size: 16px;
  color: #000;
}
.product-options-wrapper #id-choose-production-time .main_logo_date .delivery-date {
  color: #194F8D;
  font-size: 16px;
  font-weight: 700;
}
.product-options-wrapper #id-choose-production-time .timeline {
  position: absolute;
  max-width: 1200px;
  margin: 0 auto;
  height: 0;
  z-index: 10;
}
.product-options-wrapper #id-choose-production-time .timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #E0E0E0;
  top: 20px;
  bottom: 20px;
  left: 53.25%;
  margin-left: -3px;
}
.product-options-wrapper #id-choose-production-time .container12-first span {
  opacity: 0;
}
.product-options-wrapper #id-choose-production-time .container12-first {
  height: 10px;
  left: 70%;
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 351px;
}
.product-options-wrapper #id-choose-production-time .container12 {
  padding: 10px 20px 10px 40px;
  position: relative;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 351px;
}
.product-options-wrapper #id-choose-production-time .container12 .content {
  margin-left: 10px;
}
.product-options-wrapper #id-choose-production-time .timeline .container12:nth-child(1) {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.product-options-wrapper #id-choose-production-time .container12::after {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  top: 12px;
}
.product-options-wrapper #id-choose-production-time .left {
  left: 0;
}
.product-options-wrapper #id-choose-production-time .right {
  left: 70%;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .product-options-wrapper #id-choose-production-time .right,
  .product-options-wrapper #id-choose-production-time .container12-first {
    left: 8vw;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .product-options-wrapper #id-choose-production-time .right,
  .product-options-wrapper #id-choose-production-time .container12-first {
    left: 30vw;
  }
}
.product-options-wrapper #id-choose-production-time .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
.product-options-wrapper #id-choose-production-time .right::before {
  content: " ";
  position: absolute;
  top: 30px;
  z-index: 1;
  left: 24px;
  border-left: 1px dashed black;
}
.product-options-wrapper #id-choose-production-time .right.first::before {
  height: 65px;
}
.product-options-wrapper #id-choose-production-time .right.second::before {
  height: 53px;
}
.product-options-wrapper #id-choose-production-time .right.third::before {
  height: 75px;
}
@media (max-width: 365px) {
  .product-options-wrapper #id-choose-production-time .right.first::before {
    height: 85px;
  }
}
.product-options-wrapper #id-choose-production-time .right::after {
  left: 16px;
}
@media screen and (max-width: 600px) {
  .product-options-wrapper #id-choose-production-time {
    /* Place the timelime to the left */
    /* Make sure that all arrows are pointing leftwards */
    /* Make sure all circles are at the same spot */
    /* Make all right containers behave like the left ones */
  }
  .product-options-wrapper #id-choose-production-time .timeline::after {
    left: 31px;
  }
  .product-options-wrapper #id-choose-production-time .container12::before {
    left: 23px;
  }
  .product-options-wrapper #id-choose-production-time .left::after,
  .product-options-wrapper #id-choose-production-time .right::after {
    left: 15px;
  }
  .product-options-wrapper #id-choose-production-time .right,
  .product-options-wrapper #id-choose-production-time .container12-first {
    left: 0%;
  }
}
@media screen and (max-width: 400px) {
  .product-options-wrapper #id-choose-production-time .logo_bus {
    margin-bottom: 4px;
  }
}
.product-options-wrapper .price-qty-section {
  order: 2;
  width: 100%;
}
.product-options-wrapper .op-title-guide .label-count span {
  font-size: 0;
}
.product-options-wrapper .op-title-guide .label-count span::after {
  content: 'Imprint Location:';
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #011e41;
  padding-right: 4px;
}
.product-options-wrapper .accessories-section {
  margin-bottom: 15px !important;
  order: 4;
}
.accessories-section .accessories-section-op .label-count:before {
  content: none;
}
body.one-quantity-break-product .more-order-save {
  opacity: 0 !important;
}
body.one-quantity-break-product .one-qty-break-prod {
  margin-left: 5px !important;
  opacity: 1 !important;
}
#id-choose-decoration-method .control_choose_decoration_method + .label-count {
  order: 1;
  width: 100%;
}
#id-choose-decoration-method .control_choose_decoration_method + .label-count .more-order-save {
  position: absolute;
  margin-left: 10px;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 382px) {
  #id-choose-decoration-method .control_choose_decoration_method + .label-count .more-order-save {
    font-size: 12px;
  }
}
#id-choose-decoration-method .control_choose_decoration_method + .label-count .more-order-save:after {
  display: none;
}
#id-choose-decoration-method .custom-option-tier-price {
  order: 2;
  width: 100%;
}
#id-choose-decoration-method .ipromo-sizes-container {
  order: 3;
  width: 100%;
  margin-bottom: 10px;
}
#id-choose-decoration-method > .label-count {
  order: 4;
  width: 100%;
}
#id-choose-decoration-method .control_choose_decoration_method {
  order: 5;
  width: 100%;
}
.swatch-attribute.color .swatch-attribute-label.label-count:before {
  content: '1. ';
}
.label-count,
.swatch-attribute-label.label-count {
  position: relative;
}
.label-count:before {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #011e41;
  padding-right: 4px;
}
.ipromo-custom-apparel-continer.ipromo-pt-configurable .control_choose_decoration_method + .label-count:before {
  content: '2. ';
}
.ipromo-custom-apparel-continer.ipromo-pt-configurable .ipromo-sizes-container > .label-count:before {
  content: '2. ';
}
.ipromo-custom-apparel-continer.ipromo-pt-configurable > .label-count:before {
  content: '3. ';
}
.ipromo-custom-apparel-continer.ipromo-pt-configurable + .decoration-detail-section .op-title-guide .label-count:before {
  content: '4. ';
}
.ipromo-pt-configurable.ipromo-custom-apparel-continer .add-imprint-location + .label-count:before {
  content: '5. ';
}
.ipromo-pt-configurable .control_choose_decoration_method + .label-count:before {
  content: '2. ';
}
.ipromo-pt-configurable > .label-count:before {
  content: '3. ';
}
.ipromo-pt-configurable .op-title-guide > .label-count:before {
  content: '4. ';
}
.ipromo-pt-configurable .add-imprint-location + .label-count:before {
  content: '5. ';
}
.ipromo-pt-ipromo-simple-extended .control_choose_decoration_method + .label-count:before {
  content: '1. ';
}
.ipromo-pt-ipromo-simple-extended > .label-count:before {
  content: '2. ';
}
.ipromo-pt-ipromo-simple-extended .op-title-guide > .label-count:before {
  content: '3. ';
}
.ipromo-pt-ipromo-simple-extended .add-imprint-location + .label-count:before {
  content: '4. ';
}
.fotorama-item .amasty-label-container {
  display: none !important;
}
.ipromo-pt-ipromo-simple-extended ~ .accessories-section > .label-count:before {
  content: '5. ';
}
#virtual-form,
#request-form {
  text-align: left;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .adjust-container-width {
    width: auto !important;
  }
}
.tooltips-setup-charge {
  display: none;
  position: absolute;
  background: #f5f5f5;
  z-index: 999;
  width: 270px;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 15px !important;
  font-size: 16px;
  line-height: 26px;
  color: #000 !important;
  bottom: 45px;
  border-radius: 10px;
  clip: unset;
  height: auto;
  font-weight: 400;
  transform: translateX(-25%);
  text-align: center;
  left: 0;
}
.tooltips-setup-charge:before {
  top: 100%;
  pointer-events: none;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 10%;
  box-sizing: border-box;
  border: 1em solid #000;
  border-color: transparent transparent #f5f5f5 #f5f5f5;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 12;
}
@media (max-width: 379px) {
  .price-setup-price-box .setup-charge .tooltips-setup-charge {
    font-size: 14px;
    left: 60px;
  }
  .price-setup-price-box .setup-charge .tooltips-setup-charge:before {
    left: 52%;
  }
}
.checkout-cart-index .tooltips-setup-charge {
  left: unset;
  bottom: 125px;
  transform: translateX(-25%);
}
@media (min-width: 416px) and (max-width: 767px) {
  .checkout-cart-index .tooltips-setup-charge {
    bottom: 105px;
  }
}
.catalog-product-view .page-header.remove-sticky-header {
  display: none !important;
}
.catalog-product-view .action-sticky-bar-buttons,
.catalog-product-view .action-sticky-bar-buttons-two {
  display: none;
  padding: 0 20px;
  position: relative;
  top: -35px;
}
.catalog-product-view .action-sticky-bar-buttons.top-sticky,
.catalog-product-view .action-sticky-bar-buttons-two.top-sticky {
  display: block;
  position: fixed;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  width: 100%;
  top: unset;
  background: #fff;
  padding-top: 10px;
  z-index: 2;
  bottom: 0;
}
@media (min-width: 768px) {
  .catalog-product-view .action-sticky-bar-buttons.top-sticky,
  .catalog-product-view .action-sticky-bar-buttons-two.top-sticky {
    display: none;
  }
}
.catalog-product-view .action-sticky-bar-buttons .req-getview-btn,
.catalog-product-view .action-sticky-bar-buttons-two .req-getview-btn {
  display: flex;
  width: 100%;
  order: 2;
  justify-content: space-between;
}
.catalog-product-view .action-sticky-bar-buttons .req-getview-btn button,
.catalog-product-view .action-sticky-bar-buttons-two .req-getview-btn button {
  border: 1px solid #185292;
  background: transparent;
  height: 50px;
  line-height: 50px;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  color: #185292;
  border-radius: 0;
  display: block;
  text-align: center;
  width: calc(49%) !important;
  margin-bottom: 10px;
  margin-right: 0 !important;
}
@media (max-width: 374px) {
  .catalog-product-view .action-sticky-bar-buttons .req-getview-btn button,
  .catalog-product-view .action-sticky-bar-buttons-two .req-getview-btn button {
    font-size: 12px;
  }
}
.catalog-product-view .action-sticky-bar-buttons .req-getview-btn button.virtual_preview_btn,
.catalog-product-view .action-sticky-bar-buttons-two .req-getview-btn button.virtual_preview_btn {
  color: #00a5b5;
  border-color: #00a5b5;
}
@media (min-width: 1025px) and (max-height: 700px) {
  .catalog-product-view .action-sticky-bar.bottom-sticky {
    top: 0 !important;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .action-sticky-bar.bottom-sticky {
    position: fixed;
    bottom: unset;
    top: 0;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  }
}
@media (max-width: 767px) {
  .catalog-product-view .action-sticky-bar .req-getview-btn {
    display: none !important;
  }
}
#custom-size-chart-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 40px 0;
}
#custom-size-chart-modal .modal-content {
  width: fit-content;
  top: 50%;
  transform: translateY(-50%);
  max-height: -webkit-fill-available;
  background-color: #fefefe;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #888;
  position: relative;
  max-width: 1044px;
  overflow: auto;
}
#custom-size-chart-modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: fixed;
  margin-top: -12px;
}
#custom-size-chart-modal .close:hover,
#custom-size-chart-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.catalog-product-view .size-chart.show_size_chart {
  width: auto !important;
  display: flex !important;
  align-items: center;
  padding-bottom: 15px;
}
.catalog-product-view .size-chart.show_size_chart img {
  height: fit-content;
  position: relative;
  left: -5px;
}
.catalog-product-view .size-chart.show_size_chart #size-chart-modal-button {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
  padding: 0;
  cursor: pointer;
}
.extra-option-add-div,
.extra-option-less-div {
  height: 40px !important;
  border: 1px solid #E2E2E2 !important;
  background: #fff !important;
  float: left !important;
  text-align: center !important;
  font-size: 30px !important;
  color: #8D8D8D !important;
  line-height: inherit !important;
  cursor: pointer !important;
  width: auto !important;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-top: -3px;
}
.extra-option-add-div.flex,
.extra-option-less-div.flex {
  display: flex !important;
}
@media (max-width: 767px) {
  .extra-option-add-div,
  .extra-option-less-div {
    margin-top: 0;
  }
}
.extra-option-add-div .more-colors,
.extra-option-less-div .more-colors {
  margin-left: 10px;
  width: max-content;
  display: block;
}
.extra-option-add-div .more-colors:after,
.extra-option-less-div .more-colors:after {
  display: none;
}
.ipromo-sizes-container .size-chart {
  display: none;
}
.catalog-product-view #sample-request-form .extra-option-less-div,
.catalog-product-view #virtual-request-form .extra-option-less-div {
  display: none;
}
.catalog-product-view #sample-request-form .hide-extra-colors .swatch-option:nth-child(n+11),
.catalog-product-view #virtual-request-form .hide-extra-colors .swatch-option:nth-child(n+11) {
  display: none !important;
}
.catalog-product-view .ipromo-sizes-container {
  margin-top: 25px;
}
#id-choose-decoration-method .ipromo-sizes-container {
  margin-top: 25px;
}
.product-add-form.with-color .ipromo-custom-apparel-continer .price-qty-section {
  padding: 0 !important;
}
.product-add-form.with-color .product-options-wrapper .ipromo-custom-apparel-continer .price-qty-section:not(.no-content) + .custom-option-tier-price {
  margin-bottom: 0 !important;
}
.apparel-class .product-options-wrapper .swatch-opt:not([data-rendered="true"]) {
  order: 0;
}
.non-apparel-class #id-choose-decoration-method .custom-option-tier-price {
  min-height: 160px;
}
.non-apparel-class #id-choose-decoration-method .custom-option-tier-price.with-sale {
  min-height: 216px;
}
.non-apparel-class #id-choose-decoration-method .custom-option-tier-price.blank {
  overflow-x: auto;
  min-height: 160px;
}
#id-choose-decoration-method .custom-option-tier-price.with-sale table.prices-tier:not(.blank) tr.tier_sale td.qty-prc-1 {
  opacity: 1 !important;
}
.with-capacity .product-options-wrapper .swatch-opt:not([data-rendered="true"]) {
  min-height: 250px;
}
.catalog-product-view .req-btn {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.catalog-product-view .req-btn span {
  border: 2px solid #011E41;
  color: #011e41;
  background: transparent;
  height: 50px;
  line-height: 50px;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  display: block;
  width: 226px;
  text-align: center;
  margin-right: 2px;
  display: flex;
  height: 56px;
  padding: 21px 0px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
}
@media (max-width: 767px) {
  .catalog-product-view .req-btn span {
    height: 50px;
  }
}
.catalog-product-view .req-btn .virtual_preview_btn {
  color: #00A5B5;
  border-color: #00A5B5;
  margin-right: 0;
  border-width: 2px;
}
.catalog-product-view .req-btn .virtual_preview_btn:hover {
  color: #fff;
  background-color: #00A5B5;
  border-color: #00A5B5;
  cursor: pointer;
}
.catalog-product-view .req-btn .request_sample_btn:hover {
  background: #011e41;
  color: #fff;
  border-color: #011e41;
  cursor: pointer;
}
.catalog-product-view .action-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition-duration: 0s;
}
@media (max-width: 767px) {
  .catalog-product-view .action-buttons.make-sticky.top-sticky {
    display: block;
    position: fixed;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    width: 100%;
    top: unset;
    background: #fff;
    z-index: 2;
    bottom: 0;
    padding: 20px;
    left: 0;
    transform: translateY(0);
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  }
}
.catalog-product-view .action-buttons .sticky-addtocart {
  width: 180px;
  background: #fc3838;
  border: 0.5px solid #fc3838;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  width: auto;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  display: inline-block;
  transition: all ease-in-out 0.3s;
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.catalog-product-view .action-buttons .sticky-addtocart:hover {
  background-color: #d60000;
  background: #d60000;
}
@media (max-width: 767px) {
  .catalog-product-view .action-buttons {
    transform: translateY(100%);
    position: relative;
    bottom: 115px;
  }
}
.catalog-product-view span.sticky-addtocart:hover::before {
  left: 10px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.catalog-product-view .sticky-addtocart {
  margin-bottom: 8px;
  cursor: pointer;
}
.catalog-product-view .main_logo_date {
  justify-content: center;
  margin-top: 16px;
}
.catalog-product-view .remove-sticky {
  display: none;
}
.catalog-product-view .req-getview-btn.stick button.request_sample_btn {
  border: 2px solid #011E41;
  color: #011e41;
}
.catalog-product-view .req-getview-btn.stick button {
  line-height: normal;
}
.catalog-product-view .req-getview-btn.stick button.virtual_preview_btn {
  border-width: 2px;
}
.catalog-product-view .getbtn-subtotal.mobile-section {
  margin-bottom: 10px;
}
.catalog-product-view .getbtn-subtotal.mobile-section .csubtotal-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-product-view .getbtn-subtotal.mobile-section .csubtotal-price .subtotal-div {
  font-size: 20px;
  color: #222;
  font-weight: 700;
}
.catalog-product-view .getbtn-subtotal.mobile-section .csubtotal-price .subtotal-div .sub-total-amount {
  color: #175291;
}
.catalog-product-view .getbtn-subtotal.mobile-section .csubtotal-price .div-quantity {
  font-size: 14px;
  color: #222;
  font-weight: 700;
}
.catalog-product-view .contact-section {
  order: 5;
  width: 100%;
  text-align: center;
  padding: 25px 20px 20px;
  border-bottom: 1px solid rgba(1, 30, 65, 0.3);
  border-top: 1px solid rgba(1, 30, 65, 0.3);
  margin-top: 10px;
}
.catalog-product-view .contact-section .contact-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.catalog-product-view .contact-section .contact-phone {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
.catalog-product-view .contact-section .contact-hours {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 20px;
}
.catalog-product-view .contact-section .hours-icon {
  width: 15px;
  vertical-align: middle;
  margin-right: 5px;
}
.catalog-product-view .contact-section .contact-buttons {
  gap: 10px;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 10px;
}
.catalog-product-view .contact-section .contact-buttons a {
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 13px;
  cursor: pointer;
  gap: 5px;
  transition: background-color 0.3s ease;
  width: 48%;
  justify-content: center;
}
.catalog-product-view .contact-section .contact-buttons a:hover {
  background-color: #e2e6ea;
}
.catalog-product-view .contact-section .contact-buttons span {
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 13px;
  cursor: pointer;
  gap: 5px;
  transition: background-color 0.3s ease;
  width: 48%;
  justify-content: center;
}
.catalog-product-view .contact-section .contact-buttons span:hover {
  background-color: #e2e6ea;
}
.catalog-product-view .contact-section .chat-live:hover {
  background-color: #e2e6ea;
}
.catalog-product-view .contact-section .email-us:hover {
  background-color: #e2e6ea;
}
.catalog-product-view .contact-section p.hours {
  display: flex;
  justify-content: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #194F8D;
}
.catalog-product-view .contact-section p.hours img {
  width: 13px;
  height: 13px;
  margin-right: 7px;
  margin-top: 1px;
}
.catalog-product-view .contact-section p.option-width {
  margin-bottom: unset;
  color: #000000;
  margin-left: 7px;
}
.catalog-product-view .amfaq_questions.widget {
  max-width: 900px;
  margin: auto;
}
.catalog-product-view #faq-modal-trigger {
  float: none !important;
  color: var(--00A5B4, #00a5b4) !important;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration-line: underline;
}
.catalog-product-view .start-live-chat {
  color: var(--00A5B4, #00a5b4);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration-line: underline;
}
.catalog-product-view .start-live-chat:hover {
  color: #59BFCA;
  text-decoration: underline;
}
.catalog-product-view .product-question-btns {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 48px;
}
.catalog-product-view .product-question-btns span {
  color: #00A5B4 !important;
  cursor: pointer;
}
.catalog-product-view .product-question-btns a {
  color: #00A5B4 !important;
  cursor: pointer;
}
.catalog-product-view .line-width {
  width: 328px;
  display: flex;
  margin-left: 0px;
  border-color: pink;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .questions-left .amfaq_questions .amfaq-title {
    text-align: unset !important;
    font-size: 32px;
  }
  .catalog-product-view .amfaq_questions {
    top: unset !important;
  }
  .catalog-product-view .amfaq-product-tab .amfaq_questions .am-item .am-title {
    font-size: 16px !important;
  }
  .catalog-product-view .amfaq-product-tab .amfaq-title {
    font-size: 32px;
  }
  .catalog-product-view #faq-modal-trigger {
    position: absolute;
    left: 0px;
  }
  .catalog-product-view .start-live-chat {
    position: absolute;
    right: 0px;
  }
  .catalog-product-view .product-question-btns {
    position: relative;
    top: -23px;
  }
}
.catalog-product-view .product-brand {
  margin-top: 2px;
}
.catalog-product-view .product-brand .product-brand-link {
  color: #1c49c2;
  font-size: 1.4rem !important;
  text-decoration: underline;
}
.catalog-product-view .product-brand .product-brand-link:hover {
  color: #09267a;
}
.product-info-main .product-brand {
  display: flex;
}
.product-info-main .product-brand .product-brand-link {
  font-size: 13px !important;
  margin-left: 4px !important;
}
.product-info-main .by-brand {
  font-size: 13px;
  color: #54565B;
  letter-spacing: -0.03em;
}
.product-info-main .product.attribute.sku {
  display: flex;
  align-items: baseline;
}
.product-info-main .product.attribute.sku .value {
  display: flex;
  align-items: baseline;
}
.product-info-main .separator {
  margin: 0 8px;
}
.product-info-main .value {
  margin-left: 4px;
}
body.catalog-category-view .products.wrapper {
  margin-top: 0px;
}
body.catalog-category-view .product-image-container {
  margin-top: 10px;
}
body.catalog-category-view .amlabel-position-wrapper .amasty-label-container.SALE {
  width: 80px !important;
}
body.catalog-category-view .amlabel-position-wrapper .amasty-label-container.BEST.SELLER {
  padding: 5px;
}
body.catalog-category-view .amlabel-position-wrapper .amasty-label-container.TRENDING {
  padding: 5px;
  margin-left: 20px !important;
  margin-top: 17px !important;
}
body.catalog-category-view .amlabel-position-wrapper .amasty-label-container.DemandX {
  top: 7px !important;
  right: 2px !important;
}
body.catalog-category-view .category-title-sec {
  padding: 0 11px;
}
body.catalogsearch-result-index .products.wrapper {
  margin-top: 0px;
}
body.ambrand-index-index .products.wrapper {
  margin-top: 0px;
}
@media screen and (max-width: 430px) {
  body.catalog-category-view .amlabel-position-wrapper .amasty-label-container.DemandX {
    top: 6px !important;
    right: -5px !important;
  }
  body.catalog-category-view .amlabel-position-wrapper .amasty-label-container.TRENDING {
    width: 70px;
  }
  body.catalog-category-view .amlabel-position-wrapper .amasty-label-container.SALE {
    font-size: 17px !important;
  }
  body.catalog-category-view .amlabel-position-wrapper .amasty-label-container.BEST.SELLER {
    width: 65px !important;
  }
  body.catalog-category-view .amlabel-position-wrapper .amasty-label-container.CustomSwagBox {
    width: 28px !important;
  }
  body.catalog-category-view .amlabel-position-wrapper .amasty-label-container.NEW {
    font-size: 17px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1092px) {
  .catalog-category-view .amasty-label-container.CustomSwagBox {
    top: 180px !important;
  }
  .catalogsearch-result-index .amasty-label-container.CustomSwagBox {
    top: 180px !important;
  }
  .ambrand-index-index .amasty-label-container.CustomSwagBox {
    top: 180px !important;
  }
}
.catalog-category-view .products.wrapper.grid.products-grid {
  margin: 0 0 40px !important;
}
.catalog-category-view .toolbar.toolbar-products {
  padding-left: 10px;
}
.container-small {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
#html-body .builder-small-container[data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fireside-vibes-bragbox-row .fireside-vibes-bragbox-col .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  .fireside-vibes-bragbox-row .fireside-vibes-bragbox-col .pagebuilder-column-line .fireside-vibes-bragbox-col1,
  .fireside-vibes-bragbox-row .fireside-vibes-bragbox-col .pagebuilder-column-line .fireside-vibes-bragbox-col2 {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0 !important;
  }
}
#quicknote-form-footer .error-msg {
  color: red;
  font-size: 12px;
}
#html-body.-amsearch-overlay-opened {
  overflow: hidden;
}
.page-wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .page-with-filter .page-title-wrapper {
    margin-right: 200px;
  }
}
.pl0 {
  padding-left: 0 !important;
}
.bragimg img {
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .cms-page-view .pagebuilder-column.pl-0 {
    width: 68% !important;
  }
}
/* accordion-content */
.cms-page-view .accordion-content {
  position: relative;
  box-shadow: 0px 0px 1px #dbdbdb;
}
.cms-page-view .accordion-content .head {
  background-color: #FFFFFF;
  color: #011E41;
  padding: 10px 30px;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
}
.cms-page-view .accordion-content .arrow {
  color: #011E41;
  font-size: 60px;
  transition: 0.25s ease;
  opacity: 0.3;
  transform: rotate(-90deg);
}
.cms-page-view .accordion-content .arrow:hover .arrow {
  opacity: 1;
}
.cms-page-view .accordion-content .arrow-animate {
  transform: rotate(0deg);
  opacity: 1;
}
.cms-page-view .accordion-content .content {
  background-color: #FFFFFF;
  display: none;
  padding: 15px 30px;
  color: #222222;
}
.blog-title,
.popular-categories-contact h3.title {
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  color: #011E41;
  margin: 0 0 50px 0;
}
@media (max-width: 767px) {
  .blog-title,
  .popular-categories-contact h3.title {
    font-size: 26px;
  }
}
.gloves-heading {
  max-width: 622px;
}
.crosssell-link {
  padding-left: 30px;
  display: flex;
  margin-top: 10px;
  align-items: center;
  color: #011E42;
}
@media (max-width: 767px) {
  .crosssell-link {
    padding-left: 0;
    flex-wrap: wrap;
  }
}
.crosssell-link strong {
  font-size: 14px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .crosssell-link strong {
    display: block;
    margin-bottom: 10px;
  }
}
.crosssell-link a {
  color: #00A6B6;
  margin: 0 15px 0 0;
}
.crosssell-link a::after {
  content: '|';
  margin-left: 15px;
}
.crosssell-link p a:last-child::after {
  content: none;
}
.cms-custom-packaging .breadcrumbs {
  display: none;
}
.cms-ipromo-homepage-new .amlabel-position-wrapper {
  display: none;
}
.trust_slider .trustslider_inner #trust-items {
  display: flex;
  justify-content: center;
}
.trust_slider .trustslider_inner .item {
  margin-right: 10px;
  width: 232.8px;
}
.cms-custom-packaging .banner-content-section .banner-content h1 {
  font-weight: 700;
  font-size: 54px;
  line-height: 1;
  color: #222222;
  margin-bottom: 8px;
}
.cms-custom-packaging .banner-content-section .banner-content span {
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  color: #222222;
  margin: 0;
}
.cms-build-your-own-swag-box .page-form-quote.custom h1 {
  font-size: 25px !important;
  font-weight: 500;
  line-height: 28px;
  color: #ffffff;
  margin: auto;
  width: 80%;
  padding-right: 40px;
}
.cms-swagcloud .swagcloud h1,
.cms-ecocloud .swagcloud h1 {
  font-weight: 400;
  font-size: 24px !important;
  line-height: 100% !important;
  color: #222222;
  margin: 14px 0;
}
@media only screen and (min-width: 1790px) {
  .custom-packaging-banner {
    min-height: 400px !important;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1790px) {
  .custom-packaging-banner {
    min-height: 343px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .custom-packaging-banner {
    min-height: 271px !important;
  }
}
@media only screen and (min-width: 780px) and (max-width: 1200px) {
  .custom-packaging-banner {
    min-height: unset !important;
  }
}
@media (min-width: 780px) and (max-width: 991px) {
  .custom-packaging-banner {
    background-position-x: 60% !important;
  }
}
.custom-packaging-banner .row-full-width-inner {
  margin: auto auto 0;
}
.custom-packaging-banner .row-full-width-inner .banner-content-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.custom-packaging-banner .row-full-width-inner .banner-content-section .banner-content {
  width: 30%;
}
.custom-packaging-banner .row-full-width-inner .banner-content-section .banner-content h2 {
  font-weight: 700;
  font-size: 54px;
  line-height: 1;
  color: #222222;
  margin-bottom: 8px;
}
.custom-packaging-banner .row-full-width-inner .banner-content-section .banner-content p {
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  color: #222222;
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .custom-packaging-banner .row-full-width-inner .banner-content-section .banner-content h2 {
    font-size: 41px;
    line-height: .98;
  }
  .custom-packaging-banner .row-full-width-inner .banner-content-section .banner-content p {
    font-size: 29px;
    line-height: 35px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .custom-packaging-banner .row-full-width-inner .banner-content-section .banner-content p {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom-packaging-banner .row-full-width-inner .banner-content-section .banner-content p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 770px) {
  .custom-packaging-banner .row-full-width-inner {
    margin-bottom: 50px;
  }
  .custom-packaging-banner .row-full-width-inner .banner-content-section {
    justify-content: flex-start;
  }
  .custom-packaging-banner .row-full-width-inner .banner-content-section .banner-content {
    max-width: 260px;
    width: 100%;
  }
  .custom-packaging-banner .row-full-width-inner .banner-content-section .banner-content h2 {
    font-size: 32px !important;
    line-height: 37.5px !important;
    margin-bottom: 0;
  }
  .custom-packaging-banner .row-full-width-inner .banner-content-section .banner-content p {
    font-size: 16px;
  }
}
.unboxing-experience-para {
  text-align: center;
  margin-bottom: 50px;
}
.unboxing-experience-para h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 53px;
  color: #041e42;
}
.unboxing-experience-para p {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 768px) {
  .unboxing-experience-para h2 {
    font-size: 30px !important;
    line-height: 40px !important;
    margin-bottom: 5px;
  }
  .unboxing-experience-para p {
    font-size: 22px;
    line-height: 30px;
  }
  .unboxing-experience-para p strong {
    font-weight: normal;
  }
}
.custom-packaging-option .store-solution {
  margin: 49px 0 50px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom-packaging-option .store-solution .stores-cols {
    padding-bottom: 1px;
  }
  .custom-packaging-option .store-solution .stores-cols .stores-cols-text p {
    min-height: 50px;
  }
}
.custom-packaging-option .stores-cols {
  padding: 23px 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.custom-packaging-option .stores-cols .stores-cols-text {
  margin-bottom: 20px;
}
.custom-packaging-option .stores-cols .stores-cols-img {
  margin-bottom: 15px;
}
.custom-packaging-option .stores-cols .stores-cols-img img {
  width: unset;
}
.custom-packaging-option .stores-cols .small-img-logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.custom-packaging-option .stores-cols .small-img-logos img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .custom-packaging-option .stores-cols .small-img-logos img {
    width: 50px;
    height: 50px;
  }
}
.custom-packaging-option .stores-cols .stores-cols-text h3 {
  font-size: 24px;
  margin: 0;
}
.custom-packaging-option .stores-cols .stores-cols-text p {
  min-height: 25px;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .custom-packaging-option .store-solution {
    margin: 38px 0  45px 0;
  }
  .custom-packaging-option .stores-cols {
    padding: 10px 15px;
  }
  .custom-packaging-option .stores-cols .stores-cols-text {
    margin-bottom: 10px;
  }
}
.custom-packaging-inner-content .store-head-para {
  margin-bottom: 30px;
}
.custom-packaging-inner-content .store-head-para h2 {
  font-size: 40px;
  line-height: 47px;
}
@media only screen and (max-width: 767px) {
  .custom-packaging-inner-content .store-head-para h2 {
    font-size: 30px !important;
  }
}
.custom-packaging-inner-content .package-content .steps {
  margin-bottom: 13px;
}
.custom-packaging-inner-content .package-content .steps img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.custom-packaging-inner-content .create-your-package {
  max-width: 1050px;
  width: 100%;
  margin: auto;
}
.custom-packaging-inner-content .create-your-package .package-content {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .custom-packaging-inner-content .create-your-package .store-head-para h2 {
    width: 200px;
    line-height: 34px !important;
    margin: auto;
  }
}
.custom-packaging-inner-content .package-content-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.custom-packaging-inner-content .package-content-text p {
  font-size: 20px;
  width: 250px;
  margin: auto;
  margin-bottom: 15px;
}
.custom-packaging-inner-content .package-content-text p.fill-swag-box {
  width: 225px;
}
.custom-packaging-inner-content .approx-time {
  text-align: center;
  font-size: 16px;
}
.custom-packaging-inner-content .package-content-img {
  position: relative;
}
.custom-packaging-inner-content .package-content-img .color-option {
  position: absolute;
  bottom: 0;
  left: 35%;
  transform: translateX(-50%);
  width: 120px;
  font-size: 13px;
  text-align: start;
}
.custom-packaging-inner-content .bottom-messagae .store-head-para {
  margin: 49px auto 0 auto;
}
.custom-packaging-inner-content .bottom-messagae .store-head-para p {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .custom-packaging-inner-content .bottom-messagae .store-head-para {
    margin: 25px auto 10px auto;
  }
  .custom-packaging-inner-content .bottom-messagae .store-head-para p {
    line-height: 16px;
  }
}
.quote-form-container-footer.custom-packaging-bottom-section {
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding: 42px 54px 25px !important;
  margin-bottom: 13px;
}
.quote-form-container-footer.custom-packaging-bottom-section h3 {
  color: #011E42;
  margin-bottom: 20px;
}
.quote-form-container-footer.custom-packaging-bottom-section ul a {
  color: #011E42;
}
@media only screen and (max-width: 767px) {
  .quote-form-container-footer.custom-packaging-bottom-section {
    padding: 30px !important;
  }
  .quote-form-container-footer.custom-packaging-bottom-section h3 {
    margin-bottom: 40px;
  }
}
.quote-form-container-footer.custom-packaging-bottom-section ul li {
  background-image: url("../images/callicon.svg");
}
.quote-form-container-footer.custom-packaging-bottom-section ul li:last-child {
  background-image: url(../images/emailbox-icon.svg);
}
.quote-form-container-footer.custom-packaging-bottom-section .footer-formleft {
  margin-bottom: 25px;
}
.quote-form-container-footer.custom-packaging-bottom-section .page-details-cont.bragbox-quote.quote-form-footer .page-form-quote .needcontrol-in .needform-input input,
.quote-form-container-footer.custom-packaging-bottom-section .page-details-cont.bragbox-quote.quote-form-footer .page-form-quote .needcontrol-in .needform-input select {
  border-color: #011E42;
  color: #011E42;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.quote-form-container-footer.custom-packaging-bottom-section .page-details-cont.bragbox-quote.quote-form-footer .page-form-quote .needcontrol-in .needform-input .label {
  color: #011E42;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.quote-form-container-footer.custom-packaging-bottom-section .page-details-cont.bragbox-quote.quote-form-footer .page-form-quote .needcontrol-in .needform-input select {
  background-image: url(../images/droparrow.svg);
  color: #011E42 !important;
}
.quote-form-container-footer.custom-packaging-bottom-section .field.getquick-btn {
  margin-left: unset;
  margin-top: -13px !important;
}
@media only screen and (max-width: 767px) {
  .quote-form-container-footer.custom-packaging-bottom-section .field.getquick-btn {
    margin-top: 30px !important;
    margin-bottom: 15px;
  }
}
.quote-form-container-footer.custom-packaging-bottom-section .req-quote-forms .successbox p {
  color: #011E42 !important;
}
.quote-form-container-footer.custom-packaging-bottom-section .req-quote-forms .successbox p:before {
  background-image: url(../images/successdark.png);
}
@media only screen and (max-width: 767px) {
  .quote-form-container-footer.custom-packaging-bottom-section .req-quote-forms .successbox {
    margin-top: -20px;
  }
}
#html-body .amlabel-position-wrapper {
  z-index: 9;
}
@media (max-width: 991px) {
  #html-body .maywe-suggest .pagebuilder-column-group .suggest-col {
    padding: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #html-body .maywe-suggest .pagebuilder-column-group .suggest-col.suggest-col-left {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #html-body .fourzerofour-sec {
    margin: 0;
  }
}
#html-body .fourzerofour-sec h2 {
  font-weight: 700;
  color: #011E41;
  margin-bottom: 25px;
}
@media (min-width: 991px) {
  #html-body .fourzerofour-sec h2 {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  #html-body .fourzerofour-sec h2 {
    font-size: 32px !important;
    margin-top: 30px;
  }
}
#html-body .fourzerofour-sec p {
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  color: #222;
}
#html-body h2.we-suggest {
  font-weight: 700;
  font-size: 40px;
  color: #011E41;
  margin-bottom: 50px;
  margin-top: 15px;
}
#html-body .cm-banner .row-full-width-inner {
  position: relative;
}
#html-body .yellow-number {
  background: #F9E74C;
  width: 80px;
  height: 72px;
  text-align: center;
  font-size: 40px;
  line-height: 70px;
  font-weight: 900;
  position: absolute;
  top: -94%;
  left: -92px;
}
#html-body .perks-benefits {
  background: rgba(196, 196, 196, 0.1);
  padding: 64px 0;
  margin-top: 60px;
  position: relative;
  text-align: center;
}
#html-body .perks-benefits h2 {
  border: none;
  padding: 0;
  margin: 0 0 52px 0;
  font-weight: 700;
  font-size: 40px;
  color: #011E41;
}
#html-body .perks-benefits .perks-items-list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: start;
}
#html-body .perks-benefits .perks-items-list .perks-item {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
  position: relative;
  padding: 0 15px;
}
#html-body .perks-benefits .perks-items-list .perks-item:not(:nth-last-child(-n+3)) {
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  #html-body .perks-benefits .perks-items-list .perks-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 576px) {
  #html-body .perks-benefits .perks-items-list .perks-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#html-body .perks-benefits .perks-items-list .perks-item .perks-item-info {
  max-width: 325px;
  margin: auto;
}
#html-body .perks-benefits .perks-items-list .perks-item .perks-item-info .perks-item-img {
  margin-bottom: 22px;
}
#html-body .perks-benefits .perks-items-list .perks-item .perks-item-info .perks-item-img img {
  margin: 0 auto 15px auto;
  text-align: center;
  display: block;
  height: 120px;
  width: auto;
  max-width: 100%;
}
#html-body .perks-benefits .perks-items-list .perks-item-img {
  margin-bottom: 28px;
}
#html-body .perks-benefits .perks-items-list .perks-item-text h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin: 10px 0 10px 0;
  color: #041E42;
}
@media (max-width: 991px) {
  #html-body .perks-benefits .perks-items-list .perks-item-text h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
#html-body .perks-benefits .perks-items-list .perks-item-text p {
  font-size: 16px;
  line-height: 21px;
  color: #222;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #html-body .perks-benefits .perks-items-list .perks-item-text p {
    font-size: 15px;
    line-height: 22px;
    color: #636363;
    margin-bottom: 35px;
  }
}
#html-body .jointxt {
  max-width: 1366px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 767px) {
  #html-body .jointxt {
    max-width: 100%;
  }
}
#html-body .jointxt .view-btn .view-op-btn {
  background: #011E41;
  border-radius: 0;
  color: #fff !important;
  height: 55px;
  text-align: center;
  display: inline-block;
  line-height: 55px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: 'Roboto';
}
#html-body .jointxt .view-btn .view-op-btn:hover {
  background: #185292;
}
#html-body .jointxt .view-btn .view-op-btn:hover {
  background: #185292;
}
#html-body .jointxt h2 {
  line-height: 48px;
  font-weight: 700;
  font-size: 40px;
  color: #011E41;
  margin-bottom: 20px;
}
#html-body .jointxt div p {
  font-size: 26px;
  color: #636363;
  margin: 0 0 45px;
  line-height: 31px;
}
#html-body .jointxt [data-content-type='buttons'] {
  max-width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
#html-body .current-position {
  padding: 60px 0 5px 0;
}
#html-body .current-position .current-pos-top {
  position: relative;
  border-bottom: none;
  padding-bottom: 21px;
}
#html-body .current-position .current-pos-top h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 44px;
  color: #011E42;
  text-align: center;
}
@media (max-width: 767px) {
  #html-body .current-position .current-pos-top h3 {
    font-size: 22px;
    padding-right: 20px;
  }
}
#html-body .current-position .current-pos-top a {
  background: #828282;
  border-radius: 6px;
  color: #fff !important;
  height: 45px;
  text-align: center;
  display: inline-block;
  line-height: 45px;
  padding: 0 24px;
  font-weight: 500;
  border: 1px solid #828282;
  font-size: 14px;
  font-family: 'Roboto';
}
#html-body .current-position .current-pos-top a:hover {
  background: #626262;
  border-color: #626262;
}
#html-body .someof-clients {
  text-align: center;
}
#html-body .someof-clients .someof-clients-inner h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 30px;
  margin-top: 30px;
}
#html-body .trust_slider.someof-clients {
  margin-bottom: 30px;
}
.cms-testimonials #trust-items {
  padding: 0 30px;
}
.cms-testimonials #trust-items .item img {
  width: auto;
}
.cms-testimonials #trust-items h4 {
  margin: 12px 0 8px;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cms-testimonials #trust-items .owl-dots.disabled {
  display: none;
}
.cms-testimonials #trust-items .item {
  background: #f8f9fa;
  padding: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(182, 196, 210, 0.4);
  border-radius: 2px;
  min-height: 170px;
}
.cms-testimonials #trust-items p {
  font-size: 13px;
  line-height: 18px;
  word-break: break-word;
  color: #333;
}
.cms-testimonials #trust-items label.author {
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  position: absolute;
  bottom: 12px;
  left: 15px;
  margin: 0;
}
.cms-testimonials #trust-items .owl-nav > div {
  background-repeat: no-repeat;
  position: absolute;
  text-indent: -9999px;
  width: 11px;
  height: 21px;
  margin-top: -11px;
  opacity: .5;
}
.cms-testimonials #trust-items .owl-nav > div:hover {
  opacity: 1;
}
.designarrow .owl-nav > div {
  background-repeat: no-repeat;
  position: absolute;
  text-indent: -9999px;
  width: 11px;
  height: 21px;
  margin-top: -11px;
  opacity: .5;
}
.designarrow .owl-nav > div:hover {
  opacity: 1;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items {
  margin: 0 !important;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 100%;
  padding: 0 0 40px 0;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info {
  padding: 0;
  box-shadow: none;
  border: none;
  margin: 0;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info:hover {
  box-shadow: none;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .product-item-photo {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .product-item-details {
  width: 68%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 0 0 30px;
}
@media (max-width: 991px) {
  .pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .product-item-details {
    padding-left: 20px;
  }
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .product-item-details .custom-product-color {
  text-align: left;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .product-item-details .product-item-inner {
  display: none;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .product-item-details .product-item-link {
  color: #1B1717;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .product-item-details .price-box {
  margin: 4px 0 22px;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .product-item-details .price-box span.price-container.price-final_price.tax.weee {
  display: block;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .product-item-details .price-box .price-label {
  font-size: 13px;
  line-height: 25px;
  color: #636363;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #041E42;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions a {
  font-size: 13px;
  color: #041e42;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .custom-product-color {
  border-radius: 0px;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .custom-product-color .color-show .color-block {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 3px;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .custom-product-color .color-show .color-block .custom-color-img {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .custom-product-color .color-show .color-block .custom-color-img {
    width: 19px;
    height: 19px;
  }
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .custom-product-color .color-show .color-count {
  display: inline-block;
  vertical-align: middle;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .custom-product-color .color-show .color-count a.show-hidden-color {
  font-size: 40px;
  line-height: 20px;
  margin: 0 0 0 9px;
  display: block;
}
.pagebuilder-column.suggest-col-left [data-content-type="products"] .block.widget .products-grid .widget-product-grid.product-items .product-item .product-item-info .custom-product-color .color-show .color-count span {
  font-size: 18px;
  padding-left: 4px;
}
.blogs.no-route .blog-title {
  font-size: 40px;
  font-weight: 700;
}
.testright.pricediff {
  padding: 30px 0 0;
}
.testright.pricediff .covid-kit-head {
  text-align: left;
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.testright.pricediff .covid-kit-head h3 {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .testright.pricediff .covid-kit-head h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
  }
}
.testright.pricediff .covid-kit-head a {
  background: #011E41;
  height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: none;
  font-family: 'Roboto';
  display: block;
  padding: 0 50px;
  line-height: 60px;
}
.testright.pricediff table ul {
  margin: 0;
  padding: 0 5px 0 0;
  list-style-type: none;
  width: 130px;
}
.testright.pricediff table ul li label {
  width: 43px;
  text-align: right;
  font-weight: normal;
}
.testright.pricediff table ul li label.txt_ryt {
  text-align: left;
}
.testright.pricediff table .star_img {
  display: block;
  margin: 5px auto 0;
}
.testright.pricediff p {
  text-align: left;
}
.testright.pricediff .testright-table {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .testright.pricediff .container {
    padding: 0;
  }
}
.popular-categories-contact {
  padding: 80px 0 0px 0;
}
.popular-categories-contact h3.title {
  color: #041E42;
}
.popular-categories-contact .owl-item {
  padding-bottom: 10px;
}
.popular-categories-contact .owl-nav {
  margin-top: -18px;
}
.popular-categories-contact .item {
  width: 100% !important;
}
.popular-categories-contact .category-item-info {
  position: relative;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
}
.popular-categories-contact .category-item-info .category-image-container {
  position: relative;
  max-height: 245px;
  overflow: hidden;
}
.popular-categories-contact .category-item-info .category-image-container img {
  width: 100%;
}
.popular-categories-contact .category-item-info .category-item-details {
  background: #fff;
  padding: 16px 17px;
  margin: 0;
}
.popular-categories-contact .category-item-info .category-item-details .category-item-name {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
.popular-categories-contact .category-item-info .category-item-details .category-item-name a {
  color: #4F4F4F;
}
.contact-thankyou {
  color: #222222;
  max-width: 491px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .contact-thankyou {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 991px) {
  .page-details-cont.small-right-gap .page-media-left {
    padding-right: 40px;
  }
  .page-details-cont.small-right-gap .page-details-wrap p {
    margin-top: 20px;
    max-width: 100%;
  }
}
.contact-index-index .content-area {
  display: none;
}
.contact-index-index .contact-form-section .form.contact .fieldset .field.file {
  display: none;
}
.contact-index-index .field-recaptcha {
  padding-left: 15px;
}
.contact-index-index .cm-banner {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  background-image: url(/media/wysiwyg/contact-us/iPromo_1920x500_Contact.jpg);
}
.contact-index-index ul.contactlogo {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -10px 50px;
}
@media (max-width: 767px) {
  .contact-index-index ul.contactlogo {
    flex-wrap: wrap;
  }
}
.contact-index-index ul.contactlogo li {
  border: 1px solid #E0E0E0;
  min-height: 106px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  width: 20%;
  justify-content: center;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .contact-index-index ul.contactlogo li {
    width: 30%;
    margin: 0 6px 20px;
  }
}
.contact-index-index .popular-categories-contact .magepow-categories {
  margin-bottom: 50px;
}
.contact-index-index .page-title-wrapper {
  margin-bottom: 39px;
  margin-top: 37px;
}
.contact-index-index .page-title-wrapper .page-title {
  font-size: 32px;
  line-height: 35px;
  color: #041e42;
}
@media (max-width: 767px) {
  .contact-index-index .page-title-wrapper .page-title {
    font-size: 26px;
  }
}
.contact-index-index a.clickHere {
  color: #000;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.contact-heading h1 {
  color: #ffffff;
  font-size: 72px !important;
  line-height: 72px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
}
.contact-form-section {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.contact-form-section .cn-form-col-le {
  -ms-flex: 0 0 74%;
  flex: 0 0 74%;
  max-width: 70%;
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 65px;
}
@media (max-width: 767px) {
  .contact-form-section .cn-form-col-le {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form-section .cn-form-col-le {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 25px;
  }
}
.contact-form-section .cn-form-detail {
  background: #041E42;
  color: #ffffff;
  padding: 22px 28px 20px 22px;
}
.contact-form-section .cn-form-detail h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 8px 0;
}
.contact-form-section .cn-form-detail .socialcontact {
  margin: 20px 0 30px 0;
  display: flex;
  align-items: center;
}
.contact-form-section .cn-form-detail .socialcontact a {
  padding: 0 16px 0px 0;
}
.contact-form-section .cn-form-detail .socialcontact a img {
  filter: none;
}
.contact-form-section .cn-form-detail .socialcontact a:last-child {
  padding-right: 0;
}
.contact-form-section .cn-form-detail .cnother-details li {
  display: block;
  margin-bottom: 26px;
}
.contact-form-section .cn-form-detail .cnother-details li p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  letter-spacing: -0.045em;
}
.contact-form-section .cn-form-detail .cnother-details li:last-child {
  margin-bottom: 0;
}
.contact-form-section .cn-form-col-ri {
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
  max-width: 26%;
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .contact-form-section .cn-form-col-ri {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form-section .cn-form-col-ri {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.contact-form-section .form.contact {
  min-width: 100% !important;
  width: auto !important;
  float: none !important;
}
.contact-form-section .form.contact .fieldset {
  margin-bottom: 10px;
  margin-left: -15px;
}
.contact-form-section .form.contact .fieldset .legend {
  display: none;
}
.contact-form-section .form.contact .fieldset .field {
  padding: 10px 5px 10px 15px;
  margin: 0;
}
.contact-form-section .form.contact .fieldset .field.note {
  display: none;
}
.contact-form-section .form.contact .fieldset .field:not(.comment, .note) {
  width: calc(100% / 2);
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .contact-form-section .form.contact .fieldset .field:not(.comment, .note) {
    width: 100%;
  }
}
.contact-form-section .form.contact .fieldset .field .control {
  position: relative;
}
.contact-form-section .form.contact .fieldset .field .control .label {
  position: absolute;
  top: 16px;
  left: 18px;
  clip: inherit;
  width: auto;
  height: auto;
  margin: 0;
  pointer-events: none;
  font-size: 14px;
  font-weight: 500;
  color: #575757;
  transition-timing-function: ease-in;
  transition-duration: .125s;
}
.contact-form-section .form.contact .fieldset .field.fl-label-state .control .label {
  top: 5px;
  left: 16px;
  font-size: 12px;
}
.contact-form-section .form.contact .fieldset .field.fl-label-state textarea.input-text {
  padding: 20px 15px;
  resize: vertical;
  overflow: auto;
}
.contact-form-section .form.contact .fieldset .field .input-text {
  font-size: 18px;
  font-weight: normal;
  color: #575757;
  background: none;
  border-radius: 0;
  padding: 20px 15px 5px;
  height: auto;
  border: 1px solid #565252;
  border-radius: 10px;
}
.contact-form-section .form.contact .fieldset .field .input-text:hover {
  border-color: #86868b;
}
.contact-form-section .form.contact .fieldset .field .input-text:focus {
  box-shadow: 0 0 0 3px #29abba !important;
}
.contact-form-section .form.contact .fieldset .field textarea.input-text {
  height: 135px;
  padding: 13px 18px 18px 18px;
  resize: none;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .contact-form-section .form.contact .actions-toolbar .primary {
    width: calc(33.3333% - 5px);
  }
}
.contact-form-section .form.contact .actions-toolbar .primary .action.submit {
  background: #A20707;
  border-radius: 10px;
  border-color: #A20707;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0;
  min-width: 160px;
  font-weight: 700;
}
.contact-form-section .form.contact .actions-toolbar .primary .action.submit:hover,
.contact-form-section .form.contact .actions-toolbar .primary .action.submit:focus {
  background: #CF0909;
}
div.quote-form-container-footer {
  background: #185292;
  padding: 39px 15px !important;
  margin-bottom: -40px;
  margin-top: 45px;
}
div.quote-form-container-footer input:-internal-autofill-selected {
  background-clip: text;
  -webkit-text-fill-color: #fff;
}
div.quote-form-container-footer .needform-input .mage-error {
  color: #ff7147;
}
div.quote-form-container-footer .pagebuilder-column.footer-formleft > div {
  max-width: 255px;
}
div.quote-form-container-footer .pagebuilder-column.footer-formleft > div.singleline {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
div.quote-form-container-footer .page-details-cont .page-form-quote .req-quote-forms {
  margin: 0;
}
div.quote-form-container-footer .needform-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
div.quote-form-container-footer .needform-row.aligntop {
  align-items: flex-start;
}
div.quote-form-container-footer .field.getquick-btn {
  margin-top: -18px !important;
  margin-left: auto;
  width: calc(33.3333% - 40px);
}
div.quote-form-container-footer select:not(.remove-arrow) {
  background: #ffffff url(../images/selectarrow.svg) no-repeat 100% center;
  color: #fff !important;
  height: 45px !important;
  padding: 5px 0 0 !important;
  line-height: 45px !important;
}
div.quote-form-container-footer select:not(.remove-arrow) option {
  color: #000;
}
div.quote-form-container-footer select:not(.remove-arrow):focus {
  background: #ffffff url(../images/selectup.svg) no-repeat 100% center;
}
div.quote-form-container-footer .not-last .field.getquick-btn {
  margin-left: 0;
  margin-top: -13px !important;
}
@media (min-width: 767px) and (max-width: 991px) {
  div.quote-form-container-footer .not-last .field.getquick-btn {
    margin-left: auto;
  }
}
.quote-form-footer .needform-input {
  margin-top: 0 !important;
}
.contact-bottom .brandlove-sec .brandlove-head h1 {
  font-size: 54px;
  line-height: 63px;
  color: #041E42;
}
.blogs.contact-us .blog-section {
  padding: 63px 0 0 0;
}
.blogs.contact-us .blog-section .container {
  padding: 0;
  max-width: 100%;
}
.blogs.contact-us .blog-section .item .post-image a img {
  border-radius: 0;
}
.blogs.contact-us .blog-section .item .blog-item-inner {
  border-radius: 0;
}
.brand-slider-contact {
  padding: 80px 0 40px 0;
}
.brand-slider-contact .amslider-seemore {
  display: none;
}
.brand-slider-contact .am-slider-container .amslider-header-container {
  height: auto;
  padding: 0;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 35px;
  color: #041e42 !important;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .brand-slider-contact .am-slider-container .amslider-header-container {
    font-size: 26px;
  }
}
.brand-slider-contact .am-slider-container .am-brand-slider {
  max-width: 100% !important;
  padding: 0 42px !important;
  margin: 0;
}
.brand-slider-contact .am-slider-container .am-brand-slider [class*="swiper-button"] {
  background-size: 13px;
}
.brand-slider-contact .am-slider-container .am-brand-slider .swiper-button-next {
  right: 0;
}
.brand-slider-contact .am-slider-container .am-brand-slider .swiper-button-prev {
  left: 0;
}
.brand-slider-contact .am-slider-container .am-brand-slider .swiper-container .swiper-slide {
  padding: 0;
}
.brand-slider-contact .am-slider-container .am-brand-slider .swiper-container .swiper-brand {
  padding: 0;
}
.brand-slider-contact .am-slider-container .am-brand-slider .swiper-container .am-image-wrapper {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  text-align: center;
  height: 106px;
  position: relative;
  display: block;
  max-width: 100% !important;
  width: 100%;
}
.brand-slider-contact .am-slider-container .am-brand-slider .swiper-container .am-image-wrapper img {
  max-height: 50%;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  margin: auto;
  max-width: 100% !important;
}
.process-wrap {
  padding: 51px 0 60px 0;
}
.process-wrap .process-wrap-inner > h2 {
  text-align: center;
  font-size: 64px;
  font-weight: 300;
  line-height: 72px;
  color: #636363;
  margin-bottom: 41px;
}
.process-wrap .process-wrap-inner .process_box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
  padding: 0 30px 0 0;
  margin: 0 0 50px 0;
}
.process-wrap .process-wrap-inner .process_box .process_col_left {
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  max-width: 21%;
}
.process-wrap .process-wrap-inner .process_box .process_col_ryt {
  -ms-flex: 0 0 79%;
  flex: 0 0 79%;
  max-width: 79%;
  padding: 10px 0 10px 56px;
}
.process-wrap .process-wrap-inner .process_box_number {
  border-radius: 20px 0px 0px 20px;
  background: #041e42;
  font-weight: 600;
  color: #fff;
  font-size: 200px;
  line-height: 220px;
  text-align: center;
  position: relative;
}
.process-wrap .process-wrap-inner .process_box_number:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 46px;
  border-color: transparent transparent transparent #041e42;
  right: -34px;
  top: 27px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .process-wrap .process-wrap-inner .process_box_number {
    font-size: 120px;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .process-wrap .process-wrap-inner .process_box_number {
    font-size: 150px;
  }
}
.process-wrap .process-wrap-inner .process_box_content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.process-wrap .process-wrap-inner .process_box_content .process_box_cont_le {
  -ms-flex: 0 0 76%;
  flex: 0 0 76%;
  max-width: 76%;
}
.process-wrap .process-wrap-inner .process_box_content .process_box_cont_le h3 {
  font-size: 48px;
  font-weight: 500;
  line-height: 53px;
  letter-spacing: 0em;
  color: #041e42;
  margin-bottom: 21px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .process-wrap .process-wrap-inner .process_box_content .process_box_cont_le h3 {
    font-size: 28px;
    line-height: 27px;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .process-wrap .process-wrap-inner .process_box_content .process_box_cont_le h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
.process-wrap .process-wrap-inner .process_box_content .process_box_cont_le p {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  color: #636363;
  margin: 0;
}
.process-wrap .process-wrap-inner .process_box_content .process_box_cont_ri {
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
  padding-left: 21px;
}
.successbox p {
  color: #fff !important;
  font-size: 18px !important;
  line-height: 21px !important;
  margin: 0 auto;
  max-width: 315px;
  text-align: center;
}
.successbox p::before {
  content: '';
  background-image: url(../images/successlight.png);
  display: block;
  width: 252px;
  height: 62px;
  margin: 0 auto 12px;
}
.successbox p.dark::before {
  background-image: url(../images/successdark.png);
}
.quote-form-container-footer .req-quote-forms .successbox {
  min-height: auto;
  padding-top: 10px;
}
.quote-form-container-footer .req-quote-forms .successbox p:before {
  background-image: url(../images/successdark.png);
}
.page-form-ryt .successbox,
.req-quote-forms .successbox {
  min-height: 500px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-form-ryt .successbox,
  .req-quote-forms .successbox {
    min-height: 300px;
  }
}
.page-form-ryt .successbox p,
.req-quote-forms .successbox p {
  color: #011e41 !important;
}
.page-form-ryt .successbox p::before,
.req-quote-forms .successbox p::before {
  background-image: url(../images/successdark.png);
  margin: 0 auto 12px;
}
.page-form-ryt .successbox p.light,
.req-quote-forms .successbox p.light {
  color: #fff !important;
}
.page-form-ryt .successbox p.light:before,
.req-quote-forms .successbox p.light:before {
  background-image: url(../images/successlight.png);
}
.swagthree .successbox,
.swagcloud.bottomform .successbox {
  min-height: auto;
}
.cms-chicago-promotional-products .trust_slider {
  padding: 40px 0 0 0;
}
.cms-chicago-promotional-products .trust_slider .trustslider_inner {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.chicago_pro_sec {
  padding: 55px 0 60px 0;
}
.chicago_pro_sec .chica_help_text h2 {
  font-size: 32px !important;
  font-weight: 600;
  line-height: 36px !important;
  color: #000000;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .chicago_pro_sec .chica_help_text h2 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
}
.chicago_pro_sec .chica_help_text p {
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
  color: #636363;
  margin: 0 0 22px 0;
}
@media (max-width: 991px) {
  .chicago_pro_sec .chica_help_text p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chicago_pro_sec .chica_help_text p {
    font-size: 19px;
    line-height: 30px;
  }
}
@media (min-width: 991px) {
  .chicago_pro_sec .chica_help_img {
    text-align: center;
  }
}
.chicago_pro_sec .chica_help_img .cstm_pro_text {
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
  color: #1B1717;
  margin-top: 10px;
}
.chicago_lst_pr {
  padding: 80px 0 50px;
}
@media (max-width: 991px) {
  .chicago_lst_pr {
    padding: 40px 0 40px;
  }
}
.chicago_lst_pr .chicago_pr_img .chicago_pr_img_ls {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .chicago_lst_pr .chicago_pr_img .chicago_pr_img_ls {
    text-align: center;
  }
}
.chicago_lst_pr .chicago_pr_text p {
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  color: #636363;
  margin: 0 0 22px 0;
}
@media (max-width: 991px) {
  .chicago_lst_pr .chicago_pr_text p {
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chicago_lst_pr .chicago_pr_text p {
    font-size: 19px;
    line-height: 33px;
    margin: 0 0 9px 0;
  }
}
.chicago_lst_pr .chicago_pr_text p strong {
  color: #041e42;
}
.chicago-product-slider .row-full-width-inner {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.chicago_contct {
  background: rgba(196, 196, 196, 0.1);
  position: relative;
  padding: 80px 0 50px;
}
.chicago_contct .chicago_contct_col {
  text-align: center;
}
@media (max-width: 767px) {
  .chicago_contct .chicago_contct_col {
    margin: 0 0 40px 0;
  }
}
.chicago_contct .chicago_contct_col p {
  font-size: 22px;
  line-height: 31px;
  color: #636363;
  margin: 24px 0 10px 0;
}
@media (max-width: 991px) {
  .chicago_contct .chicago_contct_col p {
    font-size: 18px;
    line-height: 26px;
  }
}
.chicago_contct .chicago_contct_col .cntact_a a {
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
  color: #041e42;
}
.chicago_quote_form {
  padding: 90px 0 60px 0;
}
@media (max-width: 991px) {
  .chicago_quote_form {
    padding: 40px 0 20px 0;
  }
}
.chicago_quote_form .container-small {
  max-width: 1180px;
}
.chicago_quote_form h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  color: #041e42;
  margin: 0 0 40px 0;
}
@media (max-width: 991px) {
  .chicago_quote_form h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px 0;
  }
}
.chicago_quote_form h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.045em;
  color: #636363;
  margin: 0 0 10px;
}
.chicago_quote_form .cform-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.chicago_quote_form .cform-col {
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
  width: 100%;
  position: relative;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .chicago_quote_form .cform-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chicago_quote_form .cform-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-top: 10px;
  }
}
.chicago_quote_form .cform-col.cform-quantity {
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
}
@media (max-width: 767px) {
  .chicago_quote_form .cform-col.cform-quantity {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chicago_quote_form .cform-col.cform-quantity {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-top: 10px;
  }
}
.chicago_quote_form .cform-col.cformaction {
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  max-width: 12%;
}
@media (max-width: 767px) {
  .chicago_quote_form .cform-col.cformaction {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chicago_quote_form .cform-col.cformaction {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-top: 10px;
  }
}
.chicago_quote_form .cform-control {
  border: 1px solid #CCCCCC;
  height: 45px;
  width: 100%;
  color: #898A8D;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}
.chicago_quote_form .cformaction button {
  width: 100%;
  border: 1px solid #636363;
  background: none;
  border-radius: 0;
  height: 45px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.03em;
  color: #636363;
}
.pagebuilder-mobile-hidden {
  display: block !important;
  margin: auto;
}
.pagebuilder-mobile-only {
  display: none !important;
}
.cms-page-view .blog-section {
  padding: 44px 0 21px 0;
}
@media only screen and (max-width: 767px) {
  .cms-page-view .blog-section .container {
    padding: 0;
  }
}
.slider_hub_main {
  max-width: 1360px;
  margin: auto;
  padding: 0 20px;
}
.slider_hub_text {
  display: inline-block;
  padding: 30px 35px 35px;
  text-align: left;
  background: rgba(243, 248, 250, 0.72);
  max-width: 450px;
}
.slider_hub_text br {
  display: none;
}
.slider_hub_text h2 {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 700;
  color: #282828;
  line-height: 38px;
  margin-bottom: 15px;
}
.slider_hub_text p {
  font-size: 16px;
  color: #2d3739;
  line-height: 26px;
  letter-spacing: 0.5px;
  font-weight: normal;
}
.slider_hub_text .hub_cat_btn a {
  background: #00a6b9;
  color: #fff;
  text-transform: capitalize;
  max-width: 130px;
  display: block;
  text-align: center;
  padding: 12px 20px;
  margin-top: 20px;
  border-radius: 5px;
}
.light-headingcms {
  font-size: 40px;
  font-weight: bold;
  line-height: 35px;
  color: #041e42;
  margin: 0 0 26px 0;
}
.cms-same-page .privacy-box {
  margin: 0 0 30px 0;
}
.cms-same-page .privacy-box h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  color: #041e42;
  margin: 0 0 20px 0;
}
@media (max-width: 1024px) {
  .cms-same-page .privacy-box h3 {
    font-size: 25px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .cms-same-page .privacy-box h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.cms-same-page .privacy-box p {
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 22px;
  color: #1B1717;
}
.cms-same-page .privacy-box p a {
  color: #00a7b5;
  font-weight: 500;
}
.cms-same-page .privacy-box ul {
  padding: 0 0 0 20px;
}
.cms-same-page .privacy-box ul li {
  font-size: 16px;
  line-height: 22px;
}
.cms-customer-referral-program .cms-same-page {
  max-width: 100%;
}
.cms-same-page {
  max-width: 1118px;
  margin: 0 auto;
}
.cms-same-page h3 {
  color: #011E42;
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .cms-same-page h3 {
    font-size: 25px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .cms-same-page h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.cms-same-page p {
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 20px;
  color: #222;
}
.cms-same-page p a {
  color: #00a7b5;
}
.cms-same-page p b {
  display: block;
  font-size: 22px;
  line-height: 20px;
  font-weight: 500;
  color: #185292;
  margin: 30px 0;
}
.cms-same-page ul {
  padding: 0 0 0 20px;
}
.cms-same-page ul li {
  font-size: 16px;
  line-height: 22px;
  color: #222;
}
.faq-page-sec {
  padding: 3px 0 40px 0;
  clear: both;
  overflow: hidden;
  margin: auto;
}
.faq-page-sec h1 {
  color: #011E41;
  text-align: center;
  font-size: 32px;
  line-height: 35.2px;
  font-weight: 500;
  margin: 9px 0 36px 0;
}
.faq-page-sec .faqpage-col {
  margin: 0 0 35px 0;
}
.faq-page-sec .faqpage-col h3 {
  margin: 0 0 16px 0;
  color: #011E41;
  font-size: 38px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .faq-page-sec .faqpage-col h3 {
    font-size: 23px;
    font-weight: 500;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .faq-page-sec .faqpage-col h3 {
    font-size: 26px;
  }
}
.faq-page-sec .faqpage-col .tabtrigger h4 {
  color: #4F4F4F;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #EAEAEA;
  padding: 25px 58px 25px 20px;
  position: relative;
  line-height: 22px;
  cursor: pointer;
  margin: 0 0 -1px 0;
}
@media (max-width: 767px) {
  .faq-page-sec .faqpage-col .tabtrigger h4 {
    font-size: 15px;
    font-weight: 500;
    padding: 16px 33px 16px 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .faq-page-sec .faqpage-col .tabtrigger h4 {
    font-size: 17px;
  }
}
.faq-page-sec .faqpage-col .tabtrigger h4:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 38px;
  color: #4F4F4F;
  position: absolute;
  right: 30px;
}
@media (max-width: 767px) {
  .faq-page-sec .faqpage-col .tabtrigger h4:after {
    right: 10px;
    font-size: 25px;
  }
}
.faq-page-sec .faqpage-col .active .tabtrigger h4 {
  background: #F8F8F8;
  border-bottom: none;
  color: #011E41;
}
.faq-page-sec .faqpage-col .active .tabtrigger h4:after {
  content: "\f106";
}
.faq-page-sec .faqpage-col .tabcontent {
  background: #F8F8F8;
  border: 1px solid #EAEAEA;
  padding: 8px 68px 40px 28px;
}
.faq-page-sec .faqpage-col .tabcontent p {
  font-size: 15px;
  font-weight: normal;
  line-height: 27px;
  color: #1B1717;
}
@media (max-width: 767px) {
  .faq-page-sec .faqpage-col .tabcontent p {
    font-size: 15px;
    font-weight: 400;
  }
}
.faq-page-sec .faqpage-col .tabcontent p a {
  color: #00a7b5;
}
.faq-page-sec .faqpage-col .tabcontent h4 {
  margin: 20px 0 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
.faq-page-sec .faqpage-col .tabcontent ul {
  padding-left: 20px;
  padding-top: 10px;
}
.faq-page-sec .faqpage-col .tabcontent ul li {
  font-size: 15px;
  font-weight: normal;
  line-height: 27px;
  color: #3D3939;
  margin: 0;
}
.faq-page-sec .faqpage-col .tabcontent ul li a {
  color: #00a7b5;
}
.faq-page-sec .faq-labels {
  margin: 0 0 53px 0;
}
@media (max-width: 767px) {
  .faq-page-sec .faq-labels {
    text-align: center;
    margin: 0 0 30px 0;
  }
}
.faq-page-sec .faq-labels ul li {
  display: inline-block;
  margin: 0 17px 0 0;
}
@media (max-width: 767px) {
  .faq-page-sec .faq-labels ul li {
    margin: 0 5px 6px 0;
  }
}
.faq-page-sec .faq-labels ul li a {
  border: 1px solid #E0E0E0;
  display: block;
  color: #011E41;
  font-size: 16px;
  padding: 14px 46px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .faq-page-sec .faq-labels ul li a {
    padding: 12px 32px;
    font-size: 15px;
  }
}
.faq-page-sec .faq-labels ul li a:hover {
  background: #00AAB9;
  color: #fff;
}
.faq-page-sec .faq-labels ul li:not(:first-child) a {
  min-width: 180px;
}
@media (max-width: 767px) {
  .faq-page-sec .faq-labels ul li:not(:first-child) a {
    min-width: 140px;
  }
}
.faq-page-sec .faq-labels ul li:first-child a {
  background: #00AAB9;
  color: #fff;
  min-width: 112px;
}
.question-ans-div .tabcontent {
  display: none;
}
.question-ans-div.active .tabcontent {
  display: block;
}
.nand-flash-page h3 {
  text-transform: inherit;
  font-size: 32px;
  color: #041e42;
  margin: 0 0 11px 0;
  line-height: 36px;
}
@media (max-width: 1024px) {
  .nand-flash-page h3 {
    font-size: 20px;
    line-height: 29px;
  }
}
.nand-flash-page .flas-nand-top-img {
  border: 1px solid #D0D0D0;
  padding: 15.5px 7px;
}
.nand-flash-page .flas-nand-mid {
  margin: 40px 0 0 0;
  background-color: rgba(0, 170, 185, 0.1);
  padding: 50px 9px 17px 30px;
}
@media (max-width: 767px) {
  .nand-flash-page .flas-nand-mid {
    padding: 25px 14px 7px 14px;
  }
}
.nand-flash-page .flas-nand-mid .flas-nand-mid-text h3 {
  margin-bottom: 16px;
}
.nand-flash-page .flas-nand-mid .flas-nand-mid-text p {
  padding: 0 21px 0 0;
  font-size: 16px;
  line-height: 26px;
  color: #1B1717;
}
@media (max-width: 1024px) {
  .nand-flash-page .flas-nand-mid .flas-nand-mid-text p {
    padding: 0 0 10px 0;
    font-size: 15px;
    line-height: 25px;
  }
}
.nand-flash-page .flas-nand-mid .flas-nand-mid-text p a {
  color: #1B1717;
}
.nand-flash-page .flas-nand-mid .row .col-md-6:nth-child(2) {
  padding-left: 35px;
}
@media (max-width: 1024px) {
  .nand-flash-page .flas-nand-mid .row .col-md-6:nth-child(2) {
    padding-left: 14px;
  }
}
.nand-flash-page .flas-box-marg {
  margin: 41px 0 40px 0;
}
@media (max-width: 767px) {
  .nand-flash-page .flas-box-marg {
    margin: 14px 0 10px 0;
  }
}
.nand-flash-page .flas-box-marg p a {
  color: #1B1717;
}
.nand-flash-page .flas-nand-top .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 767px) {
  .nand-flash-page .flas-nand-top .row .col-md-6:nth-child(1) {
    width: 53%;
  }
}
@media (min-width: 767px) {
  .nand-flash-page .flas-nand-top .row .col-md-6:nth-child(2) {
    width: 47%;
  }
}
.nand-flash-page .flas-nand-top .flas-nand-top-text {
  margin-top: 0;
}
.nand-flash-page .flas-nand-top .flas-nand-top-text p {
  padding: 0 40px 0 0;
  color: #1B1717;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .nand-flash-page .flas-nand-top .flas-nand-top-text p {
    padding: 0 0 10px 0;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #html-body .page-wrapper .cm-banner {
    padding: 50px 0;
  }
  #html-body .page-wrapper .same-cms-banner {
    padding: 80px 0;
  }
  #html-body .page-wrapper .cm-banner.joinbanner {
    padding: 90px 0 30px !important;
    margin-top: -82px;
  }
  #html-body .page-wrapper .cm-banner.joinbanner p br {
    display: none;
  }
  #html-body .page-wrapper .cm-banner.joinbanner .heading-small span {
    font-size: 44px !important;
    line-height: 44px !important;
    max-width: 140px;
    display: block;
  }
  #html-body .page-wrapper .jointxt h2 {
    color: #000;
  }
  #html-body .page-wrapper .jointxt div p {
    font-size: 16px;
    color: #636363;
    margin: 0 0 30px;
    line-height: 24px;
  }
  #html-body .page-wrapper .jointxt [data-content-type='buttons'] {
    margin-bottom: 35px;
  }
  #html-body .page-wrapper .perks-benefits {
    margin-top: 0;
    padding-bottom: 20px;
  }
  #html-body .page-wrapper .imgteam img.pagebuilder-mobile-hidden {
    display: none !important;
  }
  #html-body .page-wrapper .imgteam .pagebuilder-mobile-only {
    display: block !important;
  }
  .heading-small span {
    font-size: 36px !important;
    line-height: 45px !important;
  }
  .primary-head-small span {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .para-small span {
    font-size: 17px !important;
    line-height: 28px !important;
  }
  .contact-heading h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .process-wrap .process-wrap-inner .process_box {
    padding: 0 0 30px 0;
    margin-bottom: 35px;
  }
  .process-wrap .process-wrap-inner .process_box .process_col_left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .process-wrap .process-wrap-inner .process_box .process_col_left .process_box_number {
    border-radius: 20px 20px 0 0;
    font-size: 60px;
    line-height: 90px;
  }
  .process-wrap .process-wrap-inner .process_box .process_col_left .process_box_number:before {
    border-width: 28px 28px 0 28px;
    border-color: #041e42 transparent transparent transparent;
    top: inherit;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .process-wrap .process-wrap-inner .process_box .process_col_ryt {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 26px 0;
    text-align: center;
  }
  .process-wrap .process-wrap-inner .process_box_content .process_box_cont_le {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .process-wrap .process-wrap-inner .process_box_content .process_box_cont_le h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .process-wrap .process-wrap-inner .process_box_content .process_box_cont_ri {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 10px 0;
  }
}
.top-minus {
  margin-top: -25px;
}
@media only screen and (max-width: 767px) {
  .top-minus .top-minus {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.stores-banner-left h1 {
  color: #041e42;
  font-weight: 600;
  font-size: 35px;
  line-height: 44px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .stores-banner-left h1 {
    font-size: 22px !important;
    line-height: 34px !important;
  }
}
.stores-banner-left p {
  line-height: 28px;
  margin: 10px 0 20px 0;
}
.cms-liquor-gifts-page .page-details-cont {
  padding: 0 0 70px 0;
}
.store-banner-col:not(.subscribe-save) > div {
  background: rgba(0, 0, 0, 0.5);
  padding: 25px 20px 30px;
}
@media (max-width: 767px) {
  .store-banner-col:not(.subscribe-save) > div {
    padding: 20px;
  }
}
.store-banner-col:not(.subscribe-save) > div h1 {
  color: #fff;
  font-size: 34px;
  line-height: 38px;
}
.store-banner-col:not(.subscribe-save) > div p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.store-banner-col:not(.subscribe-save) > div .stores-banner-btn a {
  min-width: 180px;
  height: 55px;
  color: #fff;
  background: #041E42;
  padding: 0;
  line-height: 55px;
  font-size: 18px;
  font-weight: 500;
  border: 0;
}
.subbg > div {
  background: #4E5565 !important;
}
.subbg > div img {
  margin-bottom: 10px;
}
body.cms-page-view.cms-company-stores .page-wrapper .page-header,
body.cms-page-view.cms-drop-shipping-program .page-wrapper .page-header,
.cms-brands .page-wrapper .page-header {
  margin-bottom: 0 !important;
}
.cms-brands .slider_hub_main .slider_hub_text {
  max-width: 466px;
  padding-right: 20px;
}
.cms-brands div.quote-form-container-footer {
  margin-top: 0;
}
.stores-banner-btn a {
  background: #041E42;
  height: 55px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto';
  border: 0;
  padding: 0;
  border-radius: 0;
  line-height: 55px;
  display: inline-block;
  width: 180px;
}
.store-head-para {
  text-align: center;
  margin: 0 0 40px 0;
}
.store-head-para h2 {
  color: #041e42;
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .store-head-para h2 {
    font-size: 24px !important;
  }
}
.store-head-para p {
  line-height: 25px;
  margin: 5px auto 0 auto;
  color: #222222;
  max-width: 900px;
}
.store-solution {
  margin: 60px 0 60px 0;
}
@media (max-width: 767px) {
  .store-solution {
    margin-bottom: 30px;
  }
}
.stores-cols {
  box-shadow: 3px 10px 15px -2px rgba(0, 0, 0, 0.18);
  min-height: 381px;
  text-align: center;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .stores-cols {
    min-height: auto;
    padding-bottom: 20px;
  }
}
.stores-cols .stores-cols-img img {
  width: 100%;
}
.stores-cols .stores-cols-text {
  padding: 14px 19px 0;
}
.stores-cols .stores-cols-text h3 {
  margin: 0 0 9px 0;
  font-size: 20px;
  font-weight: 700;
  color: #041E42;
}
.stores-cols .stores-cols-text p {
  color: #222222;
  font-size: 15px;
  line-height: 25px;
}
.ordering-wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 -15px;
}
.ordering-left {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding: 0 15px;
  position: relative;
}
.ordering-left > ul {
  list-style-type: none;
}
.ordering-left > ul > li {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
  list-style: none;
  margin-bottom: 30px;
}
.ordering-left > ul > li .ordering-left-img {
  width: 30%;
  margin-right: 20px;
}
.ordering-left > ul > li .ordering-left-text h3 {
  color: #00545C;
  margin: 0 0 10px 0;
  font-size: 20px;
}
.ordering-left > ul > li .ordering-left-text p {
  color: #333;
  font-size: 16px;
}
.ordering-left > ul > li .ordering-left-text p a {
  text-decoration: underline;
}
.ordering-ryt {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding: 0 15px;
  position: relative;
}
.knowledge-center {
  margin: 70px 0 50px 0;
}
@media (max-width: 767px) {
  .knowledge-center {
    margin-bottom: 20px;
  }
}
.knowledge-wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.col-six {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}
.col-three {
  flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  max-width: 33.33%;
}
.knowledge-cols {
  position: relative;
  width: 100%;
  padding: 7px 10px;
}
.knowledge-cols-wrap {
  position: relative;
  overflow: hidden;
}
.knowledge-cols-wrap img {
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.knowledge-cols-wrap a {
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.knowledge-cols-wrap h3 {
  color: #fff;
  position: absolute;
  bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  padding: 0 20px;
  line-height: 27px;
}
.knowledge-cols-wrap img {
  transition: all ease 0.3s;
}
.knowledge-cols-wrap:hover img {
  transform: scale(1.1);
  transition: all ease 0.3s;
}
.store-helpform {
  background: #185292;
}
.store-helpform .needhelp-section {
  padding: 60px 110px 70px 110px;
}
@media (max-width: 1024px) {
  .store-helpform .needhelp-section {
    padding: 40px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .store-helpform .needhelp-section {
    padding: 40px 20px;
  }
}
.store-helpform .needhelp-section .needhelp-forms form .needform-row .needcontrol-in {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media (max-width: 767px) {
  .store-helpform .needhelp-section .needhelp-forms form .needform-row .needcontrol-in {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .store-helpform .needhelp-section .needhelp-forms form .needform-row .needcontrol-in {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1025px) {
  .store-helpform .needhelp-section .needhelp-forms form .needform-row .needcontrol-in:nth-child(4) {
    padding-bottom: 0;
  }
}
.store-helpform .needhelp-section .needhelp-forms form .needform-row .needcontrol-in:not(:nth-last-child(-n+3)) {
  padding-bottom: 60px;
}
.cms-company-stores .breadcrumbs {
  display: none;
}
.page-details-cont.quote-form-footer .custom {
  display: none;
}
.page-details-cont {
  padding: 0 0 90px 0;
}
@media (min-width: 768px) {
  .page-details-cont.airpdp {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .page-details-cont {
    padding: 0 0 50px 0;
  }
}
.page-details-cont .page-details-wraper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.page-details-cont div#usb-items.owl-carousel {
  padding: 45px 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page-details-cont div#usb-items.owl-carousel {
    padding-bottom: 0;
  }
}
.page-details-cont div#usb-items.owl-carousel .owl-dots,
.designdot .owl-nav .owl-dots,
#additioanl-items .owl-dots,
#trust-items .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.page-details-cont div#usb-items.owl-carousel .owl-dots .owl-dot,
.designdot .owl-nav .owl-dots .owl-dot,
#additioanl-items .owl-dots .owl-dot,
#trust-items .owl-dots .owl-dot {
  margin: 0 2px;
  background: transparent;
  border: 0;
  width: auto;
  height: auto;
  padding: 0;
}
.page-details-cont div#usb-items.owl-carousel .owl-dots .owl-dot span,
.designdot .owl-nav .owl-dots .owl-dot span,
#additioanl-items .owl-dots .owl-dot span,
#trust-items .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #011E41;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
}
.page-details-cont div#usb-items.owl-carousel .owl-dots .owl-dot.active span,
.designdot .owl-nav .owl-dots .owl-dot.active span,
#additioanl-items .owl-dots .owl-dot.active span,
#trust-items .owl-dots .owl-dot.active span {
  width: 23px;
  border-radius: 30px;
}
.page-details-cont .page-media-left {
  flex: 0 0 58%;
  -ms-flex: 0 0 58%;
  max-width: 58%;
  width: 100%;
  padding: 0 120px 0 15px;
  position: relative;
}
@media (max-width: 991px) {
  .page-details-cont .page-media-left {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
  }
  .page-details-cont .page-media-left:after {
    display: none;
  }
}
.page-details-cont .page-form-ryt {
  flex: 0 0 42%;
  -ms-flex: 0 0 42%;
  max-width: 42%;
  width: 100%;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 991px) {
  .page-details-cont .page-form-ryt {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.page-details-cont .page-form-quote-outer {
  flex: 0 0 39%;
  -ms-flex: 0 0 39%;
  max-width: 39%;
  width: 100%;
  padding: 0 10px;
  position: relative;
}
.page-details-cont .page-form-quote {
  background: #FaFaFa;
  border: 1px solid #D9D9D9;
  padding: 46px 40px 35px;
  box-sizing: border-box;
  box-shadow: 0px 10px 6px rgba(4, 30, 66, 0.05);
}
@media (max-width: 767px) {
  .page-details-cont .page-form-quote {
    padding: 30px 22px 25px;
  }
}
.page-details-cont .page-form-quote h3,
.page-details-cont .page-form-quote h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: #011e41;
  margin: 0;
}
.page-details-cont .page-form-quote p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #011e41;
}
.page-details-cont .page-form-quote .req-quote-forms {
  margin: 20px 0 0 0;
}
.page-details-cont .page-form-quote .req-quote-forms .needcontrol-in:not(.logo-field) {
  margin: 0 0 20px 0;
}
.page-details-cont .page-form-quote .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input {
  position: relative;
  margin-top: 25px;
}
.page-details-cont .page-form-quote .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input input,
.page-details-cont .page-form-quote .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input select {
  border: none;
  border-bottom: 1px solid #000000;
  height: auto;
  color: #8B8B8B;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  padding: 12px 30px 8px 0;
  border-radius: 0;
  background-color: transparent;
  color: #676A6F;
  border-color: #D9D9D9;
  font-size: 18px;
  font-weight: normal;
  padding: 12px 30px 0 0;
}
.page-details-cont .page-form-quote .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input .label {
  font-size: 16px;
  font-weight: 500;
  color: #8b8b8b;
  position: absolute;
  top: 14px;
  left: 0px;
  clip: inherit;
  width: auto;
  height: auto;
  margin: 0;
  pointer-events: none;
  font-size: 14px;
  font-weight: normal;
  color: #676A6F;
}
.page-details-cont .page-form-quote .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input select:focus ~ .label {
  transform: scale(0.7);
  top: -6px;
  transform-origin: left;
}
.page-details-cont .page-form-quote .req-quote-forms .needcontrol-in:not(.logo-field).fl-label-state .label {
  transform: scale(0.7);
  top: -6px;
  transform-origin: left;
}
.page-details-cont .page-form-quote .req-quote-forms .getquick-btn {
  margin-top: 32px;
}
.page-details-cont .page-form-quote .req-quote-forms .getquick-btn button {
  background: #011E41;
  height: 60px;
  border-radius: 0px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: none;
  font-family: 'Roboto';
}
@media only screen and (min-width: 768px) {
  .page-details-cont .page-form-quote .safetyglove .req-quote-forms .getquick-btn {
    margin-top: 64px;
  }
}
.page-details-cont .page-form-quote.custom {
  background: #ffffff;
  border: 2px solid #4371A5;
  padding: 0 45px;
  box-sizing: border-box;
  box-shadow: 0px 10px 6px rgba(4, 30, 66, 0.05);
  border-radius: 10px;
  margin-top: 105px;
}
@media (max-width: 767px) {
  .page-details-cont .page-form-quote.custom {
    padding: 30px 22px 25px;
  }
}
.page-details-cont .page-form-quote.custom .page-form-quote-inner {
  background: #011E41;
  border-radius: 10px;
  padding: 40px 0;
  bottom: 100px;
  position: relative;
}
.page-details-cont .page-form-quote.custom .page-form-quote-inner img {
  float: right;
  width: 50px;
  right: 20px;
  position: relative;
  bottom: 15px;
}
.page-details-cont .page-form-quote.custom h3,
.page-details-cont .page-form-quote.custom h2 {
  font-size: 25px !important;
  font-weight: 500;
  line-height: 28px;
  color: #ffffff;
  margin: auto;
  width: 80%;
  padding-right: 40px;
}
.page-details-cont .page-form-quote.custom p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  width: 80%;
  margin: 10px auto 0;
}
.page-details-cont .page-form-quote.custom .req-quote-forms {
  margin: 20px 0 0 0;
  position: relative;
  bottom: 90px;
}
.page-details-cont .page-form-quote.custom .req-quote-forms .no-custom {
  display: none;
}
.page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field) {
  margin: 0 0 -10px 0;
}
.page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field) #airtagspackaging-value {
  cursor: default;
  background: url(../images/select-bg.svg) no-repeat 95% 0%;
}
.page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input {
  position: relative;
  margin-top: 25px;
}
.page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input .airtagspackaging-dropdown {
  height: 0;
  display: none;
  cursor: default;
  color: #676A6F;
  z-index: 1;
  position: relative;
}
.page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input .airtagspackaging-dropdown div {
  background: #ffffff;
  padding: 12px;
  border: 1px solid #e2e2e2;
  margin-top: -1px;
}
.page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input .airtagspackaging-dropdown div:hover {
  background: #24a9b8;
  color: #ffffff;
}
.page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input input,
.page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input select {
  border: none;
  border-bottom: 1px solid #000000;
  height: auto;
  color: #8B8B8B;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  padding: 12px 30px 8px 0;
  border-radius: 0;
  background-color: transparent;
  color: #676A6F;
  border-color: #D9D9D9;
  font-size: 18px;
  font-weight: normal;
  padding: 12px 30px 0 0;
}
.page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input input,
.page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input select {
  padding: 15px 30px 15px 20px;
  border: 1px solid #c7c5c5;
  border-radius: 5px;
}
.page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input input:focus,
.page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input select:focus {
  box-shadow: 0 0 0 3px #24A9B8 !important;
}
.page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input input:hover,
.page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input select:hover {
  border-color: #86868b;
}
.page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input .label {
  font-size: 16px;
  font-weight: 500;
  color: #8b8b8b;
  position: absolute;
  top: 14px;
  left: 0px;
  clip: inherit;
  width: auto;
  height: auto;
  margin: 0;
  pointer-events: none;
  font-size: 14px;
  font-weight: normal;
  color: #676A6F;
  left: 15px;
  background: #ffffff;
  padding: 0 5px;
  transition-timing-function: ease-in;
  transition-duration: .125s;
  top: 18px;
}
.page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field) .needform-input select:focus ~ .label {
  transform: scale(0.7);
  top: -6px;
  transform-origin: left;
  top: -10px;
}
.page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field).fl-label-state .label {
  transform: scale(0.7);
  top: -6px;
  transform-origin: left;
  top: -10px;
  transform: scale(0.9);
}
.page-details-cont .page-form-quote.custom .req-quote-forms .getquick-btn {
  margin-top: 40px;
  margin-bottom: -50px;
}
.page-details-cont .page-form-quote.custom .req-quote-forms .getquick-btn button {
  background: #B00707;
  height: 60px;
  border-radius: 10px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: none;
  font-family: 'Roboto';
}
.page-details-cont .page-form-quote.custom .req-quote-forms .getquick-btn button:hover {
  background: #cf0909;
}
@media only screen and (min-width: 768px) {
  .page-details-cont .page-form-quote.custom .safetyglove .req-quote-forms .getquick-btn {
    margin-top: 64px;
  }
}
.page-details-cont .rightform .logo-field {
  margin-top: 30px;
}
.page-details-cont .rightform .logo-field .logo-label {
  padding: 14px 20px;
}
.page-details-cont .rightform .logo-field .logo-label span::before {
  background-image: url(../images/sideupload.svg);
  width: 16px;
  height: 16px;
}
.page-details-cont .page-details-wrap h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 110%;
  color: #011e41;
  margin: 0 0 10px 0;
}
.page-details-cont .page-details-wrap p {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #222222;
  margin: 0;
  max-width: 628px;
}
.page-details-cont .page-details-wrap .badge-text p {
  position: relative;
  display: block;
  padding: 0 0 0 22px;
  margin: 0 0 30px 0;
  font-weight: 500;
}
.page-details-cont .page-details-wrap .badge-text p:before {
  content: "";
  background: #00A6B6;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.page-details-cont .page-details-wrap .page-media-slide {
  margin: 40px 0 0 0;
}
.ipromo-quote-tables {
  margin-top: 34px;
}
.ipromo-quote-tables table th {
  text-align: right;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  background-color: #185292;
  font-weight: 700;
  border: 1px solid #E0E0E0;
}
.ipromo-quote-tables table td {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #01070F;
  border: 1px solid #E0E0E0;
  text-align: center;
}
.ipromo-quote-tables p {
  margin-top: 6px;
  color: #01070F;
  font-size: 12px;
  line-height: 25px;
}
div#trust-items .owl-dots .owl-dot {
  margin: 0 5px;
}
div#trust-items .owl-dots .owl-dot span {
  background: #131C3E;
  opacity: 0.4;
}
div#trust-items .owl-dots .owl-dot.active span {
  opacity: 1;
}
.designdot {
  margin-top: -25px;
}
.designdot .owl-nav .owl-dots,
#additioanl-items .owl-dots,
#trust-items .owl-dots {
  margin-top: 10px;
}
a.pagebuilder-button-primary {
  min-width: 230px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  margin: 0;
  background: #011E41;
  border-color: #011E41;
  font-size: 16px;
  border-radius: 0;
  font-family: 'Roboto';
}
a.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:focus {
  background: #185292;
}
.bragbox-lux-banner a.pagebuilder-button-primary {
  background-color: #282C2F;
  border: 0;
}
.bragbox-luxe-lists figure.lux-brand {
  min-height: 50px;
  margin-bottom: 20px;
}
.text-center {
  text-align: center;
}
.hoverbox figure {
  overflow: hidden;
}
.hoverbox a:hover img {
  transform: scale(1.1);
}
.branding {
  background-size: 50% auto !important;
}
.branding a.pagebuilder-button-primary {
  background: #041E42;
  min-width: 231px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  border: 0 !important;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0;
  font-family: 'Roboto';
}
.branding h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #041E42;
  max-width: 560px;
}
.branding p {
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  margin: 25px 0 50px;
  max-width: 560px;
}
.branding .adddetail p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.branding .adddetail p strong {
  margin-top: 15px;
  display: block;
  color: #041E42;
  font-weight: 600;
}
.branding.secondrow h2,
.branding.secondrow p {
  color: #ffffff;
  width: 100%;
  max-width: 100%;
}
.fullwidth {
  max-width: 100% !important;
}
h2.cms-title,
.cms-custom-shaped-usb .customereview-seciton .customereview-inener .customereview-headng h2 {
  font-weight: bold;
  font-size: 54px;
  line-height: 60px;
  color: #041E42;
  margin-bottom: 50px;
}
.cms-apple-airpods-pro .needhelp-section.inquiry-cms {
  margin-top: 0;
}
.cms-apple-airpods-pro .page-details-cont .page-details-wrap p {
  max-width: 100%;
}
.cms-apple-airpods-pro .page-details-cont .page-media-left {
  padding: 0 30px 0 15px;
}
.cms-apple-airpods-pro .page-details-cont .page-media-left .page-details-wrap a {
  color: #00A5B5;
}
.needhelp-section.inquiry-cms {
  margin-top: 60px;
}
.needhelp-section.inquiry-cms h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
}
.needhelp-section.inquiry-cms .needhelp-forms form .needform-row .needcontrol-in:not(:nth-last-child(-n+2)) {
  padding-bottom: 40px;
}
.needhelp-section.inquiry-cms .needform-row {
  margin-top: 30px;
}
.needhelp-section.inquiry-cms .needform-row > div:last-child {
  max-width: 100%;
  flex: 0 0 100%;
}
.needhelp-section.inquiry-cms .needhelp-forms form .getquick-btn {
  text-align: center;
  margin-top: 50px;
}
.needhelp-section.inquiry-cms .needhelp-forms form .getquick-btn button {
  background: #041E42;
  min-width: 240px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
}
.cms-custom-shaped-usb .customereview-seciton .customereview-inener .customereview-headng h2 {
  margin-bottom: 0;
}
.faq-block #customusb > div:nth-child(1) span {
  border-top: 0;
}
.faq-block #customusb span {
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #041E42;
  display: block;
  border-top: 1px solid #CCCACA;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
}
.faq-block #customusb span::after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 22px;
  color: #011E41;
  line-height: 1;
  position: absolute;
  right: 0;
}
.faq-block #customusb [aria-expanded="true"] span::after {
  content: "\f106";
  color: #00A6B6;
}
.faq-block [data-role="content"] {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 40px;
  margin-top: 10px;
}
.faq-block [data-role="content"] a {
  font-weight: 500;
  color: #005961;
}
.faq-block [data-role="content"] a:hover {
  text-decoration: underline;
}
.faq-block [data-role="content"] ul {
  list-style: inside;
  margin-top: 10px;
}
.designer-idea h2 {
  font-weight: bold;
  font-size: 54px;
  line-height: 63px;
  color: #FFFFFF;
}
.designer-idea p {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 7px 0 0;
}
.designer-idea .pagebuilder-column-group {
  margin-top: 45px;
}
.designer-idea .pagebuilder-column-group .pagebuilder-column:nth-child(1) figure:after {
  content: '1';
}
.designer-idea .pagebuilder-column-group .pagebuilder-column:nth-child(2) figure:after {
  content: '2';
}
.designer-idea .pagebuilder-column-group .pagebuilder-column:nth-child(3) figure:after {
  content: '3';
}
.designer-idea figure {
  margin: 0 auto;
  min-height: 222px;
  max-width: 284px;
  position: relative;
}
.designer-idea figure:after {
  position: absolute;
  top: -15px;
  left: -20px;
  background: #185292;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}
.designer-idea .borderbox figure:before {
  content: '';
  height: 3px;
  width: 100%;
  border-top: 3px dashed #FFFFFF;
  position: absolute;
  left: -60%;
  top: 50%;
  margin-top: -30px;
  z-index: 0;
  min-width: 610px;
}
.designer-idea .borderbox figure img {
  position: relative;
}
.designer-idea h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
.idea_reality {
  background: #F0F0F0;
  padding: 82px 0 72px;
}
@media (max-width: 1024px) {
  .idea_reality {
    padding: 42px 0 42px;
  }
}
.idea_reality h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  color: #333333;
}
@media (max-width: 767px) {
  .idea_reality h3 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .idea_reality h3 {
    font-size: 30px;
  }
}
.idea_reality_wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 40px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  width: 100%;
  margin-top: 103px;
  align-items: end;
}
.idea_reality_wrap:after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 3px dashed #185292;
  width: 100%;
  max-width: 850px;
  z-index: 1;
}
@media (max-width: 767px) {
  .idea_reality_wrap:after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .idea_reality_wrap:after {
    max-width: 480px;
  }
}
@media (max-width: 1024px) {
  .idea_reality_wrap {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.idea_cols {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  width: 100%;
  position: relative;
  padding: 8px 15px;
  z-index: 9;
}
@media (max-width: 767px) {
  .idea_cols {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    padding-bottom: 30px;
  }
}
.idea_cols_inner {
  position: relative;
  text-align: center;
}
.idea_cols_inner .idea_cols_img_num {
  display: inline-block;
  margin: auto;
  max-width: 256px;
  position: relative;
}
.idea_cols_inner .idea_cols_img_num .idea_cols_numb {
  background: #185292;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 8px;
  top: -33px;
}
.idea_cols_inner .idea_cols_content {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #222;
  padding: 0;
  border-radius: 10px;
  margin: 30px 0 0;
}
.idea_cols_inner .idea_cols_img img {
  object-fit: contain;
  height: 175px;
}
.take_branding {
  padding: 0 0 66px;
}
.take_branding .take_branding_wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  position: relative;
}
.take_branding .branding_col_left {
  width: 100%;
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  padding: 0 104px 0 30px;
}
@media (max-width: 991px) {
  .take_branding .branding_col_left {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    padding: 30px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .take_branding .branding_col_left {
    padding: 0 54px 0 30px;
  }
}
.take_branding .branding_left_text {
  max-width: 550px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .take_branding .branding_left_text {
    max-width: 100%;
  }
}
.take_branding .branding_left_text h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin: 0 0 25px 0;
  color: #333333;
}
@media (max-width: 991px) {
  .take_branding .branding_left_text h3 {
    font-size: 25px;
    line-height: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .take_branding .branding_left_text h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.take_branding .branding_left_text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #636363;
  margin: 0;
}
.take_branding .branding_left_text .get-quote-btn {
  margin-top: 82px;
}
@media (max-width: 1199px) {
  .take_branding .branding_left_text .get-quote-btn {
    margin-top: 35px;
  }
}
.take_branding .branding_left_text .get-quote-btn a {
  background: #111111;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  padding: 0 44px;
  color: #fff;
  display: inline-block;
  line-height: 60px;
}
.take_branding .branding_col_ryt {
  width: 100%;
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
}
@media (max-width: 991px) {
  .take_branding .branding_col_ryt {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
}
.take_branding .branding_ryt_imgs img {
  width: 100%;
}
.additional_details .additional_wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.additional_details .additional_col_left {
  width: 100%;
  position: relative;
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  padding-right: 56px;
}
@media (max-width: 767px) {
  .additional_details .additional_col_left {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 30px 0;
  }
}
.additional_details .additional_col_ryt {
  width: 100%;
  position: relative;
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .additional_details .additional_col_ryt {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}
.additional_details .additional_col_ryt_text h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin: 0 0 28px 0;
  color: #333333;
}
@media (max-width: 767px) {
  .additional_details .additional_col_ryt_text h3 {
    font-size: 25px;
    line-height: 38px;
  }
}
.additional_details .additional_col_ryt_text .additional_content {
  margin-bottom: 14px;
}
.additional_details .additional_col_ryt_text .additional_content span {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #636363;
}
.additional_details .additional_col_ryt_text .additional_content p {
  font-size: 14px;
  line-height: 22px;
  color: #636363;
  max-width: 500px;
}
.faq_line .container {
  max-width: 1155px;
}
.faq_line .amfaq_questions .amfaq-title {
  font-size: 40px;
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .faq_line .amfaq_questions .amfaq-title {
    font-size: 25px;
    line-height: 38px;
  }
}
.faq_line .amfaq_questions .am-item {
  border: 0.5px solid #BDBDBD;
  border-radius: 6px;
  padding: 21px 23px 21px 16px;
  margin-bottom: 16px;
  background: none;
}
.faq_line .amfaq_questions .am-item .am-title {
  font-weight: 400;
  line-height: 16px;
}
.usb-quote-form {
  background: #185292;
}
.usb-quote-form .needhelp-section .needhelp-forms .getquick-btn {
  text-align: center;
  margin-top: 50px;
}
.usb-quote-form .needhelp-section .needhelp-forms .getquick-btn button {
  font-size: 20px;
  height: 60px;
  padding: 0 48px;
  background: #041E42;
  border-radius: 0px;
}
.usb-quote-form:not(.covid-quote-form) {
  background: #185292;
}
.usb-quote-form:not(.covid-quote-form) .needhelp-section .needhelp-forms form .needform-row .needcontrol-in:last-child {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}
.page-details-cont.bragbox-quote.quote-form-footer .page-form-quote .needcontrol-in.full {
  width: calc(68.9% - 40px);
}
.cms-apple-airpods-pro .usb-reviews-sec {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .cms-apple-airpods-pro .usb-reviews-sec {
    padding-bottom: 0;
  }
}
.usb-reviews-sec {
  padding: 90px 0 90px 0;
}
@media (max-width: 767px) {
  .usb-reviews-sec {
    padding: 40px 0 40px 0;
  }
}
.usb-reviews-sec h2 {
  font-size: 54px !important;
  color: #041E42;
}
@media (max-width: 767px) {
  .usb-reviews-sec h2 {
    font-size: 25px !important;
  }
}
.usb-quote-form h1 {
  font-size: 40px !important;
}
@media (max-width: 767px) {
  .usb-quote-form h1 {
    font-size: 25px !important;
  }
}
.cms-covid-kits .faq_line {
  padding: 80px 0 80px 0;
}
.mCSB_scrollTools .mCSB_dragger::after {
  content: '';
  height: 18px;
  width: 17px;
  border: 1px solid #D0D0D0;
  display: block;
  background: #fff;
  border-radius: 50%;
  margin-top: -10px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  z-index: 1;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #e7e7e7;
}
.mCSB_outside + .mCSB_scrollTools {
  right: 0 !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: #898A8D !important;
  z-index: -1;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.covid-kit-head {
  text-align: center;
  padding: 0 0 60px 0;
}
.covid-kit-head h3,
.covid-kit-head h2 {
  font-size: 48px;
  color: #041E42;
  line-height: 52px;
  font-weight: bold;
  margin-bottom: 8px;
}
.covid-kit-head p {
  font-size: 18px;
  line-height: 21px;
  color: #222222;
  margin: 10px 0 0;
}
.covid-kit-head.reward-head {
  padding-bottom: 40px;
}
.giftcard-heading {
  font-size: 30px;
  color: #041E42;
  line-height: 52px;
  font-weight: bold;
  margin: 50px 0 20px;
}
.testright {
  padding: 83px 0 0 0;
}
.testright .covid-kit-head {
  padding-bottom: 42px;
}
.testright-table {
  border: 1px solid #E0E0E0;
  overflow: hidden;
  border-radius: 0;
  border-collapse: separate;
}
.testright-table table thead tr.thead-text th {
  background: #185292;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  padding: 35px 15px 35px 15px;
  vertical-align: middle;
  text-align: center;
}
.testright-table table thead tr.thead-text th:not(:last-child) {
  border-right: 1px solid #E0E0E0;
}
.testright-table table tbody tr:nth-child(even) {
  background: #F2F2F2;
}
.testright-table table tbody tr:nth-child(odd) {
  background: #fff;
}
.testright-table table tbody tr th,
.testright-table table tbody tr td {
  padding: 31px 15px 31px 15px;
  text-align: center;
  vertical-align: middle;
}
.testright-table table tbody tr th {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #333333;
  border-right: 1px solid #E0E0E0;
}
.testright-table table tbody tr td {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.testright-table table tbody tr td:not(:last-child) {
  border-right: 1px solid #E0E0E0;
}
.home-test-kits .ui-tabs {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-test-kits .ui-tabs .tabs-navigation {
  flex: 0 0 24%;
  -ms-flex: 0 0 24%;
  max-width: 24%;
  position: relative;
  width: 100%;
  border-right: 1px solid #E0E0E0;
  counter-reset: item;
  font-size: 16px;
}
@media (max-width: 767px) {
  .home-test-kits .ui-tabs .tabs-navigation {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}
.home-test-kits .ui-tabs .tabs-navigation li.tab-header {
  border: none !important;
  background: none;
  display: block;
  margin: 0 !important;
  counter-increment: item;
}
.home-test-kits .ui-tabs .tabs-navigation li.tab-header::before {
  content: counter(item);
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 16px;
  line-height: 24px;
  color: #041E42;
  margin-top: -12px;
  left: 32px;
}
.home-test-kits .ui-tabs .tabs-navigation li.tab-header.ui-state-active::before {
  font-weight: 600;
  color: #fff;
}
.home-test-kits .ui-tabs .tabs-navigation li.tab-header a.tab-title {
  padding: 35px 10px 35px 55px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #041E42;
}
.home-test-kits .ui-tabs .tabs-navigation li.tab-header a.tab-title span {
  transition: none;
}
.home-test-kits .ui-tabs .tabs-navigation li.tab-header.ui-tabs-active a.tab-title {
  background: #185292;
  color: #fff !important;
  font-weight: 600 !important;
}
.home-test-kits .ui-tabs .tabs-navigation li.tab-header.ui-tabs-active a.tab-title:after {
  display: block;
}
.home-test-kits .ui-tabs .tabs-navigation li.tab-header:last-child a.tab-title {
  border: none;
}
.home-test-kits .ui-tabs .tabs-content {
  flex: 0 0 76%;
  -ms-flex: 0 0 76%;
  max-width: 76%;
  position: relative;
  padding: 40px 40px 40px 40px;
  width: 100%;
  border: none;
}
@media (max-width: 767px) {
  .home-test-kits .ui-tabs .tabs-content {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 20px;
  }
}
.home-test-kits.fireside-vibe .ui-tabs .tabs-navigation,
.otctab .ui-tabs .tabs-navigation {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.home-test-kits.fireside-vibe .ui-tabs .tabs-navigation li.tab-header,
.otctab .ui-tabs .tabs-navigation li.tab-header {
  width: 100%;
  height: 25%;
}
.home-test-kits.fireside-vibe .ui-tabs .tabs-navigation li.tab-header a.tab-title,
.otctab .ui-tabs .tabs-navigation li.tab-header a.tab-title {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .home-test-kits.fireside-vibe .ui-tabs .tabs-navigation li.tab-header a.tab-title,
  .otctab .ui-tabs .tabs-navigation li.tab-header a.tab-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.home-test-kits.fireside-vibe.threerow .ui-tabs .tabs-navigation li.tab-header,
.otctab.threerow .ui-tabs .tabs-navigation li.tab-header {
  height: 33.3333%;
}
.home-test-kits.fireside-vibe.two-tab .ui-tabs .tabs-navigation li.tab-header,
.otctab.two-tab .ui-tabs .tabs-navigation li.tab-header {
  height: 50%;
}
.home-test-kits.fireside-vibe .ui-tabs .tabs-navigation li.tab-header::before,
.otctab .ui-tabs .tabs-navigation li.tab-header::before {
  content: none;
}
.home-test-kits.fireside-vibe .ui-tabs .tabs-navigation li.tab-header a.tab-title,
.otctab .ui-tabs .tabs-navigation li.tab-header a.tab-title {
  padding-left: 32px;
}
@media only screen and (max-width: 767px) {
  .home-test-kits.fireside-vibe .ui-tabs .tabs-navigation li.tab-header a.tab-title,
  .otctab .ui-tabs .tabs-navigation li.tab-header a.tab-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home-test-kits.nopage .ui-tabs .tabs-navigation li.tab-header::before {
  content: none;
}
.home-test-kits.nopage .ui-tabs .tabs-navigation li.tab-header a.tab-title {
  padding-left: 32px;
}
.home-test-kits.fireside-vibe-main .ui-tabs .tabs-navigation li.tab-header a.tab-title span {
  display: block;
  line-height: 20px;
}
.home-test-kits.fireside-vibe-main .ui-tabs .tabs-navigation li.tab-header a.tab-title span:after {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  transition: none;
}
.home-test-kits.fireside-vibe-main .ui-tabs .tabs-navigation li.tab-header a.tab-title#ui-id-7 span.tab-title:after {
  content: 'As Low As $81.99';
}
.home-test-kits.fireside-vibe-main .ui-tabs .tabs-navigation li.tab-header a.tab-title#ui-id-8 span.tab-title:after {
  content: 'As Low As $42.99';
}
.home-test-kits.fireside-vibe-main .ui-tabs .tabs-navigation li.tab-header a.tab-title#ui-id-9 span.tab-title:after {
  content: 'As Low As $169.99';
}
.home-test-kits.fireside-vibe-main .ui-tabs .tabs-navigation li.tab-header.ui-tabs-active a span::after {
  font-weight: 700;
}
.home-test-kits.fireside-vibe-main .table {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .home-test-kits.fireside-vibe-main .table {
    margin-top: 20px;
  }
}
.home-test-kits.fireside-vibe-main .table .table-row {
  display: flex;
  align-items: flex-end;
  font-weight: 400;
  font-size: 16px;
  border-bottom: 1px solid #C4C4C4;
  max-width: 115px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .home-test-kits.fireside-vibe-main .table .table-row {
    margin-left: 0;
  }
}
.home-test-kits.fireside-vibe-main .table .table-row:last-child {
  border-bottom: 0;
}
.home-test-kits.fireside-vibe-main .table .table-row span {
  display: block;
  text-align: center;
  padding: 3px 0;
}
.home-test-kits.fireside-vibe-main .table .table-row span strong {
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.home-test-kits.fireside-vibe-main .table .table-row span:first-child {
  min-width: 37px;
}
.home-test-kits.fireside-vibe-main .table .table-row span:last-child {
  min-width: 62px;
  border-left: 1px solid #C4C4C4;
}
.home-test-kits.fireside-vibe-main .ui-tabs .tabs-content ul li {
  color: #828282;
}
.home-test-kits.fireside-vibe-main .ui-tabs .tabs-content ul + p {
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  color: #01070F;
}
.otctab .tabs-navigation {
  overflow-y: auto;
}
.otctab .tabs-navigation .tab-header {
  height: 16.66% !important;
  min-height: 75px;
}
.otctab .tabs-navigation::-webkit-scrollbar {
  width: 8px;
}
.otctab .tabs-navigation::-webkit-scrollbar-track {
  background: #E7E7E7;
}
.otctab .tabs-navigation::-webkit-scrollbar-thumb {
  background-color: #898A8D;
}
.crosssell-link.features {
  margin: 50px 0;
  padding: 0px;
}
.tabcontent-col-left h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: #041E42;
  margin: 0 0 17px 0;
}
.tabcontent-col-left p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  color: #828282;
}
.tabcontent-col-left ul {
  padding: 25px 0 30px 0;
}
.tabcontent-col-left ul li {
  display: block;
  position: relative;
  padding: 0 20px 0 30px;
  margin: 0 0 14px 0;
  font-size: 14px;
  line-height: 22px;
  color: #54565B;
}
.tabcontent-col-left ul li:after {
  content: "";
  background-image: url(../images/bi_check-circle.svg);
  left: 0;
  top: 0;
  width: 19px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  background-size: 19px;
}
.tabcontent-col-left .video-of-binax iframe {
  width: 100%;
  height: 270px;
  border-radius: 10px;
}
.tabcontent-col-left.half {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.tabcontent-col-left.half ul {
  width: 50%;
}
@media (max-width: 767px) {
  .tabcontent-col-left.half ul {
    width: 100%;
    padding: 0;
  }
}
.tabcontent-col-left.half ul a {
  color: #00A6B6;
  font-weight: 700;
}
.tabcontent-col-left.full ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.tabcontent-col-left.full ul li {
  width: 100%;
}
.tabcontent-col-left.full ul li a {
  color: #00A6B6;
  font-weight: 700;
}
.tabcontent-col-left .video {
  max-width: 537px;
  width: 100%;
}
.tabcontent-col-left .video iframe {
  width: 100%;
  height: 268px;
}
@media (max-width: 767px) {
  .video iframe {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cms-amasty-faq-home-page .am-widget-category {
  width: 100%;
}
.cms-amasty-faq-home-page .am-widget-category .am-category-container .am-category-header {
  text-align: center;
}
.cms-amasty-faq-home-page .am-widget-category .am-category-container .am-category-header .faq-category-title {
  width: 100%;
  text-align: center;
  color: #011E41;
  font-size: 32px;
  line-height: 35.2px;
  font-weight: 600;
  margin: 9px 0 36px 0;
}
.cms-amasty-faq-home-page .am-widget-category .am-category-container .amfaq_questions {
  margin-bottom: 40px;
}
.cms-amasty-faq-home-page .am-widget-category .am-category-container .view-all {
  background: #111111;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  padding: 0 44px;
  color: #fff;
  display: inline-block;
  line-height: 50px;
}
.page-media-slide .media-slider {
  /*.rowfle();*/
}
.page-media-slide .media-slider .media-thumnails {
  /*flex: 0 0 30%;
			-ms-flex: 0 0 30%;
			max-width: 30%;*/
  position: relative;
  width: 100%;
}
.page-media-slide .media-slider .media-preview-img {
  /*flex: 0 0 70%;
			-ms-flex: 0 0 70%;
			max-width: 70%;*/
  position: relative;
  width: 100%;
}
.cms-brands .breadcrumbs {
  display: none;
}
.cms-brands .header.page-header {
  margin-bottom: 0 !important;
}
.cms-brands .all-brands-grid {
  padding: 20px 0 30px 0;
}
.cms-brands .all-brands-grid .container {
  padding: 0;
}
.category-brands.cms-brands .all-brands-grid .container {
  padding-left: 20px;
  padding-right: 20px;
}
.corporate-slider .pagebuilder-slider {
  padding: 0;
}
.cms-corporate-gifts .sli-text .span-heading {
  font-size: 44px;
  font-weight: 600;
  line-height: 48px;
}
.cms-corporate-gifts .corporate-heading {
  max-width: 1360px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 25px auto 0;
  text-align: center;
}
.cms-corporate-gifts .corporate-heading h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  color: #041e42;
  margin-bottom: 18px;
}
.cms-corporate-gifts .corporate-heading p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.sli-text {
  color: #fff;
}
.sli-text .banner-content-section {
  max-width: 526px;
  width: 100%;
  background-color: rgba(4, 30, 66, 0.5);
  padding: 30px;
}
@media (max-width: 1024px) {
  .sli-text .banner-content-section {
    max-width: 440px;
  }
}
@media (max-width: 767px) {
  .sli-text .banner-content-section {
    padding: 20px;
  }
  .sli-text .banner-content-section h1 {
    font-size: 24px !important;
  }
  .sli-text .banner-content-section p {
    font-size: 16px;
  }
}
.sli-text h1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 48px;
}
.sli-text h1 sup {
  font-size: 11px;
  font-weight: 600;
  margin: 0 3px 0 4px;
  top: -24px;
}
@media (max-width: 767px) {
  .sli-text h1 sup {
    top: 9px;
    vertical-align: top;
  }
}
.sli-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 403px;
  margin: 6px 0 27px 0;
}
@media (max-width: 767px) {
  .sli-text p {
    font-size: 14px;
  }
}
.sli-text .sli-text a {
  background: #011E41;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  height: 55px;
  display: inline-block;
  width: 180px;
  text-align: center;
  line-height: 55px;
}
@media (max-width: 767px) {
  .sli-text .sli-text a {
    padding: 14px 28px;
    line-height: normal;
    height: auto;
    width: auto;
  }
}
.cms-corporate-gifts .breadcrumbs {
  display: none;
}
.cms-corporate-gifts.cms-page-view .page-wrapper .page-header {
  margin-bottom: 0;
}
.corporate-slider .slick-dots,
.promotional-slider .slick-dots,
.home-banner .slick-dots {
  margin-top: 0;
  padding: 8px 0;
}
.corporate-slider .slick-dots li,
.promotional-slider .slick-dots li,
.home-banner .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8px;
}
.corporate-slider .slick-dots li button,
.promotional-slider .slick-dots li button,
.home-banner .slick-dots li button {
  width: 8px;
  height: 8px;
  background: rgba(24, 82, 146, 0.4);
  border: none;
}
.corporate-slider .slick-dots li.slick-active,
.promotional-slider .slick-dots li.slick-active,
.home-banner .slick-dots li.slick-active {
  width: 22px;
}
.corporate-slider .slick-dots li.slick-active button,
.promotional-slider .slick-dots li.slick-active button,
.home-banner .slick-dots li.slick-active button {
  width: 22px;
  background: #131C3E;
}
.corporate-slider .slick-arrow,
.promotional-slider .slick-arrow,
.home-banner .slick-arrow {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background: #000;
  background-size: 16px;
  border-radius: 50%;
  margin-top: -15px;
}
.corporate-slider .slick-arrow:before,
.promotional-slider .slick-arrow:before,
.home-banner .slick-arrow:before {
  content: "";
  font-size: 0;
}
.corporate-slider .slick-arrow.slick-prev,
.promotional-slider .slick-arrow.slick-prev,
.home-banner .slick-arrow.slick-prev {
  background-image: url(../images/prev-arrow.svg);
}
@media (max-width: 991px) {
  .corporate-slider .slick-arrow.slick-prev,
  .promotional-slider .slick-arrow.slick-prev,
  .home-banner .slick-arrow.slick-prev {
    left: 1rem;
  }
}
.corporate-slider .slick-arrow.slick-next,
.promotional-slider .slick-arrow.slick-next,
.home-banner .slick-arrow.slick-next {
  background-image: url(../images/next-arrow.svg);
}
@media (max-width: 991px) {
  .corporate-slider .slick-arrow.slick-next,
  .promotional-slider .slick-arrow.slick-next,
  .home-banner .slick-arrow.slick-next {
    right: 1rem;
  }
}
.corporate-gift-cate .slick-slider:not(.pagebuilder-slider) .slick-arrow {
  top: -42px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background: #000;
  background-size: 16px;
  border-radius: 50%;
}
.shop-brand-serc {
  padding: 50px 0 50px;
}
.shop-brand-serc .shop-brand-inner {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.shop-brand-serc .shop-brand-cols {
  width: 100%;
  position: relative;
  flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 30px;
}
.shop-brand-serc .shop-brand-cols-wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.shop-brand-serc .shop-brand-cols-wrap .shop-brand-img {
  width: 80px;
  margin: -6px 0 0 0;
}
.shop-brand-serc .shop-brand-cols-wrap .shop-brand-text {
  padding: 0 0 0 15px;
}
.shop-brand-serc .shop-brand-cols-wrap .shop-brand-text h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #131C3E;
  margin: 0 0 4px 0;
}
.shop-brand-serc .shop-brand-cols-wrap .shop-brand-text p {
  font-size: 14px;
  line-height: 22px;
  color: #676A6F;
  margin: 0;
}
.shop-brand-serc .shop-brand-cols-wrap .shop-brand-text p a {
  text-decoration: underline;
}
.cp-gift-cat > ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin: 0 -8px;
}
.cp-gift-cat > ul > .menu-level0 {
  padding: 0 5px;
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
}
.cp-gift-cat > ul > .menu-level0 > a {
  border: 1px solid #E0E0E0;
  box-shadow: 0px 2px 3px rgba(4, 30, 66, 0.05);
  border-radius: 0;
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #01070F;
  padding: 0 2px;
  position: relative;
  text-align: center;
}
.cp-gift-cat > ul > .menu-level0 > a img {
  padding-right: 3px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.cp-gift-cat > ul > .menu-level0 .sub-dropdown {
  position: absolute;
  top: 100%;
  left: 8px;
  background: #F7F7F7;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 10px 6px rgba(4, 30, 66, 0.05);
  border-radius: 0px 0px 10px 10px;
  padding: 20px 34px 0 34px;
  width: 100%;
  min-width: 520px;
  display: none;
  z-index: 11;
}
.cp-gift-cat > ul > .menu-level0 .sub-dropdown .menu-level1 {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin: 0 0 25px 0;
}
.cp-gift-cat > ul > .menu-level0 .sub-dropdown .menu-level1 a {
  font-size: 16px;
  line-height: 26px;
  color: #01070F;
  transition: none;
}
.cp-gift-cat > ul > .menu-level0 .sub-dropdown .menu-level1 a:hover {
  font-weight: 700;
}
.cp-gift-cat > ul > .menu-level0:hover > a,
.cp-gift-cat > ul > .menu-level0.active > a {
  background: #F7F7F7;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 11;
}
.cp-gift-cat > ul > .menu-level0:hover .sub-dropdown,
.cp-gift-cat > ul > .menu-level0.active .sub-dropdown {
  display: block;
}
.cp-gift-cat > ul > .menu-level0.single-menu .sub-dropdown {
  min-width: 100%;
  padding-left: 20px;
  width: 216px;
  padding-right: 10px;
}
.cp-gift-cat > ul > .menu-level0:last-child .sub-dropdown {
  right: 8px;
  left: auto;
}
.corporate-gift-cate [data-content-type="products"] {
  margin: 0 -10px;
}
.corporate-gift-cate .product-items div.product-item .product-item-info {
  border: 1px solid #E0E0E0;
  box-shadow: 0px 10px 6px rgba(4, 30, 66, 0.05);
  border-radius: 0;
}
.corporate-gift-cate .product-items div.product-item .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
.corporate-gift-cate .product-items div.product-item .product-item-info .product-item-details .product-item-name a {
  font-weight: normal;
  color: #01070F;
  line-height: 25px;
}
.corporate-gift-cate .slick-slider:not(.pagebuilder-slider) .slick-arrow {
  top: -42px;
  width: 36px;
  height: 40px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #ffffff !important;
  background-size: 7px !important;
  box-shadow: 0 2px 3px rgba(4, 30, 66, 0.05);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  opacity: 1;
  z-index: 1;
}
@media (max-width: 767px) {
  .corporate-gift-cate .slick-slider:not(.pagebuilder-slider) .slick-arrow {
    top: inherit;
    bottom: -40px;
  }
}
.corporate-gift-cate .slick-slider:not(.pagebuilder-slider) .slick-arrow.slick-next {
  background-image: url(../images/navyblue-next-arrow.svg) !important;
  right: 13px;
}
.corporate-gift-cate .slick-slider:not(.pagebuilder-slider) .slick-arrow.slick-prev {
  background-image: url(../images/navyblue-next-arrow.svg) !important;
  right: 76px;
  left: inherit;
}
.corporate-gift-cate .slick-slider:not(.pagebuilder-slider) .slick-arrow:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  background-color: #f7fafa !important;
}
.shopby-budget {
  padding: 50px 0 0 0;
}
.slick-slider div {
  transition: none;
}
#html-body .container-size[data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
  max-width: 1200px !important;
}
.corporate-gift-head h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 37px;
  color: #131C3E;
}
.gift-started-form {
  background: #185292;
  color: #fff;
  padding: 60px 0 70px;
}
.gift-started-form .gift-start-inner .gift-start-col-left {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  padding: 12px 30px 0 0;
}
.gift-started-form .gift-start-inner .gift-start-col-left h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 11px 0;
}
.gift-started-form .gift-start-inner .gift-start-col-left p {
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
}
.gift-started-form .gift-start-inner .gift-start-col-ryt {
  width: 54%;
  float: right;
}
.gift-started-form .gift-start-inner .gift-start-col-ryt .form-group .formg-input {
  width: 61%;
  display: inline-block;
  vertical-align: bottom;
}
.gift-started-form .gift-start-inner .gift-start-col-ryt .form-group .formg-control {
  position: relative;
}
.gift-started-form .gift-start-inner .gift-start-col-ryt .form-group .formg-control select {
  border: none;
  border-bottom: 1px solid #000000;
  height: auto;
  color: #8B8B8B;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  padding: 12px 30px 8px 0;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
  background-image: url(../images/drop-arrow-fill-white.svg);
  background-size: 15px;
  background-position: center right;
}
.gift-started-form .gift-start-inner .gift-start-col-ryt .form-group .formg-control .label {
  transform: scale(0.7);
  top: -6px;
  transform-origin: left;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  line-height: 0;
  display: none;
}
.gift-started-form .gift-start-inner .gift-start-col-ryt .form-group .formg-actions {
  width: 38%;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0 0 34px;
}
.gift-started-form .gift-start-inner .gift-start-col-ryt .form-group .formg-actions button {
  background: #011E41;
  border-radius: 0;
  color: #fff !important;
  height: 55px;
  text-align: center;
  display: inline-block;
  line-height: 55px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: 'Roboto';
  height: 70px;
  width: 188px;
  padding: 0;
}
.gift-started-form .gift-start-inner .gift-start-col-ryt .form-group .formg-actions button:hover {
  background: #185292;
}
.gift-started-form .gift-start-inner .gift-start-col-ryt .form-group .formg-actions button:hover {
  background: #185292;
}
.category-brands .lifestyle-cat {
  padding: 50px 0 50px;
}
.lifestyle-cat {
  padding: 70px 0 50px;
}
.heading-head-three {
  margin-bottom: 24px;
}
.heading-head-three h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 37px;
  color: #041E42;
}
@media (max-width: 767px) {
  .cms-corporate-gifts .faq-block {
    padding: 0 20px;
  }
}
.cms-corporate-gifts .faq-block #customusb {
  display: block;
}
.cms-corporate-gifts .faq-block #customusb [aria-expanded=true] h3:after {
  content: "\f106";
  color: #00a6b6;
}
.cms-corporate-gifts .faq-block #customusb h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #041E42;
  display: block;
  border-top: 1px solid #CCCACA;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
}
.cms-corporate-gifts .faq-block #customusb h3:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 22px;
  color: #011e41;
  line-height: 1;
  position: absolute;
  right: 0;
}
.cms-corporate-gifts .heading-head-three h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 37px;
  color: #041E42;
  margin-bottom: 10px;
}
.cms-corporate-gifts .heading-head-three p {
  margin-bottom: 25px;
}
.lifestyle-cat-inner {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.lifestyle-cols {
  width: 100%;
  position: relative;
  padding: 0 12px 19px;
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
}
.lifestyle-cols-inner {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
.lifestyle-cols-inner .lifestyle-col-img {
  position: relative;
}
.lifestyle-cols-inner .lifestyle-col-img img {
  border-radius: 0;
  width: 100%;
  display: flex;
}
.lifestyle-cols-inner .lifestyle-col-img a {
  position: relative;
  display: block;
}
.lifestyle-cols-inner .lifestyle-col-img a:before {
  content: "";
  background: rgba(4, 30, 66, 0.3);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.lifestyle-cols-inner:hover a:before {
  background: rgba(4, 30, 66, 0.5);
}
.lifestyle-cols-inner:hover img {
  transform: scale(1.1);
}
.lifestyle-cols-inner .lifestyle-col-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
}
.lifestyle-cols-inner .lifestyle-col-text a {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  display: inline-block;
}
.lifestyle-cols-inner .lifestyle-col-text a img {
  object-fit: contain;
}
.lifestyle-cols-inner .lifestyle-col-text .hover-detail {
  display: block;
  margin-top: 1px;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .lifestyle-cols-inner .lifestyle-col-text .hover-detail {
    display: block;
    opacity: 1;
  }
}
.lifestyle-cols-inner .lifestyle-col-text .hover-detail p {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}
.lifestyle-cols-inner .lifestyle-col-text .hover-detail span {
  font-size: 14px;
  line-height: 26px;
  display: block;
  font-weight: 400;
}
.lifestyle-cols-inner:hover .lifestyle-col-text .hover-detail {
  display: block;
  opacity: 1;
}
.bragbox-main img {
  width: 100%;
}
.lifestyle-cols-inner .lifestyle-col-text .hover-detail {
  min-height: 52px;
}
.lifestyle-cols-inner .lifestyle-col-text a img {
  filter: brightness(0) invert(1);
}
.lifestyle-cat-inner img[alt="Apple"] {
  height: 46px;
}
.lifestyle-cat-inner img[alt="Allbirds"] {
  height: 44px;
}
.lifestyle-cat-inner img[alt="Corkcicle"] {
  height: 20px;
}
.lifestyle-cat-inner img[alt="Mophie"] {
  height: 30px;
}
.lifestyle-cat-inner img[alt="Nike"] {
  height: 32px;
}
.lifestyle-cat-inner img[alt="PopSockets"] {
  height: 20px;
}
.lifestyle-cat-inner img[alt="RTIC"] {
  height: 28px;
}
.lifestyle-cat-inner img[alt="Skullcandy"] {
  height: 30px;
}
.lifestyle-cat-inner img[alt="Stanley"] {
  height: 65px;
}
.lifestyle-cat-inner img[alt="The North Face"] {
  height: 55px;
}
.lifestyle-cat-inner img[alt="YETI"] {
  height: 40px;
}
.lifestyle-cat-inner img[alt="Under Armour"],
.lifestyle-cat-inner img[alt="Ember"],
.lifestyle-cat-inner img[alt="JBL"] {
  height: 44px;
}
.lifestyle-cat-inner img[alt="Callaway"] {
  height: 80px;
}
.lifestyle-cat-inner img[alt="CamelBak"] {
  height: 50px;
}
.coroprate_page_faq {
  padding: 0 0 70px 0;
}
.coroprate_page_faq .faq_line .amfaq_questions .amfaq-title {
  text-align: left;
  color: #131C3E;
  font-size: 34px;
  margin-bottom: 28px;
  line-height: normal;
}
@media (max-width: 767px) {
  .coroprate_page_faq .faq_line .amfaq_questions .amfaq-title {
    font-size: 26px;
  }
}
.faq_more {
  text-align: center;
}
.faq_more a {
  color: #01070F;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  padding-right: 25px;
}
.faq_more a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #C5C5C5 transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.faq_more.borderd a {
  line-height: 25px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  padding: 16px 52px 16px 36px;
  display: inline-block;
}
.faq_more.borderd a:after {
  right: 31px;
}
.corporate_blogs {
  padding: 20px 0 40px 0;
}
.corporate_blogs .blog-section h2 {
  text-align: left;
  color: #131C3E;
  font-size: 34px;
  margin-bottom: 28px;
  line-height: normal;
}
.corporate_blogs .blog-section h2 br {
  display: none;
}
.shopfavorite-brand {
  padding: 60px 0 0 0;
}
.shopfavorite-brand .shopfavorite-inner {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13px;
  margin-bottom: 10px;
}
.shopfavorite-brand .shopfavorite-cols {
  width: 100%;
  position: relative;
  padding: 0 12px 19px;
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
}
.shopfavorite-brand .shopfavorite-cols-inner {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}
.shopfavorite-brand .shopfavorite-cols-inner .shopfavorite-col-img {
  border-radius: 0px;
}
.shopfavorite-brand .shopfavorite-cols-inner .shopfavorite-col-img img {
  width: 100%;
  display: flex;
  transition: all ease 0.3s;
}
.shopfavorite-brand .shopfavorite-cols-inner .shopfavorite-col-img a {
  display: block;
  position: relative;
}
.shopfavorite-brand .shopfavorite-cols-inner .shopfavorite-col-img a:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background: #3F4246;
  opacity: 0.5;
}
.shopfavorite-brand .shopfavorite-cols-inner .shopfavorite-col-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
}
.shopfavorite-brand .shopfavorite-cols-inner .shopfavorite-col-text a {
  color: #fff;
}
.shopfavorite-brand .shopfavorite-cols-inner .shopfavorite-col-text .shopfavorite-text {
  margin: 20px 0 0 0;
}
.shopfavorite-brand .shopfavorite-cols-inner .shopfavorite-col-text .shopfavorite-text h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}
.shopfavorite-brand .shopfavorite-cols-inner .shopfavorite-col-text .shopfavorite-text p {
  font-size: 14px;
  line-height: 26px;
  margin: 2px 0 0;
}
.shopfavorite-brand .shopfavorite-cols-inner:hover .shopfavorite-col-img img {
  transform: scale(1.1);
}
.page-media-slide {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slide_thumbnails {
  width: 100%;
  position: relative;
  flex: 0 0 22%;
  -ms-flex: 0 0 22%;
  max-width: 22%;
  max-height: 431px;
  overflow-y: auto;
  padding: 0 20px 0 0;
}
.slide_thumbnails ul li {
  display: block;
  text-align: center;
  margin-bottom: 8px;
  padding: 0 0 10px;
}
.slide_thumbnails ul li:first-child {
  padding-top: 2px;
}
.slide_thumbnails ul li:last-child {
  padding-bottom: 2px;
  margin-bottom: 0;
}
.slide_thumbnails ul li a {
  background: #fff;
  display: block;
  height: 130px;
  width: 130px;
  margin: auto;
  position: relative;
  border: 1px solid #DFDFDF;
  padding: 0 6px;
}
.slide_thumbnails ul li a img {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
.slide_thumbnails ul li.active-slide a {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35) !important;
}
.slide_thumbnails::-webkit-scrollbar {
  width: 8px;
  border-radius: 16px;
}
.slide_thumbnails::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 16px;
}
.slide_thumbnails::-webkit-scrollbar-thumb {
  background-color: #898A8D;
  border-radius: 16px;
}
.slide_preview {
  width: 100%;
  position: relative;
  flex: 0 0 74%;
  -ms-flex: 0 0 74%;
  max-width: 74%;
  padding-left: 50px;
}
.slide_preview .slide_preview_image {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
.slide_preview .slide_preview_image img {
  width: 100%;
}
.proud-test {
  text-align: center;
  margin: 24px 0 0 0;
}
.proud-test small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  color: #333333;
  margin: 0 0 7px 0;
}
.proud-test img {
  margin: 0 10px;
}
.cms-ppe-anti-litter-crew header.page-header {
  margin-bottom: 0 !important;
}
.cms-ppe-anti-litter-crew .breadcrumbs {
  display: none;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .cms-ppe-anti-litter-crew h2.titlenand {
    line-height: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .cms-ppe-anti-litter-crew div#trust-items {
    flex-wrap: nowrap;
  }
  .cms-ppe-anti-litter-crew .ppe-crew .needform-row:not(.second),
  .cms-ppe-anti-litter-crew .ppe-crew .second {
    width: 100%;
    padding-right: 0;
  }
  .cms-ppe-anti-litter-crew .nand-content .pagebuilder-column {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .cms-ppe-anti-litter-crew div#trust-items {
    flex-wrap: wrap;
  }
  .cms-ppe-anti-litter-crew .checkbox-value {
    display: flex;
  }
  .cms-ppe-anti-litter-crew div#trust-items > div {
    padding: 10px;
    width: 100%;
  }
  .cms-ppe-anti-litter-crew .ppe-crew {
    padding: 40px 20px !important;
    margin-top: 40px;
  }
  .cms-ppe-anti-litter-crew .ppe-crew .row-full-width-inner {
    padding: 0 !important;
  }
  .cms-ppe-anti-litter-crew .ppe-crew h3 {
    font-size: 30px;
    color: #041E42;
    text-align: center;
    margin-bottom: 40px;
  }
  .cms-ppe-anti-litter-crew .ppe-crew .second input.control-btm.input-text,
  .cms-ppe-anti-litter-crew .ppe-crew .second .field.required.needcontrol-in.fl-placeholder-state.logo-field {
    width: 100%;
  }
  .cms-ppe-anti-litter-crew .nand-content .pagebuilder-column {
    padding: 0 !important;
  }
  .cms-ppe-anti-litter-crew .ppe-crew .checkbox-value .label {
    transform: none !important;
  }
}
.ppe-crew {
  margin: 80px 0 0;
}
.ppe-crew h3 {
  font-size: 40px;
  color: #041E42;
  text-align: center;
  margin-bottom: 40px;
}
.ppe-crew .page-details-cont.bragbox-quote .page-form-quote {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.ppe-crew form.product-need {
  display: flex;
  flex-wrap: wrap;
}
.ppe-crew .needform-row:not(.second) {
  width: 70%;
  padding-right: 129px;
}
.ppe-crew .checkbox-value {
  margin-top: 35px;
}
.ppe-crew .checkbox-value .label {
  color: #676A6F;
  font-size: 16px;
}
.ppe-crew .checkbox-value input[type="checkbox"] {
  margin: 0 20px 0 0;
  position: relative;
  top: 1px;
  width: 16px;
  height: 16px;
}
.ppe-crew .second {
  width: 30%;
}
.ppe-crew .second p strong {
  color: #676A6F;
}
.ppe-crew .second label.label {
  font-size: 14px;
  color: #676A6F;
  margin-top: 30px;
  display: block;
  margin-bottom: 10px;
}
.ppe-crew .second input.control-btm.input-text {
  width: 296px;
  height: 49px;
  border: 1px solid #676A6F;
  background: transparent;
}
.ppe-crew .second .field.required.needcontrol-in.fl-placeholder-state.logo-field {
  background: transparent;
  border: 1px dashed #676A6F;
  width: 296px;
}
.ppe-crew .second span {
  color: #676A6F;
}
.ppe-crew .second span::before {
  background-image: url(../images/download.svg) !important;
}
.ppe-crew .second .logo-field .logo-label {
  text-align: center;
}
.ppe-crew .page-details-cont .page-form-quote p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #676A6F;
}
.ppe-crew .field.getquick-btn {
  width: 100%;
  text-align: center;
}
.ppe-crew .field.getquick-btn button {
  max-width: 492px;
  margin: 0 auto;
}
.cms-apple-airpods-pro .column.main {
  padding-bottom: 0;
}
.fibe-box {
  background: #F2F2F2;
  padding: 20px 0 50px;
  text-align: center;
}
.fibe-box .fibehead h3,
.fibe-box .fibehead h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #041E42;
  margin-bottom: 25px;
}
.fibe-box-inner {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -35px;
}
@media (max-width: 992px) {
  .fibe-box-inner {
    justify-content: center;
    margin: 0 -15px;
  }
}
.fibe-box-col {
  width: 100%;
  position: relative;
  flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  max-width: 20%;
  padding: 0 35px 0;
}
@media (max-width: 767px) {
  .fibe-box-col {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px 20px;
  }
}
.fibe-box-img {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .fibe-box-img {
    margin-bottom: 10px;
  }
}
.fibe-box-img img {
  width: 36px;
}
.fibe-box-text {
  color: #636363;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.subscribebox .ordering-left ul li .ordering-left-img {
  width: 130px;
  margin-right: 20px;
  display: block;
}
.subscribebox div.ordering-left-text ul {
  list-style-type: disc !important;
  padding-left: 15px;
}
.subscribebox div.ordering-left-text ul li {
  list-style: disc !important;
  margin-bottom: 0;
}
.subscribebox .ordering-left-text {
  width: calc(100% - 150px);
}
.subscribebox p {
  color: #333;
  font-size: 16px;
}
.airpod-trusted {
  padding: 40px 0 64px;
}
@media (max-width: 767px) {
  .airpod-trusted {
    padding: 12px 0 44px;
  }
}
.airpod-trusted .trust_slider .trustslider_inner h3 {
  font-size: 18px;
  color: #000;
  line-height: 24px;
}
@media (max-width: 767px) {
  .airpod-trusted .trust_slider .trustslider_inner h3 {
    font-size: 25px;
  }
}
.airpod-process {
  padding: 0 0 100px 0;
}
@media (max-width: 767px) {
  .airpod-process {
    padding: 0 0 30px 0;
  }
}
.airpod-process .idea_reality_wrap {
  margin-top: 0;
}
.covid-kit-head.airpods-heading {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .covid-kit-head.airpods-heading {
    padding-bottom: 20px;
    padding-top: 0;
  }
}
.container-two {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.in-thenews-wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.in-thenews-cols {
  width: 100%;
  position: relative;
  flex: 0 0 33.33;
  -ms-flex: 0 0 33.33;
  max-width: 33.33%;
  padding: 0 15px 40px;
}
.in-thenews-cols .thenews-con-wrap {
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.13);
  height: 100%;
}
.in-thenews-cols .thenews-con-wrap a {
  display: block;
  color: #000;
}
.in-thenews-cols .thenews-con-wrap a:hover .thenews-img img {
  transform: scale(1.03);
}
.in-thenews-cols .thenews-con-wrap .thenews-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
  height: 250px;
}
.in-thenews-cols .thenews-con-wrap .thenews-img img {
  transition: all ease 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in-thenews-cols .thenews-con-wrap .thenews-text {
  background: #fff;
  padding: 20px;
  border-radius: 0px 0px 7px 7px;
}
.in-thenews-cols .thenews-con-wrap .thenews-text p {
  color: #4F4F4F;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}
.in-thenews-cols .thenews-con-wrap .thenews-text h4 {
  font-weight: 700;
  font-size: 18px;
  margin: 10px 0 10px 0;
  line-height: 25px;
}
.in-thenews-cols .thenews-con-wrap .thenews-text small {
  display: block;
  color: #4F4F4F;
  font-size: 12px;
  margin: 0;
  font-weight: 700;
  font-style: italic;
}
.ipromo-in-thenews {
  padding: 0 0 40px 0;
}
.cms-press-room .blog-section .container {
  max-width: 1220px;
}
.radio-interviews {
  background: #041e42;
  padding: 50px 0;
}
.radio-interviews .heading-head-three h3 {
  color: #fff;
}
.interviews-wrap .owl-carousel:not(#trust-items) {
  padding: 0;
}
.interviews-wrap .item a {
  position: relative;
  overflow: hidden;
  display: block;
  color: #fff;
}
.interviews-wrap .item a:after {
  content: '';
  background: linear-gradient(to top, #000000, transparent 55%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.interviews-wrap .item a:hover .inter-image img {
  transform: scale(1.1);
}
.interviews-wrap .item .inter-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 1;
}
.interviews-wrap .item .inter-text p {
  color: #fff;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
}
.interviews-wrap .item .inter-text small {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;
}
.interviews-wrap .item .inter-image {
  overflow: hidden;
}
.interviews-wrap .owl-nav .owl-dots .owl-dot {
  display: inline-block;
  background: transparent;
  border: 0;
  width: auto;
  height: auto;
  padding: 0;
}
.interviews-wrap .owl-nav .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #606060;
  display: inline-block;
  border-radius: 50%;
}
.interviews-wrap .owl-nav .owl-dots .owl-dot.active span {
  background: #fff;
}
.interviews-wrap .owl-nav .owl-nav {
  position: absolute;
  top: inherit;
  width: auto;
  left: inherit;
  transform: inherit;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.interviews-wrap .owl-nav .owl-nav button {
  filter: brightness(0) invert(1);
}
.interviews-wrap .owl-nav .owl-nav div {
  position: static;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0 0 20px;
  background-size: 8px !important;
}
.interviews-wrap .owl-nav .owl-nav div:hover {
  background-color: #fff;
}
.interviews-wrap .owl-nav .owl-nav .owl-prev {
  left: inherit;
}
.more-press-room {
  padding: 50px 0 0 0;
}
.more-press-room .heading-head-three {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 24px;
}
.pressroom-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.show-more-col {
  display: none;
}
.show-more-col.show-less {
  display: block;
}
.pressroom-cols {
  width: 100%;
  position: relative;
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px 30px;
}
.pressroom-cols .pressroom-cols-inn {
  border-bottom: 1px solid #d0d0d0;
  height: 100%;
  padding-bottom: 30px;
}
.pressroom-cols .pressroom-cols-inn a {
  overflow: hidden;
  clear: both;
  color: #000;
  display: block;
}
.pressroom-cols .pressroom-cols-inn a .pressroom-img {
  border-radius: 10px;
  overflow: hidden;
  width: 132px;
  float: left;
}
.pressroom-cols .pressroom-cols-inn a .pressroom-img img {
  height: 132px;
  object-fit: cover;
  border-radius: 10px;
}
.pressroom-cols .pressroom-cols-inn a .pressroom-text {
  padding-left: 24px;
  float: right;
  width: calc(100% - 132px);
}
.pressroom-cols .pressroom-cols-inn a .pressroom-text p {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.pressroom-cols .pressroom-cols-inn a .pressroom-text h4 {
  font-size: 18px;
  margin: 10px 0 10px;
  line-height: 24px;
}
.pressroom-cols .pressroom-cols-inn a .pressroom-text small {
  display: block;
  font-size: 12px;
}
.more-articles {
  text-align: center;
}
.more-articles a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
.more-articles a i {
  display: none;
}
.promotional-items-text .slider_contnt {
  background: rgba(4, 30, 66, 0.5);
  max-width: 480px;
  padding: 30px 35px 35px;
  min-height: 340px;
}
@media (max-width: 767px) {
  .promotional-items-text .slider_contnt {
    padding: 15px 16px;
  }
}
.promotional-items-text .slider_contnt h2 {
  font-size: 40px;
  text-transform: none;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .promotional-items-text .slider_contnt h2 {
    font-size: 20px !important;
  }
  .promotional-items-text .slider_contnt h2 br {
    display: none;
  }
}
.promotional-items-text .slider_contnt p {
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .promotional-items-text .slider_contnt p {
    font-size: 15px;
    line-height: 22px;
  }
}
.promotional-items-text .slider_contnt .pr-learn-more {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .promotional-items-text .slider_contnt .pr-learn-more {
    margin-top: 20px;
  }
}
.promotional-items-text .slider_contnt .pr-learn-more a {
  background: #041E42;
  color: #fff;
  text-transform: capitalize;
  width: 180px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  font-weight: 500;
  border: 0;
}
.promotional-slider .container-small {
  max-width: 1360px;
  padding-left: 20px;
  padding-right: 20px;
}
.promotional-slider .slick-dots li button {
  border-color: transparent;
  width: 10px;
  height: 10px;
}
.custom-promo-col img {
  border-radius: 10px;
}
.promotion-details {
  padding: 20px 0 0 0;
}
.promotion-details h3 {
  font-size: 24px;
  font-weight: 700;
  color: #041E42;
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  .promotion-details h3 {
    font-size: 18px;
  }
}
.promotion-details ul li {
  display: block;
  margin: 0 0 4px 0;
}
.promotion-details ul li a {
  font-size: 16px;
  color: #000;
  line-height: 19px;
  transition: none;
}
.promotion-details ul li a:hover {
  color: #185292;
  font-weight: 700;
}
.promotion-details ul li:last-child {
  margin-top: 15px;
  margin-bottom: 0;
}
.promotion-details ul li:last-child a {
  color: #1B1B1B;
  font-weight: 700;
  text-decoration: underline;
}
.promotion-details ul li:last-child a:hover {
  color: #185292;
  font-weight: 700;
}
.shop-range {
  padding: 50px 0 60px 0;
}
.shop-range .shop-range-inner ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .shop-range .shop-range-inner ul {
    flex-wrap: wrap;
  }
}
.shop-range .shop-range-inner ul li {
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .shop-range .shop-range-inner ul li {
    width: 50%;
  }
}
.shop-range .shop-range-inner ul li a {
  color: #222;
  font-weight: 500;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  text-align: center;
  padding: 10px 10px;
  text-transform: capitalize;
  font-size: 19px;
  letter-spacing: 1px;
  display: block;
}
.shop-range .shop-range-inner ul li a:hover {
  background: #00a7b5;
  color: #fff;
}
.promotional-brands .brandlove-sec {
  padding: 30px 0 30px 0;
}
.promotional-brands .brandlove-sec .brandlove-head {
  padding: 0 0 25px 0 !important;
}
.promotional-brands .brandlove-sec .brandlove-head h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  color: #041e42;
}
.promotional-brands .brandlove-sec .brandlove-head p {
  color: #404040;
  margin: 5px auto 0 auto !important;
  max-width: 900px;
}
.promotional-faq {
  padding: 40px 0 10px;
}
.promotional-faq .container-small {
  max-width: 100%;
  padding: 0;
}
.promotional-faq .container-small .faq-page-sec h1 {
  color: #041E42;
  font-weight: 700;
}
.promotional-faq .container-small .faq-page-sec .faqpage-col .tabtrigger h4 {
  color: #041E42;
  font-size: 22px;
  font-weight: 500;
  border: 0;
  padding: 15px 0;
  position: relative;
  line-height: 22px;
  cursor: pointer;
  margin: 0;
  background: #fff;
}
.promotional-faq .container-small .faq-page-sec .faqpage-col .tabtrigger h4::after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 22px;
  color: #011E41;
  line-height: 1;
  position: absolute;
  right: 0;
}
.promotional-faq .container-small .faq-page-sec .faqpage-col .active .tabtrigger h4::after {
  content: "\f106";
  color: #00A6B6;
}
.promotional-faq .container-small .faq-page-sec .faqpage-col .tabcontent {
  background: #fff;
  border: 0;
  padding: 0;
  margin-top: 10px;
}
.promotional-faq .container-small .faq-page-sec .faqpage-col .tabcontent p {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  margin-top: 10px;
}
.promotional-faq .container-small .faq-page-sec .faqpage-col .tabcontent p a {
  font-weight: 500;
}
.promotional-faq .container-small .faq-page-sec .faqpage-col .tabcontent ul li {
  font-weight: normal;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}
.promotional-faq .container-small .faq-page-sec .faqpage-col .tabcontent ul li a {
  color: #00A7B5;
  font-weight: 500;
}
.promo-blogs .blog-section h2 {
  font-size: 32px;
  line-height: 44px;
  color: #041e42;
  margin: 0 0 40px 0;
  font-weight: 500;
}
.promo-blogs .blog-section h2 br {
  display: none;
}
.faq_line.promotional-faq .amfaq_questions .amfaq-title {
  font-size: 32px;
  margin-bottom: 30px;
  color: #041e42;
  line-height: 44px;
  font-weight: 500;
}
.promo-main-content {
  padding: 40px 0 20px 0;
}
.promo-main-content .container-small {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.promo-main-content .promo-text-wrap .img-block-ryt img {
  margin: 10px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .promo-main-content .promo-text-wrap .img-block-ryt img {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .promo-main-content .promo-text-wrap .img-block-ryt img {
    height: auto !important;
    width: 100% !important;
  }
}
.promo-main-content .promo-text-wrap h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 35px;
  color: #041e42;
  margin: 30px 0 26px 0;
}
@media (max-width: 767px) {
  .promo-main-content .promo-text-wrap h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
.promo-main-content .promo-text-wrap h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  color: #041e42;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .promo-main-content .promo-text-wrap h4 {
    font-size: 16px;
  }
}
.promo-main-content .promo-text-wrap p {
  margin: 0 0 20px 0;
  line-height: 22px;
  color: #1B1717;
}
@media (max-width: 767px) {
  .promo-main-content .promo-text-wrap p {
    font-size: 15px;
  }
}
.promo-main-content .promo-text-wrap p a {
  color: #00a7b5;
  font-weight: 500;
}
.promo-main-content .promo-text-wrap hr {
  display: none;
}
.promo-quote-wrap {
  clear: both;
  overflow: hidden;
}
.promo-quote-text {
  width: 24%;
  float: left;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .promo-quote-text {
    width: 100%;
    float: none;
    padding: 0 0 8px 0;
    text-align: center;
  }
}
.promo-quote-text p {
  font-size: 18px;
  margin: 0;
  line-height: 29px;
  color: #4F4F4F;
}
.promo-quote-form {
  width: 76%;
  float: left;
}
@media (max-width: 1024px) {
  .promo-quote-form {
    width: 100%;
    float: none;
  }
}
.promo-quote-form .fieldset {
  clear: both;
  overflow: hidden;
  margin: 0;
}
.promo-quote-form .fieldset .field {
  width: 26%;
  float: left;
  padding: 0 8px;
  margin: 0;
}
@media (max-width: 767px) {
  .promo-quote-form .fieldset .field {
    width: 50%;
    margin: 12px 0;
  }
}
.promo-quote-form .fieldset .field .control {
  position: relative;
}
.promo-quote-form .fieldset .field .control .label {
  font-size: 16px;
  font-weight: 500;
  color: #4f4f4f;
  position: absolute;
  top: 14px;
  left: 0px;
  clip: inherit;
  width: auto;
  height: auto;
  margin: 0;
  pointer-events: none;
}
.promo-quote-form .fieldset .field .control input,
.promo-quote-form .fieldset .field .control select {
  border: none;
  border-bottom: 1px solid #000000;
  height: auto;
  color: #8B8B8B;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  padding: 12px 30px 8px 0;
  border-radius: 0;
  background-color: transparent;
  border-color: #B0B0B0;
}
.promo-quote-form .fieldset .field .control select ~ .label {
  transform: scale(0.7);
  top: -6px;
  transform-origin: left;
}
.promo-quote-form .fieldset .field.fl-label-state .control .label {
  transform: scale(0.7);
  top: -6px;
  transform-origin: left;
}
.promo-quote-form .fieldset .actions-toolbar {
  width: 22%;
  float: left;
  padding: 0 8px;
  margin: 0;
}
@media (max-width: 767px) {
  .promo-quote-form .fieldset .actions-toolbar {
    width: 50%;
    margin: 12px 0 0 0;
  }
}
.promo-quote-form .fieldset .actions-toolbar .primary {
  float: none;
  width: 100%;
}
.promo-quote-form .fieldset .actions-toolbar .action.submit.primary {
  width: 100%;
  background: #00a6b9;
  color: #fff;
  text-transform: capitalize;
  padding: 14px 20px;
  border-radius: 5px;
  font-weight: 600;
  border: none;
}
.static_faq .faq-page-sec .faqpage-col {
  margin: 0;
}
.all-brands-grid {
  padding: 20px 0 70px 0;
}
.all-brands-grid .all-brands-grid-inner .brands-filters {
  margin-bottom: 30px;
}
.all-brands-grid .all-brands-grid-inner .brands-filters .letters-box {
  display: flex;
  border-radius: 10px;
  background-color: #FAFAFA;
  padding: 7px 7px;
}
@media (max-width: 767px) {
  .all-brands-grid .all-brands-grid-inner .brands-filters .letters-box {
    display: block;
    clear: both;
    overflow: hidden;
  }
}
.all-brands-grid .all-brands-grid-inner .brands-filters .letters-box a {
  float: none;
  width: 100%;
  display: block;
  border: none;
  height: auto;
  line-height: normal;
  background: none;
  font-size: 16px;
  color: #131C3E;
  border-radius: 0;
  padding: 8px 5px;
  margin: 0;
  transition: none;
  text-align: center;
}
@media (max-width: 767px) {
  .all-brands-grid .all-brands-grid-inner .brands-filters .letters-box a {
    width: calc(100%/10);
    font-size: 14px;
    float: left;
  }
}
.all-brands-grid .all-brands-grid-inner .brands-filters .letters-box a.-active {
  background-color: #131C3E;
  font-weight: 700;
  color: #fff;
}
.all-brands-grid .all-brands-grid-inner .brands-filters .letters-box a:hover {
  background: #e2e2e2;
}
.all-brands-grid .all-brands-grid-inner .brands-item-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.all-brands-grid .all-brands-grid-inner .brands-item-content .brand-item {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  position: relative;
  padding: 0 12px 22px;
}
@media (max-width: 767px) {
  .all-brands-grid .all-brands-grid-inner .brands-item-content .brand-item {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
}
.all-brands-grid .all-brands-grid-inner .brands-item-content .brand-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  text-align: center;
  position: relative;
  height: 217px;
  padding: 0 30px;
  flex-wrap: wrap;
  flex-direction: column;
}
.all-brands-grid .all-brands-grid-inner .brands-item-content .brand-item a img {
  max-height: 110px;
  object-fit: contain;
}
.all-brands-grid .all-brands-grid-inner .brands-item-content .brand-item a p {
  color: #041e42;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
.all-brands-grid .all-brands-grid-inner .brands-item-content .brand-item a .hover-detail {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.all-brands-grid .all-brands-grid-inner .brands-item-content .brand-item a .hover-detail span {
  font-size: 14px;
  line-height: 26px;
  color: #676A6F;
}
@media only screen and (max-width: 992px) {
  .all-brands-grid .all-brands-grid-inner .brands-item-content .brand-item a .hover-detail {
    width: 100%;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.all-brands-grid .all-brands-grid-inner .brands-item-content .brand-item a:hover {
  box-shadow: 0px 4px 6px rgba(4, 30, 66, 0.05);
  border: 1px solid #D9D9D9;
}
.all-brands-grid .all-brands-grid-inner .brands-item-content .brand-item a:hover img {
  transform: scale(1.1) translateY(-10px);
}
.all-brands-grid .all-brands-grid-inner .brands-item-content .brand-item a:hover .hover-detail {
  opacity: 1;
  visibility: visible;
}
.all-brands-grid .all-brands-grid-inner .brands-item-content.viewall {
  height: 710px;
  overflow: hidden;
}
.brand-lifestyle-cat .heading-head-three {
  margin-bottom: 42px;
}
.brand-lifestyle-cat .heading-head-three h3 {
  margin: 0 0 14px 0;
}
.brand-lifestyle-cat .heading-head-three p {
  color: #222222;
  font-size: 16px;
  line-height: 26px;
}
/** Pop Sockets  Page**/
.pop-sockets-page {
  padding: 0 0 30px;
}
.pop-sockets-page p {
  color: #1B1717;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}
.pop-sockets-page p a {
  text-decoration: none;
  color: #00A7B5;
}
.top-pop-heading {
  margin: 0 0 40px 0;
}
.top-pop-heading h3 {
  color: #011E41;
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 32px;
  font-weight: 600;
}
.pop-five-block h4 {
  font-size: 25px;
  color: #011E41;
  margin: 0 0 12px 0;
}
@media only screen and (min-width: 768px) {
  .pop-five-block .pop-five-list {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .pop-five-block .pop-five-list .pop-five-block-rimg {
    text-align: center;
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .pop-five-block .col-lg-8,
  .pop-five-block .col-lg-4 {
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .pop-five-block .col-lg-8 {
    width: 66.66666667%;
  }
}
@media only screen and (min-width: 992px) {
  .pop-five-block .col-lg-4 {
    width: 33.33333333%;
  }
}
.pop-five-block .pop-five-block-text {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .pop-five-block .pop-five-block-text {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.pop-five-block .pop-five-block-text .pop-five-block-leftimg {
  background-color: #1F5792;
  color: #fff;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  padding: 0;
  border-radius: 50%;
  margin-right: 10px;
  height: 48px;
  width: 48px;
  display: block;
  text-align: center;
  margin-top: -8px;
}
.pop-five-block .pop-five-block-text .pop-five-block-lefttext {
  width: calc(100% - 48px);
}
.explore-product {
  padding: 33px 0 31px 0;
}
.explore-product h5 {
  font-size: 20px;
  color: #011E41;
  margin: 10px 0 12px 0;
}
.cms-nand-flash-memory-chip .blog-section {
  padding: 55px 0 35px 0;
}
.termofuse-page .privacy-box {
  margin: -5px 0 43px 0;
}
.termofuse-page p {
  margin-top: -2px;
  margin-bottom: 27px;
}
.dropshipping img {
  max-width: 575px !important;
}
.dropshipping .subscribe-save:last-child:first-child {
  margin: 10px 0 40px;
}
.drop-program {
  padding: 60px 0;
}
.drop-program .idea_cols_inner .idea_cols_img img {
  object-fit: contain;
}
.drop-program .covid-kit-head {
  padding: 0 0 40px 0;
}
.drop-program .idea_cols_inner .idea_cols_content {
  margin-top: 0;
  min-height: 54px;
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  .drop-program .idea_cols_inner .idea_cols_content {
    min-height: auto;
  }
}
.drop-program .idea_cols_inner .idea_cols_img_num .idea_cols_numb {
  top: -5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
}
.drop-program .idea_cols_inner .idea_cols_img_num {
  background: #fff;
}
.drop-program .idea_reality_wrap:after {
  bottom: 60%;
}
.cms-about-us .breadcrumbs,
.cms-subscribe-and-save .breadcrumbs,
.cms-drop-shipping-program .breadcrumbs {
  display: none;
}
.blog-section h3 {
  color: #041e42;
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 32px;
}
.cms-products .pagebuilder-column {
  margin: 0 12px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.cms-products .pagebuilder-column figure {
  border: #E0E0E0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.cms-products .pagebuilder-column h2 {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 25px !important;
  color: #4F4F4F;
  min-height: 100px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.img-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #828282;
  max-width: 700px;
}
@media only screen and (max-width: 767px) {
  .features {
    margin-top: 40px;
  }
}
.features h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 52px;
  color: #011E41;
  margin-bottom: 35px;
}
.features ul {
  padding-left: 30px;
  padding-bottom: 10px;
}
.features li {
  font-size: 14px;
  line-height: 22px;
  list-style: none;
  min-height: 22px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
}
.features li::before {
  content: '';
  background-image: url(../images/bi_check-circle.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 19px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
  background-size: 100%;
}
.features li a {
  color: #00A5B5;
}
.features p {
  font-size: 14px;
  line-height: 22px;
  color: #828282;
  margin: 0;
}
#morebrand ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 20px;
}
#morebrand ul li {
  width: 11%;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  #morebrand ul li {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  #morebrand ul li {
    width: 33.3333%;
  }
}
#morebrand ul li a {
  font-size: 14px;
  color: #222;
}
@media (min-width: 992px) {
  .custombragbox .pagebuilder-column-group .pagebuilder-column:first-child {
    width: 63.5% !important;
    margin-top: 20px;
    padding-left: 80px;
  }
  .custombragbox .pagebuilder-column-group .pagebuilder-column:last-child {
    width: 36.5% !important;
  }
  .glovesimg img.pagebuilder-mobile-hidden {
    height: 465px !important;
  }
}
@media (max-width: 767px) {
  .pagebuilder-column.store-banner-col.stores-banner-left {
    padding-right: 0 !important;
  }
  .pricediff .testright-table table tbody tr td:first-child {
    width: 115px;
    position: absolute;
  }
  .pricediff .testright-table table tbody tr td:nth-child(2) {
    padding-top: 74px;
  }
  .cms-drop-shipping-program .stores-banner.dropshipping {
    padding-top: 30px;
  }
  .custom-box-msg .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .custom-box-msg .pagebuilder-mobile-only {
    display: block !important;
  }
  .pagebuilder-column.removespace {
    padding: 0 !important;
  }
  .img-text p {
    margin-top: 20px;
  }
  .airpods-products.cms-products {
    padding-top: 50px !important;
    padding-bottom: 10px !important;
  }
  .airpods-products.cms-products .pagebuilder-column-group {
    justify-content: center;
  }
  .airpods-products.cms-products .pagebuilder-column-group .pagebuilder-column {
    flex-basis: auto;
    max-width: 43%;
    width: 43% !important;
    margin-bottom: 20px !important;
  }
  .stores-banner-inner .stores-banner-left,
  .stores-banner-inner .stores-banner-img {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .ordering-left,
  .ordering-ryt {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .ordering-left-img {
    display: none;
  }
  .col-six {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .col-three {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .knowledge-cols-wrap h3 {
    bottom: 20px;
    font-size: 17px;
    font-weight: 500;
    padding: 0 16px;
    line-height: 23px;
  }
  .covid-kit-head {
    padding: 0 0 50px 0;
  }
  .covid-kit-head h3,
  .covid-kit-head h2 {
    font-size: 25px;
    line-height: 38px;
  }
  .covid-kit-head p {
    font-size: 16px;
  }
  .home-test-kits {
    padding: 35px 0;
  }
  .home-test-kits .test-kit-wraper .tabs {
    border-right: none;
  }
  .home-test-kits .test-kit-wraper .tabs .tab {
    padding: 25px 22px;
  }
  .home-test-kits .test-kit-wraper .tabs-anchors {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .home-test-kits .test-kit-wraper .tab-container {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding: 22px 22px;
    border-top: 1px solid #E0E0E0;
  }
  .home-test-kits .test-kit-wraper .tab-content .tabcontent-inner .tabcontent-col-left {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .home-test-kits .test-kit-wraper .tab-content .tabcontent-inner .tabcontent-col-ryt {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 0;
  }
  .testright {
    padding: 40px 0 0 0;
  }
  .testright .covid-kit-head {
    padding-bottom: 20px;
  }
  .shop-brand-serc .shop-brand-cols {
    padding-bottom: 20px;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .cp-gift-cat > ul {
    flex-wrap: wrap;
  }
  .cp-gift-cat > ul > .menu-level0 {
    padding: 7px 8px;
  }
  .heading-head-three h3 {
    font-size: 25px;
    line-height: 32px;
  }
  .gift-started-form {
    padding: 40px 0 50px;
  }
  .gift-started-form .gift-start-inner .gift-start-col-left {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .gift-started-form .gift-start-inner .gift-start-col-ryt {
    width: 100%;
    float: none;
  }
  .gift-started-form .gift-start-inner .gift-start-col-ryt .form-group .formg-input {
    width: 100%;
  }
  .gift-started-form .gift-start-inner .gift-start-col-ryt .form-group .formg-actions {
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
  }
  .gift-started-form .gift-start-inner .gift-start-col-ryt .form-group .formg-actions button {
    line-height: 43px;
    height: 60px;
  }
  .lifestyle-cols {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
  .lifestyle-cols-inner .lifestyle-col-text {
    max-width: 300px;
    padding: 0 10px;
  }
  .lifestyle-cols-inner .lifestyle-col-text a {
    font-size: 18px;
    line-height: 24px;
  }
  .shopfavorite-brand .shopfavorite-cols {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
  .shopfavorite-brand .shopfavorite-cols .shopfavorite-logo img {
    max-width: 130px;
  }
  .shop-brand-serc .shop-brand-inner {
    margin: 0;
  }
  .shop-brand-serc .shop-brand-cols {
    padding-left: 0;
    padding-right: 0;
  }
  .slide_thumbnails {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .slide_thumbnails ul {
    max-height: inherit;
    overflow-y: inherit;
    padding: 0 0 20px 0;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
  }
  .slide_thumbnails ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px ;
  }
  .slide_preview {
    flex: 0 0 100%;
    -ms-flex: 0 0 74%;
    max-width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .ipromo-in-thenews {
    padding: 20px 0 20px 0;
  }
  .in-thenews-cols {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .pressroom-cols {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .pressroom-cols .pressroom-cols-inn a .pressroom-img {
    width: 110px;
  }
  .pressroom-cols .pressroom-cols-inn a .pressroom-text {
    padding-left: 14px;
    width: calc(100% - 110px);
  }
  .pressroom-cols .pressroom-cols-inn a .pressroom-text h4 {
    font-size: 16px;
  }
  #html-body .custom-promo-col {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #html-body .page-wrapper .cm-banner {
    padding: 100px 0;
  }
  .heading-small span {
    font-size: 40px !important;
    line-height: 49px !important;
  }
  .primary-head-small span {
    font-size: 24px !important;
    line-height: 36px !important;
  }
  .para-small span {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .contact-heading h1 {
    font-size: 52px !important;
    line-height: 60px !important;
  }
  .knowledge-cols-wrap h3 {
    bottom: 18px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 15px;
    line-height: 21px;
  }
  .covid-kit-head {
    padding-bottom: 50px;
  }
  .covid-kit-head h3,
  .covid-kit-head h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .shop-brand-serc .shop-brand-cols-wrap {
    display: block;
    text-align: center;
  }
  .shop-brand-serc .shop-brand-cols-wrap .shop-brand-img {
    margin: auto;
  }
  .shop-brand-serc .shop-brand-cols-wrap .shop-brand-text {
    padding: 10px 0 0 0;
  }
  .cp-gift-cat > ul {
    flex-wrap: wrap;
  }
  .cp-gift-cat > ul > .menu-level0 {
    padding: 0 8px 12px;
  }
  .heading-head-three h3 {
    font-size: 28px;
  }
  .gift-started-form {
    padding: 30px 0 30px;
  }
  .gift-started-form .gift-start-inner .gift-start-col-ryt .form-group .formg-input {
    width: 100%;
  }
  .gift-started-form .gift-start-inner .gift-start-col-ryt .form-group .formg-actions {
    width: 100%;
    text-align: right;
    padding: 20px 0 0 0;
  }
  .gift-started-form .gift-start-inner .gift-start-col-ryt .form-group .formg-actions button {
    height: auto;
    line-height: normal;
    padding: 13px 25px;
  }
  .lifestyle-cols {
    padding: 0 12px 19px;
    flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .shopfavorite-brand .shopfavorite-cols {
    flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .home-test-kits .ui-tabs .tabs-navigation {
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    max-width: 30%;
  }
  .home-test-kits .ui-tabs .tabs-content {
    padding: 20px 20px;
    flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    max-width: 70%;
  }
  .home-test-kits .ui-tabs .tabs-content .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .home-test-kits .ui-tabs .tabs-content .pagebuilder-column-group .tabs-col-pd {
    width: 100% !important;
  }
  .cms-products .pagebuilder-column h2 {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .testright .testright-table {
    overflow-x: auto;
  }
  .testright .testright-table table {
    width: 900px;
    max-width: 900px;
  }
  .testright .testright-table table thead tr.thead-text th {
    padding: 16px 18px;
    font-size: 14px;
  }
  .testright .testright-table table tbody tr th,
  .testright .testright-table table tbody tr td {
    padding: 16px 18px;
    font-size: 14px;
  }
  div.custom-bragbox-steps figure {
    min-height: 140px;
  }
  div.custom-bragbox-steps h4 {
    margin-top: 4px;
  }
  .custombragbox .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .custombragbox .pagebuilder-column-group .pagebuilder-column {
    width: 100% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1240px) {
  .page-details-cont .page-media-left {
    padding-right: 0;
  }
  .cp-gift-cat > ul > .menu-level0 > a {
    font-size: 13px;
    padding: 0 13px;
  }
  .shop-brand-serc .shop-brand-inner {
    margin: 0 -15px;
  }
  .shop-brand-serc .shop-brand-cols {
    padding: 0 15px;
  }
  .gift-started-form .gift-start-inner .gift-start-col-ryt .form-group .formg-actions {
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 991px) {
  .img-text p {
    margin-top: 50px;
    margin-bottom: -35px;
  }
  .cms-products .pagebuilder-column h2 {
    padding: 20px 40px;
  }
  .branding .row-full-width-inner .hidedesktop {
    display: none !important;
  }
  .pagebuilder-column.fullimg {
    padding-right: 100px;
  }
  .pagebuilder-column.fullimg > * {
    max-width: 560px;
    margin-left: auto;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .pagebuilder-column.fullimg {
    padding: 20px 15px;
  }
  .branding h2 {
    line-height: 40px;
  }
  .branding p {
    margin: 25px 0 25px;
  }
}
@media only screen and (max-width: 991px) {
  .fibe-box {
    padding: 30px 0;
  }
  .fibe-box .fibe-box-col {
    padding: 0 10px 10px;
  }
  .fibe-box .fibe-box-col .fibe-box-img {
    margin-bottom: 10px;
  }
  .page-details-cont .pagebuilder-column-group {
    display: block !important;
  }
  .page-details-cont .pagebuilder-column-group .pagebuilder-column {
    width: 100% !important;
  }
  .page-details-cont .page-form-quote {
    margin-top: 30px;
  }
  div.designer-idea figure {
    min-height: 150px;
    max-width: 160px;
  }
  div.designer-idea .borderbox figure:before {
    margin-top: -20px;
    min-width: 380px;
  }
  .img-text p {
    margin-top: 50px;
    margin-bottom: -40px;
  }
  div.bragbox-luxe-lists img {
    max-width: 100% !important;
  }
  .full-width-image {
    margin-bottom: 50px !important;
  }
  div.quote-form-container-footer .page-details-cont .page-form-quote {
    margin-top: 0;
    padding-left: 20px !important;
  }
  div.quote-form-container-footer div.field.getquick-btn {
    margin-top: 0px !important;
    margin-left: auto;
    width: calc(50% - 10px);
  }
  div.quote-form-container-footer h3 {
    font-size: 22px;
    line-height: 30px;
  }
  div.quote-form-container-footer .logo-field .logo-label {
    font-size: 12px;
  }
  div.luxe-brands-container .pagebuilder-column figure:nth-child(2) img {
    max-width: 130px !important;
    max-height: 46px !important;
  }
  div.page-details-cont.bragbox-quote.quote-form-footer .page-form-quote .needcontrol-in {
    margin: 0 0 20px;
    width: calc(50% - 10px) !important;
  }
}
@media only screen and (min-width: 767px) {
  .hide-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .all-brands-grid .all-brands-grid-inner .brands-item-content .brand-item a p {
    font-size: 14px;
  }
  .all-brands-grid .all-brands-grid-inner .brands-item-content .brand-item a {
    height: auto;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sli-text .container {
    padding: 0;
  }
  .corporate-slider .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay,
  .corporate-slider .pagebuilder-slide-wrapper,
  .corporate-slider .pagebuilder-slider.slick-slider {
    min-height: 310px !important;
  }
  .cms-brands .pagebuilder-overlay {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cms-brands .slider_hub_main .slider_hub_text h2 {
    font-size: 30px !important;
  }
  .cms-brands .lifestyle-cat {
    padding: 30px 0 20px;
  }
  .full-width-image .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .full-width-image .pagebuilder-mobile-only {
    display: block !important;
  }
  .custombragbox {
    padding-bottom: 40px !important;
  }
  div.custom-bragbox-steps {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  div.custom-bragbox-steps .quote-h3 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  div.custom-bragbox-steps h4 {
    font-size: 18px;
  }
  div.custom-bragbox-steps h5 {
    font-size: 15px;
    line-height: 18px;
    padding: 0 10px;
  }
  div.custom-box-msg .pagebuilder-column {
    padding: 0 !important;
  }
  div.custom-box-msg p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 30px;
  }
  div.custom-box-msg .pagebuilder-column-group:nth-child(1) .pagebuilder-column:first-child,
  div.custom-box-msg .pagebuilder-column-group:nth-child(3) .pagebuilder-column:first-child {
    order: 2;
  }
  div.custom-box-msg .pagebuilder-column-group:nth-child(1) .pagebuilder-column:last-child,
  div.custom-box-msg .pagebuilder-column-group:nth-child(3) .pagebuilder-column:last-child {
    order: 1;
  }
  div.custom-box-msg .pagebuilder-column-group:nth-child(2) {
    margin: 50px 0 !important;
  }
  div.custom-bragbox-steps figure {
    min-height: 73px;
    padding: 0 15px;
  }
  .hidemobile {
    display: none !important;
  }
  h3.ipromo-quote-h3.text-center,
  h3.ipromo-quote-h3.text-center {
    font-size: 27px;
    line-height: 30px;
  }
  div.bragbox-luxe-lists .pagebuilder-column {
    margin-bottom: 20px;
  }
  div.full-width-image {
    margin-bottom: 40px !important;
    margin-top: 15px !important;
  }
  .luxe-brands-container .pagebuilder-column-group .pagebuilder-column {
    width: 50%;
    flex-basis: calc(50% - 24px);
  }
  .hide-desktop.mobilebux {
    position: relative;
  }
  .hide-desktop.mobilebux .pagebuilder-button-primary {
    position: absolute;
    bottom: 80px;
    height: 40px;
    line-height: 40px;
    min-width: 177px;
    left: 8%;
    padding: 0 10px;
    font-size: 13px;
    background: #282C2F;
    border: 0;
  }
  body div.quote-form-container-footer {
    margin-top: 20px;
  }
  body div.quote-form-container-footer > .row-full-width-inner {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  body div.quote-form-container-footer div.page-details-cont.bragbox-quote.quote-form-footer .page-form-quote .needcontrol-in {
    margin: 0 0 20px;
    width: 100% !important;
  }
  body div.quote-form-container-footer div.field.getquick-btn {
    width: 100%;
  }
  body div.quote-form-container-footer .not-last .field.getquick-btn {
    margin-top: 0 !important;
  }
  body div.quote-form-container-footer .pagebuilder-column.footer-formleft > div {
    max-width: 100%;
  }
  body div.quote-form-container-footer .page-details-cont .page-form-quote {
    margin-top: 15px;
    padding-left: 0px !important;
  }
  .features h2 {
    margin-bottom: 14px;
  }
  .features ul {
    padding-left: 0;
  }
  .pagebuilder-column.fullimg {
    order: 2;
  }
  .idea_cols_inner div.idea_cols_content {
    margin: 10px 0 30px;
  }
  .page-details-cont .page-details-wrap div.badge-text p:before {
    bottom: auto;
    top: 3px;
  }
  div.designer-idea {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  div.designer-idea .borderbox figure:before {
    content: none;
  }
  div.designer-idea figure {
    min-height: auto;
    max-width: 80%;
    margin-top: 40px;
    margin-bottom: 5px;
  }
  .branding {
    background: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .branding p {
    margin: 25px 0;
  }
  .branding h2 {
    margin-top: 20px;
  }
  .branding .pagebuilder-column {
    padding-right: 0 !important;
  }
  .pagebuilder-column.fullimg {
    padding: 0 20px 35px !important;
  }
  .needhelp-section.inquiry-cms {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-block h2.cms-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .faq-block #customusb span {
    padding: 15px 20px 15px 0;
    font-size: 16px;
  }
  .faq-block #customusb span::after {
    top: 50%;
    margin-top: -10px;
  }
  .faq-block [data-role="content"] {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .innerreview {
    margin-top: 50px;
  }
  .subscribebox .ordering-left ul li {
    align-items: flex-start;
  }
  .subscribebox .ordering-left ul li .ordering-left-img {
    width: 95px;
  }
  .subscribebox .ordering-left ul li .ordering-left-text {
    width: calc(100% - 115px);
  }
  .hoverbox {
    margin-bottom: 20px !important;
  }
  .hoverbox .pagebuilder-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hoverbox figure {
    position: relative;
  }
  .hoverbox figure figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 800;
    font-size: 22px;
  }
  a.pagebuilder-button-primary {
    min-width: 220px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
  }
  figure.removespace {
    padding: 0 !important;
  }
  .allcenter h3 {
    text-align: center;
  }
  .allcenter h3::before {
    width: 48px;
    display: block;
    margin: 0 auto 10px !important;
  }
  .allcenter h3 + div {
    text-align: center;
  }
  .pop-five-list:not(:last-child) {
    margin-bottom: 30px;
  }
  .pop-five-block .pop-five-block-text .pop-five-block-leftimg {
    margin-right: 0;
    display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .pop-five-block .pop-five-block-text .pop-five-block-lefttext {
    width: 100%;
    margin-bottom: 10px;
  }
  .pop-sockets-page {
    padding: 0;
  }
  .cms-privacy.cms-page-view .page-main {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 768px) {
  .hoverbox figure figcaption {
    font-size: 32px;
  }
}
#shopper_review_page #merchant_page .paging .sa_page {
  border: 1px solid #E0E0E0;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 5px;
  padding: 0;
  font-size: 14px;
  line-height: 40px;
  box-shadow: none;
  border-radius: 0px;
  background: none;
}
#shopper_review_page #merchant_page .paging .sa_page.arrow:not(:nth-child(1)) {
  background-image: url(../images/reviewarrow.svg);
  margin-right: 20px;
}
#shopper_review_page #merchant_page .paging .sa_page.arrow {
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  background-image: url(../images/reviewarrow.svg);
}
#shopper_review_page #merchant_page .paging .sa_page.arrow:first-child {
  transform: rotate(180deg);
}
#shopper_review_page select#sa_sort {
  margin-left: 10px;
}
#shopper_review_page #merchant_page .paging .active {
  background-color: #041E42;
  color: #fff;
}
.More.Brands {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pagebuilder-column.ipadbig {
    width: 60% !important;
  }
  .pagebuilder-column.ipadbig + .pagebuilder-column {
    display: none !important;
  }
  div.bragbox-luxe-lists {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  div.bragbox-luxe-lists .pagebuilder-column {
    padding: 15px 5px;
    margin: 0 5px !important;
    width: calc(33.3333% - 10px) !important;
  }
}
.cms-swagcloud .breadcrumbs {
  opacity: 0;
  visibility: hidden;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .cms-swagcloud .swagsecond img {
    margin-left: -50px;
    z-index: 0;
  }
}
.cms-swagcloud .swagfirst {
  z-index: 9;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .cms-swagcloud .swagfirst {
    align-self: flex-start !important;
  }
}
.swagcloud h2 {
  font-weight: 400;
  font-size: 24px !important;
  line-height: 100% !important;
  color: #222222;
  margin: 14px 0;
}
.swagcloud p {
  line-height: 18px;
  color: #222;
}
.swagcloud .page-details-cont .page-form-quote {
  background: transparent;
  border: 0;
  padding: 0;
  box-sizing: border-box;
  box-shadow: none;
}
.swagcloud .page-details-cont .page-form-quote h3 {
  font-weight: 700;
  text-align: center;
}
.swagcloud .page-details-cont .page-form-quote .req-quote-forms .getquick-btn button {
  background: #155C7F;
}
.swagcloud .page-details-cont {
  padding: 0;
}
.swagcloud.bottomform {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .swagcloud.bottomform {
    margin-top: 30px;
  }
}
.swagcloud.bottomform .page-details-cont .page-form-quote {
  padding: 0;
}
.swagcloud.bottomform .page-details-cont .page-form-quote h3 {
  font-size: 40px;
}
.titlenand {
  font-weight: 700;
  color: #011E41;
}
.cms-swagcloud .cms-same-page {
  max-width: 1360px;
}
.faqpage-col h3 {
  color: #185292;
  font-size: 22px;
  line-height: 20px;
  font-weight: 500;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .titlenand {
    padding: 30px 0;
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .faq-banner.builder-small-container .pagebuilder-column {
    flex: 50%;
  }
  .faq-block {
    margin-top: 20px !important;
  }
  .faq-block .row-full-width-inner {
    padding: 0 !important;
    border-top: 1px solid #CCCACA;
  }
  .faq-block #customusb span {
    padding: 15px 40px 15px 20px;
  }
  .faq-block #customusb span::after {
    top: 50%;
    margin-top: -13px;
    right: 20px;
  }
  .faq-block [data-role="content"] {
    padding: 0 20px;
  }
  div#customusb {
    display: none;
  }
  .faqpage-col h3 {
    margin: 0;
    border-bottom: 1px solid #CCCACA;
    padding: 10px;
    text-align: center;
    position: relative;
  }
  .showfaq:after {
    content: '\f106';
    font-family: FontAwesome;
    background: #105393;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    position: absolute;
    right: 20px;
    right: 14px;
    font-weight: 400;
    top: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .titlenand {
    font-size: 64px;
    line-height: 75px;
    padding: 80px 90px 80px 0;
  }
  div#customusb {
    display: block !important;
  }
}
.cms-same-page section.ordering-corporate.manageswag .store-head-para {
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .cms-same-page section.ordering-corporate.manageswag .store-head-para {
    margin: 0 0 15px;
  }
}
section.ordering-corporate.manageswag {
  margin-top: 40px;
}
section.ordering-corporate.manageswag .store-head-para {
  margin: 0 0 46px 0;
}
@media only screen and (max-width: 767px) {
  section.ordering-corporate.manageswag .store-head-para {
    padding: 0 10px;
  }
}
section.ordering-corporate.manageswag .store-head-para h2 {
  color: #091F40;
  font-size: 44px !important;
  line-height: 53px;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  section.ordering-corporate.manageswag .store-head-para h2 {
    font-size: 30px !important;
  }
}
section.ordering-corporate.manageswag .store-head-para p {
  font-weight: 400;
  font-size: 30px;
  line-height: 105%;
  max-width: 100%;
  margin: 0;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  section.ordering-corporate.manageswag .store-head-para p {
    margin: 5px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  section.ordering-corporate.manageswag .store-head-para p {
    max-width: 240px;
    margin: 10px auto !important;
  }
}
section.ordering-corporate.manageswag .ordering-left {
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
}
section.ordering-corporate.manageswag .ordering-ryt {
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  max-width: 60%;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  section.ordering-corporate.manageswag .ordering-ryt {
    padding: 0 30px;
  }
}
section.ordering-corporate.manageswag .ordering-ryt img {
  width: 100%;
}
section.ordering-corporate.manageswag .ordering-left > ul > li .ordering-left-img {
  width: 134px;
}
section.ordering-corporate.manageswag .ordering-left > ul > li .ordering-left-text h3 {
  color: #222;
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 700;
}
section.ordering-corporate.manageswag .ordering-left > ul > li .ordering-left-text p {
  color: #222;
  font-size: 20px;
  line-height: 27px;
}
section.ordering-corporate.manageswag .ordering-left-text {
  width: calc(100% - 114px);
}
.ecocloud .store-head-para {
  text-align: left;
  margin: 0;
}
.ecocloud .store-head-para h2 {
  font-size: 40px !important;
  line-height: 45px;
  color: #222222;
}
.ecocloud .store-head-para p {
  font-weight: 500;
  font-size: 24px;
  line-height: 105%;
  color: #000;
  max-width: 100%;
  margin: 20px 0;
}
.ecocloud div[data-content-type="text"] p {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 112%;
  max-width: 750px;
}
.ecocloud .pagebuilder-mobile-hidden {
  margin: 0 0 0 auto;
  padding-right: 30px;
}
.simpleprice .store-head-para {
  text-align: left;
  margin: 0 0 20px;
}
.simpleprice .store-head-para h2 {
  color: #000;
  font-weight: bold;
  font-size: 44px;
  line-height: 44px;
}
@media only screen and (max-width: 767px) {
  .simpleprice .store-head-para h2 {
    max-width: 250px;
    width: 100%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .simpleprice .store-head-para {
    margin: 0 0  30px;
  }
  .simpleprice .store-head-para h2 {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .simpleprice .simple-price-left {
    padding: 0 30px;
    max-width: 700px;
    margin: auto;
    margin-bottom: 50px;
  }
}
.simpleprice img {
  margin-top: -55px;
}
.simpleprice li {
  margin-bottom: 0.75rem;
}
.cms-ecocloud .pagebuilder-column.swagfirst {
  width: 26% !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1256px) {
  .cms-ecocloud .pagebuilder-column.swagfirst {
    width: 29% !important;
  }
}
.cms-ecocloud .pagebuilder-column.swagsecond {
  width: 40.3333% !important;
}
.cms-ecocloud .page-details-cont h3 {
  color: #257B49;
}
.cms-ecocloud .page-details-cont .page-form-quote .req-quote-forms .getquick-btn button {
  background: #257B49;
}
.cms-ecocloud section.ordering-corporate.manageswag .store-head-para p {
  line-height: 31.2px;
}
@media only screen and (min-width: 1025px) {
  .cms-ecocloud section.ordering-corporate.manageswag .store-head-para p {
    font-size: 26px;
  }
}
.cms-ecocloud section.ordering-corporate.manageswag .store-head-para h2 {
  font-size: 44px !important;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .cms-ecocloud section.ordering-corporate.manageswag .store-head-para {
    padding: 0;
    margin-bottom: 25px;
  }
  .cms-ecocloud section.ordering-corporate.manageswag .store-head-para p {
    font-size: 22px;
    max-width: unset;
  }
  .cms-ecocloud section.ordering-corporate.manageswag .store-head-para h2 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-ecocloud .green-column {
    margin-top: 20px;
  }
  .cms-ecocloud .green-column h2 {
    margin-top: 15px;
  }
}
.cms-ecocloud .second-para {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .cms-ecocloud .second-para {
    max-width: 309px;
    margin: 25px auto 20px;
  }
  .cms-ecocloud .second-para > br.break {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .cms-ecocloud .second-para > br.break {
    display: none;
  }
}
.cms-ecocloud .second-para > br {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cms-ecocloud .second-para > br {
    display: block;
  }
}
.green img {
  max-width: 285px !important;
}
.green h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 105%;
  margin: 10px 0;
}
.green div[data-content-type="text"] p {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #222;
  max-width: 298px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 890px) {
  .pagebuilder-column.swagsecond img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 890px) and (max-width: 1024px) {
  .pagebuilder-column.swagsecond img {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .swagcloud {
    position: relative;
  }
  .swagcloud .page-details-cont .page-form-quote {
    margin-top: 0;
  }
  .swagcloud .pagebuilder-column-group {
    justify-content: space-between;
  }
  .simpleprice figure img {
    padding: 0 20px;
  }
  .pagebuilder-column.swagfirst {
    width: 60% !important;
    padding-right: 140px;
  }
  .pagebuilder-column.swagsecond {
    position: absolute;
    top: 35%;
    width: 100% !important;
    max-width: 361px;
    z-index: -1;
    left: 92px;
  }
  .pagebuilder-column.swagthree {
    width: 35% !important;
  }
  .swagcloud p {
    max-width: 190px;
  }
  .cms-ecocloud .swagcloud .swagfirst img {
    max-width: 244px !important;
    margin: 0;
  }
  .cms-ecocloud section.ordering-corporate.manageswag .store-head-para h2 {
    font-size: 30px !important;
    margin-bottom: 8px;
  }
  .cms-ecocloud section.ordering-corporate.manageswag .store-head-para p br {
    display: none;
  }
  .cms-ecocloud .green img {
    max-width: 145px !important;
  }
  .cms-ecocloud .green h2 {
    font-size: 20px !important;
    line-height: 21px !important;
  }
  .cms-ecocloud .green div[data-content-type="text"] p {
    font-size: 16px;
    line-height: 17px;
  }
  .cms-ecocloud .swagcloud p {
    max-width: 310px;
  }
  .cms-ecocloud .pagebuilder-column.swagfirst {
    width: 60% !important;
    padding-right: 100px;
  }
  .cms-ecocloud .pagebuilder-column.swagsecond {
    z-index: -1;
    left: 170px;
    top: 43%;
  }
}
@media only screen and (max-width: 1024px) {
  section.ordering-corporate.manageswag .store-head-para p {
    font-size: 22px;
    margin: 10px 0 0;
  }
  section.ordering-corporate.manageswag .ordering-left > ul > li {
    display: block;
    text-align: center;
  }
  section.ordering-corporate.manageswag .ordering-left > ul > li .ordering-left-img {
    width: 100%;
    margin: 0;
  }
  section.ordering-corporate.manageswag .ordering-left > ul > li .ordering-left-text h3 {
    margin: 20px 0 20px 0;
    font-size: 20px;
  }
  section.ordering-corporate.manageswag .ordering-left > ul > li .ordering-left-text p {
    font-size: 16px;
    line-height: 20px;
  }
  section.ordering-corporate.manageswag .ordering-left-text {
    width: 100%;
    max-width: 464px;
    margin: 0 auto;
  }
  section.ordering-corporate.manageswag .ordering-left,
  section.ordering-corporate.manageswag .ordering-ryt {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.ordering-corporate.manageswag .ordering-ryt img {
    width: 100%;
  }
  .ecocloud .pagebuilder-column-group,
  .simpleprice .pagebuilder-column-group {
    display: block !important;
    text-align: center;
  }
  .ecocloud .pagebuilder-column-group > div,
  .simpleprice .pagebuilder-column-group > div {
    width: 100% !important;
    display: block !important;
    text-align: center;
  }
  .ecocloud .pagebuilder-mobile-hidden {
    margin: 0 auto;
    padding-right: 0;
    max-width: 210px !important;
  }
  .ecocloud .store-head-para {
    text-align: center;
    margin: 0;
  }
  .ecocloud .store-head-para h2 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .ecocloud .store-head-para p {
    font-size: 20px;
  }
  .ecocloud div[data-content-type="text"] p {
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    max-width: 605px;
  }
  .ecocloud {
    padding-bottom: 40px !important;
    margin-bottom: 40px !important;
  }
  .simpleprice .store-head-para h2 {
    text-align: center;
  }
  .simpleprice img {
    margin-top: 30px;
    margin-left: 0;
  }
  .simpleprice ul {
    padding-left: 0 !important;
    list-style: none;
  }
  .simpleprice li:before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #000;
    border-radius: 100%;
    vertical-align: 2px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-fireside-vibes-bragbox #maincontent {
    margin-top: 20px;
  }
  .cms-fireside-vibes-bragbox .ipromo-quote.home-test-kits.fireside-vibe.threerow.fireside-vibe-main,
  .cms-fireside-vibes-bragbox .ipromo-quote.otctab.threerow.fireside-vibe-main {
    padding-bottom: 50px !important;
  }
  .swagcloud {
    margin-top: 25px;
    text-align: center;
  }
  .swagfirst img {
    max-width: 270px !important;
  }
  .swagcloud h2 {
    font-size: 22px !important;
    line-height: 22px !important;
    margin-bottom: 14px;
    margin-top: 9px;
  }
  .pagebuilder-column.swagsecond figure {
    margin: 0 !important;
  }
  .swagcloud .page-details-cont .page-form-quote {
    padding: 0;
  }
  .swagcloud .page-details-cont .page-form-quote h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .swagcloud .page-details-cont .page-form-quote {
    margin-top: 10px;
  }
  section.ordering-corporate.manageswag .store-head-para h2 {
    color: #091F40;
    font-size: 30px !important;
    line-height: 36px !important;
  }
  section.ordering-corporate.manageswag .ordering-left > ul > li .ordering-left-img {
    width: 81px;
    margin: 0 auto;
    display: block;
  }
  section.ordering-corporate.manageswag .ordering-left > ul > li .ordering-left-text h3 {
    margin: 10px 0 10px 0;
  }
  .ecocloud .store-head-para h2 br {
    display: none;
  }
  .simpleprice .store-head-para h2 {
    text-align: center;
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .swagcloud.bottomform .page-details-cont .page-form-quote h3 {
    text-align: center;
    font-size: 24px;
  }
  .swagcloud.bottomform .page-details-cont .page-form-quote {
    margin: 0;
  }
  .simpleprice img.pagebuilder-mobile-hidden {
    display: none !important;
  }
  .simpleprice img.pagebuilder-mobile-only {
    display: block !important;
  }
  .cms-ecocloud .swagcloud .page-details-cont .page-form-quote {
    margin-top: 30px;
  }
  .cms-ecocloud section.ordering-corporate.manageswag .store-head-para h2 {
    font-size: 30px !important;
    margin-bottom: 8px;
  }
  .cms-ecocloud section.ordering-corporate.manageswag .store-head-para p br {
    display: none;
  }
  .cms-ecocloud .green img {
    max-width: 255px !important;
  }
  .cms-ecocloud .green h2 {
    margin: 0 0 10px;
    font-size: 20px !important;
  }
  .cms-ecocloud .swagcloud.bottomform .page-details-cont .page-form-quote {
    margin-top: 0;
  }
}
.cms-vinyl-cpe-tpe-disposable-gloves .covid-kit-head.reward-head,
.cms-nitrile-disposable-gloves .covid-kit-head.reward-head {
  padding-bottom: 20px;
}
.cms-vinyl-cpe-tpe-disposable-gloves .page-details-cont,
.cms-nitrile-disposable-gloves .page-details-cont {
  padding: 0 0 70px;
}
.cms-vinyl-cpe-tpe-disposable-gloves .covid-kit-head,
.cms-nitrile-disposable-gloves .covid-kit-head {
  padding-bottom: 45px;
}
.brands-logo-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 80%;
  margin: auto;
}
.brands-logo-section .brands-logos {
  padding: 15px;
  width: 18%;
  text-align: center;
}
.cms-nitrile-disposable-gloves .brands-logo-section .brands-logos {
  width: 18%;
}
.cms-vinyl-cpe-tpe-disposable-gloves .brands-logo-section .brands-logos {
  width: 20%;
}
.links-tag-wrapper a {
  color: #00a5b5;
}
.gloves-pages {
  padding: 0  0 40px 0;
}
.message-text-appear {
  text-align: center;
  max-width: 1070px;
  margin: auto;
}
.message-text-appear .message-para,
.message-text-appear .message-heading {
  line-height: 36px;
  font-size: 30px;
}
.message-text-appear .message-heading {
  margin-top: 40px;
}
.brand_sec {
  max-width: 1000px;
  margin: 40px auto;
}
.brand_sec .brand_logos ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.brand_sec .brand_logos ul li {
  position: relative;
  cursor: pointer;
  padding: 12px;
}
.brand_sec .brand_logos ul li a img {
  filter: grayscale(100%);
}
.brand_sec .brand_logos ul li:hover a img {
  filter: grayscale(0%);
}
.faq-block.gloves {
  padding: 50px 0 30px;
}
@media (max-width: 767px) {
  .brands-logo-section {
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
  }
  .brands-logo-section .brands-logos {
    margin-bottom: 15px;
    padding: 10px;
  }
  .cms-nitrile-disposable-gloves .brands-logo-section .brands-logos,
  .cms-vinyl-cpe-tpe-disposable-gloves .brands-logo-section .brands-logos {
    width: 33.33%;
  }
  .gloves-pages {
    padding: 30px 0;
  }
  .brand_sec .brand_logos ul {
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  .brand_sec .brand_logos ul li {
    width: 33.33%;
    margin-bottom: 15px;
  }
  .message-text-appear .message-para,
  .message-text-appear .message-heading {
    line-height: 28px;
    font-size: 18px;
  }
  .message-text-appear .message-heading {
    margin-top: 30px;
  }
  .faq-block.gloves {
    padding: 0;
    margin-top: 0 !important;
  }
  .cms-nitrile-disposable-gloves .column.main,
  .cms-vinyl-cpe-tpe-disposable-gloves .column.main {
    margin-top: 30px;
  }
  .cms-nitrile-disposable-gloves .tabcontent-col-left p,
  .cms-vinyl-cpe-tpe-disposable-gloves .tabcontent-col-left p {
    margin-bottom: 20px;
  }
  .cms-nitrile-disposable-gloves .crosssell-link.features,
  .cms-vinyl-cpe-tpe-disposable-gloves .crosssell-link.features {
    margin: 30px 0 30px 20px;
  }
  .cms-nitrile-disposable-gloves .crosssell-link.features strong,
  .cms-vinyl-cpe-tpe-disposable-gloves .crosssell-link.features strong {
    margin-bottom: 0;
  }
}
@media (max-width: 990px) {
  .cms-nitrile-disposable-gloves .page-details-cont .page-details-wrap p,
  .cms-vinyl-cpe-tpe-disposable-gloves .page-details-cont .page-details-wrap p {
    margin-top: 20px;
  }
}
.toggle-heading.remove-accordion .toggle-cat-desc {
  display: block !important;
}
.toggle-heading.remove-accordion h1 span {
  display: none;
}
.category-apparel .subcategories-list,
.category-technology .subcategories-list {
  padding: 0;
}
.category-bottom-faqs.custom .amfaq-short-answer-container ul {
  margin-left: 15px;
}
.category-bottom-faqs.custom .amfaq-short-answer-container ul li {
  margin-bottom: 0;
}
.category-bottom-faqs.custom .amfaq_questions.widget.ipromo-cat-faqs {
  padding: 0;
}
.category-bottom-faqs.custom .faq-title {
  font-weight: 700;
  font-size: 54px;
  line-height: 59px;
  margin: 0 0 50px;
  color: #041e42;
  text-align: center;
  padding: 90px 0 0;
}
@media (min-width: 768px) {
  .category-bottom-faqs.custom .faq-para {
    font-size: 18px;
  }
}
.category-bottom-faqs.custom .amfaq-title {
  display: none;
}
.custom-promotional-items {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .custom-promotional-items {
    padding: 60px 0 0 0;
  }
}
.custom-promotional-items h2 {
  line-height: 35px !important;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .custom-promotional-items h2 {
    width: 90%;
    font-size: 32px;
    line-height: 40px !important;
  }
}
.custom-promotional-items p {
  font-size: 16px;
  line-height: 25px;
}
.custom-promotional-items ul {
  margin-left: 17px;
}
.custom-promotional-items .image-margin {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .custom-promotional-items .image-margin {
    margin-left: 40px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .custom-promotional-items .section-order,
  .custom-promotional-items .section-orders {
    order: 1;
    margin-top: 15px;
  }
}
@media (min-width: 767px) {
  .section-order {
    order: 1;
  }
}
.what-promotional-items {
  background: #1b6ab1;
  color: #fff;
  padding: 70px 0;
}
.what-promotional-items .row-full-width-inner {
  padding: 0 35px !important;
}
.what-promotional-items .row-full-width-inner h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 35px;
}
.what-promotional-items .row-full-width-inner h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.what-promotional-items .row-full-width-inner p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
}
.perfect-for-promotion {
  background-image: url(../images/ipromo-image-promotional.webp);
  padding: 80px 0 60px;
  color: #fff;
  margin-bottom: 40px;
}
.perfect-for-promotion h2 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 32px;
}
.perfect-for-promotion p {
  text-align: center;
  line-height: 25px;
  padding-bottom: 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .perfect-for-promotion p {
    width: 65%;
    margin: auto !important;
  }
}
.perfect-for-promotion.technology {
  background-image: url(../images/branded-tech-gifts-cta.webp);
}
@media (min-width: 768px) {
  .custom-promotional-items.technology p {
    width: 90%;
  }
}
.needform-input.custom-padding input {
  padding: 15px 50px 15px 20px !important;
}
@media (min-width: 768px) {
  .needcontrol-in.custom-width {
    width: 64% !important;
  }
}
.custom-width.fl-label-state select {
  padding: 0px 30px 0px 0px !important;
}
#googlereviews-reviews .header-rating h1 {
  margin-top: 30px !important;
  margin: 0 3rem 0 0;
  font-weight: 500;
}
.googlereviews_sr-review-index .header-rating h1 {
  line-height: unset;
  font-size: 2.6rem;
}
.checkout-cart-index .page-wrapper {
  overflow: hidden !important;
}
.checkout-cart-index .page-wrapper .messages {
  margin: auto;
  max-width: 1360px;
  padding: 0 10px;
  position: relative;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1420px) {
  .checkout-cart-index .page-wrapper .messages {
    padding: 0 20px;
  }
}
.checkout-cart-index .left_right_menu {
  display: none;
}
.checkout-cart-index .breadcrumbs {
  display: none;
}
.checkout-cart-index .qty_control input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: unset;
  appearance: unset;
  padding-right: 2px;
}
.checkout-cart-index .qty_control input[type="number"]::-webkit-inner-spin-button {
  cursor: pointer;
  opacity: 1;
  -webkit-appearance: revert;
  padding: 0;
}
.checkout-cart-index .cart-item-upate {
  position: relative;
  top: 15px;
  left: 12px;
  color: #185292;
  font-size: 12px;
  font-weight: 500;
  border-radius: 0;
  font-family: 'Roboto';
  border: 0;
  margin: 9px 0 0 4px;
  background: #fff;
  text-decoration-line: underline;
  cursor: pointer;
}
.checkout-cart-index .cart-item-upate .fa-refresh {
  background: #00A5B5;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-cart-index .rotate {
  transform: rotate(180deg);
}
.checkout-cart-index .col.item {
  width: 100% !important;
  margin-bottom: -40px;
  padding-bottom: 25px !important;
}
.checkout-cart-index .col.qty {
  box-sizing: border-box;
  width: 78px;
  height: 90px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
}
.checkout-cart-index .col.qty:hover {
  border: 1px solid #185292;
}
.checkout-cart-index .col.qty:focus-within {
  border: 2px solid #185292;
}
.checkout-cart-index .input-text:focus {
  outline: none !important;
}
.checkout-cart-index .col.qty .qty_control .input-text {
  margin-top: 0px;
  width: 100% !important;
  border: none !important;
  background: #FFFFFF;
  font-weight: 700 !important;
  letter-spacing: -0.28px !important;
}
.checkout-cart-index .col.price {
  width: 84px;
  height: 90px;
  background: #FAFAFA;
  border-right: 1px solid #F1F1F1;
}
.checkout-cart-index .col.price .price {
  font-weight: 400 !important;
  letter-spacing: -0.32px !important;
}
.checkout-cart-index .col.setup {
  width: 84px;
  height: 90px;
  background: #FAFAFA;
}
.checkout-cart-index .col.setup .price {
  font-weight: 400 !important;
  letter-spacing: -0.32px !important;
}
.checkout-cart-index .col.subtotal {
  width: 84px;
  height: 90px;
  background: #FAFAFA;
}
.checkout-cart-index .col.subtotal .price {
  font-weight: 400 !important;
  letter-spacing: -0.32px !important;
}
.checkout-cart-index .product-item-row {
  box-sizing: border-box;
  width: 100%;
  background: #FFFFFF;
}
.checkout-cart-index .cart.table-wrapper {
  border: 1px solid #ddd;
  padding: 25px;
}
.checkout-cart-index .cart.table-wrapper .item-options {
  margin-bottom: 20px !important;
}
.checkout-cart-index .moreless-button {
  width: 42px;
  height: 22px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: initial;
  align-items: center;
  letter-spacing: -0.28px;
  text-decoration-line: underline;
  color: #1B1717;
}
.checkout-cart-index cart-productinfo > div.col.qty .control .input-text:focus {
  outline: 2px solid #00A5B5;
}
.checkout-index-index tr.totals.shipping._active th.mark:before {
  bottom: 58px;
}
.amasty_quote-cart-index .table-wrapper {
  border: 1px solid #ddd;
  padding: 25px;
}
@media (max-width: 767px) {
  .cart-totals .table-wrapper {
    overflow: visible;
  }
  .amasty_quote-cart-index .page-wrapper .messages {
    max-width: 95%;
    margin-left: 1.9%;
    top: 13px;
  }
}
@media (min-width: 768px) {
  .amasty_quote-cart-index .page-wrapper .messages {
    top: 27px !important;
    max-width: 72.5% !important;
    margin-left: 3.5%;
  }
}
tr.totals.shipping span.value {
  position: relative;
}
tr.totals.shipping span.value:after {
  content: '' !important;
  background-image: url(../images/toottip.svg);
  pointer-events: all;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: inline-block;
  margin-left: 5px;
  vertical-align: -2px;
}
tr.totals.shipping th.mark {
  position: relative;
}
tr.totals.shipping._active th.mark:before {
  display: block;
  background: #f5f5f5;
  z-index: 9;
  width: 270px;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  bottom: 66px;
  border-radius: 10px;
  clip: unset;
  height: auto;
}
tr.totals.shipping._active span.value::before {
  top: -25px;
  pointer-events: none;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  box-sizing: border-box;
  border: 1em solid black;
  border-color: transparent transparent #f5f5f5 #f5f5f5;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.checkout-index-index tr.totals.shipping._active th.mark:after {
  top: -13px;
  left: 152px;
}
.minicart-wrapper .block-minicart {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding-top: 0;
  max-width: 452px;
  min-width: inherit;
  margin: 0;
  border: none;
  box-shadow: -12px 4px 8px -4px rgba(0, 0, 0, 0.04);
  height: 100vh;
  background: #fff;
  padding-bottom: 0;
}
.minicart-wrapper .block-minicart:after {
  display: none;
}
.minicart-wrapper .block-minicart .block-content .empty-cart-container-action a.primary {
  margin: 0;
}
.minicart-wrapper .block-minicart .block-content .empty-cart-container {
  text-align: center;
  border-top: 1px solid #CCCACA;
  margin: 0 -20px;
  padding-top: 30px;
  height: calc(100vh - 170px);
}
.minicart-wrapper .block-minicart .block-content .empty-cart-container a {
  cursor: pointer;
}
@media (max-width: 767px) {
  .minicart-wrapper .block-minicart .block-content .empty-cart-container {
    height: calc(90vh - 170px);
  }
}
.minicart-wrapper .block-minicart .block-content .empty-cart-container .empty-text {
  font-size: 18px;
  color: #011e41;
  font-weight: 700;
  margin-top: 5px;
}
.minicart-wrapper .block-minicart .block-content .empty-cart-container .empty-subtext {
  width: 60%;
  margin: auto;
  font-size: 14px;
  color: #011e41;
  font-weight: 400;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .minicart-wrapper .block-minicart .block-content .empty-cart-container a {
    display: block;
    padding: 0 20px;
  }
}
.minicart-wrapper .block-minicart .block-content .action.close {
  top: 18px;
  right: 18px;
}
.minicart-wrapper .block-minicart .block-content .action.close:before {
  content: "";
  background-image: url(../images/cross-cart.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.minicart-wrapper .block-minicart .block-content .items-total {
  padding-bottom: 15px;
  float: none;
  padding-top: 15px;
  margin: 0;
}
@media (max-width: 767px) {
  .minicart-wrapper .block-minicart .block-content .items-total {
    margin-left: 0;
  }
}
.minicart-wrapper .block-minicart .block-content .items-total span:not(.count) {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -0.02em;
  color: #041e42;
  float: left;
  display: contents;
}
.minicart-wrapper .block-minicart .block-content .items-total span.count {
  color: #fff;
  margin-left: 18px;
  font-weight: normal;
  position: relative;
  top: 6px;
  width: 25px;
  height: 25px;
  background: #185292;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 25px;
  box-sizing: border-box;
  letter-spacing: -0.06em;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  border: none;
  height: calc(100vh - 280px) !important;
  padding: 0;
  margin: 0 -20px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .approve-artwork {
  padding: 0 20px;
  border-radius: 4px;
  background: #f2f2f2;
  padding: 14px;
  margin: 0 20px;
  margin-bottom: 20px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .approve-artwork span {
  display: flex;
  font-size: 14px;
  color: #1a1a1a;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .approve-artwork span::before {
  content: "";
  background-image: url(../images/info-icon.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: 3px;
}
@media (max-width: 380px) {
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .approve-artwork span::before {
    width: 8vw;
  }
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item {
  position: relative;
  border: none;
  border-bottom: 1px solid #E0E0E0;
  padding: 31px 20px 32px 20px;
  clear: both;
  overflow: hidden;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item:last-child {
  border-bottom: 0;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item:first-child {
  border-top: 1px solid #E0E0E0;
  cursor: default;
}
@media (max-width: 767px) {
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item {
    padding: 21px 15px 32px;
  }
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-photo {
  width: 30%;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-photo .product-image-container {
  width: 100% !important;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-photo .product-image-container img {
  width: 100% !important;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details {
  width: 70%;
  float: left;
  padding-left: 20px;
  position: inherit;
}
@media (max-width: 767px) {
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details {
    padding-right: 0;
    padding-left: 17px;
  }
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-pricing-subtotal {
  padding-top: 19px;
  display: flex;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-pricing-subtotal .mini-qty-total {
  display: flex;
  justify-content: space-evenly;
  width: 130px;
  margin-left: -7px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-pricing-subtotal .mini-qty-total .mini-item-total {
  font-weight: bold;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name {
  margin: 0 25px 5px 0;
  display: flex;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name a {
  color: #041E42;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .toggle {
  display: none;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content {
  display: block !important;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .product.options.list {
  display: block;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .product.options.list .icon {
  display: inline-block;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .product.options.list .icon.rotate {
  transform: rotate(180deg);
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .product.options.list dt,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .product.options.list dd {
  font-size: 12px;
  font-weight: normal;
  line-height: 13px;
  letter-spacing: -0.02em;
  color: #676A6F;
  margin: 0 5px 8px 0;
  position: relative;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .product.options.list dd {
  margin-right: 22px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions {
  margin: 0;
  position: absolute;
  right: 0;
  margin-right: 30px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions .primary .action.edit:before {
  content: "";
  background-image: url(../images/edit-cart-icon.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 18px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions .secondary .action.delete:before {
  content: "";
  background-image: url(../images/trash.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 20px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty {
  flex-wrap: nowrap;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin: 0;
}
@media (max-width: 520px) {
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty {
    flex-wrap: wrap;
  }
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-input.setup {
  height: 100%;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-input.setup:hover .tooltips-setup-charge {
  display: block;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-input.setup label:after {
  content: "";
  background-image: url(../images/info-icon.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
@media (max-width: 520px) {
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-input {
    margin-bottom: 25px;
  }
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .tooltips-setup-charge {
  left: auto;
  bottom: auto;
  transform: translate(-65%, -120%);
  font-size: 14px;
  line-height: 22px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .tooltips-setup-charge:before {
  right: 10%;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-input,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-price,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-setup,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-total {
  box-sizing: border-box;
  width: min-content;
  background: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--CCCACA, #cccaca);
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-input:hover,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-price:hover,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-setup:hover,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-total:hover {
  border: 1px solid #185292;
  transition-duration: 0s;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-input:focus-within,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-price:focus-within,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-setup:focus-within,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-total:focus-within {
  border: 1px solid #185292;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-price,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-setup {
  border-right: 1px solid #F1F1F1 !important;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .label {
  display: block;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 15px;
  letter-spacing: -0.24px;
  color: #222;
  text-align: center;
  width: 100%;
  position: relative;
  top: 10px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .label::after {
  content: none;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .item-qty {
  width: 85px;
  border-radius: 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.28px;
  color: #222;
  outline: none;
  border: none;
}
@media (max-width: 430px) {
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .item-qty {
    width: 18vw;
  }
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty input[type="number"].item-qty {
  -webkit-appearance: textfield;
  -moz-appearance: unset;
  appearance: unset;
  padding-right: 2px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty input[type="number"].item-qty::-webkit-inner-spin-button {
  cursor: pointer;
  opacity: 1;
  -webkit-appearance: revert;
  height: 12px;
  padding: 0;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-total,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-setup,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-price {
  text-align: center;
  background: #FAFAFA !important;
  border-left: none !important;
  border-bottom: none !important;
  border-top: none !important;
  width: auto;
  padding: 0 10px;
  height: 90px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-total .label,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-setup .label,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-price .label {
  margin: 20px 0px 21px 0px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-total .mini-item-total,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-setup .mini-item-total,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-price .mini-item-total,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-total .mini-qty-setup,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-setup .mini-qty-setup,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-price .mini-qty-setup,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-total .mini-qty-price,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-setup .mini-qty-price,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-price .mini-qty-price {
  margin-top: 14px;
  font-size: 16px;
  color: #222222;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-total .mini-item-total:focus,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-setup .mini-item-total:focus,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-price .mini-item-total:focus,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-total .mini-qty-setup:focus,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-setup .mini-qty-setup:focus,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-price .mini-qty-setup:focus,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-total .mini-qty-price:focus,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-setup .mini-qty-price:focus,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-price .mini-qty-price:focus {
  border: 1px solid #185292;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-total {
  border-right: none !important;
}
@media (max-width: 520px) {
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .mini-qty-input.margin {
    margin-bottom: 24px;
  }
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .update-cart-item {
  color: #185292;
  font-size: 12px;
  font-weight: 500;
  border-radius: 0;
  font-family: 'Roboto';
  border: 0;
  margin: 9px 0 0 4px;
  background: #fff;
  text-decoration-line: underline;
}
@media (max-width: 520px) {
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .update-cart-item {
    padding-top: 0;
  }
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .mini-cart-load,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .icon-down,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .mini-cart-hide,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .icon-up {
  cursor: pointer;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .mini-cart-load,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .mini-cart-hide {
  clear: both;
  display: inline-block;
  color: #222222;
  font-size: 12px;
  text-decoration: underline;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .mini-cart-hide {
  float: left;
  margin: 1px 3px 5px 0px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .icon-up {
  float: left;
}
.minicart-wrapper .block-minicart .block-content .actions {
  margin: 22px 0 0 0;
  text-align: center;
}
.minicart-wrapper .block-minicart .block-content .actions .primary #top-cart-btn-checkout:before {
  content: "";
  background-image: url(../images/secure-lock.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
}
.minicart-wrapper .block-minicart .block-content .actions .primary .action.checkout {
  background: #011E41;
  border-radius: 0;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: 'Roboto';
  width: 100%;
  border-radius: 0px;
  height: 55px;
  line-height: 55px;
  margin-bottom: 6px;
  background: #fc3838;
  font-size: 18px;
  font-weight: 600;
}
.minicart-wrapper .block-minicart .block-content .actions .primary .action.checkout:hover {
  background: #185292;
}
.minicart-wrapper .block-minicart .block-content .actions .primary .action.checkout:hover {
  background: #185292;
}
.minicart-wrapper .block-minicart .block-content .actions .primary .action.checkout:hover {
  background-color: #d60000;
}
.minicart-wrapper .block-minicart .block-content .actions .cart-quote-buttons {
  display: flex;
}
.minicart-wrapper .block-minicart .block-content .actions .request-qoute-minicart {
  border: 2px solid #041E42;
  width: 100%;
  border-radius: 0;
  height: 55px;
  font-size: 16px;
  color: #011E41;
  font-weight: 600;
  font-family: 'Roboto';
  display: block;
  line-height: 55px;
}
.minicart-wrapper .block-minicart .block-content .actions .request-qoute-minicart:hover {
  background-color: #011E41;
  color: #FAFAFA;
}
.minicart-wrapper .block-minicart .block-content .actions .request-qoute-minicart.first {
  margin-right: 6px;
  cursor: pointer;
}
.minicart-wrapper .block-minicart .block-content .actions .secondary .viewcart {
  color: #222222;
  text-decoration: underline;
  letter-spacing: -0.2px;
  cursor: pointer;
}
.minicart-wrapper .block-minicart .block-content .actions + .actions {
  margin-top: 0;
}
.minicart-wrapper .block-minicart .minicart-bottom-main {
  background: #F2F2F2;
  margin: 0 -20px 0;
  padding: 24px 42px;
}
@media (max-width: 340px) {
  .minicart-wrapper .block-minicart .minicart-bottom-main {
    padding: 24px 22px;
  }
}
.minicart-wrapper .block-minicart .minicart-bottom-main > span {
  font-size: 14px;
}
.minicart-wrapper .block-minicart .minicart-bottom-main .total-with-setup {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  align-items: center;
}
.minicart-wrapper .block-minicart .minicart-bottom-main .total-with-setup p,
.minicart-wrapper .block-minicart .minicart-bottom-main .shipping-checkout-mini p,
.minicart-wrapper .block-minicart .minicart-bottom-main .shipping-checkout-mini span {
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: -0.03em;
  color: #333333;
  margin: 0;
}
.minicart-wrapper .block-minicart .minicart-bottom-main .total-with-setup .subtotal {
  margin: 0;
}
.minicart-wrapper .block-minicart .minicart-bottom-main .total-with-setup .subtotal .label {
  display: none;
}
.minicart-wrapper .block-minicart .minicart-bottom-main .total-with-setup .subtotal .price-container .price {
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.03em;
  color: #333333;
  margin: 0;
}
.minicart-wrapper .block-minicart .minicart-bottom-main .shipping-checkout-mini {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  align-items: center;
  padding: 4px 0 16px 0;
}
.minicart-wrapper .block-minicart .minicart-bottom-main > .subtotal {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  align-items: center;
  margin: 0;
  text-align: inherit;
  margin-top: 3px;
}
.minicart-wrapper .block-minicart .minicart-bottom-main > .subtotal .label,
.minicart-wrapper .block-minicart .minicart-bottom-main > .subtotal .price-container .price {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #222;
}
.minicart-wrapper .block-minicart .minicart-bottom-main > .subtotal .label:after {
  display: none;
}
.minicart-wrapper .block-minicart .minicart-bottom-main > .subtotal .price-container .price {
  font-weight: 700;
}
.cartopen.cart-sticky {
  overflow: hidden;
}
table#shopping-cart-table .product-item-details .product-item-name {
  font-weight: 700;
}
table#shopping-cart-table div.actions-toolbar {
  position: unset;
}
.cart.item.product-item-row {
  margin-bottom: 20px;
}
.cart.item.product-item-row .item-info {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cart.item.product-item-row .cart-productinfo {
  width: calc(100% - 130px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .cart.item.product-item-row .cart-productinfo {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cart.item.product-item-row .cart-productinfo .product-item-photo {
    position: relative;
    left: 0;
    top: 0;
  }
}
.cart.item.product-item-row .cart-productinfo .product-item-name {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #1b1717;
  text-decoration: none;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .cart.item.product-item-row .cart-productinfo .product-item-name {
    width: 58%;
    margin: 0;
    font-size: 1.5rem;
  }
}
.cart.item.product-item-row .cart-productinfo .col.item {
  width: 33%;
}
.cart.item.product-item-row .cart-productinfo .product-item-details {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view aside.modal-popup.confirm,
  .checkout-cart-index aside.modal-popup.confirm {
    width: 90%;
    margin: 0 auto;
  }
}
.catalog-product-view aside.modal-popup.confirm .modal-inner-wrap,
.checkout-cart-index aside.modal-popup.confirm .modal-inner-wrap {
  max-width: 708px;
  padding: 80px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view aside.modal-popup.confirm .modal-inner-wrap,
  .checkout-cart-index aside.modal-popup.confirm .modal-inner-wrap {
    padding: 50px;
  }
}
.catalog-product-view aside.modal-popup.confirm .modal-inner-wrap .modal-header,
.checkout-cart-index aside.modal-popup.confirm .modal-inner-wrap .modal-header {
  padding: 0;
}
.catalog-product-view aside.modal-popup.confirm .modal-inner-wrap .modal-header .modal-title,
.checkout-cart-index aside.modal-popup.confirm .modal-inner-wrap .modal-header .modal-title {
  position: relative;
  font-size: 36px;
  top: 0;
  letter-spacing: -0.02em;
  color: #041E42;
  border: none;
  min-height: inherit;
  padding: 0;
  font-weight: 700;
  line-height: 110%;
}
.catalog-product-view aside.modal-popup.confirm .modal-inner-wrap .modal-content,
.checkout-cart-index aside.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding: 10px 0 0;
  font-size: 20px;
}
.catalog-product-view aside.modal-popup.confirm .modal-inner-wrap .modal-footer,
.checkout-cart-index aside.modal-popup.confirm .modal-inner-wrap .modal-footer {
  padding: 20px 0 0;
}
.catalog-product-view aside.modal-popup.confirm .modal-inner-wrap button.action-primary.action-accept,
.checkout-cart-index aside.modal-popup.confirm .modal-inner-wrap button.action-primary.action-accept,
.catalog-product-view aside.modal-popup.confirm .modal-inner-wrap button.action-secondary.action-dismiss,
.checkout-cart-index aside.modal-popup.confirm .modal-inner-wrap button.action-secondary.action-dismiss {
  width: 64px;
  background: #041E42;
  border: 0;
  font-size: 12px;
  font-weight: 500;
  border-radius: 0;
  font-family: 'Roboto';
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}
.catalog-product-view aside.modal-popup.confirm .modal-inner-wrap,
.catalog-category-view aside.modal-popup.confirm .modal-inner-wrap {
  max-width: 680px;
  padding: 50px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view aside.modal-popup.confirm .modal-inner-wrap,
  .catalog-category-view aside.modal-popup.confirm .modal-inner-wrap {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view aside.modal-popup.confirm .modal-inner-wrap .modal-content,
  .catalog-category-view aside.modal-popup.confirm .modal-inner-wrap .modal-content {
    font-size: 18px;
  }
}
body.checkout-cart-index .column.main,
body.amasty_quote-cart-index .column.main {
  padding-bottom: 0;
}
body.checkout-cart-index .page-main,
body.amasty_quote-cart-index .page-main {
  max-width: 100%;
  position: relative;
  padding: 0;
}
body.checkout-cart-index .cart-container-main,
body.amasty_quote-cart-index .cart-container-main {
  position: relative;
}
body.checkout-cart-index .cart-container-main .cart-empty,
body.amasty_quote-cart-index .cart-container-main .cart-empty {
  max-width: 1360px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  body.checkout-cart-index .cart-container-main:after,
  body.amasty_quote-cart-index .cart-container-main:after {
    content: "";
    background: #fafafa;
    right: 0;
    position: absolute;
    width: 40%;
    top: -120px;
    height: 116%;
    z-index: -1;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  body.checkout-cart-index .cart-container-main:after,
  body.amasty_quote-cart-index .cart-container-main:after {
    width: 36%;
  }
}
body.checkout-cart-index .page-title-wrapper,
body.amasty_quote-cart-index .page-title-wrapper {
  max-width: 1360px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1420px) {
  body.checkout-cart-index .page-title-wrapper,
  body.amasty_quote-cart-index .page-title-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 767px) {
  body.checkout-cart-index .page-title-wrapper,
  body.amasty_quote-cart-index .page-title-wrapper {
    margin-top: 20px;
  }
}
body.checkout-cart-index .page-title-wrapper .page-title,
body.amasty_quote-cart-index .page-title-wrapper .page-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -0.02em;
  color: #041e42;
}
body.checkout-cart-index .cart-container,
body.amasty_quote-cart-index .cart-container {
  max-width: 1360px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1420px) {
  body.checkout-cart-index .cart-container,
  body.amasty_quote-cart-index .cart-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 767px) {
  body.checkout-cart-index .cart-container,
  body.amasty_quote-cart-index .cart-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body.checkout-cart-index .cart-container .block-cart-failed,
body.amasty_quote-cart-index .cart-container .block-cart-failed {
  padding: 0 0 30px 0;
}
@media (min-width: 767px) {
  body.checkout-cart-index .cart-container .block-cart-failed,
  body.amasty_quote-cart-index .cart-container .block-cart-failed {
    width: 100%;
    margin-top: 0;
    float: none;
    flex: 0 0 62%;
    max-width: 62%;
    -ms-flex: 0 0 62%;
    padding-right: 30px;
    order: 2;
  }
}
@media (min-width: 992px) {
  body.checkout-cart-index .cart-container .block-cart-failed,
  body.amasty_quote-cart-index .cart-container .block-cart-failed {
    position: relative;
  }
}
body.checkout-cart-index .cart-container .form-cart,
body.amasty_quote-cart-index .cart-container .form-cart {
  padding: 0 0 30px 0;
}
@media (min-width: 767px) {
  body.checkout-cart-index .cart-container .form-cart,
  body.amasty_quote-cart-index .cart-container .form-cart {
    width: 100%;
    margin-top: 0;
    float: none;
    flex: 0 0 62%;
    max-width: 62%;
    -ms-flex: 0 0 62%;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  body.checkout-cart-index .cart-container .form-cart,
  body.amasty_quote-cart-index .cart-container .form-cart {
    position: relative;
  }
}
@media (min-width: 992px) {
  body.checkout-cart-index .cart-container .form-cart .cart-help-block,
  body.amasty_quote-cart-index .cart-container .form-cart .cart-help-block {
    position: absolute;
    width: 96%;
    bottom: 0;
    padding-bottom: 80px;
  }
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .add-note-quote,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .add-note-quote {
  display: none;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper thead,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper thead {
  display: none;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.item,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper tbody.item {
  border-bottom: 1px solid #E0E0E0;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody .item-info,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper tbody .item-info {
  position: relative;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody:last-child,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper tbody:last-child {
  border: none;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo .col.setup:hover .tooltips-setup-charge,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo .col.setup:hover .tooltips-setup-charge {
  display: block;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo .col.setup::before,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo .col.setup::before {
  margin-left: 0;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo .col.setup::after,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo .col.setup::after {
  content: '' !important;
  background-image: url(../images/toottip.svg);
  pointer-events: all;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  float: right;
  position: relative;
  top: -54px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo .col.setup::after,
  body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo .col.setup::after {
    margin-right: 13px;
  }
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div {
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #1B1717;
  text-align: left !important;
  padding: 0;
}
@media (min-width: 500px) and (max-width: 767px) {
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div,
  body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div {
    width: 20%;
  }
}
@media (max-width: 500px) {
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div,
  body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div {
    width: 86px;
  }
}
@media (max-width: 415px) {
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div,
  body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div {
    margin-bottom: 35px;
  }
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div::before,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div::before {
  content: attr(data-th);
  display: block;
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  margin: 20px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #676A6F;
}
@media (max-width: 767px) {
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div::before,
  body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div::before {
    padding-bottom: 0;
  }
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details {
  padding: 0;
  position: relative;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details .product-item-name,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details .product-item-name {
  margin: 0;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details .product-item-name a,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details .product-item-name a {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #1B1717;
  text-decoration: none;
  white-space: pre;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details .product-item-name a,
  body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details .product-item-name a {
    font-size: 15px;
    white-space: normal;
    position: relative;
    overflow: visible;
  }
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details .item-options dt,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details .item-options dt,
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details .item-options dd,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details .item-options dd {
  font-size: 12px;
  font-weight: normal;
  line-height: 13px;
  letter-spacing: -0.02em;
  color: #676A6F;
  margin-bottom: 6px;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details .item-options dt,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details .item-options dt {
  margin-right: 5px;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details .add-note-quote,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details .add-note-quote {
  padding-top: 10px;
  color: #041e42;
  text-decoration: underline;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details .cart-load-more-btn,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .product-item-details .cart-load-more-btn {
  cursor: pointer;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .cart-price .price,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div .cart-price .price {
  font-size: 16px;
  font-weight: normal;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #222;
  display: block;
  margin-top: 15px;
  text-align: center;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.item .moreless-button,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.item .moreless-button {
  cursor: pointer;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.item::before,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.item::before {
  content: none;
}
@media (max-width: 767px) {
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.item,
  body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.item {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.item .product-item-details,
  body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.item .product-item-details {
    margin: 10px 0;
  }
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.qty .control .qty,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.qty .control .qty,
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.qty .control .input-text,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.qty .control .input-text {
  border-radius: 0;
  width: 107px;
  height: 40px;
  border: 1px solid #E0E0E0;
  text-align: center;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #222;
  margin: -12px 0 0;
  font-weight: normal;
  transition: none;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.qty .control .qty:focus,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.qty .control .qty:focus,
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.qty .control .input-text:focus,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.qty .control .input-text:focus {
  outline: 2px solid #00A5B5;
}
@media (max-width: 767px) {
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.qty .control .qty,
  body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.qty .control .qty,
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.qty .control .input-text,
  body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.qty .control .input-text {
    width: 100%;
  }
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.qty .control button,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-info .cart-productinfo > div.col.qty .control button {
  height: 40px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding: 0 6px;
  background: none;
  font-size: 18px;
  width: 35px;
  text-align: center;
  vertical-align: top;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-actions,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-actions {
  position: absolute;
  width: auto !important;
  padding: 0 !important;
  top: -12px;
  right: 0;
  left: calc(100% - 49px);
}
@media (max-width: 767px) {
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-actions,
  body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-actions {
    position: absolute;
  }
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-actions .actions-toolbar,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-actions .actions-toolbar {
  min-height: inherit;
}
@media (max-width: 767px) {
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-actions .actions-toolbar,
  body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-actions .actions-toolbar {
    margin-right: 0;
  }
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-actions .actions-toolbar .action.action-edit,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-actions .actions-toolbar .action.action-edit {
  margin-right: 10px;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-actions .actions-toolbar .action.action-edit:before,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-actions .actions-toolbar .action.action-edit:before {
  content: "";
  background-image: url(../images/edit-cart-icon.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 18px;
}
body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-actions .actions-toolbar .action.action-delete:before,
body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-row .item-actions .actions-toolbar .action.action-delete:before {
  content: "";
  background-image: url(../images/cross-cart.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
body.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update,
body.amasty_quote-cart-index .cart-container .form-cart .cart.main.actions .action.update {
  background: #011E41;
  border-radius: 0;
  color: #fff !important;
  height: 55px;
  text-align: center;
  display: inline-block;
  line-height: 55px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: 'Roboto';
  height: 63px;
  min-width: 232px;
  font-weight: 500;
}
body.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:hover,
body.amasty_quote-cart-index .cart-container .form-cart .cart.main.actions .action.update:hover {
  background: #185292;
}
body.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:hover,
body.amasty_quote-cart-index .cart-container .form-cart .cart.main.actions .action.update:hover {
  background: #185292;
}
body.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.clear-quote,
body.amasty_quote-cart-index .cart-container .form-cart .cart.main.actions .action.clear-quote {
  background: #828282;
  border-radius: 6px;
  color: #fff !important;
  height: 45px;
  text-align: center;
  display: inline-block;
  line-height: 45px;
  padding: 0 24px;
  font-weight: 500;
  border: 1px solid #828282;
  font-size: 14px;
  font-family: 'Roboto';
  margin-right: 8px;
}
body.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.clear-quote:hover,
body.amasty_quote-cart-index .cart-container .form-cart .cart.main.actions .action.clear-quote:hover {
  background: #626262;
  border-color: #626262;
}
body.checkout-cart-index .cart-container .cart-summary,
body.amasty_quote-cart-index .cart-container .cart-summary {
  top: 0 !important;
  padding: 0;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  body.checkout-cart-index .cart-container .cart-summary,
  body.amasty_quote-cart-index .cart-container .cart-summary {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 767px) {
  body.checkout-cart-index .cart-container .cart-summary,
  body.amasty_quote-cart-index .cart-container .cart-summary {
    width: 100%;
    margin-top: -130px;
    padding: 85px 50px 40px 50px;
    background: #fafafa;
    float: none;
    flex: 0 0 38%;
    max-width: 38%;
    -ms-flex: 0 0 38%;
  }
}
body.checkout-cart-index .cart-container .cart-summary .summary.title,
body.amasty_quote-cart-index .cart-container .cart-summary .summary.title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #041e42;
  margin: 0 0 17px 0;
  display: block;
}
body.checkout-cart-index .cart-container .cart-summary .block > .title,
body.amasty_quote-cart-index .cart-container .cart-summary .block > .title {
  border: none;
  line-height: 1;
  font-size: initial;
}
body.checkout-cart-index .cart-container .cart-summary .block > .title strong,
body.amasty_quote-cart-index .cart-container .cart-summary .block > .title strong {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: -0.03em;
  margin: 0;
  color: #333333;
}
body.checkout-cart-index .cart-container .cart-summary .summary-check-login,
body.amasty_quote-cart-index .cart-container .cart-summary .summary-check-login {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  margin: 16px 0 15px 0;
}
body.checkout-cart-index .cart-container .cart-summary .summary-check-login .check-login-lt span,
body.amasty_quote-cart-index .cart-container .cart-summary .summary-check-login .check-login-lt span {
  margin-right: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #333333;
}
body.checkout-cart-index .cart-container .cart-summary .summary-check-login .check-login-rt a,
body.amasty_quote-cart-index .cart-container .cart-summary .summary-check-login .check-login-rt a {
  font-size: 16px;
  font-weight: normal;
  color: #011E41;
  position: relative;
}
@media (max-width: 339px) {
  body.checkout-cart-index .cart-container .cart-summary .summary-check-login .check-login-rt a,
  body.amasty_quote-cart-index .cart-container .cart-summary .summary-check-login .check-login-rt a {
    padding: 0 15px 0 0;
  }
}
body.checkout-cart-index .cart-container .cart-summary .summary-check-login .check-login-rt a span,
body.amasty_quote-cart-index .cart-container .cart-summary .summary-check-login .check-login-rt a span {
  margin-right: 10px;
}
body.checkout-cart-index .cart-container .cart-summary .summary-check-login .check-login-rt a:after,
body.amasty_quote-cart-index .cart-container .cart-summary .summary-check-login .check-login-rt a:after {
  content: "";
  position: absolute;
  right: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #041E42;
  top: 5px;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items,
body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items {
  margin-top: 8px;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item,
body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .item {
  margin-bottom: 16px;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .button--loading,
body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .item .button--loading {
  position: relative;
  color: transparent;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .button--loading span,
body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .item .button--loading span {
  visibility: hidden;
  opacity: 0;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .button--loading::after,
body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .item .button--loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .action.primary.checkout,
body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .item .action.primary.checkout {
  background: #011E41;
  color: #fff !important;
  height: 55px;
  text-align: center;
  display: inline-block;
  line-height: 55px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: 'Roboto';
  height: 63px;
  border-radius: 0;
  font-weight: 500;
  background-color: #fc3838;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .action.primary.checkout:hover,
body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .item .action.primary.checkout:hover {
  background: #185292;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .action.primary.checkout:hover,
body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .item .action.primary.checkout:hover {
  background: #185292;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .action.primary.checkout:hover,
body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .item .action.primary.checkout:hover {
  background-color: #d60000;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .amquote-addto-button,
body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .item .amquote-addto-button,
body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .quote-cart-back,
body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .item .quote-cart-back {
  border: 1px solid #041E42;
  width: 100%;
  border-radius: 0;
  height: 63px;
  font-size: 16px;
  color: #011E41;
  font-weight: 500;
  font-family: 'Roboto';
  margin-bottom: 13px;
  display: block;
  line-height: 63px;
  padding: 0;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .amquote-addto-button:hover,
body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .item .amquote-addto-button:hover,
body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .quote-cart-back:hover,
body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .item .quote-cart-back:hover {
  background: #041e42;
  color: #fff !important;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .quote-cart-back,
body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .item .quote-cart-back {
  margin-top: 16px;
  display: block;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item .multicheckout,
body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .item .multicheckout {
  color: #041e42;
}
body.checkout-cart-index .cart-container .cart-summary .cart-summary-payment-note,
body.amasty_quote-cart-index .cart-container .cart-summary .cart-summary-payment-note {
  text-align: center;
}
body.checkout-cart-index .cart-container .cart-summary .cart-summary-payment-note p,
body.amasty_quote-cart-index .cart-container .cart-summary .cart-summary-payment-note p {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #041e42;
}
body.checkout-cart-index .cart-container .cart-summary .block.discount .title,
body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .title {
  display: none;
}
body.checkout-cart-index .cart-container .cart-summary .block.discount .content,
body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content {
  display: block !important;
  padding-bottom: 0;
}
body.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset .code-applied,
body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content .fieldset .code-applied {
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #8D8D8D;
  margin: 9px 0 0 0;
}
body.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset .discont-main,
body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content .fieldset .discont-main {
  position: relative;
}
body.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset .discont-main.promo-none .control,
body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content .fieldset .discont-main.promo-none .control,
body.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset .discont-main.promo-none .actions-toolbar,
body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content .fieldset .discont-main.promo-none .actions-toolbar {
  display: none;
}
body.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .enter-promo-btn,
body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .enter-promo-btn {
  float: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #041e42;
  text-decoration: underline;
  margin: 4px 0 0 0;
}
body.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .primary,
body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .primary {
  float: right;
  margin: 2px 0 0 0;
}
body.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .primary .cancel,
body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .primary .cancel {
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-decoration: underline;
  color: #041e42;
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
  font-family: 'Roboto';
}
body.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .label,
body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .label {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #333333;
  margin: 0 0 8px 0;
}
body.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .control,
body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .control {
  position: relative;
  max-width: 243px;
}
@media (max-width: 767px) {
  body.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .control,
  body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .control {
    margin-top: 6px;
  }
}
body.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .control input,
body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .control input {
  border: 1px solid #E0E0E0;
  border-radius: 0;
  height: 40px;
  padding: 0 20px 0 18px;
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #4f4f4f;
}
body.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .control .applied-text,
body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .control .applied-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #76BD22;
  position: absolute;
  right: 15px;
  bottom: 12px;
}
body.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .control #coupon_code-error,
body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content .fieldset .field .control #coupon_code-error {
  position: absolute;
  bottom: -25px;
  left: 0;
}
body.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset .actions-toolbar,
body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content .fieldset .actions-toolbar {
  margin: 0;
  position: absolute;
  right: 15px;
  bottom: 12px;
}
body.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset .actions-toolbar .primary .apply,
body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content .fieldset .actions-toolbar .primary .apply {
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #041e42;
  font-family: 'Roboto';
  margin: 0;
}
body.checkout-cart-index .cart-container .cart-summary .block.discount .content .fieldset.applied .field .control input,
body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content .fieldset.applied .field .control input {
  background: #EBEBEB;
}
body.checkout-cart-index .cart-container .cart-summary .block.shipping .title:after,
body.amasty_quote-cart-index .cart-container .cart-summary .block.shipping .title:after {
  display: none;
}
body.checkout-cart-index .cart-container .cart-summary .block.shipping .content,
body.amasty_quote-cart-index .cart-container .cart-summary .block.shipping .content {
  display: block !important;
  padding: 0;
  margin: 0;
}
body.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset,
body.amasty_quote-cart-index .cart-container .cart-summary .block.shipping .content .fieldset {
  margin: 0;
}
body.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset [name="shippingAddress.country_id"],
body.amasty_quote-cart-index .cart-container .cart-summary .block.shipping .content .fieldset [name="shippingAddress.country_id"],
body.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset [name="shippingAddress.region_id"],
body.amasty_quote-cart-index .cart-container .cart-summary .block.shipping .content .fieldset [name="shippingAddress.region_id"] {
  display: none;
}
body.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset.rate,
body.amasty_quote-cart-index .cart-container .cart-summary .block.shipping .content .fieldset.rate {
  display: none;
}
body.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field.note,
body.amasty_quote-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field.note {
  display: none;
}
body.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .label,
body.amasty_quote-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .label {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #333333;
  margin: 0 0 8px 0;
  display: none;
}
body.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .control,
body.amasty_quote-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .control {
  position: relative;
}
body.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .control input,
body.amasty_quote-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .control input,
body.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .control select,
body.amasty_quote-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .control select {
  border: 1px solid #E0E0E0;
  border-radius: 0;
  height: 40px;
  padding: 0 20px 0 18px;
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #4f4f4f;
  margin-bottom: 10px;
}
body.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .control .apply-btn,
body.amasty_quote-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .control .apply-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #041e42;
  font-family: 'Roboto';
  position: absolute;
  right: 15px;
  top: 13px;
}
body.checkout-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .apply-btn-level,
body.amasty_quote-cart-index .cart-container .cart-summary .block.shipping .content .fieldset .field .apply-btn-level {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.28px;
  color: #8D8D8D;
  display: block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
}
body.checkout-cart-index .cart-container .cart-summary .cart-totals,
body.amasty_quote-cart-index .cart-container .cart-summary .cart-totals {
  border-top: none;
  padding-top: 0;
}
body.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.grand.totals th,
body.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.grand.totals th,
body.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.grand.totals td,
body.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.grand.totals td {
  padding-top: 14px;
  border-color: #E0E0E0;
}
body.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.grand.totals th strong,
body.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.grand.totals th strong,
body.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.grand.totals td strong,
body.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.grand.totals td strong {
  font-size: 28px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.045em;
  color: #041e42;
}
body.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.sub th,
body.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.sub th,
body.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.sub td,
body.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.sub td {
  padding-bottom: 20px;
  color: #333333;
  font-size: 16px;
}
body.amasty_quote-cart-index .cart-container .cart-summary .summary.title {
  margin: 0 0 0 35px;
}
body.amasty_quote-cart-index .cart-container .cart-summary .summary-check-login {
  display: none;
}
body.amasty_quote-cart-index .cart-container .cart-summary .quote-details {
  margin-top: 25px;
}
body.amasty_quote-cart-index .cart-container .cart-summary .quote-details .title {
  display: none;
}
body.amasty_quote-cart-index .cart-container .cart-summary .quote-details .form-login {
  border: none;
}
body.amasty_quote-cart-index .cart-container .cart-summary .quote-details .form.form-login {
  order: 2;
}
body.amasty_quote-cart-index .cart-container .cart-summary .quote-details #customer-email-fieldset .field {
  margin-bottom: 0;
}
body.amasty_quote-cart-index .cart-container .cart-summary .quote-details .fieldset:not(#customer-email-fieldset,.hidden-fields) {
  display: flex;
  flex-direction: column;
}
body.amasty_quote-cart-index .cart-container .cart-summary .quote-details .fieldset:not(#customer-email-fieldset,.hidden-fields) .field:nth-child(2) {
  order: 1;
}
body.amasty_quote-cart-index .cart-container .cart-summary .quote-details .fieldset:not(#customer-email-fieldset,.hidden-fields) .field:nth-child(3) {
  display: none;
}
body.amasty_quote-cart-index .cart-container .cart-summary .quote-details .fieldset:not(#customer-email-fieldset,.hidden-fields) .field:nth-child(4) {
  order: 3;
}
body.amasty_quote-cart-index .cart-container .cart-summary .quote-details .fieldset:not(#customer-email-fieldset,.hidden-fields) .field:last-child {
  margin-bottom: 20px;
  order: 4;
}
body.amasty_quote-cart-index .cart-container .cart-summary .quote-details .field .label {
  display: none;
}
body.amasty_quote-cart-index .cart-container .cart-summary .quote-details .field .control .input-text,
body.amasty_quote-cart-index .cart-container .cart-summary .quote-details .field .control input,
body.amasty_quote-cart-index .cart-container .cart-summary .quote-details .field .control textarea {
  border: none;
  border-bottom: 1px solid #000000;
  height: auto;
  color: #8B8B8B;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  padding: 12px 30px 8px 0;
  background-color: transparent;
  border-radius: 0;
  background: none;
  border-color: #E0E0E0;
  width: 100%;
  color: #000000;
}
body.amasty_quote-cart-index .cart-container .cart-summary .quote-details .field .control textarea {
  height: 50px;
}
body.amasty_quote-cart-index .cart-container .cart-summary .quote-back-cart {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
  margin: 3px 0 30px 0;
}
body.amasty_quote-cart-index .cart-container .cart-summary .quote-back-cart a {
  padding: 0 17px 0 0;
  position: relative;
  top: -11px;
}
body.amasty_quote-cart-index .cart-container .cart-summary .request-quote-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: -0.03em;
  color: #828282;
  margin: 0;
}
body:not(.amasty_quote-cart-index) .quote-back-cart {
  display: none;
}
.cart-help {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 29px 35px;
  justify-content: space-between;
  background: #1F5792;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cart-help {
    display: block;
    padding: 13px 12px 13px 12px;
  }
}
.cart-help .carthelp-shape .carthelp-shape {
  display: none;
}
.cart-help .carthelp-shape {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 767px) {
  .cart-help .carthelp-shape {
    justify-content: center;
  }
}
.cart-help .carthelp-shape .carthelp-text h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin: 0;
}
.cart-help .carthelp-shape .carthelp-text p {
  display: none;
}
.cart-help .cart-chat-help {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 767px) {
  .cart-help .cart-chat-help {
    margin: 14px 0 0 0;
    justify-content: space-evenly;
  }
}
.cart-help .cart-chat-help .cart-chat-block {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
}
.cart-help .cart-chat-help .cart-chat-block .cart-chat-img {
  position: relative;
  top: 1px;
}
.cart-help .cart-chat-help .cart-chat-block .cart-chat-img img {
  max-width: 15px;
  display: none;
}
.cart-help .cart-chat-help .cart-chat-block .cart-chat-text {
  padding-left: 10px;
}
.cart-help .cart-chat-help .cart-chat-block .cart-chat-text h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  color: #fff;
  position: relative;
  margin: 0;
}
@media (max-width: 767px) {
  .cart-help .cart-chat-help .cart-chat-block .cart-chat-text h5 {
    font-size: 15px;
  }
}
.cart-help .cart-chat-help .cart-chat-block.cart-chat-chat {
  margin-right: 60px;
}
.cart-help .cart-chat-help .cart-chat-block.cart-chat-chat .cart-chat-img {
  background-image: url(../images/cart-chat.svg);
  width: 28px;
  height: 21px;
}
.cart-help .cart-chat-help .cart-chat-block.cart-chat-chat .cart-chat-text h5:after {
  content: "\f0da";
  position: absolute;
  right: -20px;
  bottom: 0px;
  font-family: FontAwesome;
  font-size: 16px;
  color: #fff;
}
.cart-help .cart-chat-help .cart-chat-block.cart-chat-number .cart-chat-img {
  background-image: url(../images/cart-call.svg);
  width: 28px;
  height: 29px;
}
.order-with-conf {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  -webkit-align-items: center;
  background: rgba(0, 0, 0, 0.02);
  padding: 22px 28px 22px 24px;
  margin-top: 38px;
}
@media (max-width: 767px) {
  .order-with-conf {
    padding: 20px 12px 20px 12px;
    margin-top: 20px;
  }
}
.order-with-conf .order-with-text {
  padding: 0 0 0 20px;
}
.order-with-conf .order-with-text h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
  margin: 0;
}
.order-with-conf .order-with-text p {
  font-size: 16px;
  line-height: 24px;
  color: #828282;
  margin-bottom: 0;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  padding: 0px 0 20px;
  color: #333333;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  padding-top: 0;
  color: #333333;
}
.hidemobile {
  display: block;
}
@media (max-width: 767px) {
  body.checkout-cart-index .cart-container .cart-summary,
  body.amasty_quote-cart-index .cart-container .cart-summary {
    padding: 30px;
    background: #fafafa;
    width: 100%;
  }
  body.checkout-cart-index .cart-container .cart-summary .block.discount .content,
  body.amasty_quote-cart-index .cart-container .cart-summary .block.discount .content {
    padding: 0;
  }
  body.checkout-cart-index .cart-container .cart-summary .block.shipping .title,
  body.amasty_quote-cart-index .cart-container .cart-summary .block.shipping .title {
    padding-left: 0;
  }
  body.checkout-cart-index .cart-container .cart-summary .cart-totals,
  body.amasty_quote-cart-index .cart-container .cart-summary .cart-totals {
    padding-left: 0;
    padding-right: 0;
  }
  body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items,
  body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-container {
    display: flex;
    flex-wrap: wrap;
  }
  .cart-container .form.form-cart {
    order: 1;
    margin-bottom: 0;
  }
  .cart-container .cart-summary {
    order: 2;
  }
  .hidemobile {
    display: none !important;
  }
  .showmobile {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.checkout-cart-index .cart-container-main:after,
  body.amasty_quote-cart-index .cart-container-main:after {
    display: none;
  }
  body.checkout-cart-index .cart-container .cart-summary,
  body.amasty_quote-cart-index .cart-container .cart-summary {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    margin: 0;
    padding: 30px;
  }
  body.checkout-cart-index .cart-container .form-cart,
  body.amasty_quote-cart-index .cart-container .form-cart {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  body.checkout-cart-index .cart-container-main:after,
  body.amasty_quote-cart-index .cart-container-main:after {
    width: 32%;
  }
  body.checkout-cart-index .cart-container .cart-summary,
  body.amasty_quote-cart-index .cart-container .cart-summary {
    flex: 0 0 34%;
    max-width: 34%;
    -ms-flex: 0 0 34%;
    padding-right: 0;
  }
  body.checkout-cart-index .cart-container .form-cart,
  body.amasty_quote-cart-index .cart-container .form-cart {
    flex: 0 0 66%;
    max-width: 66%;
    -ms-flex: 0 0 66%;
  }
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tr th.item,
  body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper tr th.item {
    width: 50%;
  }
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tr.item-info td,
  body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper tr.item-info td {
    padding: 32px 12px 12px 12px;
  }
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tr.item-info td.col.qty .control .qty,
  body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper tr.item-info td.col.qty .control .qty,
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tr.item-info td.col.qty .control .input-text,
  body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper tr.item-info td.col.qty .control .input-text {
    width: 68px;
  }
  body.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tr.item-info td .product-item-details,
  body.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper tr.item-info td .product-item-details {
    padding-left: 0;
  }
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content {
  text-align: left !important;
  margin-top: 24px;
}
.customer-account-login .login-container {
  margin: 10px 0 50px 0;
}
.customer-account-login .login-container .primary button,
.customer-account-login .login-container .primary a.action.create.primary {
  background: #011E41;
  border-radius: 0;
  color: #fff !important;
  height: 55px;
  text-align: center;
  display: inline-block;
  line-height: 55px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: 'Roboto';
}
.customer-account-login .login-container .primary button:hover,
.customer-account-login .login-container .primary a.action.create.primary:hover {
  background: #185292;
}
.customer-account-login .login-container .primary button:hover,
.customer-account-login .login-container .primary a.action.create.primary:hover {
  background: #185292;
}
.customer-account-login .login-container .block-title {
  margin-bottom: 22px;
  padding-bottom: 15px;
}
.customer-account-login .login-container .block-title strong {
  font-size: 24px;
  display: block;
  margin: 0;
  color: #011E42;
}
.customer-account-login .login-container p {
  color: #222;
}
.customer-account-login .login-container .block.block-customer-login form .field {
  margin-bottom: 28px;
  color: #222;
}
.customer-account-login .login-container .block.block-customer-login .actions-toolbar {
  display: flex;
  flex-wrap: wrap;
}
.customer-account-login .login-container .block.block-customer-login .actions-toolbar div.primary {
  order: 2;
}
.customer-account-login .login-container .block.block-customer-login .actions-toolbar .secondary {
  order: 1;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  margin-top: -10px;
}
.customer-account-login .login-container .block.block-customer-login .actions-toolbar .secondary a {
  color: #041e42;
}
.customer-account-login form .control,
.customer-account-create form .control,
.customer-account-forgotpassword form .control {
  width: 100% !important;
}
.customer-account-login form .actions-toolbar .action.submit.primary,
.customer-account-create form .actions-toolbar .action.submit.primary,
.customer-account-forgotpassword form .actions-toolbar .action.submit.primary {
  background: #011E41;
  border-radius: 0;
  color: #fff !important;
  height: 55px;
  text-align: center;
  display: inline-block;
  line-height: 55px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: 'Roboto';
  width: auto;
}
.customer-account-login form .actions-toolbar .action.submit.primary:hover,
.customer-account-create form .actions-toolbar .action.submit.primary:hover,
.customer-account-forgotpassword form .actions-toolbar .action.submit.primary:hover {
  background: #185292;
}
.customer-account-login form .actions-toolbar .action.submit.primary:hover,
.customer-account-create form .actions-toolbar .action.submit.primary:hover,
.customer-account-forgotpassword form .actions-toolbar .action.submit.primary:hover {
  background: #185292;
}
.customer-account-login form .label,
.customer-account-create form .label,
.customer-account-forgotpassword form .label {
  font-weight: normal !important;
  color: #222;
}
.customer-account-login input[type="text"],
.customer-account-create input[type="text"],
.customer-account-forgotpassword input[type="text"],
.customer-account-login input[type="password"],
.customer-account-create input[type="password"],
.customer-account-forgotpassword input[type="password"],
.customer-account-login input[type="url"],
.customer-account-create input[type="url"],
.customer-account-forgotpassword input[type="url"],
.customer-account-login input[type="tel"],
.customer-account-create input[type="tel"],
.customer-account-forgotpassword input[type="tel"],
.customer-account-login input[type="search"],
.customer-account-create input[type="search"],
.customer-account-forgotpassword input[type="search"],
.customer-account-login input[type="number"],
.customer-account-create input[type="number"],
.customer-account-forgotpassword input[type="number"],
.customer-account-login input[type*="date"],
.customer-account-create input[type*="date"],
.customer-account-forgotpassword input[type*="date"],
.customer-account-login input[type="email"],
.customer-account-create input[type="email"],
.customer-account-forgotpassword input[type="email"] {
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  font-size: 15px;
  padding: 0 9px;
  height: 42px;
}
.customer-account-login .page-wrapper .messages,
.customer-account-create .page-wrapper .messages,
.customer-account-forgotpassword .page-wrapper .messages {
  position: relative;
  top: 0;
}
.customer-account-login .note,
.customer-account-create .note,
.customer-account-forgotpassword .note {
  color: #222;
}
.account .page-wrapper .messages {
  position: relative;
  top: 0;
}
.account .title {
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  color: #041E42;
}
.account ul.items-qty {
  line-height: 1;
}
.account .actions-toolbar.order-actions-toolbar a.action.order {
  background: #011E41;
  border-radius: 0;
  color: #fff !important;
  height: 55px;
  text-align: center;
  display: inline-block;
  line-height: 55px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: 'Roboto';
}
.account .actions-toolbar.order-actions-toolbar a.action.order:hover {
  background: #185292;
}
.account .actions-toolbar.order-actions-toolbar a.action.order:hover {
  background: #185292;
}
.account .actions-toolbar.order-actions-toolbar .action.print {
  margin-top: 16px;
}
.history .col.status,
.orders-recent .col.status {
  display: none;
}
body .checkbox,
body .radio {
  display: inline-block;
}
body .form.create.account,
body .form.password.reset {
  min-width: inherit;
  width: 100%;
  max-width: 700px;
  margin: auto;
  background: #FAFAFA;
  padding: 30px 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body .form.create.account,
  body .form.password.reset {
    padding: 30px 5px;
    margin-bottom: 0;
  }
}
body .form.password.forget .actions-toolbar div.primary {
  text-align: left;
}
@media (max-width: 767px) {
  body fieldset.fieldset.password {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body .login-container .fieldset:after {
    text-align: left;
  }
}
body .login-container .actions-toolbar div.primary {
  text-align: left;
}
body .login-container .actions-toolbar a.action.create.primary {
  width: auto;
}
/** Register **/
.customer-account-create .page-title-wrapper {
  text-align: center;
}
.customer-account-create .block.social-login-authentication-channel.account-social-login .block-content {
  margin: 22px 0 0 0;
}
.customer-account-create .form-create-account .legend {
  margin-bottom: 22px;
  padding-bottom: 15px;
  font-weight: 500;
  color: #011E42;
}
.customer-account-create .form-create-account .legend span {
  font-size: 24px;
  display: block;
  margin: 0;
  font-weight: 500;
}
.customer-account-create .form-create-account .actions-toolbar .primary .action.submit.primary {
  background: #011E41;
  border-radius: 0;
  color: #fff !important;
  height: 55px;
  text-align: center;
  display: inline-block;
  line-height: 55px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: 'Roboto';
}
.customer-account-create .form-create-account .actions-toolbar .primary .action.submit.primary:hover {
  background: #185292;
}
.customer-account-create .form-create-account .actions-toolbar .primary .action.submit.primary:hover {
  background: #185292;
}
.block-collapsible-nav .content {
  background: #fff;
  padding: 0;
}
.block-collapsible-nav .content .items {
  border-bottom: 1px solid #E0E0E0;
}
.block-collapsible-nav .content .item {
  margin: 0;
}
.block-collapsible-nav .content .item a,
.block-collapsible-nav .content .item > strong {
  border-left: 0;
  color: #041E42;
  display: block;
  font-size: 16px;
  padding: 20px;
  border-right: 5px solid transparent;
}
.block-collapsible-nav .content .item a {
  border: 1px solid #E0E0E0;
}
.block-collapsible-nav .content .item a:hover {
  background: #f4fcfd;
}
.block-collapsible-nav .content .item:not(:last-child) a {
  border-bottom: 0;
}
.block-collapsible-nav .content .item.current > strong,
.block-collapsible-nav .content .item.current > a {
  border: 1px solid #E0E0E0;
  border-right-color: #185292;
  border-bottom-width: 0;
  border-right-width: 5px;
  background: #f4fcfd;
}
.block-collapsible-nav .content .item .delimiter {
  display: none;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
  margin-top: 30px;
}
.account .box-title,
.account .block-title {
  color: #011E41;
}
.account .fieldset > .field > .label,
.account .fieldset > .fields > .field > .label,
.account .fieldset > .legend {
  color: #011E42;
}
.account .action.primary,
.account .action-primary {
  background: #011E41;
  border-radius: 0;
  color: #fff !important;
  height: 55px;
  text-align: center;
  display: inline-block;
  line-height: 55px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: 'Roboto';
  line-height: 55px !important;
  padding: 0 46px !important;
  font-size: 16px !important;
}
.account .action.primary:hover,
.account .action-primary:hover {
  background: #185292;
}
.account .action.primary:hover,
.account .action-primary:hover {
  background: #185292;
}
.account .page-main {
  padding-bottom: 40px;
}
.account a,
.account .alink {
  color: #185292;
}
@media (max-width: 767px) {
  .page-title + .order-status {
    margin-top: 10px !important;
  }
}
.product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.checkout-onepage-success .product-items .slick-list li.product-item .product-item-info {
  position: relative;
}
.checkout-onepage-success#html-body [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
  padding-left: 0;
  padding-right: 0;
}
.checkout-onepage-success [data-content-type="products"] {
  padding: 0 42px;
}
.checkout-index-index.custom-checkout .amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(../images/checkoutbillingtick.png) center no-repeat !important;
  box-shadow: none;
}
.checkout-index-index.custom-checkout .amcheckout-step-container input[type='checkbox'] + label:before {
  border-color: #00a5b5;
  border-width: 1px;
  width: 18px;
  height: 18px;
  margin-top: 1.5px;
  border-radius: 4px;
  margin-right: 10px;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0;
}
.amcheckout-step-container .opc-payment-additional .payment-option-content .messages {
  top: 0;
}
.amcheckout-step-container .opc-payment-additional .payment-option-content #discount-form .payment-option-inner {
  margin-bottom: 10px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-content #discount-form .payment-option-inner .field input {
  margin-top: 10px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
  color: #333333;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title #block-discount-heading span {
  float: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -.02em;
  color: #041e42;
  text-decoration: underline;
  margin: 4px 0 0;
  cursor: pointer;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  display: flex;
  align-items: center;
  flex-wrap: inherit !important;
  margin: 25px 0 0;
  order: 0;
  position: absolute;
  right: 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #898B8E;
}
@media (max-width: 767px) {
  .amcheckout-step-container .amcheckout-summary-container .details-qty {
    top: 0;
    position: relative;
  }
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 0 !important;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  position: relative;
  width: auto;
}
@media (min-width: 768px) {
  .amcheckout-step-container .amcheckout-summary-container .subtotal {
    bottom: 8px;
  }
}
body.checkout-index-index:not(.custom-checkout) .custom-payment-step-bottom-section {
  display: none !important;
}
body.checkout-index-index .page-main {
  max-width: 100%;
}
@media (min-width: 1024px) {
  body.checkout-index-index .page-main {
    padding-right: 0;
    padding-left: 0;
  }
}
body.checkout-index-index .page-main .columns .column.main {
  padding-bottom: 0;
}
body.checkout-index-index .page-main .columns .column.main #checkout {
  margin-bottom: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  body.checkout-index-index .page-main .columns .column.main #checkout:after {
    content: "";
    background: #fafafa;
    right: 0;
    position: absolute;
    width: 39%;
    top: -120px;
    height: 110%;
    z-index: -1;
  }
}
body.checkout-index-index .page-main .columns .column.main .amcheckout-main-container {
  max-width: 1360px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}
body.checkout-index-index .cash-payment-method-text {
  display: none;
  margin-bottom: 25px;
}
body.checkout-index-index .checkout-payment-method .credit-card-types {
  cursor: auto;
}
body.checkout-index-index .checkout-payment-method .credit-card-types img {
  -webkit-filter: none;
}
body.checkout-index-index #purchaseorder-form {
  margin-top: -15px;
}
body.checkout-index-index #opc-shipping_method {
  display: none !important;
}
body.checkout-index-index #tnw_authorize_cim_cc_type_exp_div label {
  margin-bottom: 15px;
}
body.checkout-index-index .checkout-payment-method .ccard .fields > .year {
  padding-left: 0;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 10px;
}
body.checkout-index-index .amcheckout-step-container .custom-label {
  transform: scale(0.7);
  top: 17px !important;
  transform-origin: left;
  background: #ffffff;
  z-index: 1;
  padding: 0 5px;
}
body.checkout-index-index .amcheckout-step-container #purchaseorder-form .field-number label {
  position: relative;
  top: 40px;
  left: 17px;
  font-size: 14px;
  color: #676A6F;
  background: #ffffff;
  padding: 0 5px;
}
body.checkout-index-index .amcheckout-step-container #payment_form_tnw_authorize_cim {
  margin-bottom: 0;
}
body.checkout-index-index .amcheckout-step-container #payment_form_tnw_authorize_cim .field.type {
  margin-bottom: 0;
}
body.checkout-index-index .amcheckout-step-container #payment_form_tnw_authorize_cim .field.number label {
  position: relative;
  top: 40px;
  left: 17px;
  font-size: 14px;
  color: #676A6F;
  background: #ffffff;
  padding: 0 5px;
}
body.checkout-index-index .amcheckout-step-container #payment_form_tnw_authorize_cim .field.date {
  display: inline-block;
  vertical-align: middle;
  width: 66%;
}
body.checkout-index-index .amcheckout-step-container #payment_form_tnw_authorize_cim .field.date .fields {
  display: flex;
  justify-content: space-between;
  margin-left: -5px;
}
body.checkout-index-index .amcheckout-step-container #payment_form_tnw_authorize_cim .field.date .fields .field {
  width: 48% !important;
  padding-right: 10px;
}
body.checkout-index-index .amcheckout-step-container #payment_form_tnw_authorize_cim .field.cvv {
  display: inline-block;
  width: 34%;
}
body.checkout-index-index .amcheckout-step-container #payment_form_tnw_authorize_cim .field.cvv label span {
  display: none;
}
body.checkout-index-index .amcheckout-step-container #payment_form_tnw_authorize_cim .field.cvv label:before {
  content: 'CVC';
  position: relative;
  top: 41px !important;
  left: 17px;
  font-size: 14px;
  color: #676A6F;
  background: #ffffff;
}
body.checkout-index-index .amcheckout-step-container #payment_form_tnw_authorize_cim .field.cvv label:after {
  display: none;
}
body.checkout-index-index .amcheckout-step-container #payment_form_tnw_authorize_cim .field.cvv label.custom-label {
  transform: none;
  padding: 0;
}
body.checkout-index-index .amcheckout-step-container #payment_form_tnw_authorize_cim .field.cvv label.custom-label:before {
  transform: scale(0.7);
  top: 18px !important;
  transform-origin: left;
  z-index: 1;
  padding: 0 5px;
  font-size: 10px;
}
body.checkout-index-index .amcheckout-step-container #payment_form_tnw_authorize_cim .field.cvv .control {
  width: 100%;
  padding-right: 0;
}
body.checkout-index-index .amcheckout-step-container #payment_form_tnw_authorize_cim .field.cvv .control input {
  margin-right: 0;
  margin-left: 0px;
  bottom: 1px;
  position: relative;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-delivery-date {
  margin-bottom: 40px;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-delivery-date .custom-billing-delivery-date {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
  margin-right: 16px;
  top: 5px;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-delivery-date .custom-billing-delivery-date .amcheckout-title {
  position: absolute !important;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bdbdbd !important;
  transition: .4s;
  border-radius: 34px;
  margin: 0 !important;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-delivery-date .custom-billing-delivery-date .amcheckout-title:before {
  position: absolute !important;
  content: "";
  height: 14px !important;
  width: 14px !important;
  left: 4px !important;
  bottom: 4px;
  background-color: white;
  transition: .4s !important;
  border-radius: 50% !important;
  margin-top: 2.5px !important;
  border: none !important;
}
@media screen and (min-width: 340px) and (max-width: 479px) {
  body.checkout-index-index .amcheckout-step-container .amcheckout-delivery-date .custom-billing-delivery-date .amcheckout-title:before {
    top: 1px !important;
  }
}
body.checkout-index-index .amcheckout-step-container .amcheckout-delivery-date .custom-billing-delivery-date .amcheckout-title[aria-expanded="false"]::before {
  background: #ffffff !important;
  transform: translateX(11px);
}
body.checkout-index-index .amcheckout-step-container .amcheckout-delivery-date .custom-billing-delivery-text {
  color: #222222;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 539px) {
  body.checkout-index-index .amcheckout-step-container .amcheckout-delivery-date .custom-billing-delivery-text {
    display: block;
    bottom: 23px;
    position: relative;
    margin-left: 50px;
  }
}
body.checkout-index-index .amcheckout-step-container .amcheckout-delivery-date .amcheckout-content {
  margin-top: 15px;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-delivery-date.-closed .custom-billing-delivery-date .amcheckout-title {
  background-color: #00a5b5 !important;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options {
  border: none;
  background: #ffffff;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 766px) {
  body.checkout-index-index .amcheckout-step-container .pay-title-tab {
    height: auto !important;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
@media (max-width: 570px) {
  body.checkout-index-index .amcheckout-step-container .billing-address-same-as-shipping-block {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100px !important;
  }
}
body.checkout-index-index .amcheckout-step-container .billing-address-same-as-shipping-block:not(.custom-checkout) {
  background: #fafafa;
  height: 65px;
  align-items: center;
  padding-left: 35px;
  padding-right: 15px;
}
body.checkout-index-index .amcheckout-step-container .pay-title-tab {
  background: #fafafa;
  height: 65px;
  align-items: center;
  padding-left: 35px;
  padding-right: 15px;
}
body.checkout-index-index .amcheckout-step-container .custom-billing-step.same-billing-add {
  margin-right: 75px;
}
body.checkout-index-index .amcheckout-step-container .custom-billing-step.payment-method-title-tab:last-child label[for="cashondelivery"] {
  display: none;
}
@media (min-width: 767px) {
  body.checkout-index-index .amcheckout-step-container .custom-billing-step.payment-method-title-tab:last-child {
    position: relative;
    left: 90px;
  }
}
@media (min-width: 767px) {
  body.checkout-index-index .amcheckout-step-container .custom-billing-step.payment-method-title-tab:nth-last-child(2) label[for="purchaseorder"] {
    position: relative;
    left: 90px;
  }
}
body.checkout-index-index .amcheckout-step-container .billing-address-same-as-shipping-block.custom-checkout {
  display: none !important;
}
body.checkout-index-index .amcheckout-step-container .billing-address-same-as-shipping-block:not(.custom-checkout) .custom-billing-step._active label:before,
body.checkout-index-index .amcheckout-step-container .pay-title-tab .custom-billing-step._active label:before {
  border-width: 4.5px;
  box-shadow: none;
  border-color: #00a5b5;
  border-radius: 10px;
  background: none !important;
}
body.checkout-index-index .amcheckout-step-container .billing-address-same-as-shipping-block:not(.custom-checkout) .custom-billing-step label span,
body.checkout-index-index .amcheckout-step-container .pay-title-tab .custom-billing-step label span {
  color: #222222;
  font-weight: 500;
  font-size: 14px;
}
body.checkout-index-index .amcheckout-step-container .billing-address-same-as-shipping-block:not(.custom-checkout) .custom-billing-step input[type='checkbox']:checked + label:before,
body.checkout-index-index .amcheckout-step-container .pay-title-tab .custom-billing-step input[type='checkbox']:checked + label:before,
body.checkout-index-index .amcheckout-step-container .billing-address-same-as-shipping-block:not(.custom-checkout) .custom-billing-step input[type='radio']:checked + label:before,
body.checkout-index-index .amcheckout-step-container .pay-title-tab .custom-billing-step input[type='radio']:checked + label:before {
  border-width: 4.5px;
  box-shadow: none;
  border-color: #00a5b5;
  border-radius: 10px;
  background: none !important;
}
body.checkout-index-index .amcheckout-step-container .billing-address-same-as-shipping-block:not(.custom-checkout) .custom-billing-step input[type='checkbox'] + label:before,
body.checkout-index-index .amcheckout-step-container .pay-title-tab .custom-billing-step input[type='checkbox'] + label:before,
body.checkout-index-index .amcheckout-step-container .billing-address-same-as-shipping-block:not(.custom-checkout) .custom-billing-step input[type='radio'] + label:before,
body.checkout-index-index .amcheckout-step-container .pay-title-tab .custom-billing-step input[type='radio'] + label:before {
  border-radius: 10px;
  height: 16px;
  margin: 2px 12px 0 0;
}
body.checkout-index-index #co-payment-form hr {
  display: none;
}
body.checkout-index-index .checkout-billing-address,
body.checkout-index-index .amcheckout-delivery-date,
body.checkout-index-index #checkout-step-payment,
body.checkout-index-index .amcheckout-additional-options,
body.checkout-index-index .checkout-payment-method,
body.checkout-index-index .checkout-summary-block,
body.checkout-index-index .payment-step-address-section {
  display: none;
}
body.checkout-index-index #shipping-new-address-form .field:nth-child(7),
body.checkout-index-index .billing-address-form .field:nth-child(7),
body.checkout-index-index #shipping-new-address-form .field:nth-child(8),
body.checkout-index-index .billing-address-form .field:nth-child(8),
body.checkout-index-index #shipping-new-address-form .field:nth-child(10),
body.checkout-index-index .billing-address-form .field:nth-child(10) {
  width: 50%;
}
@media (max-width: 767px) {
  body.checkout-index-index #shipping-new-address-form .field:nth-child(7),
  body.checkout-index-index .billing-address-form .field:nth-child(7),
  body.checkout-index-index #shipping-new-address-form .field:nth-child(8),
  body.checkout-index-index .billing-address-form .field:nth-child(8),
  body.checkout-index-index #shipping-new-address-form .field:nth-child(10),
  body.checkout-index-index .billing-address-form .field:nth-child(10) {
    width: 100%;
  }
}
body.checkout-index-index #shipping-new-address-form .field:nth-child(8) label,
body.checkout-index-index .billing-address-form .field:nth-child(8) label,
body.checkout-index-index #shipping-new-address-form .field:nth-child(11) label,
body.checkout-index-index .billing-address-form .field:nth-child(11) label {
  display: none;
}
body.checkout-index-index #co-shipping-form {
  margin-top: 25px;
}
body.checkout-index-index #customer-email-fieldset {
  margin-bottom: 0;
}
body.checkout-index-index #customer-email-fieldset .field:first-child {
  margin-bottom: 0;
}
body.checkout-index-index #customer-email-fieldset .field:first-child input {
  border: 1px solid #1c1b1f;
}
body.checkout-index-index #customer-email-fieldset .field:first-child input:focus {
  border: 2px solid #222222;
}
body.checkout-index-index #customer-email-fieldset .field:first-child label {
  position: relative;
  top: 40px;
  left: 12px;
  font-size: 14px;
  color: #676a6f;
  background: #fff;
  padding: 0 5px;
}
body.checkout-index-index .steps-outer-container {
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 25px;
}
body.checkout-index-index .steps-outer-container .step-inner-container.billing,
body.checkout-index-index .steps-outer-container .step-inner-container.payment {
  color: #B0B1B2;
}
body.checkout-index-index .steps-outer-container .step-inner-container.billingColor,
body.checkout-index-index .steps-outer-container .step-inner-container.paymentColor {
  color: #363636;
}
body.checkout-index-index .steps-outer-container .step-inner-container {
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 479px) {
  body.checkout-index-index .steps-outer-container .step-inner-container {
    font-size: 14px;
  }
}
body.checkout-index-index .steps-outer-container .step-inner-container .step-image {
  width: 25px;
  height: 24px;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: inline-block;
  vertical-align: -4px;
  margin-right: 10px;
}
@media (max-width: 479px) {
  body.checkout-index-index .steps-outer-container .step-inner-container .step-image {
    margin-right: 5px;
    vertical-align: -3px;
  }
}
@media (max-width: 359px) {
  body.checkout-index-index .steps-outer-container .step-inner-container .step-image {
    margin-right: 0;
  }
}
body.checkout-index-index .steps-outer-container .step-inner-container .shipping {
  background-image: url(../images/Shipping.png);
}
@media (max-width: 479px) {
  body.checkout-index-index .steps-outer-container .step-inner-container .shipping {
    background-image: url(../images/Shipping-mobile.png);
    width: 16px;
    height: 16px;
  }
}
body.checkout-index-index .steps-outer-container .step-inner-container .billing {
  background-image: url(../images/Billing.png);
}
@media (max-width: 479px) {
  body.checkout-index-index .steps-outer-container .step-inner-container .billing {
    background-image: url(../images/Billing-Mobile.png);
    width: 12px;
    height: 16px;
  }
}
body.checkout-index-index .steps-outer-container .step-inner-container .billing-blue {
  background-image: url(../images/Billing-blue.png);
}
@media (max-width: 479px) {
  body.checkout-index-index .steps-outer-container .step-inner-container .billing-blue {
    background-image: url(../images/Billing-mobile.png);
  }
}
body.checkout-index-index .steps-outer-container .step-inner-container .payment {
  background-image: url(../images/Payment.png);
  height: 22px;
}
@media (max-width: 479px) {
  body.checkout-index-index .steps-outer-container .step-inner-container .payment {
    background-image: url(../images/Payment-Mobile.png);
    width: 16px;
    height: 16px;
  }
}
body.checkout-index-index .steps-outer-container .step-inner-container .payment-blue {
  background-image: url(../images/Payment-blue.png);
}
@media (max-width: 479px) {
  body.checkout-index-index .steps-outer-container .step-inner-container .payment-blue {
    background-image: url(../images/Payment-mobile.png);
  }
}
body.checkout-index-index .steps-outer-container .step-line-outer {
  width: 20%;
  margin: auto;
}
@media (min-width: 1024px) and (max-width: 1350px) {
  body.checkout-index-index .steps-outer-container .step-line-outer {
    width: 15%;
  }
}
@media (max-width: 767px) {
  body.checkout-index-index .steps-outer-container .step-line-outer {
    width: 10%;
  }
}
body.checkout-index-index .steps-outer-container .step-line-outer .step-line {
  height: 3px;
  background: #F2F2F2;
  border-radius: 23px;
}
body.checkout-index-index .steps-outer-container .step-line-outer .blue-step-line {
  background: #00a5b5;
}
body.checkout-index-index .steps-bottom-section {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.checkout-index-index .steps-bottom-section .button-section {
  width: 234px;
  height: 50px;
  background: #041E42;
  border-radius: 4px;
  align-items: center;
  display: flex;
  cursor: pointer;
}
@media (max-width: 439px) {
  body.checkout-index-index .steps-bottom-section .button-section {
    width: 130px;
    height: 40px;
  }
}
body.checkout-index-index .steps-bottom-section .button-section:hover {
  background: #184f8b;
}
body.checkout-index-index .steps-bottom-section .button-section span {
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  margin: auto;
}
@media (max-width: 439px) {
  body.checkout-index-index .steps-bottom-section .button-section span {
    font-size: 12px;
  }
}
body.checkout-index-index .steps-bottom-section .link-section {
  cursor: pointer;
}
body.checkout-index-index .steps-bottom-section .link-section .return-text {
  color: #185292;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 439px) {
  body.checkout-index-index .steps-bottom-section .link-section .return-text {
    font-size: 12px;
  }
}
body.checkout-index-index .steps-bottom-section .link-section .arrow-icon {
  background-image: url(../images/Vector.png);
  width: 7px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 439px) {
  body.checkout-index-index .steps-bottom-section .link-section .arrow-icon {
    width: 4px;
    height: 10px;
    margin-right: 0;
  }
}
body.checkout-index-index .billing-step-bottom-section,
body.checkout-index-index .payment-step-bottom-section,
body.checkout-index-index .shippingbilling-step-bottom-section,
body.checkout-index-index .custom-payment-step-bottom-section {
  display: none;
}
body.checkout-index-index .payment-step-bottom-section {
  margin-top: 25px;
}
body.checkout-index-index .payment-step-bottom-section .steps-bottom-section {
  margin-top: 0;
}
body.checkout-index-index .payment-step-address-section .payment-step-address-inner {
  display: flex;
}
body.checkout-index-index .payment-step-address-section .payment-step-address-inner .payment-step-address-shipping {
  width: 60%;
}
body.checkout-index-index .payment-step-address-section .payment-step-address-inner .payment-step-address-billing {
  width: 50%;
}
body.checkout-index-index .payment-step-address-section .address-heading {
  color: #222222;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}
body.checkout-index-index .payment-step-address-section .address-text {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}
body.checkout-index-index .payment-step-address-section .address-text.shipping {
  margin-bottom: 24px;
}
body.checkout-index-index .left_right_menu {
  display: none;
}
body.checkout-index-index .billing-address-form .shipping-address-label-change {
  display: none;
}
body.checkout-index-index header.page-header {
  z-index: 9;
}
body.checkout-index-index header.page-header .nav-sections {
  display: block;
}
body.checkout-index-index header.page-header .header.content {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  body.checkout-index-index header.page-header .header.content .action.nav-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  body.checkout-index-index header.page-header .header.content .action.nav-toggle {
    top: 10px;
  }
}
body.checkout-index-index header.page-header .action.nav-toggle {
  display: none !important;
}
body.checkout-index-index header.page-header .logo {
  margin: 0 !important;
}
body.checkout-index-index header.page-header .logo img {
  width: 150px !important;
}
body.checkout-index-index .page-wrapper .messages {
  position: relative;
  top: 20px;
}
body.checkout-index-index .checkout-container {
  margin-top: -30px;
}
body.checkout-index-index .checkout-container .authentication-wrapper {
  text-align: left;
  float: none;
  max-width: 100%;
  width: 100%;
  margin: 0 0 30px 0;
  transform: none;
}
body.checkout-index-index .checkout-container .authentication-wrapper .modal-custom-overlay {
  z-index: 9 !important;
}
@media (min-width: 767px) {
  body.checkout-index-index .checkout-container .authentication-wrapper .modal-custom.authentication-dropdown {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    max-width: 600px;
    display: none;
    border: none;
  }
}
body.checkout-index-index .checkout-container .authentication-wrapper .modal-custom.authentication-dropdown .modal-inner-wrap .block .block-title strong {
  font-size: 25px;
  font-weight: 500;
  color: #000;
}
body.checkout-index-index .checkout-container .authentication-wrapper .modal-custom.authentication-dropdown .modal-inner-wrap .block .block-content .actions-toolbar .primary .action-login {
  background: #011E41;
  border-radius: 0;
  color: #fff !important;
  height: 55px;
  text-align: center;
  display: inline-block;
  line-height: 55px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: 'Roboto';
  color: #041e42;
}
body.checkout-index-index .checkout-container .authentication-wrapper .modal-custom.authentication-dropdown .modal-inner-wrap .block .block-content .actions-toolbar .primary .action-login:hover {
  background: #185292;
}
body.checkout-index-index .checkout-container .authentication-wrapper .modal-custom.authentication-dropdown .modal-inner-wrap .block .block-content .actions-toolbar .primary .action-login:hover {
  background: #185292;
}
body.checkout-index-index .checkout-container .authentication-wrapper .modal-custom.authentication-dropdown .modal-inner-wrap .block .block-content .actions-toolbar .secondary a {
  color: #041e42;
}
body.checkout-index-index .checkout-container .authentication-wrapper .auth-main-wrapper .auth-img,
body.checkout-index-index .checkout-container .authentication-wrapper .auth-main-wrapper .auth-text {
  display: inline-block;
  vertical-align: middle;
}
body.checkout-index-index .checkout-container .authentication-wrapper .auth-main-wrapper .auth-img {
  display: none;
}
@media (max-width: 767px) {
  body.checkout-index-index .checkout-container .authentication-wrapper .auth-main-wrapper .auth-img {
    display: none;
  }
}
body.checkout-index-index .checkout-container .authentication-wrapper .auth-main-wrapper .auth-img img {
  max-width: 28px;
}
body.checkout-index-index .checkout-container .authentication-wrapper .auth-main-wrapper .auth-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #222222;
}
body.checkout-index-index .checkout-container .authentication-wrapper .auth-main-wrapper .auth-btn {
  padding-left: 0;
  padding-top: 20px;
  cursor: pointer;
}
body.checkout-index-index .checkout-container .authentication-wrapper .auth-main-wrapper .auth-btn .action-auth-toggle {
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #1979c3;
  height: 40px;
  padding: 0;
  background: none;
  width: 116px;
}
@media (min-width: 767px) {
  body.checkout-index-index .checkout-container .authentication-wrapper .auth-main-wrapper .auth-btn .action-auth-toggle:after {
    background: #000;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: none;
    right: 0;
  }
}
body.checkout-index-index .checkout-container .checkout-header {
  width: 100%;
  position: relative;
  margin: 30px 0 5px;
}
body.checkout-index-index .checkout-container .checkout-header h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #041E42;
  margin: 0;
}
body.checkout-index-index .checkout-container .checkout-header h1::before {
  content: '';
  background-image: url(../images/lock.svg);
  width: 11px;
  height: 14px;
  display: inline-block;
  vertical-align: 3px;
  margin-right: 10px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main {
    width: 60%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main {
    width: calc(100% - (400px + 46px));
  }
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main tr.row {
  margin-left: 0;
  margin-right: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block:not(:first-of-type) {
  margin: 10px 0 40px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .amcheckout-title {
  background: none;
  padding: 0;
  margin: 0 0 0px 0;
  color: #222222;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .amcheckout-title .amcheckout-icon {
  display: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .amcheckout-delivery-date .amcheckout-title {
  font-size: 14px;
  position: relative;
  padding-left: 23px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .amcheckout-delivery-date .amcheckout-title::before {
  content: '';
  border-radius: 2px;
  transition: none;
  border: 1px solid #222222;
  width: 16px;
  height: 16px;
  box-shadow: none;
  margin-right: 7px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .amcheckout-delivery-date .amcheckout-title[aria-expanded="false"]::before {
  content: '';
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=');
  background-size: 100% !important;
  background-position: center top!important;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .input-text {
  border-radius: 0 !important;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .label {
  display: none !important;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .amcheckout-wrapper {
  padding: 0 !important;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .amcheckout-wrapper .shipping-address-label-change {
  margin-top: 20px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .form-login {
  border: none;
  margin-bottom: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .form-login .fieldset .actions-toolbar .primary .action.login {
  background: #011E41;
  border-radius: 0;
  color: #fff !important;
  height: 55px;
  text-align: center;
  display: inline-block;
  line-height: 55px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: 'Roboto';
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .form-login .fieldset .actions-toolbar .primary .action.login:hover {
  background: #185292;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .form-login .fieldset .actions-toolbar .primary .action.login:hover {
  background: #185292;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .form-login .fieldset .actions-toolbar .secondary a.action.remind {
  color: #041e42;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) fieldset.field {
  margin-bottom: 0 !important;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field {
  margin-bottom: 20px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field .control {
  position: relative;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field .control input:not([type="checkbox"]),
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field .control select:not([type="checkbox"]),
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field .control input:not([type="radio"]),
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field .control select:not([type="radio"]) {
  border: none;
  border-bottom: 1px solid #000000;
  height: auto;
  color: #8B8B8B;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  padding: 12px 30px 8px 0;
  border-radius: 0;
  background-color: transparent;
  color: #4f4f4f;
  border-color: #E0E0E0;
  padding: 0 30px 0 15px;
  font-size: 14px;
  font-weight: 400;
  color: #676A6F;
  width: 100%;
  height: 44px;
  border: 1px solid #79747e;
  border-radius: 4px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field .control input:not([type="checkbox"]):focus,
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field .control select:not([type="checkbox"]):focus,
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field .control input:not([type="radio"]):focus,
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field .control select:not([type="radio"]):focus {
  border: 2px solid #222222;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field .control input:not([type="checkbox"]):hover,
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field .control select:not([type="checkbox"]):hover,
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field .control input:not([type="radio"]):hover,
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field .control select:not([type="radio"]):hover {
  border-color: #222222;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field .control select {
  padding-bottom: 0 !important;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field .control label {
  font-size: 14px;
  font-weight: 400;
  color: #676A6F;
  position: absolute;
  top: 12px;
  left: 15px;
  clip: inherit;
  width: auto;
  height: auto;
  margin: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field .control select ~ label {
  font-size: 11px;
  top: -12px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field .control .field-tooltip {
  display: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field.fl-label-state .control label {
  transform: scale(0.7);
  top: -10px;
  transform-origin: left;
  background: #ffffff;
  padding: 0 10px;
  left: 10px;
  color: #011e41;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .fieldset .field._required .control label span:after {
  content: '*';
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #676A6F;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) div[data-bind="afterRender: manipulateInlineForm"] {
  display: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block form:not(.payments) .field.street > legend.label {
  display: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .actions-toolbar .primary {
  padding: 0;
  display: flex;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .actions-toolbar .primary .action-update {
  background: #111111;
  height: 40px;
  text-align: center;
  width: auto;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #111111;
  padding: 0 18px;
  border-radius: 0;
  line-height: 40px;
  font-family: 'Roboto';
  margin: 0;
  width: 120px;
  background-color: #041e42;
  border: 0;
  margin-right: 15px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .actions-toolbar .primary .action-update:hover {
  background: #041E42;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .actions-toolbar .primary .action-cancel {
  color: #041e42;
  padding: 13px 30px;
  background: #EFEFEF;
  border-radius: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block #giftcardaccount-placer {
  padding: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block #giftcardaccount-placer .payment-option-title {
  display: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block #giftcardaccount-placer .payment-option-content .payment-option-inner .field .label {
  display: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block #giftcardaccount-placer .payment-option-content .actions-toolbar button {
  background: #111111;
  height: 40px;
  text-align: center;
  width: auto;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #111111;
  padding: 0 18px;
  border-radius: 0;
  line-height: 40px;
  font-family: 'Roboto';
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block #giftcardaccount-placer .payment-option-content .actions-toolbar button:hover {
  background: #041E42;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-billing-address .field.field-select-billing {
  display: none;
  font-size: 18px;
  font-weight: 400;
  color: #222;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-billing-address .fieldset.address div[name$=".custom_field_3"] {
  display: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-billing-address .billing-address-same-as-shipping-block {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-bottom: 25px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-billing-address .billing-address-same-as-shipping-block {
    flex-wrap: wrap;
  }
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-billing-address .billing-address-same-as-shipping-block .cus-address {
  position: relative;
  width: 100%;
  text-align: center;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-billing-address .billing-address-same-as-shipping-block .cus-address label {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  color: #636363;
  display: block;
  border: 1px solid #BDBDBD;
  margin: 0 -1px;
  background: #fff;
  padding: 9px 10px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: none;
}
@media (max-width: 767px) {
  body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-billing-address .billing-address-same-as-shipping-block .cus-address label {
    margin-top: 8px;
  }
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-billing-address .billing-address-same-as-shipping-block .cus-address label:before {
  display: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-billing-address .billing-address-same-as-shipping-block .cus-address label span {
  transition: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-billing-address .billing-address-same-as-shipping-block .cus-address input:checked ~ label {
  background: #041E42;
  color: #fff;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-payment-method .form.payments .amcheckout-content .amcheckout-wrapper {
  padding-top: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-payment-method .form.payments .amcheckout-content .amcheckout-wrapper .pay-title-tab {
  width: 100%;
}
@media (max-width: 766px) {
  body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-payment-method .form.payments .amcheckout-content .amcheckout-wrapper .pay-title-tab {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media (min-width: 767px) {
  body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-payment-method .form.payments .amcheckout-content .amcheckout-wrapper .pay-title-tab {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-between;
    margin: 15px 0;
  }
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-payment-method .form.payments .amcheckout-content .amcheckout-wrapper .pay-title-tab .payment-method-title-tab {
  width: 100%;
}
@media (max-width: 767px) {
  body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-payment-method .form.payments .amcheckout-content .amcheckout-wrapper .pay-title-tab .payment-method-title-tab label {
    margin-top: 7px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-payment-method .form.payments .amcheckout-content .amcheckout-wrapper .pay-title-tab .payment-method-title-tab label {
    padding: 9px 6px;
    font-size: 11px;
  }
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-payment-method .form.payments .amcheckout-content .amcheckout-wrapper .pay-title-tab .payment-method-title-tab label span {
  transition: none;
}
@media only screen and (min-width: 1024px) {
  body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-payment-method .form.payments .amcheckout-content .amcheckout-wrapper .pay-title-tab .payment-method-title-tab:nth-child(2) .label {
    border-left: 0;
    border-right: 0;
  }
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-payment-method .form.payments .amcheckout-content .amcheckout-wrapper .payment-method {
  border: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
  margin: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-payment-method .form.payments .amcheckout-content .amcheckout-wrapper .payment-method .payment-method-title {
  display: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-payment-method .form.payments .amcheckout-content .amcheckout-wrapper .payment-method .payment-method-content {
  padding: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-payment-method .form.payments .amcheckout-content .amcheckout-wrapper .payment-method .payment-method-content #po_number {
  margin-bottom: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-method .amcheckout-wrapper {
  padding-top: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-method .amcheckout-content .methods-shipping .amcheckout-method {
  border: 0;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-method .amcheckout-content .methods-shipping .amcheckout-method td {
  padding: 0;
  font-size: 14px;
  line-height: 25px;
  color: #222;
  font-weight: 400;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-method .amcheckout-content .methods-shipping .amcheckout-method td .amcheckout-label {
  display: block;
  line-height: 1;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-method .amcheckout-content .methods-shipping .amcheckout-method td .amcheckout-label::before {
  border-radius: 2px;
  transition: none;
  border: 1px solid #222222;
  width: 16px;
  height: 16px;
  box-shadow: none;
  margin-right: 7px;
  margin-top: 5px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-method .amcheckout-content .methods-shipping .amcheckout-method td input[type='radio']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) !important;
  background-size: 100% !important;
  background-position: center top!important;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-method .amcheckout-content .methods-shipping .amcheckout-method td.col-price {
  margin-right: 5px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-method .amcheckout-content .methods-shipping .amcheckout-method td.col-price + .col-method {
  display: none !important;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .form.form-shipping-address .fieldset.address div[name$=".custom_field_3"] {
  margin-bottom: 20px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .form.form-shipping-address .fieldset.address div[name$=".custom_field_3"] input {
  display: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .form.form-shipping-address .fieldset.address div[name$=".custom_field_3"] .label {
  position: unset;
  font-size: 18px;
  font-weight: 400;
  color: #222;
}
@media (max-width: 767px) {
  body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .fieldset.address div[name$=".company"] {
    width: 100%;
  }
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-address {
  /* 115274:Checkout Page Update */
  /* 115274:Checkout Page Update */
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-address .checkout-shipping-contact-details {
  cursor: default;
  pointer-events: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-address .field.addresses .shipping-address-items .shipping-address-item {
  border: 0.5px solid #BDBDBD;
  background: none;
  box-shadow: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-address .field.addresses .shipping-address-items .shipping-address-item a {
  color: #041e42;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-address .field.addresses .shipping-address-items .shipping-address-item .action {
  background: #111111;
  height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #111111;
  padding: 0 18px;
  line-height: 40px;
  margin-top: 10px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-address .field.addresses .shipping-address-items .shipping-address-item.selected-item {
  background: #F2F2F2;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-address .amcheckout-button {
  background: #011E41;
  border-radius: 0;
  color: #fff !important;
  height: 55px;
  text-align: center;
  display: inline-block;
  line-height: 55px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: 'Roboto';
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-address .amcheckout-button:hover {
  background: #185292;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-address .amcheckout-button:hover {
  background: #185292;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-address .amcheckout-button::before {
  content: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-main .amcheckout-block .checkout-shipping-address .amcheckout-button.-edit {
  height: 40px;
  line-height: 40px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar {
  position: sticky !important;
  top: 63px !important;
  left: 0 !important;
  max-height: inherit !important;
  overflow: inherit !important;
  padding: 35px 0px 30px 40px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar {
    width: 35%;
  }
}
@media (max-width: 1540px) {
  body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar {
    padding: 43px 20px 30px 20px;
  }
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary {
  background: none;
  border: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .amcheckout-additional-options.additional-options {
  background: none;
  padding: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .amcheckout-additional-options.additional-options .amcheckout-checkboxes {
  margin-top: 0;
  margin-bottom: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .amcheckout-additional-options.additional-options .amcheckout-checkboxes .checkout-agreements .label:before {
  margin: 0 8px 0 0;
  top: -3px;
  position: relative;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .step-title {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #041E42;
  padding: 0 0 15px 0;
  background: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .step-title span.amcheckout-icon {
  display: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper {
  padding-top: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .items-in-cart {
  border-bottom: none !important;
  margin-bottom: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .items-in-cart .title span {
  color: #333333;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .items-in-cart .minicart-items-wrapper {
  overflow: hidden;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item {
  box-sizing: border-box;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 15px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item .product-item-details {
  padding-left: 13px;
  width: calc(100% - 40px);
  display: flex;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item .product-item-details .product-item-inner {
  margin: 0;
  flex-wrap: unset;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item .product-item-details .product-item-name-block {
  display: block;
  margin-bottom: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item .product-item-details .product-item-name-block .details-qty {
  display: inline-block;
  vertical-align: middle;
  margin-top: 35px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #333333;
  font-size: 16px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item .product-item-details .product-item-name-block .product-item-name {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #333333;
  font-size: 16px;
  width: auto;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item .product-item-details .subtotal .price {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #333333;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item .product {
  padding-bottom: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item .product .product-image-container {
  border: 0;
  width: 40px !important;
  height: 40px !important;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item .product .delete {
  display: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item .product .product-item-details .product.options {
  display: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .table-totals tr:not(.grand.totals) td,
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .table-totals tr:not(.grand.totals) th {
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
  color: #333333;
  padding: 15px 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .table-totals tr.grand.totals {
  border-top: 1px solid #E0E0E0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .table-totals tr.grand.totals th,
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .table-totals tr.grand.totals td {
  font-size: 28px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.045em;
  color: #041e42;
  padding-top: 15px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .table-totals tr.grand.totals th strong,
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .table-totals tr.grand.totals td strong {
  font-weight: 500;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .table-totals tr.totals.shipping th,
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .table-totals tr.totals.shipping td {
  padding-bottom: 15px;
  border-bottom: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .table-totals tr.totals.shipping th .not-calculated,
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .table-totals tr.totals.shipping td .not-calculated {
  font-style: normal;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .table-totals tr.totals.shipping th span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333333;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .amcheckout-wrapper {
  padding: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method.submit .actions-toolbar .action.checkout.amasty {
  background: #011E41;
  color: #fff !important;
  height: 55px;
  text-align: center;
  display: inline-block;
  line-height: 55px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: 'Roboto';
  width: 100% !important;
  height: 63px !important;
  border-radius: 0;
  background-color: #fc3838;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method.submit .actions-toolbar .action.checkout.amasty:hover {
  background: #185292;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method.submit .actions-toolbar .action.checkout.amasty:hover {
  background: #185292;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method.submit .actions-toolbar .action.checkout.amasty:hover {
  background-color: #d60000;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .discount-code {
  padding: 33px 0 10px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-title {
  display: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content {
  display: block !important;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .payment-option-inner {
  margin: 0;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .actions-toolbar .primary .action-apply {
  background: #111111;
  height: 40px;
  text-align: center;
  width: auto;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #111111;
  padding: 0 18px;
  border-radius: 0;
  line-height: 40px;
  font-family: 'Roboto';
  box-shadow: none;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .actions-toolbar .primary .action-apply:hover {
  background: #041E42;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .amcheckout-additional-options .checkout-agreement button {
  color: #041e42;
  margin-bottom: 15px;
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-summary-block .checkout-summary-payment-note {
  text-align: center;
}
@media (max-width: 767px) {
  body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-summary-block .checkout-summary-payment-note {
    margin-top: 14px;
  }
}
body.checkout-index-index .checkout-container .amcheckout-main-container .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-summary-block .checkout-summary-payment-note p {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #041e42;
  margin-top: 10px;
}
@media (min-width: 767px) {
  body.checkout-index-index._has-auth-shown {
    overflow: hidden;
  }
  body.checkout-index-index._has-auth-shown .checkout-container .authentication-wrapper {
    z-index: 999 !important;
  }
  body.checkout-index-index._has-auth-shown .checkout-container .authentication-wrapper .modal-custom.authentication-dropdown {
    display: block;
  }
  body.checkout-index-index._has-auth-shown .checkout-container .authentication-wrapper .auth-main-wrapper .auth-btn .action-auth-toggle:after {
    display: block;
  }
}
body.checkout-index-index fieldset#payment_form_braintree label {
  font-size: 14px !important;
}
body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal) .modal-inner-wrap .modal-title,
body.checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-inner-wrap .modal-title {
  border-bottom: 1px solid #c1c1c1;
  word-wrap: break-word;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #041E42;
  margin: 0;
  padding-bottom: 10px;
}
body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal) .modal-inner-wrap .modal-content .fieldset.address .field .control,
body.checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-inner-wrap .modal-content .fieldset.address .field .control {
  position: relative;
}
body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal) .modal-inner-wrap .modal-content .fieldset.address .field .control input:not([type="checkbox"]),
body.checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-inner-wrap .modal-content .fieldset.address .field .control input:not([type="checkbox"]),
body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal) .modal-inner-wrap .modal-content .fieldset.address .field .control select,
body.checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-inner-wrap .modal-content .fieldset.address .field .control select {
  border: none;
  border-bottom: 1px solid #000000;
  height: auto;
  color: #8B8B8B;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  padding: 12px 30px 8px 0;
  border-radius: 0;
  background-color: transparent;
  color: #4f4f4f;
  border-color: #E0E0E0;
  padding: 16px 30px 11px 0;
}
body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal) .modal-inner-wrap .modal-content .fieldset.address .field .control label,
body.checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-inner-wrap .modal-content .fieldset.address .field .control label {
  font-size: 14px;
  font-weight: 400;
  color: #676A6F;
  position: absolute;
  top: 22px;
  left: 0px;
  clip: inherit;
  width: auto;
  height: auto;
  margin: 0;
}
body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal) .modal-inner-wrap .modal-content .fieldset.address .field .control select ~ label,
body.checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-inner-wrap .modal-content .fieldset.address .field .control select ~ label {
  font-size: 11px;
  top: -6px;
}
body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal) .modal-inner-wrap .modal-content .fieldset.address .field.fl-label-state .control label,
body.checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-inner-wrap .modal-content .fieldset.address .field.fl-label-state .control label {
  transform: scale(0.7);
  top: -10px;
  transform-origin: left;
  background: #ffffff;
  padding: 0 10px;
  left: 10px;
  color: #011e41;
}
body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal) .modal-inner-wrap .modal-content .field-tooltip,
body.checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-inner-wrap .modal-content .field-tooltip {
  display: none;
}
body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal) .modal-inner-wrap .modal-content .field .control._with-tooltip input,
body.checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-inner-wrap .modal-content .field .control._with-tooltip input {
  margin-right: 0;
  width: 100%;
}
body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal) .modal-inner-wrap .modal-content input#shipping-save-in-address-book,
body.checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-inner-wrap .modal-content input#shipping-save-in-address-book {
  width: 16px;
  height: 16px;
}
body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal) .modal-inner-wrap .modal-footer .action-save-address,
body.checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-inner-wrap .modal-footer .action-save-address {
  background: #041E42;
  height: 40px;
  text-align: center;
  width: auto;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #041E42;
  padding: 0 18px;
  border-radius: 0;
  line-height: 38px;
  font-family: 'Roboto';
}
body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal) .modal-inner-wrap .modal-footer button.action.secondary,
body.checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-inner-wrap .modal-footer button.action.secondary {
  color: #041e42;
  margin-top: 10px;
}
body.checkout-index-index .chat_call_cart {
  position: relative;
  margin-top: 10px;
}
body.checkout-index-index .chat_call_cart .custom-block {
  display: flex;
  align-items: center;
}
body.checkout-index-index .chat_call_cart .custom-block p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #4F4F4F;
  margin: 0 20px 0 0;
  border-right: 0.5px solid #CCCCCC;
  padding-right: 20px;
}
body.checkout-index-index .chat_call_cart .custom-block .cll-chat-block.chat-block {
  display: flex;
  align-items: center;
}
body.checkout-index-index .chat_call_cart .custom-block .cll-chat-block.chat-block .cllcht-text h5,
body.checkout-index-index .chat_call_cart .custom-block .cll-chat-block.chat-block .cllcht-text span {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  color: #4F4F4F;
  margin-left: 12px;
}
body.checkout-index-index .chat_call_cart .custom-block .cll-chat-block.chat-block .cllcht-text h5::after,
body.checkout-index-index .chat_call_cart .custom-block .cll-chat-block.chat-block .cllcht-text span::after {
  content: "\f0da";
  position: relative;
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #828282;
  margin-left: 10px;
}
body.checkout-index-index .chat_call_cart .custom-block .cllcht-img {
  font-size: 20px;
  position: relative;
  top: 3px;
}
body.checkout-index-index .privacy-terms-checkbox {
  margin: 0 0 5px !important;
  color: #222;
  font-size: 14px;
}
body.checkout-index-index .privacy-terms-checkbox a {
  color: #185292;
}
body.checkout-index-index .privacy-terms-checkbox input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  clip: auto;
  margin: 0 8px 0 0;
  top: 3px;
}
body .amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 45px;
}
body .checkout-agreement.field.choice.required button.action.action-show {
  background: transparent !important;
  color: #222222;
  font-size: 14px;
  text-decoration: none;
}
body .checkout-agreement.field.choice.required input[type='checkbox'] + label:before {
  border-radius: 2px;
  transition: none;
  border: 1px solid #222222;
  width: 16px;
  height: 16px;
  box-shadow: none;
  margin-right: 3px;
  margin-top: 0;
  top: 3px;
  position: relative;
}
body .amcheckout-step-container .amcheckout-additional-options {
  padding: 0;
  margin-top: -30px;
}
body .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes-container.amcheckout-checkboxes {
  margin: 0 !important;
}
body .amcheckout-step-container .amcheckout-additional-options label.admin__field-label {
  color: #222222;
}
body .amcheckout-step-container .amcheckout-additional-options input[type='checkbox'] + label:before {
  transition: none;
  border: 1px solid #222222;
  width: 16px;
  height: 16px;
  box-shadow: none;
  margin-right: 7px;
  margin-top: 3px;
}
body fieldset#payment_form_braintree {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
body fieldset#payment_form_braintree .field.number.required,
body fieldset#payment_form_braintree div#braintree_cc_type_cvv_div {
  width: 48%;
  max-width: 100%;
}
body fieldset#payment_form_braintree .control {
  display: block !important;
  padding-right: 0 !important;
}
body fieldset#payment_form_braintree br + .field.number.required {
  width: 100%;
}
body fieldset#payment_form_braintree .hosted-control {
  height: 49px !important;
  padding: 8px 15px;
  max-width: 100% !important;
  width: 100%;
}
body fieldset#payment_form_braintree .hosted-control#braintree_cc_number {
  padding-left: 70px;
}
body fieldset#payment_form_braintree .field.choice .label {
  color: #222222;
  font-size: 14px;
}
body fieldset#payment_form_braintree .field.choice .field-tooltip {
  top: 0px;
}
body fieldset#payment_form_braintree .field.choice input[type='checkbox'] + label:before {
  border-radius: 2px;
  transition: none;
  border: 1px solid #222222;
  width: 16px;
  height: 16px;
  box-shadow: none;
  margin-right: 3px;
  margin-top: 0;
  top: 3px;
  position: relative;
}
.customer-account-create input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
.checkout-onepage-success .suc-main-wrapper {
  text-align: center;
  padding: 70px 0 0 0;
}
.checkout-onepage-success .suc-main-wrapper .suc-msg {
  margin: 20px 0 0 0;
}
.checkout-onepage-success .suc-main-wrapper .suc-msg h2 {
  color: #011E41;
  font-size: 60px;
  font-weight: 600;
  line-height: 96px;
  letter-spacing: -0.02em;
}
.checkout-onepage-success .suc-main-wrapper .suc-msg p {
  font-size: 48px;
  font-weight: normal;
  line-height: 51px;
  letter-spacing: -0.02em;
  color: #00A7B5;
  margin: 0;
}
@media (max-width: 767px) {
  .checkout-onepage-success .suc-main-wrapper .suc-msg p {
    font-size: 30px;
  }
}
.checkout-onepage-success .suc-main-wrapper .suc-note {
  margin: 13px 0 40px 0;
}
.checkout-onepage-success .suc-main-wrapper .suc-note p {
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: #636363;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .checkout-onepage-success .suc-main-wrapper .suc-note p {
    font-size: 15px;
    max-width: 400px;
    line-height: 22px;
  }
}
.checkout-onepage-success .checkout-success {
  text-align: center;
  margin: 0 0 100px 0;
}
.checkout-onepage-success .checkout-success .actions-toolbar {
  text-align: center;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary {
  float: none;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary .continue {
  color: #041E42;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  height: auto;
  border-radius: 0;
  width: auto;
  margin: auto;
  padding: 0;
  background: transparent;
  border: 0;
  text-decoration: underline;
}
.checkout-onepage-success .checkout-success .success-registration {
  max-width: 360px;
  margin: auto;
  padding-top: 15px;
}
.checkout-onepage-success .checkout-success .success-registration input[type="password"] {
  border: none;
  border-bottom: 1px solid #000000;
  height: auto;
  color: #8B8B8B;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  padding: 12px 30px 8px 0;
  border-radius: 0;
  background-color: transparent;
  border-color: #E0E0E0;
}
.checkout-onepage-success .checkout-success .success-registration .action.primary {
  background: #011E41;
  color: #fff !important;
  height: 55px;
  text-align: center;
  display: inline-block;
  line-height: 55px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  font-family: 'Roboto';
  height: 63px;
  margin-top: 44px;
  line-height: 63px;
  border-radius: 0;
  width: 100%;
}
.checkout-onepage-success .checkout-success .success-registration .action.primary:hover {
  background: #185292;
}
.checkout-onepage-success .checkout-success .success-registration .action.primary:hover {
  background: #185292;
}
.checkout-onepage-success .suc-slider-title {
  text-align: center;
  margin-bottom: 26px;
}
.checkout-onepage-success .suc-slider-title h2 {
  font-size: 54px;
  font-weight: 600;
  line-height: 59px;
  color: #041E42;
}
@media (max-width: 767px) {
  body.checkout-index-index .checkout-container .amcheckout-column.-main .fieldset.address div[name$=".firstname"],
  body.checkout-index-index .checkout-container .amcheckout-column.-main .fieldset.address div[name$=".lastname"],
  body.checkout-index-index .checkout-container .amcheckout-column.-main .fieldset.address div[name$=".custom_field_2"],
  body.checkout-index-index .checkout-container .amcheckout-column.-main .fieldset.address div[name$=".telephone"],
  body.checkout-index-index .checkout-container .amcheckout-column.-main .fieldset.address div[name$=".region_id"],
  body.checkout-index-index .checkout-container .amcheckout-column.-main .fieldset.address div[name$=".country_id"],
  body.checkout-index-index .checkout-container .amcheckout-column.-main .fieldset.address div[name$=".city"],
  body.checkout-index-index .checkout-container .amcheckout-column.-main .fieldset.address div[name$=".postcode"] {
    width: 100%;
  }
  body.checkout-index-index header.page-header .header.content {
    display: block;
  }
  body.checkout-index-index header.page-header .header.content [data-content-type='html'] {
    float: right;
  }
  body.checkout-index-index header.page-header .header.content .logo {
    float: left;
  }
  body.checkout-index-index header.page-header .header.content .chat_call_cart .custom-block p {
    display: none;
  }
  body.checkout-index-index .opc-estimated-wrapper {
    display: none;
  }
  body.checkout-index-index .checkout-payment-method .step-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.show-only-tab,
.ipromo-pt-simple.field.required.choose-decoration-method > label:nth-child(1),
.ipromo-pt-simple .control_choose_decoration_method,
.page-title-wrapper.product .stock.available {
  display: none;
}
.quote-h3 {
  color: #041E42;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 34px;
}
.category-top-banner [data-content-type=slider] {
  visibility: visible !important;
}
.ipromo-quote.home-test-kits .ui-tabs {
  border: 1px solid #E0E0E0;
}
.ipromo-quote.home-test-kits .ui-tabs .tabs-navigation li.tab-header a.tab-title {
  color: #131C3E;
  font-weight: 400;
}
.ipromo-quote.home-test-kits .ui-tabs .tabs-navigation li.tab-header .ui-tabs-active a.tab-title {
  background: #F5FCFD;
  font-weight: 600;
}
.ipromo-quote.home-test-kits .ui-tabs .tabs-navigation li.tab-header a.tab-title:after {
  background: #1F5792;
}
@media only screen and (max-width: 767px) {
  .ipromo-quote.home-test-kits .ui-tabs .tabs-content {
    padding-top: 0;
  }
}
.ipromo-quote.home-test-kits .ui-tabs .tabs-content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #131C3E;
}
@media only screen and (max-width: 767px) {
  .ipromo-quote.home-test-kits .ui-tabs .tabs-content h4 {
    margin-top: 0;
  }
}
.ipromo-quote.home-test-kits .ui-tabs .tabs-content ul {
  list-style: none;
}
.ipromo-quote.home-test-kits .ui-tabs .tabs-content ul li {
  font-size: 16px;
  line-height: 19px;
  color: #54565B;
  position: relative;
  padding-left: 20px;
}
.ipromo-quote.home-test-kits .ui-tabs .tabs-content ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #011E42;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}
@media (min-width: 992px) {
  .custombragbox .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.bragbox-quote-custom-column {
    width: 43.5% !important;
  }
}
.bragbox-quote-custom-column .page-details-cont.bragbox-quote-custom .page-form-quote {
  padding: 0 45px;
}
.page-details-cont.bragbox-quote {
  padding: 0;
}
.page-details-cont.bragbox-quote .page-form-quote {
  padding: 30px 26px;
}
.page-details-cont.bragbox-quote .page-form-quote h3 {
  font-size: 24px;
  line-height: 28px;
  color: #041E42;
  font-weight: normal;
}
.page-details-cont.bragbox-quote .page-form-quote .needcontrol-in .needform-input .label {
  font-size: 14px;
  font-weight: 400;
  color: #676A6F;
}
.page-details-cont.bragbox-quote.quote-form-footer .page-form-quote {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.page-details-cont.bragbox-quote.quote-form-footer .page-form-quote .needcontrol-in {
  margin: 0 0 33px;
  width: calc(33.3333% - 40px);
}
.page-details-cont.bragbox-quote.quote-form-footer .page-form-quote .needcontrol-in .needform-input .label {
  color: #fff;
}
.page-details-cont.bragbox-quote.quote-form-footer .page-form-quote .needcontrol-in .needform-input input {
  color: #fff;
  border-color: #fff;
  height: 45px;
  padding-bottom: 0;
}
.page-details-cont.bragbox-quote.quote-form-footer .page-form-quote .logo-field {
  background: rgba(255, 255, 255, 0.1);
  border: 1px dashed rgba(255, 255, 255, 0.7);
}
.page-details-cont.bragbox-quote.quote-form-footer .page-form-quote .logo-field .logo-label {
  color: rgba(255, 255, 255, 0.8);
}
.page-details-cont.bragbox-quote.quote-form-footer .page-form-quote .getquick-btn {
  margin-top: 0px;
}
.page-details-cont.bragbox-quote.quote-form-footer .page-form-quote .getquick-btn button {
  max-width: 100%;
  float: none;
  width: 100%;
}
.logo-field {
  background: rgba(4, 30, 66, 0.1);
  border: 1px dashed #041E42;
  box-sizing: border-box;
}
.logo-field .logo-label {
  font-size: 14px;
  line-height: 16px;
  color: #041E42;
  cursor: pointer;
  padding: 15px;
  display: block;
}
.logo-field .logo-label span::before {
  content: '';
  background-image: url(../images/upload.svg);
  width: 23px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.logo-field input {
  width: 0;
  height: 0 !important;
  overflow: hidden;
  opacity: 0 !important;
  padding: 0 !important;
  position: absolute;
}
.breadcrumbs .items li.item a {
  color: #011E41;
}
.breadcrumbs .items li.item strong {
  color: #011E41;
}
.quote-form-container-footer {
  color: #fff;
}
.quote-form-container-footer ul {
  list-style: none;
  margin-top: 33px;
}
.quote-form-container-footer ul li {
  font-size: 18px;
  line-height: 25px;
  background-image: url("../images/call.svg");
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 21px;
  margin-bottom: 20px;
  background-position: left center;
}
.quote-form-container-footer ul li:last-child {
  background-image: url("../images/email.svg");
  margin-bottom: 0;
}
.quote-form-container-footer ul a {
  color: #fff;
}
.quote-form-container-footer h3,
.quote-form-container-footer .need-help-footer {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 33px;
}
@media only screen and (min-width: 768px) {
  .quote-form-container-footer.custom-giftcard h3 {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .quote-form-container-footer.custom-giftcard ul {
    margin-bottom: 30px;
  }
}
.footer-bg-template {
  margin-bottom: -40px;
  margin-top: -160px;
  position: relative;
  z-index: -1;
}
/* BRAGbox LUX */
.cms-bragbox-luxe-edition header.page-header {
  margin-bottom: 0 !important;
}
.cms-bragbox-luxe-edition .breadcrumbs {
  display: none;
}
.cms-bragbox-luxe-edition .bragbox-lux-banner a.pagebuilder-button-link {
  color: #fff;
  background-color: #185292;
  text-decoration: none;
}
.bragbox-luxe-lists h4 {
  color: #01070F;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
}
.bragbox-luxe-lists h5 {
  color: #01070F;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin: 9px 0 0;
}
.bragbox-luxe-lists .pagebuilder-column {
  margin-bottom: 0;
  box-shadow: 0px 10px 6px rgba(4, 30, 66, 0.05);
  display: initial !important;
  padding: 30px;
}
.bragbox-luxe-lists img {
  max-width: 250px !important;
}
.bragbox-luxe-lists figure.lux-brand img {
  max-width: 100% !important;
  margin-bottom: 0;
}
h3.ipromo-quote-h3 {
  font-size: 34px;
  line-height: 39px;
  color: #041E42;
}
.full-width-image img {
  width: 100%;
}
.luxe-brands-container .pagebuilder-column {
  position: relative;
}
.luxe-brands-container .pagebuilder-column:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #3F4246;
  position: absolute;
  opacity: 0.5;
}
.luxe-brands-container .pagebuilder-column figure:nth-child(1) > img {
  width: 100%;
}
.luxe-brands-container .pagebuilder-column figure:nth-child(2) {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}
.luxe-brands-container .pagebuilder-column figure:nth-child(2) img {
  max-width: 180px !important;
  max-height: 46px !important;
}
.luxe-brands-container .pagebuilder-column figure:nth-child(2) figcaption {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 26px;
  margin-top: 10px;
}
.luxe-brands-container .pagebuilder-column figure.hoverimg figcaption {
  opacity: 0;
}
.luxe-brands-container .pagebuilder-column figure.hoverimg + div {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: 40px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  opacity: 0;
}
.luxe-brands-container .pagebuilder-column h6 {
  position: absolute;
  z-index: 999;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  bottom: 60px;
}
.luxe-brands-container .pagebuilder-column:hover figure.hoverimg figcaption {
  opacity: 1;
}
.luxe-brands-container .pagebuilder-column:hover figure.hoverimg + div {
  opacity: 1;
}
.luxe-brands-container.hidden-brands {
  display: none !important;
}
.More.Brands > div {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #011E41;
  cursor: pointer;
  border: 0 !important;
  background: transparent;
  padding: 0;
  margin: 30px 0;
  font-family: 'Roboto';
}
.More.Brands > div span::after {
  content: '';
  background-image: url(../images/droparrow.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.custom-bragbox-steps span {
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  background-color: #1F5792;
  font-weight: 700;
  padding: 4px 15px;
  border-radius: 50%;
  z-index: 9;
  position: relative;
}
.custom-bragbox-steps h4 {
  color: #01070F;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 4px;
}
.custom-bragbox-steps h5 {
  color: #676A6F;
  font-weight: 400;
  font-size: 18px;
  margin: 0 auto;
  line-height: 22px;
  max-width: 210px;
}
.custom-bragbox-steps figure {
  min-height: 160px;
}
.custom-bragbox-steps .pagebuilder-column-group {
  position: relative;
}
.custom-bragbox-steps .pagebuilder-column-group:before {
  content: "";
  height: 3px;
  position: absolute;
  border-top: 3px dashed #F2C94C;
  left: 17%;
  right: 18%;
  top: 18px;
  z-index: 0;
}
.custom-box-msg p {
  color: #676A6F;
  font-size: 24px;
  line-height: 34px;
  max-width: 398px;
  margin-top: 16px;
}
.custom-box-msg h3 {
  color: #01070F;
  font-size: 24px;
  line-height: 34px;
}
.custom-box-msg h3:before {
  content: "1";
  background-color: #1F5792;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  padding: 4px 15px;
  border-radius: 50%;
  margin-right: 10px;
}
.custom-box-msg .pagebuilder-column-group:nth-child(2) h3:before {
  content: "2";
}
.custom-box-msg .pagebuilder-column-group:nth-child(3) h3:before {
  content: "3";
}
.fotorama__thumb-border {
  border: 1px solid #82c8c8 !important;
}
@media (min-width: 768px) {
  .catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__wrap {
    padding-top: 20px;
  }
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap {
  padding-top: 15px !important;
  top: 0;
  background-color: transparent;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs {
  overflow-y: auto;
  max-height: 540px;
  padding-right: 4px;
  padding-top: 5px;
  min-width: 100px;
  position: relative;
  top: calc(50% - 220px);
  height: 100% !important;
  overflow: hidden;
  background-color: transparent;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs::-webkit-scrollbar {
  width: 8px;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E7E7E7;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs::-webkit-scrollbar-thumb {
  background: #898A8D;
  border-radius: 10px;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__thumb__arr--right {
  display: none !important;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__thumb__arr--right:after {
  display: none !important;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__thumb__arr--left {
  display: none !important;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__thumb__arr--left:before {
  display: none !important;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after,
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  display: none !important;
}
.catalog-product-view .product_info_container .product-info-main .product-info-stock-sku .product-reviews-summary .rating-summary .rating-result:before {
  color: #00A5B5;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .req-getview-btn button {
  border: 1px solid #185292;
  background: transparent;
  height: 50px;
  line-height: 50px;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  color: #185292;
  border-radius: 0;
  display: block;
  width: 250px;
  text-align: center;
  margin-right: 20px;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .req-getview-btn button:hover {
  background: #185292;
  color: #fff;
  border-color: #185292;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .req-getview-btn button.virtual_preview_btn {
  color: #00A5B5;
  border-color: #00A5B5;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .req-getview-btn button.virtual_preview_btn:hover {
  color: #fff;
  background-color: #00A5B5;
  border-color: #00A5B5;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .csubtotal-price div {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #2B2D42;
  margin: 0;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .getbtn-subtotal .csubtotal-price div span.sub-total-amount {
  color: #185292;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .stikcy-cart {
  overflow: hidden;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .stikcy-cart button {
  background: #fc3838;
  border: 0.5px solid  #fc3838;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  width: auto;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  display: inline-block;
  transition: all ease-in-out 0.3s;
  position: relative;
  width: 180px;
}
@media (max-width: 767px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner .stikcy-cart button {
    width: 100%;
  }
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .stikcy-cart button::before {
  content: '';
  position: absolute;
  left: -50%;
  background: url(../images/icon_cart_button.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .stikcy-cart button::after {
  content: '';
  position: absolute;
  left: -50%;
  width: 50px;
  height: 100%;
  background-color: #d60000;
  visibility: hidden;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .stikcy-cart button:hover {
  border-color: #fc3838;
  background-color: #fc3838;
  transition: all ease-in-out 0.3s;
  padding: 0 25px 0 70px;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .stikcy-cart button:hover::before {
  left: 10px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .stikcy-cart button:hover::after {
  left: 0%;
  transition: all ease-in-out 0.3s;
  visibility: visible;
}
.catalog-product-view .action-sticky-bar .cartsticky-inner .stikcy-cart-out-of-stock .sticky-addtocart-outofstock {
  background: gray;
  border: 0.5px solid gray;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  width: auto;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  display: inline-block;
  cursor: default;
}
@media (max-width: 767px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner .stikcy-cart-out-of-stock .sticky-addtocart-outofstock {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .action-sticky-bar .cartsticky-inner .stikcy-cart-out-of-stock,
  .catalog-product-view .action-sticky-bar .cartsticky-inner .sticky-addtocart-outofstock {
    width: 100%;
  }
}
.amfaq-product-tab h4 {
  color: #1B1717;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.45px;
  margin-bottom: 9px;
}
.amfaq_questions .am-item .am-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #1B1717;
  margin: 0;
}
.amfaq_questions .am-item .am-title:before {
  content: "\f007";
  font-family: 'FontAwesome';
  color: #686868;
  background-color: #C4C4C4;
  padding: 8px 14px;
  border-radius: 50%;
  display: inline-block;
  margin: 18px;
}
.amfaq_questions .am-item .am-title > span {
  padding: 22px;
}
.amfaq_questions .am-item .am-title > div {
  display: inline-block;
  vertical-align: middle;
}
.amfaq_questions .am-item .am-title > div span.more-info {
  display: block;
  font-size: 12px;
  color: #828282;
  line-height: 15px;
}
.catalog-product-view .amfaq-product-tab .amfaq_questions .am-content .amfaq-short-answer-container {
  margin-bottom: 10px;
  margin-left: 55px;
  color: #333333;
}
.catalog-product-view .amfaq-product-tab .amfaq_questions .am-content .amfaq-short-answer-container > div {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .amfaq-product-tab .amfaq_questions .am-content .amfaq-short-answer-container > div .more-info {
  font-size: 12px;
  display: block;
  color: #828282;
}
.amfaq-question-footer-wrapper {
  display: none;
}
body.catalog-product-view main .product_info_container .product-info-main .product-options-wrapper .fieldset .ipromo-dd-buttons .field.choice input:checked ~ .label,
body.catalog-product-view main .product_info_container .product-info-main .product-options-wrapper .fieldset .choose-decoration-details.is_another_class .options-list .field.choice input:checked ~ .label {
  border-color: #898B8E !important;
  background-color: #fafafa !important;
  font-weight: normal !important;
  color: #898B8E !important;
}
.ipromo-dd-buttons label.label.admin__field-label {
  pointer-events: none;
}
.ipromo-sizes-container > label {
  width: 100%;
  display: block;
}
.ipromo-sizes-container > div {
  display: inline-block;
  width: 70px;
  vertical-align: top;
  text-align: center;
}
.ipromo-sizes-container > div input {
  text-align: center;
}
section.price-qty-section {
  text-align: right;
}
.choose-decoration-method.ipromo-custom-apparel-continer .price-qty-section {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.more-filter-btn,
.view-more-colors {
  cursor: pointer;
}
.ipromo-more-filter-content {
  display: none;
}
.ipromo-more-filter-content.active {
  display: block;
}
.amasty-label-container {
  margin-left: 0 !important;
}
.amasty-label-container img {
  height: 40px;
  object-fit: contain;
}
.product.media .amasty-label-container img {
  height: 50px;
}
.product-item-details .price-box.price-final_price > span.price-container.price-final_price.tax.weee {
  display: none;
}
.hidden-colors.am-swatch-wrapper.item.swatch-option-link-layered {
  display: none;
}
@media (min-width: 768px), print {
  .filter-options input[type='checkbox'] + .amshopby-choice {
    position: absolute;
    left: auto;
    top: 20px;
    right: 0;
  }
  .catalog-topnav.amasty-catalog-topnav {
    display: none;
  }
  .filter-close {
    display: none;
  }
}
@media (max-width: 1024px) {
  form#ipromo_search_mini_form {
    position: relative;
  }
  form#ipromo_search_mini_form input#mobile-nav-search {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    color: #222;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
  }
  form#ipromo_search_mini_form input#mobile-nav-search::placeholder {
    color: #222;
  }
  form#ipromo_search_mini_form button.action.search {
    position: absolute;
    top: 0;
    right: 0;
    color: transparent;
    background-color: transparent;
    border: none;
    background-image: url(../images/search-icon.svg);
    background-position: center;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 18px;
    padding: 0;
  }
  .nav-sections-item-content {
    float: none;
    margin-left: 0;
    margin-top: 0;
    padding: 10px 0 0;
  }
  .nav-sections {
    background: #FFFFFF;
  }
  .nav-logo.text-center {
    text-align: center;
    padding: 9px;
  }
  .nav-logo.text-center img {
    height: 36px;
  }
  html.nav-before-open.nav-open .ipromo-nav .close-button {
    position: fixed;
    right: 15px;
    top: 16px;
  }
  html.nav-before-open.nav-open .ipromo-nav .close-button span {
    cursor: pointer;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: inline-block;
    width: 20px;
    height: 19px;
    background-position: center;
  }
  .filter-close {
    display: none;
  }
  .mobile-filter-active .filter-close,
  .filter-active .filter-close {
    position: fixed;
    display: inline;
    right: 8px;
    top: 16px;
    cursor: pointer;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: inline-block;
    width: 20px;
    height: 19px;
    background-position: center;
    z-index: 9999999;
  }
  html.nav-before-open.nav-open a.action.showcart,
  .mobile-filter-active a.action.showcart,
  .filter-active a.action.showcart {
    position: fixed !important;
    bottom: 110px;
    right: 13px;
    z-index: 99;
    display: none;
  }
  html.nav-before-open.nav-open a.action.showcart:before,
  .mobile-filter-active a.action.showcart:before,
  .filter-active a.action.showcart:before {
    color: #fff !important;
  }
  html.nav-before-open.nav-open .mobile-nav-actions,
  .mobile-filter-active .mobile-nav-actions,
  .filter-active .mobile-nav-actions {
    position: fixed;
    right: 13px;
    bottom: 0;
  }
  html.nav-before-open.nav-open .mobile-nav-actions ul,
  .mobile-filter-active .mobile-nav-actions ul,
  .filter-active .mobile-nav-actions ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  html.nav-before-open.nav-open .mobile-nav-actions ul li,
  .mobile-filter-active .mobile-nav-actions ul li,
  .filter-active .mobile-nav-actions ul li {
    margin-bottom: 14px;
    text-align: center;
  }
  html.nav-before-open.nav-open header.page-header span.action.nav-toggle:before,
  .mobile-filter-active header.page-header span.action.nav-toggle:before,
  .filter-active header.page-header span.action.nav-toggle:before {
    display: none;
  }
  .mobile-filter-active .page-header,
  .filter-active .page-header {
    z-index: 99999;
    height: 0;
    overflow: hidden;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation .level0 > a,
  .mobile-menu-items > div > ul > li a,
  ul.myaccount-menu > li > a {
    font-size: 16px;
    font-weight: 700;
    color: #011E41;
    padding: 10px 24px;
    background-color: #fff;
    display: block;
  }
  .mobile-menu-items > div > ul > li {
    margin-bottom: 0;
    border-bottom: 1px solid #011E411A;
  }
  .navigation .level0 {
    border-top: 1px solid #011E411A;
  }
  .ves-megamenu .navigation .drill-opener,
  .ves-megamenu .navigation .opener {
    color: #222;
    font-weight: normal;
    font-size: 12px;
    height: 39px;
    line-height: 39px;
    width: 30px;
  }
  .ves-megamenu .drill-opener:before,
  .ves-megamenu .opener:before {
    content: "\e608";
  }
  ul.myaccount-menu > li {
    margin-bottom: 0;
  }
  .mobile-menu-items {
    border-top: 1px solid rgba(1, 30, 65, 0.6);
    border-bottom: 1px solid rgba(1, 30, 65, 0.6);
  }
  .mobile-menu-items ul li a {
    color: #222222 !important;
  }
  .navigation li.level0:last-child {
    border-bottom: none;
  }
  .ves-megamenu .opener.item-active {
    background-color: transparent;
  }
  .ves-megamenu .opener.item-active:before {
    content: "\e617";
  }
  ul.myaccount-menu ul.myaccount-dropdown > li {
    margin-bottom: 0px;
  }
  ul.myaccount-menu ul.myaccount-dropdown > li a {
    font-size: 13px;
    font-weight: 400;
    padding-left: 24px;
    display: block;
    line-height: 30px;
  }
  ul.myaccount-menu ul.myaccount-dropdown > li a.active,
  ul.myaccount-menu ul.myaccount-dropdown > li a:hover {
    background: #185292;
    color: #fff !important;
    font-weight: bold;
    transition: none;
  }
  header.page-header .left_right_menu .top_main_menu .sections.nav-sections .nav-sections-items nav.navigation li {
    background-color: #fff !important;
  }
  .ipromo-section.section-items.nav-sections-items.selected-nav {
    height: auto;
  }
  .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown {
    padding-left: 0px;
  }
  .nav-item,
  .nav-item *,
  .nav-anchor,
  .nav-anchor * {
    transition: unset !important;
  }
  ul.myaccount-menu > li > a span.account-opener {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #222;
    padding: 0;
    margin-top: -11px;
    margin-right: -24px;
    width: 30px;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  ul.myaccount-menu > li > a span.account-opener:before {
    content: "\e608";
    font-family: 'luma-icons';
  }
  ul.myaccount-menu.active > li > a span.account-opener:before {
    content: "\e617";
    color: #fff;
  }
  .active-parent > a {
    font-size: 16px !important;
    font-weight: bold;
  }
  .ves-megamenu .level0 .submenu .nav-item > a {
    font-size: 13px;
    line-height: 39px;
    color: #222222;
  }
  .ves-megamenu .level0 .submenu .nav-item > a[title="Pantone Color of the Year 2023"] {
    color: #b82949;
  }
  .active-parent .item-content .dropdown-submenu.active > a {
    background-color: #fff;
    color: #222;
    border-color: transparent;
    padding-left: 13px !important;
  }
  .show-only-tab {
    display: block;
  }
  li.nav-item.active.parent > a,
  .active-parent > a {
    border-color: transparent !important;
  }
  /* END 1024*/
}
@media (max-width: 1024px) and (max-width: 767px) {
  .mobile-filter-active .filter-close,
  .filter-active .filter-close {
    background-image: url(../images/cross-cart.svg);
    background-size: cover;
    padding: 10px;
    border: 2px solid #e2e2e2;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .bragbox-lux-banner .pagebuilder-column:nth-child(2),
  .bragbox-lux-banner .pagebuilder-column:nth-child(3),
  .luxe-brands-container .pagebuilder-column {
    max-width: 46% !important;
  }
  .custom-bragbox-steps .pagebuilder-column {
    max-width: 33.33% !important;
  }
  .questions-right-contact {
    width: 33%;
  }
  .questions-left {
    width: 66%;
  }
  body .catalog-topnav.amasty-catalog-topnav div#layered-filter-block > .block-title.filter-title {
    display: none;
  }
  body .catalog-topnav.amasty-catalog-topnav div#layered-filter-block div#narrow-by-list {
    display: block;
    height: 26px;
    padding: 0;
  }
  body.mobile-filter-active,
  body.filter-active {
    overflow-x: hidden;
  }
  body.mobile-filter-active main#maincontent,
  body.filter-active main#maincontent {
    z-index: 999;
  }
  body.mobile-filter-active main#maincontent div#amasty-shopby-product-list:before,
  body.filter-active main#maincontent div#amasty-shopby-product-list:before {
    display: block;
  }
  body main#maincontent div#amasty-shopby-product-list:before {
    content: "" !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #525252;
    z-index: 9999;
    position: fixed;
    display: none;
  }
  .ipromo_search_result ul {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 0 25px;
    list-style: none;
    position: absolute;
    z-index: 999;
    background: #ffff;
    width: 100%;
    left: 0;
    top: 100%;
    height: calc(100vh - 188px);
    overflow-y: auto;
  }
  .ipromo_search_result ul li {
    padding: 4px 0;
    margin: 0;
  }
  .ipromo_search_result ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    color: #222222;
  }
  div.mobile-nav-actions.offermenu {
    display: block;
  }
}
@media only screen and (max-width: 550px) {
  .questions-right-contact,
  .questions-left {
    width: 100%;
    padding-left: 0px;
  }
}
label.label.label-count.ipromo-pen-label {
  display: block;
}
.field.configurable.required.pen-choose-details {
  display: inline-block;
  width: 33.3%;
}
.field.configurable.required.pen-choose-details .control {
  position: relative;
  margin-bottom: 0 !important;
}
.field.configurable.required.pen-choose-details .control span.ipromo-attribute-color {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 10px;
  left: 11px;
}
@media only screen and (max-width: 767px) {
  .field.configurable.required.pen-choose-details .control span.ipromo-attribute-color {
    width: 12px;
    height: 12px;
    top: 12px;
  }
}
.field.configurable.required.pen-choose-details .control select {
  border: 0.5px solid #898b8e;
  border-radius: 0;
  height: 37px;
  padding: 0 34px 0 35px;
  background-position: center right 0px;
  max-width: 175px;
  color: #898B8E;
  font-size: 16px;
  background-image: url(../images/selectbox.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .field.configurable.required.pen-choose-details .control select {
    padding: 0 34px 0 25px;
    font-size: 13px;
  }
}
/************ REVISION 1 UPDATES ************/
a.am-show-more.-disabled {
  display: none !important;
}
.amshopby-input-wrapper.ipromo-currency-container {
  border: 1px solid #ccc;
}
.amshopby-input-wrapper.ipromo-currency-container:focus-within {
  border-color: #185292 !important;
}
span.ipromo-currency {
  display: inline-block !important;
  font-size: 14px;
}
input.am-filter-price.input-text {
  border: none !important;
  display: inline-block !important;
  max-width: 70%;
  padding: 0px;
}
ul.items.am-filter-items-attr_category_ids span.am-collapse-icon {
  left: auto;
  right: -7px;
  z-index: 999999;
  padding-left: 8px;
  height: 2.2rem;
  width: 2.2rem;
}
@media (max-width: 767px) {
  ul.items.am-filter-items-attr_category_ids span.am-collapse-icon {
    margin: 2px 0px;
  }
}
ul.items.am-filter-items-attr_category_ids span.am-collapse-icon::after {
  top: 50%;
  right: 1.2rem;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  border-style: solid;
  border-color: #000 transparent transparent;
  content: '';
  transition: all .2s linear;
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  ul.items.am-filter-items-attr_category_ids span.am-collapse-icon::after,
  ul.items.am-filter-items-attr_category_ids span.am-collapse-icon::before {
    width: 12px;
  }
}
ul.items.items-children.level-2.-folding {
  margin-top: 10px;
}
ul.items.items-children.level-2.-folding > li:last-child {
  padding-bottom: 0 !important;
}
li.item.current_parent > a > span.label {
  font-weight: bold;
}
ol.items.am-filter-items-attr_ipromo_sizes > li {
  display: inline-block !important;
}
ol.items.am-filter-items-attr_ipromo_sizes > li > a {
  border: 1px solid #ccc;
  padding: 2px !important;
  min-width: 30px;
  text-align: center;
}
ol.items.am-filter-items-attr_ipromo_sizes > li > a.am_shopby_link_selected {
  background-color: #ccc;
}
ol.items.am-filter-items-attr_ipromo_sizes > li > span.am-collapse-icon._active {
  display: none;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content form > ol.items.am-filter-items-ipromo_sizes > li {
  display: inline-block;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content form > ol.items.am-filter-items-ipromo_sizes > li > a {
  border: 1px solid #ccc;
  padding: 2px !important;
  min-width: 30px;
  text-align: center;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content form > ol.items.am-filter-items-ipromo_sizes > li > a.am_shopby_link_selected {
  background-color: #ccc;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content form > ol.items.am-filter-items-ipromo_sizes > li > span.am-collapse-icon._active {
  display: none;
}
ul.items.am-filter-items-attr_category_ids.am-labels-folding > li.current_parent > span._active {
  display: none;
}
.product-item-details .swatch-attribute.color {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
}
.catalog-category-view .sidebar.sidebar-main .filter.block .filter-content .block-subtitle {
  display: none;
}
ul.items.am-filter-items-attr_category_ids.am-labels-folding > li.current_parent > a {
  font-size: 20px !important;
  font-weight: bold;
  line-height: 20px;
  color: #041E42;
  border: none;
  padding: 10px 10px 20px 0;
  text-transform: none;
}
ul.items.am-filter-items-attr_category_ids.am-labels-folding > li:not(.current_parent) {
  display: none !important;
}
li.current_parent.ipromo-active-parent > span.am-collapse-icon {
  display: none;
}
li.current_parent.ipromo-active-parent ul.items.items-children.level-2 {
  display: block !important;
}
li.in-active-parent {
  display: none !important;
}
span.btn-more-categories {
  cursor: pointer;
}
div#block-collapsible-nav > ul > li:nth-child(3) {
  display: none;
}
ul.items.am-filter-items-attr_category_ids a {
  transition: all ease-in-out 0s !important;
}
tbody.cart.item.product-item-row a.use-ajax.action.towishlist.action-towishlist {
  display: none;
}
div#cart-totals .totals .title,
table.data.table.table-totals span.title {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.amcheckout-delivery-date.-opened .step-content.amcheckout-content {
  display: none !important;
}
.amcheckout-delivery-date .field.fl-placeholder-state.timepicker {
  display: none;
}
.fotorama--fullscreen .fotorama__stage {
  min-height: calc(100vh - 97px) !important;
}
ol.items.am-filter-items-attr_standard_production_time.-am-multiselect span.label {
  text-transform: capitalize;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__arr--next,
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__arr--prev {
  display: none !important;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__shaft {
  transform: translate3d(0px, 0px, 0px) !important;
  background-color: transparent;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame {
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  margin: 0px !important;
  overflow: hidden !important;
  border: none !important;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb {
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0px !important;
  position: absolute !important;
  top: -999999px;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .04;
  pointer-events: none;
  border-radius: 5px;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img {
  width: 80px !important;
  height: 80px !important;
  padding: 8px 4px !important;
  box-shadow: none !important;
  position: relative !important;
  top: 0;
  margin-bottom: 10px !important;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb img {
  padding: 10px;
  background-color: #fff !important;
  border-radius: 5px;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb img:hover {
  border: 1px solid #000080 !important;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active .fotorama__thumb:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .04;
  pointer-events: none;
  border-radius: 5px;
}
.catalog-product-view .product_info_container .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active .fotorama__thumb img {
  border-radius: 5px;
  border: 2px solid #011E41 !important;
  box-shadow: none;
}
form#co-shipping-method-form > p.field.note {
  display: none;
}
.filter-options-item:not(.ipromo-more-filters) ol.items > li.item.-empty-value {
  display: none !important;
}
body.amasty_quote-quote-success .minicart-wrapper {
  cursor: pointer;
}
body.amasty_quote-quote-success a.action.showcart {
  pointer-events: none;
}
body.amasty_quote-quote-success span.counter.qty {
  display: none !important;
}
.checkout-agreements-block div[data-role=checkout-agreements] {
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  opacity: 0;
}
tr.totals.shipping {
  position: relative;
  pointer-events: none;
}
tr.totals.shipping span.value {
  pointer-events: none;
}
tr.totals.shipping span.value:after {
  content: "?";
  padding: 10px;
  pointer-events: all;
}
tr.totals.shipping th.mark:before {
  content: "Shipping charges are subject to change based on carrier costs. Payments are not processed until final shipping costs are approved.";
  position: absolute;
  bottom: 50px;
  display: none;
}
tr.totals.shipping._active th.mark:before {
  display: block;
}
div#id-choose-production-time label.label.label-count:after {
  display: none;
}
.admin__data-grid-loading-mask {
  display: none !important;
}
#btn-return-zero {
  background-color: #00A5B5;
  color: #fff;
  cursor: pointer;
  padding: 9px 10px 9px 20px;
  margin: 10px 0;
  font-weight: 700;
}
#btn-return-zero:after {
  content: "\e617";
  color: #fff;
  font-family: 'luma-icons';
  float: right;
  font-weight: normal;
}
.mobile-nav-actions.offermenu {
  display: none;
}
@media (min-width: 601px) {
  .amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .cart.item .item-info .col.item {
    width: 65%;
  }
}
.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .cart.item .item-info > td::before {
  content: attr(data-th);
  display: block;
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  margin: 20px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #676A6F;
}
@media (max-width: 767px) {
  .amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .cart.item .item-info > td::before {
    margin: 13px;
  }
}
.amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .cart.item .item-info > td:first-child::before {
  content: "";
}
@media (max-width: 767px) {
  .amasty_quote-cart-index .cart-container .form-cart .cart.table-wrapper .cart.item .item-info > td:nth-child(4)::before {
    padding-bottom: 10px;
  }
}
.amasty_quote-cart-index .cart.item {
  display: flex;
  flex-wrap: wrap;
}
.amasty_quote-cart-index button.action.update {
  color: #185292;
  font-size: 12px;
  font-weight: 500;
  border-radius: 0;
  font-family: 'Roboto';
  border: 0;
  background: #fff;
  text-decoration-line: underline;
  cursor: pointer;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .amasty_quote-cart-index button.action.update {
    margin-top: 7px;
  }
}
.amasty_quote-cart-index .field.qty input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: unset;
  appearance: unset;
  padding-right: 2px;
}
.amasty_quote-cart-index .field.qty input[type="number"]::-webkit-inner-spin-button {
  cursor: pointer;
  opacity: 1;
  -webkit-appearance: revert;
  padding: 0;
}
.amasty_quote-cart-index .input-text.qty {
  border: none !important;
}
.amasty_quote-cart-index input[type=number].amquotereq-input {
  border: none !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 17.6px;
  text-align: center;
  color: #222 !important;
  font-family: 'Roboto';
  letter-spacing: -0.32px !important;
  padding: 0;
  width: 50px !important;
}
.amasty_quote-cart-index .control.price {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 17.6px;
  text-align: center;
  color: #222 !important;
  font-family: 'Roboto';
  letter-spacing: -0.32px !important;
}
.amasty_quote-cart-index .col.qty {
  position: relative;
  top: 35px;
  padding: 0 !important;
  box-sizing: border-box;
  width: 84px !important;
  height: 90px !important;
  background: #FFFFFF;
  border: 1px solid #DCDCDC !important;
}
@media (max-width: 767px) {
  .amasty_quote-cart-index .col.qty {
    width: 78px !important;
  }
}
@media (max-width: 369px) {
  .amasty_quote-cart-index .col.qty {
    margin-bottom: 35px;
  }
}
.amasty_quote-cart-index .col.price.qty:hover {
  border: none;
}
.amasty_quote-cart-index .col.price.qty:focus-within {
  border: none;
}
.amasty_quote-cart-index .col.qty:hover {
  border: 1px solid #185292 !important;
}
.amasty_quote-cart-index .col.qty:focus-within {
  border: 2px solid #185292 !important;
}
.amasty_quote-cart-index .input-text:focus {
  outline: none !important;
}
.amasty_quote-cart-index .col.qty .qty_control .input-text {
  border: none !important;
  background: #FFFFFF;
  font-weight: 700 !important;
  letter-spacing: -0.28px !important;
}
.amasty_quote-cart-index .col.price {
  position: relative;
  top: 35px;
  width: 84px;
  padding: 0 !important;
  height: 90px !important;
  background: #FAFAFA;
  border-right: 1px solid #dcdcdc !important;
  border-left: 1px solid #F1F1F1 !important;
}
@media (max-width: 767px) {
  .amasty_quote-cart-index .col.price {
    width: 84px !important;
  }
}
.amasty_quote-cart-index .col.price .price {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 17.6px;
  text-align: center;
  font-family: 'Roboto';
  background: #FAFAFA;
  color: #222;
  letter-spacing: -0.32px !important;
}
.amasty_quote-cart-index .col.setup {
  position: relative;
  top: 35px;
  width: 84px;
  padding: 0 !important;
  height: 90px !important;
  background: #FAFAFA;
  border-right: 1px solid #F1F1F1 !important;
}
.amasty_quote-cart-index .col.setup .price {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 17.6px;
  text-align: center;
  color: #222;
  font-family: 'Roboto';
  letter-spacing: -0.32px !important;
}
@media (max-width: 767px) {
  .amasty_quote-cart-index .col.setup {
    width: 84px !important;
  }
}
.amasty_quote-cart-index .col.subtotal {
  position: relative;
  top: 35px;
  width: 84px;
  padding: 0 !important;
  height: 90px !important;
  background: #FAFAFA;
}
.amasty_quote-cart-index .col.subtotal .price {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 17.6px;
  text-align: center;
  color: #222;
  font-family: 'Roboto';
  letter-spacing: -0.32px !important;
}
.amasty_quote-cart-index .col.subtotal .price-excluding-tax {
  text-align: center;
}
@media (max-width: 767px) {
  .amasty_quote-cart-index .col.subtotal {
    width: 84px !important;
  }
}
.amasty_quote-cart-index .item-actions {
  margin-top: 5px;
}
.amasty_quote-cart-index .item-actions .actions-toolbar .action-delete:before {
  content: "";
  background-image: url(../images/cross-cart.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 18px;
}
@media (max-width: 767px) {
  .amasty_quote-cart-index .item-actions {
    padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 12px;
  }
}
.amasty_quote-cart-index .cart-item-upate {
  position: relative;
  right: 3px;
  color: #185292;
  font-size: 12px;
  font-weight: 500;
  border-radius: 0;
  font-family: 'Roboto';
  border: 0;
  margin: 9px 0 0 4px;
  background: #fff;
  text-decoration-line: underline;
  cursor: pointer;
}
.amasty_quote-cart-index .item-qty {
  width: 76px;
  height: 35px;
  border-radius: 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: -0.28px;
  color: #222;
  outline: none;
  border: none;
}
.amasty_quote-cart-index .amasty-quote-update .control.price {
  line-height: 22px;
  min-width: 80px !important;
  position: relative;
}
.amasty_quote-cart-index .control.qty .input-text.qty {
  border-radius: 0;
  width: 70px;
  height: 36px;
  position: relative;
  border: 1px solid #E0E0E0;
  text-align: center;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #222;
  margin: -12px 0 0;
  font-weight: 700;
  transition: none;
}
.amasty_quote-cart-index .control.qty .input-text.qty:focus {
  outline: 2px solid #00A5B5;
}
@media (max-width: 767px) {
  .amasty_quote-cart-index .control.qty .input-text.qty {
    width: 100%;
  }
}
.amasty_quote-cart-index .item-info {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .amasty_quote-cart-index .item-info {
    flex-wrap: wrap;
    width: unset;
    padding-bottom: 25px;
  }
}
.amasty_quote-cart-index .col.setup {
  padding: 20px 11px 10px;
  text-align: center;
  white-space: normal;
}
@media (max-width: 767px) {
  .amasty_quote-cart-index .col.setup {
    width: 33%;
  }
}
.mobile-toggle-menu {
  cursor: pointer;
}
.mobile_right_menu {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: #ffffff;
  z-index: 999;
  color: #000;
  overflow-y: auto;
}
.mobile_right_menu i {
  float: right;
  transform: rotate(-90deg);
  color: rgba(97, 97, 97, 0.2);
  padding-top: 5px;
}
.mobile_right_menu .menu {
  padding: 18px 20px;
  font-weight: bold;
  font-size: 20px;
}
.mobile_right_menu .menu span {
  cursor: pointer;
}
.mobile_right_menu .menu span:before {
  content: '\e616';
  font-family: 'luma-icons';
  font-weight: 400;
  float: right;
  font-size: 12px;
  color: #606060;
  background: #f2f2f2;
  border-radius: 50%;
  padding: 6px 9px;
}
.mobile_right_menu .category,
.mobile_right_menu .custom-category,
.mobile_right_menu .category-last {
  padding: 15px 20px;
  cursor: pointer;
  color: #041E42;
  font-size: 16px;
  border-top: 2px solid #cfcfcf;
  font-weight: 500;
}
.mobile_right_menu .category:last-child,
.mobile_right_menu .custom-category:last-child,
.mobile_right_menu .category-last:last-child {
  border-bottom: 2px solid #cfcfcf;
}
.mobile_right_menu .category a,
.mobile_right_menu .custom-category a,
.mobile_right_menu .category-last a {
  color: #041E42;
}
.mobile_right_menu .category:hover,
.mobile_right_menu .custom-category:hover,
.mobile_right_menu .category-last:hover,
.mobile_right_menu .category:focus,
.mobile_right_menu .custom-category:focus,
.mobile_right_menu .category-last:focus {
  background: rgba(24, 82, 146, 0.08);
}
.mobile_right_menu .category span:before,
.mobile_right_menu .custom-category span:before,
.mobile_right_menu .category-last span:before {
  content: '\e608';
  font-family: 'luma-icons';
  font-weight: 700;
  float: right;
  pointer-events: none;
}
.mobile_right_menu .close-menu {
  background: rgba(24, 82, 146, 0.08);
  cursor: pointer;
  padding: 15px 20px;
  margin-top: 70px;
}
.mobile_right_menu .close-menu i {
  padding-top: 0;
  transform: rotate(90deg);
  color: #000;
  float: none;
}
.mobile_right_menu .close-menu span {
  margin-left: 20px;
  font-size: 16px;
  color: #222;
}
.mobile_right_menu .main-title {
  padding: 15px 20px;
  color: #185292;
  font-weight: 700;
}
#custom-megamenu-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  cursor: pointer;
}
@media (min-width: 1025px) and (max-height: 700px) {
  .page-wrapper .page-header {
    position: relative;
  }
}
@media (min-width: 1025px) and (max-width: 1170px) {
  .page-wrapper .page-header .left_right_menu .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.custom-mega-menu-desktop-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 1;
}
.custom-mega-menu-desktop {
  z-index: 1;
}
.custom-mega-menu-desktop .category-sub-headings {
  cursor: default;
  font-weight: 800;
  color: #185292;
}
.custom-mega-menu-desktop .custom-menu-link {
  float: left;
  margin-bottom: 0;
  padding-top: 12px;
  height: 45px;
  padding-right: 40px;
}
.custom-mega-menu-desktop .custom-menu-link .custom-menu-link-div {
  padding-bottom: 7px;
  cursor: pointer;
  transition-duration: 0s;
}
.custom-mega-menu-desktop .custom-menu-link .custom-menu-link-div .custom-menu-link-name {
  font-size: 16px;
  color: #041e42;
  font-weight: 400;
  transition-duration: 0s;
}
.custom-mega-menu-desktop .custom-menu-link .custom-menu-link-div .add-bold {
  font-weight: 700;
}
.custom-mega-menu-desktop .custom-menu-link .custom-menu-link-div i {
  color: #4f4f4f;
  font-size: 18px;
  position: relative;
  left: 2px;
  top: 1px;
}
@media (max-width: 1213px) {
  .custom-mega-menu-desktop .custom-menu-link .custom-menu-link-div i {
    left: -2px;
  }
}
.custom-mega-menu-desktop .custom-menu-link .custom-menu-link-div i:before {
  content: "\f0d7";
}
.custom-mega-menu-desktop .custom-menu-link .custom-menu-link-div .rotate-arrow {
  transform: rotate(-180deg);
}
.custom-mega-menu-desktop .custom-menu-link .add-border {
  border-bottom: 3px solid #041E42;
}
.menu-links-outer-section {
  display: none;
  height: 0;
  width: 0;
  position: relative;
  top: 10px;
}
.menu-links-outer-section .menu-links-inside-section {
  border: 1px solid #F3F3F3;
}
.menu-links-outer-section .menu-links-inside-section.first {
  border: none;
}
.menu-links-outer-section .menu-links-inside-section.first .menu-links-section {
  display: block;
}
.menu-links-outer-section .menu-links-inside-section.first .menu-links-section.extra-section {
  padding: 3.5px 18px;
}
.menu-links-outer-section .menu-links-inside-section.first .menu-links-section .menu-links-text {
  display: flex;
  justify-content: space-between;
}
.menu-links-outer-section .menu-links-inside-section.first .menu-links-section .menu-links-text i {
  top: 0;
  left: 10px;
}
.menu-links-outer-section .menu-links-inside-section.first .menu-links-box-inner {
  border: 1px solid #b1b1b1;
}
.menu-links-outer-section.corporate-gifts {
  left: -120px;
}
.menu-links-outer-section.corporate-gifts .menu-links-inside-section {
  height: 563px;
  width: 1222px;
  background: #ffffff;
}
@media (max-width: 1300px) {
  .menu-links-outer-section.corporate-gifts .menu-links-inside-section {
    width: 90vw;
  }
}
.menu-links-outer-section.corporate-gifts .menu-links-inside-section .menu-links-box-inner {
  width: auto;
}
.menu-links-outer-section.retail-brands .menu-links-inside-section,
.menu-links-outer-section.shop-by .menu-links-inside-section {
  width: 1222px;
}
@media (max-width: 1300px) {
  .menu-links-outer-section.retail-brands .menu-links-inside-section,
  .menu-links-outer-section.shop-by .menu-links-inside-section {
    width: 90vw;
  }
}
.menu-links-outer-section.retail-brands .menu-links-inside-section .menu-links-box-inner,
.menu-links-outer-section.shop-by .menu-links-inside-section .menu-links-box-inner {
  width: auto;
  height: auto;
}
.menu-links-outer-section.retail-brands {
  left: -280px;
}
.menu-links-outer-section.shop-by {
  left: -435px;
}
.menu-links-outer-section.solutions {
  left: -30px;
}
.menu-links-outer-section.solutions .menu-links-inside-section {
  width: 210px;
}
.menu-links-outer-section.solutions .menu-links-inside-section .menu-links-box-inner {
  width: auto;
  height: auto;
  padding: 20px 30px;
}
.menu-links-outer-section.solutions .menu-links-inside-section .menu-links-box-inner .menu-links-box-container .menu-links-box-content {
  padding-bottom: 15px;
}
.menu-links-outer-section .menu-links-section {
  border-right: 1px solid #B1B1B1;
  border-left: 1px solid #B1B1B1;
  display: flex;
  background: #ffffff;
  width: 247px;
  padding: 8.5px 15px;
}
.menu-links-outer-section .menu-links-section:first-child {
  border-top: 1px solid #B1B1B1;
}
.menu-links-outer-section .menu-links-section:last-child {
  border-bottom: 1px solid #B1B1B1;
}
.menu-links-outer-section .menu-links-section.on-hover:not(.extra-section) {
  background: aliceblue;
  border-right: 3px solid #000;
  transition-duration: 0s;
}
.menu-links-outer-section .menu-links-section.on-hover:not(.extra-section) a.menu-links-text span {
  font-weight: bold;
  text-decoration: underline;
}
.menu-links-outer-section .menu-links-section.on-hover:not(.extra-section) a.menu-links-text i {
  color: #000 !important;
}
.menu-links-outer-section .menu-links-section a span {
  font-size: 16px;
  color: #222;
  font-weight: 400;
}
.menu-links-outer-section .menu-links-section a i {
  transform: rotate(-90deg);
  color: rgba(97, 97, 97, 0.2) !important;
}
.menu-links-outer-section .menu-links-section .menu-links-box {
  display: none;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0px;
  left: 246px;
}
.menu-links-outer-section .menu-links-section .menu-links-box.menu-links-box-spacing .menu-links-box-content {
  width: 160px;
}
.menu-links-outer-section .menu-links-box-inner {
  display: flex;
  background: #ffffff;
  width: 980px;
  padding: 27px 42px;
  justify-content: space-between;
  height: 573px;
  overflow: auto;
}
@media (max-width: 1300px) {
  .menu-links-outer-section .menu-links-box-inner {
    width: 70vw;
    padding: 27px 20px;
  }
}
@media (max-width: 1300px) {
  .menu-links-outer-section .menu-links-box-inner .menu-links-box-container {
    padding: 0 10px;
  }
}
.menu-links-outer-section .menu-links-box-inner .menu-links-box-container .menu-links-box-content {
  padding-bottom: 5px;
}
.menu-links-outer-section .menu-links-box-inner .menu-links-box-container .menu-links-box-content.menu-links-box-content-spacing {
  width: 160px;
}
.menu-links-outer-section .menu-links-box-inner .menu-links-box-container .menu-links-box-content.top-space {
  padding-top: 30px;
}
.menu-links-outer-section .menu-links-box-inner .menu-links-box-container .menu-links-box-content.top-space-2 {
  padding-top: 55px;
}
.menu-links-outer-section .menu-links-box-inner .menu-links-box-container .menu-links-box-content a .red-text {
  color: #FCBF9B;
}
.menu-links-outer-section .menu-links-box-inner .menu-links-box-container .menu-links-box-content a .menu-links-box-text {
  font-weight: 800;
  color: #185292;
}
.menu-links-outer-section .menu-links-box-inner .menu-links-box-container .menu-links-box-content a .menu-links-box-text:hover {
  text-decoration: underline;
  font-weight: 800;
  color: #185292;
}
.menu-links-outer-section .menu-links-box-inner .menu-links-box-container .menu-links-box-content a span {
  color: #222;
  font-weight: 400;
}
.menu-links-outer-section .menu-links-box-inner .menu-links-box-container .menu-links-box-content a span:not(.menu-links-box-text):hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .show-mobile,
  .cms-demandx .show-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .show-desktop,
  .cms-demandx .show-desktop {
    display: none !important;
  }
}
@media (max-width: 390px) {
  .cms-demandx-company-stores .company-brand-section-mobile .outer-section,
  .cms-demandx .company-brand-section-mobile .outer-section {
    width: auto !important;
  }
}
.cms-demandx-company-stores .company-brand-section-mobile .outer-section,
.cms-demandx .company-brand-section-mobile .outer-section {
  border-radius: 20px;
  border: 2px solid #2E9DDC;
  background: rgba(217, 217, 217, 0);
  width: 350px;
  margin: 0 auto 50px auto;
}
@media (max-width: 390px) {
  .cms-demandx-company-stores .company-brand-section-mobile .outer-section,
  .cms-demandx .company-brand-section-mobile .outer-section {
    border-top: 0;
  }
}
.cms-demandx-company-stores .company-brand-section-mobile .outer-section.gradient,
.cms-demandx .company-brand-section-mobile .outer-section.gradient {
  background: linear-gradient(90deg, #6665c5 0%, #ea668f 100%) !important;
  border: none !important;
}
.cms-demandx-company-stores .company-brand-section-mobile .outer-section.gradient .inner,
.cms-demandx .company-brand-section-mobile .outer-section.gradient .inner {
  background: #050505;
  margin: 2px;
}
.cms-demandx-company-stores .company-brand-section-mobile .outer-section:last-child,
.cms-demandx .company-brand-section-mobile .outer-section:last-child {
  margin: 0 auto !important;
}
.cms-demandx-company-stores .company-brand-section-mobile .top-text,
.cms-demandx .company-brand-section-mobile .top-text {
  color: #fff;
  z-index: 1;
  font-family: "Alternate Gothic";
  font-size: 36px;
  text-align: center;
  position: relative;
  height: 0;
  top: 10px;
}
@media (max-width: 390px) {
  .cms-demandx-company-stores .company-brand-section-mobile .top-text,
  .cms-demandx .company-brand-section-mobile .top-text {
    top: 5px;
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .cms-demandx-company-stores .company-brand-section-mobile .top-text,
  .cms-demandx .company-brand-section-mobile .top-text {
    top: 3px;
  }
}
@media (max-width: 330px) {
  .cms-demandx-company-stores .company-brand-section-mobile .top-text,
  .cms-demandx .company-brand-section-mobile .top-text {
    top: 7px;
  }
}
@media (min-width: 391px) {
  .cms-demandx-company-stores .company-brand-section-mobile svg,
  .cms-demandx .company-brand-section-mobile svg {
    margin-left: -3px;
    margin-top: -3px;
  }
}
@media (max-width: 390px) {
  .cms-demandx-company-stores .company-brand-section-mobile svg,
  .cms-demandx .company-brand-section-mobile svg {
    position: relative;
    width: 101.4%;
    left: -2px;
    top: -10px;
  }
}
@media (min-width: 366px) and (max-width: 390px) {
  .cms-demandx-company-stores .company-brand-section-mobile svg,
  .cms-demandx .company-brand-section-mobile svg {
    left: -3px;
    top: -12px;
  }
}
@media (max-width: 360px) {
  .cms-demandx-company-stores .company-brand-section-mobile svg,
  .cms-demandx .company-brand-section-mobile svg {
    top: -18px;
  }
}
.cms-demandx-company-stores .company-brand-section-mobile .middle-section,
.cms-demandx .company-brand-section-mobile .middle-section {
  color: #fff;
  font-family: "Nimbus San Regular";
  padding: 0 17px;
  font-size: 16px;
}
.cms-demandx-company-stores .company-brand-section-mobile .middle-section .top-area,
.cms-demandx .company-brand-section-mobile .middle-section .top-area {
  font-family: "Nimbus San Bold";
  font-size: 20px;
  margin-bottom: 15px;
}
.cms-demandx-company-stores .company-brand-section-mobile .middle-section .bottom-area,
.cms-demandx .company-brand-section-mobile .middle-section .bottom-area {
  display: flex;
  align-items: flex-start;
}
.cms-demandx-company-stores .company-brand-section-mobile .middle-section .bottom-area span:not(.no-margin),
.cms-demandx .company-brand-section-mobile .middle-section .bottom-area span:not(.no-margin) {
  margin-left: 17px;
  margin-bottom: 10px;
}
.cms-demandx-company-stores .company-brand-section-mobile .bottom-section,
.cms-demandx .company-brand-section-mobile .bottom-section {
  font-family: "Nimbus San Bold";
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #2E9DDC;
  height: 87px;
  margin-top: 50px;
  margin-left: -2px;
  margin-right: -2px;
}
.cms-demandx-company-stores .company-brand-section-mobile .bottom-section.gradient,
.cms-demandx .company-brand-section-mobile .bottom-section.gradient {
  background: linear-gradient(90deg, #6665c5 0%, #ea668f 100%) !important;
}
.cms-demandx-company-stores .company-brand-section-mobile .bottom-section span,
.cms-demandx .company-brand-section-mobile .bottom-section span {
  border-radius: 50px;
  padding: 12px 22px;
  background: #fff;
  transition-duration: 0s;
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .company-brand-section-mobile .bottom-section span,
  .cms-demandx .company-brand-section-mobile .bottom-section span {
    border: 2px solid #fff;
    background: transparent;
  }
}
.cms-demandx-company-stores .cms-title,
.cms-demandx .cms-title {
  margin-bottom: 20px;
}
.cms-demandx-company-stores .clients-love:before,
.cms-demandx .clients-love:before {
  content: '';
  background-image: url(../images/quotes.png);
  position: absolute;
  width: 59px;
  height: 48px;
}
.cms-demandx-company-stores .clients-love.bottom:before,
.cms-demandx .clients-love.bottom:before {
  top: -18px;
  left: 0;
}
.cms-demandx-company-stores .clients-love:not(.bottom):before,
.cms-demandx .clients-love:not(.bottom):before {
  margin-top: -45px;
  margin-left: -25px;
}
.cms-demandx-company-stores .company-brand-store-section,
.cms-demandx .company-brand-store-section {
  margin-bottom: 60px;
  margin-top: -240px;
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .company-brand-store-section,
  .cms-demandx .company-brand-store-section {
    margin-top: 0;
    background: #050505;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .demandx-inventory-row.margin-left,
  .cms-demandx .demandx-inventory-row.margin-left {
    margin-left: 3vw !important;
  }
}
@media (max-width: 1024px) {
  .cms-demandx-company-stores .demandx-inventory-row,
  .cms-demandx .demandx-inventory-row {
    min-height: 40vw !important;
  }
}
.cms-demandx-company-stores .col-2.col,
.cms-demandx .col-2.col {
  margin-right: -8px;
}
.cms-demandx-company-stores .col-2.col .box,
.cms-demandx .col-2.col .box {
  padding-right: 18px;
}
.cms-demandx-company-stores .col-3.col,
.cms-demandx .col-3.col {
  z-index: 1;
}
.cms-demandx-company-stores .col-4.col,
.cms-demandx .col-4.col {
  margin-left: -8px;
}
.cms-demandx-company-stores .col-4.col .box,
.cms-demandx .col-4.col .box {
  padding-left: 18px;
}
@media (min-width: 1301px) {
  .cms-demandx-company-stores .clients-love.bottom,
  .cms-demandx .clients-love.bottom {
    left: 10vw !important;
  }
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .clients-love.bottom,
  .cms-demandx .clients-love.bottom {
    position: relative;
    top: -135px;
    left: 5vw;
    padding-right: 0 !important;
  }
  .cms-demandx-company-stores .bottom-image,
  .cms-demandx .bottom-image {
    position: relative;
    top: -100px;
  }
  .cms-demandx-company-stores .company-brand-heading.client-section-heading,
  .cms-demandx .company-brand-heading.client-section-heading {
    position: relative;
    top: -130px;
  }
}
.cms-demandx-company-stores .company-brand-section,
.cms-demandx .company-brand-section {
  color: #fff;
  display: flex;
  justify-content: center;
}
.cms-demandx-company-stores .col,
.cms-demandx .col {
  width: 25%;
}
.cms-demandx-company-stores .col-1,
.cms-demandx .col-1 {
  border-right: 1px solid #494949;
  font-size: 24px;
}
.cms-demandx-company-stores .col-3,
.cms-demandx .col-3 {
  position: relative;
  border-radius: 29px 29px 0px 0px;
  margin-top: -10px;
}
.cms-demandx-company-stores .top-box,
.cms-demandx .top-box {
  font-family: "Alternate Gothic";
  font-size: 32px;
  min-height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-demandx-company-stores .top-box-1,
.cms-demandx .top-box-1 {
  box-shadow: 0 0 0 1px #000000;
}
.cms-demandx-company-stores .top-box-2,
.cms-demandx .top-box-2 {
  border-radius: 29px 0px 0px 0px;
  background: #2E9DDC;
}
.cms-demandx-company-stores .top-box-3,
.cms-demandx .top-box-3 {
  position: relative;
  min-height: 95px;
  border-radius: 29px 29px 0px 0px;
  background: linear-gradient(94deg, #6365c6 -10.31%, #ff6584 105.16%);
  padding: 0 10px;
  text-align: center;
  line-height: initial;
}
.cms-demandx-company-stores .top-box-4,
.cms-demandx .top-box-4 {
  border-radius: 0 29px 0px 0px;
  background: #2E9DDC;
}
.cms-demandx-company-stores .box,
.cms-demandx .box {
  font-family: "Nimbus San Regular";
  font-size: 20px;
  background: #212121;
  min-height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
  padding: 15px 10px;
}
.cms-demandx-company-stores .box img,
.cms-demandx .box img {
  width: 20px;
  margin-right: 5px;
  margin-top: -5px;
  position: relative;
}
.cms-demandx-company-stores .col-1 .box,
.cms-demandx .col-1 .box,
.cms-demandx-company-stores .top-box-1,
.cms-demandx .top-box-1 {
  font-size: 24px;
}
.cms-demandx-company-stores .box.dec-height,
.cms-demandx .box.dec-height {
  min-height: 100px;
}
.cms-demandx-company-stores .box.dec-height-2,
.cms-demandx .box.dec-height-2 {
  min-height: 93px;
}
.cms-demandx-company-stores .box:last-child,
.cms-demandx .box:last-child {
  margin-bottom: 0;
}
.cms-demandx-company-stores .col-3:before,
.cms-demandx .col-3:before {
  content: '';
  background: linear-gradient(190deg, #6365c6 0.6%, #ff6584 98.16%);
  position: absolute;
  opacity: 0.7;
  border-radius: 29px 29px 0px 0px;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cms-demandx-company-stores .col-3 .box p,
.cms-demandx .col-3 .box p {
  position: relative;
  line-height: inherit;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 916px) and (max-width: 1064px) {
  .cms-demandx-company-stores .col-3 .box p,
  .cms-demandx .col-3 .box p {
    font-size: 16px;
  }
}
@media (min-width: 0px) and (max-width: 915px) {
  .cms-demandx-company-stores .col-3 .box p,
  .cms-demandx .col-3 .box p {
    font-size: 12px;
  }
}
.cms-demandx-company-stores .box svg,
.cms-demandx .box svg {
  position: relative;
}
.cms-demandx-company-stores .company-brand-heading,
.cms-demandx .company-brand-heading {
  font-size: 62px !important;
  margin-bottom: 40px;
  margin-top: 170px;
  line-height: 62px !important;
}
.cms-demandx-company-stores .request-demo-container,
.cms-demandx .request-demo-container {
  border-radius: 100px;
  padding: 2px;
  background: #fff;
  transition-duration: 0s;
}
.cms-demandx-company-stores .request-demo-container:hover,
.cms-demandx .request-demo-container:hover {
  background: linear-gradient(90deg, #6c62c1 0%, #e9257d 70.14%, #faac29 85.89%);
}
.cms-demandx-company-stores .request-demo-container:hover .request-demo span,
.cms-demandx .request-demo-container:hover .request-demo span {
  background: linear-gradient(90deg, #6c62c1 0%, #e9257d 70.14%, #faac29 95.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cms-demandx-company-stores .request-demo,
.cms-demandx .request-demo {
  width: 201px;
  height: 51px;
  border-radius: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: #212121;
  position: relative;
}
@media (max-width: 1024px) {
  .cms-demandx-company-stores .request-demo,
  .cms-demandx .request-demo {
    width: 150px;
    height: 50px;
  }
}
.cms-demandx-company-stores .request-demo.white,
.cms-demandx .request-demo.white {
  color: #fff;
  background: #000;
  position: relative;
  height: 59px;
  width: 209px;
  transition-duration: 0s;
}
@media (max-width: 1024px) {
  .cms-demandx-company-stores .request-demo.white,
  .cms-demandx .request-demo.white {
    width: 160px;
  }
}
.cms-demandx-company-stores .request-demo.white:hover,
.cms-demandx .request-demo.white:hover {
  background: linear-gradient(90deg, #6964c3 0%, #e9257d 78.59999999999999%, #faac29 100%);
}
.cms-demandx-company-stores .gradient-one,
.cms-demandx .gradient-one {
  background: linear-gradient(90deg, #6964c3 0.96%, #e9257d 80.81999999999999%, #faac29 95.63%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cms-demandx-company-stores .infographic-heading h2 span,
.cms-demandx .infographic-heading h2 span {
  background: linear-gradient(90deg, #6964c3 0.96%, #e9257d 80.81999999999999%, #faac29 95.63%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cms-demandx-company-stores .infographic-heading,
  .cms-demandx .infographic-heading {
    margin-top: -100px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .cms-demandx-company-stores .infographic-heading,
  .cms-demandx .infographic-heading {
    margin-top: 60px;
  }
}
@media (max-width: 479px) {
  .cms-demandx-company-stores .infographic-heading,
  .cms-demandx .infographic-heading {
    margin-top: 35px;
    margin-bottom: 20px !important;
  }
}
.cms-demandx-company-stores .banner-para,
.cms-demandx .banner-para {
  font-size: 24px !important;
  color: #e0e0e0 !important;
  width: 40vw;
  margin-bottom: 29px;
  line-height: 34.5px;
}
@media (max-width: 1024px) {
  .cms-demandx-company-stores .banner-para,
  .cms-demandx .banner-para {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .banner-para,
  .cms-demandx .banner-para {
    font-size: 16px !important;
    line-height: 28px;
  }
}
.cms-demandx-company-stores .banner-text,
.cms-demandx .banner-text {
  font-family: "Nimbus San Bold";
  color: #fff;
  font-size: 23.5px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cms-demandx-company-stores .banner-text,
  .cms-demandx .banner-text {
    font-size: 4vw;
  }
}
@media (min-width: 1430px) {
  .cms-demandx-company-stores .main-banner-desktop-view .row-full-width-inner,
  .cms-demandx .main-banner-desktop-view .row-full-width-inner {
    margin-left: 60px !important;
  }
}
.cms-demandx-company-stores .banner-text span,
.cms-demandx .banner-text span {
  background: linear-gradient(90deg, #6964c3 0%, #e9257d 83.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .cms-demandx-company-stores .main-banner-desktop-view,
  .cms-demandx .main-banner-desktop-view {
    margin: -100px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1299px) {
  .cms-demandx-company-stores .main-banner-desktop-view,
  .cms-demandx .main-banner-desktop-view {
    margin: -160px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .cms-demandx-company-stores .main-banner-desktop-view .top-banner h1,
  .cms-demandx .main-banner-desktop-view .top-banner h1 {
    font-size: 3.4vw !important;
  }
  .cms-demandx-company-stores .main-banner-desktop-view,
  .cms-demandx .main-banner-desktop-view {
    background-size: contain !important;
  }
  .cms-demandx-company-stores .banner-text,
  .cms-demandx .banner-text {
    font-size: 1.2vw;
  }
  .cms-demandx-company-stores .banner-para,
  .cms-demandx .banner-para {
    font-size: 1.3vw !important;
    width: 35vw;
    line-height: 2vw;
  }
}
@media (min-width: 916px) and (max-width: 1064px) {
  .cms-demandx-company-stores .box,
  .cms-demandx .box {
    font-size: 16px;
  }
  .cms-demandx-company-stores .col-1 .box,
  .cms-demandx .col-1 .box {
    font-size: 20px;
  }
}
@media (min-width: 0px) and (max-width: 915px) {
  .cms-demandx-company-stores .box,
  .cms-demandx .box {
    font-size: 12px;
  }
  .cms-demandx-company-stores .col-1 .box,
  .cms-demandx .col-1 .box {
    font-size: 16px;
  }
  .cms-demandx-company-stores .top-box,
  .cms-demandx .top-box {
    font-size: 22px;
  }
}
@media (max-width: 814px) {
  .cms-demandx-company-stores .company-brand-section,
  .cms-demandx .company-brand-section {
    overflow: auto;
  }
}
.cms-demandx-company-stores .req-quote-forms .successbox p,
.cms-demandx .req-quote-forms .successbox p {
  color: #ffffff !important;
  text-align: center;
}
.cms-demandx-company-stores .req-quote-forms .successbox p:before,
.cms-demandx .req-quote-forms .successbox p:before {
  background-image: url(../images/successlight.png) !important;
}
.cms-demandx-company-stores .combined-row,
.cms-demandx .combined-row {
  margin-top: 85px;
}
.cms-demandx-company-stores .combined-row .two-section-image,
.cms-demandx .combined-row .two-section-image {
  margin: 20px auto;
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .combined-row .two-section-image,
  .cms-demandx .combined-row .two-section-image {
    margin: 0 auto;
  }
}
.cms-demandx-company-stores .combined-row .two-section-image.second-image,
.cms-demandx .combined-row .two-section-image.second-image {
  padding-top: 50px;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .cms-demandx-company-stores .combined-row .two-section-image.second-image,
  .cms-demandx .combined-row .two-section-image.second-image {
    width: 30vw;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .combined-row .two-section-image.second-image,
  .cms-demandx .combined-row .two-section-image.second-image {
    padding-top: 0;
  }
}
.cms-demandx-company-stores .mug-image,
.cms-demandx .mug-image {
  position: relative;
  bottom: 25px;
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .mug-image,
  .cms-demandx .mug-image {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .cms-demandx-company-stores .main-banner-desktop-view,
  .cms-demandx .main-banner-desktop-view {
    background-position: left;
  }
}
@media (max-width: 1024px) {
  .cms-demandx-company-stores .main-banner-desktop-view,
  .cms-demandx .main-banner-desktop-view {
    display: none !important;
  }
}
.cms-demandx-company-stores .main-banner-mobile-view,
.cms-demandx .main-banner-mobile-view {
  display: none !important;
}
@media (max-width: 1024px) {
  .cms-demandx-company-stores .main-banner-mobile-view,
  .cms-demandx .main-banner-mobile-view {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cms-demandx-company-stores .main-banner-mobile-view,
  .cms-demandx .main-banner-mobile-view {
    height: 720px;
  }
}
@media (max-width: 479px) {
  .cms-demandx-company-stores .main-banner-mobile-view,
  .cms-demandx .main-banner-mobile-view {
    margin-bottom: 30px;
  }
}
.cms-demandx-company-stores .main-banner-mobile-view .row-full-width-inner,
.cms-demandx .main-banner-mobile-view .row-full-width-inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cms-demandx-company-stores .main-banner-mobile-view .upper-image,
.cms-demandx .main-banner-mobile-view .upper-image {
  float: right;
}
.cms-demandx-company-stores .main-banner-mobile-view .bottom-image img,
.cms-demandx .main-banner-mobile-view .bottom-image img {
  width: 100%;
}
.cms-demandx-company-stores .mobile-image-margin img,
.cms-demandx .mobile-image-margin img {
  float: right;
  width: 90%;
}
.cms-demandx-company-stores .shirt-image img,
.cms-demandx .shirt-image img {
  margin: 0;
  width: 100%;
}
.cms-demandx-company-stores .breadcrumbs,
.cms-demandx .breadcrumbs {
  display: none;
}
.cms-demandx-company-stores #maincontent,
.cms-demandx #maincontent {
  background: #0f0f0f;
}
.cms-demandx-company-stores #trust-items,
.cms-demandx #trust-items {
  justify-content: space-between !important;
}
@media (max-width: 767px) {
  .cms-demandx-company-stores #trust-items,
  .cms-demandx #trust-items {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .cms-demandx-company-stores #trust-items .item,
  .cms-demandx #trust-items .item {
    width: auto !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores #trust-items .item,
  .cms-demandx #trust-items .item {
    padding-bottom: 40px;
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .cms-demandx-company-stores #trust-items .item:last-child,
  .cms-demandx #trust-items .item:last-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores #trust-items .item:last-child,
  .cms-demandx #trust-items .item:last-child {
    padding-bottom: 0;
    padding-top: 30px;
  }
}
.cms-demandx-company-stores .add-padding,
.cms-demandx .add-padding {
  padding-bottom: 60px;
}
.cms-demandx-company-stores .zero-inventory,
.cms-demandx .zero-inventory {
  padding-bottom: 140px;
}
.cms-demandx-company-stores .perspective-section,
.cms-demandx .perspective-section {
  background: linear-gradient(180deg, #000000 0%, rgba(28, 29, 29, 0) 100%);
}
.cms-demandx-company-stores .perspective-section figure img,
.cms-demandx .perspective-section figure img {
  margin: inherit;
}
@media (max-width: 768px) {
  .cms-demandx-company-stores .perspective-section figure img,
  .cms-demandx .perspective-section figure img {
    margin-top: -10%;
  }
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .perspective-section figure img,
  .cms-demandx .perspective-section figure img {
    margin: initial;
    width: 100%;
  }
}
.cms-demandx-company-stores .company-stores-content.first,
.cms-demandx .company-stores-content.first {
  margin-top: 45px;
}
@media (min-width: 1025px) and (max-width: 1125px) {
  .cms-demandx-company-stores .company-stores-content.first,
  .cms-demandx .company-stores-content.first {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .company-stores-content.first,
  .cms-demandx .company-stores-content.first {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .company-stores-content.first .company-stores-text,
  .cms-demandx .company-stores-content.first .company-stores-text {
    margin-left: -50px;
    left: unset;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .company-stores-content.two,
  .cms-demandx .company-stores-content.two {
    float: right;
    margin-right: 2vw;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .reverse-order,
  .cms-demandx .reverse-order {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .company-stores-content.second img,
  .cms-demandx .company-stores-content.second img {
    width: 52vw;
  }
  .cms-demandx-company-stores .company-stores-content.second .company-stores-text,
  .cms-demandx .company-stores-content.second .company-stores-text {
    margin-left: 0;
    left: 42vw;
    margin-top: 0;
  }
}
.cms-demandx-company-stores .company-stores-text,
.cms-demandx .company-stores-text {
  margin-top: 50px;
  font-size: 15px;
  color: #ffffff;
  margin-left: 285px;
}
.cms-demandx-company-stores .company-stores-text h2,
.cms-demandx .company-stores-text h2 {
  padding: 0;
  font-size: 40px !important;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .cms-demandx-company-stores .company-stores-text h2,
  .cms-demandx .company-stores-text h2 {
    font-size: 3.5vw !important;
    margin-bottom: 1vw;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .company-stores-text h2,
  .cms-demandx .company-stores-text h2 {
    font-size: 5.8vw !important;
    line-height: 5.8vw !important;
    margin-bottom: 3vw;
  }
}
.cms-demandx-company-stores .company-stores-text p,
.cms-demandx .company-stores-text p {
  margin-bottom: 8px;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .cms-demandx-company-stores .company-stores-text p,
  .cms-demandx .company-stores-text p {
    font-size: 1.5vw !important;
    margin-bottom: 0.5vw;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .company-stores-text p,
  .cms-demandx .company-stores-text p {
    font-size: 2.9vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .company-stores-text.first-right-section,
  .cms-demandx .company-stores-text.first-right-section {
    margin-left: -7.5vw;
    margin-top: 0.8vw;
  }
}
.cms-demandx-company-stores .company-stores-content.first img,
.cms-demandx .company-stores-content.first img {
  width: 315px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .cms-demandx-company-stores .company-stores-content.first img,
  .cms-demandx .company-stores-content.first img {
    width: 22vw;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .company-stores-content.first img,
  .cms-demandx .company-stores-content.first img {
    width: 45vw;
  }
}
@media (max-width: 768px) {
  .cms-demandx-company-stores .company-stores-content.second,
  .cms-demandx .company-stores-content.second {
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .cms-demandx-company-stores .company-stores-content.second img,
  .cms-demandx .company-stores-content.second img {
    width: 30vw;
    position: relative;
    top: 1vw;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .cms-demandx-company-stores .company-stores-content.second .company-stores-text,
  .cms-demandx .company-stores-content.second .company-stores-text {
    margin-left: 0;
    margin-top: 0;
    left: 25vw;
  }
}
.cms-demandx-company-stores .company-stores-content,
.cms-demandx .company-stores-content {
  display: flex;
}
.cms-demandx-company-stores .try-on-demand-section,
.cms-demandx .try-on-demand-section {
  margin-bottom: 157px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .try-on-demand-section p,
  .cms-demandx .try-on-demand-section p,
  .cms-demandx-company-stores .try-on-demand-section .get-started,
  .cms-demandx .try-on-demand-section .get-started {
    margin: auto;
    right: 0;
  }
}
.cms-demandx-company-stores .try-on-demand,
.cms-demandx .try-on-demand {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-demandx-company-stores .try-on-demand p,
.cms-demandx .try-on-demand p {
  font-size: 40px;
  margin-bottom: 0;
  font-weight: bold;
  font-family: "Alternate Gothic";
  margin-right: 33px;
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .try-on-demand p,
  .cms-demandx .try-on-demand p {
    padding-bottom: 15px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .try-on-demand,
  .cms-demandx .try-on-demand {
    flex-wrap: wrap;
    padding: 30px 0;
  }
}
.cms-demandx-company-stores .get-started,
.cms-demandx .get-started {
  background: #000000;
  color: #ffffff;
  border-radius: 32px;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Nimbus San Bold";
  height: 59px;
  width: 209px;
  text-align: center;
  padding-top: 16px;
}
@media (min-width: 768px) and (max-width: 860px) {
  .cms-demandx-company-stores .get-started,
  .cms-demandx .get-started {
    font-size: 17px;
    padding-top: 19px;
  }
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .add-right-margin,
  .cms-demandx .add-right-margin {
    margin-right: 42px;
  }
}
.cms-demandx-company-stores .image-width,
.cms-demandx .image-width {
  width: 65% !important;
}
.cms-demandx-company-stores h2,
.cms-demandx h2,
.cms-demandx-company-stores h1,
.cms-demandx h1 {
  font-size: 62px !important;
  font-weight: bold;
  color: #ffffff;
  font-family: "Alternate Gothic";
  line-height: normal !important;
}
@media (max-width: 479px) {
  .cms-demandx-company-stores h2,
  .cms-demandx h2,
  .cms-demandx-company-stores h1,
  .cms-demandx h1 {
    padding: 0 10px;
    font-size: 32px !important;
  }
}
.cms-demandx-company-stores p,
.cms-demandx p {
  color: #FFF;
  text-align: left;
  font-family: "Nimbus San Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.7%;
}
.cms-demandx-company-stores .top-banner,
.cms-demandx .top-banner {
  position: relative;
}
@media (min-width: 1501px) {
  .cms-demandx-company-stores .top-banner,
  .cms-demandx .top-banner {
    width: 40vw;
  }
}
@media (max-width: 1024px) {
  .cms-demandx-company-stores .top-banner,
  .cms-demandx .top-banner {
    width: 95%;
    margin: auto;
    text-align: center;
  }
}
.cms-demandx-company-stores .top-banner h1,
.cms-demandx .top-banner h1 {
  font-size: 54px !important;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .top-banner h1,
  .cms-demandx .top-banner h1 {
    font-size: 11vw !important;
    margin-bottom: 5px;
    line-height: 11vw !important;
  }
}
@media (max-width: 1024px) {
  .cms-demandx-company-stores .top-banner h1,
  .cms-demandx .top-banner h1 {
    text-align: center;
  }
}
.cms-demandx-company-stores .top-banner-img,
.cms-demandx .top-banner-img {
  position: relative;
}
@media (max-width: 1024px) {
  .cms-demandx-company-stores .top-banner-img img,
  .cms-demandx .top-banner-img img {
    width: 40%;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1025px) {
  .cms-demandx-company-stores .top-banner-img img,
  .cms-demandx .top-banner-img img {
    width: 13% !important;
    margin: unset;
  }
}
.cms-demandx-company-stores .get-started,
.cms-demandx .get-started {
  cursor: pointer;
}
.cms-demandx-company-stores .get-started:hover,
.cms-demandx .get-started:hover {
  background: #383838;
}
.cms-demandx-company-stores .top-banner-button,
.cms-demandx .top-banner-button {
  cursor: pointer;
  background-image: linear-gradient(260deg, #ef2279, #a745a1, #6167c7) !important;
  border: none;
  color: #ffffff;
  padding: 15px 30px 12px;
  font-size: inherit;
  border-radius: 30px;
  width: fit-content;
  font-weight: bold;
  position: absolute;
  font-family: "Nimbus San Bold";
}
@media (max-width: 1024px) {
  .cms-demandx-company-stores .top-banner-button,
  .cms-demandx .top-banner-button {
    margin: auto;
    position: relative;
  }
}
.cms-demandx-company-stores .top-banner-button:hover,
.cms-demandx .top-banner-button:hover {
  background-image: linear-gradient(260deg, #6167c7, #a745a1, #ef2279) !important;
}
.cms-demandx-company-stores .black-grey-section,
.cms-demandx .black-grey-section {
  margin: auto;
  padding: 40px 40px 60px;
}
.cms-demandx-company-stores .black-grey-section .row-full-width-inner,
.cms-demandx .black-grey-section .row-full-width-inner {
  border: 1px solid #6C62C1;
  background: rgba(40, 40, 40, 0.4);
  max-width: unset;
  padding-top: 40px;
  border-image: linear-gradient(90deg, #6c62c1, #e02981) 1;
  max-width: 1600px !important;
}
@media (max-width: 768px) {
  .cms-demandx-company-stores .black-grey-section .two-section-text,
  .cms-demandx .black-grey-section .two-section-text {
    text-align: center;
  }
}
.cms-demandx-company-stores .black-grey-section .pagebuilder-column-line,
.cms-demandx .black-grey-section .pagebuilder-column-line {
  margin-bottom: 2%;
}
.cms-demandx-company-stores .demand-x-content,
.cms-demandx .demand-x-content {
  margin-right: 30px;
}
.cms-demandx-company-stores .demand-x-content p,
.cms-demandx .demand-x-content p {
  font-size: 20px !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cms-demandx-company-stores .demand-x-content,
  .cms-demandx .demand-x-content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .demand-x-content,
  .cms-demandx .demand-x-content {
    margin: auto;
    padding-top: 40px;
    width: 90%;
  }
}
.cms-demandx-company-stores .demand-x-content p,
.cms-demandx .demand-x-content p {
  padding-top: 15px;
}
.cms-demandx-company-stores .two-section-text,
.cms-demandx .two-section-text {
  font-size: 28px;
  width: 58%;
  margin: auto;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cms-demandx-company-stores .two-section-text,
  .cms-demandx .two-section-text {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .two-section-text,
  .cms-demandx .two-section-text {
    width: 90%;
    padding-bottom: 30px;
  }
}
.cms-demandx-company-stores .text-width,
.cms-demandx .text-width {
  width: 80%;
}
@media (max-width: 768px) {
  .cms-demandx-company-stores .text-width p,
  .cms-demandx .text-width p {
    margin-top: 50px;
  }
}
.cms-demandx-company-stores .three-section-column:last-child,
.cms-demandx .three-section-column:last-child {
  margin-right: 0;
}
.cms-demandx-company-stores .three-section-column,
.cms-demandx .three-section-column {
  background: linear-gradient(180deg, #292929 0%, rgba(28, 29, 29, 0) 100%);
  box-shadow: 4px 6px 6px -1px rgba(0, 0, 0, 0.25);
  padding: 20px 0 50px;
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .three-section-column,
  .cms-demandx .three-section-column {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .three-section-column,
  .cms-demandx .three-section-column {
    margin-bottom: 30px;
  }
}
.cms-demandx-company-stores .three-section-column p,
.cms-demandx .three-section-column p {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: -4px;
}
.cms-demandx-company-stores .three-section-column h2,
.cms-demandx .three-section-column h2 {
  margin-bottom: 15px;
}
.cms-demandx-company-stores .three-section-column .three-section-content,
.cms-demandx .three-section-column .three-section-content {
  color: #ffffff;
  padding: 35px 0;
}
.cms-demandx-company-stores .three-section-column .three-section-content h2,
.cms-demandx .three-section-column .three-section-content h2 {
  font-size: 40px !important;
}
.cms-demandx-company-stores .three-section-column .three-section-content p,
.cms-demandx .three-section-column .three-section-content p {
  text-align: center;
  font-size: 20px;
}
.cms-demandx-company-stores .airpods-product-image img,
.cms-demandx .airpods-product-image img {
  position: relative;
  top: 30px;
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .airpods-product-image img,
  .cms-demandx .airpods-product-image img {
    left: 135px;
  }
}
.cms-demandx-company-stores .elevated-corporate-gifting,
.cms-demandx .elevated-corporate-gifting {
  background: linear-gradient(180deg, #292929 0%, rgba(28, 29, 29, 0) 100%);
  box-shadow: 4px 6px 6px -1px rgba(0, 0, 0, 0.25);
  padding-bottom: 0px;
  background-color: #292929;
}
.cms-demandx-company-stores .elevated-corporate-gifting h2,
.cms-demandx .elevated-corporate-gifting h2 {
  font-size: 40px;
  margin-top: 3%;
}
.cms-demandx-company-stores .elevated-corporate-gifting img,
.cms-demandx .elevated-corporate-gifting img {
  width: 100%;
}
.cms-demandx-company-stores .elevated-corporate-gifting p,
.cms-demandx .elevated-corporate-gifting p {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  width: 62%;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cms-demandx-company-stores .elevated-corporate-gifting p,
  .cms-demandx .elevated-corporate-gifting p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .elevated-corporate-gifting p,
  .cms-demandx .elevated-corporate-gifting p {
    width: 90%;
  }
}
.cms-demandx-company-stores .three-section-image-1,
.cms-demandx .three-section-image-1 {
  width: 50%;
}
.cms-demandx-company-stores .three-section-image-2,
.cms-demandx .three-section-image-2 {
  width: 85%;
}
.cms-demandx-company-stores .three-section-image-3,
.cms-demandx .three-section-image-3 {
  width: 95%;
}
.cms-demandx-company-stores .three-section-image-1,
.cms-demandx .three-section-image-1,
.cms-demandx-company-stores .three-section-image-2,
.cms-demandx .three-section-image-2,
.cms-demandx-company-stores .three-section-image-3,
.cms-demandx .three-section-image-3 {
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .cms-demandx-company-stores .three-section-image-1,
  .cms-demandx .three-section-image-1,
  .cms-demandx-company-stores .three-section-image-2,
  .cms-demandx .three-section-image-2,
  .cms-demandx-company-stores .three-section-image-3,
  .cms-demandx .three-section-image-3 {
    height: 18vw !important;
  }
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .three-section-image-1,
  .cms-demandx .three-section-image-1,
  .cms-demandx-company-stores .three-section-image-2,
  .cms-demandx .three-section-image-2,
  .cms-demandx-company-stores .three-section-image-3,
  .cms-demandx .three-section-image-3 {
    height: 250px;
  }
}
.cms-demandx-company-stores .ready-in-7-days,
.cms-demandx .ready-in-7-days {
  margin: auto;
  max-width: 1480px;
  padding: 40px 60px 110px;
}
.cms-demandx-company-stores .making-swag-fun figure,
.cms-demandx .making-swag-fun figure {
  height: 125px;
}
.cms-demandx-company-stores .making-swag-fun h2,
.cms-demandx .making-swag-fun h2 {
  font-size: 36px;
  margin-top: 4%;
  padding: 50px 0;
}
.cms-demandx-company-stores .making-swag-fun p,
.cms-demandx .making-swag-fun p {
  width: 84%;
  margin: auto;
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .making-swag-fun p,
  .cms-demandx .making-swag-fun p {
    margin-bottom: 30px;
  }
}
.cms-demandx-company-stores .clients-love-section,
.cms-demandx .clients-love-section {
  padding-bottom: 60px;
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .cms-demandx-company-stores .clients-love-section,
  .cms-demandx .clients-love-section {
    background-size: contain !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cms-demandx-company-stores .clients-love-section,
  .cms-demandx .clients-love-section {
    background-size: cover !important;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .cms-demandx-company-stores .clients-love-section .pagebuilder-column,
  .cms-demandx .clients-love-section .pagebuilder-column {
    width: 50% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .cms-demandx-company-stores .clients-love-section .add-top-margin.second-section,
  .cms-demandx .clients-love-section .add-top-margin.second-section {
    margin-top: -30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cms-demandx-company-stores .clients-love-section .add-top-margin.second-section,
  .cms-demandx .clients-love-section .add-top-margin.second-section {
    margin-top: -100px;
  }
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .clients-love-section .add-top-margin,
  .cms-demandx .clients-love-section .add-top-margin {
    padding: 0 40px;
  }
}
.cms-demandx-company-stores .clients-love-section .pagebuilder-column-line,
.cms-demandx .clients-love-section .pagebuilder-column-line {
  justify-content: center;
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .clients-love-section .bottom-section.right,
  .cms-demandx .clients-love-section .bottom-section.right {
    margin-right: -5%;
  }
}
.cms-demandx-company-stores .clients-love-section h2,
.cms-demandx .clients-love-section h2 {
  margin-top: 58px;
  font-size: 40px;
}
.cms-demandx-company-stores .clients-love-section .top-image,
.cms-demandx .clients-love-section .top-image {
  z-index: 1;
}
.cms-demandx-company-stores .clients-love-section .clients-love,
.cms-demandx .clients-love-section .clients-love {
  width: 100%;
  padding: 45px 40px 30px 90px;
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .clients-love-section .clients-love.bottom,
  .cms-demandx .clients-love-section .clients-love.bottom {
    width: 80%;
  }
}
.cms-demandx-company-stores .clients-love-section .clients-love p,
.cms-demandx .clients-love-section .clients-love p {
  font-size: 20px;
  line-height: 29.9px;
}
.cms-demandx-company-stores .clients-love-section .clients-love .name-text,
.cms-demandx .clients-love-section .clients-love .name-text {
  font-weight: bold;
  font-size: 24px;
  margin-top: 35px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .clients-love-section .clients-love,
  .cms-demandx .clients-love-section .clients-love {
    padding: 45px 30px 30px 30px;
  }
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .clients-love-section .upper,
  .cms-demandx .clients-love-section .upper {
    margin-left: -10%;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .clients-love-section .upper .clients-love,
  .cms-demandx .clients-love-section .upper .clients-love {
    margin-bottom: 30px;
  }
}
@media (min-width: 1590px) {
  .cms-demandx-company-stores .clients-love-section .upper .clients-love.upper,
  .cms-demandx .clients-love-section .upper .clients-love.upper {
    margin-left: 60px;
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1589px) {
  .cms-demandx-company-stores .clients-love-section .upper .clients-love.upper,
  .cms-demandx .clients-love-section .upper .clients-love.upper {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .clients-love-section .upper-image img,
  .cms-demandx .clients-love-section .upper-image img {
    position: relative;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .clients-love-section .bottom-section,
  .cms-demandx .clients-love-section .bottom-section {
    margin-left: 0px !important;
  }
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .clients-love-section .top-image.bottom-section,
  .cms-demandx .clients-love-section .top-image.bottom-section {
    margin-left: 0px !important;
  }
}
.cms-demandx-company-stores .clients-love-section .clients-love.bottom,
.cms-demandx .clients-love-section .clients-love.bottom {
  top: -115px;
  padding: 30px 115px 30px 30px;
}
@media (min-width: 1301px) {
  .cms-demandx-company-stores .clients-love-section .clients-love.bottom,
  .cms-demandx .clients-love-section .clients-love.bottom {
    top: -70px;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .clients-love-section .clients-love.bottom,
  .cms-demandx .clients-love-section .clients-love.bottom {
    padding: 30px 30px 60px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cms-demandx-company-stores .clients-love-section .add-top-margin,
  .cms-demandx .clients-love-section .add-top-margin {
    margin-top: 5vw;
  }
}
.cms-demandx-company-stores .clients-love-section .bottom-image,
.cms-demandx .clients-love-section .bottom-image,
.cms-demandx-company-stores .clients-love-section .upper-image,
.cms-demandx .clients-love-section .upper-image {
  width: 90%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .cms-demandx-company-stores .company-stores-content.stores-ready,
  .cms-demandx .company-stores-content.stores-ready {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .company-stores-content.stores-ready,
  .cms-demandx .company-stores-content.stores-ready {
    justify-content: center;
  }
}
@media (min-width: 1281px) {
  .cms-demandx-company-stores .company-stores-content.stores-ready img,
  .cms-demandx .company-stores-content.stores-ready img {
    position: relative;
    top: -50px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .cms-demandx-company-stores .company-stores-content.stores-ready img,
  .cms-demandx .company-stores-content.stores-ready img {
    left: -4vw;
    position: relative;
    top: -1vw;
    width: 30vw;
  }
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .company-stores-content.stores-ready img,
  .cms-demandx .company-stores-content.stores-ready img {
    position: relative;
    left: -22.5vw;
    width: 52vw;
  }
}
.cms-demandx-company-stores .company-stores-content.stores-ready .company-stores-text,
.cms-demandx .company-stores-content.stores-ready .company-stores-text {
  margin-left: 192px;
  margin-top: 25px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .cms-demandx-company-stores .company-stores-content.stores-ready .company-stores-text,
  .cms-demandx .company-stores-content.stores-ready .company-stores-text {
    margin-top: 0;
    margin-left: 11vw;
  }
}
.cms-demandx-company-stores .company-stores-content.stores-ready .company-stores-text h2,
.cms-demandx .company-stores-content.stores-ready .company-stores-text h2 {
  font-size: 64px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .company-stores-content.stores-ready .company-stores-text,
  .cms-demandx .company-stores-content.stores-ready .company-stores-text {
    margin-left: 0;
    right: 4vw;
    margin-top: 5vw;
  }
}
.cms-demandx-company-stores .company-store-form-section,
.cms-demandx .company-store-form-section {
  box-shadow: 4px 6px 6px -1px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #292929 0%, rgba(28, 29, 29, 0) 100%);
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .company-store-form-section,
  .cms-demandx .company-store-form-section {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .cms-demandx-company-stores .company-store-form-section .bottom-text-section,
  .cms-demandx .company-store-form-section .bottom-text-section {
    position: relative;
    bottom: 100px !important;
    transform: translateY(-50%) !important;
    padding-left: 60px !important;
  }
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .company-store-form-section .bottom-text-section,
  .cms-demandx .company-store-form-section .bottom-text-section {
    padding-left: 140px;
    bottom: 0;
    transform: translateY(-120%);
  }
}
.cms-demandx-company-stores .company-store-form-section .bottom-text-section p,
.cms-demandx .company-store-form-section .bottom-text-section p {
  font-size: 20px;
}
@media (min-width: 768px) {
  .cms-demandx-company-stores .company-store-form-section .bottom-text-section p,
  .cms-demandx .company-store-form-section .bottom-text-section p {
    margin-bottom: 0;
  }
}
.cms-demandx-company-stores .company-store-form-section .bottom-text-section h2,
.cms-demandx .company-store-form-section .bottom-text-section h2 {
  margin-bottom: 15px;
  padding: 0;
  font-size: 40px !important;
}
.cms-demandx-company-stores .company-store-form-section .bottom-form-section .needform-input,
.cms-demandx .company-store-form-section .bottom-form-section .needform-input {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .company-store-form-section .bottom-form-section .needform-input,
  .cms-demandx .company-store-form-section .bottom-form-section .needform-input {
    margin-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cms-demandx-company-stores .company-store-form-section .bottom-form-section,
  .cms-demandx .company-store-form-section .bottom-form-section {
    padding: 60px;
  }
}
.cms-demandx-company-stores .company-store-form-section .bottom-form-section .custom-comment label,
.cms-demandx .company-store-form-section .bottom-form-section .custom-comment label {
  margin-top: -50px;
}
.cms-demandx-company-stores .company-store-form-section .bottom-form-section .getquick-btn,
.cms-demandx .company-store-form-section .bottom-form-section .getquick-btn {
  position: absolute;
}
.cms-demandx-company-stores .company-store-form-section .bottom-form-section .getquick-btn button,
.cms-demandx .company-store-form-section .bottom-form-section .getquick-btn button {
  background-image: linear-gradient(260deg, #ef2279, #a745a1, #6167c7) !important;
  border: none;
  color: #ffffff;
  padding: 20px 60px;
  font-size: 20px;
  border-radius: 30px;
}
.cms-demandx-company-stores .company-store-form-section .bottom-form-section .getquick-btn button:hover,
.cms-demandx .company-store-form-section .bottom-form-section .getquick-btn button:hover {
  background-image: linear-gradient(260deg, #6167c7, #a745a1, #ef2279) !important;
}
.cms-demandx-company-stores .company-store-form-section .bottom-form-section .field.fl-label-state label,
.cms-demandx .company-store-form-section .bottom-form-section .field.fl-label-state label {
  transform-origin: left;
  transform: scale(0.9);
  margin-bottom: 50px;
  background: linear-gradient(180deg, #292929 0%, rgba(28, 29, 29, 0) 100%);
}
.cms-demandx-company-stores .company-store-form-section .bottom-form-section input,
.cms-demandx .company-store-form-section .bottom-form-section input,
.cms-demandx-company-stores .company-store-form-section .bottom-form-section textarea,
.cms-demandx .company-store-form-section .bottom-form-section textarea {
  background: #383838;
  border: none;
  height: 45px;
  color: #ffffff;
  padding-left: 15px;
}
.cms-demandx-company-stores .company-store-form-section .bottom-form-section input:hover,
.cms-demandx .company-store-form-section .bottom-form-section input:hover,
.cms-demandx-company-stores .company-store-form-section .bottom-form-section textarea:hover,
.cms-demandx .company-store-form-section .bottom-form-section textarea:hover {
  box-shadow: 0 0 0 0.5px #ffffff !important;
}
.cms-demandx-company-stores .company-store-form-section .bottom-form-section input:focus,
.cms-demandx .company-store-form-section .bottom-form-section input:focus,
.cms-demandx-company-stores .company-store-form-section .bottom-form-section textarea:focus,
.cms-demandx .company-store-form-section .bottom-form-section textarea:focus {
  box-shadow: 0 0 0 3px #6167c7 !important;
  background: #181818;
}
.cms-demandx-company-stores .company-store-form-section .bottom-form-section textarea,
.cms-demandx .company-store-form-section .bottom-form-section textarea {
  height: 95px;
}
.cms-demandx-company-stores .company-store-form-section .bottom-form-section label,
.cms-demandx .company-store-form-section .bottom-form-section label {
  color: #ffffff;
  position: absolute;
  transition-timing-function: ease-in;
  transition-duration: .125s;
  padding-left: 15px;
  padding-right: 15px;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 900px) {
  .cms-demandx-company-stores .company-store-form-section .bottom-form-section label,
  .cms-demandx .company-store-form-section .bottom-form-section label {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .cms-demandx-company-stores .company-store-form-section .bottom-form-section label,
  .cms-demandx .company-store-form-section .bottom-form-section label {
    font-size: 12px;
  }
}
.cms-demandx-company-stores .company-store-form-section .bottom-form-section #email-error,
.cms-demandx .company-store-form-section .bottom-form-section #email-error,
.cms-demandx-company-stores .company-store-form-section .bottom-form-section #name-error,
.cms-demandx .company-store-form-section .bottom-form-section #name-error,
.cms-demandx-company-stores .company-store-form-section .bottom-form-section #phone-error,
.cms-demandx .company-store-form-section .bottom-form-section #phone-error {
  position: absolute;
  margin-top: 65px;
}
.cms-demandx-company-stores .faq-block,
.cms-demandx .faq-block {
  margin-top: 60px;
  color: #ffffff;
  padding: 40px 60px !important;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .faq-block,
  .cms-demandx .faq-block {
    padding: 40px 30px !important;
  }
}
.cms-demandx-company-stores .faq-block .row-full-width-inner,
.cms-demandx .faq-block .row-full-width-inner {
  border: none !important;
}
.cms-demandx-company-stores .faq-block #customusb,
.cms-demandx .faq-block #customusb {
  display: block !important;
  font-family: "Alternate Gothic Regular";
}
.cms-demandx-company-stores .faq-block #customusb [aria-expanded="true"] span,
.cms-demandx .faq-block #customusb [aria-expanded="true"] span {
  border: none;
  font-weight: bold;
}
.cms-demandx-company-stores .faq-block #customusb [aria-expanded="true"] span:after,
.cms-demandx .faq-block #customusb [aria-expanded="true"] span:after {
  background-image: url(../images/arrow_up.png);
  background-repeat: no-repeat;
  color: transparent;
}
.cms-demandx-company-stores .faq-block #customusb span,
.cms-demandx .faq-block #customusb span {
  color: #ffffff;
  font-weight: 400;
  font-size: 40px;
  padding-top: 38px;
  border-bottom: 2px solid #CCCACA;
  border-top: none;
  padding: 30px 60px 30px 0;
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .faq-block #customusb span,
  .cms-demandx .faq-block #customusb span {
    font-size: 30px;
  }
}
.cms-demandx-company-stores .faq-block #customusb span:after,
.cms-demandx .faq-block #customusb span:after {
  background-image: url(../images/arrow_down.png);
  background-repeat: no-repeat;
  color: transparent;
  font-size: 70px;
  position: absolute;
  top: 35px;
  right: 0;
  margin-top: -10px;
}
.cms-demandx-company-stores .faq-block #customusb [aria-hidden="false"],
.cms-demandx .faq-block #customusb [aria-hidden="false"] {
  border-image: linear-gradient(90deg, #6c62c1, #e02981) 1;
}
.cms-demandx-company-stores .faq-block [data-role="content"],
.cms-demandx .faq-block [data-role="content"] {
  color: #ffffff;
  font-size: 32px;
  line-height: normal;
  border-bottom: 2px solid #CCCACA;
  margin-bottom: 0;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .faq-block [data-role="content"],
  .cms-demandx .faq-block [data-role="content"] {
    font-size: 22px;
  }
}
.cms-demandx-company-stores .faq-block .faq-general,
.cms-demandx .faq-block .faq-general {
  font-size: 22px;
  margin-bottom: 25px;
  font-family: "Nimbus San Regular";
}
@media (max-width: 767px) {
  .cms-demandx-company-stores .faq-block .faq-general,
  .cms-demandx .faq-block .faq-general {
    padding: 10px 15px 0 20px;
  }
}
div.home-banner[data-content-type=slider] {
  visibility: visible !important;
}
.category-swag-quote .page-footer,
.category-swag-quote .copyright {
  z-index: 1;
}
.category-swag-quote .mobile-cart-icon {
  display: none;
}
@media (max-width: 767px) {
  .category-swag-quote .mobile-cart-icon {
    display: block;
    position: fixed;
    bottom: 20px;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .category-swag-quote #custom-megamenu-overlay-swag {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .category-swag-quote .columns {
    z-index: auto;
  }
}
@media (min-width: 768px) {
  .category-swag-quote .pickcross {
    display: none;
  }
}
@media (max-width: 767px) {
  .category-swag-quote .right-section-heading .cross {
    font-weight: 400;
    float: right;
    cursor: pointer;
    display: block !important;
    background-color: #ccc;
    border-radius: 50%;
    padding: 2px 8px 4px;
  }
}
.category-swag-quote .category-items-list::-webkit-scrollbar-track {
  background: #fafafa;
}
.category-swag-quote .category-items-list::-webkit-scrollbar-thumb {
  background: #dbdbdb;
}
.category-swag-quote div#cart-main::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.category-swag-quote .category-heading-tooltip {
  display: block !important;
}
.category-swag-quote div#cart-main::-webkit-scrollbar-track {
  background: #fafafa;
}
.category-swag-quote div#cart-main::-webkit-scrollbar-thumb {
  background: #dbdbdb;
}
.category-swag-quote .page-wrapper .page-header {
  position: relative;
}
.category-swag-quote div#cart-main {
  max-height: 60vh;
}
.category-swag-quote .right-section-bottom-container-1 {
  position: absolute;
  z-index: 5;
  background-color: #fff;
  top: 0px;
}
.category-swag-quote .category-items-list::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.category-swag-quote .hr-class-1-animation {
  position: relative;
  animation: animation-cart 2s 1;
}
@keyframes animation-cart {
  0% {
    background: #3577D4;
    left: 0px;
    top: 0px;
  }
  100% {
    background: #3577D4;
    left: 100px;
    top: 0px;
  }
}
.category-swag-quote .modal-inner-wrap {
  -webkit-line-clamp: unset;
}
.category-swag-quote .modal-inner-wrap::-webkit-scrollbar {
  width: 5px;
}
.category-swag-quote .modal-inner-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.category-swag-quote .modal-inner-wrap::-webkit-scrollbar-thumb {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.category-swag-quote .catalog-topnav.amasty-catalog-topnav {
  display: none !important;
}
.category-swag-quote .color-div {
  width: 25px;
}
.category-swag-quote .add-button-section:hover {
  background-color: #2358A4;
}
.category-swag-quote .required-error-label {
  color: #f44336;
  margin: 0;
  font-size: 12px;
  padding-bottom: 10px;
  font-weight: 500;
}
.category-swag-quote .colorSelected {
  border: 3px solid #fff !important;
  margin-top: 2px;
  padding: 6px !important;
}
.category-swag-quote .colorBoxShadow {
  box-shadow: none !important;
}
.category-swag-quote .modal-popup .modal-inner-wrap .modal-header .action-close:before {
  color: rgba(0, 0, 0, 0.54) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.category-swag-quote .modal-inner-wrap {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12) !important;
  border-radius: 20px !important;
}
.category-swag-quote .modal-footer {
  display: none !important;
}
.category-swag-quote .colorCodesContainer button {
  border-radius: 50%;
  padding: 10px;
  border: 1px solid transparent;
  height: 10px;
  width: 10px;
}
.category-swag-quote .colorCodesContainer {
  gap: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
.category-swag-quote .modal-popup .modal-inner-wrap .modal-header {
  padding: 24px !important;
  min-height: 78px;
}
.category-swag-quote .description-section .para2 {
  white-space: break-spaces;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}
.category-swag-quote .description-section .para1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}
.category-swag-quote hr {
  margin: 15px 40px 0px 0px;
  background-color: #EBEDF0;
  border: none;
  height: 1px;
  flex-shrink: 0;
}
.category-swag-quote .remove-button-section:hover {
  color: #2358A4;
  background: #FFFFFF;
  border-color: #2358A4;
}
.category-swag-quote .add-button-section span,
.category-swag-quote .remove-button-section span {
  width: 100%;
  display: inherit;
  align-items: inherit;
  text-transform: none;
  justify-content: inherit;
  font-weight: 700;
}
.category-swag-quote .add-button-section,
.category-swag-quote .remove-button-section {
  flex: 0 0 auto;
  width: 210px;
  box-shadow: none;
  color: #FFFFFF;
  background-color: #3577D4;
  height: 64px;
  padding: 6px 16px;
  font-size: 16px;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-weight: 600;
  line-height: 12px;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 0;
  text-transform: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  position: relative;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  justify-content: center;
  text-decoration: none;
}
.category-swag-quote .remove-button-section {
  color: #3577D4;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-color: #3577D4;
  border-width: 2px;
}
.category-swag-quote .price-section .price-div p {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}
.category-swag-quote .price-section .price-div {
  gap: 24px;
  display: flex;
}
.category-swag-quote .price-section .price-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  text-align: left;
}
.category-swag-quote .quantity-bottom-section input {
  font: inherit;
  cursor: default;
  text-align: center;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
}
.category-swag-quote .quantity-bottom-section .button-area button span svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
  color: rgba(0, 0, 0, 0.54);
}
.category-swag-quote .quantity-bottom-section .button-area button span {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
.category-swag-quote .quantity-bottom-section .button-area button {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 0;
  margin: 0;
  display: inline-flex;
  outline: 0;
  position: relative;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  justify-content: center;
  text-decoration: none;
  background-color: #F4F8FF;
}
.category-swag-quote .quantity-bottom-section .button-area button:hover {
  background-color: #EDEDFC;
}
.category-swag-quote .quantity-bottom-section .right-button {
  margin-left: 8px;
}
.category-swag-quote .quantity-bottom-section .left-button {
  margin-right: 8px;
}
.category-swag-quote .quantity-bottom-section .button-area {
  height: 0.01em;
  display: flex;
  max-height: 2em;
  align-items: center;
  white-space: nowrap;
}
.category-swag-quote .quantity-bottom-section .bottom-section-inner {
  cursor: default;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  color: rgba(0, 0, 0, 0.87);
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  line-height: 1.1876em;
}
.category-swag-quote .quantity-top-section .para2 {
  color: #787B80;
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}
.category-swag-quote .quantity-top-section .para1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}
.category-swag-quote .quantity-bottom-section {
  width: 120px;
  border: 0;
  margin: 0;
  display: inline-flex;
  padding: 0;
  position: relative;
  min-width: 0;
  flex-direction: column;
  vertical-align: top;
}
.category-swag-quote .quantity-top-section {
  gap: 6px;
  display: flex;
}
.category-swag-quote .quantity-section {
  gap: 60px;
  display: flex;
}
.category-swag-quote .color-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}
.category-swag-quote .sub-title {
  color: #787B80;
  font-size: 16px;
  margin-top: 4px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 32px;
}
.category-swag-quote .main-title {
  font-size: 30px;
  line-height: 1;
  margin: 0;
  font-weight: 700;
}
.category-swag-quote .title-section,
.category-swag-quote .color-section,
.category-swag-quote .description-section {
  text-align: left;
}
.category-swag-quote .left-section img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  margin-bottom: 24px;
}
.category-swag-quote .right-section {
  gap: 28px;
  display: flex;
  flex-direction: column;
}
.category-swag-quote .left-section,
.category-swag-quote .right-section {
  padding: 8px;
  flex-grow: 0;
}
@media (max-width: 767px) {
  .category-swag-quote .left-section,
  .category-swag-quote .right-section {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .category-swag-quote .left-section,
  .category-swag-quote .right-section {
    max-width: 50%;
    flex-basis: 50%;
  }
}
.category-swag-quote .unique-button-main {
  width: calc(100% + 16px);
  margin: -8px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
}
.category-swag-quote #tooltip-content p {
  margin-bottom: 0;
}
.category-swag-quote #tooltip-content span {
  color: #FFFFFF;
  width: 1em;
  height: 0.71em;
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  bottom: 0;
  margin-bottom: -0.71em;
}
.category-swag-quote #tooltip-content span:before {
  transform-origin: 100% 0;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  display: block;
  transform: rotate(45deg);
  background-color: currentColor;
}
.category-swag-quote .product-image-container .product-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 591px) {
  .category-swag-quote .product-image-container .product-image {
    height: 250px;
  }
}
@media (min-width: 591px) {
  .category-swag-quote .product-image-container .product-image img {
    height: 200px;
  }
}
.category-swag-quote .category-item.active .image-section .image-active {
  display: block;
}
.category-swag-quote .category-item.active .image-section .image-inactive {
  display: none;
}
.category-swag-quote .image-section .image-active {
  display: none;
}
.category-swag-quote #tooltip-content {
  width: 450px;
  font-size: 12px;
  max-width: 450px;
  text-align: justify;
  margin: 4px 0;
  color: #0F2440;
  padding: 16px;
  word-wrap: break-word;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  font-weight: 500;
  line-height: 1.4em;
  border-radius: 20px;
  background-size: 40%;
  background-color: #FFFFFF;
  display: none;
  position: absolute;
  z-index: 9999;
  left: -180px;
  top: -100px;
}
@media (max-width: 767px) {
  .category-swag-quote #tooltip-content {
    display: none !important;
  }
}
.category-swag-quote .category-container:first-child .category-heading-tooltip {
  display: inline-block;
}
.category-swag-quote .category-heading-tooltip {
  display: none;
  color: #989EA4;
  width: 17px;
  cursor: pointer;
  height: 17px;
  margin-left: 7px;
  fill: currentColor;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.category-swag-quote .category-item.active .category-name {
  color: #3577d4;
  opacity: 0.7;
}
.category-swag-quote .category-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.category-swag-quote .category-item:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.category-swag-quote .columns {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.category-swag-quote .page-header {
  margin-bottom: 0 !important;
}
.category-swag-quote .breadcrumbs {
  display: none;
}
.category-swag-quote #maincontent {
  width: auto;
  color: #222222 !important;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.category-swag-quote .column.main {
  width: 100% !important;
  padding-bottom: 0;
  padding-right: 0;
  float: left;
  padding-left: 0;
}
.category-swag-quote .product-details-inner-1.third-section button span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-swag-quote .product-details-inner-1.third-section button {
  flex: 0 0 auto;
  margin-left: auto;
  color: #3577D4;
  padding: 0px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.category-swag-quote .product-details-inner-1.third-section button:hover {
  background-color: rgba(53, 119, 212, 0.04);
}
.category-swag-quote .product-details-inner-2 p {
  margin: 0px;
  color: #0F2440;
  opacity: 0.6;
  font-size: 12px;
  line-height: normal;
  font-weight: 500;
}
.category-swag-quote .product-details-inner2-main {
  width: calc(100% + 4px);
  margin: -2px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.category-swag-quote .product-details-inner-2 {
  padding: 2px;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
}
.category-swag-quote .details-inner1-number-section span {
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
}
.category-swag-quote .details-inner1-number-section {
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
}
.category-swag-quote .details-inner1-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.category-swag-quote .details-inner1-img-inner {
  width: 16px;
  height: 16px;
  position: relative;
}
.category-swag-quote .details-inner1-img-section {
  margin: 0;
  box-sizing: border-box;
}
.category-swag-quote .product-details-inner1-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
}
.category-swag-quote .product-details-inner1-main {
  padding: 1px 6px 1px 3px;
  background: #90BEFF;
  border-radius: 16px;
}
.category-swag-quote .no-card-info {
  color: #4A4F54;
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
  margin-bottom: 12px;
  line-height: 32px;
  letter-spacing: 0.00938em;
}
.category-swag-quote .MuiButton-label {
  width: 100%;
  display: inherit;
  align-items: inherit;
  text-transform: none;
  justify-content: inherit;
}
.category-swag-quote .right-section-bottom-link {
  font-size: 15px;
  margin-top: auto;
  min-height: 64px;
  width: 100%;
  box-shadow: none;
  color: #FFFFFF;
  background-color: #3577D4;
  height: 64px;
  padding: 6px 16px;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-weight: 700;
  line-height: 12px;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 0;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.category-swag-quote .right-section-bottom-link:hover {
  background-color: #2358A4;
}
.category-swag-quote .right-section-bottom-link.mobile {
  position: sticky;
  bottom: 75px;
}
@media (min-width: 591px) {
  .category-swag-quote .right-section-bottom-link.mobile {
    display: none;
  }
}
.category-swag-quote .right-section-bottom-container-3 {
  margin: 12px;
  display: flex;
  margin-top: 10px;
}
.category-swag-quote .right-section-bottom-container-4 {
  display: flex;
  margin-left: 12px;
  margin-right: 12px;
}
.category-swag-quote .hr-class-2 {
  border: none;
  height: 1px;
  margin: 0;
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0.12);
}
.category-swag-quote .right-section-bottom-text4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.00938em;
}
.category-swag-quote .right-section-bottom-text5 {
  font-weight: 500;
  margin-left: auto;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.00938em;
}
.category-swag-quote .right-section-bottom-text6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.00938em;
}
.category-swag-quote .right-section-bottom-container-2 {
  display: flex;
  margin-left: 12px;
  margin-right: 12px;
}
.category-swag-quote .right-section-bottom-inner-1 {
  gap: 6px;
  width: 100%;
  display: flex;
}
.category-swag-quote .right-section-bottom-text3 {
  margin-left: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.00938em;
}
.category-swag-quote .right-section-bottom-text2 {
  font-weight: 300;
  color: #8D9299;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.00938em;
}
.category-swag-quote .right-section-bottom-text1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.00938em;
}
.category-swag-quote .right-section-bottom-container-1 {
  margin-top: 6px;
  gap: 5px;
}
.category-swag-quote .category-bottom-block {
  display: none;
}
.category-swag-quote .MuiSvgIcon-root {
  font-size: 22px;
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.category-swag-quote .MuiIconButton-label {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
.category-swag-quote .MuiTypography-body2 {
  color: #787B80;
  font-size: 12px;
  display: block;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  margin: 0;
}
.category-swag-quote .MuiTypography-root {
  overflow: hidden;
  font-size: 14px;
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  font-weight: 500;
  margin: 0;
  color: #222222;
}
.category-swag-quote .MuiListItemText-root {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.category-swag-quote .MuiButtonBase-root {
  margin-right: -3px;
  padding: 3px;
  font-size: 1.125rem;
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  overflow: visible;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  position: relative;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.category-swag-quote .MuiListItemSecondaryAction-root {
  top: 50%;
  right: 16px;
  position: absolute;
  transform: translateY(-50%);
}
.category-swag-quote .MuiAvatar-img {
  object-fit: contain;
  color: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  text-indent: 10000px;
}
.category-swag-quote .MuiAvatar-root {
  width: 60px;
  border: 1px solid #D3DBE6;
  height: 60px;
  padding: 6px;
  border-radius: 0;
  display: flex;
  overflow: hidden;
  position: relative;
  font-size: 1.25rem;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
  user-select: none;
  justify-content: center;
}
.category-swag-quote .MuiListItemAvatar-root {
  min-width: 70px;
  flex-shrink: 0;
}
.category-swag-quote .MuiListItem-root {
  padding-top: 6px;
  padding-left: 12px;
  padding-bottom: 6px;
  padding-right: 48px;
  width: 100%;
  display: flex;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.category-swag-quote .MuiListItem-container {
  position: relative;
}
.category-swag-quote .MuiList-root {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
  position: relative;
  list-style: none;
}
.category-swag-quote .os-content {
  padding: 0px;
  height: 100%;
  width: 100%;
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  visibility: visible;
  overflow-y: auto;
}
.category-swag-quote .os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}
.category-swag-quote .os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.category-swag-quote .right-section-main-container {
  height: 100%;
  min-height: 150px;
  position: relative;
  overflow: visible !important;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.category-swag-quote .hr-class-1 {
  min-height: 4px;
  border: none;
  height: 1px;
  margin: 0;
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0.12);
}
.category-swag-quote .right-section-heading {
  font-size: 14px !important;
  line-height: normal !important;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  font-weight: 600;
}
.category-swag-quote .right-section-heading i {
  transform: rotate(90deg);
}
.category-swag-quote .right-section-container-inner {
  top: 135px;
  transform: none;
  transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  width: 300px;
  border: 1px solid #D4D9E2;
  bottom: 0;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  left: auto;
  right: 0;
  flex: 1 0 auto;
  display: flex;
  outline: 0;
  z-index: 1200;
  position: fixed;
  overflow-y: auto;
  flex-direction: column;
  background-color: #FFFFFF;
  box-shadow: none;
  flex-grow: 1;
  flex-basis: 100%;
  float: left;
  order: 1;
  z-index: 1;
  position: sticky;
  height: calc(100vh - 140px);
}
.category-swag-quote .right-section-container-inner.full-height {
  height: 100vh;
}
.category-swag-quote .right-section-continer {
  position: sticky;
  flex: 0 0 auto;
  display: none;
  z-index: 9999;
}
.category-swag-quote .two-section-container {
  display: flex;
}
.category-swag-quote .category-quote-forms-container,
.category-swag-quote .category-title-sec,
.category-swag-quote #amasty-shopby-product-list {
  display: none;
}
.category-swag-quote .product-details-inner-1 {
  padding: 2px;
}
.category-swag-quote .product-details-inner-1.remove {
  display: none;
}
.category-swag-quote .product-details-inner {
  width: calc(100% + 4px);
  margin: -2px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.category-swag-quote .product-text {
  color: #0F2440;
  height: 30px;
  margin: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}
@media (max-width: 767px) {
  .category-swag-quote .product-text {
    width: 80%;
  }
}
.category-swag-quote .product-details {
  width: 100%;
}
.category-swag-quote .product-details-section {
  display: flex;
  padding: 12px 12px 24px;
  align-items: center;
}
.category-swag-quote .product-image-container {
  width: 100%;
  display: block;
  text-align: inherit;
  color: inherit !important;
  border: 0;
  cursor: pointer;
  margin: 0;
  outline: 0;
  padding: 0 !important;
  position: relative !important;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  justify-content: center;
  text-decoration: none;
  background-color: transparent !important;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.category-swag-quote .product-item-inner {
  width: 250px;
  overflow: hidden;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
  cursor: pointer;
}
.category-swag-quote .product-item-inner:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.87);
}
.category-swag-quote .swag-product-item {
  padding: 6px;
}
.category-swag-quote .category-container-inner {
  width: calc(100% + 12px);
  margin: -6px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.category-swag-quote .heading-span {
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 22px;
}
.category-swag-quote .category-heading-2 {
  display: inline-block;
  font-size: 21px !important;
  min-height: 31px;
  line-height: 1.6;
  margin-bottom: 24px;
  font-weight: 700;
}
.category-swag-quote .category-container {
  margin: 20px 0;
  position: relative;
}
.category-swag-quote .main-category-container {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: calc(100% - 540px);
  margin-bottom: 50px;
}
@media (max-width: 590px) {
  .category-swag-quote .main-category-container {
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
  }
}
.category-swag-quote .page-main-text {
  font-size: 14px;
  line-height: 1.43;
  margin: 0;
}
@media (min-width: 591px) and (max-width: 767px) {
  .category-swag-quote .page-main-text {
    height: 150px;
  }
}
.category-swag-quote .page-main-heading {
  color: #131415;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 32px;
  letter-spacing: 0.00938em;
  margin-top: 35px;
}
@media (min-width: 591px) and (max-width: 767px) {
  .category-swag-quote .page-main-heading {
    height: 50px;
  }
}
.category-swag-quote .category-name {
  color: #0f2440;
  opacity: 0.5;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0;
}
.category-swag-quote .name-section {
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 4px;
  margin-bottom: 4px;
}
.category-swag-quote .image-section {
  min-width: 48px;
  color: rgba(0, 0, 0, 0.54);
  display: inline-flex;
  flex-shrink: 0;
}
.category-swag-quote .category-item {
  padding-left: 20px;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding-right: 16px;
  width: 100%;
  display: flex;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: flex-start;
  text-decoration: none;
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  outline: 0;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.category-swag-quote .category-items-list {
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
  position: relative;
  list-style: none;
}
.category-swag-quote .swag-quote .left-drawer {
  flex: 0 0 auto;
  margin-right: 45px;
}
.category-swag-quote .left-drawer-inner {
  top: 130px;
  transform: none;
  transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  border: none;
  background-color: transparent;
  width: 200px;
  bottom: 0;
  height: auto;
  left: 0;
  right: auto;
  flex: 1 0 auto;
  display: flex;
  outline: 0;
  z-index: 1200;
  position: fixed;
  overflow-y: auto;
  flex-direction: column;
  box-shadow: 0px 1.5px 3px rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.87);
  border-right: 1px solid #ccc;
  flex-grow: 1;
  flex-basis: 100%;
  float: left;
  order: 1;
  z-index: 1;
  position: sticky;
  height: calc(100vh - 140px);
}
.category-swag-quote .left-drawer-inner.full-height {
  height: 100vh;
}
.category-swag-quote .category-heading {
  margin: 12px;
  font-size: 14px !important;
  margin-top: 40px;
  line-height: normal;
  margin-left: 24px;
  font-weight: 600;
  letter-spacing: 0.0075em;
}
.category-swag-quote .hr-class {
  margin-left: 12px !important;
  margin-right: 48px !important;
  border: none;
  height: 1px;
  margin: 0;
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0.12);
}
@media (max-width: 590px) {
  .category-swag-quote .left-drawer {
    display: none;
  }
  .category-swag-quote #maincontent.page-main {
    margin-left: 0 !important;
  }
  .category-swag-quote .page-main-heading {
    font-size: 27px;
  }
  .category-swag-quote .page-main-text {
    font-size: 12px;
  }
  .category-swag-quote .category-heading-2 {
    font-size: 16px !important;
  }
  .category-swag-quote .swag-product-item {
    width: 100%;
  }
  .category-swag-quote .product-item-inner {
    width: auto;
    display: flex;
    align-items: center;
  }
  .category-swag-quote .product-image-container {
    width: 25%;
    padding: 0 12px !important;
  }
  .category-swag-quote .product-details-section {
    width: 80%;
    padding: 12px;
  }
  .category-swag-quote .product-image-container div {
    width: fit-content;
    margin: auto;
  }
}
.swag-catalog-checkout .footer {
  display: none;
}
.swag-catalog-checkout .page-footer {
  padding: 0;
}
@media (max-width: 579px) {
  .swag-catalog-checkout #swag-continue-button-bottom {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.swag-catalog-checkout .acc-section43 {
  margin-top: 4px;
  padding: 4px;
  flex-grow: 0;
  max-width: 100%;
}
.swag-catalog-checkout .catalog-topnav.amasty-catalog-topnav {
  display: none !important;
}
.swag-catalog-checkout #maincontent {
  color: #222222 !important;
}
.swag-catalog-checkout .ui-datepicker-trigger {
  position: absolute;
  right: 15px;
  font-size: 0;
}
.swag-catalog-checkout .date-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.04);
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 24px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  position: absolute;
  right: 17px;
  cursor: pointer;
}
.swag-catalog-checkout #datepicker {
  cursor: default;
}
.swag-catalog-checkout .date-image {
  position: absolute;
  right: 20px;
  cursor: pointer;
  padding: 12px;
}
.swag-catalog-checkout .upload-container.button-section.disabled button {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  cursor: default;
  pointer-events: none;
}
.swag-catalog-checkout .swag-checkout-form .accordion-section-2 .fields-section {
  display: none;
}
.swag-catalog-checkout .swag-checkout-form .edit-section {
  display: none;
  padding: 0px;
  background-color: transparent;
  color: #3577D4;
  border: 0;
}
.swag-catalog-checkout .swag-checkout-form .edit-section .edit-span {
  display: inline-flex;
}
.swag-catalog-checkout .swag-checkout-form .edit-section .edit-span img {
  margin-right: 7px;
}
.swag-catalog-checkout .acc-section1-field.required-error {
  color: #F44336;
  border-color: #F44336 !important;
}
.swag-catalog-checkout .acc-section1-field.required-error:focus {
  border-color: #F44336 !important;
  border: 2px solid !important;
  box-shadow: none !important;
}
.swag-catalog-checkout .acc-section1-field.required-error:hover {
  border-color: #f44336 !important;
}
.swag-catalog-checkout .upload-container.button-section a:hover {
  background-color: #2358A4;
}
.swag-catalog-checkout .required-error-label {
  display: none;
  text-align: right;
  color: #F44336;
  margin: 3px 14px 0;
  font-size: 12px;
  padding-top: 10px;
  font-weight: 500;
}
.swag-catalog-checkout .bottom-button-section a {
  pointer-events: auto;
}
.swag-catalog-checkout .bottom-button-section.enabled button {
  color: #FFFFFF;
  background-color: #3577D4;
  cursor: pointer;
  pointer-events: all;
  pointer-events: none;
}
.swag-catalog-checkout .bottom-button-section.enabled button a:hover {
  background-color: #2358A4;
  pointer-events: none;
}
.swag-catalog-checkout .fa-calendar {
  position: absolute;
  right: 20px;
  font-size: 22px;
}
.swag-catalog-checkout .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background: none !important;
}
.swag-catalog-checkout .ui-datepicker-calendar .ui-datepicker-today a {
  background: #f3d7d2;
}
.swag-catalog-checkout .ui-datepicker td {
  padding: 10px 0 !important;
}
.swag-catalog-checkout .ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: #fff;
}
.swag-catalog-checkout .ui-state-default {
  text-align: center !important;
}
.swag-catalog-checkout .ui-datepicker .ui-datepicker-calendar th {
  background: #fff !important;
  color: rgba(0, 0, 0, 0.38);
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
}
.swag-catalog-checkout .ui-datepicker-calendar {
  border: none !important;
}
.swag-catalog-checkout .ui-datepicker .ui-datepicker-calendar th,
.swag-catalog-checkout .ui-datepicker .ui-datepicker-calendar td {
  border: none !important;
}
.swag-catalog-checkout .ui-datepicker-month {
  margin-right: 0 !important;
}
.swag-catalog-checkout .ui-datepicker-title {
  color: #8D9299;
  font-size: 16px;
}
.swag-catalog-checkout #ui-datepicker-div {
  background: #fff;
  border-radius: 20px;
}
@media (min-width: 350px) {
  .swag-catalog-checkout #ui-datepicker-div {
    width: 310px;
  }
}
.swag-catalog-checkout .bottom-button-section p {
  color: #787B80;
  font-size: 14px;
  margin-top: 12px;
  font-weight: 500;
}
.swag-catalog-checkout .bottom-button-section button {
  box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  cursor: default;
  pointer-events: none;
  height: 64px;
  padding: 6px 16px;
  font-size: 16px;
  min-width: 64px;
  border: none;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-weight: 600;
  line-height: 12px;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 0;
  text-transform: none;
}
.swag-catalog-checkout .acc-section1.margin-bottom {
  margin-bottom: 20px;
}
.swag-catalog-checkout .upload-container.button-section a span,
.swag-catalog-checkout .bottom-button-section button a {
  width: 100%;
  display: inherit;
  align-items: inherit;
  text-transform: none;
  justify-content: inherit;
  font-weight: 700;
  color: #fff;
}
.swag-catalog-checkout .upload-container.button-section a {
  height: 56px;
  color: #FFFFFF;
  background-color: #3577D4;
  padding: 18px 16px;
  font-size: 16px;
  min-width: 64px;
  border: none;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0;
  text-transform: none;
}
@media (min-width: 500px) {
  .swag-catalog-checkout .upload-container.button-section a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.swag-catalog-checkout .upload-container.button-section,
.swag-catalog-checkout .acc-section1.bottom-button-section {
  margin-bottom: 24px;
  margin-top: 15px;
}
.swag-catalog-checkout .choose-file {
  color: #3577d4;
  cursor: pointer;
  height: 38px;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 1.36;
  font-stretch: normal;
  letter-spacing: normal;
}
.swag-catalog-checkout .choose-file-div {
  padding-bottom: 24px;
}
.swag-catalog-checkout .logo-upload-bottom-section p {
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 1.36;
  font-stretch: normal;
  letter-spacing: normal;
  margin: 0;
}
.swag-catalog-checkout .logo-upload-label img {
  width: 100px;
  height: 116px;
  margin: auto;
  display: block;
  object-fit: scale-down;
}
.swag-catalog-checkout .logo-upload-label .logo-text {
  color: #787B80;
  font-size: 16px;
  text-align: center;
  padding-top: 24px;
  font-weight: 500;
}
.swag-catalog-checkout .file-upload-container {
  display: flex;
  width: calc(100% + 24px);
  flex-wrap: wrap;
  margin: -12px;
}
.swag-catalog-checkout .upload-container {
  padding: 12px;
  flex-grow: 0;
  max-width: 50%;
  flex-basis: 50%;
}
.swag-catalog-checkout .logo-upload-label {
  cursor: pointer;
}
.swag-catalog-checkout #simple-logo-upload-primary::-webkit-file-upload-button,
.swag-catalog-checkout #simple-logo-upload-secondary::-webkit-file-upload-button {
  visibility: hidden;
}
.swag-catalog-checkout .upload-icon {
  text-align: center;
  cursor: pointer;
  border: dashed 2px #CED1D6;
  border-radius: 15px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .swag-catalog-checkout .upload-icon {
    padding: 0 10px;
  }
}
.swag-catalog-checkout .learn-more {
  font-size: 15px;
  font-weight: 400;
  padding: 6px 8px;
  background-color: transparent;
  color: #3577D4;
  border: none;
}
.swag-catalog-checkout .logo-description small {
  color: #787b80;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
.swag-catalog-checkout .logo-description p {
  line-height: 1.5;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
}
.swag-catalog-checkout .logo-description {
  flex: 1;
  margin-left: 16px;
}
.swag-catalog-checkout .logo-hint {
  object-fit: cover;
  width: 32px;
  height: 32px;
}
.swag-catalog-checkout .logo-container {
  display: flex;
  align-items: center;
  padding: 16px 33px 16px 23px;
  margin-bottom: 16px;
  background-color: #f4f8ff;
  border-radius: 15px;
}
.swag-catalog-checkout .acc-section1-field:hover {
  border-color: #8D9299 !important;
}
.swag-catalog-checkout .acc-section1-field:focus {
  transition-duration: 0s;
  box-shadow: 0 0 0px 2px #3577d4 !important;
}
.swag-catalog-checkout .acc-section1-bottom-inner .acc-section1-textarea {
  border: 1px solid #D3DBE6;
  overflow: auto;
  height: 20px !important;
  resize: none;
}
@media (min-width: 384px) and (max-width: 565px) {
  .swag-catalog-checkout .acc-section1-bottom-inner .acc-section1-textarea {
    height: 40px !important;
  }
}
@media (max-width: 383px) {
  .swag-catalog-checkout .acc-section1-bottom-inner .acc-section1-textarea {
    height: 60px !important;
  }
}
.swag-catalog-checkout .acc-section3-div {
  gap: 6px;
  display: flex;
  align-items: center;
}
.swag-catalog-checkout .budget-per-pack {
  padding: 19px 0px !important;
  font: inherit;
  border: 1px solid #cccc !important;
  width: 100% !important;
  height: 1.1876em !important;
  margin: 0;
  display: block;
  min-width: 0;
  box-sizing: content-box !important;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
  color: #0F2440;
  font-weight: 500;
}
.swag-catalog-checkout .acc-section1-field {
  padding: 19px 15px !important;
  background: #FFFFFF !important;
  font: inherit;
  border: 1px solid #cccc !important;
  width: 100% !important;
  height: 1.1876em !important;
  margin: 0;
  display: block;
  min-width: 0;
  box-sizing: content-box !important;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
  color: #0F2440;
  font-weight: 500;
}
.swag-catalog-checkout .acc-section1-field::placeholder {
  color: #b2b2b2;
}
.swag-catalog-checkout .acc-section1-bottom-inner {
  color: #0F2440;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  border-radius: 32px;
  width: 100%;
  cursor: text;
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  font-weight: 400;
}
.swag-catalog-checkout .acc-section1-bottom {
  padding-top: 5px !important;
  width: 100%;
  border: 0;
  margin: 0;
  display: inline-flex;
  padding: 0;
  position: relative;
  min-width: 0;
  flex-direction: column;
  vertical-align: top;
}
.swag-catalog-checkout .p-label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.swag-catalog-checkout .acc-section4 {
  margin-top: 18px;
  padding: 4px;
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
}
.swag-catalog-checkout .acc-section3,
.swag-catalog-checkout .acc-section5,
.swag-catalog-checkout .acc-section2 {
  margin-top: 18px;
  padding: 4px;
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
}
@media (max-width: 780px) {
  .swag-catalog-checkout .acc-section1 {
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin-top: 18px;
  }
  .swag-catalog-checkout .main-class-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.swag-catalog-checkout .acc-section1 {
  padding: 4px;
  flex-grow: 0;
  max-width: 50%;
  flex-basis: 50%;
}
.swag-catalog-checkout .fields-inner-section {
  width: calc(100% + 8px);
  margin: -4px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.swag-catalog-checkout .heading-text {
  font-size: 36px !important;
  font-weight: 700;
  line-height: 48px !important;
  letter-spacing: 0.00735em;
}
.swag-catalog-checkout .heading-inner-section {
  justify-content: space-between;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.swag-catalog-checkout .heading-outer-section {
  margin: 20px 0;
  display: flex;
  flex-grow: 1;
  transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.swag-catalog-checkout .fields-section {
  min-height: 0px;
  height: auto;
  transition-duration: 418ms;
  overflow: visible;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.swag-catalog-checkout .heading-section {
  min-height: 64px;
  padding: 0;
  display: flex;
  transition: min-height 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.swag-catalog-checkout .accordion-section-2 {
  border-top: 2px solid #CED1D6;
  box-shadow: none;
  background-color: transparent;
  position: relative;
  transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: rgba(0, 0, 0, 0.87);
}
.swag-catalog-checkout .accordion-section-1 {
  margin-top: 0;
  border-bottom: 0;
  margin: 0;
  min-height: 56px;
  box-shadow: none;
  background-color: transparent;
  position: relative;
  transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: rgba(0, 0, 0, 0.87);
}
.swag-catalog-checkout .swag-checkout-form {
  max-width: 800px;
}
@media (min-width: 768px) {
  .swag-catalog-checkout .main-class-container {
    padding-top: 36px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mainboxtoop {
  display: flex;
}
.btnaddbox {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.update-button-section {
  flex: 0 0 auto;
  width: 210px;
  color: #FFFFFF;
  background-color: #3577D4;
  height: 64px;
  padding: 6px 16px;
  font-size: 16px;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-weight: 600;
  line-height: 3;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 0;
  text-transform: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  position: relative;
  align-items: center;
  float: left;
  user-select: none;
  display: inline-flex !important;
  vertical-align: middle;
  justify-content: center;
  text-decoration: none;
}
.mainboxtoop {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}
.mainboxtoop .category-heading-2 {
  margin-bottom: 0px;
}
.svgbox_inner {
  position: relative;
}
div#tooltip-content.fixscroll {
  top: 100%;
}
.quantity-label {
  color: #131415 !important;
}
.minicart-sec {
  margin: 5px;
}
.quantity-div {
  gap: 6px;
  width: 100%;
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #dddddd;
  border-radius: 20px;
  padding-top: 12px;
  padding-bottom: 6px;
}
.min-qty {
  font-weight: 300 !important;
}
.qty-space {
  margin-left: auto !important;
  color: #131415;
  font-weight: 500;
}
.qty-arrow {
  padding: 4px !important;
  margin-top: -6px !important;
}
#quantity-dropdown ul li {
  list-style: none !important;
}
.tophead_box {
  display: flex;
  justify-content: space-between;
  padding-inline: 10px;
}
.tophead_box .right-section-bottom-text1 {
  margin-bottom: 0px;
}
.downbtns_top {
  cursor: pointer;
}
.downbtns_top svg {
  transform: rotate(180deg);
}
.right-section-bottom-inner-1 .profile {
  flex: 1 1 auto;
}
ul.qtyprice li {
  display: flex;
  justify-content: space-between;
}
.moreyoutext {
  padding-inline: 10px;
  font-size: 14px;
  padding-top: 9px;
  padding-bottom: 10px;
  color: #8D9299;
}
ul.qtyprice li {
  color: #8D9299;
  margin-bottom: 0px;
  padding-block: 6px;
  padding-inline: 12px;
  cursor: pointer;
}
ul.qtyprice li:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
}
.right-section-bottom-container-9 {
  position: relative;
  padding-inline: 15px;
  margin-top: 12px;
  margin-bottom: 28px;
}
button.custom-quantity-button {
  position: absolute;
  top: 10px;
  right: 35px;
  font-size: 14px;
  border: none;
  background-color: #fff;
  padding: 0px;
  color: #3577D4;
}
input.custom-quantity {
  border-radius: 50px;
  padding: 5px 50px 5px 15px;
  color: #000;
  font-size: 16px;
}
input.custom-quantity::placeholder {
  color: #bdbdbd;
  font-size: 16px;
}
.qty-message {
  color: red;
  padding: 2px;
  font-size: 12px;
  float: right;
}
.downbtns_top:hover {
  background: rgba(0, 0, 0, 0.04);
}
.downbtns_top {
  border-radius: 100%;
  height: 32px;
  width: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-swag-quote .MuiButtonBase-root:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 767px) {
  body .category-swag-quote .right-section-bottom-link.mobile {
    bottom: 0;
  }
  body .category-swag-quote .hr-class-1-animation {
    position: static;
  }
  body .category-swag-quote.minicartopen .right-section-continer {
    display: inline-flex !important;
  }
  body .category-swag-quote.minicartclose .right-section-continer {
    display: none !important;
  }
  body .category-swag-quote .hr-class-1:before {
    content: "x";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.category-swag-quote .category-items-list::-webkit-scrollbar,
.category-swag-quote .os-content::-webkit-scrollbar {
  width: 6px;
}
.category-swag-quote .category-items-list::-webkit-scrollbar-track,
.category-swag-quote .os-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ebeef2 !important;
}
.category-swag-quote .category-items-list::-webkit-scrollbar-thumb,
.category-swag-quote .os-content::-webkit-scrollbar-thumb {
  background-color: #d3dbe5 !important;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .catalog-category-view .sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .show-price-range {
    display: block !important;
  }
}
.catalog-category-view .sidebar.sidebar-main .filter.block .filter-content .filter-options div.filter-options-title[data-value="Price Range"] {
  display: block;
}
.category-quote-forms.sticky {
  top: -20px !important;
}
.am-filter-item-container {
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
}
.count {
  padding-right: 0 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}
.count:before {
  content: '[' !important;
}
.count:after {
  content: ']' !important;
}
input[type='checkbox'] + .amshopby-choice {
  margin-right: 10px !important;
}
@media (min-width: 768px) {
  .catalog-category-view .sidebar.sidebar-main.-amshopby-sticky {
    top: 113px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .catalog-category-view .sidebar.sidebar-main.-amshopby-sticky {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .catalog-category-view .page-header {
    position: unset !important;
  }
}
.filter-options-content .items.-am-singleselect .item > .am-filter-item-container input[type=radio] {
  display: none;
}
.filter-options {
  padding-right: 10px !important;
}
.am-show-more {
  padding: 0 18px 0 0 !important;
}
.am-filter-items-attr_color,
.am-filter-items-color {
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  .sidebar-main {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .sidebar.sidebar-main .filter.block .filter-content .filter-options {
    max-height: calc(100vh - 145px) !important;
  }
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper:before {
  width: max-content;
}
@media (min-width: 768px) {
  .catalog-category-view .filter-options-item [role="tabpanel"][aria-hidden="true"] {
    display: block !important;
  }
  .catalog-category-view .filter-options-item [aria-hidden="false"] {
    display: none !important;
  }
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options {
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item .filter-options-content .amshopby-slider-wrapper {
  max-width: unset !important;
}
.filter-options-item .filter-options-content .am-shopby-form,
#am-ranges-ipromo_sizes {
  height: 39px;
  overflow-y: hidden;
}
.amshopby-items .amshopby-button-wrap {
  display: none !important;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .flter-by-title:first-child {
  display: none !important;
}
.sidebar.sidebar-main .filter.block .filter-content .filter-options .filter-options-item.category-fltr {
  padding-top: 10px;
}
.catalog-category-view .am-filter-items-ipromo_sizes .am-filter-item-container a {
  border: 1px solid #ccc !important;
  padding: 2px !important;
  min-width: 30px !important;
  text-align: center !important;
}
.catalogsearch-result-index .mage-error {
  background: #061642;
  margin-top: 0 !important;
}
.catalogsearch-result-index .page-details-cont .page-form-quote.custom .req-quote-forms .needcontrol-in:not(.logo-field).fl-label-state .label {
  background: transparent;
  top: 0px !important;
  font-size: 12px;
}
.catalogsearch-result-index .no-results-top-text {
  font-weight: 400;
  font-size: 2.1vw;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
  display: none;
}
@media (max-width: 767px) {
  .catalogsearch-result-index .no-results-top-text {
    font-size: 2.6vw !important;
  }
}
.catalogsearch-result-index .page-details-cont {
  padding: 0 !important;
}
.catalogsearch-result-index .chat-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalogsearch-result-index .chat-button-text {
  width: 215px;
  height: 50px;
  background: #fff;
  color: #041E42;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-left: 15px;
  cursor: pointer;
}
.catalogsearch-result-index .no-results-bottom-text {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-size: 19px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .catalogsearch-result-index .no-results-bottom-text {
    margin-top: 80px !important;
    line-height: normal !important;
  }
}
.catalogsearch-result-index .req-quote-forms {
  background: #061642;
  padding-bottom: 30px;
  padding-top: 5px;
  bottom: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}
.catalogsearch-result-index .needform-input {
  background: #fff;
}
@media (min-width: 1025px) {
  .catalogsearch-result-index .needform-input {
    margin-right: 20px;
  }
}
.catalogsearch-result-index .getquick-btn button {
  height: 40px !important;
  border-radius: 5px !important;
  background: #00abb5 !important;
}
.catalogsearch-result-index .getquick-btn button:hover {
  background: #00ABBF !important;
}
.catalogsearch-result-index .needform-input .label {
  top: 10px !important;
}
@media (max-width: 767px) {
  .catalogsearch-result-index .needform-input .label {
    top: 13px !important;
    font-size: 10px !important;
    left: 5px !important;
  }
}
@media (min-width: 1025px) {
  .catalogsearch-result-index .company-email.needcontrol-in {
    max-width: 322px !important;
    width: 100%;
  }
  .catalogsearch-result-index .message.needcontrol-in {
    max-width: 575px !important;
    width: 100%;
  }
  .catalogsearch-result-index .getquick-btn {
    max-width: 255px !important;
    width: 100%;
    margin-top: 25px !important;
  }
}
.catalogsearch-result-index #CompanyEmail,
.catalogsearch-result-index #Message {
  padding: 7px 30px 7px 20px !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .catalogsearch-result-index #CompanyEmail,
  .catalogsearch-result-index #Message {
    padding: 7px 10px 7px 10px !important;
  }
}
.catalogsearch-result-index .page-form-quote.custom {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
}
@media (min-width: 1025px) {
  .catalogsearch-result-index .needform-row {
    display: flex;
    justify-content: center;
  }
}
.catalogsearch-result-index .no-results-chat-heading {
  font-weight: 400;
  font-size: 32px;
  color: #011E41;
  margin-bottom: 15px;
}
.catalogsearch-result-index .column.main {
  width: 100% !important;
}
.catalogsearch-result-index.search-results-page .column.main {
  width: 77% !important;
}
.no-results-page .column.main {
  width: 100% !important;
}
.no-results-page .page-title-wrapper {
  display: none;
}
.no-results-page .column.main {
  padding-left: 0 !important;
}
.no-results-page .message.notice {
  display: none;
}
.amsearch-message-block .chat-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.amsearch-message-block .chat-button-text:hover {
  background: #00ABBF;
}
.amsearch-message-block .chat-button-text {
  background: #00abb5;
  width: 49%;
  height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-left: 15px;
  cursor: pointer;
}
.amsearch-message-block .middle-text {
  font-size: 20px;
  margin: 28px 0;
}
.amsearch-message-block .upper-text {
  font-size: 27px;
  line-height: normal;
}
.amsearch-message-block .search-bar-right-inner {
  width: 85%;
  margin: auto;
  color: #041E42;
}
.catalog-product-view .amfaq_questions {
  position: relative;
  top: 40px;
}
.catalog-product-view #faq-modal-trigger {
  float: right;
  font-size: 16px;
  color: #59BFCA;
  text-decoration: underline;
  cursor: pointer;
}
.catalog-product-view #faqModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.catalog-product-view #faqModal .field:not(label) {
  margin-bottom: 0 !important;
}
.catalog-product-view #faqModal .qlp-btn.qlp-btn--d-blue {
  margin: 30px 0 0;
  width: 200px !important;
  display: block;
  height: 40px !important;
  line-height: 40px;
  font-size: 18px !important;
  background: #053f54 !important;
  color: #fff !important;
  padding: 0 70px;
  border-radius: 8px !important;
  text-align: center;
  font-weight: 700 !important;
  cursor: pointer;
  box-shadow: 0 3px 5px 2px rgba(50, 50, 50, 0.15);
}
.catalog-product-view #faqModal .qlp-btn.qlp-btn--d-blue:hover {
  background: #06283a !important;
}
.catalog-product-view #faqModal .qa-form-display {
  margin-bottom: 1rem;
}
.catalog-product-view #faqModal .qlp-modal form input {
  height: 35px !important;
}
.catalog-product-view #faqModal .form-column-col {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  padding-right: 16px;
  vertical-align: top;
  padding-top: 0;
}
.catalog-product-view #faqModal form input,
.catalog-product-view #faqModal form textarea {
  width: 100% !important;
  border-radius: 6px !important;
  border: 0 !important;
  box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.15);
  padding-left: 15px !important;
}
.catalog-product-view #faqModal input,
.catalog-product-view #faqModal textarea {
  font-weight: 300;
  font-size: 16px !important;
  line-height: 30px !important;
}
.catalog-product-view #faqModal form textarea {
  height: 70px !important;
}
.catalog-product-view #faqModal label {
  font-size: 18px !important;
  line-height: 25px !important;
  font-weight: 700 !important;
  display: block !important;
  color: #064f74 !important;
  margin-bottom: 3px !important;
  margin-top: 10px;
  cursor: pointer;
}
.catalog-product-view #faqModal .qlp-modal__body {
  padding: 1rem 52px 2rem 2rem;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #f7f7f7;
}
.catalog-product-view #faqModal .modal-header .close:after {
  border: 3px solid #3c91de;
  color: #fff;
  content: " ";
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-indent: 0;
  background: #064f74 url(../images/video-close.svg) no-repeat 50%;
  background-size: 47%;
}
.catalog-product-view #faqModal .modal-header .close {
  right: -12px;
  top: -12px;
  transform: translateY(0);
  width: 30px;
  height: 30px;
  text-indent: -100000px;
  border-radius: 50%;
  position: absolute;
  left: auto;
  font-size: 0;
  cursor: pointer;
  text-decoration: none;
  padding: 0px;
  line-height: 0px;
  border: 0;
}
.catalog-product-view #faqModal .modal-header h2 {
  margin: auto;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
.catalog-product-view #faqModal .modal-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-direction: row;
  padding: 25px 30px 20px 40px;
  width: 100%;
  background: linear-gradient(90deg, #1377cf 0, #358ee0);
  border-bottom: 7px solid #064f74;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
.catalog-product-view #faqModal .modal-content {
  margin: 10% auto;
  width: 740px;
}
@media (max-width: 800px) {
  .catalog-product-view #faqModal .modal-content {
    width: auto;
    max-width: 600px;
    padding: 0 20px;
  }
}
.catalog-product-view #faqModal .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
