body:not(.page-pdp) .pageContent,
.static-content {
	padding: 0!important;
}
#footer {
	margin-top: 0;
}

.modes-homepage h1,
.modes-homepage h2,
.modes-homepage h3,
.modes-homepage h4,
.modes-homepage h5,
.modes-homepage h6 {
	font-weight: 400;
}
.modes-homepage p {
	font-size: 1rem;
	line-height: 1.5;
}
.modes-homepage .button {
	text-transform: uppercase;
	border-radius: 0;
	border: 0;
}
.modes-homepage .button.secondary-light {
	color: #222;
}
.corp-homepage .modes-homepage .button.secondary-light:hover {
	color: #009ba0;
}
.edu-homepage .modes-homepage .button.secondary-light:hover {
	color: #237852;
}
.edu-homepage .modes-hero .button.secondary-light {
	color: #fff;
	background: #007b4c;
}
.modes-homepage .button.large {
	font-size: 1.4em;
	padding: 0 72px;
	letter-spacing: 3px;
	height: 68px;
	line-height: 68px;
}

.modes-hero {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #25212f;
	min-height: 36vh;
	max-height: 450px;
	color: #fff;
}
.corp-homepage .modes-hero {
	background-color: #010101;
}
.edu-homepage .modes-hero {
	background-color: #e4e4d7;
}
.gov-homepage .modes-hero {
	background-color: #fdfdfd;
}
.modes-hero hgroup {
	max-width: 1440px;
	padding: 7vh 3vw;
	margin: auto;
}
.modes-hero h1 {
	font-size: 3.6rem!important;
	line-height: 1;
	color: inherit;
	max-width: 400px;
	margin: 0 0 0.25em!important;
}
.corp-homepage h1 {
	color: #009ba0;
}
.edu-homepage h1 {
	color: #237852;
}
.gov-homepage h1 {
	color: #222;
}
.modes-hero p {
	margin: 0;
	max-width: 400px;
}
.edu-homepage .modes-hero p {
	color: #222;
	text-shadow: 0 -1px 6px #fff;
}
.gov-homepage .modes-hero p {
	color: #333;
}
.modes-hero .button.secondary-light {
	margin-top: 30px;
	font-size: 0.875em;
	padding: 0 36px;
  /*Commented out by CBuitron
  It was causing line height issues on ABS buttons
  line-height: 42px;*/
}
.gov-homepage .modes-hero .button.secondary-light {
	background: #607d8b;
	color: #fff;
}


.abs-wrap > * {
	width: 100%;
	max-width: 1440px;
	padding: 60px 3vw;
	margin: auto;
}
.abs-wrap-dark,
.edu-homepage .abs-wrap-dark,
.gov-homepage .abs-wrap-dark {
	background: #222;
	color: #fff;
}
.corp-homepage .abs-wrap-medium {
	background: #009ba0;
}
.edu-homepage .abs-wrap-medium {
	background: #237852;
}
.gov-homepage .abs-wrap-medium {
	background: #cfd8dc;
}
.edu-homepage .abs-wrap-lighter {
	background: #e1fff1;
}
.gov-homepage .abs-wrap-lighter {
	background: #607d8b;
}
.abs-wrap-light {
	background: #fff;
}



.modes-homepage h2 {
	text-align: center;
	color: inherit;
	font-size: 2.4rem;
}
.corp-homepage .abs-wrap-dark h2 {
	color: #8e97a5;
}
.edu-homepage .abs-wrap-dark h2,
.edu-homepage .abs-wrap-lighter h2 {
	color: #237852;
}
.gov-homepage .abs-wrap-dark h2 {
	color: #607d8b;
}
.gov-homepage .abs-wrap-lighter h2 {
	color: #cfd8dc
}
.corp-homepage .abs-wrap-dark h2 {
	color: #009ba0;
}
.corp-homepage .abs-wrap-medium h2 {
	color: #eceff1;
}
.edu-homepage .abs-wrap-medium h2 {
	color: #fff;
}
.modes-homepage h2 small {
	display: block;
	color: #fff;
	margin: 1em 0 72px;
	font-size: 1rem;
	line-height: 1.2;
}






