@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
body, html {
    min-height: 100%;
    position: relative;
}
body {
   font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #666666;
}

/* Navbar */
.navbar .navbar-brand {
  font-size: 30px;
}
/*.navbar .nav-item {
  padding: 10px 20px;
}*/
.navbar .nav-link {
  font-size: 20px;
  margin-left: 10px;
}
.fa-bars {
  color: #20dbf9;
  font-size: 30px;
	
}
/*.navbar .nav-link {
	font-size: 19px;
    color: #172153;
	font-weight: 600;
	margin: 0 20px;
	padding: 20px 0;
}*/
.navbar .nav-link {
    font-size: 18px;
    color: #172153;
    font-weight: 600;
    margin: 0 20px 0 0;
    padding: 8px 0 0;
    float: left;
}
.float-nav {
	position: absolute;
	top: 0;
}
.headerBg {
	background: #fff;
	transition: 0.3s;
	top:-1px;
}

/* Offer Section - Top Bar */
.top-header {
	height: auto;
    background: #172153;
    position: relative;
    z-index: 1025;
    box-shadow: 0 4px 10px #c1c0c0;
    padding-bottom: 20px;
    max-height :52px;
}
.offers {
	margin: 0 auto;
	display: table;
	width: auto;
}
.sticky-top {
    padding-top: 7px;
    padding-bottom: 16px;
	flex-wrap: wrap-reverse;
}
#topHead h1 {
	font-size: 26px;
	padding: 10px 0 0;
	margin: 0;
	font-weight: 600;
	color: #172153;
	text-transform: uppercase;
}

/* Countdown clock */
#topHead .flip-clock-wrapper, #topHead .flip-clock-wrapper {
    position: static;
}
#topHead .flip-clock-wrapper {
    width: auto;
    margin: 0;
}
#topHead .flip-clock-wrapper ul {
	height: 24px;
	line-height: 24px;
	border-radius: 0;
	margin: 5px 0;
	font-size: 16px;
	width: 30px;
}
#topHead .flip-clock-wrapper ul li {
	line-height: normal;
}
#topHead .flip-clock-wrapper ul li a div div.inn {
	font-size: 16px;
	line-height: 24px;
    color : #172153;
}
#topHead .flip-clock-wrapper {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	width: 320px;
}
#topHead .flip-clock-divider {
	height: 50px;
	margin-top: 5px;
}
#topHead .flip-clock-divider .flip-clock-label {
    top: 28px;
    right: -50px;
    color: #fff;
}
#topHead .flip-clock-divider .flip-clock-label.r55 {
    right: -55px;
}
#topHead .flip-clock-dot {
    background: #fff;
	box-shadow: none;
}

/* link buttons */
.start-here, .learnmore {
	width: 130px;
	height: 45px;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	line-height: 43px;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s;
	margin-top: 5px;
}
.start-here {
	background: #ff8303;
	border: 1px solid #ff8303;
	padding: 2px 2px;
}
.retrieve-password {
	width:190px !important; 
}

.learnmore {
	background: #1f2252;
	border: 1px solid #1f2252;
	margin: 0 auto;
	display: table;
}
.start-here:hover {
	background: #fff;
	color: #ff8303;
	text-decoration: none;
}
.learnmore:hover {
	background: #0ddcfe;
	color: #1f2252;
	text-decoration: none;
}
.getquote {
	width: auto;
	height: 45px;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	line-height: 43px;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s;
	padding: 0 20px;
	background: #ff8303;
	border: 1px solid #ff8303;
	margin: 0 auto;
	display: table;
}
.getquote:hover {
	background: #f3f3f3;
	color: #1f2252;
	text-decoration: none;
}

/* Carousel */
#bannerCarousel {
	position: relative;
	margin-top: -80px;
}
#homeBannerCarousel {
	position: relative;
}
@media screen and (min-width: 241px) and (max-width: 990.98px) {
	.navbar span, .mainheader span {
		display: none;
	}

}

@media screen and (min-width: 241px) and (max-width: 991.98px) {
	#homeBannerCarousel {
        position: relative;
        min-height: 400px!important;
        margin-top: 0;	}
}

/* Sections */
#enhancement, #services, #customers {
	padding-top: 100px;
}
#save {
/*	margin-top: 100px;*/
	background: #0ddcfe;
	padding: 70px 0;
}
#blog_links {
	background: #FF8303;
}
#restoration {
/*	margin-top: 50px;*/
	background: #f3f3f3;
	padding: 70px 0;
}
#product_partial {
	margin-top: 50px;
	background: #f3f3f3;
	padding: 20px 0;
}
#news_letter_subscription {
	margin-top: 30px;
	padding: 10px 0;
}

/* Image comparison */
.beer-slider {
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
.beer-slider {
    border-radius: 20px;
}

/* Headings */
h1 {
	font-size: 42px;
	color: #172153;
	font-weight: 600;
	margin-bottom: 15px;
}
h2 {
	font-size: 26px;
	color: #172153;
	font-weight: 600;
	margin-bottom: 15px;
}
#topHead h2 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
}
h3 {
	font-size: 20px;
	color: #464f59;
	font-weight: 400;
	margin-bottom: 15px;
}
h4 {
	font-size: 14px;
	color: #464f59;
	font-weight: 600;
	margin-bottom: 15px;
}

/* Paragraphs */
#enhancement p, #services p {
	font-size: 16px;
	color: #454545;
	margin-bottom: 25px;
}
#save p, #restoration p, #product_partial p {
	font-size: 22px;
	color: #1f2252;
	margin-bottom: 15px;
	text-align: center;
}
#enhancement p a, #services p a {
	color: #ff8303;
	text-decoration: none;
}
/* Lists */
#services ul li {
	font-size: 16px;
	color: #454545;
	margin-bottom: 5px;
}
#services ul {
    padding-left: 15px;
}

#services a.service-link {
	font-size: 18px;
	color: #0ddcfe;
	font-weight: 600;
	margin-bottom: 15px;
	text-decoration: none;
}

footer {
	margin-top: 50px;
	background: #172153;
	padding: 70px 0;

}
footer p {
	font-size: 24px;
	color: #0ddcfe;
	margin-bottom: 10px;
	text-align: left;
}
footer a {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
	text-align: left;
	text-decoration: none;
	display: block;
}
footer a:hover {
	color: #0ddcfe;
}
#social a {
	display: inline;
}
#social i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	margin:0 0 10px 5px;
	color: #172153;
	text-align: center;
	padding: 8px 0;
	font-size: 36px;
}

.nav-link {
	color: #172153;
}
.dropdown-item {
		font-size: 14px;
	}

.dropdown:hover>.dropdown-menu {
    left: 25px;
	padding: 0;
}
#navbarCollapse .dropdown-toggle::after {
    vertical-align: 0.105em;
}

#navbarCollapse .dropdown-menu[data-bs-popper] {
    left: 26px;
}

.sticky-top #navbarCollapse .has-arrow::after {
    content: '';
    position: relative;
    display: inline-block;
    border: 0;
    width: 12px;
    height: 7px;
    background: url("../images/chevron-down-icon.svg?v=1") no-repeat center;
    background-size: 100%;
    margin-left: 6px; /* optional spacing */
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.nav-link.active {
	color: #ff8303;
}
iframe {
	border-radius: 20px;
}
form {
	/* border: 1px solid #D7D7D7; */
	padding: 20px;
	border-radius: 20px;
}

#contact input, #contact textarea, #contact select {
	font-size: 13px;
}
button.submit {
	background: #ff8303;
	border: 1px solid #ff8303;
	transition: 0.3s;
}
button.submit:hover {
	background: #fff;
	color: #ff8303;
	border: 1px solid #ff8303;
}
#bannerCarousel .carousel-control-next, #bannerCarousel .carousel-control-prev {
    width: 5%;
}
#homeBannerCarousel .carousel-control-next, #homeBannerCarousel .carousel-control-prev {
    width: 5%;
}

#bannerCarousel .carousel-control-next-icon, #bannerCarousel .carousel-control-prev-icon {
    width: 6rem;
    height: 6rem;
}
#homeBannerCarousel .carousel-control-next-icon, #homeBannerCarousel .carousel-control-prev-icon {
    width: 6rem;
    height: 6rem;
}

.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.navbar .has-megamenu{position:static!important; transition: 0.3s;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
	.d-pull-right {
		float: right!important;
	}

}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 20px !important;
    left: 0 !important;
    border: none;
    border-radius: 0;
}

#navbarCollapse .col-megamenu li a {
	text-decoration: none;
	color: #172153;
	font-size: 14px;
}

#navbarCollapse h6.title {
	font-size: 18px;
	font-weight: 600;
}
#navbarCollapse h6.title a {
	text-decoration: none;
	color: #172153;
}
#navbarCollapse .col-megamenu li a:hover, #navbarCollapse h6.title a:hover, #navbarCollapse h6.title a.active {
	color: #0ddcfe;
}
#enhancement p span, #services p span {
	    font-size: 12px;
	padding-top: 3px;
}




/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}

/* order page */

#order {
    padding: 60px 0;
}
.sticky-top.order {
    border-bottom: 1px solid #ccc;
	background: #fff;
}

#order form {
    border: 0;
    padding: 0;
    border-radius: 0;
}
#order .inner {
    width: 71%;
	float: left;
}
#order .inner-2 {
    width: 25%;
	margin-left: 30px;
	float: left;
}

#order .inner-100 {
    width: auto;
	margin-left: 30px;
	float: left;
}
#order .inner-3  {
    width: 81%;
    float: left;
}
#order .inner-4  {
    width: auto;
    float: left;
}
#order .inner h3, #order .inner-3 h3, #order .inner-4 h3, .caption h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	text-decoration: none;
	width: 100%;
	color: #172153;
	padding: 0;
}
.normal-header h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none;
    width: 100%;
    color: #172153;
    padding: 0;
}
#order .inner p, #order .inner-3 p, #order .inner-4 p {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
	text-decoration: none;
	width: 100%;
	color: #333;
	padding: 0;
	font-weight: 400;
}
#order table {

}
#order table th {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
#order table td.extra-cont p {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px !important;
	margin: 0 !important;
}
#order table td.extra-cont {
	width: auto;
}
#order table td {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 16px;
}
#order table td img {
	max-width: 40px;
	margin-right: 5px;
	float: left;
	    height: 100%;
}
#order table td input.qnty {
	padding: 5px 5px;
	font-size: 13px;
	background: #fceab5;
	color: #000;
	font-weight: 600;
	text-align: center;
	float: left;
    width: 50px !important;
}
#order table td .form-check {
	padding-left: 65px;
	padding-top: 5px;
}
#order .accordion h3 button {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #0ddcfe;
	font-weight: 600;
	padding: 0;
	margin: 0 !important;
}
#order .accordion-item {
	border: none;
    border-bottom: 1px solid #0ddcfe;
	margin-bottom: 15px;
	border-radius: 0;
}
#order .accordion-button:not(.collapsed) {
    color: #0ddcfe;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
	padding-bottom: 15px;
	border-color: #0ddcfe;

}
#order .card-body {
    flex: 1 1 auto;
    padding: 0;
}

