body {
	padding-top:57px;
}

.lower-tooltip .tooltip {
	z-index: 1010;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1800px !important;
}
.container h1 {
	font-size:1.5rem;
}
.container h1, .container h5 {
	font-weight:bold;
}
.content-wrapper, .main-footer, .main-header {
	margin-left: 0 !important;
}

.main-footer ul {
	padding-left: 0;
}
.main-footer li {
	list-style-type:none
}

.cbilogo img {
	height:35px;
}

.cbilogo-s {
	position: absolute;
	left: calc(50% - 84px);
}

.cbilogo-s img {
	height:30px;
}
.cbi-topnav {
	/*margin-left:50px;*/
}
.navbar-light .navbar-nav .nav-link {
	color:#333;
}
.navbar-light .cbi-topnav .nav-link {
	font-weight:bold;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color:#1e7725;
}
.cbi-topnav .nav-active a {
	color:#333 !important;
	font-weight:bold;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-menu{
    margin-top: 0;
}

#accountDropDown {
	font-weight:bold
}
a, .page-link {
	color: #1e7725
}

a:hover, .page-link:hover {
	color: #28a745
}

.page-item.active .page-link {
    background-color: #28a745;
    border-color: #28a745;
}
.navbar-light .navbar-nav .navsignin {
	color: #1e7725 ;
}
.navbar-light .navbar-nav .navsignin:hover {
	color: #28a745
}
.navjoin {
	
}

.cbi-lg-serach input {
	width:500px !important;
}

.cbi-topnav2 .nav-item {
	padding-right:3rem;
}

.homebanner .carousel .carousel-item .bannber-bg {
	position: absolute;
	right:0;
	top:0;
	height:100%;
	width:100%;
}

.homebanner .carousel .carousel-item .dynamic-img {
	position: absolute;
	right:0;
	top:0;
	height:100%;
}

.homebanner .carousel .carousel-item .dynamic-img img {
	height:100%;
	margin:auto;
}

.homebanner .carousel .carousel-item .banner-mask {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 55%;
	border-bottom: 19.2vw solid #000;
	border-right: 5vw solid transparent;
}

.homebanner .carousel .carousel-item .banner-desc {
	position: absolute;
	left:0;
	top:0;
	height:100%;
	width:51%;
	padding-left: 3vw;
	padding-right: 1vw;
	vertical-align: top;
	padding-top: 2vw;
	color:#FFF;
}

.homebanner .carousel .carousel-item .banner-desc .bl-title {
	margin-bottom: 0.8vw;
}

.homebanner .carousel .carousel-item .banner-desc button {
	color:#1e7725;
	font-weight: 600;
	position: absolute;
	padding:0.375vw 2vw;
	bottom: 1.5vw;
	font-size: 1vw;
}

.homebanner .carousel .carousel-item .banner-desc h4 {
	font-size: 1.4vw;
}
	
.homebanner .carousel .carousel-item .banner-desc h5 {
	font-size: 1.2vw;
}
	
.homebanner .carousel .carousel-item .banner-desc h5, .homebanner .carousel .carousel-item .banner-desc h4 {
	line-height: 1.6vw;
	margin-bottom: 0.5vw;
}
	
.homebanner .carousel .carousel-item .banner-desc .bl-rate i {
	font-size: 1vw;
}

