






/* Style the link within category items */
.category-item a.item {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: #333;
}


























































































/* ======================== */
/* ====== RESET CSS ====== */
/* ======================== */


.navbar {
	position: fixed;
	right: 0;
	top: 0;
	left: 0;
	z-index: 2001;
	transition: all .3s;
	transform: translateZ(0);
	height: 0
}

.navbar .header-wrapper {
	position: relative
}


.navbar .super-header {
	background-color: #f8f8f8;
	border-bottom: 0;
	min-height: 60px;
	height: 60px
}

.navbar .super-header .content-wrapper {
	height: 100px
}

.navbar .super-header .navbar-header {
	padding-top: 10px;
	position: relative;
	margin: 0 auto;
	width: 1170px
}

.navbar .super-header .navbar-header .navbar-brand {
	position: relative;
	float: left;
	margin-top: -10px;
	z-index: 1;
	background-color: #0a6ed9;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 1px 15px 2px rgba(100, 100, 100, 0.49);
	transition: all .3s
}

.navbar .super-header .navbar-header .navbar-brand .cd-logo {
	background: url("/18366.svg") no-repeat;
/* ========================= */
/* ====== NAVIGATION ====== */
/* ========================= */
	width: 208px;
	height: 127px;
	background-position: center;
	transition: all .3s
}


.navbar .super-header .navbar-header .search-container {
	position: relative;
	float: left
}

.navbar .super-header .navbar-header .search-container .header-search-wrapper {
	display: flex;
	width: 450px;
	height: 40px;
	box-sizing: border-box;
	margin-left: 127px;
	transition: all .3s;
	z-index: 1002;
	position: relative
}

.navbar .super-header .navbar-header .search-container .header-search-wrapper .search-input {
	flex-grow: 1;
	height: 40px;
	padding: 5px 19px;
	box-sizing: border-box;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: solid 0.5px #e5e5e5
}


.navbar .super-header .navbar-header .search-container .header-search-wrapper .search-icon {
	width: 40px;
	height: 40px;
	background-color: #0a6ed9;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer
}

.navbar .super-header .navbar-header .search-container .header-search-wrapper .search-cross-icon {
	display: none;
	width: 22px;
/* ========================= */
/* ====== MAIN LAYOUT ====== */
/* ========================= */
	height: 22px;
	position: absolute;
	top: 9px;
	right: 54px;
	cursor: pointer
}

.navbar .super-header .navbar-header .search-container .search-typeahead-suggestion-container {
	display: none;
	position: absolute;
	width: 638px;
	background-color: f8f8f8;
	min-height: 50px;
	max-height: calc(100vh - 100px);
	margin-left: 88px;
	border-radius: 5px;
	z-index: 1002;
	top: 42px;
	overflow: auto;
	scroll-behavior: smooth
}

	



.navbar .super-header .navbar-header .search-placeholder .search-menu-placeholder {
	padding: 7px 10px;
	min-height: 35px;
	line-height: 35px;
	max-height: 35px;
	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #F7F7F7
}



.navbar .super-header .navbar-header .search-placeholder .search-menu-placeholder .search-cat i {
	width: 25px;
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle
}

.navbar .super-header .navbar-header .search-placeholder .search-menu-placeholder .search-cat .section-name {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px
}

.navbar .super-header .navbar-header .search-placeholder .search-menu-placeholder .search-name {
	float: right;
	color: gray;
	font-size: 13px
}

.navbar .super-header .navbar-header .search-placeholder .recent-search-ph:hover {
	color: #fff;
	background-color: #0a6ed9;
	cursor: pointer
}

.navbar .super-header .navbar-header .search-placeholder .recent-search-ph:hover .recent-searches {
	font-weight: bold
}

.navbar .super-header .navbar-header .navbar-sign-form {
	float: right;
	color: #fff;
	position: relative;
	width: 180px;
	height: 60px;
	line-height: 60px;
	margin-top: -50px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	vertical-align: middle;
	text-align: center;
	z-index: 100;
	top: 39px
}

.navbar .super-header .navbar-header .navbar-sign-form .login-container {
	height: 60px
}

.navbar .super-header .navbar-header .navbar-sign-form .login-container:hover+.navbar-unsigned-component {
	visibility: visible;
	opacity: 1
}

.navbar .super-header .navbar-header .navbar-sign-form .login-container .header-user-profile {
	width: 160px;
	position: relative
}

.navbar .super-header .navbar-header .navbar-sign-form .login-container .header-user-profile .header-user-pic {
	float: left;
/* ======================== */
/* ====== TOOLTIP ====== */
/* ======================== */
	margin-left: 15px;
	display: inline-block
}

.navbar .super-header .navbar-header .navbar-sign-form .login-container .header-user-profile .notify-unread {
	position: absolute;
	left: 54px;
	margin-top: -4px;
	background: #0a6ed9;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	animation: notificationpulse 1s infinite;
	-webkit-animation: notificationpulse 1s infinite
}

.navbar .super-header .navbar-header .navbar-sign-form .login-container .header-user-profile .header-user-detils {
	text-align: left;
	float: left;
	line-height: normal
}



.navbar .super-header .navbar-header .navbar-sign-form .navbar-unsigned-component {
	width: 320px;
	float: right;
	line-height: normal;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	border-radius: 5px;
	box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
	padding-bottom: 27px;
	margin-top: 6px
}

.navbar .super-header .navbar-header .navbar-sign-form .navbar-unsigned-component .diwali-tile {
	padding-top: 22px
}

.navbar .super-header .navbar-header .navbar-sign-form .navbar-unsigned-component:hover {
	visibility: visible;
	opacity: 1
}

.navbar .super-header .navbar-header .navbar-sign-form .navbar-unsigned-component .welcome-wrapper {
	display: flex;
	padding: 13px 14px;
	column-gap: 14px;
	border-bottom: 1px solid #f4f4f4
}

.navbar .super-header .navbar-header .navbar-sign-form .navbar-unsigned-component .welcome-wrapper .icon {
	min-width: 39px;
	min-height: 39px;
	border-radius: 5px;
	padding: 13px;
	background-color: #fff2f2
}

.navbar .super-header .navbar-header .navbar-sign-form .navbar-unsigned-component .welcome-wrapper .text-container .title {
	padding-top: 7px;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.52;
	letter-spacing: normal;
	text-align: left;
	color: #333
}

.navbar .super-header .navbar-header .navbar-sign-form .navbar-unsigned-component .welcome-wrapper .text-container .description {
	padding-top: 5px;
	font-size: 10px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #777
}

.navbar .super-header .navbar-header .navbar-sign-form .navbar-unsigned-component .login-wrapper {
	display: flex;
	padding: 13px 14px;
	column-gap: 10px;
	text-align: center
}

.navbar .super-header .navbar-header .navbar-sign-form .navbar-unsigned-component .login-wrapper .sign-up-button {
	flex-grow: 1;
	cursor: pointer;
/* ======================== */
/* ====== MODALS ====== */
/* ======================== */
	border-radius: 3px;
	border: solid 1px #707070;
	background-color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 3.18;
	letter-spacing: normal;
	text-align: center;
	color: #333
}

.navbar .super-header .navbar-header .navbar-sign-form .navbar-unsigned-component .login-wrapper .log-in-btn {
	flex-grow: 1;
	cursor: pointer;
	border-radius: 3px;
	background-color: #0a6ed9;
	font-size: 11px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 3.18;
	letter-spacing: normal;
	text-align: center;
	color: #fff
}

.navbar .super-header .navbar-header .navbar-sign-form .navbar-unsigned-component .support-link {
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: center;
	color: #0089b2
}

.navbar .super-header .navbar-header .bell-notification {
	position: absolute;
	right: 230px;
	top: 20px;
	height: 25px;
	width: 25px;
	cursor: pointer;
	font-size: 16px;
	z-index: 100;
	color: #a7a9ac
}

.navbar .super-header .navbar-header .bell-notification .bell-ctr {
	position: relative;
	top: 0px
}

.navbar .super-header .navbar-header .bell-notification .bell-ctr .notify-count {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	position: absolute;
	background-color: #0a6ed9;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	left: 8px;
	top: -9px;
	font-size: 12px;
	font-weight: 800
}