#myAccordion2 .form-check {
	padding-left: 50px !important;
	padding-top: 5px;
}
.w120 {
	width: 120px;
}
.mw240 {
	min-width: 240px;
}
#order .totalPrice {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
}
p.sidecont {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	padding: 10px 0;
}
p.sidecont2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	/* padding: 10px 0; */
}
#enhancement .sidecont2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	/* padding: 10px 0; */
}
.ques {
	width: 100%;
	float: left;
}
.ques1 {
	width: 70%;
	float: left;
}
.ques2 {
	width: 30%;
	float: left;
}
.ques3 {
	width: 50%;
	float: left;
}
.divider {
	border-bottom: 1px solid #0ddcfe;
	padding-top: 15px;
	margin-bottom: 10px;
}
.deliverytime {
	font-size: 12px;
	background: #fbefcc;
	padding: 15px;
}
.fsize14 {
	font-size: 14px !important;
}
.fsize15 {
	font-size: 15px !important;
}
.fsize16 {
	font-size: 16px !important;
}
.order-login {
	width: 50%;
	margin: 0 auto;
	display: table;
}
.rdo-label {
	font-size: 12px;
}
a.leanmore {
	background: #606060;
	padding: 5px 10px;
	float: left;
	width: auto;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.bigtext {
	font-size: 60px !important;
    line-height: 55px;
}
.scannow-imgs {
	width: auto;
	margin: 0 auto;
	display: table;
}
.scannow-imgs img {
	padding: 0 10px;
}

/* order v2 14-06-2022 */
.s-media-hd, .resolution-hd, .price-hd, .quantity-hd {
	font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.s-media, .resolution, .price {
	font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 16px;
}
.s-media.subtotal, .price.subtotal {
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 17px;
	text-align: right;
	font-weight: 600;
}
.quantity input {
	float: left;
	padding: 0;
	text-align: center;
	font-size: 13px;
	height: 32px;
}
.order-hd {
	padding-bottom: 8px;
	border-bottom: 1px solid #666;
	margin-bottom: 8px;
}
.price, .price-hd {
	text-align: right;
}
.resolution {
    font-size: 11px;
}
.s-media img {
    max-width: 40px;
    margin-right: 5px;
    float: left;
}
.divider-2 {
    border-bottom: 1px solid #999;
    padding-top: 10px;
    margin-bottom: 5px;
}
.divider-3 {
    border-bottom: 1px solid #D5D2D2;
    padding-top: 10px;
    margin-bottom: 5px;
}
.s-media .form-check {
    padding-left: 65px;
    padding-top: 5px;
}

#myAccordion2 .s-media .form-check {
    padding-left: 20px !important;
    padding-top: 5px;
}
.quantity .form-check input {
	float: left;
	padding: 0;
	text-align: center;
	font-size: 13px;
	height: 15px;
	width: 15px;
}
.extra-cont p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px !important;
    margin: 0 !important;
}

/* order v3 single pages 15-06-2022 */

#form-total .steps-wrap {
    margin-bottom: 35px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #f2f1f1;
}
#form-total .order-steps {
	width: 20%;
	float: left;
	padding: 15px 20px;
	border-right: 1px solid #E0DFDF;
}
#form-total .order-steps .step-text {
    color: #333;
    padding-top: 10px;
	font-size: 14px;
}
#form-total .order-steps .title {
    font-size: 14px;
    text-align: left;
    line-height: 10px;
}

#form-total .order-steps .step-icon {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    color: #666;
    font-size: 18px;
    margin-right: 10px;
	    float: left;
    text-align: center;
}
#form-total .order-steps .step-icon.active {
    background: rgba(255, 131, 3, 0.2);
    border: 1px solid #ff8303;
    color: #ff8303;
    margin-right: 10px;
}
#form-total .order-steps .step-icon.active.completed {
    background: #ff8303;
    border: 1px solid #ff8303;
    color: #fff;
    margin-right: 10px;
}
#order .inner.order-s {
	padding: 0 25px 10px;
}
#order .actions {
	padding: 0;
}
#order .actions a {
    color: #fff;
    text-decoration: none;
    padding: 11px 20px;
}
#order .actions a {
    height: 50px;
    width: 50px;
	background: #ff8303;
    cursor: pointer;
	float: right;
	border-radius: 50%;
}
#order .actions a i {
    font-size: 26px;
}
#order .actions a.finish {
    height: 40px;
    width: auto;
    background: #0ddcfe;
    cursor: pointer;
    float: right;
	border-radius: 7px;
	line-height: 20px;
}

/* service pages 15-06-2022 */
.medtext {
	font-size: 30px !important;
    line-height:35px;
}
.lh-30 {
	line-height: 30px;
}
.add-to-cart {
	    width: auto;
    height: auto;
    border-radius: 6px !important;
    color: #fff;
    text-align: center;
    line-height: normal;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s;
    background-color: #0ddcfe !important;
    border: none;
    padding: 5px 15px !important;
	float: right;
}

/* all pages  */
.conn-arrow {
	padding-top: 100px;
}
#enhancement ul li {
    font-size: 15px;
    color: #454545;
	padding-bottom: 5px;
}
#enhancement ul li a {
	color: #ff8303;
    text-decoration: none;
    outline: 0;
}
#enhancement ol li {
    font-size: 15px;
    color: #454545;
	padding-bottom: 5px;
}
#enhancement ol li a {
	color: #ff8303;
    text-decoration: none;
    outline: 0;
}
.other-service {
	width: 100%;
	height: 100%;
	float: left;
	background: #fff;
	padding: 20px 15px 20px;
	text-align: center;
}
.other-service a, .accordion a {
	color: #ff8303;
    text-decoration: none;
}

/* my account */
.order-det {
	font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 16px;
}
a.order-id {
	font-size: 16px;
	color: #0ddcfe;
	text-decoration: none;
}
a.price-link, .extra-cont p a {
	color: #0ddcfe;
	text-decoration: none;
}
a.order-id:hover, a.price-link:hover {
	color: #0ddcfe;
	text-decoration: underline;
}
.order-now {
	font-size: 12px;
	width: auto;
	height: auto;
	padding: 5px 10px;
	background: #0fb9d5;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	transition: 0.3s;
}
.order-now:hover {
	background: #0d96ad;
	color: #fff;
}
.order-det-mob {
	display: none;
}
#form-total h4 {
    font-size: 16px;
    color: #172153;
    font-weight: 600;
    margin-bottom: 10px;
}
#form-total h5 {
    font-size: 14px;
    color: #172153;
    font-weight: 600;
    margin-bottom: 10px;
}
#form-total .extra-cont p {
	padding-bottom: 10px;
}
#form-total .extra-cont p.warning {
	color: #F40004;
}
.link-btns, .back-btns {
	font-size: 14px;
	width: auto;
	height: auto;
	padding: 8px 16px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	transition: 0.3s;
}
.link-btns {
	background: #0fb9d5;
}
.back-btns {
	background: #666;
}
.link-btns:hover {
	background: #0d96ad;
	color: #fff;
}
.back-btns:hover {
	background: #333;
	color: #fff;
}
.right-sec p {
	font-size: 14px !important;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
}
.right-sec p a {
	color: #333;
	text-decoration: none;
}
.right-sec p a:hover {
	color: #0fb9d5;
	text-decoration: none;
}
.signin {
	font-size: 13px !important;
	padding: 12px 0 !important;
	color: #666 !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-bottom: 1px solid #ccc;
}

.inner-heder {
	padding: 110px 0 10px;
	background: #0ddcfe;
}
.inner-heder .in-hd-cont {
	height: 100%;
	vertical-align: middle;
	float: left;
	width: 100%;
	text-align: center;
}


.gift-card {
	width: auto;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	float: left;
}
.gift-card img {
	border-radius: 10px;
	position: relative;
}

.gift-card-cont {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 75%;
}
.com-logo {
	float: right;
	width: 100%;
    text-align: right;
}
.gift-card-cont-r {
	float: right;
	width: 60%;
	padding-top: 40px;
}
.gift-card-cont-l {
	float: right;
	width: 40%;
	padding-top: 40px;
}
.gift-card-cont-r {
	text-align: left;
}
.gift-card-cont-r h2 {
	margin-bottom: 10px;
}
.gift-card-cont-r p.usecode {
	font-size: 12px !important;
	line-height: 16px;
}
.gift-avatar {
	width: 125px;
	height: 125px;
	margin: 20px 0 0;
}
.gift-avatar img {
	border: 1px solid #666;
	border-radius: 50%;
}

#giftcard, #giftcardpymt {
	width: 100%;
	float: left;
	padding: 30px;
}
#giftcard p span, #giftcardpymt p span, #giftcard h3 span {
	float: right;
}
#giftcardpymt label {
	font-size: 13px;
}
button.placeorder {
    background: #0fb9d5;
    border: 1px solid #0fb9d5;
    transition: 0.3s;
}
button.placeorder:hover {
    background: #fff;
	color: #0fb9d5;
}



@media screen and (min-width: 240px) and (max-width: 765px) {
	.estmt, .untp, .amtp {
		display: none;
	}
	.resp-cont {
		font-size: 11px;
		font-weight: 600;
		padding-right: 5px;
		display: block !important;
	}

	.resp-heading {
		font-size: 10px;
	}

	.resp-text {
		font-size: 11px;
	}

	.resp-text-small {
		font-size: 10px;
	}

	.w-70{
		width: 90% !important;
	}
	.max-w-70{
		max-width: 90% !important;
	}

    .footer-ml-10 {
        margin-left: 10px;
    }

}

.grey-bottom-border {
	border-bottom: 1px solid #ddd;
}

.resp-cont {
   display: none;
}
/*# sourceMappingURL=style.css.map */

.restoration-bg {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../../frontend_assets/images/restoration_bg.webp")!important;
}
.font-white {
	color: #fff!important;
}

.side-border {
	border-left: solid #ccc 1px;
}



/* 12-08-2022 */
.mainheader {
    display: block !important;
}
.header-ad {
    width: auto;
    height: auto;
    border: 1px solid #172153;
    margin: 0 auto;
    display: table;
    padding: 3px 15px;
}
.header-ad p {
    font-size: 14px;
    color: #0ddcfe;
    text-align: center !important;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.header-ad p span {
    font-size: 13px;
    font-weight: 400;
    color: #172153;
}
.signin-hd {
    font-size: 16px;
    color: #172153;
    font-weight: 600;
    margin: 10px 0 0 5px;
    padding: 0;
    text-decoration: none;
    float: right;
}
.mainheader h6 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 11px;
    float: right;
    color: #172153;
    text-align: right;
}
@media all and (min-width: 992px) {
.navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: -20px;
    top: 102px;
}
}

.push-top {
	margin-top: -35px;
}

.text-white{
	color:white;
}

.text-grey{
	color:#444;
}

.bg-blue {
	/* color: #0fb9d5; */
	color: #0ddcfe;
}

.accordion-button{
	padding: 4px 0px !important;
}

.accordion-button:focus {
    outline: 0 !important; 
    /* box-shadow: inset 0 -1px 0 rgba(0,0,0,.125); */
	box-shadow: none;
	background-color: #fff; 
}

.accordion-button:not(.collapsed) {
	font-weight: bold;
    color:#000;
    background-color: #fff;
    /* box-shadow: inset 0 -1px 0 rgba(0,0,0,.125); */
    outline: 0 !important;
}

.accordion-item {
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom-color: #0ddcfe;	
}

.btest {
	border: 1px solid red;
}

.font-13{
	font-size: 13px !important;
}

.font-12{
	font-size: 12px !important;
}
.font-9{
	font-size: 9px !important;
}
.menu-icon{
	height:32px;
	width:32px;
	padding:3px;
}

.menu-icon-r2r {
	height:30px;
	width:30px;
	padding:3px;
}

.menu-icon-audio {
	height:30px;
	width:33px;
	padding:3px;
}

.menu-icon-video {
	height:28px;
	width:40px;
	padding:3px;
}

.grow:hover
{
	-webkit-transform: scale(1.3);
	-ms-transform: scale(0.5);
	transform: scale(1.1);
	transition: 2.5s all ease;
}

/* mobile navigation */


@media (max-width: 767px) {
#overlay .close {
    opacity: 1 !important;
    width: 26px;
    height: 26px;
    background: url(../images/X.svg) no-repeat;
    background-size: 24px 23px;
	float: right;
}	
}

.mburger {
	display: none !important;
}

#open-overlay {
    padding: 0;
    text-decoration: none;
    display: inline-block;
    margin: 0;
}
.mburger {
    width: 26px;
    height: 26px;
    background: url(../images/M.svg) no-repeat;
    background-size: 31px 25px;
	position: absolute;
    top: 10px;
    right: 75px;
}
#overlay {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background: white;
    color: black;
    padding: 10px;
    /* position: absolute; */
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: scroll;
    position: fixed;
}