.abs-notes .swiper-container {
	max-width: 1440px;
	margin: auto;
	padding: 36px 0;
	height: calc(1.4em + 72px);
}
.abs-notes p {
	width: 100%;
	color:	#222;
	font-size: 1.4em;
	line-height: 1;
	height: 1.1em;
	margin: 0;
	padding: 0 90px;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.edu-homepage .abs-notes p {
	color: #fff;
}
.gov-homepage .abs-notes p {
	color: #607d8b;
}
.abs-notes a {
	color:inherit;
	text-decoration: underline;
}
.abs-notes .swiper-pagination {
	display: none;
}
.abs-notes .swiper-button-next,
.abs-notes .swiper-button-prev {
	opacity: 1;
	top: 36px;
	height: 1em;
}
.abs-notes .swiper-button-next:before,
.abs-notes .swiper-button-prev:before {
	color: #222;
	font-size: 1.6rem;
}
.edu-homepage .abs-notes .swiper-button-next:before,
.edu-homepage .abs-notes .swiper-button-prev:before {
	color: #fff;
}
.gov-homepage .abs-notes .swiper-button-next:before,
.gov-homepage .abs-notes .swiper-button-prev:before {
	color: #607d8b;
}


.modes-cats {
	text-align: center;
	display: flex;
	justify-content: space-between
}
.modes-category {
	display: flex;
  flex-direction: column;
	width: 31%;
}
.modes-cats img {
	width: 100%;
	margin-bottom: 24px;
}
.modes-cats h2 {
	font-size: 1.4rem;
	color: #6a7380;
}
.modes-cats p {
	color: #333;
}
.modes-cats .button {
	margin: auto auto 0;
	width: 100%;
	max-width: 200px;
}


.highlights-h2 {
	margin-bottom: 60px;
}
.ado-diff-points {
	text-align: center;
	display: flex;
	justify-content: space-between
}
.ado-points-grid {
	flex-wrap: wrap;
	padding: 0 3vw;
}
.ado-diff-points > * {
	display: flex;
  flex-direction: column;
	width: 30vw;
	padding: 0 1.5vw;
}
.ado-points-grid > * {
	display: inline-block;
	width: 47%;
	margin-bottom: 5vw;
}
.mode-icon {
	width: 150px;
	height: 150px;
	border: 1px solid #8e97a5;
	border-radius: 50%;
	margin: 0 auto 30px;
}
.corp-homepage .mode-icon {
	border-color: #009ba0;
}
.edu-homepage .mode-icon {
	border-color: #237852;
}
.gov-homepage .mode-icon {
	border-color: #607d8b;
}
.ado-points-grid .mode-icon {
	float: left;
	margin: 0;
}
.mode-icon svg {
	fill: #8e97a5;
	width: 60%;
}
.corp-homepage .mode-icon svg {
	fill: #009ba0;
}
.edu-homepage .mode-icon svg {
	fill: #237852;
}
.gov-homepage .mode-icon svg {
	fill: #607d8b;
}
.ado-diff-points h3 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0.6875em 0;
	color: #8e97a5;
}
.corp-homepage .ado-diff-points h3 {
	color: #009ba0;
}
.edu-homepage .ado-diff-points h3 {
	color: #237852;
}
.gov-homepage .ado-diff-points h3 {
	color: #607d8b;
}
.ado-diff-points p {
	text-align: left;
	margin: 0;
}
.ado-points-grid h3,
.ado-points-grid p {
	float: right;
	width: calc(100% - 190px);
	display: inline-block;
	text-align: left;
	margin: 6px 0;
}

.ado-diff-points p a,
.ado-points-grid p a {
	color: inherit;
	text-decoration: underline;
}