.deal-of-day {
	text-align: center;
}
.deal-of-day .center-float {
	display: inline-block;
	background: #F2F2F2;
	padding:0.89vw;
	position: relative;
	width: 80%;
	top: 29%;
	left: 40%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

    
.deal-of-day .racard-title {
	text-align: center;
	padding: 0 0;
	font-size: 1.33vw;
	color: #252525;
}

.deal-of-day .racard-title img {
	width:90%
}

.deal-of-day .dod-img {
	height:3.125rem;
	display: table;
	width: 100%;
}

.deal-of-day .dod-img div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.deal-of-day .dod-img img {
	max-width:70%;
	max-height:3.125rem;
}

.deal-of-day p {
	color: #dc3545;
	margin-top: 0.71vw;
	font-size: 1.6vw;
	line-height: 2vw;
	margin-bottom: 0;
}

.deal-of-day .dod-rate {
	margin-top: 1.07vw;
}

.deal-of-day .dod-rate .dod-r-num {
	font-size:2.25vw;
	font-weight: 600;
}

.card-store {
	padding: 2rem 0;
	margin-bottom: 1rem !important;
}

.shadow-hover:hover {
	box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,.175)!important;
}

.card-store .sc-logo {
	height:2.875rem;
	display:table;
	width:100%
}

.card-store .sc-logo div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.card-store img {
	max-width:70%;
	max-height:2.875rem;
	display: inline-block;
}

.card-store .sc-rate {
	text-align: center;
	font-size: 1.25rem;
	margin-top: 0.725rem;
	color:#333;
}

.card-store .sc-rate i {
	font-size:1.725rem;
	color:#dc3545;
	font-weight: 600;
}

.card-store .sc-rate span {
	font-size:1rem;
	color:#666;
	line-height: 1.1rem;
	display: block;
	margin-top: 0.125rem;
}

span.nodeal{
	color: #fff !important;
}


.navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.main-footer .footer-top .title {
	color: #ccc !important;
	font-size:130%
}

.bg-success a,.bg-gradient-primary a, .bg-olive a, .bg-black a {
	color: #fff
}

.bg-success a:hover, .bg-gradient-primary a:hover, .bg-olive a:hover, .bg-black a:hover {
	font-weight:bold
}

.cbi-slogan {
	padding: 30px 0.5rem;
}
.fe-stores .small-box {
	color:#fff
}

.fe-stores .small-box .store-logo {
	height:90px;
	line-height:90px;
	margin-bottom:10px;
}

.fe-stores .small-box .store-logo img {
	min-height: 60px;
	max-height: 80px
}

.fe-stores .regb {
	font-size:1.1rem;
	background-color:rgba(0,0,0,0.5);
	display:inline;
	padding:3px 8px 3px 8px;
	border-radius: 5px;
	color: #fff;
}

.fe-stores a {
	display:block;
}

.fe-stores a:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 6px 6px 5px #ccc;
    box-shadow: 6px 6px 5px #ccc;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.fe-stores .regb span {
	font-size:1.3rem;
	font-weight:bold;
}

.fe-stores .regb.na {
	background-color:rgba(0,0,0,0);
}

.fe-stores .regb.na span{
	font-size:1.1rem;
	font-weight:normal;
}


table .td-icon {
	font-size:24px;
	text-align:center;
}

table .td-icon a:hover {
	font-size:120%;
}
.cbi-like {
	color:#ddd;
	cursor:pointer;
}
table .td-icon a:hover .cbi-like, .like-button:hover .cbi-like {
	color:#d81b60;
}
.tooltip .tooltip-inner, .tooltip .arrow {
	opacity: .8;
}

.cbi-like.active {
	color:#d81b60;
}
.cbi-rate-table img {
	height:16px;
}
.cbi-rate-table td {
	line-height: 30px;
	font-size:17px;
	vertical-align: middle;
}
.cbi-rate-table .text-center {
	font-size:18px
}

.cbi-rate-table a {
	display:block
}

.cbi-rate-table .rate {
	line-height: 19px;
}

.cbi-rate-table .rate .extra {
	font-size:15px;
	color:#212529
}

.cbi-rate-table .rate .extra i {
	font-size:12px
}

.home-post a, .home-post .post {
	color:#fff
}
.home-post .user-block .description {
	color:#eee
}
.cbi-rate-table td:hover {
	/*background-color:#ddd*/
}