#sidebar-wrapper .sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
}

#sidebar .col-megamenu li a {
    text-decoration: none;
    color: #172153;
    font-size: 14px;
}

#homeBannerCarousel .carousel-item {
	height: auto;
	/*background-size: cover !important;*/
	background-position-x: 0% !important;
}
#homeBannerCarousel .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 25%;
    left: unset;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    width: 60%;
}
#homeBannerCarousel .carousel-caption h3 {
	font-size: 60px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
	text-align: center;
	line-height: normal;
}
#homeBannerCarousel .carousel-caption h5 {
	font-size: 46px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
	text-align: center;
	line-height: normal;
}
#homeBannerCarousel .carousel-caption p {
	font-size: 46px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
	text-align: center;
	line-height: 46px;
}



@media screen and (min-width: 241px) and (max-width: 991.98px) {
#homeBannerCarousel .carousel-caption h5 {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 26px;
}

#homeBannerCarousel .carousel-caption p {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 30px;
}
#homeBannerCarousel .carousel-caption .c-m-h6 {
    font-size: 23px;
    margin-bottom: 10px;
    line-height: 36px;
}
#homeBannerCarousel .carousel-caption {
    bottom: 0;
    width: 100%;
	top: 10%;
	position: absolute;
	background: rgba(0,0,0,0.2) !important;
}
	.megamenu {
		border: none;
	}
	#overlay h6.title a {
    text-decoration: none;
    color: #172153;
}
	#overlay h6.title {
    font-size: 14px;
}
	#sidebar a.nav-link {
    font-size: 16px;
    margin: 0;
    padding: 8px 0;
}
	.banner-overlay-m {
	background: rgba(0,0,0,0.3) !important;
}


	.kinoke-btn{
		width: 90% !important;
		margin-left: 5% !important;
	}
	.print-product-btn{
		width: 90% !important;
		height: 60px !important;
		font-size: 28px !important;
		line-height: 43px !important;
		margin-left: 5% !important;
		font-weight: bold !important;
	}


    .deals-margin {
        margin-top: 7px;
    }

    .top-h2 {
        font-size: 12px !important;
    }

    .top-header{
        height: 70px !important;
    }

    #topHead .flip-clock-wrapper {
        width: 316px !important;
    }

    #topHead .flip-clock-wrapper ul li a div div.inn {
            font-size: 16px!important;
            line-height: 25px!important;
    }

    #topHead .flip-clock-wrapper ul li a div div.inn {
            font-size: 16px!important;
            line-height: 25px!important;
    }

    #topHead .flip-clock-wrapper ul {
        height: 25px;
        line-height: 35px;
    }

    #topHead .flip-clock-divider .flip-clock-label {
        top: 25px !important;
    }

    #topHead .clock-section {
        margin-top: 2px!important;
        margin-left: -20px!important;
    }

    .thmt10 {
        margin-top: 0px !important;
    }

    .bot-32 {
        bottom: 0px !important;
    }

    .pod-dn {
        display: none !important;
    }

    .footer-ml-10 {
        margin-left: 10px;
    }

}

.text-blue h5, .text-blue p {
	/*color: #142251 !important;*/
}
.banner-overlay-m {
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0);
}


@media screen and (min-width:  241px) and (max-width:  768px) {
	/*#homeBannerCarousel .carousel-item {
		background-size: contain !important;
		background-repeat: no-repeat !important;
	}*/
	.mob_banner_promo {
		content: url('../images/banners/promo/sc_kit_promo_dec_mob.webp?14552') !important;
	}
	.mob_banner_3 {
		content: url('../images/banners/200_million_mobile_banner_2.webp')!important;
	}
	.mob_banner_4 {
		content: url('../images/banners/banner_2_mob.webp')!important;
	}
	.mob_banner_5 {
		content: url('../images/banners/banner_3_mob.webp')!important;
	}
	.mob_banner_6 {
		content: url('../images/banners/banner_8_mob.webp')!important;
	}
	.mob_banner_7 {
		content: url('../images/banners/banner_5_mob.webp')!important;
	}

	.mob_banner_1 {
		display: block;
		width: 100%;
	}

	.mob_banner_2 {
		content: url('../images/banners/promo/sc_jan_evergreen_kit_banner_2025_mob.jpg?145752') !important;
	}

    .footer-ml-10 {
        margin-left: 10px;
    }
}
@media screen and (min-width:  768px) {
	.mob_banner_1 {
		display: none;
	}
}

.cta_button_b {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	display:flex;
	justify-content:center;
	padding:0;
/*	margin-right:2%;
	margin-bottom:1rem;
	margin-left:2%;*/
	margin:  0 auto;	
	list-style:none
}

.left-block {
	left: 0!important;
}

.caption_shadow {
	text-shadow: 1px 2px 3px rgba(0,0,0,0.6)!important;
}


/* IMAGE GRID STYLES 20=-09-2022 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-grid figure {
  margin-bottom: 0;
}

.image-grid img {
/*  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);*/
  transition: box-shadow 0.2s;
}

.image-grid a:hover img {
  /*box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);*/
}


/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}

.image-grid .form-check {
    float: right;
    font-size: 13px;
    padding-top: 5px;
}

  .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

 .txt-area {
 	resize: none;
 	width: 100%;
 	border-color:  #ccc;
 }

 @media all and (min-width: 991px) and (max-width: 1200px) {
	.navbar .megamenu {
	    top: 85px;
	}

}

.pricingmenu {
  overflow: hidden;
  background-color: #fff;
}

.pricingmenu a {
  float: left;
  display: block;
  color: #0ddcfe;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.pricingmenu a:hover {
  background-color: #fff;
  color: #2bb7ea;
}

.pricingmenu a.active {
  background-color: #2bb7ea;
  color: white;
}

.pricingmenu .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .pricingmenu a:not(:first-child) {display: none;}
  .pricingmenu a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .pricingmenu.responsive {position: relative;}
  .pricingmenu.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .pricingmenu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 991px) {
	.tcd {
		text-align: center;
		margin-left: 20%;
	}
	.cta_button_b {
		bottom: 0px!important;
	}
	.pl8rem {
		padding-left: 8rem !important;
		padding-right: 8rem !important;
	}
	.kinoke-btn{
		width: 140px !important;
		margin-left: calc(50% - 70px) !important;
	}
	.print-product-btn{
		width: 200px !important;
		height: 60px !important;
		font-size: 28px !important;
		line-height: 43px !important;
		font-weight: bold;
	}

    .top-h2 {
        font-size: 12px !important;
    }

    .top-header{
        height: 70px !important;
    }

    #topHead .flip-clock-wrapper ul li a div div.inn {
            font-size: 16px!important;
            line-height: 25px!important;
    }

    #topHead .flip-clock-wrapper ul {
        height: 25px;
        line-height: 35px;
    }

    #topHead .flip-clock-divider .flip-clock-label {
        top: 25px !important;
    }

    #topHead .clock-section {
    }

    .thmt10 {
        margin-top: 0px !important;
    }

    .bot-32 {
        bottom: 0px !important;
    }

    .pod-dn {
        display: none !important;
    }
}
@media screen and (min-width: 1920px) {
	.pl8rem {
		padding-left: 18rem !important;
		padding-right: 18rem !important;
	}
	.kinoke-btn{
		width: 300px !important;
		margin-left: calc(50% - 150px) !important;
	}
	.print-product-btn{
		width: 300px !important;
		height: 60px !important;
		font-size: 28px !important;
		line-height: 43px !important;
		font-weight: bold !important;
	}
	.max-w-990 {
		max-width: 990px!important;
		margin-right: 0;
	}
}
.beer-reveal[data-beer-label]:after {
    top: 80%!important;
}

.beer-slider[data-beer-label]:after {
    top: 80%!important;	
}

#homeBannerCarousel .carousel-item {
	text-align: center;
	margin-top: 0px !important;
}
.h1bigheading{
    font-size: 3.75rem !important;
    line-height: 55px;
}


@media screen and (min-width: 240px) and (max-width: 765px) {

	.top-h2 {
		font-size: 10px!important;
		text-align: center!important;
	}

	.top-header{
		height: 90px!important;
        max-height: 90px;
	}

    #topHead .flip-clock-wrapper ul li a div div.inn {
            font-size: 14px!important;
            line-height: 26px!important;
    }

    #topHead .flip-clock-wrapper ul {
        height: 28px;
        line-height: 28px;
    }

    #topHead .flip-clock-divider .flip-clock-label {
        top: 36px !important;
    }

	#topHead .clock-section {
        margin-top: -10px !important;
        margin-left: auto !important;
    }

    .thmt10 {
        margin-top: 5px;
    }

	#topHead .flip-clock-divider {
		margin-top: 0!important;
	}
	.flip-clock-dot {
		width: 5px!important;
		height: 5px!important;
		left: 8px!important;
	}

    .footer-ml-10 {
        margin-left: 10px;
    }

    .float-ml-unset-mobile {
        float: unset !important;
        margin-left: 0px !important;
    }
}
@media screen and (min-width: 240px) and (max-width: 374px) {

    .footer-mob-logo {
        margin-top: -100px;
        margin-bottom: -60px;
    }

    .footer-ml-10 {
        margin-left: 10px;
    }

	.top-h2 {
		font-size: 10px!important;
		text-align: center!important;
        margin-top: 5px;
        margin-bottom: 6px !important;
	}

	.top-header{
		height: 90px !important;
	}

	#topHead .flip-clock-wrapper ul li a div div.inn {
		    font-size: 16px!important;
		    line-height: 25px!important;
	}

	#topHead .flip-clock-wrapper ul {
		height: 25px;
		line-height: 35px;
	}

	#topHead .flip-clock-divider .flip-clock-label {
		top: 25px !important;
	}

	#topHead .clock-section {
        margin-top: 0px!important;
        margin-left: -20px!important;
	}
	
	.thmt10 {
		margin-top: 5px;
	}

	#topHead .flip-clock-divider {
		margin-top: 7px !important;
	}
	.flip-clock-dot {
		width: 5px!important;
		height: 5px!important;
		left: 5px!important;
	}
	.flip-clock-divider {
		width: 15px!important;
	}
	
}
.thmt10 {
	margin-top: 10px;
}

.img_card {
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 6px;
    padding: 6px;
    background-color: #fff;
    border-radius: 8px;
}

.img_card img {
    max-width: 100%;
    height: auto;
}

.img_card h2 {
    font-size: 24px;
    margin: 8px 0;
}

.img_card p {
    font-size: 16px;
    color: #555;
}