.edu-contracts {
	text-align: center;
}
.edu-contracts img {
	vertical-align: middle;
	margin: 42px 3vw;
	max-width: 25vw;
}
.contracts-gov {
	max-width: 420px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.fed-contracts img{
    margin: 0 auto 55px;
    display: block;
}
.fed-contracts span{
     display: block;
    margin: auto;
    text-align: center;
    color: white;
    font-size: 2em;
    top: -45px;
    position: relative;
}



.abs-contact {
	display: block;
	line-height: 1.4;
	margin: 24px 0 12px;
}
.abs-contact strong {
	display: block;
}
.abs-contact a,
.abs-contact b {
	color: #fff;
}
.abs-contact a:hover {
	text-decoration: underline;
}
.abs-contact-main a {
	font-size: 2.4rem;
	line-height: 1;
}
.abs-ctas .layout-50-50 {
	display: block;
	max-width: 600px;
	margin: auto;
}
.abs-ctas .layout-50-50 strong {
	margin-bottom: 8px;
}
.abs-ctas .layout-33-33-33 {
	display: block;
	max-width: 800px;
	text-align: left;
	margin: 30px auto;
}
.abs-ctas h6 {
	color: #6194ad;
	font-size: 1.5em;
	line-height: 1.2;
}




.modes-features {
	display: flex;
	justify-content: space-between
}
.modes-feature {
  flex-direction: column;
	width: 31%;
	text-align: center;
}
.modes-feature img {
	width: 100%;
	margin-bottom: 24px;
}
.modes-feature h4 {
	text-align: center;
	font-size: 1.4rem;
	color: #6a7380;
	min-height: 2em;
	margin-bottom: 0.75em;
}
.corp-homepage .modes-feature h4 {
	color: #009ba0;
}
.edu-homepage .modes-feature h4 {
	color: #237852;
}
.gov-homepage .modes-feature h4 {
	color: #607d8b;
}
.modes-feature p {
	color: #333;
	margin-bottom: 2em;
}
.modes-feature .button {
	margin: auto auto 0;
	text-transform: none!important;
	border-radius: 2px!important;
	background: #222
}
.corp-homepage .modes-feature .button:hover {
	background: #c66760;
}
.edu-homepage .modes-feature .button:hover {
	background: #47b3a4;
}
.gov-homepage .modes-feature .button:hover {
	background: #006ab2;
}
.modes-feature-soon {
	font-weight:600;
	margin: auto auto 0;
	padding: 10px 0;
	display:inline-block;
	text-decoration: underline;
}
.corp-homepage .modes-feature-soon a {
	color: #009ba0;
}
.edu-homepage .modes-feature-soon a {
	color: #237852;
}
.gov-homepage .modes-feature-soon a {
	color: #607d8b;
}

.abs-testimonials {
	text-align: left;
	color: #eceff1;
	max-width: 1200px;
	padding-top: 0;
	margin-bottom: 30px;
}
.abs-testimonial {
	padding: 0 80px;
}
.abs-testimonial .col1 {
}
.abs-testimonial img {
	border-radius: 50%;
	max-width: 96px;
}
.abs-testimonial p {
	font-size: 1.25em;
	line-height: 1.6;
}
.abs-testimonial p + span {
	line-height: 1.4;
}
.abs-testimonials .swiper-button-next,
.abs-testimonials .swiper-button-prev {
	opacity: 1;
	top: 36px;
	height: 1em;
}
.abs-testimonials .swiper-button-next:before,
.abs-testimonials .swiper-button-prev:before {
	color: #eceff1;
	font-size: 2.6em;
}





.catagoryWidget .tabsContainer,
.catagoryWidgetContent {
	max-width:1440px;
	margin: auto!important;
	float: none!important;
	padding-right: 2vw;
	padding-left: 2vw;

}
.catagoryWidget .tabsContainer {
	display: none!important;
}
.corp-homepage .catagoryWidget .tabsContainer a,
.corp-homepage .catagoryWidgetList li h3 {
	color: #009ba0;
}
.edu-homepage .catagoryWidget .tabsContainer a,
.edu-homepage .catagoryWidgetList li h3 {
	color: #237852;
}
.gov-homepage .catagoryWidget .tabsContainer a,
.gov-homepage .catagoryWidgetList li h3 {
	color: #607d8b;
}




.catagoryWidget {
    overflow: visible;
    padding: 0;
    border-color: #ccc;
    position: relative;
    top: -8px;
    background: #fff;
    z-index: 10
}

.catagoryWidget .tabsContainer {
    width: 100%;
    height: 48px;
    float: left;
    background: none;
    border-radius: 3px 3px 0 0;
    border: none;
    position: relative
}

.catagoryWidget .tabsContainer:before {
    content: '';
    width: 300%;
    height: 50px;
    position: absolute;
    z-index: -1;
    left: -100%;
    top: 0;
    box-shadow: 0 -12px 36px -8px #cdced0 inset;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ccc;
    background: #fff
}

@media screen and (max-width: 990px) {
    .catagoryWidget:before {
        width:100%;
        left: 0
    }

    html,body {
        overflow-x: hidden
    }
}

@media screen and (min-width: 990px) {
    html,body {
        overflow-x:hidden
    }
}

body:not(:-moz-handler-blocked) .catagoryWidget:before {
    box-shadow: 0 -12px 20px -8px #cdced0 inset
}

.catagoryWidget .tabsContainer a {
    position: relative;
    display: inline-block;
    padding: 18px 24px 16px;
    font-size: 16px;
    border-right: 1px solid #ccc;
    margin: 0;
    float: left;
    color: #1385b4;
    transition: all .3s ease;
    text-shadow: 0 1px 0 #fff;
    border-radius: 0
}

.catagoryWidget .tabsContainer a:hover {
    text-decoration: none;
    color: #1385b4;
    background: #fff
}

.catagoryWidget .tabsContainer a.active {
    background: #fff;
    position: relative;
    color: #2d2e32;
    text-decoration: none
}

.catagoryWidget .tabsContainer a:after {
    content: "›";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #b1b1b2;
    display: none
}

.catagoryWidget .tabsContainer a:hover:after {
    color: #444
}

.catagoryWidget .tabsContainer a.active:after {
    content: " ";
    left: 40%;
    left: calc(50% - 11px);
    top: auto;
    bottom: -22px;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: #666b74 transparent transparent transparent;
    z-index: 1;
    display: none
}

.catagoryWidget .tabsContainer a:first-child {
    border-left: 1px solid transparent;
    border-radius: 0
}

.catagoryWidget .tabsContainer a:first-child.active,.catagoryWidget .tabsContainer a:first-child:hover {
    border-left: 1px solid #ccc
}

.catagoryWidget .tabsContainer a:last-of-type {
    border-radius: 0 5px 0 0;
    border-right: none
}

.catagoryWidget .tabsContainer a:first-of-type:last-of-type {
    border-radius: 5px 5px 0 0;
    border-right: none
}

.homePageCatgoryWidget.loading {
    background-position: 55% 50%
}

.catagoryWidgetContent {
    float: left;
    width: 100%;
    margin-left: 8px;
    text-align: center;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.loading .catagoryWidgetContent {
    opacity: 0
}

.catagoryWidgetContent ul {
    margin: 36px 0;
    position: relative;
    float: left;
    list-style: none;
    padding: 0
}

.catagoryWidgetContent ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #fff
}

.catagoryWidgetContent ul:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff
}