.navbar .super-header .navbar-header .header-user-profile {
	right: 0;
	position: absolute;
	top: 0;
	height: 40px;
	padding: 10px;
	cursor: pointer;
	width: 185px;
	z-index: 100;
	background-color: white
}

.navbar .super-header .navbar-header .header-user-profile .header-user-pic {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px
}

.navbar .super-header .navbar-header .header-user-profile .header-user-detils {
	display: inline-block;
	vertical-align: top
}

.navbar .super-header .navbar-header .header-user-profile .header-user-detils .header-user-name {
	font-weight: bold;
	color: #fff;
/* ======================== */
/* ====== FOOTER ====== */
/* ======================== */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 120px
}

.navbar .super-header .navbar-header .header-user-profile .header-user-detils .cb-details {
	margin-top: 2px;
	display: flex;
	column-gap: 6px;
	align-items: center
}

.navbar .super-header .navbar-header .header-user-profile .header-user-detils .cb-details .cashback-text {
	font-size: 14px;
	font-weight: bold;
	color: #28d299;
	text-align: left;
	letter-spacing: 0.7px;
	padding: unset
}

.navbar .super-header .navbar-header .header-user-profile .header-user-detils .header-user-cashback-amt {
	color: #2BA828;
	font-weight: bold;
	margin-left: 3px;
	display: inline-block
}

.navbar .super-header .navbar-header .header-user-profile .header-user-detils i {
	font-size: 20px;
	color: #fff;
	position: absolute;
	right: 25px;
	top: 50%
}

.navbar .super-header .navbar-header .header-user-profile .gold-user-badge {
	position: absolute;
	background-repeat: no-repeat;
	width: 15px;
	height: 20px;
	bottom: 8px;
	left: 38px
}

.navbar .sub-header {
	height: 39px;
	line-height: 39px;
	top: 60px;
	background-color: #454545;
	color: #ffffff;
	letter-spacing: 0.2px;
	transition: top 0.3s
}

.navbar .sub-header .content-wrapper {
	height: 40px
}

.navbar .sub-header a {
	color: inherit
}

.navbar .sub-header .header-left-block {
	position: relative;
	float: left;
	height: 39px
}

.navbar .sub-header .header-left-block .sub-header-divider {
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #575757;
	vertical-align: middle
}

.navbar .sub-header .header-left-block .margin-left-adjust {
	margin-left: -3px
}

.navbar .sub-header .header-right-block {
	height: 39px;
	float: left
}

.navbar .sub-header .header-right-block .sub-header-divider {
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #575757;
	vertical-align: middle
}

.navbar .sub-header .help-support-dropdown {
	width: 172px;
	background-color: #ffffff;
	position: absolute;
/* ======================== */
/* ====== UTILITY CLASSES ====== */
/* ======================== */
	margin-top: 0px;
	left: 858px;
	visibility: hidden;
	border: 1px solid #d9e0e2;
	z-index: 1;
	box-shadow: 10px 10px 60px 0 rgba(0, 0, 0, 0.3);
	color: #4a4a4a;
	line-height: normal;
	transition-property: all;
	transition-duration: 0.05s;
	transition-timing-function: initial
}

.navbar .sub-header .help-support-dropdown .help-link {
	padding: 20px;
	cursor: pointer;
	border-top: 1px solid #d9e0e2
}

.navbar .sub-header .help-support-dropdown .help-link:not(:last-child) {
	border-bottom: 1px solid #d9e0e2
}

.navbar .sub-header .help-support-dropdown .help-link:hover {
	background-color: #f7f7f7;
	color: #0a6ed9;
	font-weight: bold
}