.ui-autocomplete {
	z-index:1100;
}
.ui-autocomplete li {
	height:40px;
	line-height:40px;
	font-size:16px;
}
.ui-menu-item .ui-menu-item-wrapper .search-la {
	padding: 0 30px 0 20px;
	display: table-cell;
}
.ui-menu-item .ui-menu-item-wrapper .search-desc {
	color: #343a40;
	font-weight:bold;
	line-height:40px;
	display: table-cell;
	text-align: right;
}

.ui-menu-item .ui-menu-item-wrapper .search-desc i {
	font-size: 80%;
	margin-right: 4px;
	position: relative;
	top:-1px;
}

.lg-form-btn {
	padding: 0 1.3rem;
	font-size: 120%;
}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active, .ui-menu-item .ui-menu-item-wrapper.ui-state-active .search-la, .ui-menu-item .ui-menu-item-wrapper.ui-state-active .search-desc {
    background: #28a745 !important;
    border-color: #28a745 !important;
    color: #ffffff !important;
}

.search-table {
		width:100%;
}

.form-control:focus, .form-control:active, .custom-file:focus, .custom-file:active, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #28a745;
  box-shadow: inset 0 1px 1px #28a745, 0 0 8px #28a745;
}

.line {
	border-bottom: 1px solid #dee2e6;
}

.cbi-left a {
	display:block;
}

.dropdown .dropdown-menu > li > a {
	height:48px;
	line-height:40px;
}

.dropdown .dropdown-menu > li > a:hover {
    background-color: #28a745;
	color:#FFF;
}
.store-logo img {
	height: 50px;
	position:relative;
}
.store-info {
	max-width:600px
}
.like-button {
	position: absolute;
	margin: -15px 0 0 20px;
	background:#fff;
	height:50px;
	width:50px;
	line-height:50px;
	font-size:26px;
	z-index:600;
	text-align: center;
}
.store-logo .best .rate {
	color: #d81b60;
	font-weight:bold;
	font-size:2rem;
}
.store-logo .offering {
	line-height:40px;
}
.store-logo .offering img, .chart-provider img, .cbi-his-table td img {
	width:16px;
	height:16px;
}
#gen-bestrate {
	height:150px;
}
.indexnowbtn {
	width:80%;
	margin:auto;
}
.chart-tool-label {
	line-height:40px;
	padding-right:10px;
}
.cbi-his-table img {
	
}
.user-footer .btn-app {
	
}

.navbar-nav>.user-menu .user-image {
	margin-top: 0 !important;
}
.user.user-menu {
	line-height:40px;
}
.navbar-nav .dropdown-menu {
	position:absolute !important;
}
#header-user .user-header {
	line-height: 30px;
}

#header-user .user-footer .btn-app {
	height: auto !important;
    font-size: 16px;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
}

.alphabetic-filter {
	text-align:left;
	font-size:1.3rem;
}

.alphabetic-filter a {
	padding:0 5px;
}

.alphabetic-filter .badge {
	font-size:1.3rem;
}
.cbi-rate-table {
	border: 1px solid #e9e9e9;
}
.cbi-rate-table .th, .cbi-rate-table .th:hover {
	background: #f8f9fa;
}

.cbi-rate-table .badge {
	font-size:100%
}

.cbi-rate-table th img, .cbi-rate-table td img{
	margin-bottom:2px;
	margin-right:2px;
}
.text-cbi {
	color:#1e7725
}

.btn-facebook {
	border-color:#287AEA;
	background-color:#287AEA;
	color:#FFF !important;
}

.btn-google {
	border-color:#4285f4;
	color:#4285f4;
}

.btn-twitter {
    color:#FFF !important;
    background-color: #55acee;
    border-color: #55acee;
}


.main-sidebar {
    margin-left: -85%;
	width: 85%;
}
.sidebar-collapse .main-sidebar {
	margin-left: -85%;
}
.w100 {
	width:100% !important;
}

.fw120 {
	font-size:120%;
}

