/*! B2B CSS **/

/*! STAGE SETTING **/
#sideBox,
#breadcrumbs,
#categoryHeader,
#seo-copy,
.grid-subcategories,
.c-page-header,
.back-to-top,
.c-back-to-top,
#changepageSizeForm,
h1.inner,
.pwa-site .c-custom-select__container,
#upper-section,
#bottom-section {
    display: none !important;
}

#app-main .responsive-content .m-responsive-template {
	margin-top: 0;
}

#mainContent {
    width: 100% !important;
}

.desktop-site body {
    overflow-x:hidden;
}

.tabletHeaderRedesign .headerAndNav ~ #content {
    padding-top: 130px;
}

.headerRedesign .redesignedHeaderAndNav ~ #content {
    padding-top: 149px;
}

.pwa-site div[data-tracking] {
	margin-top: 0;
}

.desktop-site div[class*="module-"] + div[class*="module-"] {
	margin-top: 90px;
}

.pwa-site div[class*="module-"] + div[class*="module-"] {
	margin-top: 60px;
}

#category > div[class*="module-"]:last-of-type {
	margin-bottom: 60px;
}
.pwa-site a[href*="tel:"],
.pwa-site a[href*="mailto:"] {
	font-weight: bold;
}
/*! END STAGE SETTING **/
/*! HELPER CLASSES **/
.desktop-site .full-width {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50%);
    overflow:hidden;
}

.pwa-site .full-width {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
}

.pwa-site .full-width div[class*="col-"] {
    padding: 0;
}

.rounded-corners {
	border-radius: 4px;
}

.small-bottom-margin {
	margin-bottom: 8px !important;
}

.full-width .overlay-wrapper-outer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1240px;
    pointer-events: none;
}

.full-width .overlay-wrapper-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.full-width .overlay-wrapper-outer .overlay-wrapper-inner .overlay-component {
    pointer-events: all;
} 

.overlay-component {
    position: absolute;
}

.icon-prefix {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 40px;
	margin-right: 8px;
	background-size: cover;
}

.tabletHeaderRedesign .icon-prefix {
	height: 25px;
	width: 25px;
	margin-right: 5px;
}

.icon--swatch {
	background-image: url('/wcsstore/images/Cinmar/interface/icons/swatches_icon_black_64.svg');
}

.icon-faq:before {
	content: '';
	width: 48px;
	height: 48px;
	display:inline-block;
	background-repeat:no-repeat;
	background-size: cover;
	margin-right: 15px;
	vertical-align: bottom;
	background-image: url('/wcsstore/images/Cinmar/interface/icons/faq_icon_black_48.svg');
}

.desktop-site .b2 {
	font-size: 2em;
}
/*! END HELPER CLASSES **/

/*! HERO **/
.desktop-site .module-hero .overlay-wrapper-inner {
	display: flex;
	align-items: center;
	padding-left: 15px;
}

.desktop-site.screen-sm .module-hero .overlay-wrapper-inner,
.desktop-site.screen-xs .module-hero .overlay-wrapper-inner  {
	justify-content: center;
}

.desktop-site .module-hero .overlay-component {
	position: relative;
	pointer-events: all;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.85);
	text-align: center;
	padding: 24px 32px;
}

.desktop-site.screen-sm .module-hero .overlay-component,
.desktop-site.screen-xs .module-hero .overlay-component  {
	padding: 16px;
}

.pwa-site .module-hero .logo-container-component {
	text-align: center;
}

.module-hero .logo-container-component img {
	max-width: 94px;
}

.module-hero .logo-container-component h1 {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 1.875em;
}

.module-hero .links-container-component ul {
	text-align: center;
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	list-style-type: none;
	padding: 0;
}

.module-hero .links-container-component ul li {
	flex-basis: 0;
	flex-grow: 1;
	display: inline-block;
	text-align: center;
}

.module-hero .links-container-component a {
	text-decoration: none !important;
}

.module-hero .links-container-component ul li span {
	display: block;
	font-weight: 500;
	line-height: 1.2;
}