.navbar .sub-header .header-component {
	display: inline-block;
	height: 37px;
	line-height: 37px;
	cursor: pointer;
	padding: 0 25px;
	border-bottom: 2px solid transparent;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

.navbar .sub-header .header-component .header-block-txts {
	vertical-align: middle;
	margin-left: 5px
}

.navbar .sub-header .header-component .header-down-arrow {
	font-size: 18px;
	margin-left: 5px;
	vertical-align: middle;
	display: none
}

.navbar .sub-header .header-component .extension-text {
	padding: 6px 13px 6px 14px;
	border-radius: 5px;
	background-color: #666566;
	font-size: 13px;
	color: #f7f2f2;
	vertical-align: middle
}

.navbar .sub-header .header-component:hover {
	border-bottom: 2px solid #0a6ed9
}

.navbar .sub-header .header-dropdown {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

.navbar .sub-header .selectedMenu {
	border-bottom: 2px solid #f8f8f8
}

.navbar .sub-header .active-header-dd {
	transition-delay: 0s !important
}

.navbar .sub-header .delay-header {
	transition-delay: 0.25s;
	opacity: 1;
	visibility: visible
}

.navbar .sub-header .show-header {
	visibility: hidden;
	opacity: 0
}

.diwali-tile {
	display: block;
	padding: 15px 0;
	margin: auto;
	width: 290px;
	height: 60px
}



















/* ======================== */
/* ====== MEDIA QUERIES ====== */
/* ======================== */



.scrolled-up-header .cd-notify.errorNotify {
	color: #0a6ed9;
	background-color: #f2dede;
	border-color: #ebccd1
}

.scrolled-up-header .cd-logo {
	background: url("/5051.svg") no-repeat !important;
	width: 95px !important;
	height: 100px !important;
	background-position: center !important
}

.scrolled-up-header .cd-logo-default {
	background: url("/5051.svg") no-repeat !important;
	width: 95px !important;
	height: 95px !important;
	background-position: center !important;
	margin-bottom: 4px
}

.scrolled-up-header .input-group-main {
	width: 500px !important
}

.scrolled-up-header .super-header .content-wrapper {
	height: 60px !important
}



.ceo-message-div .msg-content {
	color: rgba(0, 0, 0, 0.7);
	line-height: 24px;
	width: 90%;
	margin: auto auto 20px auto
}

.ceo-message-div .toolbar-download {
	width: 210px;
	height: 50px;
	line-height: 50px;
	background-color: #0a6ed9;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px
}











.content-wrapper.welcome-msg {
	display: flex
}




.welcome-msg h1 {
	font-family: HelveticaNeue;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0.22px;
	color: #000000;
	margin-block-start: 0px;
	padding-top: 20px;
	text-align: center;
	font-weight: normal;
	margin-block-end: 0px;
	background-color: #ffffff;
	flex-grow: 1
}



.homepage-full-width-img-wrapper {
	height: 128px;
	margin-top: 30px
}

.homepage-full-width-img-wrapper img {
	width: 100%;
	height: 100%;
	border-radius: 10px
}


.home-main-ctr section.create-cd-account-ctr {
	margin-top: 40px;
	background-color: #272e3a;
	text-align: center;
	line-height: normal
}

.home-main-ctr section.create-cd-account-ctr .display-text {
	display: inline-block;
	margin-top: 21px;
	margin-bottom: 19px;
	margin-right: 32px
}

.home-main-ctr section.create-cd-account-ctr .cb-people-count {
	color: #fff;
	font-family: "ArialRoundedMTBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.16;
	letter-spacing: 0.04px;
	text-align: center;
	color: #ffffff
}

.home-main-ctr section.create-cd-account-ctr .cb-people-count span {
	color: #0a6ed9;
	font-weight: bold
}

.home-main-ctr section.create-cd-account-ctr .get-cd-cashabck {
	font-family: HelveticaNeue;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.81;
	letter-spacing: 0.03px;
	text-align: center;
	color: #ffffff
}

.home-main-ctr section.create-cd-account-ctr .create-account-btn {
	width: 186px;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	background-color: #0a6ed9;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	transition: all .3s;
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
	font-family: HelveticaNeue;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.2px;
	color: #ffffff
}

.home-main-ctr section.create-cd-account-ctr .create-account-btn:hover {
	color: #0a6ed9;
	background-color: #fff
}





/* banner */





.cd-banner-slider>ul {
	position: relative;
	width: 100%;
	height: 276px;
	z-index: 1;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box
}

.promotional-banner-wrapper {
	margin-top: 26px
}

.promotional-banner-wrapper .block-heading {
	font-family: HelveticaNeue;
	font-size: 20px;
	font-weight: bold;
	color: #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: center
}

.promotional-banner-wrapper .block-heading:after {
	background: #707070;
	height: 0px;
	flex: 1;
	content: '';
	margin-left: 8.5px
}

.promotional-banner-wrapper .block-content {
	margin-top: 26px;
	height: 150px
}

.promotional-banner-wrapper .block-content img {
	width: 100%;
	height: 100%
}

/* 
banner csss */



.cd-banner-slider>ul>li {
	position: relative;
	display: inline-block;
	width: 580px;
	height: 100%;
	overflow: hidden;
	font-size: 15px;
	font-size: initial;
	line-height: normal;
	transition: all 0.75s cubic-bezier(0.44, -0.01, 0.2, 1);
	vertical-align: top;
	box-sizing: border-box;
	white-space: normal;
	background: #1db6d148;
	background: linear-gradient(to bottom, #1db6d148 0, #1db6d148 100%);
	background: -moz-linear-gradient(#1db6d148, #1db6d148);
	border-radius: 10px
}

.cd-banner-slider>ul>li:nth-child(even) {
	margin-left: 10px
}

.cd-banner-slider>ul>li img {
	width: 100%;
	height: 100%;
	border-radius: 10px
}

.cd-banner-slider>.arrows {
	-webkit-touch-callout: none;
	user-select: none
}



.cd-banner-slider>.arrows {
	position: absolute;
	top: 43%;
	width: 100%;
	z-index: 2;
	box-sizing: content-box
}

.cd-banner-slider>.arrows .left {
	left: -20px
}

.cd-banner-slider>.arrows .right {
	right: -20px
}

.cd-banner-slider>.arrows label {
	display: none;
	position: absolute;
	padding: 19px;
	height: 12px;
	cursor: pointer;
	opacity: 0.75
}

.cd-banner-slider>.arrows div:hover {
	opacity: 1
}

/* banner/arrows */



.arrows .left,
.arrows .right {
	display: inline-block;
	position: absolute;
	cursor: pointer;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.07);
	background-color: #fff;
	width: 36px;
	height: 36px;
	border-radius: 50%
}

.arrows .left i.fa,
.arrows .right i.fa {
	position: absolute;
	font-size: 25px;
	color: #000
}



.arrows .left {
	display: block;
	left: -25px;
	right: auto;
	width: 36px;
	height: 36px
}

.arrows .left i.fa {
	top: 5px;
	left: 13px
}

.arrows .right {
	display: block;
	right: -25px
}

.arrows .right i.fa {
	top: 5px;
	left: 15px
}



.product-items-container .arrows {
	-webkit-touch-callout: none;
	user-select: none
}

.product-items-container .arrows {
	position: absolute;
	top: 45%;
	width: 100%;
	z-index: 2;
	box-sizing: content-box
}

.product-items-container .arrows label {
	display: none;
	position: absolute;
	cursor: pointer;
	height: 36px;
	width: 36px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	border: 1px solid #979797
}

.product-items-container .arrows label:hover {
	opacity: 1;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
	background-color: #979797
}



html,
body {
	height: 100%;
	margin: 0
}

body {
	background-color: #f5f5f5;
	padding-top: 100px;
	min-width: 1215px;
	font-size: 14px;
	color: #4a4a4a;
	line-height: 1.42857143;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: scroll;
	overflow-y: auto
}

body a {
	text-decoration: none;
	color: #1289d7;
	cursor: pointer;
	outline: 0
}

body input:not([type='image']),
body textarea {
	box-sizing: border-box
}

.content-wrapper {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 1170px
}

.content-wrapper:after {
	clear: both;
	display: table;
	content: " "
}

.main-body {
	width: 880px;
	margin-left: 30px;
	display: inline-block
}

.main-content {
	margin-bottom: 100px
}

.cd-site-textarea {
	resize: none
}

select {
	background-color: white;
	color: #9b9b9b
}

textarea {
	font-family: inherit
}

button::-moz-focus-inner {
	border: 0
}

a img {
	border: 0
}

.placeholder-img {
	background-color: #c0c0c0;
	color: #c0c0c0;
	opacity: 0.85
}

.tooltip {
	position: relative;
	color: #4a4a4a;
	margin-left: 3px;
	cursor: pointer
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 235px;
	line-height: 16px;
	background-color: #FBFCFF;
	color: #5d5d5d;
	border-radius: 5px;
	padding: 10px 15px;
	font-size: 12px;
	position: absolute;
	z-index: 2;
	top: -38px;
	left: 25px;
	box-shadow: 0 2px 14px 2px rgba(188, 188, 188, 0.5);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition-delay: 0.1s;
	font-style: normal;
	cursor: default;
	transition: all .3s;
	opacity: 0;
	text-align: left;
	letter-spacing: 0
}

.tooltip .tooltiptext span {
	text-transform: lowercase
}

.tooltip .tooltiptext a {
	color: #0a6ed9
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 7px;
	border-style: solid;
	border-color: transparent #FBFCFF transparent transparent
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1
}

.tooltip:hover .tooltiptext-right {
	visibility: visible
}

.tooltip .tooltiptext-right {
	visibility: hidden;
	width: 200px;
	background-color: #D9edf7;
	color: #1859a4 !important;
	border-radius: 3px;
	padding: 10px 15px !important;
	font-size: 14px !important;
	position: absolute;
	z-index: 1;
	top: -5px;
	right: 125%;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	border: solid 1px #bcedf1
}

.tooltip .tooltiptext-right::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent #FBFCFF
}

.offer-loader-gif {
	text-align: center;
	margin-top: 65px
}

.dropdown-content {
	display: none;
	border-radius: 5px;
	position: absolute;
	right: 1px;
	background-color: #fff;
	width: 110px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	overflow-y: auto
}

.dropdown-content .dropdown-elem {
	border-bottom: 1px solid #D8E0E2;
	text-align: left;
	padding: 7px 10px;
	font-weight: bold;
	cursor: pointer;
	font-size: 13px
}

.dropdown-content .dropdown-elem .dropdown-elem-number {
	font-weight: normal;
	font-size: 13px
}

.dropdown-content .dropdown-elem:hover {
	background-color: #0a6ed9;
	color: #fff;
	font-weight: bold
}

.show {
	display: block
}

.hideOverflowY {
	overflow-y: hidden !important
}

.bextInstalled {
	display: none !important
}

.bextInstalled.make-visible {
	display: inline-block !important
}

.chromeHome {
	display: none !important
}

.chromeHome.make-visible {
	display: inline-block !important
}

.firefoxHome {
	display: none !important
}

.firefoxHome.make-visible {
	display: inline-block !important
}

.otherBrowserHome {
	display: none !important
}

.otherBrowserHome.make-visible {
	display: inline-block !important
}

.md-modal {
	position: fixed;
	width: 364px;
	height: 675px;
	z-index: 2002;
	display: none;
	background-color: #fff;
	border-radius: 5px;
	white-space: normal;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}

.md-show {
	display: block
}

.md-overlay,
.remove-close {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 2001;
	opacity: 0;
	background: #000
}

.md-show~.md-overlay {
	opacity: 0.8;
	visibility: visible
}

.md-show~.remove-close {
	opacity: 0.8;
	visibility: visible
}


.Blog-Thumb {
	width: 120px;
	height: 120px;
	background-position: -5px -5px
}

.app-download-bg {
	width: 219px;
	height: 166px;
	background-position: -135px -5px
}

.app-store {
	width: 100px;
	height: 35px;
	background-position: -364px -5px
}

.ext-cd-logo {
	width: 57px;
	height: 58px;
	background-position: -364px -50px
}

.footer-cashback-coupons {
	height: 60px;
	width: 60px;
	margin-left: 38px;
	background-position: -145px -5px
}

.footer-special-offer {
	height: 35px;
	width: 60px;
	margin-left: 38px;
	background-position: -5px -4px;
	vertical-align: baseline
}

.footer-top-offer {
	width: 60px;
	height: 36px;
	background-position: -75px -5px;
	margin-left: 38px;
	vertical-align: baseline
}

.google-play {
	width: 100px;
	height: 35px;
	background-position: -5px -162px
}

.cd-footer {
	width: 100%;
	background-color: #3f404a;
	color: #151515
}

.cd-footer .shopping-assistant-section .container {
	padding-top: 60px;
	padding-bottom: 40px
}

.cd-footer .shopping-assistant-section .container .tiles-container-wrapper .tiles-container {
	display: flex;
	column-gap: 24px
}

.cd-footer .shopping-assistant-section .container .tiles-container-wrapper .tiles-container .tile-wrapper {
	display: flex;
	border-radius: 5px;
	background-color: #e9f4f6;
	width: 350px;
	height: 173px;
	column-gap: 15px;
	align-items: center;
	padding: 0 4px 0 20px
}


.cd-footer hr {
	margin: 0 15px;
	background-color: #575757;
	height: 1px;
	border: none
}


.cd-footer .seo-section .container {
	padding: 40px 0 35px
}

.cd-footer .seo-section .container .cat-links {
	font-size: 12px;
	line-height: 2
}

.cd-footer .seo-section .container .cat-links a {
	color: #d6d6d6
}

.cd-footer .seo-section .container .cat-links .cat-header {
	text-transform: uppercase;
	font-weight: bold
}

.cd-footer .seo-section .container .cat-links .cat-header:after {
	content: ':'
}

.cd-footer .seo-section .container .cat-links ul {
	display: inline;
	padding-left: 2px
}

.cd-footer .seo-section .container .cat-links ul li {
	display: inline-block;
	cursor: pointer
}

.cd-footer .seo-section .container .cat-links ul li:not(:last-child):after {
	content: ' | '
}

.cd-footer .seo-section .container .cat-links ul li:hover {
	text-decoration: underline
}

.cd-footer .blog-hiring-subscribe-section .container {
	padding: 37px 0 42px
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container {
	display: flex;
	column-gap: 75px
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .heading {
	padding-left: 10px;
	border-left: 1px solid #13c8e8;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	color: #fff;
	margin-bottom: 22px
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .heading.blog-heading {
	padding-left: 0;
	border-left: none
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper {
	border-radius: 5px;
	background-color: #4f515d;
	padding: 25.5px 20px;
	display: flex;
	column-gap: 21px;
	box-sizing: border-box;
	width: 340px;
	height: 150px
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .img-wrapper {
	min-width: 95px;
	height: 94px
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content {
	color: #f5f5f5;
	text-align: left;
	width: 100%
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content .title {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.54;
	margin-bottom: 19px
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content .title a {
	color: inherit
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content .title a:hover {
	text-decoration: underline
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content .author {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.33
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content .link {
	text-align: end;
	margin-top: -12px
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content .link a {
	color: inherit;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.54
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content .link a i {
	background-color: #0a6ed9;
	border-radius: 50%;
	width: 19px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	margin-left: 2px;
	padding-left: 1px;
	line-height: 20px
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .content .link a:hover {
	text-decoration: underline
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .subscribe-box-wrapper {
	width: 100%
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .subscribe-box-wrapper .label {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.54;
	text-align: left;
	color: #f5f5f5;
	margin-bottom: 11px
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .subscribe-box-wrapper .subscribe-form {
	display: flex;
	height: 41px;
	border-radius: 5px;
	background-color: #fff
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .subscribe-box-wrapper .subscribe-form input {
	font-family: 'Noto Sans', sans-serif;
	flex-grow: 1;
	height: 41px;
	padding-left: 9px;
	font-size: 11.5px;
	font-weight: 500;
	line-height: 0.87;
	text-align: left;
	color: #333;
	border: none;
	border-radius: inherit
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .subscribe-box-wrapper .subscribe-form .submit-btn {
	width: 41px;
	height: 41px;
	border-radius: 2.5px;
	background-color: #33a9e9;
	border: none;
	margin-left: -2px;
	display: flex
}

.cd-footer .blog-hiring-subscribe-section .container .tiles-container .tile-wrapper .card-wrapper .subscribe-box-wrapper .subscribe-form .submit-btn img {
	margin: auto
}

.cd-footer .dmca-section .container {
	padding: 40px 0 38px 0
}

.cd-footer .dmca-section .container .img-wrapper {
	width: 120px;
	height: 50px;
	margin: 0 auto 18.5px;
	background-color: #1289d7;
	border-radius: 5px
}

.cd-footer .dmca-section .container .description {
	font-size: 14px;
	line-height: 1.54;
	color: #fff;
	text-align: center
}

my-home+footer-component .cd-footer {
	margin-top: 0
}

.footer-no-marginLeft {
	margin-left: 0 !important
}

.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 50px;
	right: 1%;
	visibility: hidden;
	opacity: 0;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	border: 1px solid #4a4a4a;
	z-index: 99999;
	color: #333;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

.scrollup i {
	font-size: 30px;
	line-height: 20px
}

.scrollup .top-text {
	font-size: 10px;
	margin-top: -5px
}

.scrollup:hover {
	background-color: #656565;
	color: #fff
}

.scrollup.load {
	visibility: visible;
	opacity: 1
}

.referral-code-modal .cd-modal-content .referral-code-content {
	padding-top: 40px;
	padding-left: 30px
}

.referral-code-modal .cd-modal-content .referral-code-content .referral-txt {
	font-size: 21px;
	color: #f8f8f8;
	font-weight: 500
}



.referral-code-modal .cd-modal-content .referral-code-content .auto-fill-txt {
	font-size: 12px;
	margin-top: 15px
}

.md-modal .referral-block {
	border: 2px dashed #979797;
	width: 533px;
	float: left;
	margin: 26px 26px 0 26px;
	padding: 15px 25px;
	box-sizing: border-box;
	background-color: #f4f4f4
}

.md-modal .referral-block h2 {
	font-size: 18px;
	color: #0a6ed9;
	font-weight: normal;
	margin: 0;
	line-height: 18px
}

.md-modal .referral-block h2 b {
	font-size: 22px;
	font-weight: bold
}

.md-modal .referral-block h3 {
	margin: 15px 0 0 0;
	font-size: 14px;
	font-weight: normal;
	color: #f8f8f8
}

.md-modal .referral-block h4 {
	margin: 0;
	color: #8A8A8A;
	font-size: 12px;
	font-weight: normal
}

.md-modal .referral-block-new {
	border: 1px dashed #979797;
	width: 423px;
	float: none;
	margin: 15px 15px 0 15px;
	background-color: #fdfdfd
}

.ext-sprite {
	background: url("https://d3mqyttn50wslf.cloudfront.net/modules/web/assets/images/extension-sprites.png") no-repeat;
	display: inline-block
}

.Coupons-cashback-icon {
	width: 91px;
	height: 81px;
	background-position: -726px -260px
}

.Illustration1 {
	width: 247px;
	height: 466px;
	background-position: 0 0
}

.Illustration2 {
	width: 296px;
	height: 497px;
	background-position: -804px -371px
}

.Notification-bell {
	width: 90px;
	height: 97px;
	background-position: -819px -275px
}

.Top-offers {
	width: 71px;
	height: 70px;
	background-position: -1004px -302px
}

.bell-ring {
	width: 91px;
	height: 81px;
	background-position: -911px -268px
}

.card1 {
	width: 400px;
	height: 255px;
	background-position: -249px 0
}

.card2 {
	width: 400px;
	height: 255px;
	background-position: -651px 0
}

.card3 {
	width: 400px;
	height: 255px;
	background-position: -249px -257px
}

.card4 {
	width: 400px;
	height: 255px;
	background-position: 0 -514px
}

.card5 {
	width: 400px;
	height: 255px;
	background-position: -402px -514px
}

.feedback-bg {
	width: 728px;
	height: 136px;
	background-position: 0 -771px
}

.grey-circle {
	width: 71px;
	height: 70px;
	background-position: -730px -771px
}

.price-comparison-icon {
	width: 91px;
	height: 81px;
	background-position: -651px -422px
}

.quote {
	width: 50px;
	height: 30px;
	background-position: -1004px -257px
}

.testimonial1 {
	width: 73px;
	height: 73px;
	background-position: -651px -257px
}

.testimonial2 {
	width: 73px;
	height: 73px;
	background-position: -651px -332px
}

.testimonial3 {
	width: 73px;
	height: 73px;
	background-position: -726px -340px
}

.default-testimonial-profile-picture {
	width: 73px;
	height: 73px
}

body {
	background: #fff
}

.section-wrapper {
	display: flex;
	flex-direction: column
}

.section-wrapper .order_1 {
	order: 1
}

.section-wrapper .order_2 {
	order: 2
}

.section-wrapper .order_3 {
	order: 3
}

.section-wrapper .order_4 {
	order: 4
}

.section-wrapper .order_5 {
	order: 5
}

.section-wrapper .order_6 {
	order: 6
}

.section-wrapper .order_7 {
	order: 7
}

.section-wrapper .order_8 {
	order: 8
}

.section-wrapper .order_9 {
	order: 9
}

.home-main-cmp {
	margin-top: 50px
}

.home-main-cmp.ci-store-block {
	margin-top: 30px
}

.home-main-cmp .block-heading {
	font-family: "Helvetica Neue";
	font-size: 20px;
	font-weight: bold;
	color: #322f2e;
}

.home-main-cmp .block-heading.cb-increased-stores-heading:after {
	margin-left: 15px
}

.home-main-cmp .sub-block-heading {
	width: 100%;
	height: 17px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.18px;
	color: #4a4a4a;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 30px
}

.home-main-cmp .sub-block-heading:after {
	background: #e3e3e3;
	height: 1px;
	flex: 1;
	content: '';
	margin-left: 24px;
	margin-right: 60px
}

.home-main-cmp .block-content {
	margin-top: 25px;
	text-align: center;
	position: relative
}

.home-main-cmp.offer-recommend-block {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 1170px;
	margin-top: 0px
}

.home-main-cmp.top-store-section .top-stores-container {
	border-radius: 8px;
	background-color: #ebf1ff;
	display: flex;
	height: 360px
}

.home-main-cmp.top-store-section .top-stores-container .featured-store-block {
	box-sizing: border-box;
	padding: 20px 10px 20px 17px;
	flex-shrink: 0
}

.home-main-cmp.top-store-section .top-stores-container .featured-store-block .featured-store-card {
	display: block;
	width: 288px;
	height: 320px;
	box-sizing: border-box;
	padding: 12px;
	border-radius: 8px;
	box-shadow: 0 0 3px 0 rgba(101, 116, 150, 0.23);
	border: solid 1px #e5e5ff;
	background-color: #fff;
	cursor: pointer
}

.home-main-cmp.top-store-section .top-stores-container .featured-store-block .featured-store-card .img-wrapper {
	height: 160px;
	border: solid 1px #f4f4f4;
	background-color: #fff;
	position: relative
}

.home-main-cmp.top-store-section .top-stores-container .featured-store-block .featured-store-card .img-wrapper .crown-icon {
	position: absolute;
	width: 27px;
	height: 27px;
	top: 10px;
	right: 10px
}

.home-main-cmp.top-store-section .top-stores-container .featured-store-block .featured-store-card .name {
	font-size: 18px;
	text-align: center;
	color: #333;
	letter-spacing: 0.36px;
	margin-top: 16px
}

.home-main-cmp.top-store-section .top-stores-container .featured-store-block .featured-store-card .cb-details {
	margin-top: 22px;
	padding: 0px 30px;
	display: flex;
	column-gap: 6px
}

.home-main-cmp.top-store-section .top-stores-container .featured-store-block .featured-store-card .cb-details .cashback-text {
	font-size: 18px;
	font-weight: bold;
	color: #0b5b24;
	text-align: left
}

.home-main-cmp.top-store-section .top-stores-container .top-stores-block {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-content: center;
	padding: 0 10px
}

.home-main-cmp.top-store-section .top-stores-container .top-stores-block .top-store-card {
	width: 150px;
	height: 150px;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 8px;
	box-shadow: 0 0 3px 0 rgba(101, 116, 150, 0.23);
	background-color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative
}

.home-main-cmp.top-store-section .top-stores-container .top-stores-block .top-store-card .img-wrapper {
	width: 100%;
	height: 100px;
	padding: 0px 10px 2px;
	box-sizing: border-box
}

.home-main-cmp.top-store-section .top-stores-container .top-stores-block .top-store-card .img-wrapper img {
	max-width: 100%;
	max-height: 100%
}

.home-main-cmp.top-store-section .top-stores-container .top-stores-block .top-store-card .cb-details {
	display: flex;
	column-gap: 6px;
	height: 32px;
	border-radius: 4px;
	border: solid 1px #f4f4f4;
	justify-content: center;
	align-items: center;
	box-sizing: border-box
}

.home-main-cmp.top-store-section .top-stores-container .top-stores-block .top-store-card .cb-details .cashback-text {
	font-size: 14px;
	font-weight: bold;
	color: #0b5b24;
	text-align: left
}

.home-main-cmp.top-store-section .top-stores-container .top-stores-block .top-store-card .overlay-block {
	opacity: 0;
	position: absolute;
	width: 150px;
	height: 150px;
	top: 0;
	left: 0;
	background-color: #3b597b;
	color: #fff;
	text-align: center;
	line-height: 150px;
	border-radius: 4px;
	font-size: 12px;
	letter-spacing: 0.24px;
	transition: all ease 0.5s
}

.home-main-cmp.top-store-section .top-stores-container .top-stores-block .top-store-card:hover .overlay-block {
	opacity: 1
}

.home-main-cmp.top-store-section .top-stores-container .top-stores-block .top-store-card.view-all {
	font-size: 15px;
	color: #0c5497;
	text-align: center;
	line-height: 150px;
	font-weight: 500
}

.home-main-cmp.more-offers-section .more-offers-container {
	display: flex;
	column-gap: 20px
}

.home-main-cmp.more-offers-section .more-offers-container .group-block {
	width: 574px;
	height: 214px;
	box-sizing: border-box;
	padding: 12px;
	border: solid 1px #ecf0fc;
	background-color: #f5f8ff;
	display: flex;
	border-radius: 15px
}

.home-main-cmp.more-offers-section .more-offers-container .group-block .title-block {
	width: 184px;
	height: 190px;
	border-radius: 10px;
	box-shadow: inset 4px 3px 6px 0 #e5ebff;
	background-color: #ecf0fc;
	flex-shrink: 0
}

.home-main-cmp.more-offers-section .more-offers-container .group-block .title-block .img-wrapper {
	width: 75px;
	height: 75px;
	margin: 31px auto 0
}

.home-main-cmp.more-offers-section .more-offers-container .group-block .title-block .name {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.32px;
	text-align: center;
	color: #333
}

.home-main-cmp.more-offers-section .more-offers-container .group-block .store-block {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-left: 10px
}

.home-main-cmp.more-offers-section .more-offers-container .group-block .store-block .store-card {
	background-color: #fff;
	width: 110px;
	height: 88px;
	border-radius: 10px;
	border: solid 1px #ecf0fc;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 5px
}

.home-main-cmp.more-offers-section .more-offers-container .group-block .store-block .store-card img {
	max-width: 100%;
	max-height: 100%
}

.home-main-cmp.popular-offers-section .block-content {
	position: relative
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-item-wrapper {
	display: flex;
	background-color: #fffcfc;
	border-top: solid 1px #fcdddd;
	border-right: solid 1px #fcdddd;
	border-left: solid 1px #fcdddd;
	width: fit-content;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-bottom: 10px
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-item-wrapper .offer-tab-item {
	width: 249px;
	height: 63px;
	line-height: 63px;
	text-align: center;
	font-size: 15px;
	color: #333;
	letter-spacing: 0.3px;
	border-right: solid 1px #fcdddd;
	cursor: pointer
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-item-wrapper .offer-tab-item:last-child {
	border-right: none
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-item-wrapper .offer-tab-item.active {
	background-color: #fff;
	font-weight: bold
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-item-wrapper .offer-tab-item.active:first-child {
	border-top-left-radius: inherit
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-item-wrapper .offer-tab-item.active:last-child {
	border-top-right-radius: inherit
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-container-wrapper {
	border-radius: 15px;
	border: solid 1px #eaeaea;
	background-color: #fff;
	padding: 26px 26px 37.1px;
	position: relative;
	margin-top: -10px
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-container .offer-card-container {
	display: flex;
	column-gap: 22px;
	padding: 10px
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-container .offer-card-container .offer-card-wrapper {
	display: flex;
	flex-direction: column;
	padding: 28px 30px 35px;
	border-radius: 5px;
	border: solid 1px #f4f4f4;
	background-color: #fff;
	width: 196px;
	height: 217px;
	justify-content: space-between;
	position: relative;
	transition: all ease 0.5s;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03)
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-container .offer-card-container .offer-card-wrapper .upper-block .img-wrapper {
	width: 87px;
	height: 31px;
	background-color: #fff;
	margin-bottom: 15px;
	cursor: pointer;
	border: solid 1px #fafafa;
	padding: 1px
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-container .offer-card-container .offer-card-wrapper .upper-block .img-wrapper img {
	width: 188px;
	height: 212px
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-container .offer-card-container .offer-card-wrapper .upper-block .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 5;
	color: #333;
	text-align: left;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;

}

.home-main-cmp.popular-offers-section .block-content .offer-tab-container .offer-card-container .offer-card-wrapper .upper-block .cb-details {
	margin-top: 22px;
	display: flex;
	column-gap: 4px;
	align-items: center
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-container .offer-card-container .offer-card-wrapper .upper-block .cb-details .cashback-text {
	font-size: 14px;
	font-weight: bold;
	color: #0b5b24;
	text-align: left
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-container .offer-card-container .offer-card-wrapper .cta-button-wrapper {
	height: 44px
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-container .offer-card-container .offer-card-wrapper .copy-visible-code {
	width: calc(100% - 4px);
	position: static;
	height: 40px
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-container .offer-card-container .offer-card-wrapper:hover {
	border: solid 1px #dbddff;
	background-color: #f1f2fc
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-container .generic-cd-slider>.arrows .right {
	right: -44px
}

.home-main-cmp.popular-offers-section .block-content .offer-tab-container .generic-cd-slider>.arrows .left {
	left: -10px
}

.home-main-cmp.hc-store-block .heading-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.home-main-cmp.hc-store-block .heading-wrapper .block-heading {
	margin-block-end: 0px;
	margin-block-start: 0px
}

.home-main-cmp.hc-store-block .heading-wrapper .see-more-btn {
	font-size: 15px;
	font-weight: 500;
	color: #0c5497
}

.home-main-cmp.hc-store-block .block-content {
	margin-top: 20px
}

.home-main-cmp.hc-store-block .hcb-store-wrapper {
	display: flex;
	gap: 10px;
	padding-bottom: 20px
}

.home-main-cmp.hc-store-block .hcb-store-card {
	width: 285px;
	height: 136px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	border: solid 1px #eaeaea;
	background-color: #fff;
	display: flex;
	column-gap: 6px
}

.home-main-cmp.hc-store-block .hcb-store-card .img-wrapper {
	width: 96px;
	height: 116px;
	box-sizing: border-box;
	border-radius: 4px;
	border: solid 1px #f4f4f4;
	background-color: #fff;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	padding: 0 5px
}

.home-main-cmp.hc-store-block .hcb-store-card .img-wrapper img {
	max-height: 100%;
	max-width: 100%
}

.home-main-cmp.hc-store-block .hcb-store-card .store-name {
	margin-top: 26px;
	padding-left: 3px;
	font-size: 14px;
	letter-spacing: 0.28px;
	text-align: left;
	color: #333
}

.home-main-cmp.hc-store-block .hcb-store-card .cb-details {
	margin-top: 28px;
	width: 164px;
	height: 32px;
	border-radius: 4px;
	background-color: #e5fff5;
	display: flex;
	column-gap: 4px;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
	box-sizing: border-box
}

.home-main-cmp.hc-store-block .hcb-store-card .cb-details .cashback-text {
	font-size: 12px;
	font-weight: bold;
	color: #0b5b24;
	text-align: left
}

.home-main-cmp.hc-store-block .arrows .left {
	left: -20px
}

.home-main-cmp.hc-store-block .arrows .right {
	right: -54px
}

.home-main-cmp.ci-store-block .content-wrapper {
	background-image: linear-gradient(to bottom, #e8faf6, #fdfffc 58%);
	border-radius: 12px;
	padding: 10px 0 0
}

.home-main-cmp.ci-store-block .block-heading {
	margin-block-end: 0px;
	padding-left: 25px
}

.home-main-cmp.ci-store-block .block-content {
	margin-top: 0px
}

.home-main-cmp.ci-store-block .cbi-store-wrapper {
	display: flex;
	gap: 16px;
	padding: 24px 23px 24px 23px
}

.home-main-cmp.ci-store-block .cbi-store-card {
	display: block;
	width: 212px;
	height: 260px;
	padding: 12px 12px 16px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 5px 0 rgba(57, 80, 45, 0.07);
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.home-main-cmp.ci-store-block .cbi-store-card .img-wrapper {
	width: 188px;
	height: 112px;
	box-sizing: border-box;
	border-radius: 6px;
	border: solid 1px #f4f4f4;
	background-color: #fff;
	padding: 10px
}

.home-main-cmp.ci-store-block .cbi-store-card .img-wrapper img {
	max-width: 100%;
	max-height: 100%
}

.home-main-cmp.ci-store-block .cbi-store-card .store-name {
	margin-top: 18px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.32px;
	text-align: left;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.home-main-cmp.ci-store-block .cbi-store-card .old-value {
	margin-top: 7px;
	font-size: 12px;
	letter-spacing: 0.24px;
	color: #333;
	text-align: left
}

.home-main-cmp.ci-store-block .cbi-store-card .cb-details {
	width: 188px;
	height: 38px;
	border-radius: 4px;
	background-color: #e5fff5;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 6px;
	padding: 0 5px;
	box-sizing: border-box
}

.home-main-cmp.ci-store-block .cbi-store-card .cb-details .cashback-text {
	font-size: 13px;
	font-weight: bold;
	color: #0b5b24;
	text-align: left
}

.home-main-cmp.ci-store-block .cbi-store-card:hover {
	box-shadow: 0 0 30px 0 rgba(66, 77, 70, 0.1)
}

.home-main-cmp.ci-store-block .arrows .left {
	left: 3px
}

.home-main-cmp.ci-store-block .arrows .right {
	right: -33px
}

.home-main-cmp.popular-category-section .block-content {
	display: flex;
	column-gap: 22px
}


.home-main-cmp.popular-category-section .block-content .category-item-container {
	min-width: 308px;
	background-color: #fff;
	height: fit-content
}

.home-main-cmp.popular-category-section .block-content .category-item-container .category-item {
	display: flex;
	column-gap: 20px;
	padding: 12.5px 16px;
	align-items: center;
	border-left: solid 1px #f2f2f2;
	border-right: solid 1px #f2f2f2;
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
	cursor: pointer
}

.home-main-cmp.popular-category-section .block-content .category-item-container .category-item .img-wrapper {
	width: 70px;
	height: 70px
}

.home-main-cmp.popular-category-section .block-content .category-item-container .category-item .img-wrapper img {
	max-height: 100%;
	max-width: 100%
}

.home-main-cmp.popular-category-section .block-content .category-item-container .category-item .title {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.28px;
	text-align: left;
	color: #333
}

.home-main-cmp.popular-category-section .block-content .category-item-container .category-item.active {
	border: solid 1px #fcdddd !important;
	background-color: #fff5f5
}

.home-main-cmp.popular-category-section .block-content .category-item-container .category-item.active .title {
	font-weight: bold;
	color: #ad0000
}

.home-main-cmp.popular-category-section .block-content .category-item-container .category-item.active:after {
	content: " ";
	position: absolute;
	left: 308px;
	border-top: 7.5px solid transparent;
	border-right: none;
	border-left: 10px solid #ffd9d9;
	border-bottom: 7.5px solid transparent
}

.home-main-cmp.popular-category-section .block-content .category-item-container .category-item.active:hover {
	background-color: #fff5f5
}

.home-main-cmp.popular-category-section .block-content .category-item-container .category-item:first-child {
	border-top: solid 1px #f2f2f2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.home-main-cmp.popular-category-section .block-content .category-item-container .category-item:last-child {
	border-bottom: solid 1px #f2f2f2;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.home-main-cmp.popular-category-section .block-content .category-item-container .category-item:hover {
	background-color: #fdfdfd
}

.home-main-cmp.popular-category-section .block-content .category-tab-container-wrapper {
	width: calc(100% - 330px)
}

.home-main-cmp.popular-category-section .block-content .category-tab-container {
	padding: 30.1px 31px;
	border: solid 1px #eaeaea;
	background-color: #fff;
	position: relative;
	border-radius: 5px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .header-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	padding: 0 10px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .header-block.offers-block {
	margin-bottom: 6px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .header-block .heading {
	font-size: 15px;
	font-weight: bold;
	color: #333
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .header-block a {
	font-size: 15px;
	font-weight: 500;
	color: #0c5497
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .header-block a:hover {
	text-decoration: underline
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider.offer-slider {
	margin-bottom: 40px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider.offer-slider>.arrows .right {
	right: -31px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider.offer-slider>.arrows .left {
	left: -10px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider.store-slider {
	padding: 0 10px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider.store-slider>.arrows .right {
	right: -4px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider.store-slider>.arrows .left {
	left: -21px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .offer-card-container {
	display: flex;
	column-gap: 20px;
	padding: 10px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .offer-card-container .offer-card-wrapper {
	display: flex;
	flex-direction: column;
	padding: 28px 30px 31px;
	border-radius: 5px;
	border: solid 1px #f4f4f4;
	background-color: #fff;
	min-width: 176px;
	height: 217px;
	justify-content: space-between;
	position: relative;
	transition: all ease 0.5s;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03)
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .offer-card-container .offer-card-wrapper .upper-block .img-wrapper {
	width: 80px;
	height: 31px;
	background-color: #fff;
	margin-bottom: 10px;
	cursor: pointer;
	border: solid 1px #fafafa;
	padding: 1px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .offer-card-container .offer-card-wrapper .upper-block .img-wrapper img {
	width: 100px;
	height: 160px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .offer-card-container .offer-card-wrapper .upper-block .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 5;
	color: #333;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .offer-card-container .offer-card-wrapper .upper-block .cb-details {
	margin-top: 22px;
	display: flex;
	column-gap: 4px;
	align-items: center
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .offer-card-container .offer-card-wrapper .upper-block .cb-details .cashback-text {
	font-size: 14px;
	font-weight: bold;
	color: #0b5b24;
	text-align: left
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .offer-card-container .offer-card-wrapper .cta-button-wrapper {
	height: 44px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .offer-card-container .offer-card-wrapper .copy-visible-code {
	width: calc(100% - 4px);
	position: static;
	height: 40px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .offer-card-container .offer-card-wrapper:hover {
	border: solid 1px #dbddff;
	background-color: #f1f2fc
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .store-card-container {
	display: flex;
	column-gap: 10px;
	margin-top: 13px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .store-card-container .store-card-wrapper {
	background-color: f8f8f8;
	border-radius: 5px;
	position: relative;
	width: 181.5px;
	height: 99px;
	transition: all ease 0.5s
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .store-card-container .store-card-wrapper .img-wrapper {
	width: 80px;
	height: 36px;
	border-radius: 5px;
	background-color: #fff;
	position: absolute;
	top: -13px;
	left: 10px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1)
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .store-card-container .store-card-wrapper .img-wrapper img {
	border-radius: 5px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .store-card-container .store-card-wrapper .offer-count-detail {
	padding: 9.4px 9.4px 0 0;
	font-size: 10px;
	text-align: right;
	color: #666;
	height: 12px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .store-card-container .store-card-wrapper .store-offer-details {
	margin: 19px 20px 0 25px;
	font-size: 13px;
	font-weight: bold;
	text-align: left
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .store-card-container .store-card-wrapper .store-offer-details .offer-count {
	color: #333
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .store-card-container .store-card-wrapper .cb-details {
	margin-top: 20px;
	display: flex;
	column-gap: 4px;
	align-items: center;
	padding: 0px 10px 0 24px
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .store-card-container .store-card-wrapper .cb-details .cashback-text {
	font-size: 13px;
	font-weight: bold;
	color: #0b5b24;
	text-align: left
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .store-card-container .store-card-wrapper:hover {
	background-color: #31425f
}

.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .store-card-container .store-card-wrapper:hover .offer-count-detail,
.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .store-card-container .store-card-wrapper:hover .cashback-text,
.home-main-cmp.popular-category-section .block-content .category-tab-container .card-slider .store-card-container .store-card-wrapper:hover .offer-count {
	color: #fff
}

.home-main-cmp.popular-category-section .show-more-wrapper {
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px
}

.home-main-cmp.popular-category-section .show-more-wrapper a {
	color: #0c5497
}

.home-main-cmp.popular-category-section .show-more-wrapper a:hover {
	text-decoration: underline
}

.home-main-cmp.about-cd-section .container {
	margin-top: 60px
}

.home-main-cmp.about-cd-section .container .tiles-container {
	display: flex;
	column-gap: 21px
}

.home-main-cmp.about-cd-section .container .tiles-container .tile-wrapper {
	display: flex;
	border-radius: 10px;
	background-color: #e9f4f6;
	width: 314px;
	height: 170px;
	column-gap: 23.5px;
	align-items: center;
	padding: 0 31px;
	border: solid 1px #d7e1e3
}

.home-main-cmp.about-cd-section .container .tiles-container .tile-wrapper .img-wrapper {
	min-width: 122px;
	height: 123px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(48, 57, 59, 0.15)
}

.home-main-cmp.about-cd-section .container .tiles-container .tile-wrapper .content-wrapper {
	height: 70px;
	flex-grow: 1;
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	width: auto
}

.home-main-cmp.about-cd-section .container .tiles-container .tile-wrapper .content-wrapper .content {
	font-family: 'Noto Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: #333
}

.home-main-cmp.testimonial-section .container {
	margin-top: 74px
}

.home-main-cmp.testimonial-section .container .tiles-container {
	display: flex;
	column-gap: 21px
}

.home-main-cmp.testimonial-section .container .tiles-container .tile-wrapper {
	width: 376px;
	height: 250px;
	padding: 35.6px 38px 37.1px 34px;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #f0effc;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.home-main-cmp.testimonial-section .container .tiles-container .tile-wrapper .img-wrapper {
	width: 101.8px;
	height: 17.5px;
	margin-bottom: 13.5px;
	display: flex;
	column-gap: 7px
}

.home-main-cmp.testimonial-section .container .tiles-container .tile-wrapper .content-wrapper {
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	color: #333;
	padding: 0;
	margin: 0;
	width: auto
}

.home-main-cmp.testimonial-section .container .tiles-container .tile-wrapper .content-wrapper .content {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	margin-bottom: 10px
}

.home-main-cmp.testimonial-section .container .tiles-container .tile-wrapper .content-wrapper .details {
	font-size: 13px
}

.home-main-cmp.faq-section .container {
	margin-top: 74px;
	margin-bottom: 40px
}

.home-main-cmp.faq-section .container .accordion-container .accordion-box {
	margin-bottom: 10px
}

.home-main-cmp.faq-section .container .accordion-container .accordion-box .accordion {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	border-radius: 5px;
	border: solid 1px #f0f0f0;
	background-color: #fff;
	padding: 21px 18.6px 20px 27px;
	cursor: pointer
}

.home-main-cmp.faq-section .container .accordion-container .accordion-box .accordion .title {
	padding-right: 60px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.3px;
	color: #333
}

.home-main-cmp.faq-section .container .accordion-container .accordion-box .accordion .icon {
	min-width: 19.4px;
	height: 19.4px;
	background: url("https://d3mqyttn50wslf.cloudfront.net/modules/web/assets/images/home-page/Group_1193.svg") no-repeat;
	background-size: contain
}

.home-main-cmp.faq-section .container .accordion-container .accordion-box .accordion .icon.opened {
	background: url("https://d3mqyttn50wslf.cloudfront.net/modules/web/assets/images/home-page/Group_1338.svg") no-repeat;
	background-size: contain;
	height: 4px
}

.home-main-cmp.faq-section .container .accordion-container .accordion-box .panel {
	color: #333;
	display: none;
	padding: 19px 64px 12px 27px;
	position: relative;
	text-align: left;
	background-color: #fdfdfd;
	font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 1.67
}

.home-main-cmp.faq-section .container .accordion-container .accordion-box .panel span {
	background-color: inherit !important;
	color: inherit !important
}

.home-main-cmp.faq-section .container .load-more-less {
	text-align: center;
	padding-right: 10px;
	color: #0089b2;
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal
}

.home-main-cmp.faq-section .container .load-more-less a:hover {
	text-decoration: underline
}

.generic-cd-slider {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative
}

.generic-cd-slider>input {
	display: none
}

.generic-cd-slider>input:nth-of-type(5):checked~ul li:first-of-type {
	margin-left: -400%
}

.generic-cd-slider>input:nth-of-type(4):checked~ul li:first-of-type {
	margin-left: -300%
}

.generic-cd-slider>input:nth-of-type(3):checked~ul li:first-of-type {
	margin-left: -200%
}

.generic-cd-slider>input:nth-of-type(2):checked~ul li:first-of-type {
	margin-left: -100%
}

.generic-cd-slider>input:nth-of-type(1):checked~ul li:first-of-type {
	margin-left: 0%
}

.generic-cd-slider>ul {
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 1;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box
}

.generic-cd-slider>ul>li {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 100%;
	font-size: 15px;
	font-size: initial;
	line-height: normal;
	-moz-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
	-webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
	transition: all 1s cubic-bezier(0, 0, 0.2, 1);
	vertical-align: top;
	box-sizing: border-box;
	white-space: normal
}

.generic-cd-slider>.arrows {
	-webkit-touch-callout: none;
	user-select: none
}

.generic-cd-slider>.arrows {
	position: absolute;
	top: 40%;
	width: 97%;
	z-index: 2;
	box-sizing: content-box
}

.generic-cd-slider>.arrows .right {
	right: -49px
}

.cd-loader-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 50;
	background: #000;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.7);
	display: none
}

.cd-loader-overlay.active {
	display: flex
}

.cd-loader-overlay .wrapper {
	width: 65px;
	height: 65px
}

.cd-loader-overlay .loader {
	border: 4px solid #f3f3f3;
	border-radius: 50%;
	border-top: 4px solid #3498db;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

.cd-loader-overlay .wrapper {
	background: url("/modules/web/assets/images/cd-logo-red.png") center no-repeat;
	background-size: 50%
}

.store-img-info {
	height: 25px;
	box-shadow: -2px 3px 4px 0 rgba(0, 0, 0, 0.2);
	background-color: #3a3a3a;
	line-height: 25px;
	font-size: 12px;
	letter-spacing: 0.02px;
	text-align: center;
	color: #ffffff;
	padding: 0px 10px;
	position: fixed;
	z-index: 9999
}

.store-img-info .s-name {
	color: #fce116
}

.coupon-btn {
	border: dashed 1px #c1c1c1;
	background-color: #f0f0f0;
	overflow: visible;
	width: calc(100% - 2px);
	height: 42px;
	cursor: pointer;
	position: relative;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 44px;
	letter-spacing: -0.3px;
	text-align: center;
	color: #fff;
	padding: 0px
}

.coupon-btn::after {
	display: none
}

.coupon-btn .p1-code {
	text-align: right;
	padding-right: 5px;
	color: #434141
}

.coupon-btn .p1 {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	margin: -1px 0 0 -1px;
	padding-left: 10px;
	white-space: nowrap;
	color: white;
	background: #0a6ed9;
	width: calc(100% - 10px);
	height: 44px;
	border-radius: 5px
}

.coupon-btn span {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: calc(100% - 14px);
	height: 100%;
	line-height: 42px;
	color: #fff
}

.coupon-btn:hover .p1 {
	background-color: #9ec4e5
}

.get-deal-btn {
	background-color: #0a6ed9;
	cursor: pointer;
	width: 100%;
	height: 44px;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 44px;
	letter-spacing: -0.3px;
	text-align: center;
	color: #fff;
	border: none;
	padding: 0px
}

.get-deal-btn:hover {
	background-color: #9ec4e5
}

.copy-visible-code {
	width: 186px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #0a6ed9;
	font-weight: bold;
	font-size: 14px;
	background-color: #F1F1F1;
	border-style: dashed;
	border-width: 2px;
	cursor: pointer;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	position: absolute;
	bottom: 20px;
	margin: auto;
	left: 0;
	right: 0
}

.p-row img:hover {
	box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.2)
}

.p-row img {
	cursor: pointer
}

.sc-heading {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	color: #4a4a4a;
	text-align: left;
	padding-top: 10px;
	margin: 0px 37px 10px 40px
}

.product-block {
	display: flex
}

.p-col {
	margin-left: 30px
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.box-shadow-android-app {
	position: absolute;
	width: 146px;
	height: 40px;
	bottom: 20px;
	left: 44px;
	cursor: pointer
}

.box-shadow-ios-app {
	position: absolute;
	width: 122px;
	height: 40px;
	bottom: 20px;
	right: 42px;
	cursor: pointer
}

.box-shadow-browser-ext {
	position: absolute;
	width: 139px;
	height: 43px;
	bottom: 28px;
	right: 118px;
	cursor: pointer
}

section.testimonial-main-ctr .testimonial-top-bar {
	height: 114px;
	background-color: #272e3a;
	position: relative
}

section.testimonial-main-ctr .testimonial-top-bar .testimonial-open-letter {
	position: absolute;
	bottom: 0
}

section.testimonial-main-ctr .testimonial-top-bar .testimonial-top-bar-wrapper {
	margin: auto;
	text-align: center
}

section.testimonial-main-ctr .testimonial-top-bar .testimonial-top-bar-wrapper .sub-text {
	color: #fff;
	font-size: 20px;
	display: inline-block;
	margin-top: 40px
}

section.testimonial-main-ctr .testimonial-top-bar .testimonial-top-bar-wrapper input.sub-input {
	width: 304px;
	height: 50px;
	border-radius: 4px;
	border: none;
	outline: none;
	padding: 10px;
	font-size: 16px;
	margin-left: 25px
}

section.testimonial-main-ctr .testimonial-top-bar .testimonial-top-bar-wrapper input.sub-input:focus {
	box-shadow: inset 0 1px 1px #0a6ed9, 0 0 8px #0a6ed9
}

section.testimonial-main-ctr .testimonial-top-bar .testimonial-top-bar-wrapper .sub-btn {
	display: inline-block;
	width: 167px;
	height: 51px;
	line-height: 50px;
	border-radius: 4px;
	background-color: #0a6ed9;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-left: 15px;
	cursor: pointer;
	transition: all .3s
}

section.testimonial-main-ctr .testimonial-top-bar .testimonial-top-bar-wrapper .sub-btn:hover {
	color: #0a6ed9;
	background-color: #fff
}

section.testimonial-main-ctr .testimonial-top-bar .testimonial-top-bar-wrapper .sub-notify {
	text-align: left;
	margin-left: 9%;
	color: #0a6ed9;
	font-style: italic
}

section.testimonial-main-ctr .testimonial-ctr {
	height: 355px;
	background-color: #ee9413;
	padding-top: 45px
}

section.testimonial-main-ctr .testimonial-ctr .testimonial-content-wrapper {
	position: relative;
	height: 100%;
	text-align: center
}

section.testimonial-main-ctr .testimonial-ctr .testimonial-content-wrapper .testimonial-pic {
	height: 90px;
	width: 90px;
	background-color: #fff;
	border-radius: 50%;
	margin: auto;
	border: 3px solid #fff
}

section.testimonial-main-ctr .testimonial-ctr .testimonial-content-wrapper .testimonial-name {
	margin: auto;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 18px
}

section.testimonial-main-ctr .testimonial-ctr .testimonial-content-wrapper .testimonial-content {
	font-style: italic;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-top: 42px;
	padding: 0 200px
}

section.testimonial-main-ctr .testimonial-ctr .testimonial-content-wrapper .testimonial-slider-dots {
	text-align: center
}

section.testimonial-main-ctr .testimonial-ctr .testimonial-content-wrapper .testimonial-slider-dots label {
	font-size: 15px;
	margin-right: 10px;
	color: rgba(255, 255, 255, 0.3);
	cursor: pointer
}