.fw150 {
	font-size:150%;
}
.fw180 {
	font-size:180%;
}
.footer-top {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2rem;
	padding-bottom:2rem;
}

.main-sidebar .sidebar {
	color: white
}
#welcomeBonus {
	text-align: center;
	word-wrap: break-word;
	word-break: normal;
} 

.greyBottom {
	border-bottom:1px solid #4f5962
}
.sidebar-nav {
	padding-inline-start: 1rem;
}
.sidebar-nav li {
	list-style-type: none;
	font-size:130%;
	padding:0.6rem 0;
}

.main-sidebar .sidebar-nav li a {
	color:#FFF !important;
}

.sidebar-nav li a span {
	width:1.4rem;
	display: inline-block;
	text-align: center;
	margin-right: 1.3rem;
}

.di-special {
	font-weight:bold;
	color:#1e7725;
	position: relative;
}

.di-special i {
	float: right;
	margin-top:12px;
}

.di-special i a {
	padding-right: 1.3rem;
}
.clear{ clear:both} 
.close {
	font-size: 2rem;
}

.whiteClose {
	color: #fff; 
	text-shadow: none;
	opacity: 1;
	font-size: 3.5rem;
	font-weight: 400;
	padding-right: 1rem !important;
}

.signbox .modal-dialog {
	max-width: 400px;
}
.signbox .modal-header, .coupondetail .modal-header  {
	padding: 0.5rem 1rem 0.3rem 1rem;
	border-bottom:none;
}

.signbox .modal-body, .coupondetail .modal-header {
	padding-top:0;
}

.coupondetail {
	text-align: center;
}

.coupondetail .modal-title {
	font-size: 1.5rem;
	font-weight: 600;
}

.coupondetail .cd-desc {
	font-size: 1.125rem;
	padding-top:0.5rem
}

.signbox .modal-title {
	text-align: center;
	font-size: 2.5rem;
	line-height: 2.9rem;
}

.signbox .sign-tip {
	font-size:0.6rem;
	text-align: center;
}

.signbox .sign-tip i {
	font-size: 1rem;
	position: relative;
	top:2px;
}

.popover{
    max-width: 320px; /* Max Width of the popover (depending on the container!) */
}

#modal-signup .modal-title {
	font-size: 1.8rem;
}

.word-on-line {
  overflow: hidden;
  text-align: center;
}

.word-on-line:before,
.word-on-line:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.word-on-line:before {
  right: 0.5em;
  margin-left: -50%;
}

.word-on-line:after {
  left: 0.5em;
  margin-right: -50%;
}

.recaptcha {
	width:300px;
}

.footer-top .card {
	background-color: #333;
}

.footer-top .card button {
	color:#fff
}

.footer-top .card .card-body {
	padding:0;
}

.footer-top .card ul li a {
	padding-left: 1.25rem;
	display: block;
	font-size:1.2rem;
	line-height: 2.4rem;;
}

.footer-top .nav-item{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

.footer-top .nav-item .nav-link {
	font-weight: normal;
	border-bottom: 1px solid #333;
	font-size:1.2rem;
	position: relative;
}

.footer-top .nav-item .nav-treeview li a {
	font-size:1.2rem;
	padding:0.5rem 1rem;
	display: block;
	font-weight: normal;
}

.footer-top .m-f-tree {
	margin-bottom: 0;
}

.footer-top .m-f-tree li:last-child {
	border-bottom: 1px solid #333;
}

.footer-top .nav-item .nav-link i {
	position: absolute;
	right:1rem;
	top:0.8rem;
}

.footer-top .nav-item .nav-link .fa-plus, .footer-top .nav-item.menu-open .nav-link .fa-minus {
	display:inline-block;
}

.footer-top .nav-item.menu-open .nav-link .fa-plus, .footer-top .nav-item .nav-link .fa-minus {
	display:none;
}

.nav-pushmenu {
}

.nav-pushmenu .amount {
	position: relative;
	top:-0.2rem;
	color: #1e7725;
}

.homebanner .carousel {
	  border-radius: 0.25rem;
}

.homebanner .carousel .carousel-inner {
	overflow: hidden;
}

.homebanner .carousel .carousel-indicators {
	text-align: right;
	float: right;
	right: 2% !important;
	left: inherit;
	margin: 0 0 1rem 0;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0 1rem;
}

.homebanner .carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin:0 4px 0 4px;
}