.catagoryWidgetList li {
    float: left;
    width: 19%;
    width: calc(20% - 5px);
    margin: 0;
    padding: 0;
    border-left: 1px dotted #cdced0;
    border-bottom: 1px dotted #cdced0;
    text-align: center
}

.catagoryWidgetList li a {
    position: relative;
    height: 210px;
    text-align: center;
    display: block;
    color: #2e2f2a;
    background: #fff;
    padding: 18px 3% 12px;
    -webkit-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    border: 1px solid transparent
}

@media screen and (min-width: 801px) {
    .catagoryWidgetList li a:hover {
        box-shadow:0 6px 8px rgba(0,0,0,.12);
        z-index: 1;
        border-radius: 3px;
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        border-color: #ccc
    }
}

.catagoryWidgetList li a:hover {
    text-decoration: none
}

.catagoryWidgetList li img {
    display: block;
    max-width: 68%;
    max-height: 72%;
    margin: 0 16% 14px;
    text-align: center
}

.catagoryWidgetList li h3 {
    font-size: 15px;
    line-height: 1.2;
    color: #1385b4;
    margin: 0;
    font-weight: 400
}

.catagoryWidget .widgetFooter {
    clear: both;
    position: relative;
    overflow: hidden;
    padding: 0;
    display: none
}

.catagoryWidget .brandStrip {
    width: 100%;
    padding: 30px 0;
    float: left
}

.catagoryWidget .brandStrip a {
    margin-left: 56px;
    display: inline-block;
    vertical-align: middle;
    max-width: none!important
}

.catagoryWidget .brandStrip a:first-child {
    margin-left: 0
}

.catagoryWidget .brandStrip a>img {
    max-height: 72px;
    max-width: 100px!important
}