/*New styles for mob menu*/
div#overlay.sc-main-mob-menu{
	display: none !important;
	-webkit-transition:all 400ms ease-out;
	-moz-transition:all 400ms ease-out;
	-ms-transition:all 400ms ease-out;
	-o-transition:all 400ms ease-out;
	transition:all 400ms ease-out;
	opacity: 0;
	right: -110%;
	z-index: -1;
	left: auto;
}
div#overlay.sc-main-mob-menu.opened{
	opacity: 1;
	right: 0;
	z-index: 9999999;
}
.mob-hamburger{ position: inherit;}
.mob-hamburger .mburger{
	width: 40px;
	height: 33px;
	background-image: none;
	right: 0;
}
div#overlay.sc-main-mob-menu .navbar-nav{
	padding: 20px;
}
div#overlay.sc-main-mob-menu .navbar-nav .dropdown-toggle::after {
	display: none;
}
div#overlay.sc-main-mob-menu .navbar-nav li.nav-item{
	position: relative;
	padding: 6px;
	border-bottom: 1px solid #eee;
	padding-right: 0;
}
div#overlay.sc-main-mob-menu .navbar-nav li.nav-item.has-megamenu > a{
	padding-right: 30px;
}
div#overlay.sc-main-mob-menu .navbar-nav li.nav-item:last-child{
	border-bottom: 0;
}
div#overlay.sc-main-mob-menu .navbar-nav li.nav-item span.menu-plus {
	position:absolute;
	right:0;
	top:21px;
	display:block;
	width:18px;
	height:18px;
	cursor:pointer;
	margin-top: 0;
	right: 6px;
  }
  div#overlay.sc-main-mob-menu .navbar-nav li.nav-item span.menu-plus::after,
  div#overlay.sc-main-mob-menu .navbar-nav li.nav-item span.menu-plus::before {
	content:'';
	width:100%;
	height:2px;
	background:#172153;
	position:absolute;
	top:50%;
	left:0;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
	-webkit-transition:all 200ms ease-out;
	-moz-transition:all 200ms ease-out;
	-ms-transition:all 200ms ease-out;
	-o-transition:all 200ms ease-out;
	transition:all 200ms ease-out
  }
  div#overlay.sc-main-mob-menu .navbar-nav li.nav-item span.menu-plus::after {
	-webkit-transform:rotate(0);
	-moz-transform:rotate(0);
	-ms-transform:rotate(0);
	-o-transform:rotate(0);
	transform:rotate(0)
  }
  div#overlay.sc-main-mob-menu .navbar-nav li.nav-item.opened span.menu-plus::before {
	-webkit-transform:rotate(0);
	-moz-transform:rotate(0);
	-ms-transform:rotate(0);
	-o-transform:rotate(0);
	transform:rotate(0)
  }
  div#overlay.sc-main-mob-menu #sidebar a.nav-link{
	font-size: 18px;
	font-weight: 600;
  }
  div#overlay.sc-main-mob-menu .sc-main-mob-menu-close{
	position: absolute;
	width: 27px;
	height: 27px;
	background: none;
	margin-right: 0;
	display: block;
	float: right;
	cursor: pointer;
	right: 16px;
	top: 25px;
  }
  div#overlay.sc-main-mob-menu a.sc-main-mob-menu-close::after,
  div#overlay.sc-main-mob-menu a.sc-main-mob-menu-close::before {
	content:'';
	width:100%;
	height:2px;
	background:#ff8303;
	position:absolute;
	top:50%;
	left:0;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:all 200ms ease-out;
	-moz-transition:all 200ms ease-out;
	-ms-transition:all 200ms ease-out;
	-o-transition:all 200ms ease-out;
	transition:all 200ms ease-out
  }
  div#overlay.sc-main-mob-menu a.sc-main-mob-menu-close::after {
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	transform:rotate(135deg)
  }
.sc-submenu{
	display: none;
	position: relative;
}
.sc-main-mob-menu .navbar-brand{
	display: inline-block;
	max-width: 140px;
	padding-top: 13px;
	padding-left: 15px;
}
.signin-hd{
	margin-top: 4px;
}
.sticky-top{
	padding-bottom: 10px;
}
.headerBg.sticky-top{
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.navbar .megamenu{
	top: 100% !important;
}
.navbar .megamenu::before{
	position: absolute;
	top: -18px;
  	height: 20px;
	width: 100%;
	left: 0;
	content: '';
}
body #enhancement p,body  #services p,
body #services ul li{
	font-size: 18px;
	line-height: 1.6em;
}
body #save p,body  #restoration p,body  #product_partial p{
	font-size: 18px;
	line-height: 1.6em;
}
body #enhancement p{
	font-size: 18px !important;
	line-height: 1.6em;
}
body h4{
	font-size: 18px;
}
.tp-widget .carousel-inner .title,
.tp-widget .carousel-inner .descriptions{
	font-size: 16px;
}
.sticky-top #navbarCollapse h6.title {
	font-size: 17px;
	text-align: left;
}
.sticky-top #navbarCollapse .dropdown-toggle::after{
	content: '';
	position: relative;
	display: inline-block;
	border: 0;
	width: 12px;
	height: 7px;
	background: url("../images/chevron-down-icon.svg?v=1") no-repeat center;
	background-size: 100%;
}
.sticky-top.headerBg::after{
	content: '';
	position: absolute;
	height: 5px;
	background-color: #2bb7ea;
	left: 0;
	width: 100%;
	top: 0;
}
.sc-scanning-row.row {
	flex-wrap: nowrap;
}
.sc-scanning-row.row > div:nth-child(2n){
	flex: auto;
	flex-grow: 0;
	flex-shrink: 0;
	align-self: center;
	width: 350px;
}
.sc-scanning-row.row > div:first-child{
	flex: auto;
	align-self: center;
	padding-right: 8%;
	flex-grow: 1;
	flex-shrink: 1;
	width: auto;
}
.sc-left-image-row.row,
.sc-right-image-row.row{
	flex-wrap: nowrap;
	/* max-width: 1400px !important; */
	margin: 0 auto !important;
}
.sc-left-image-row > div:nth-child(1),
.sc-right-image-row > div:nth-child(2){
	flex: auto;
	flex-grow: 0;
	flex-shrink: 0;
	width: auto;
	padding-right: 70px;
}
.sc-right-image-row > div:nth-child(2){
	padding-right: 0;
	padding-left: 70px;
}
.sc-left-image-row > div:nth-child(2),
.sc-right-image-row > div:nth-child(1){
	flex: auto;
	flex-grow: 1;
	flex-shrink: 1;
	width: auto;
}
body .sc-gap-bottom.row,
body .sc-gap-bottom{
	margin-bottom: 50px !important;
}
.container div .sc-carousel-wrap{
	padding:0 6%;
	position: relative;
	margin-left: 0;
}
.sc-carousel-prev,
.sc-carousel-next{
	position: absolute;
	left: 12px;
	top: 50%;
	width: 27px;
  	height: 50px;
	margin-top: -25px;
}
.sc-carousel-next{
	left: auto;
	right: 12px;
}
.sc-carousel-prev button,
.sc-carousel-next button{
	position: absolute !important;
	width: 100%;
	height: 100%;
	background: url(../images/chevron-left.png) no-repeat center;
	background-size: contain;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
}
.sc-carousel-next button{
	background-image: url(../images/chevron-right.png);
}
.sc-carousel-prev button::before,
.sc-carousel-next button::before{
	display: none !important;
}
.sc-tp-date{
	font-size: 14px;
}
.tp-widget .sc-carousel-wrap .carousel-inner .name,
.tp-widget .sc-carousel-wrap .carousel-inner .date{
	font-size: 14px !important;
}
.google-review-card p.review-text{
	min-height: 118px;
}
.google-review-card .days-ago{
	font-size: 14px;
}
body,html{
	width: 100%;
}
section.sc-newsletter-box{
	padding: 10px 15px !important;
}
.sc-newsletter-box form{
	border-radius: 0;
	padding: 0;
}
.sc-newsletter-box .sc-newsletter-box-inner{
	padding: 15px;
	border-radius: 10px;
	background-color: #f9f9f9;
}
.sc-newsletter-box-top{
	width: 100%;
	padding-bottom: 15px;
}
.sc-newsletter-box .news_letter{
	max-width: 800px !important;
	margin: 0 auto !important;
}
footer a{
	font-size: 14px;
}
footer p{
	font-size: 16px;
}
footer #social{
	flex-wrap: wrap;
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
}
#social a{
	margin-right: 5px;
}
#social i{
	width: 40px;
	height: 40px;
	font-size: 24px;
}
#enhancement ul li,
#enhancement ol li{
	font-size: 16px;
}
@media screen and  (min-width: 576px) {
	.container{
		max-width: 95% ;
	}
}
@media screen and  (min-width: 768px) {
	.container{
		max-width: 95% ;
	}
}
@media screen and  (min-width: 992px) {
	.container{
		max-width: 95% ;
	}
	.sc-content-991{
			display: initial !important;
	}
	.ca-font-16 {
		font-size: 16px !important;
	}
}
@media screen and  (min-width: 1200px) {
	.container{
		max-width: 95% ;
	}
	.container_inner{
		max-width: 91.5% !important;
	}
}
@media screen and (max-width: 1200px) {
	.navbar .megamenu{
		top: 100% !important;
	}
	.navbar .megamenu::before{
		top: -15px;
		height: 15px;
	}
}