.homebanner .carousel .carousel-item {
	position: relative;
}

.homebanner .carousel .carousel-item .real-banner {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	display: table;
}

.homebanner .carousel .carousel-item .real-banner .real-banner-right {
	width:60%;
	height:100%;
	overflow: hidden;
	vertical-align: middle;
}

.homebanner .carousel .carousel-item .real-banner .real-banner-right img {
	width:100%;
	
}

.homebanner .carousel .carousel-control-next, .homebanner .carousel .carousel-control-prev {
	width:3rem;
	opacity:1;
}

.rounded-circle {
	background-color: #FFF;
	height:1.875rem;
	width:1.875rem;
	line-height: 2rem;
	color:#1e7725;
	border:none;
}

.rounded-circle i {
	font-size:1.25rem;
}
.homebanner .carousel .carousel-control-prev {
	left: -1.4rem;
}

.homebanner .carousel .carousel-control-next {
	right: -1.4rem;
}

.content-header .card {
	/*margin-bottom: 0;*/
}

.racard-title {
	margin:0.5rem 0 0.5rem 1rem
}

.block-title {
	padding-top:1rem;
	padding-bottom:0.5rem;
	font-weight: 600;
}

.block-title a {
	float:right;
	font-size: 1.25rem;
	padding-top:3px;
	font-weight: normal;
}

.block-title a i {
	font-size: 1rem;
}

.white-link {
	color:#fff
}

.white-link:hover {
	color:#fff;
	text-decoration: underline;
}

.bg-olive-p {
	background-color: #3d9970!important;
}

.bg-olive-p h4 {
	color: #FFF;
}

.card-fdeal {
	padding-top: 0;
	overflow: hidden;
}

.card-fdeal .shot-desc {
	padding:1rem 1rem;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
	height: 5.75rem;
	overflow:hidden; 
	text-overflow:ellipsis; 
	 display: table;
	 width: 100%;
	 color:#fff;
	 background:#000;
}

.card-fdeal .shot-desc div {
	display: table-cell;
	vertical-align: middle;
}

.btn-light-r {
	    width: auto;
	    margin: auto;
	    padding: 0.25rem 1rem;
	    margin-top: 1rem;
	    color: #1e7725;
	    font-weight: 600;
}

.btn-light-r:hover {
	color: #1e7725;
}

#deals-slide .slick-list {
      margin: 0;
  }
.slick-slide {
	margin: 0 8px;
}
#deals-slide .slick-slide {
    width: 320px;
}

#featured-slide .slick-slide {
	width: 320px;
}

.slick-prev, .slick-next {
	position: absolute;
	z-index:100;
	-webkit-transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	transform: translateY(-50%);
	top: 46%;
}

.slick-prev {
	left: -0.5rem;
}

.slick-next {
	right: -0.5rem;
}

.card-coupon>div {
	display: table;
	width: 100%;
	height: 100%;
}

.card-coupon>div>div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.card-coupon .card-coupon-logo img {
	max-height: 2.5rem;
	max-width:8rem
}

.card-coupon .card-coupon-logo {
	width:10rem;
	display: none;
}

.card-coupon .card-coupon-btn {
	width: 7rem;
}

.card-coupon .card-coupon-btn .btn {
	margin-top: 0;
}

