/* font db */

@font-face {
    font-family: 'Cloud-SemiBold';
    src: url('../fonts/Cloud/Cloud-SemiBold.woff') format('woff2'),
         url('../fonts/Cloud/Cloud-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Bellaboo';
    src: url('../fonts/Bellaboo/Bellaboo.woff') format('woff2'),
         url('../fonts/Bellaboo/Bellaboo.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'NeueHaasDisplayRoman';
    src: url('../fonts/NeueHaasDisplay/NeueHaasDisplayRoman.woff') format('woff'),
         url('../fonts/NeueHaasDisplay/NeueHaasDisplayRoman.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NeueHaasDisplayMediu';
    src: url('../fonts/NeueHaasDisplay/NeueHaasDisplayMediu.woff') format('woff'),
         url('../fonts/NeueHaasDisplay/NeueHaasDisplayMediu.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



.no-desktop{
	display: none;
}
body{
	font-size: 24px;
	font-family: 'Cloud-SemiBold';
	color: #6A5558;
}
.text-color-custom{
	transition: 0.3s ease-in-out;
	color: #6A5558;
}
.text-color-custom:hover{
	transition: 0.3s ease-in-out;
	color: #F6A18C;
}

.sb-btn.sb-btn-icon.sb-btn-gray{
	padding-top : 40px;
	/* margin-top: 20px; */
	margin-right: 20px;
	float: right;
}




.collection-tab{
    margin-top: 50px;
  }
.collection-custom{
    /* margin: 0 auto; */
    margin-bottom: 20px;
}

.collection-img-01{
    width: 500px;
    height: 500px;
    float: left;
    background-image: url("../img/collections/col-img01.jpg");
    background-size: cover;
    border-radius: 20px;
}
.collection-bg-02{
    width: 245px;
    height: 500px;
    float: left;
    margin-left: 10px;
}
.collection-bg-03{
    width: 245px;
    height: 500px;
    float: left;
    margin-left: 10px;
}
.collection-img-02{
    width: 245px;
    height: 245px;
    float: left;
    background-image: url("../img/collections/col-img02.jpg");
    background-size: cover;
    border-radius: 20px;
}
.collection-img-03{
    width: 245px;
    height: 245px;
    float: left;
    background-image: url("../img/collections/col-img03.jpg");
    background-size: cover;
    border-radius: 20px;
    margin-top: 10px;
}
.collection-img-04{
    width: 245px;
    height: 245px;
    float: left;
    background-image: url("../img/collections/col-img04.jpg");
    background-size: cover;
    border-radius: 20px;
}
.collection-img-05{
    width: 245px;
    height: 245px;
    float: left;
    background-image: url("../img/collections/col-img05.jpg");
    background-size: cover;
    border-radius: 20px;
    margin-top: 10px;
}

.topbar_menu {
    /* height : 200px; */
    height : 145px;
}

/* nav-social */

.nav-social {
    position: fixed;
    top: 250px;
    right: 0;
    width: 60px;
    height: 195px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 #C4C4C4;
    margin-right: -10px;
	z-index: 999;
  }



/* Events Calendar Section */
.event-calendar-section{
	position:relative;
	/* padding:120px 0px; */
	width:100%;
}
#event-calendar{
	position:relative;
	width:100%;
}
.preorder-design{
    padding: 10px;
    /* width: 100%; */
    /* height: 150px; */
    /* background-color: #EA6565; */
    /* background-image: url("../img/banner/preorder3.png");
    background-size: cover; */
}

.event-calendar-section .monthly-header{
	padding:20px 15px 30px;
	/* background:#FFFFFF; */
	height:auto;
}

.event-calendar-section .monthly-prev,
.event-calendar-section .monthly-next{
	line-height:24px;
}

.event-calendar-section .monthly-day-title-wrap{
	padding:20px 0px;
	/* border-radius:10px;
	background:#ffffff; */
	/* font-family:'Montserrat',sans-serif; */
	font-size:16px;
	text-transform:uppercase;
	/* margin-bottom:7px;	 */
}

.monthly-week .m-d{
	border-radius:100px;
	/* border:15px solid #FFFFFF; */
}

.monthly-week-day25{
    background:#fd5959;
}

/* ไม่ได้ใช้งาน */
.calendar-text-custom{
	text-align: center;
    padding-top: 35%;
}
/* END ไม่ได้ใช้งาน */

.monthly-week .monthly-day-event > .monthly-day-number{
	right:10px;
	left:auto;
	top:10px;
	font-size:12px;
	width:20px;
	height:20px;
	line-height:20px;
}

.event-calendar-section .monthly-week{
	border-bottom:5px solid #fafafa;
}

.event-calendar-section .monthly-event-list{
	top:84px;
}

.monthly-day .monthly-event-indicator{
	padding:8px 5px !important;
	height:auto !important;
	min-height:30px;
	border-radius:3px !important;
}

/* Overall wrapper */
.monthly {
	background: #F3F3F5;
	color:#545454;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}

/* Contains title & nav */
.monthly-header {
	position: relative;
	text-align:center;
	padding:10px;
	/* background: #fff; */
	height: 40px;
	box-sizing: border-box;
}
.monthly-header-title {
	font-size:.8em;
	text-transform: uppercase;
}
/* wrapper for left button to make the clickable area bigger */
.monthly-prev {
	position: absolute;
	top:0;
	left:0;
	width:30px;
	height:100%;
	opacity: .5;
}
.monthly-prev:hover {
	opacity: 1;
}
/* Left Arrow */
.monthly-prev:after{
	content:'\f104';
	position: absolute;
	top:50%;
	left:50%;
	/* font-family: 'FontAwesome'; */
	font-family: 'Font Awesome 5 Free';
}
/* wrapper for right button to make the clickable area bigger */
.monthly-next {
	position: absolute;
	top:0;
	right:0;
	width:50px;
	height:100%;
	opacity: .5;
}
.monthly-next:hover {
	opacity: 1;
}
/* Right Arrow */
.monthly-next:after{
	content:'\f105';
	position: absolute;
	top:50%;
	left:50%;
	/* font-family: 'FontAwesome'; */
	font-family: 'Font Awesome 5 Free';
}

/* Day of the week headings */
.monthly-day-title-wrap {
	display:table;
	width:100%;
	/* background: #fff;
	border-bottom: 1px solid #EBEBEB; */
}
.monthly-day-title-wrap div {
	width: 14.28%!important;
	display:table-cell;
	box-sizing:border-box;
	position: relative;
	/* font-weight: bold; */
	text-align:center;
	text-transform: uppercase;
	font-size:25px;
}
.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
    right: 0;
  }
.circle-box{
	width: 100px;
	height: 100px;
	background-color: #EA6565;
	border-radius: 100px;
}
/* Calendar days wrapper */
.monthly-day-wrap {
	display:table;
	width:100%;
	overflow: hidden;
}
.monthly-week {
	display:table-row;
	width:100%;
}
/* Calendar Days */
.monthly-day, .monthly-day-blank {
	width: 14.28%!important;
	display:table-cell;
	vertical-align: top;
	box-sizing:border-box;
	position: relative;
	/* font-weight: bold; */
	color:inherit;
	/* background: #fff; */
	/* box-shadow: 0 0 0 1px #EBEBEB; */
	-webkit-transition: .25s;
	transition:.25s;
	padding:0;
	text-decoration: none;
	/* font-size: 40px; */
	font-size: 36px;
	/* font-size: 100%; */
}

.monthly-day-blank {
	cursor: default;
}

/* Trick to make the days' width equal their height */
.monthly-day:before {
	content: "";
	display: block;
	padding-top: 100%;
	float: left;
}

/* Hover effect for non event calendar days */
.monthly-day-wrap > a:hover {
	background: #A1C2E3;
}

/* Event calendar day number styles */
.monthly-day-event > .monthly-day-number {
	position: absolute;
	line-height: 1em;
	top:2px;
	left:2px;
	font-size:11px;
}

/* Non-Event calendar day number styles */
.monthly-day-pick {
}
.monthly-day-pick > .monthly-day-number {
	line-height: 1em;
	font-size:11px;
	padding-top:35%;
}

.monthly-day-pick > .monthly-indicator-wrap {
	margin:0;
}

/* Days in the past in "picker" mode */
.monthly-past-day:after{
	content: '';
	width: 150%;
	height: 2px;
	-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
	        transform-origin: left top;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	top: 0;
}
.monthly-past-day:hover {
	background: #fff!important;
}
/* Current day style */
.monthly-today .monthly-day-number {
	color: #FFF;
	background: #EA6565;
	border-radius: 20px;
	top: 1px;
	left: 1px;
	font-size: 10px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

.monthly-day-pick.monthly-today .monthly-day-number {
	padding:0;
	margin:22% 22% 0 22%;
}

/* Button to reset to current month */
.monthly-reset {
	width: 9px;
	height: 9px;
	border: 2px solid #222;
	border-radius: 9px;
	position: relative;
	opacity: .5;
	margin-left: 5px;
	vertical-align: middle;
	display:none;
}
.monthly-reset:hover {
	opacity: 1;
}
/* Makes the little arrow on the reset button */
.monthly-reset:before {
	content: '';
	border: 3px solid transparent;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	position: absolute;
	left: 2px;
	top: 6px;
}
.monthly-reset:after {
	content: '';
	border: 3px solid transparent;
	border-left: 3px solid #222;
	border-bottom: 3px solid #222;
	position: absolute;
	left: 5px;
	top: 5px;
}
/* Button to return to month view */
.monthly-cal {
	display: inline-block;
	position: absolute;
	top:10px;
	right:50%;
	margin-right:-10px;
	opacity: 1 !important;
	font-weight:normal;
}
.monthly-cal:hover {
	cursor: pointer;
	opacity: 1;
}

.monthly-cal:before {
	content:'\f00d';
	position: absolute;
	top:-27px;
	left:-30px;
	/* font-family: 'FontAwesome'; */
	font-family: 'Font Awesome 5 Free';
}
.monthly-cal:after {
	display:none;
}
.monthly-cal div {
	background: #fff;
	height:6px;
	width:11px;
	position: absolute;
	top:4px;
	left:1px;
}


/* Wrapper around events */
.monthly-indicator-wrap {
	/* position: relative; */
	text-align: center;
	/* line-height: 0; */
	max-width: 24px;
	margin:0 auto;
	/* padding-top:38%; */
}

/* Event indicator dots */
.monthly-day .monthly-event-indicator {
	display: inline-block;
	margin: 1px;
	width: 8px;
	height: 8px;
	border-radius: 6px;
	vertical-align: middle;
	border-radius: 6px;
	background:#7BA7CE;
	font-size:0;
	color:transparent;
}

.monthly-day .monthly-event-indicator:hover {
	cursor: pointer;
}
/* Listing of events under calendar */
.monthly-event-list {
	background: rgba(233, 235, 236, 0.9);
	overflow: auto;
	position: absolute;
	top: 42px;
	width: 100%;
	height: calc(100% - 42px);
	display: none;
	-webkit-transition: .25s;
	transition:.25s;
	-webkit-transform:scale(0);
		-ms-transform:scale(0);
	        transform:scale(0);
}

/* Days in Events List */
.monthly-list-item {
	position: relative;
	padding:10px 10px 5px 50px;
	display: none;
	border-top: 1px solid #D6D6D6;
	text-align: left;
}

.monthly-list-item:after{
    content:'No Events';
    padding:4px 10px;
    display:block;
    margin-bottom:5px;
 }

.monthly-event-list .monthly-today .monthly-event-list-date {
	color: #EA6565;
}

/* Events in Events List */
.monthly-event-list .listed-event {
	display: block;
	color:#fff;
	padding:4px 10px;
	border-radius:2px;
	margin-bottom: 5px;
}

.monthly-list-item a:link, .monthly-list-item a:visited {
	text-decoration: none;
}

.item-has-event {
	display: block;
}

.item-has-event:after{
    display:none!important;
}

.monthly-event-list-date {
	width:50px;
	position: absolute;
	left:0;
	top:13px;
	text-align: center;
	font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
}

.monthly-list-time-start,
.monthly-list-time-end {
	font-size:.8em;
	display: inline-block;
}
.monthly-list-time-start:not(:empty):after {
	content:' -';
	padding-right:5px;
}

/* Events List custom webkit scrollbar */

.monthly-event-list::-webkit-scrollbar {width: 9px;}

/* Track */
.monthly-event-list::-webkit-scrollbar-track {background: none;}

/* Handle */
.monthly-event-list::-webkit-scrollbar-thumb {
	background:#ccc;
	border:1px solid #E9EBEC;
	border-radius: 10px;
}
.monthly-event-list::-webkit-scrollbar-thumb:hover {background:#555;}

/* Collection Section */
.collection-title{
    text-align: center;
    font-size: 36px;
    /* padding-bottom: 30px; */
    font-weight:500;
    color: #FBCCCC;
    margin-top: 50px;
	font-family: 'NeueHaasDisplayMediu';
}
.sb-filter .sb-filter-link{
	font-size: 22px;
	color : #FBCCCC;
	font-family: 'NeueHaasDisplayMediu';
}
.sb-masonry-grid{
    /* background-color: #EA6565; */
}
.sb-p-90-0{
    padding-top: 0px !important;
}
.sb-p-90-0-custom{
    padding-top: 90px !important;
}
.col-custom{
    width: 50%;
    height: 100%;
    background-color: #A1C2E3;
    float: left;
    border-radius: 40px;
}
.sb-menu-item .sb-cover-frame{
    /* margin-top: 30px; */
    /* border-radius: 40px; */
    /* box-shadow: 0 0 10px 0 #C4C4C4; */
}
.carousel{
    z-index: 0;
}
.container-custom {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-custom-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}



/* border custom */
.nborder{
	border: none !important;
}
.border-custom{
	margin-top: 30px;
	/* border-radius: 30px; */
	border-radius: 15pt;
	box-shadow: 0 0 10px 0 #C4C4C4;
}
.border-bothtop-custom{
	border-radius: 30px 30px 0 0;
}
.border-bothbot-custom{
	border-radius: 0 0 30px 30px;
}
.border-rightbot-custom{
	border-radius: 0 0 30px 0;
}

/* locations custom */
.background-header{
	background-color: #FFFFFF;
	/* background-image: url("../img/locations/header.jpg"); */
	/* background-size: cover; */
}
.background-header2{
	background-color: #FFFFFF;
	/* background-image: url("../img/locations/header2.jpg");
	background-size: cover; */
}
.sb-menu-item .sb-card-tp .sb-price{
	background-color: #F6A18C;
	color: #FFFFFF;
}
.locations-custom{
	box-shadow: 0 0 10px 0 #C4C4C4;
    border-radius: 30px;
}
.sb-menu-item .sb-card-tp{
	margin-bottom: 0px;
}
.sb-banner.sb-banner-xs .sb-main-title-frame{
	padding: 50px 0 50px;
}
.sb-banner.sb-banner-xs .sb-main-title-frame.frame-banner{
	padding-bottom: 35px;
}
/* .frame-banner{
	padding-bottom: 50px;
} */
.sb-banner.sb-banner-color{
	background-color: #f3f3f3;
	border-left: solid 0px #FFFFFF;
    border-right: solid 0px #FFFFFF;
}
.sb-breadcrumbs{
	/* margin-right: 20px; */
	/* font-size: 18px;
	border: solid 2px #695A5B;
	background-color: transparent; */
}
.sb-breadcrumbs{
	float: right;
	/* margin-top: -55px; */
	/* margin-right: 20px; */
	font-size: 22px;
	border: none;
	background-color: transparent;
}
.header-text-custom{
	/* margin-left: 20px; */
	font-weight: 500;
}
.header-text-custom-right{
	/* margin-left: 20px; */
	font-weight: 500;
	text-align: right;
}
.header-text-custom2{
	margin-top: -50px;
	margin-left: 20px;
	font-weight: 500;
}
.descriptions-locations-text{
	letter-spacing: normal;
	/* margin-left: 20px; */
	font-size: 26px;
}

/* awesomefont */
.fa-location-arrow{
	color:#FFFFFF;
}
.fa-birthday-cake{
	color:#FFFFFF;
}
.fa-instagram-square{
	margin-right: 10px;
}
.fa-info-circle{
	font-size: 20px;
    position: absolute;
    margin-top: 4px;
    margin-left: 5px;
	cursor: pointer;
}
/* model custom */
.modal-backdrop{
	/* position: none; */
}
.modal-content{
	margin-top: 200px;
}
.modal-dialog {
	z-index: 1060 !important;
}
/* .modal-box{ font-family: 'Roboto', sans-serif; } */
.modal-box .show-modal{
    color: #fff;
    background: #0c6cb4;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    outline: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 0.3s ease 0s;
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus{
    color: #fff;
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal-dialog{
    width: 90% ;
    margin: 20px auto 0;
}

.modal-box .modal-dialog .modal-content .close{
    color: #FFFFFF;
    background: #6A5558;
    font-size: 32px;
    font-weight: 600;
    text-shadow: none;
    /* line-height: 50px; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: auto;
    right: -1px;
    top: -2px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close:hover{ color: #6A5558;    background: #FFFFFF; }
/* .modal-box .modal-dialog .modal-content .modal-body{ padding: 50px 20px !important; } */
.modal-custom{ padding: 0px 0px !important; }
.modal-box .modal-dialog .modal-content .modal-body .modal-icon{
    color: #0c6cb4;
    font-size: 100px;
    line-height: 100px;
    margin: 0 auto 20px;
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    color: #000;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: normal;
    margin: 0 0 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    color: #5c5c5c;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
}
.modal-header .close{
	padding: 0;
}
.modal-header{
	border-bottom: 0px solid #a12a12;
	padding: 0.2rem 1rem !important;
	z-index: 999;
}
.locations-descriptions-text{
	margin-top: 10px;
	letter-spacing: normal;
	font-size: 32px;
	line-height: 1.3;
}
.modal-title{
	font-size: 36px;
	margin-left: 40px;
}
.modal-title-custom{
	text-align: center;
	padding-top: 20px;
	font-size: 28px;
}
.modal-title-customtext{
	text-align: center;
	padding-bottom: 25px;
}
.modal-title-custom2{
	text-align: center;
	font-size: 36px;
}
.title-text{
	letter-spacing: normal;
	font-size: 32px;
}
.title-text-location {
	letter-spacing: normal;
	font-size: 25px;
}
.col-border-right{
	border-right: 1px solid #C4C4C4;
}
.date-text{
	font-size: 36px;
}
.time-options{
	font-size: 32px;
	margin-top: 20px;
	padding-left: 10px;
	width: 100%;
	height: 50px;
	border-radius: 10px;
	color: #6A5558;
	border-color: #6A5558;
}
.btn-locations-custom{
	letter-spacing: normal;
	border-radius: 30px;
	margin-top: 10px;
	width: 100%;
	height: 55px;
	font-size: 24px;
	background-color: #6A5558;
	border-color: #6A5558;
}
.btn-locations-custom:hover{
	color: #FFFFFF;
	background-color: #6A5558;
	border-color: #6A5558;
}
.location-name{
	display: contents;
	font-size: 36px;
	float: left;
}
.location-subname{
	font-style: italic;
	font-size: 24px;
	padding-top: 7px;
}
.phone-text{
	font-size: 36px;
	float: left;
}
.description-text{
	font-family: 'db_helvethaicamon_x55_regular';
	font-size: 24px;
	float: left;
}
.description-text-2{
	font-size: 24px;
}
.time-text{
	font-size: 24px;
	/* float: left; */
}
/* Cake custom */
.sb-custom{
    padding-top: 90px !important;
}

.hide {
	display: none;
}
p {
	/* font-weight: bold; */
}

/* radio button */
.radio-toolbar input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}
.radio-toolbar label {
	/* width: 90px; */
	min-width: 90px;
	height: 40px;
	font-weight: 600;
	text-align: center;
	padding-top: 8px;
    display: inline-block;
    /* background-color: #ddd; */
	cursor: pointer;
    /* font-family: sans-serif, Arial; */
    font-size: 20px;
    border: 1px solid #D8CDCF;
	color: #6A5558;
    border-radius: 40px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.radio-toolbar-custom input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}
.radio-toolbar-custom label {
	width: 30px;
	height: 30px;
	font-weight: 600;
	text-align: center;
	padding-top: 10px;
    display: inline-block;
    /* background-color: #ddd; */
	cursor: pointer;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 1px solid #D8CDCF;
	color: #6A5558;
    border-radius: 40px;
	margin-right: 10px;
}
.radio-toolbar input[type="radio"]:checked + label {
    background-color:#F6A18C;
    border-color: #6A5558;
	color: #FFFFFF;
}
.radio-toolbar-custom input[type="radio"]:checked + label {
    background-color:#F6A18C;
    border-color: #6A5558;
	color: #FFFFFF;
}
.radio-toolbar2 input[type=radio] {
    /* border: 0px; */
    width: 20px;
    height: 20px;
}
.sb-input-number-frame .sb-input-number-btn{
	background-color: #D8CDCF;
	color: #6A5558;
}
#upload-box{
	margin-top: 20px;
	/* margin-bottom: 20px; */
}
.btn-custom{
	margin-right: 0px;
	/* margin-left: 200px; */
	background-color: #F6A18C;
}
#input_hbd{
	width: 100%;
	padding-top: 20px;
	/* padding-bottom: 20px; */
}
.cake-preview{
	width: 202px;
	/* height: 200px; */
	/* border: 1px solid #695A5B; */
	/* background-color: #695A5B; */
}
.cake-preview-circle{
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px 0 #C4C4C4;
}
.cake-preview-text-line{
	position: absolute;
	width: 200px;
	height: 30px;
	/* background-color: #E9EBEC; */
	text-align: center;
	margin-top: 85px;
	color: #EA6565;
}
.cake-preview-text-line-2-1{
	position: absolute;
	width: 200px;
	height: 30px;
	/* background-color: #E9EBEC; */
	text-align: center;
	margin-top: 55px;
	color: #EA6565;

}
.cake-preview-text-line-2-2{
	position: absolute;
	width: 200px;
	height: 30px;
	/* background-color: #E9EBEC; */
	text-align: center;
	margin-top: 110px;
	color: #EA6565;
}
.cake-preview-text-line-3-1{
	position: absolute;
	width: 200px;
	height: 30px;
	/* background-color: #E9EBEC; */
	text-align: center;
	margin-top: 85px;
	color: #EA6565;
}
.cake-preview-text-line-3-2{
	position: absolute;
	width: 200px;
	height: 30px;
	/* background-color: #E9EBEC; */
	text-align: center;
	margin-top: 40px;
	color: #EA6565;
}
.cake-preview-text-line-3-3{
	position: absolute;
	width: 200px;
	height: 30px;
	/* background-color: #E9EBEC; */
	text-align: center;
	margin-top: 130px;
	color: #EA6565;
}
.cake-preview-text-line-4-1{
	position: absolute;
	width: 200px;
	height: 30px;
	/* background-color: #E9EBEC; */
	text-align: center;
	margin-top: 25px;
	color: #EA6565;
}
.cake-preview-text-line-4-2{
	position: absolute;
	width: 200px;
	height: 30px;
	/* background-color: #E9EBEC; */
	text-align: center;
	margin-top: 65px;
	color: #EA6565;
}
.cake-preview-text-line-4-3{
	position: absolute;
	width: 200px;
	height: 30px;
	/* background-color: #E9EBEC; */
	text-align: center;
	margin-top: 105px;
	color: #EA6565;
}
.cake-preview-text-line-4-4{
	position: absolute;
	width: 200px;
	height: 30px;
	/* background-color: #E9EBEC; */
	text-align: center;
	margin-top: 145px;
	color: #EA6565;
}
#cake_custom_text_01{
	padding-top: 20px;
}
#message-rb{
	padding-top: 20px;
}
#count-box{
	/* padding-top: 20px; */
}
.cake_custom_text_01{
	padding-top: 20px;
}

/* radio button */
.radio-custom input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}
.radio-custom label {
	width: 40px;
	height: 40px;
	font-weight: 600;
	text-align: center;
	padding-top: 10px;
    display: inline-block;
    /* background-color: #ddd; */
	cursor: pointer;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 1px solid #D8CDCF;
	color: #6A5558;
    border-radius: 40px;
	margin-right: 10px;
}
.radio-custom input[type="radio"]:checked + label {
    background-color:#F6A18C;
    border-color: #6A5558;
	color: #FFFFFF;
}
.radio-custom{
	padding-bottom: 20px;
}
.input-space{
	padding-top: 20px;
}
.div-top-space{
	margin-top: 30px;
}
.space-custom{
	padding-top: 40px !important;
}
.footer-custom{
	padding-top: 50px;
	background-color: #FBCCCC;
	background-image: url(../img/footer.png);
	background-size:100%;
	color: #000000;
	font-weight: 400;
}
.copyright-custom{
	background-color: #FBCCCC;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 24px;
}
.menu-footer{
	font-size: 36px;
	padding-bottom: 20px;
}
.total-box{
	font-size: 36px;
	padding-bottom: 20px;
}
.atc-button{
	color: #FFFFFF;
	font-size: 24px;
}
.mini-cart{
	font-size: 28px;
	padding-top: 25px;
	padding-bottom: 20px;
    /* background-color: #6A5558; */
    /* color: #FFFFFF; */
}
.sb-cart-table .sb-cart-table-header{
	font-size: 24px;
}
.sb-price-1{font-size: 28px;}
.sb-price-2{font-size: 28px;}
.sb-product .sb-prod-description h4{font-size: 32px; letter-spacing: 2px;}
.sb-text.sb-text-sm{font-size: 24px;}
.sb-btn.sb-btn-2 span{font-size: 22px;}
.sb-btn span{font-size: 24px;}
.sb-btn-custom{background-color: #F6A18C; color: #FFFFFF;}
.sb-radio input[type=radio]:checked ~ .sb-check{
	border-color: #6A5558;
}
.sb-radio input[type=radio]:checked ~ .sb-check::before{
	background: #6A5558;
}
.header-custom{
	/* font-size: 24px; */
	padding-bottom: 15px;
}
.sb-radio label{
	font-size: 24px;
}
.checkout-details{
	width: 100%;
	height: 100%;
	background-color: #7BA7CE;
}
.row-custom{
	padding-top: 30px;
}
.row-custom2{
	padding-top: 20px;
	padding-bottom: 20px;
}
.image-slide-01-custom{
	/* margin-left:90px; */
}
.image-slide-03-custom{
	/* margin-left:-60px; */
}
.image-product{
	width: 100px;
	height: 100px;
	background-color: #EA6565;
	margin-bottom: 20px;
}
.header-custom-2{
	/* font-size: 24px; */
	padding-bottom: 20px;
	/* float: right; */
}
.margin-bottom-custom{
	margin-bottom: 20px;
}

/* about custom */
.sb-illustration-2 .sb-cirkle-3{
	background-color: #F6A18C;
}
.sb-illustration-2 .sb-cirkle-2{
	background-color: #F6A18C;
}
.sb-btn{
	background-color: #6A5558;
	color: #FFFFFF;
}
.sb-illustration-7 .sb-cirkle-3{
	background-color: #F6A18C;
}
.sb-illustration-7 .sb-cirkle-2{
	background-color: #F6A18C;
}

/* faq custom */
.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}
.ptb-1rem{
	padding-top: 20px;
    padding-bottom: 20px;
}

.accordion-section .panel-default .panel-title a {
    display: block;
    /* font-style: italic; */
    font-size: 26px;
}
.accordion-section .panel-default .panel-title a:after {
    /* font-family: 'FontAwesome'; */
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-size: 18px;
    content: "\f106";
    color: #6A5558;
    float: right;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 24px;
}

/* fonts custom */
.font-size-custom-18{
	letter-spacing: normal;
	font-size: 18px;
}
.font-size-custom-24{
	letter-spacing: normal;
	font-size: 24px;
}
.font-size-custom-22{
	letter-spacing: normal;
	font-size: 22px;
}
.font-size-custom-28{
	letter-spacing: normal;
	font-size: 28px !important;
}
.font-size-custom-32{
	/* letter-spacing: normal; */
	letter-spacing: normal;
	font-size: 28px;
}
.font-size-custom-36{
	letter-spacing: normal;
	font-size: 36px;
}
.font-size-custom-48{
	letter-spacing: 2px;
	font-size: 48px;
}
.font-size-custom-36-ci{
	font-size: 36px;
	color: #F6A18C;
}
.sb-cart-total .sb-sum{
	font-weight: 500;
}
.sb-cart-total .sb-realy-sum{
	font-weight: 500;
}
.sb-cart-total.sb-cart-total-2 .sb-realy-sum{
	font-size: 28px;
}
.sb-cart-total .sb-realy-sum .sb-price-2{
	font-weight: 500;
}
.sb-cart-total.sb-cart-total-2 .sb-realy-sum .sb-price-2{
	font-size: 28px;
}
.sb-cart-custom{
	padding-top: 30px;
	padding-bottom: 30px;
}
.line-space{
	/* padding: 30px 0; */
    /* border-top: solid 1px #F2F3F5; */
    border-bottom: solid 1px #D8CDCF;
}
.fa-facebook-square{
	margin-right: 10px;
}
.fa-external-link-alt{
	color: #FFFFFF;
}
.sb-slider-nav .sb-next-btn, .sb-slider-nav .sb-prev-btn{
	border: solid 2px #6A5558;
}
.custom-text {
    font-size: 28px;
    padding-bottom: 20px;
}

/* preorder */
.image-slide-01{
	cursor: pointer;
	/* width: 70px; */
	/* height: 70px; */
	background-color: #a12a12;
}
.text-color{
	color: #F6A18C;
}
.text-color2{
	color: #6A5558;
}

.cover-full{
	padding-bottom: 100%;
}

.card-custom{
	border: none;
	border-radius: 40px;
}
.border-none{
	border: none;
}
.card-title{
	/* font-size: 32px; */
}

.card-text{
	font-size: 24px;
}

.color-custom{
	color: #6F6F87;
	font-size: 14px;
}
.border-radius-custom{
	border-radius: 15pt;
}
.br-custom-40{
	/* border-radius: 40px; */
	border-radius: 15pt;
}
.br-custom-20{
	border-radius: 20px;
}
.accordion-section .panel-default > .panel-heading{
	border-top: 1px solid #D8CDCF;
    background: #FFFFFF;
    padding: 0;
}

.btn-right{
	float: right;
}
.collapsible {
	background-color: #FFFFFF;
	color: #6A5558;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 36px;
	text-align: center;
	border-top: 1px solid #5c5c5c;

  }
  .text-center{
	text-align: center;
  }
  .active, .collapsible:hover {
	/* background-color: #555; */
  }

  .content {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	/* background-color: #f1f1f1; */
  }


/* contact us */
.picture-location {
	padding-top: 10px;
    margin-right: 31px;
    /* width: 100%; */
    /* height: 400px; */
    margin-top: 0px;
    /* margin-bottom: 20px; */
    border-radius: 30px;
}
.line-contact{
	margin-top: 5px;
}
.icon-contact {
	margin-left: -5px;
    /* width: 100%; */
    /* height: 400px; */
    margin-top: 0px;
    /* margin-bottom: 20px; */
    border-radius: 30px;
}
.icon-contact-2 {
	margin-left: 5px;
    /* width: 100%; */
    /* height: 400px; */
    margin-top: 0px;
    /* margin-bottom: 20px; */
    /* border-radius: 30px; */
}
img.icon-contact, img.icon-contact-2{
	display: unset;
}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt50{margin-top: 50px;}
.ml-50{margin-left: -50px;}
.ml-8per{margin-left: -8%;}
.mb5{
	margin-bottom: 5px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.phone-detail{
	font-size: 31px;
}
.icon-detail{
	width: 50px;
	height: 50px;
	background-color: #000;
}
.fa-circle{
	font-size: 30px;
	margin-right: 15px;
}
.ml0 {
	margin-left: 0px !important;
}
.ml40{
	margin-left: 40px;
}
.mt--6{
	margin-top: -6px;
}
.mt-15{
	margin-top: -15px;
}
.ml14{
	margin-left: 14px;
	z-index: 200;
}
.ml85{
	margin-left: 85px;
}
.npl{
	padding-left: 0px;
}
.col-location{
	padding-left: 50px;
    padding-right: 50px;
}
.p20{
	padding: 20px;
}
.npt{
	padding-top: 0px;
}
.npb{
	padding-bottom: 0px;
}
.pb20{
	padding-bottom: 20px;
}
.pl10{
	padding-left: 10px;
}
.pl5{
	padding-left: 5px;
}
.p20-pt0{
	padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 20px;
}
.p20-pl0{
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.p20-pr0{
	padding-left: 80px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.p20-pt0-pr0{
	padding-left: 80px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}
.p40-pt0{
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
}
.pr15 {
	padding-right: 15px;
}
.npb{
	margin-bottom: 0px;
}
.pl25{
	padding-left: 25px;
}
.pt13{
	padding-top: 13px;
}
.pb5{
	padding-bottom: 5px;
}
.pb10{
	padding-bottom: 10px;
}
.pb20{
	padding-bottom: 20px;
}
.pb30{
	padding-bottom: 30px;
}
.pb60{
	padding-bottom: 60px;
}
.pb70{
	padding-bottom: 70px;
}
.pb90{
	padding-bottom: 100px;
}
.pb200{
	padding-bottom: 200px;
}
.ml-65{
	margin-left: -65px;
}
.pt2{
	padding-top: 2px;
}
.pt10{
	padding-top: 10px;
}
.pt15{
	padding-top: 15px;
}
.pt20{
	padding-top: 20px;
}
.pt30{
	padding-top: 30px;
}
.pt50{
	padding-top: 50px;
}
.pt90{
	padding-top: 90px;
}
.space-10{
	margin-top: 10px;
}
.sb-product .sb-cover-frame img{
	width: 90%;
}
.title-custom{
	text-align: center;
	cursor: pointer;
}
.pd-custom{
	padding-top: 20px;
	padding-bottom: 20px;
}
.pd10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.bt-solid{
	border-top: 1px solid #D8CDCF;
	background-color: #FFFFFF;
}
.bb-solid{
	border-bottom: 1px solid #D8CDCF;
	margin-bottom: 20px;
}
.bl-solid{
	border-left: 1px solid #6A5558;
}
.br-solid{
	border-right: 1px solid #6A5558;
}
.br-solid-pr20{
	padding-right: 30px;
	border-right: 1px solid #D8CDCF;
}
.br-solid-pr55{
	padding-right: 55px;
	border-right: 1px solid #D8CDCF;
}
.form-control{
	padding-right: 30px;
	font-size: 24px;
	/* border: 1px solid #6A5558; */
	border: 1px solid gainsboro;
}
/* navbar bg */
.nav-bg{
	width: 100%;
	height: 250px;
	background-color: #000;
}
.title-menu{
	float: right;
	font-size: 48px;
}

/* input file custom */
::-webkit-file-upload-button {
	background: #6A5558;
	color: #FFFFFF;
	border-radius: 20px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	border: 2px solid #6A5558;
  }

  /* checkbox */
  /* Create a custom checkbox */
.checkmark {
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
  }

  /* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
	background-color: #F6A18C;
  }
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }

  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
	display: block;
  }

  /* Style the checkmark/indicator */
  .container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .text-reset-2{
	margin-top: 10px;
  }

  .card{
	  border: none;
  }

.card-wrapper{
    max-width: 1100px;
    margin: 0 auto;
}
.img-slider{
    width: 100%;
    display: block;
}
.img-display{
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
}
.img-select{
    display: flex;
}
.img-item{
	margin-right: 10px;
    margin-top: 10px;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 10px;
    margin-top: 10px;
}
.img-item:hover{
    opacity: 0.8;
}
.product-content{
    padding: 2rem 1rem;
}
.product-title{
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
.product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}
.product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}
.product-link:hover{
    opacity: 0.9;
}
.product-rating{
    color: #ffc107;
}
.product-rating span{
    font-weight: 600;
    color: #252525;
}
.product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 400;
}
.last-price span{
    color: #f64749;
    text-decoration: line-through;
}
.new-price span{
    color: #256eff;
}
.product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}
.product-detail p{
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}
.product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
}
.product-detail ul li{
    margin: 0;
    list-style: none;
    background: url(shoes_images/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.product-detail ul li span{
    font-weight: 400;
}
.purchase-info{
    margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}
.purchase-info input{
    width: 60px;
}
.purchase-info .btn{
    cursor: pointer;
    color: #fff;
}
.purchase-info .btn:first-of-type{
    background: #256eff;
}
.purchase-info .btn:last-of-type{
    background: #f64749;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}
.social-links{
    display: flex;
    align-items: center;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}
.social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}
.tb{
	font-weight: bold;
}
.ti{
	font-style: italic;
}
.frame-bg{
	font-size: 32px;
	border-bottom: 1px solid #D8CDCF;
}
/* .frame-bg{
	background: #6a5558;
    padding: 8px 20px;
    border-radius: 30px;
    text-align: left;
    color: #fff;
} */
.cursor-hover:hover{
	color: #000000
	transition: 0.3s ease-in-out;
}
.cursor-hover{
	color: #000000;
	transition: 0.3s ease-in-out;
}

/* New Check box style */
.b-contain *, .b-contain *::before, .b-contain *::after {
	box-sizing: content-box !important;
}

.b-contain input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.b-contain span {
	/* line-height: 1.54;
	font-size: 1rem; */
	font-family: inherit;
}

.b-contain {
	display: table;
	position: relative;
	padding-left: 1.8rem;
	cursor: pointer;
	margin-bottom: .5rem;
}

.b-contain input[type="checkbox"] ~ .b-input {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.25rem;
	width: 1.25rem;
	background: rgba(255, 255, 255, 0.28);
	transition: background 250ms;
	border: 1px solid rgba(6, 26, 36, 1);
	border-radius: 0.125rem;
}

.b-contain input[type="radio"] ~ .b-input {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.25rem;
	width: 1.25rem;
	background: rgba(255, 255, 255, 0.28);
	transition: background 250ms;
	border: 1px solid rgba(6, 26, 36, 1);
	border-radius: 2.0rem;
}

.b-contain input[type="checkbox"] ~ .b-input::after {
	content: '';
	position: absolute;
	display: none;
	left: .45rem;
	top: .18rem;
	width: .25rem;
	height: .6rem;
	border: solid rgba(255, 255, 255, 1);
	border-width: 0 2px 2px 0;
	transition: background 250ms;
	transform: rotate(45deg);
}

.b-contain input[type="radio"] ~ .b-input::after {
	content: '';
	position: absolute;
	display: none;
	left: .25rem;
	top: .25rem;
	width: .75rem;
	height: .75rem;
	border-radius: 2.0rem;
	background: rgba(255, 255, 255, 1);
	transition: background 250ms;
}

.b-contain input:disabled ~ .b-input::after {
	border-color: rgba(135, 149, 161, 1);
}

.b-contain input:checked ~ .b-input::after {
	display: block;
}

.b-contain:hover input ~ .b-input,
.b-contain input:focus ~ .b-input {
	background: rgb(231, 238, 243);
}

.b-contain input:focus ~ .b-input {
	box-shadow: 0 0 0 2px rgba(52,144,220,0.5);
}

.b-contain input:checked ~ .b-input {
	background: rgba(246, 161, 140, 1);
	border-color: rgba(1, 12, 22, 1);
}

.b-contain input[type="checkbox"]:disabled ~ .b-input {
	background: rgba(241, 245, 248, 1);
	border-color: rgba(184, 194, 204, 1);
	opacity: 0.6;
	cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled ~ .b-input {
	background: rgba(241, 245, 248, 1);
	border-color: rgba(184, 194, 204, 1);
	opacity: 0.6;
	cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled ~ .b-input::after {
	background: rgba(135, 149, 161, 1);
}

.b-contain input:checked:focus ~ .b-input, .b-contain:hover input:not([disabled]):checked ~ .b-input {
	background: rgba(246, 161, 140, 1);
	border-color: rgba(13, 143, 255, 1);
}

.b-contain .b-input::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3rem;
	height: 3rem;
	margin-left: -0.85rem;
	margin-top: -0.85rem;
	background: rgba(0, 130, 243, 1);
	border-radius: 2rem;
	opacity: .6;
	z-index: 99999;
	transform: scale(0);
}

@keyframes b-ripple {
	0% {
		transform: scale(0);
	}

	20% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

@keyframes b-ripple-duplicate {
	0% {
		transform: scale(0);
	}

	30% {
		transform: scale(1);
	}

	60% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

.b-contain input + .b-input::before {
	animation: b-ripple 250ms ease-out;
}

.b-contain input:checked + .b-input::before {
	animation-name: b-ripple-duplicate;
}

.b-contain .b-input::before {
	visibility: hidden;
}

.b-contain input:focus + .b-input::before {
	visibility: visible;
}

.b-contain:first-child .b-input::before {
	visibility: hidden;
}
/* END New Check box style */

.number-count{
	position: absolute;
	right: 0;
	margin-top: -39px;
	margin-right: 33px;
}
.number-count-2{
	position: absolute;
	right: 0;
	margin-top: -53px;
	margin-right: 33px;
}
.sb-cart-table .sb-cart-item{
	padding: 0px 0;
}
.sb-cart-table .sb-cart-table-header{
	margin-bottom: 0px;
}
.sb-cart-table .sb-cart-item{
	/* margin-bottom: 0px; */
	margin-bottom: 20px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Some browsers will not display the caret when using calc, so we put the fallback first */
    background: url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
    background: url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat calc(100% - 20px) !important; /* Better placement regardless of input width */
}
.mb-w-60{
	width: 60% !important;
}
.ml-40{
    margin-left: -40px;
}
.col-location-2 {
    padding-left: 30px;
    padding-right: 30px;
}
.fr{
	float: right;
}
.picture-location-2 {
    padding-top: 10px;
    /* margin-right: 31px; */
    /* width: 100%; */
    /* height: 400px; */
    margin-top: 0px;
    /* margin-bottom: 20px; */
    border-radius: 30px;
}

.item {
	padding:10px
}

.checkout-price {
	word-wrap: initial;
}

.show-password-input {
	padding: 0px;
	top: 8px;
}

.show_upload_photo_cake {
	/* width: 65%; */
	width: 30%;
	margin-top: 1rem;
}

.f-db{
	font-family: 'db_helvethaicamon_x55_regular';
}

.bowcake_color_link {
	color: black;
}

.header_minicart{
	text-align: left !important;
	padding-left: 50px;
}

.input_upload_file {
	font-size: 70%;
	margin-top: 7px;
}

.no-border-radius {
	border-radius: 0px !important;
}

.bowcake_myaccount_btn {
	background-color: #6a5558;
	border-color: #6a5558;
	color: white;
}

/* Overlay ของ sweetalert2 */
.swal2-container {
    background: rgba(0,0,0,.95)!important;
}

.woocommerce p a {
	color: #695A5B;
}

.woocommerce p a:hover {
	color: #F6A18C;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
	color: #695A5B;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
	color:#F6A18C;
}

.table-responsive .table thead th{
	border-bottom: 2px solid #dee2e6;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	text-align: center;
	padding: 0 0 15px 0px;
	background-color: #ffffff;
}

.table-responsive .table .table-striped tbody tr{
	background-color: #ffffff;
}

.woocommerce-address-fields__field-wrapper {
	border: 1px solid #cccccc;
	padding: 20px;
	margin-top: 20px;
}

.form-row{
display: block;
margin: 20px 10px;
}

.woocommerce-MyAccount-content .form-row-first {
width: 45%;
float: left;
margin-right: 10px;
}

.woocommerce-MyAccount-content .form-row-last{
width: 45%;
float: left;
margin-left: 20px;
}

.woocommerce-MyAccount-content .form-row-wide{
width: 95%;
}

.input-text .form-control .ml-3 {
margin-left: 0px;
}

.btn .bowcake_myaccount_btn .woocommerce-Button .button {
padding: 10px 40px;
font-size: 22px;
letter-spacing: 3px;
}

.show-password-input::after {
padding: 5px;
}

.form-group legend{
font-weight: bolder;
margin-top: 50px;
}

.woocommerce-address-fields .button {
padding: 10px 40px;
font-size: 22px;
letter-spacing: 3px;
}

.table thead th{
border-bottom: 2px solid #dee2e6;
border-top: 0;
border-left: 0;
border-right: 0;
text-align: center;
padding: 0 0 15px 0px;
background-color: #ffffff;
}

.table tbody tr{
background-color: #ffffff !important;
}
.table tbody th{
background-color: #ffffff !important;
}
.table tbody td{
background-color: #ffffff !important;
}

.woocommerce-error {
	background-color: #f6a18c !important;
  }

.product_description {
	margin-top : 10px;
}

#spinner {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgba(192, 192, 192, 0.5);
	background-image: url("spinner.gif");
	background-repeat: no-repeat;
	background-position: center;
}

#spinner_payment {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgba(192, 192, 192, 0.5);
	background-image: url("spinner_payment.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.label-novalidate:after {
	content: "" !important;
}

.popup_shipping_type {
	cursor: zoom-in;
	text-decoration: underline;
	color: #f6a18c;
}

.textleft{
  text-align: left !important;
  cursor: pointer;
}
.fa-angle-right .angle-style{
  font-size: 20px;
  padding-left: 20px;
}

.mb0 {
	margin-bottom: 0px;
}
.pl0{
  padding-left: 0 !important;
}
.plr-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.bowcake_back_btn {
	font-size: 22px;
	display: flex;
}
.bow_img_timeline {
	display: block;
	width: 25px;
	margin: 0 auto;
}
.bow_sp_timeline {
	display: block;
}
.bow_div_timeline {

}
.bow_timeline_spacer {
	margin: 0 20px 0 20px;
	position: relative;
	top: 10px;
}

.bow_cart_h_center {
	text-align: center;
}
.bow_img_location {
	display: block;
	/* margin-left: auto; */
	margin-right: auto;
	width: 85%;
}

.monthly-day-tomorrow {
	cursor: pointer;
}

.contact_ch_subname {
	word-wrap: break-word;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid #D8CDCF
}

.p_career {
	margin-bottom: 2px;
}

.mtmb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.text-soldout {
	display: inline-block;
	width: 100%;
}

.btn-thankyou-w100-text-center {
	width: 100%;
	text-align: center;
}

.hr-title-product-detail {
	margin-top: 5px;
	margin-bottom: 5px;
}

.icon-social-contact-channel {
	padding-right: 0px;
}

.margin-lr-0 {
	margin-left: 0px;
	margin-right:0px;
}

.lng-icon-custom-text {
	font-size: 15px;
}

.collec-left {
	align-items: center;
	display: flex;
}

.collec-right {
	text-align: right;
}

.collec-row {
	margin-bottom: 20px;
}

.img-product {
	margin-right: 5px;
	margin-left: 5px;
}
.img-product-item {
	margin-right: 5px;
	margin-left: 5px;
	padding : 0px !important;
}
.bow_btn_gray {
	background-color: #F2F3F5 !important;
	border: 0;
	color: #6A5558;
}
.bow_btn_gray:hover {
	color: #F6A18C;
	filter: unset !important;
}
.error {
	display: contents;
	color: red !important;
}

/* PC Only */
@media (min-width: 992px){
	.no-pc {
		display: none;
	}
    .pl25-desktop {
		padding-left: 25px;
	}
	.pl40-desktop {
		padding-left: 40px;
	}
	.desktop_pr_70 {
		padding-right: 70px;
	}
	.img_align_center_pc {
		position: relative;
		top: 50% !important;
		transform: translateY(-50%);
	}
	.bow_about_desc {
		font-size: 32px;
		line-height:42px;
	}
	.pl15p_desktop{
		padding-left: 15%;
	}
	.cart_product_des_center_pc {
		margin: auto;
	}
	.bow_cart_input_number{
		/* margin: auto;
		width: 60%; */
		position: relative;
		left: 33px;
	}
	.pb-30-pc {
		padding-bottom: 30px;
	}
	.hr-mb {
		display: none;
	}
	.pc-confirm-box {
		justify-content: right;
		padding-right: 0px;
	}
	.pc-title-product-detail {
		font-size: 28px;
		padding-bottom: 0px;
	}
	.shipping-title-checkout-pc {
		margin-left: -10%;
	}
	.pc-location-modal-body-padding {
		padding-top: 0px;
		padding-left: 70px;
		padding-right: 70px;
		padding-bottom: 70px;
	}
	.pc-location-modal-header-padding {
		padding-top: 70px !important;
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
	.pc-location-modal-desc {
		width: 85%;
	}
	.pc-bushr-pt10 {
		padding-top: 10px;
	}
}
/* END PC Only */