.brandStrip img {
    opacity: .9;
    -moz-opacity: .9;
    filter: alpha(opacity=90);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.brandStrip a:hover img {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
}

.catagoryWidget .promo {
    float: right;
    display: block;
    line-height: 0
}




.catagoryWidget .brandStrip {text-align:center; width:100%;}
.text-block {
	display: none;
}

@media screen and (min-width:801px) {
	.catagoryWidgetList li img {margin: 0 auto 14px;}
}

/* !--- RWD sm+med --- */
@media screen and (max-width:801px) {
	.ado-points-grid > *, .abs-ctas .layout-50-50 > * {width: 100%;}
	.modes-homepage .swiper-button-next, .modes-homepage .swiper-button-prev {display: inline-block!important}
	.abs-notes p {font-size: 1.2em;}
	.catagoryWidget {
        top: 0
    }

    .catagoryWidgetContent {
        margin: 0;
        border-top: 1px dotted #cdced0
    }

    .catagoryWidgetContent ul {
        margin: 0 3%
    }

    .catagoryWidget .tabsContainer,.alcFeaturedWidget,.catagoryWidget .promo,.pageContent .promotedSection {
        display: none
    }

    .catagoryWidget .widgetFooter:before {
        right: 0
    }

    .catagoryWidget .brandStrip {
        padding: 18px 3%;
        text-align: center
    }

    .catagoryWidget .brandStrip a {
        margin: 12px 15px 0!important
    }
}


@media screen and (min-width:599px) and (max-width:801px) {
	.mode-icon {width: 110px; height: 110px;}
	.mode-icon svg {height: 110px;}
	.ado-points-grid h3, .ado-points-grid p {width: calc(100% - 150px);}
	.catagoryWidgetList li {
			 width:20%
	 }

	 .catagoryWidgetList li a {
			 height: 160px
	 }

	 .adorama-about ul {
			 max-width: 90vw
	 }
}


/* !--- RWD sm --- */
@media screen and (max-width:599px) {
	.modes-hero {background-position: top right; background-size: 560px 180px, cover;}
	.modes-hero hgroup { padding: 200px 3vw 6vw; text-align: center;}
	header.modes-hero h1 {font-size: 2rem!important;}
	.modes-hero .button.secondary-light {margin: 18px 0;}
	.modes-homepage .button.large {letter-spacing: 0;}
	.abs-wrap > * {padding: 8vw 3vw;}
	.modes-homepage h2 {font-size: 1.8em; margin-bottom: 0.875em;}
	.abs-notes p {font-size: 0.875em; height: 2.2em; line-height: 1.2; white-space: normal; max-width: 100vw; margin-top: -0.3em; padding: 0 42px;}
	.abs-notes .swiper-button-next {right: 0;}
	.abs-notes .swiper-button-prev {left: 0;}
	.ado-diff-points .mode-icon {margin: 0 auto;}
	.mode-icon {width: 72px; height: 72px;}
	.mode-icon svg {height: 72px;}
	.ado-points-grid h3, .ado-points-grid p {width: calc(100% - 100px);}
	.ado-points-grid h3 {font-size: 1.125em; margin-bottom: 0;}
	.ado-points-grid p {font-size: 0.75em;}
	.ado-diff-points p {text-align: center; margin-bottom: 42px;}
	.abs-highlights p {text-align:left!important;}
	.modes-homepage .button.large {font-size: 1rem;}
	.modes-features, .modes-cats, .ado-diff-points {flex-wrap: wrap;}
	.modes-feature, .modes-category, .ado-diff-points > * {width: 100%;}
	.modes-feature {margin-bottom: 30px;}
	.modes-category {margin-bottom: 30px;}
	.modes-category h2 {margin-bottom: 0;}
	.modes-feature img, .modes-category img {width: 60%; margin: 0 20% 12px;}
	.modes-feature h4 {min-height: auto; font-size: 1.2em;}
	.modes-feature p {margin: -3px 0 3px; text-align: center; font-size: 0.875em;}
	.modes-feature-soon {margin: 0 0 auto!important}
	h2.testimonial-header {margin-bottom: 0; padding-bottom: 0;}
	.abs-testimonial {padding: 0 2vw;}
	.abs-testimonial > * {width: 100%!important; text-align: center;}
	.abs-testimonial img {margin-bottom: 12px;}
	.abs-testimonials [class*="swiper-button"] {display: none!important;}
	.abs-ctas .layout-33-33-33 {margin: 0;}
	.abs-ctas .layout-33-33-33 > * {width: 100%; padding: 0 4vw;}
	.catagoryWidgetContent ul {
        margin: 0
    }

    .catagoryWidgetList li {
        width: 33.3%
    }

    .catagoryWidgetList li a {
        height: 150px
    }

    .catagoryWidgetList li h3 {
        font-size: 14px
    }

    .catagoryWidget .brandStrip a.brands-seeall {
        width: 100%;
        margin: 18px 0 12px!important
    }
}

/* Category bubbles */
/* ----------------------------- */
.abs-category-bubble-wrapper {
  padding: 60px 3vw;
  background: #f3f3f3;
}

.abs-category-bubble-wrapper h3 {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
  text-align: center;
}

.toggle-category-bubbles {
  margin-left: auto;
  margin-right: auto;
  display: table;
  background: #fff;
  color: #06c;
  border: solid 1px #d9d9d9;
  position: relative;
  top: -18px;
  height: 40px;
  min-width: 60%;
}

.toggle-category-bubbles.shown {
  display: none;
}

.category-bubbles {
  padding: 0 12px;
  position: relative;
  height: 580px;
  overflow: hidden;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.category-bubbles.show {
  height: auto;
  overflow: visible;
}

.category-bubbles.show:after {
  display: none;
}

.category-bubbles:after {
  content: "";
  display: block;
  background-image: linear-gradient(rgba(243, 243, 243, 0), #f3f3f3);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
}

.category-bubble-block {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.category-bubble-block h4 {
  order: 2;
  margin: 0 0 0 12px;
  font-size: 18px;
  color: #06c;
  font-weight: 400;
  text-align: center;
}

.category-bubble-block:after {
  content: "í";
  font-family: "iCons";
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  order: 3;
  margin-left: auto;
}

.category-bubble-block i {
  order: 1;
  font-size: 20px;
  font-style: normal;
  padding: 12px;
  height: 0;
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}

.category-bubble-block i:before {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.category-bubble-block.bubble-specials i:before {
  color: #ed473f;
}

.category-bubble-block.bubble-open-box i:before {
  color: #fa6635;
}

.category-bubble-block.bubble-refurbished i:before {
  color: #84b10d;
}

.category-bubble-block.bubble-used-clearance i:before {
  color: #2387b6;
}

.category-bubble-block.bubble-rebate-center i:before {
  color: #117d65;
}

.category-bubble-block.bubble-overstock i:before {
  color: #9b005c;
}

.category-bubble-image-wrapper {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-bubble-image-wrapper img {
  display: block;
  order: 1;
  max-width: 30px;
  max-height: 30px;
}

@media screen and (min-width: 599px) {
  .toggle-category-bubbles {
    display: none;
  }

  .category-bubbles {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .category-bubbles.show {
    display: flex !important;
  }

  .category-bubbles:after {
    display: none;
  }

  .category-bubble-block h4 {
    margin-left: 0;
    margin-top: 12px;
  }

  .category-bubble-block:after {
    display: none;
  }

  .category-bubble-block i {
    width: 25vw;
    height: 25vw;
    font-size: 11vw;
  }

  .category-bubble-block {
    width: 33.3294%;
    flex-direction: column;
    margin-top: 24px;
  }

  .category-bubble-image-wrapper {
    width: 25vw;
    height: 25vw;
  }

  .category-bubble-image-wrapper img {
    max-width: 14.5vw;
    max-height: 14.5vw;
  }
}

@media screen and (min-width: 801px) {
  .category-bubble-wrapper {
    margin-bottom: 60px;
  }

  .abs-category-bubble-wrapper h3 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .category-bubble-block i {
    width: 14vw;
    height: 14vw;
    font-size: 6.2vw;
  }

  .category-bubble-block {
    width: 16.5%;
    margin: 48px 0 0;
  }

  .category-bubble-image-wrapper {
    width: 14vw;
    height: 14vw;
  }

  .category-bubble-image-wrapper img {
    max-width: 8.5vw;
    max-height: 8.5vw;
  }
}

@media screen and (min-width: 1200px) {
  .category-bubble-block i {
    width: 200px;
    height: 200px;
    max-width: 15.5vw;
    max-height: 15.5vw;
    font-size: 80px;
  }

  .category-bubble-image-wrapper {
    width: 200px;
    height: 200px;
    max-width: 15.5vw;
    max-height: 15.5vw;
  }

  .category-bubble-image-wrapper img {
    max-width: 120px;
    max-height: 120px;
  }
}