.card-coupon .card-coupon-desc {
	text-align: left;
	color:#252525;
	padding:0.375rem 0 0.375rem 1rem;
	font-weight: 600;
}

	
.card-coupon .card-coupon-desc .cc-name {
	padding-top:0.25rem;
	padding-bottom:0.125rem;
}

.card-coupon .card-coupon-desc .cc-desc{
	font-size: 1.125rem;
	line-height: 1.25rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height:2.5rem;
}

.card-coupon .card-coupon-desc .cc-rate {
	color: #dc3545;
	padding-top:0.25rem;
	padding-bottom: 0.375rem;
}

.card-coupon .card-coupon-desc .cc-rate>span {
	font-weight: normal;
	color:#666;
	margin-left:0.5rem;
	font-size:14px;
}

.card-coupon .card-coupon-desc .cc-expire {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0.5rem;
}

.cd-copy {
	position: relative;
}

.close {
	cursor:pointer
}
.cd-copy .code {
	cursor:pointer;
	position: relative;
	display: inline-block;
	margin: auto;
	padding: 0.5rem 1.5rem;
	border: 1px dashed #1e7725;
	color: #1e7725;
}

.cd-copy .cd-copy-text {
	position: absolute;
	width: 1rem;
	height: 1rem;
	border: none;
	color: #FFF;
}

.cd-copy .cd-copy-text:focus {
outline:none;
border: none;
color: #FFF;
background: #FFF;
}

.cd-copy .code .fa-check {
	display: none;
}

.cd-copy .copied {
	position: absolute;
	right: 23%;
	top: 17%;
	display: none;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	padding: 0 0.25rem;
	font-size: 14px;
}

.coupondetail a {margin-top: 1rem;}

.main-sidebar {
	position: fixed !important;
	top:0;
	height: 100% !important;
	overflow-y: auto;
}

.store-filters {
	padding: 0rem 1rem;
}

.store-filters>div {
	padding:0.625rem 0;
}

.store-filters .cat-filter {
	padding-top: 0;
}

.store-filters .cat-filter button {
	padding:0.25rem 1rem;
	margin-right:0.5rem;
	margin-top: 0.625rem;
}

.logo-container {
	display: table;
	width: 100%;
	height: 3rem;
}

.logo-container>div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.logo-container>div img {
	margin:auto;
	max-width: 70%;
	max-height:3rem;
}

.collapse-text .collapse {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height:3rem;
	line-height: 1.5rem;
	position: relative;
}

.collapse-text .collapse.show {
	display: block !important;
	height: auto !important;
}

.collapse-text .collapsing {
  position: relative;
  height: 3rem;
}

.collapse-text .collapse .more-btn {
	display: block;
	text-align: right;
	position: absolute;
	right: 0;
	top: 1.5rem;
	padding-right: 0.25rem;
	font-weight: 600;
	border-left:1.5rem solid rgba(255,255,255,0.7);
}

.collapse-text .collapse .more-btn>div {
	background: #FFF;
	padding: 0.125 0.25rem;
}

.collapse-text .collapse .col-more, .collapse-text .collapse.show .col-less {
	display: contents;
}

.collapse-text .collapse .col-less, .collapse-text .collapse.show .col-more, .collapse-text .collapsing .more-btn {
	display: none;
}

.collapse-text .collapse.show .more-btn {
	position: unset;
}

#store-terms {
	height: 4rem;
}

#store-terms .more-btn {
	top: 2.5rem;
}

#store-terms.collapsing {
	height: 4rem;
}

#store-related-slide .slick-slide {
	width:280px;
}

.store-coupon .card-coupon .card-coupon-desc {
		padding: 1.25rem 0 0.5rem 1.25rem;
}

.btn-sm-larger {
	padding: 0.25rem 1rem
}

.store-help {
	padding-bottom: 3rem;
}
.store-help .fa-cogs {
	font-size: 5rem;
	color: rgba(0,0,0,.15);
	position: absolute;
	right: 1.5rem;
	top: 5rem;
}