.pwa-site .module-hero .underlay-component {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color:rgba(255,255,255,0.85);
	position:relative;
	border-radius:4px;
	padding-top:32px;
	margin-top:-72px;
}

.desktop-site .module-hero.fall24 .overlay-wrapper-inner {
	align-items: end;
}

.desktop-site .module-hero.fall24 .overlay-component {
	margin-bottom: 15px;
}

.pwa-site .module-hero.fall24 .underlay-component {
 padding-bottom: 15px;	
}

.module-hero.fall24 .overlay-component,
.module-hero.fall24 .underlay-component {
	background-color: #EFECDD;
}

/*! MODULE TWO UP **/
.module-twoup .text-component {
	margin-top: 16px;
}

.desktop-site .module-twoup .text-component {
	padding-right: 13%;
}

.pwa-site .module-twoup .row > div + div {
	margin-top: 36px;
}

/*! MODULE VISION **/
.desktop-site .module-vision .content-row {
	display: flex;
}

.desktop-site .module-vision .content-row .wrapper {
	height: 100%;
}

.desktop-site .module-vision .text-col {
	padding-right: 0px;
}

.desktop-site .module-vision .img-col {
	padding-left: 0px;
}

.module-vision .text-col .wrapper {
	background-color: #F5F5F5;
}

.desktop-site .module-vision .text-col .wrapper {
	display: flex;
	align-items: center;
	padding: 32px 64px;
	border-radius: 4px 0 0 4px;
}

.pwa-site .module-vision .text-col .wrapper {
	padding: 32px;
	border-radius: 4px 4px 0px 0px;
}

.desktop-site .module-vision .img-col .wrapper img {
	height: 100%;
	object-fit: cover;
	border-radius: 0 4px 4px 0;
}

.pwa-site .module-vision .img-col .wrapper img {
	border-radius: 0px 0px 4px 4px;
}

.module-vision .row + .row {
	margin-top: 32px;
}

/*! MODULE BENEFITS **/
.module-benefits .icon-row .wrapper {
	display: flex;
	justify-content:space-between;
}

.pwa-site .module-benefits .icon-row .wrapper {
	flex-direction:row;
	flex-wrap:wrap;
}

.module-benefits .icon-row .icon-tile {
	padding-left: 2%;
	padding-right: 2%;
}

.pwa-site .module-benefits .icon-row .icon-tile {
	padding-left: 8%;
	padding-right: 8%;
}

.pwa-site .module-benefits .icon-row img {
	max-height: 48px;
}

.pwa-site .module-benefits .icon-row p {
	font-size: 12px;
}

.pwa-site .module-benefits .icon-row .icon-tile {
	flex-basis: 50%;
}

.module-benefits .row + .row {
	margin-top: 32px;
}

/*! MODULE STEPS **/
.desktop-site .module-steps .cards-row {
	display: flex;
	margin-top: 40px;
}

.module-steps .step-header {
	font-weight: 600;
	margin-bottom: 16px;
}

.desktop-site.screen-sm .module-steps .step-header {
	min-height: 60px;
}

.module-steps .step-card {
	padding-left: 4%;
	padding-right: 4%;
}

.pwa-site .module-steps .step-card {
	margin-bottom: 15px;
}

.module-steps .step-card .step-card-inner {
	padding: 18px 32px;
	background-color: #f5f5f5;
	height:100%;
	border-radius: 4px;
}

.desktop-site .module-steps .step-card .step-card-inner {
	display: flex;
	flex-direction: column;
}

.module-steps .step-card .step-card-hr {
	margin-left: -40px;
	margin-right: -40px;
	border:none;
	border-top: 1px solid #000;
	margin-bottom: 15px;
}

.module-steps .step-card .icon-link-wrapper {
	text-align:  center;
}

.desktop-site .step-card .icon-link-wrapper {
	margin-top: auto;
}

.module-steps .step-card .icon-link-wrapper span {
	display:  block;
}