@media screen and (max-width: 991px) {
	.sc-google-carousel-row{
		width: 100%;
	}
	.sc-google-carousel-mob .review-card{
		text-align: center;
	}
	.sc-google-carousel-row .profile-pic{
		margin-bottom: 9px;
	}
	.sc-left-image-row > div:nth-child(1),
	.sc-right-image-row > div:nth-child(2){
		padding-left: 12px;
		padding-right: 12px;
		width: 100%;
		text-align: center;
	}
	.sc-right-image-row,.sc-left-image-row {
		flex-direction: column;
	}
	div#overlay.sc-main-mob-menu{
		display: block !important;
	}
	div#overlay.sc-main-mob-menu h6.title{
		font-size: 16px;
		color: #000;
		margin-bottom: 12px;
		font-weight: 600;
	}
	div#overlay.sc-main-mob-menu h6.title a{
		font-weight: 400;
	}
	div#overlay.sc-main-mob-menu li .col-megamenu li a{
		font-size: 16px;
		margin-bottom: 12px;
		display: inline-block;
	}
	.sc-submenu .container{
		margin-left: 0;
		padding-left: 20px;
	}
	#product_partial .row{
		flex-wrap: wrap;
		justify-content: center;
	}
	#product_partial .row > div{
		width: 33.33%;
		margin: 10px 0;
	}
	#restoration, footer{
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 768px) {
	.sc-scanning-row.row{
		justify-content: center;
		flex-wrap: wrap;
	}
	.sc-scanning-row.row > div:first-child{
		padding: 0 12px;
	}
	.sc-scanning-row.row > div:nth-child(2n){
		flex-grow: 0;
		flex-shrink: 0;
		align-self: center;
	}
	#ju_bbox .ju_tab_text span{
		font-size: 16px !important;
	}
	#ju_bbox {
		width: auto !important;
		padding: 5px 20px !important;
	}
	#product_partial .row > div{
		width: 50%;
	}
}
@media screen and (max-width: 600px) {
	div#overlay.sc-main-mob-menu .navbar-nav{
		padding: 15px 6px;
	}
	#product_partial .row > div{
		width: 100%;
	}
}
/* New Screens - Order delivery */
.cafe-inner-box{
	padding: 0 3%;
	padding-bottom: 20px;
	position: relative;
}
.flex{
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	flex-wrap: wrap;
}
.cafe-order-box-wrap{
	padding-top: 5px;
}
.cafe-order-box-left{
	width: 59%;
	position: relative;
}
.cafe-order-box-right{
	width: 41%;
	padding-left: 25px;
}
.cob-main{
	border: 2px solid #000000;
	border-radius: 20px;
	overflow: hidden;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.cob-main-big{
	height: 100%;
}
.cob-big-left{
	width: 300px;
	padding: 49px 35px;
	padding-top: 103px;
	position: relative;
	z-index: 1;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.cob-big-left img{
	width: 100%;
	max-width: 356px;
}
.cob-big-image{
	text-align: center;
}
.cob-big-right{
	padding-top: 56px;
	padding-bottom: 200px;
	position: relative;
	flex-grow: 1;
	max-width: 550px;
}
.cob-main-small{
	margin-bottom: 25px;
	height: calc(33.33% - 16px);
}
.cob-small-image{
	height: 95px;
	align-items: center;
	justify-content: center;
}
.cob-small-image img{
	max-width: 90%;
	max-height: 85%;
	width: auto;
	height: auto;
}
.cob-small-title{
	padding-bottom: 5px;
	margin-bottom: 0;
	font-size: 28px;
	line-height: 1.1em;
	font-weight: 600;
	color: #0c154a;
	text-align: center;
}
.cob-small-note,
.cob-big-note{
	font-size: 14px;
	color: #7d7775;
	text-align: center;
}
.cob-small-left > div{
	width: 100%;
}
.cob-small-left{
	width: 57%;
	padding: 12px 15px;
}
.cob-small-right{
	width: 43%;
	background-color: #192153;
	align-items: center;
	padding: 20px 29px;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}
.cob-price{
	font-size: 30px;
	line-height: 1.05em;
	font-weight: 700;
	color: #fff;
	text-align: right;
}
.cob-price small{
	font-size:0.5em;
	font-weight: 300;
	display: block;
	width: 100%;
	line-height: 1em;
	margin-top: 4px;
}
.cob-price.strike{
	text-decoration: line-through;
}
.cob-checkbox{
	background-color: #fe8502;
	border-radius: 8px;
	padding: 8px 10px;
	display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

 /* Customize the label (the container) */
 .cob-checkbox-label {
	position: relative;
	padding-left: 32px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #FFF;
	align-items: center;
  }
  
  /* Hide the browser's default checkbox */
  .cob-checkbox-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
/* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ffffff;
	border: 1px solid #e6ebf2;
	border-radius: 7px;
  }
  
  /* On mouse-over, add a grey background color */
  .cob-checkbox-label:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .cob-checkbox-label input:checked ~ .checkmark {
	background-color: #FFF;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .cob-checkbox-label input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .cob-checkbox-label .checkmark:after {
	left: 8px;
	top: 5px;
	width: 7px;
	height: 12px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  } 
  .kinoke-logo{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
  }
  .kinoke-logo img{
    max-width: 100%;
    max-height: 103px;
	width: auto;
	height: auto;
  }
  ul.kinoke-ul{
	padding-left: 0;
	padding-right: 20px;
	margin: 0;
  }
  ul.kinoke-ul li{
	list-style: none;
	padding-left: 32px;
	background: url(../images/kinoke-tick.jpg) no-repeat top 4px left 0px;
	background-size: 18px auto;
	font-size: 17px;
	color: #192153;
	padding-bottom: 15px;
	line-height: 1.2em;
  }

  ul.heritage-ul{
    padding-right: 20px;
    margin: 0;
  }
  ul.heritage-ul li{
    list-style: none;
    padding-left: 32px;
    background: url(../images/star_bullet.png) no-repeat top -2px left 0px;
    background-size: 20px auto;
    font-size: 16px;
    color: #192153;
    padding-bottom: 10px;
    line-height: 1.2em;
  }
  sup {
    position: relative;
    font-size: 40%;
    line-height: 0;
    vertical-align: baseline;
    top: -1.2em;
  }
  .fa-icon-list {
      list-style: none;           /* Remove default bullet points */
      position: relative;         /* Position relative for pseudo-element */
      padding-left: 30px;         /* Add padding to make space for the icon */
    }

    .fa-icon-list::before {
      content: "\f005";           /* Unicode for the star icon in Font Awesome 4.7.0 */
      font-family: "FontAwesome"; /* Font family name for Font Awesome 4.7.0 */
      position: absolute;         /* Position the icon */
      left: 0;                    /* Align icon to the left */
      top: 50%;                   /* Center icon vertically */
      transform: translateY(-50%);/* Adjust the vertical alignment */
      font-size: 16px;            /* Icon size */
      color: #FFD700;             /* Gold color for the star icon */
    }
  .best-value-icon{
	position: absolute;
	display: block;
	left: 50px;
	top: -9px;
	background: url(../images/Best-Value-Icon.png) no-repeat center top;
	background-size: contain;
	width: 155px;
	height: 70px;
  }
  .cob-more{
	text-decoration: underline;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 20px;
  }
  .cob-big-footer{
	background-color: #192153;
	padding: 20px 40px;
	position: absolute;
	min-height: 180px;
	width: 100%;
	align-items: center;
	margin-top: 30px;
	bottom: 0;
	left: 0;
  }
  .cafe-order-box-right > .cob-main-small:last-child{
	margin-bottom: 0;
  }

  .cob-big-footer > div{
	width: 100%;

  }
  .cob-big-footer::after{
	content: '';
	position: absolute;
	top: 0;
	left: -200%;
	width: 200%;
	height: 100%;
	background-color: #192153;
  }
  .cob-big-footer .cob-price{
  	justify-content: space-between;
  }
  .cob-big-footer .cob-price .strike{
	text-decoration: line-through;
	opacity: 0.9;
	color: #c6c6c6;
  }
  .cafe-page-title{
	color:#192153;
	font-weight: 700;
  }
  .cafe-sub-title{
	color: #192153;
	font-size: 20px;
  }
  .cafe-subtotal{
	font-size: 24px !important;
	color: #192153;
  }
  div .cafe-back,.cafe-back{
	background-color: #c6c6c6 !important;
	width: 250px;
  font-weight: 600;
  font-size: 22px;
  max-width: 100%;
  }
  div .cafe-continue,.cafe-continue{
	background-color: #2eb6e6 !important;
	width: 250px;
	font-weight: 600;
	font-size: 22px;
	max-width: 100%;
  }
  .cob-quantity{
	background-color: #d6d6d7;
	border-radius: 5px;
	padding: 6px 15px;
	justify-content: space-around;
	font-size: 14px;
	color: #fff;
	margin-top: 13px;
	width: 100%;
  }
  .cob-quantity.active{
	background-color: #fe8502;
  }
  .cob-quantity input{
	border-radius: 3px;
	border: 2px solid #e7e5e5;
	font-size: 18px;
	height: 26px;
	max-width: 70px;
	width: 50%;
  }
  @media all and (max-width:1920px){
	.cob-quantity input{
		max-width: 40px;
	}
  }
  @media all and (max-width:1400px){
	.cob-small-title{
		font-size: 27px;
	}
	.cob-price{
		font-size: 30px;
	}
	.cob-checkbox-label{
		font-size: 18px;
		height: 32px;
	}
	.cob-small-right{
		padding: 20px;
	}
	.cafe-page-title{
		font-size: 35px;
	}
	
  }
  @media all and (max-width: 1100px){
	.cob-big-footer{
		padding: 20px;
	}
  }
  @media all and (max-width: 1024px){
	.cafe-order-box-right{
		padding-left: 0;
		width: 100%;
		padding-top: 25px;
	}
	.cafe-order-box-left{
		width: 100%;
	}
	.cob-quantity input{
		max-width: none;
	}
	.cob-main-small{
		height: auto;
	}
  }
  @media all and (max-width: 1024px){
	.kinoke-logo img{
		max-width: 75%;
	}
	ul.kinoke-ul li{
		background-size: 20px auto;
  		font-size: 16px;
		padding-bottom: 20px;
		padding-left: 32px;
	}
	
	.cob-big-footer{
	min-height: 200px;
	}
	.cafe-sub-title{
		font-size: 18px;
	}
  }
  @media all and (max-width: 768px){
	
	.cafe-sub-title{
		font-size: 16px;
	}
  }
  @media all and (max-width: 700px){
	.cob-main > div{
		width: 100%;
		max-width: none !important;
	}
	.cob-main{
		flex-wrap: wrap;
	}
	.cob-big-right{
		padding-top: 10px;
		padding-bottom: 0;
	}
	.cob-big-footer{
		position: relative;
		bottom: auto;
		padding: 20px;
	}
	.cob-big-left{
		padding: 20px;
		padding-top: 80px;
	}
	.cob-more{
		color: #1f2252;
	}
	ul.kinoke-ul{
		padding: 0 20px;
	}
	div .cafe-back,.cafe-back,
	div .cafe-continue{
		font-size: 18px;
		width: auto;
	 }
	 .cob-big-left img{
		max-width: 170px;
	 }
	 .kinoke-logo img{
		width: 70%;
		max-width: 230px;
	 }
	 .cafe-sub-title.s1 {
	 	font-size: 18px;
	 }
  }
  .cafe-order-main{
	border-radius: 0;
	background-color: #2eb6e6;
	color: #FFF;
	padding: 20px 80px;
  }
  .cafe-page-title.s1{
	color: #FFF;
	margin-bottom: 0;
  }
  .cafe-sub-title.s1{
	color: #FFF;
	font-size: 16px;
	margin-bottom: 0;
  }
  .cafe-box-container{
	width: 100%;
	max-width: 1390px;
	margin: 0 auto;
  }
  
  .cafe-order-box{
	padding: 18px;
	width: 50%;
	position: relative;
  }
  .cafe-order-box .cafe-order-box-inner{
	padding: 20px 12%;
	padding-bottom: 30px;
	background-color: #FFF;
	border-radius: 11px;
	height: 100%;
  }
  .most-flexible-icon{
	position: absolute;
	display: block;
	left: 50px;
	top: 9px;
	background: url(../images/Most-Flexible-Icon.png) no-repeat center top;
	background-size: contain;
	width: 98px;
	height: 65px;
  }
  .most-popular-icon{
	position: absolute;
	display: block;
	left: 50px;
	top: 9px;
	background: url(../images/Most-Popular-Icon.png) no-repeat center top;
	background-size: contain;
	width: 98px;
	height: 65px;
  }
  .cafe-order-footer{
	text-align: center;
	margin-top: 10px;
  }
  .cafe-button {
	color: #FFF;
	text-decoration: none;
	background-color: #fe8502;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 40px;
	text-align: center;
	max-width: 100%;
	display: inline-block;
  }
  .cafe-button:hover, .cafe-button:active{
	color: #FFF;
	opacity: 0.8;
  }
  .cafe-more-link{
	font-size: 14px;
	text-decoration: underline;
	color: #192153;
	margin-top: 10px;
	display: block;
  }
  .cafe-option-title{
	color: #192153;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
  }
  .cafe-order-img{
	height: 140px;
	align-items: center;
	justify-content: center;
  }
  .justify-r{
	justify-content: right;
  }
  .cafe-order-img img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: inline-block;
  }
  .cafe-order-title{
	color: #192153;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0;
  }
  .cafe-order-border{
	width: 100%;
	height: 3px;
	border-radius: 5px;
	background-color: #28b4e5;
	margin: 17px 0;
  }
  .kinoke-ul.s1{
	min-height: 140px;
  }
  .cafe-cc-left{
	width: 200px;
	height: 200px;
	flex-grow: 0;
	flex-shrink: 0;
  }
  .cafe-cc-right{
	padding-left: 40px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
  }
  .cafe-cc-left img{
	border-radius: 50%;
	width: 100%;
	height: 100%;
  }

  ul.cc-ul{
	padding-left: 0;
	padding-right: 30px;
	margin: 0;
  }
  ul.cc-ul li{
	list-style: none;
	padding-left: 32px;
	background: url(../images/cc-ul.jpg) no-repeat top 5px left 0px;
	background-size: 18px auto;
	font-size: 18px;
	color: #192153;
	padding-bottom: 10px;
	line-height: 1.2em;
  }
  .cafe-order-box.s1{
	width: 100%;
  }
  .cafe-order-box .cafe-order-box-inner.s1{
	flex-wrap: nowrap;
	background-color: #c0e9f7;
	padding: 20px 30px;
  }
  .cafe-cc-title{
	color: #192153;
	font-size: 24px;
	font-weight: 700;
  }
  .cafe-cc-contact{
	display: inline-block;
	padding: 5px 15px;
	background-color: #fff;
	border-radius: 8px;
	font-size: 20px;
	font-weight: 700;
	color: #192153;
	text-decoration: none;
	margin-top: 13px;
  }
  .read-more-next-wrap{
	display: none;
	text-align: center;
 }
 .read-more-next{
	position: relative;
	display: inline-block;
	padding-top: 18px;
	color: #192153;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 10px;
}
.read-more-next::after{
	content: '';
	background: url(../images/read-more-down.svg) no-repeat center bottom;
	width: 20px;
	height: 20px;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -10px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.read-more-next.open::after{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
  @media all and (max-width:1300px){
	.cafe-order-main{
		padding: 20px 40px;
	}
	.cafe-order-box .cafe-order-box-inner{
		padding: 25px 40px;
	}
	
  }
  @media all and (max-width:1024px){
	ul.cc-ul li{
		font-size: 16px;
		padding-left: 32px;
	}
	.cafe-cc-title{
		font-size: 20px;
	}
	.cafe-cc-contact{
		font-size: 18px;
	}
	.cafe-order-box .cafe-order-box-inner.s1{
		padding:20px 30px;
	}
	.cafe-button{
		font-size: 18px;
	}
	.cafe-order-box .cafe-order-box-inner{
		padding: 25px;
	}
	.kinoke-ul.s1{
		min-height: 170px;
	}
	.cafe-order-title{
		font-size: 27px;
	}
	.cafe-option-title{
		font-size: 16px;
	}
	.cafe-order-img {
		height: 140px;
		align-items: flex-end;
	}
	.most-flexible-icon, .most-popular-icon {
		left: 30px;
		top: 11px;
		width: 80px;
		height: 53px;
	}
  }
  @media all and (max-width:768px){
	.most-flexible-icon, .most-popular-icon {
		left: 20px;
		top: 3px;
	}
	ul.cc-ul{
		padding: 0;
	}
	.cafe-order-box{
		width: 100%;
	}
	.cafe-order-box .cafe-order-box-inner.s1{
		justify-content: center;
		flex-wrap: wrap;
		padding: 20px 25px;
	}
	.cafe-cc-right{
		width: 100%;
		padding-left: 0;
		padding-top: 25px;
	}
	.kinoke-ul.s1{
		min-height: auto;
	}
	.cafe-option-title{
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.cafe-order-border{
		border-radius: 3px;
		height: 6px;
	}
	.cafe-order-main{
		padding: 20px 20px;
	}
	.cafe-button{
		font-size: 16px;
		padding: 8px 30px;
	}
	.cafe-cc-title{
		font-size: 21px;
	}
	
	.read-more-next-wrap{
		display: block;
	}
	.cafe-order-box ul.kinoke-ul{
		padding: 0 !important;
	}
	.hide-on-mob{
		display: none;
	}
	.cafe-order-title{
		font-size: 24px;
	}
	.cafe-order-box{
		padding: 10px 0;
	}
  }
  #order_media_submit{
	width: 100%;
  }
  .cafe-main-wrap{
	padding: 0 60px;
  }
  .pb-0{
	padding-bottom: 0 !important;
  }
  .cafe-main-wrap p a{
	color:#2eb6e6;
  }
  .cafe-main-wrap p a:hover{
	color:#2eb6e6;
	opacity: 0.7;
  }
  .cafe-om-table{
	margin-top: 20px;
  }
  .cafe-om-table-row{
	padding: 15px 0;
	border-top: 2px solid #000000;
	color: #192153;
	flex-wrap: wrap;
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	font-size: 18px;
  }
  .cafe-om-table-row.title-row{
	border: 0;
	padding-top: 0;
	color: #2eb6e6;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
  }
  .cafe-om-table-row.title-row i{
	font-size: 18px;
  }
  .cafe-om-type{
	width: 41%;
	padding: 0 10px;
	flex-grow: 1;
  }
  .cafe-om-qty{
	width: 25%;
	padding: 0 10px;
  }
  .cafe-om-price{
	width: 18%;
	padding: 0 10px;
	max-width: 150px;
	position: relative;
  }
  .cafe-om-total-price{
	width: 16%;
	padding: 0 10px;
	text-align: right;
	max-width: 200px;
	position: relative;
  }
  .sc-toggled-total,
  .sc-toggled-price{
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 10px;
  }
  .most-flexible-icon-2{
	position: absolute;
	display: block;
	left: 50px;
	top: 10px;
	background: url(../images/Most-Flexible-Icon.png) no-repeat center top;
	background-size: contain;
	width: 96px;
	height: 103px;
  }

  .cafe-img-alignment {
  	justify-content: right;
  }
  .cafe-text-alignment {
  	text-align: left;
  } 

  @media all and (max-width:768px){
  	.cafe-img-alignment {
	  	justify-content: center;
	  }
	  .cafe-text-alignment {
	  	text-align: center;
	  } 
  }
  .cafe-om-input{
	border-radius: 3px;
	border: 1px solid #929ab0;
	height: 40px;
	width: 100px;
	padding: 2px 10px;
	font-size: 16px;
	font-weight: 400;
	max-width: calc(100% - 21px);
  }
  .cafe-om-input::placeholder{
	color: #c6c6c6;
	opacity: 1;
	
  }
  .cafe-om-checkbox {
	font-size: 21px;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
  }
  .cafe-om-checkbox span{
	display: inline-block;
  }
  .cafe-om-checkbox input{
	border-color: #151a48;
	border-radius: 3px;
	zoom: 1.35;
	transform: scale(1.35);
	-ms-transform: scale(1.35);
	-webkit-transform: scale(1.35);
	-o-transform: scale(1.35);
	-moz-transform: scale(1.35);
	transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	display: inline-block;
	margin-right: 10px;
	margin-top: -3px;
  }
  .cafe-om-footer{
	margin-left: -60px;
  	margin-right: -60px;
  }
  .cafe-om-footer-left{
	width: 58%;
	padding-right: 40px;
	flex-wrap: nowrap;
  }
  .cafe-om-footer-right{
	width: 42%;
  }
  
  .trustpilot-reviews {
    width: 100%;
    padding: 1rem 0;
    text-align: center;
  }
  .cafe-om-footer-title{
	color: #2eb6e6;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2em;
  }
  .cafe-om-footer-title.move-left{
	-webkit-transform: translateX(-65px);
	-ms-transform: translateX(-65px);
	transform: translateX(-65px);
  }
  .cafe-om-footer-cont{
	padding-top: 20px;
	padding-left: 10px;
  }
  .cafe-om-footer-cont p{
	margin-bottom: 10px;
  }
  .cafe-om-footer-cont p b{
	font-size: 20px;
	font-weight: 600
  }
  .cafe-om-footer-cont p a{
	color: inherit;
  }
  .cafe-om-footer{
	padding-top: 20px;
  }
  .cafe-ck-box-wrap{
	padding: 10px 0;
	margin-left: -10px;
	margin-right: -10px;
  }
  .cafe-ck-box-par{
	width: 20%;
	padding: 10px;
  }
  .cafe-ck-box{
	width: 100%;
	background-color: #ededed;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	padding: 30px 20px;
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	color: #192153;
	text-align: center;
  }
  .cafe-ck-upto{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.2em;
  }
  .cafe-ck-items{
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.1em;
	white-space:nowrap;
  }
  .cafe-ck-price{
	font-size: 19px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 25px;
  }
  .cafe-ck-image{
	max-width: 80%;
	width: 200px !important;
	height: auto;
	margin-bottom: 30px;
  }
  .cafe-button.cafe-ck{
	background-color: #192153;
	max-width: 100%;
  }
  .active_selection .cafe-button.cafe-ck{
	background-color: #ff841f;
  }
  body .container .owl-carousel .owl-dots{
	width: 100% !important;
	max-width: 100%;
	padding: 0 20px;
	margin: 0 auto !important;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform:translateX(-50%);
	  -ms-transform:translateX(-50%);
	  transform: translateX(-50%);
	  text-align: center;
  }
  body .container .owl-carousel .owl-dots .owl-dot{
	width: 12px;
	height: 12px;
	border: 1px solid #192153;
	display: inline-block;
	margin-left: 15px;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	
  }
  body .container .owl-carousel .owl-dots .owl-dot.active{
	background-color: #192153;
  }

body .container .owl-carousel .owl-nav{
	position: absolute;
	width: 100%;
	left: 0;
	height: 0;
	top: 50%;
  }
  body .container .owl-carousel .owl-nav button{
	margin-left: 0;
	width: 20px;
	height: 37px;
	display: inline-block;
	background: url(../images/chevron_left.svg) no-repeat top center;
	background-size: contain;
	left: -35px;
	top: -18.5px;
	position: absolute;
  }
  body .container .owl-carousel .owl-nav button.owl-next{
	background: url(../images/chevron_right.svg) no-repeat top center;
	background-size: contain;
	left: auto;
	right: -35px;
  }
  body .container .owl-carousel .owl-nav button.disabled{
	opacity: 0.2 !important;
  }
  .cafe-om-details{
	flex-wrap: nowrap;
	font-size: 16px;
  }
  .cafe-om-im{
	width: 120px;
	flex-grow: 0;
	flex-shrink: 0;
  }
  .cafe-om-im img{
	width: 100%;
	height: auto;
  }
  .cafe-om-ul{
	padding-left: 21px;
  }
  .cafe-om-table-row .accordion{
	width: 100%;
  }
  .cafe-om-acc .accordion-button{
	text-transform: initial;
	font-size: 21px;
	font-weight: 700;
	color: #192153 !important;
	box-shadow: none !important;
  }
  .cafe-om-acc .accordion-item{
	border-bottom: 2px solid #000000 !important;
	padding-bottom: 15px;
  }
  .cafe-om-checkbox.sm{
	font-size: 16px;
	color: #8e8987;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 0;
  }
  .cafe-ck-info{
	width: 100%;
  }
  .cafe-om-table-row em{
	font-size: 13px;
  }
  .cafe-om-table-row em.res{
	font-size: 12px;
	background-color: #ccc;
	display: inline-block;
	padding: 3px 8px;
	border-radius: 6px;
  }
  .cafe-om-table-row em.mob-price{
	font-size: 12px;
	background-color: #1b2150;
	display: inline-block;
	padding: 3px 8px;
	border-radius: 4px;font-style: normal;
	color: #FFF;
	margin-left: 10px;
	font-weight: 400;
	display: none;
	white-space: nowrap;
  }
  .cafe-om-table-row em.mob-price-br{
	margin-left: 0;
	margin-top: 4px;
  }
  .cafe-om-table-row em.res:empty{
	display: none;
  }
  .accordion .cafe-om-table-row{
	border-top-width: 1px;
	border-color: #ccc;
	font-size: 15px;
	font-weight: 300;
  }
.accordion .cafe-om-table-row.title-row{
	font-weight: 700;
}
  @media all and (max-width:1920px){
	.cafe-ck-items{
	font-size: 28px;
	}
	.cafe-ck-upto{
	font-size: 22px;
	}
	.cafe-ck-box{
		padding: 25px 10px;
	}
  }
  @media all and (max-width:1440px){
	.cafe-button.cafe-ck{
	width: 180px;
	min-width: auto;
	}
	.cafe-ck-items{
	font-size: 28px;
	}
	.cafe-ck-upto{
	font-size: 22px;
	}
	.cafe-ck-price{
	font-size: 18px;
	font-weight: bold;
	}
	.cafe-om-table-row.title-row{
	font-size: 17px ;
	}
	.cafe-om-checkbox,
	.cafe-om-acc .accordion-button{
		font-size: 19px;
	}
  }
  @media all and (max-width:1350px){
	.cafe-ck-box{
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		min-height: 170px;
	}
	.cafe-ck-box-par{
		width: 33.33%;
	}
	.cafe-ck-image{
		width: 80px !important;
		margin-bottom: auto;
  		margin-top: auto;
		margin-right: 10px;
	}
	.cafe-button.cafe-ck{
		width: auto;
		min-width: auto;
		padding: 6px 12px;
		font-size: 14px;
		font-weight: 400;
		min-width: 84px;
	}
	.cafe-ck-upto{
		font-size: 14px;
	}
	.cafe-ck-items{
		font-size: 18px;
	}
	.cafe-ck-price{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 0;
	}
  }
  @media all and (max-width:1250px){
	.cafe-ck-box-par{
		padding: 6px;
	}
	
  }
  @media all and (max-width:1200px){
	.cafe-ck-box{
		min-height: 160px;
		justify-content: center;
	}
	.cafe-ck-box-par{
		width: 50%;
	}
	.cafe-ck-info{
		width: auto;
		margin-right: 30px;
	}
  }
  @media all and (max-width:1100px){
	.cafe-om-footer{
		flex-direction: column-reverse;
	}
	.cafe-om-footer-right{
		padding: 0 20px;
		padding-bottom: 20px;
		width: 100%;
	}
	.cafe-om-footer-left{
		padding-right: 20px;
		width: 100%;
	}
	.cafe-om-table-row{
		font-size: 16px;
		flex-wrap: nowrap;
	}
	.cafe-om-table-row.title-row{
		font-size: 16px ;
	}
	.cafe-om-checkbox,
	.cafe-om-acc .accordion-button{
		font-size: 17px;
	}
	.cafe-om-type{
		width: auto;
	}
	.cafe-om-price{
		display: none;
	}
	.cafe-om-table-row em.mob-price{
		display: inline-block;
	}
	.cafe-om-im{
		width: 60px;
	}
	ul.cafe-om-co{
		padding-left: 12px;
		font-size: 14px;
	}
	.cafe-om-qty{
		width: 219px;
		flex-shrink: 0;
	}
	.cafe-om-total-price{
		width: 135px;
		flex-shrink: 0;
	}
	.cafe-om-checkbox.sm{
		font-size: 13px;
	}
	.cafe-om-input{
		height: 35px;
	}
  }
  @media all and (max-width:980px){
	.cafe-main-wrap {
		padding: 0 40px;
	  }
	  .cafe-om-footer{
		margin-left: -40px;
		margin-right: -40px;
	  }
	  .cafe-page-title{
		font-size: 32px;
	  }
	  body .container .owl-carousel .owl-nav button{
		left: -28px;
	  }
	  body .container .owl-carousel .owl-nav button.owl-next{
		left: auto;
		right: -28px;
	  }
	  
	  /* .cafe-om-qty{
		width: 42%;
	  }
	  .cafe-om-price,.cafe-om-total-price{
		width: 29%;
	  } */
	  /* .cafe-om-table-row.title-row > div:not(.cafe-om-type){
		display: none;
	  } */
	  .cafe-om-footer-cont p{
		font-size: 17px;
	  }
	  .cafe-om-footer-cont p b{
		font-size: 18px;
	  }
	  p.cafe-om-footer-title{
		font-size: 18px;
	  }
	  .cafe-om-footer-right{
		padding-bottom: 0;
	  }
	  .cafe-om-checkbox.sm{
		font-size: 14px;
	  }
	  .cafe-ck-info{
		margin-right: 10px;
	  }
  }
  @media all and (max-width:768px){
	.cafe-om-total-price{
		width: 93px;
		flex-shrink: 0;
	}
	.cafe-om-qty{
		width: 145px;
		flex-shrink: 0;
	}
	.cafe-om-table-row.title-row,
	.accordion .cafe-om-table-row{
		font-size: 13px;
	}
	.cafe-om-table-row em{
		font-size: 12px !important;
	}
	.cafe-ck-price{
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 0;
	}
	.cafe-main-wrap {
		padding: 0 25px;
	  }
	  .cafe-om-footer{
		margin-left: -25px;
		margin-right: -25px;
	  }
	  .cafe-om-footer-left img{
		width: 100px;
		margin-top: auto;
	  }
	  .cafe-om-footer-title.move-left {
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	  }
	  .cafe-om-footer-cont p{
		font-size: 16px;
	  }
	  .cafe-om-footer-cont p b,.cafe-om-footer-cont p a{
		font-size: 14px;
	  }
	  p.cafe-om-footer-title{
		font-size: 16px;
	  }
	  .cafe-om-footer-cont{
		padding-top: 0;
	  }
	  .cafe-page-title{
		font-size: 24px;
	  }
	  .cafe-vk-media-text{
	  	font-size: 12px;
	  }
	  body .container .owl-carousel .owl-nav button{
		left: -21px;
		width: 16px;
  		height: 30px;
		top: -15px;
	  }
	  body .container .owl-carousel .owl-nav button.owl-next{
		left: auto;
		right: -21px;
	  }
	  .cafe-om-qty, .cafe-om-price, .cafe-om-total-price{
		padding: 0 5px;
	  }
	  .cafe-om-checkbox.sm{
		font-size: 12px;
	  }
	  .cafe-om-footer{
		padding-top: 5px;
	  }
	  .cafe-ck-box{
		min-height: auto;
		padding: 15px;
	}
	.cafe-ck-box-par{
		width: 100%;
		max-width: 500px;
	}
	.cafe-ck-info{
		margin-right: 15px;
	}
	.cafe-ck-box-wrap{
		justify-content: center;
		padding-top: 10px;
	}
	.cafe-ck-upto,.cafe-ck-items{
		margin-bottom: 5px;
	}
	.cafe-sub-title{
		font-size: 12px;
	}
  }
  @media all and (max-width:600px){
	div span.hide-on-600,.hide-on-600{
		display: none !important;
	}
	.cafe-om-input{
		width: 80px;
	}
	.cafe-om-qty{
		width: 105px;
	}
	.cafe-om-total-price{
		width: 55px;
		font-size: 15px;
	}
	.cafe-om-type{
		width: calc(100% - 160px);
		flex-grow: initial;
	}
	.title-row .cafe-om-total-price{
		font-size: 12px;
	}
	.cafe-om-input{
		height: 30px;
	}
	.cafe-om-checkbox{
		font-size: 13px;
		flex-wrap: wrap;
	}
	.cafe-om-table-row em.mob-price{
		margin: 3px;
	}
	.cafe-om-im{
		width: 40px;
	}
	ul.cafe-om-co{
		font-size: 12px;
		padding-left: 15px;
		margin-top: 4px;
	}
	.cafe-om-checkbox input {
		zoom: 1;
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		margin-right: 4px;
	}
	.cafe-om-table-row{
		flex-wrap: wrap;
	}
	.cafe-om-details{
		width: 100%;
	}
	.cafe-om-checkbox.sm{
		margin-top: 6px;
	}
	.cafe-om-checkbox{
		position: relative;
	}
	ul.cafe-om-co{
		margin-bottom: 0;
	}
  }
  @media all and (min-width:600px){
	.show-on-600{
		display: none;
	}
  }
  @media all and (max-width:400px){
	.cafe-om-checkbox.sm{
		font-size: 12px;
	  }
	  .cafe-button.cafe-ck {
		padding: 4px 6px;
		font-size: 14px;
		min-width: 72px;
	  }
	  .cafe-ck-image{
		width: 60px !important;
	  }
	  
  }
  @media all and (max-width:350px){
	.cafe-ck-info{
		margin-right: 5px;
	  }
	  .cafe-ck-upto {
		font-size: 13px;
	  }
	  .cafe-ck-items {
		font-size: 16px;
	  }
	  .cafe-ck-price {
		font-size: 14px;
		font-weight: bold;
	  }
	  .cafe-button.cafe-ck {
		padding: 2px 4px;
		font-size: 12px;
		min-width: 62px;
	  }
  }
  .cafe-subsc-box{
	width: 50%;
	padding: 10px 2%;
  }
  .cafe-subsc-wrap{
	width: 100%;
	padding: 30px 3%;
	padding-bottom: 50px;
  }
  .cob-big-right.full{
	width: 100%;
	max-width: none;
  }
  .cafe-subsc-title{
	font-size: 42px;
	text-align: center;
  }
  .cafe-subsc-box .cob-big-footer .cob-price{
	font-size: 40px;
	justify-content: center;
	text-align: center;
  }
  .cafe-subsc-box .cob-big-note{
	text-align: left;
	font-size: 0.8em !important;
	color: #7d7775;
	text-align: left;
	background: transparent;
  }
	
  .cafe-subsc-box .cafe-subsc-pad{
	padding: 0 30px;
	margin-bottom: 15px;
  }
  .cafe-subsc-btn-wrap{
	width: 100%;
	text-align: center;
  }
  .cafe-subsc-box .cob-big-footer::after{
	right: -200%;
	left: auto;
  }
  .cafe-subsc-box .cob-big-right{
	padding-top: 20px;
	padding-bottom: 180px;
  }
  .cafe-most-popular{
	font-size: 23px;
	font-weight: 700;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 30px;
	background-color: #1b2150;
	color: #FFF;
  }
  .cafe-subsc-box .cob-main-big{
	position: relative;
  }
  .cafe-subsc-box ul.kinoke-ul{
	max-width: 520px;
	margin: 0 auto;
	margin-bottom: 25px;
  }
  .cafe-subsc-box .cafe-popular-wrap{
	padding-top: 66px;
  }
  .cafe-subsc-box .cafe-button{
	width: 100%;
  	max-width: 400px;
	padding: 10px 15px;
  }
  .cafe-tab-nav{
	justify-content: center;
	margin-bottom: 10px;
  }
.cafe-tab-nav .nav-tabs{
	border-bottom: 0;
	background-color: #ff841f;
	border-radius: 25px;
	padding: 5px;
}
.cafe-tab-nav .nav-tabs button{
	background-color: #ff841f;
	border-radius: 25px;
	padding: 5px;
	color: #FFF;
	padding: 6px 20px;
	margin: 0 2px;
	border: 0 !important;
}
.cafe-tab-nav .nav-tabs button.active{
	background-color: #FFF;
	color: #000;
}

@media all and (min-width:980px) {
	.show-on-xs{
		display: none !important;
	}
	.hide-on-xs{
		display: block !important;
	}
}
  @media all and (max-width:1920px) {
	.cafe-subsc-box .cob-big-left {
		width: 250px;
		padding: 49px 15px;
		padding-top: 123px;
	}
	.cafe-subsc-box{
		padding: 10px 10px;
	}
	.cafe-subsc-box ul.kinoke-ul li{
		font-size: 15px;
	}
  }
  @media all and (max-width:1400px) {
	.cafe-subsc-title,
	.cafe-subsc-box .cob-big-footer .cob-price{
		font-size: 30px;
	}
	.cafe-subsc-box .cafe-subsc-pad{
		padding: 0 15px;
	}
  }
  @media all and (max-width:1200px) {
	.cafe-subsc-box .cob-big-left{
		display: none;
	}
	.cafe-subsc-box .cafe-subsc-pad{
		padding: 0 15px;
	}
	.cafe-subsc-box .cob-big-right{
		max-width: 100%;
	}
	
  }
  @media all and (max-width:1024px) {
  .cafe-subsc-box .cob-big-footer{
	min-height: 100px;
  }
  .cafe-subsc-box .cob-big-right{
	padding-bottom: 100px;
  }
}
@media all and (max-width:980px) {
	.cafe-subsc-box{
		width: 100%;
	}
	.flex-xs-inverse{
		flex-direction: column-reverse;
	}
	.show-on-xs{
		display: block;
	}
	.hide-on-xs{
		display: none;
	}
	.cafe-subsc-box .cafe-button{
		padding: 7px 15px;
	}
}
@media all and (max-width:768px) {
	.cafe-subsc-title, .cafe-subsc-box .cob-big-footer .cob-price{
		font-size: 24px;
	}
	.cafe-most-popular{
		font-size: 18px;
	}
}
  @media all and (max-width:700px) {
	.cafe-subsc-box .cafe-popular-wrap{
		flex-direction: column-reverse;
	}
	.cafe-subsc-box .cob-big-left{
		width: 100%;
	}
	.cafe-subsc-box .cob-big-right{
		padding-bottom: 0;
	}
	.cafe-subsc-box .cob-big-footer{
		min-height: auto;
		margin-top: 15px;
	}
	.cafe-subsc-box .cob-big-left{
		padding: 10px;
	}
	.cafe-subsc-box .kinoke-logo img{
		width: auto;
	}
	.cafe-tab-nav .nav-tabs button{
		padding: 5px 8px;
		font-size: 15px;
		margin: 0;
	}
  }
  @media (max-width: 330px) {
	.cafe-tab-nav .nav-tabs button {
	  font-size: 14px;
	}
	.cafe-tab-nav .nav-tabs{
		padding: 2px;
	}
  }

  .sc-cookie-modal{
  bottom: 0;
  top: auto;
  height: auto;
  z-index: 10000000;
}
.sc-cookie-modal .modal-dialog{
  max-width: none;
  width: 100%;
  margin: 0;
}
.sc-cookie-modal .modal-body{
  background-color: #fff;
  color: #000;
}
.sc-cookie-modal .modal-body p{
  margin-bottom: 0;
}
.sc-cookie-modal .modal-body h2{
  margin-bottom: 10px;
}
.sc-privacy-btn-wrap{
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 40px;
}
.sc-cookie-modal button.close{
  position: absolute;
  z-index: 2;
  border: 0;
  font-size: 26px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  color: #000;
  right: 10px;
  background: #fff;
  width: 18px;
  height: 18px;
  top: 8px;
  cursor: pointer;
}
.sc-cookie-modal .modal-content{
  z-index: 1;
}
@media (max-width: 575px) {
  .sc-privacy-btn-wrap{
    justify-content: center;
  }
  .sc-cookie-modal .modal-body h2{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .sc-cookie-modal .modal-body{
    padding-bottom: 10px;
  }
}

.cafe-message-text {
	font-size: 14px;
	color: #FF8303;
	line-height: 1.3em;
	text-align: center;
	font-weight: 600;
}

.cafe-order-box-wrap .toggle-yearly:not(.toggle-active),
.cafe-order-box-wrap .toggle-monthly:not(.toggle-active){
	display: none;
}
.cafe-order-box-wrap.animate-it{
	animation: mymove 0.8s ;
}
@keyframes mymove {
	50% {opacity: 0;}
}

.c-banner{
	background-color: #e6d8fc;
	padding: 85px 0;
}

.c-words-wrapper {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
  }

  .c-words-wrapper .css {
	color: #2ec4b6;
  }

  .c-words-wrapper .c-words {
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	width: var(--width);
	height: 60px;
	padding: 0 10px;
	border-radius: 6px;
	color: var(--color, #000);
	box-sizing: content-box;
	transition: all 0.7s;
	height:70px;
	overflow:hidden;
  }

  .c-words-wrapper .c-words span {
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -100%);
	transition: transform 0.7s, opacity 0.25s 0.25s;
  }

  .c-words-wrapper .c-words span.current {
	opacity: 1;
	transform: translate(-50%, 0);
  }

  .c-words-wrapper .c-words span.next {
	transform: translate(-50%, 100%);
  }

  @media (max-width: 700px) {
	.c-words-wrapper .c-words {
	  width: var(--width-mobile) !important;
	}
  }
  .c-kinoke-second{

  }

.cafe-page-h3-title{
    color:#192153;
    font-weight: 500;
    font-size: 32px;
}

.cafe-button-3 {
    color: #FFF;
    text-decoration: none;
    background-color: #fe8502;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    padding: 9px 93px;
    text-align: center;
    max-width: 100%;
    display: inline-block;
}

.cafe-button-3:hover, .cafe-button-3:active{
    color: #FFF;
    opacity: 0.8;
}

.cafe-button-3-outline {
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 46px;
    text-align: center;
    max-width: 100%;
    display: inline-block;
}

.cafe-button-3-outline:hover, .cafe-button-3-outline:active{
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #ffffff;
    opacity: 0.8;
}

.ml-50 {
    margin-left: 50px;
}

.width-14 {
    width: 14% !important;
}

.width-16 {
    width: 16% !important;
}

.width-18 {
    width: 18% !important;
}

.width-24 {
    width: 24% !important;
}

.width-26 {
    width: 26% !important;
}

.full-width-image {
  width: 100%;
  height: auto;
  display: block;
}



.flip-clock-dot.top {
	top: 16px!important;
}
.flip-clock-dot.bottom {
	bottom: 40px !important;
}
.flip-clock-dot {
    width: 5px !important;
    height: 5px !important;
}
.flip-clock-wrapper ul li a div div.inn {
    background-color: #fff!important;
}
.flip-clock-wrapper ul li a div {
    width: 90%!important;
}
.limited-time-offer{
    position: absolute;
    display: block;
    left: 50px;
    top: -9px;
    background: url(../images/limited-time-offer-badge.png) no-repeat center top;
    background-size: contain;
    width: 155px;
    height: 70px;
}
.fw-300 {
    font-weight: 300;
}
.twitter-bg {
    background-color: #ffffff;
    border-color: #fff;
    border-radius: 50%;
}

.option-card:hover .text-start {
    color: white !important;
}

.option-card:hover .text-start .fw-bold,
.option-card:hover .text-start .fw-bold .sc-color-skyblue,
.option-card:hover .text-start .text-muted {
    color: white !important;
}

.selected-border {
    border: 2px solid #0ddcfe !important;
}

.unselected-border {
    border: 2px solid #e0e0e0 !important;
}

.unselected-border:hover {
    border: 2px solid #0ddcfe !important;
}

.option-card input[disabled] ~ .text-start {
    background-color: #ffffff;
}

.option-card input ~ .text-start {
    background-color: #ffffff;
}

.option-card input[disabled] ~ .opted-in {
    background-color: #c0e9f7;
}

.option-card input ~ .opted-in {
    background-color: #c0e9f7;
}

.option-card input[disabled] ~ .text-start:hover {
    background-color: #0ddcfe;
}

.option-card input ~ .text-start:hover {
    background-color: #0ddcfe;
}


.color-white {
    color: #FFFFFF;
}
.container-header {
    width: 90%;
}
.deals-margin {
    margin-top: 5px;
}
.mt-15 {
    margin-top: 15px;
}
.pwd-mismatch {
    color: #ff0000;
    display: none;
}
.flip-clock-wrapper ul li a div div.inn {
    text-shadow: none!important;
}
footer .row {
    display: flex;
    justify-content: space-between;
}
@media all and (min-width: 992px) {

	footer .row > div {
	    flex: 1;
	    max-width: 18%;
	    margin-right: 1%;
	}

	footer .footer-full-width {
	    width: 100%;
	    max-width: 100%!important;
	    margin-top: 1rem;
	}
}
.flip-clock-wrapper .days .flip-clock-label {
    visibility: hidden;
    position: relative;
}
.flip-clock-wrapper .days .flip-clock-label::after {
    content: 'Days';
    visibility: visible;
    position: absolute;
    top: 0;
    right: 35px;
}
.flip-clock-wrapper .hours .flip-clock-label {
    visibility: hidden;
    position: relative;
}
.flip-clock-wrapper .hours .flip-clock-label::after {
    content: 'Hrs';
    visibility: visible;
    position: absolute;
    top: 0;
    right: 25px;
}
.flip-clock-wrapper .minutes .flip-clock-label {
    visibility: hidden;
    position: relative;
}
.flip-clock-wrapper .minutes .flip-clock-label::after {
    content: 'Min';
    visibility: visible;
    position: absolute;
    top: 0;
    right: 35px;
}
.flip-clock-wrapper .seconds .flip-clock-label {
    visibility: hidden;
    position: relative;
}
.flip-clock-wrapper .seconds .flip-clock-label::after {
    content: 'Sec';
    visibility: visible;
    position: absolute;
    top: 0;
    right: 40px;
}

.login-section {
    width: 71%;
    float: left;
    padding: 0 0 0 25px;
}
.vk_product-container {
    padding: 20px;
}

.vk_main-image img {
    max-width: 100%;
/*    border: 1px solid #ddd;*/
    margin-bottom: 10px;
}

.vk_thumbnail-images img {
    width: 50px;
    height: 50px;
    /*margin-right: 2.5px;
    margin-left: 2.5px;*/
    cursor: pointer;
    border: 1px solid #ddd;
}

.vk_thumbnail-images .active {
    border: 2px solid #0ddcfe !important
}

.vk_product-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.vk_product-pricing {
    font-size: 20px;
    margin-bottom: 15px;
}

.vk_current-price {
    color: #007bff;
    font-weight: bold;
    margin-right: 10px;
}

.vk_original-price {
    text-decoration: line-through;
    color: #999;
}

.vk_product-description {
    margin-bottom: 15px;
}

.vk_size-options {
    margin-bottom: 20px;
}

.vk_sizes {
    display: flex;
    flex-wrap: wrap!important;
    gap: 10px;
}
@media (max-width: 768px) {
    .vk_sizes {
        flex-direction: column;
    }

    .vk_sizes .option-card {
        width: 100%;
    }
}
.vk_size_item {
	width: calc(50% - 10px);
    box-sizing: border-box;
}

.vk_size-option {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.vk_size-option input {
    display: none;
}

.vk_size-option label {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.vk_quantity-selection {
    margin-bottom: 20px;
}

.vk_add-to-cart {
    margin-top: 20px;
}

.vk_add-to-cart button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
.vk_size-option {
    background-color: #f5f5f5;
    color: #000;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.vk_size-option label {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.vk_size-option input:checked + label {
    background-color: #c0e9f7;
    color: #000;
    border-color: #007bff; 
}

.vk_option:hover {
    background-color: #0ddcfe; 
}

.pd-5 {
    padding: 5px;
}

#form-total .steps-wrap {
    margin-bottom: 15px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #f2f1f1;
}
#form-total .vk-order-steps {
    width: 25%;
    float: left;
    padding: 15px 20px;
    border-right: 1px solid #E0DFDF;
}
#form-total .vk-order-steps .step-text {
    color: #333;
    padding-top: 10px;
    font-size: 14px;
}
#form-total .vk-order-steps1 {
    width: 25%;
    float: left;
    padding: 15px 20px;
    border-right: 1px solid #E0DFDF;
}
#form-total .vk-order-steps .step-text1 {
    color: #333;
    padding-top: 10px;
    font-size: 13px;
}
#form-total .vk-order-steps .title {
    font-size: 14px;
    text-align: left;
    line-height: 10px;
}

#form-total .vk-order-steps .step-icon {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    color: #666;
    font-size: 18px;
    margin-right: 10px;
        float: left;
    text-align: center;
}
#form-total .vk-order-steps .step-icon.active {
    background: rgba(255, 131, 3, 0.2);
    border: 1px solid #ff8303;
    color: #ff8303;
    margin-right: 10px;
}
#form-total .vk-order-steps .step-icon.active.completed {
    background: #ff8303;
    border: 1px solid #ff8303;
    color: #fff;
    margin-right: 10px;
}