#cat-filter {
	height: 3.375rem;
}

#cat-filter.collapse {
	text-overflow: clip !important;
	display: block;
}


#cat-filter .more-btn {
	top: auto;
	bottom: 4px;
	text-align: right;
	border: none;
	z-index: 300;
	font-size:2rem;
	padding:0.5rem;
	background: rgba(255,255,255,0.3);
}

#cat-filter.collapsing {
	height: 3.375rem;
}

#cat-filter.collapse.show .more-btn {
	position: absolute;
	
}

#cat-filter.collapse .more-btn>div {
	background: transparent;
}

.rise-shake {
  animation: jump-shaking 1.5s infinite;
}

@keyframes jump-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateY(-6px) }
  35% { transform: translateY(-6px) rotate(6deg) }
  55% { transform: translateY(-6px) rotate(-6deg) }
  65% { transform: translateY(-6px) rotate(6deg) }
  75% { transform: translateY(-6px) rotate(-6deg) }
  100% { transform: translateY(0) rotate(0) }
}

.jump-container {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.img-center {
	display: table;
}

.img-center>div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.img-center>div img {
	margin: auto;
}

.jump-container .logo {
	display: inline-table;
	width: 260px;
	height: 260px;
	overflow: hidden;
}



.jump-container .logo img {
	max-width: 220px;
	max-height: 160px;
}

.jump-container .r-logo {
	position: relative;
	left: -20px;
	z-index: 100;
}

.bg-light-r {
	background:#f4f6f9
}

.corner-triangle {
	width: 0 !important;
	height: 0 !important;
	border: 30px solid transparent;
	border-bottom: 30px solid #dc3545;
	position: absolute;
	left: -15px;
	top: -36px;
}

.corner-text {
	    position: absolute;
	    left: 0;
	    top: 0;
	    color: #FFF;
	    font-size: 14px;
	    font-weight: bold;
	    text-align: center;
	    width: 100%;
		padding-top:2px;
}

.left-top {
	position: absolute;
	top:0px;
	left:0px;
	transform: rotate(-45deg);
	display: inline-block !important;
	width:30px !important;
	height:30px !important;
}

.w-80 {
	width:80%;
}

.input-copy .code {
	border: 1px solid #ced4da;
	/*width: 330px;*/
	white-space: nowrap;
	padding: 0 0.5rem;
	line-height: 38px;
}

.refer-invitelink .cd-invitebtn {
	width: 20rem;
	padding-left: 1rem;
	display: inline-block;
}

.refer-invitelink .cd-copy {
	display: inline-block;
}

.jump-sign.signbox .modal-dialog {
	max-width: 450px;
	margin-left:1rem;
	margin-top: 0;
}

.sign-left {
	max-width:650px;
	margin: auto;
	height:100%;
	padding-bottom: 10%;
}

.sign-left .store-logo {
	max-height: 5rem;
}

.sign-left h1 {
	font-size:2rem;
	margin-top: 2rem;
}

/* Extension welcome box styles */
.extension-welcome-box {
	padding: 2rem;
	text-align: center;
}

.extension-icon {
	margin-bottom: 1.5rem;
}

.extension-icon i {
	font-size: 4rem;
	color: #28a745;
}

.extension-welcome-box h1 {
	font-size: 1.8rem;
	font-weight: 600;
	color: #212529;
	margin-bottom: 1rem;
}

.extension-welcome-box .text-muted {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 0.5rem;
}

.extension-features {
	text-align: left;
	max-width: 400px;
	margin: 2rem auto 0;
}

.feature-item {
	display: flex;
	align-items: center;
	padding: 0.5rem 0;
	font-size: 0.95rem;
}

.feature-item i {
	font-size: 1.1rem;
	flex-shrink: 0;
}

.feature-item span {
	color: #495057;
}

.hide-text-on-overflow {
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
}

.account-list {
	list-style: none;
	padding-inline-start: 0px;
	    max-width: 300px;
	    margin: auto;
}

.account-list li {
	padding:0.5rem 0;
}

.account-list a {
	font-size: 1.325rem;
	line-height: 2.325rem;
	height: 2.325rem;
	padding-left: 16px;
	color: #212529;
	display: block;
}

.account-list a:hover {
	color:#1e7725
}

.account-list .active a, .account-list .active a:hover {
	font-weight: bold;
	border-left: 4px solid #212529;
	color: #212529;
	padding-left: 12px;
}

.account-overview .item-balance h4 {
	padding:0.5rem 0 0.5rem 1rem;
}

.account-overview .item-balance h4 i {
	font-size: 1.25rem;
}

.myaccount-fav {
	/*padding: 1.25rem;*/
}

.myaccount-fav .like-button {
	margin:0;
	top:-0.5rem;
	left: 1rem;
}

.myaccount-fav .close {
	position: absolute;
	    right: 0.5rem;
	    top: 0;
	    padding: 0.5rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #28a745;
}

.nav-pills .nav-link {
	font-weight: 600;
	padding:0.5rem 2rem
}

.nav-pills .nav-link:hover {
	color: #28a745 !important;
}

.nav-pills .nav-link.active:hover{
	color:#FFF !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #28a745;
}

.select2-container--default .select2-dropdown .select2-search__field:focus, .select2-container--default .select2-search--inline .select2-search__field:focus, .select2-container--default.select2-container--open .select2-selection--single {
	border-color: #28a745;
}

.custom-switch .custom-control-label::before {
	height: 1.5rem;
    width: 3rem;
    border-radius: 1rem;
}

.custom-switch.custom-switch-on-success .custom-control-input:checked~.custom-control-label::before {
	border-color: #28a745;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	transform: translateX(1.5rem);
}

.custom-switch .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: 0.75rem;
}