/*! MODULE RETAIL **/
.module-retail .wrapper {
	background-color: #004B61;
	padding: 32px 64px;
}

.pwa-site .module-retail .wrapper {
	padding: 32px;
}

.desktop-site .module-retail .wrapper .text-component {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.desktop-site.screen-sm .module-retail .wrapper .text-component,
.desktop-site.screen-xs .module-retail .wrapper .text-component,
.pwa-site .module-retail .wrapper .text-component {
	flex-direction: column;
	text-align: center;
}

.desktop-site .module-retail .wrapper .text-component h2 {
	margin-bottom: 0px;
	line-height: 2;
}

.desktop-site.screen-sm .module-retail .wrapper .text-component h2,
.desktop-site.screen-xs .module-retail .wrapper .text-component h2,
.pwa-site .module-retail .wrapper .text-component h2 {
	margin-bottom: 16px;
	line-height: 1.2;
}

.desktop-site.screen-sm .module-retail .wrapper .text-component a,
.desktop-site.screen-xs .module-retail .wrapper .text-component a,
.pwa-site .module-retail .wrapper .text-component a {
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

/*! MODULE TESTIMONIALS **/
.module-testimonials .swiper-pagination-bullet {
    opacity: 1 !important;
    width: 13px !important;
    height: 13px !important;
    margin: 0 5px;
    border-radius: 100% !important;
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #000 !important;
}
.module-testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000 !important;
  border: 1px solid #000 !important;
}
.desktop-site .testimonial-tile-container {
	display: flex;
}

.testimonial-tile-container > div {
	padding: 0;
}

.testimonial-tile-container .text-col {
	background-color: #f5f5f5;
	z-index: 2;
}

.testimonial-tile-container .img-col {
	z-index: 1;
}

.desktop-site .testimonial-tile-container .text-col .text-col-inner-wrapper {
	position: relative;
	top: 50%;
	transform:translateY(-50%);
	padding: 20px 40px 20px 100px;
}

.pwa-site .testimonial-tile-container .text-col {
	padding: 0 !important;
}

.pwa-site .testimonial-tile-container .text-col .text-col-inner-wrapper {
	padding: 20px 60px 60px 60px;
}

.testimonial-tile-container .text-col .text-col-inner-wrapper span {
	display: block;
}

.pwa-site .testimonial-tile-container .text-col .text-col-inner-wrapper span.c-heading {
	margin-bottom: 15px;
}

.testimonial-tile-container .img-col img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.testimonial-tile-container .text-col .text-col-inner-wrapper hr {
	width: 40vw;
	border: none;
	border-top: 1px solid #000;
	margin-top: 20px;
	margin-bottom: 30px;
}

.pwa-site .testimonial-tile-container .text-col .text-col-inner-wrapper hr {
	width: 100vw;
	margin-top: 30px;
}

.screen-sm .testimonial-tile-container .text-col .text-col-inner-wrapper span.big,
.screen-md .testimonial-tile-container .text-col .text-col-inner-wrapper span.big {
	font-size: 1.8vw;
}

.screen-sm .testimonial-tile-container .text-col .text-col-inner-wrapper p,
.screen-md .testimonial-tile-container .text-col .text-col-inner-wrapper p,
.screen-sm .testimonial-tile-container .text-col .text-col-inner-wrapper a.btn-bloglike,
.screen-md .testimonial-tile-container .text-col .text-col-inner-wrapper a.btn-bloglike {
	font-size: 1.5vw;
}


.screen-sm .testimonial-tile-container .text-col .text-col-inner-wrapper .b2,
.screen-md .testimonial-tile-container .text-col .text-col-inner-wrapper .b2 {
	font-size: 3.5vw;
	margin-bottom: 1vw;
}

.screen-sm .testimonial-tile-container .text-col .text-col-inner-wrapper .h1,
.screen-md .testimonial-tile-container .text-col .text-col-inner-wrapper .h1{
	font-size: 2vw;
}
.desktop-site .testimonials-swiper .swiper-button-next,
.desktop-site .testimonials-swiper .swiper-button-prev {
	background-size: 17px 29px;
}

.pwa-site .testimonials-swiper .swiper-button-next,
.pwa-site .testimonials-swiper .swiper-button-prev {
	background-size: 9px 15px;
}

.desktop-site .testimonials-swiper .swiper-button-next {
	right: 30px;
}

.pwa-site .testimonials-swiper {
	background-color: #f5f5f5;
}

.pwa-site .testimonials-swiper .swiper-button-next {
	right: 18px;
}

.desktop-site .testimonials-swiper .swiper-button-prev {
	left: 30px;
}

.pwa-site .testimonials-swiper .swiper-button-prev {
	left: 18px;
}

/*! MODULE TWO-COLS **/
.desktop-site .module-two-cols > .row {
	display: flex;
}

.desktop-site .module-two-cols div[class*="submodule-content"] + div[class*="submodule-content"],
.module-two-cols .twoup-submodule > div:last-of-type,
.pwa-site .module-two-cols .right-side-col {
	margin-top:  80px;
}

.desktop-site .twoup-submodule .row {
	display: flex;
	align-items: center;
}

.desktop-site .module-two-cols .submodule-separator-component {
	margin-top:  40px;
	margin-bottom:  40px;
}

.desktop-site .module-two-cols .submodule-separator-component hr {
	border-top:  1px solid #b5b5b5;
}

.module-two-cols .divider-col,
.tabletHeaderRedesign .module-two-cols .left-side-col {
    border-right: 1px solid #b5b5b5;
}

.desktop-site .module-two-cols .right-side-col .right-side-col-inner {
    padding-left: 7.5px;
}

.module-two-cols .faq-icon {
    position: relative;
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: top;
}

.module-two-cols .faq-icon span {
    position: absolute;
    left: 0;
    top: 12px;
    display: block;
    width: 100%;
    height: 3px;
    opacity: 1;
    background: #000;
}

.module-two-cols .faq-icon span:last-of-type {
    -webkik-transform: rotate(90deg);
    transform:rotate(90deg);
    transition: .3s ease-in-out;
}

.module-two-cols .faq-component {
    padding-left: 0 !important;
    margin-top: 30px;
    list-style-type: none !important;
}

.module-two-cols .faq-component > li {
    list-style-type:none;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
}

.module-two-cols .faq-component .question-component {
    display:inline-block;
    width: calc(100% - 27px);
    margin-left: 6px;
    margin-bottom: 0px;
}

.module-two-cols .faq-component li .answer-component {
    display: block;
    opacity: 0;
    height: 0;
    transition: .3s ease-in-out;
    overflow: hidden;
}

.module-two-cols .faq-component li.active-question .faq-icon span:last-of-type {
    opacity: 0;
    -webkik-transform: rotate(0deg);
    transform: rotate(0deg);
}

.module-two-cols .faq-component li.active-question .answer-component {
    opacity: 1;
    margin-top: 15px;
    height: auto;
}

/*! MODULE EXPLORE **/
.module-explore .title-component {
    letter-spacing: 5px;
    font-weight: 600 !important;
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
}

.module-explore .title-component.no-border {
    border-bottom: none;
    padding-bottom: 0;
}

.pwa-site .module-explore  .title-component {
    text-transform: uppercase;
    margin-bottom: 18px;
}

.module-explore .title-row hr {
    border: none;
    border-bottom: 1px solid #000;
}

.module-explore .text-component {
    border: 1px solid #000;
    padding: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.desktop-site .module-explore.two-up-variant .text-component {
    padding: 15px 22%;
    text-align: center;
}

.module-explore .text-component p {
    flex: 1 0 auto;
}

.module-explore .text-component a {
    width: 100%;
}

.module-explore .card-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.module-explore .card-list .card-content {
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;
}

.pwa-site .module-explore .row > div + div {
	margin-top:  40px;
}

/*! MODULE TERMS **/

.pwa-site .module-terms {
	margin-top:  48px;
}