.numberCircle {
    width: 39.6px;
    height: 39.6px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    border: 2px solid #F24726;
    color: #ffffff;
    background: #F24726;
    position: absolute;
    margin: auto;
    top: 3px;
    right: 15px;
    padding-top: 4px;
    line-height: 15px;
}
.ribbon-badge {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 50px;
    height: 30px;
    background: #e53935;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    line-height: 12px;
    clip-path: polygon(
        0 0,    /* top-left */
        100% 0, /* top-right */
        100% 100%, 
        0 100%, 
        20% 50% /* inward arrow point */
    );
}

.off-badge-text {
    position: absolute;
    top: 3px;
    right: 15px;
    background: #ff3b30;  /* red color */
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.off-badge {
    background: url('../images/kits/50_off_badge_h.png') no-repeat center top;
    background-size: contain;
    width: 60px;
    height: 39.6px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    margin: auto;
    top: 3px;
    right: 0px;
    padding-top: 4px;
    line-height: 15px;
}
.max-wdth-60 {
    max-width: 60%!important;
}
.max-wdth-200px {
    max-width: 200px!important;
}
.ml-less-10 {
    margin-left: -10px;
}

.sc-blue-button {
	width: auto;
	height: 36px;
	border-radius: 6px;
	background: #2bb7ea;
	border: 1px solid #2bb7ea;
	color: #fff;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s;
	margin-top: 5px;
	padding: 2px 2px 2px 2px;
	display: inline-block;
}

.sc-blue-button:hover {
	background: #fff;
	color: #2bb7ea;
	text-decoration: none;
}
 

.fw-600 {
    font-weight: 600;
}

.fw-800 {
    font-weight: 800;
}
.justify-end{
	justify-content: end !important;
  }
.bg-dark-grey {
	background-color: #b8b3ad!important;
}