.title-desc {
	font-size:1rem;
	font-weight: normal;
}

.account-connect img {
	height:30px;
}

.mci-inputs {
	max-width: 600px;
	padding: 1rem;
	margin: auto;
}

.input-group-prepend select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.store-region {
	position: absolute;
	    right: 15px;
	    top: 5px;
	    text-align: center;
}

.mw-600 {
	max-width:600px;
}


.right-top-triangle {
	position: relative;
}

.right-top-triangle:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 40px 0;
	border-color: transparent #28a745 transparent transparent;
	right: 0;
	top: 0;
	position: absolute;
}

.rt-6 {
	right:6px;
	top:6px;
	z-index:999;
}

.gc-select-container .card:hover, .payment-select-card:hover {
	border-color:#28a745!important;
	cursor: pointer;
}

.red-text {
	color: #dc3545;
	font-style:italic;
}

.img-card {

}

.img-320 {
	width:320px
}

.payment-detail {
	overflow-y : scroll ;
}

.ray-table-button {
	position: relative;
	top: -2px;
}

.lh-25 {
	line-height: 2.5rem;
}

.btn-print {
	position: absolute;
	right: 1rem;
	top: 0.5rem;
	font-size:2rem;
}
.is-invalid .select2-container--default.select2-container--focus .select2-selection--single {
	border-color: #dc3545;
}
.is-invalid .select2-selection--single{
	border-color: #dc3545 !important;
	box-shadow: none !important;
}
.opacity-25 {
	opacity: 25%;
}

.nav-img {
	display: inline-block;
	/*min-width: 300px;*/
	width: auto;
	height: 44px;

	> img {
		/*width: 85%;*/
		height: auto;
		/*margin-top: -6px;*/
	}
	.ds-span {
		max-width: 250px;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
	}
	.fs-span {
		font-size: 1.5rem;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
	}

	@media (max-width: 767px) {
		height: auto;
		width: 100%;
		> img {
			width: 100%;
			margin: 0px;
			height: auto;
		}
	}
}