@font-face {
  font-family: 'gotham';
  src:  url('../fonts/GothamNarrow-Book.otf');       
}
@font-face {
  font-family: 'dance-script';
  src:  url('../fonts/DancingScript.otf');
}
@font-face {
  font-family: 'gotham-md';
  src:  url('../fonts/GOTHAM-MEDIUM.ttf');
  src:  url('../fonts/gotham-medium.otf');        
}

@font-face {
  font-family: 'gotham-bd';
  src:  url('../fonts/gotham-bold.ttf');
  
}

.center-block{
	display: block;
	margin: auto;
}

.text-center{
	text-align: center;
}



.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #fa626f;
    border: 2px solid #fa626f;

}
.owl-nav.disabled{
	display: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: transparent;
    border: 2px solid #11795c;
}

#cake-categories{
	background: #fff;
	padding: 30px 0;
/*	padding-bottom: 100px;*/ 
}



.ck_slider_top_content .three-icon-row p {
    color: #797979 !important;
    padding-top: 5px;
    padding-bottom: 50px;
}


.gold-cake-header{
	text-align: center;
}

.gold-cake-header h2{
    text-align: center;
    padding-bottom: 20px;
    text-transform: capitalize;
    font-size: 43px;
    color: #ae8765;
    font-family: dance-script;
}

.gold-cake-header h3{	
	color: #000;
	font-weight: 600;
    padding-top: 15px;
}

.gold-cake-header p{
	text-align: center;
    margin: auto;
    width: 50%;
    font-size: 20px;
    padding-top: 20px;

}

.cake-tab-notes{
	margin-top: -40px;
	text-align: center;
}


.cake-tab-row{
	padding:10px 0px; 
}

.tabcake1{
	position: absolute;
    top: 20px;
    left: 12%;
    width: 16%;
}

.tabcake2{
	position: absolute;
    top: -25px;
    left: 42%;
    width: 16%;
}

.tabcake3{
	position: absolute;
    top: 20px;
    right: 12%;
    width: 16%;
}


.cake-tab-notes p{
	font-size: 18px;
    min-height: 90px;
    max-height: 90px;    
    line-height: 25px;
    padding: 15px 0px;
    overflow: hidden;
}


.tablinker+.active,
.tablinkers+.active,
.tablinks+.active{
	filter: drop-shadow(2px 4px 6px black);
}


/*==========================    GALLERY   ===================================*/




.gallery{
	padding: 50px 0;
}



/*============== call-to-order ================*/




.call-to-order {
    background: url(../images/call-to-order.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0px;
    min-height: 500px;
    background-attachment: fixed;
    background-position: right;
}

.ar .call-to-order {
    background: url(../images/call-to-order-rev.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: left;
}



.call-to-order .contents{
	padding: 100px 0px;
	color: #fff
}

.call-to-order .contents p{
    color: #fff;
	font-size: 25px;
    font-weight: 900;
    padding-bottom: 15px;
}

.call-to-order .contents h2{
	color: #fff;
    font-size: 43px;
    padding-bottom: 10px;
}

.call-to-order .contents h2 span{

	color:#fa626f;
}

.call-to-order .contents h3{
	color: #fff;
    font-weight: 600;
    font-size: 30px;
    font-style: italic;
}




/*======================     customization     ============================*/


.customization{
	padding: 50px 0px;
	position: relative;
}


.customization .section-content img{
	width: 60%;
    padding-top: 50px;
}



.cream-juice{
	position: absolute;
    top: 30%;
    right: 0;
    width: 30%;
}	



/*=========== testmonials ============*/

.testimonials{
	background: url(../images/test-bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0px;
}



.testimonials .slide-item{
	padding-top: 20px;
}

.testimonials .slide-item p{

	    padding: 0px 125px;
}

.testimonials .slide-item span{
	color: #11795c;
    font-size: 1rem;
    font-style: italic;
    font-weight: 600;
}
.testimonials .slide-item img{
	width: 20% !important;

}


.testimonials .slide-item h5{
	font-size: 1.1rem;
    font-weight: 600;
    margin: 5px 0px;
}







footer{
	padding-top: 50px;
}

footer .fa-instagram{
	font-size: 25px;
    background: #555;
    padding: 10px 12px;
    color: #fff;
    border-radius: 50px;
}




p.copyrights{
	margin-top: 20px;
    font-family: 'gotham';
    padding: 15px;
    border-top: 1px solid #5553;
}

/*footer a.pink.phone {
    display: flex;
    margin: 10px auto;
    width: max-content;
    max-width: 100%;
    padding: 12px 19px;
    background: #fe2b5d;
    font-size: 12px;
    font-family: 'gotham';
    color: #fff;
    border-radius: 50px;
}*/




@media screen  and (max-width: 750px){
    .ck_navigation_main_wrapper{
        padding: 0px 10px;
    }

    .ck_slider_main_wrapper {
    padding-bottom: 0px;
    background: url(../images/header_bg14.png) 50% 0 repeat-y;
}
.ck_top_header_main_section_wrapper {
    background: transparent;    
    padding-bottom: 0;
}
.ck_slider_top_content h2 {
    color: #ff9930;
}
.three-icon-row img{
    width: 80%;
}
.three-icon-row p{
    font-size: 12px;
}
.tab .center-block{
    margin-top: 50px;
}

.tabcake2 {
    top: 25px;
}
.tabcake3 {
    top: 80px;
}

}



.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

/*.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate3d(0, -25%, 0);
    -o-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0)
}*/

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    /*min-height: 16.43px;*/
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
    /* margin-top: -2px; */
    font-size: 49px;
    color: #578a74;
    padding-right: 60px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #578a74;
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

#myModal2 .modal-dialog {
    width: 70%;
    margin: 85px auto 30px
}


#myModal2 .col-md-5 {
    background: #eee
}

#myModal2 .modal-body {
    position: relative;
    padding: 0 15px 0 0
}


#myModaltwo .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff
}

#myModaltwo input {
    width: 100%;
    padding: 5px 0 10px 10px;
    border: none;
    font-size: 18px;
    color: #666;
    outline: 0
}



#myModaltwo .modal-header .close {
    margin-top: -2px;
    float: left;
    font-size: 38px;
    opacity: 20;
    color: #666;
    outline: 0
}
#myModaltwo .modal-header {
    min-height: auto;
    padding: 10px 15px 50px 15px;
    border-bottom: 1px solid #c2d1ce
}

#myModaltwo .modal-content {
    border: none;
    box-shadow: none
}


.text-input__loading {
    height: auto;
    border: 1px solid rgba(194, 209, 206, 0);
    border-radius: 0;
    width: 100%;
    background: #fff
}

.text-input__loading--line {
    height: 10px;
    margin: 10px;
    -webkit-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out
}

.text-input__loading div:nth-child(1) {
    width: 98%
}

.text-input__loading div:nth-child(5) {
    width: 97%;
    opacity: 0
}

.text-input__loading div:nth-child(9) {
    width: 96%;
    opacity: 0
}

.text-input__loading div:nth-child(2) {
    width: 91%
}

.text-input__loading div:nth-child(6) {
    width: 94%;
    opacity: 0
}

.text-input__loading div:nth-child(10) {
    width: 93%;
    opacity: 0
}

.text-input__loading div:nth-child(3) {
    width: 85%
}

.text-input__loading div:nth-child(7) {
    width: 91%;
    opacity: 0
}

.text-input__loading div:nth-child(4) {
    width: 82%
}

.text-input__loading div:nth-child(8) {
    width: 89%;
    opacity: 0
}


.text-input__loading--line {
    height: 10px;
    margin: 10px;
    -webkit-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out
}

.text-input__loading div:nth-child(1) {
    width: 98%
}

.text-input__loading div:nth-child(5) {
    width: 97%;
    opacity: 0
}

.text-input__loading div:nth-child(9) {
    width: 96%;
    opacity: 0
}

.text-input__loading div:nth-child(2) {
    width: 91%
}

.text-input__loading div:nth-child(6) {
    width: 94%;
    opacity: 0
}

.text-input__loading div:nth-child(10) {
    width: 93%;
    opacity: 0
}

.text-input__loading div:nth-child(3) {
    width: 85%
}

.text-input__loading div:nth-child(7) {
    width: 91%;
    opacity: 0
}

.text-input__loading div:nth-child(4) {
    width: 82%
}

.text-input__loading div:nth-child(8) {
    width: 89%;
    opacity: 0
}

@-webkit-keyframes pulse {
    0% {
        background-color: rgba(165, 165, 165, .1)
    }
    50% {
        background-color: rgba(165, 165, 165, .3)
    }
    100% {
        background-color: rgba(165, 165, 165, .1)
    }
}

@keyframes pulse {
    0% {
        background-color: rgba(165, 165, 165, .1)
    }
    50% {
        background-color: rgba(165, 165, 165, .3)
    }
    100% {
        background-color: rgba(165, 165, 165, .1)
    }
}



@media (max-width:1200px) {
    .sldr_frm .m_iput {
        right: 28%
    }
}



.slick-prev, .slick-next {
    top: unset !important;
    bottom: 20% !important;
    width: 50px !important;
    height: auto !important;
}




















/**************    SELECT  *************/























.cake_drag_pic{
  align-items: center;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.drag-pic.cake_drag_pic button {
    width: 72px;
    color: #fff;
    background: #f42953;
    padding: 20px 24px;
    border: none;
    border-radius: 50px;
    font-size: 20px;
    margin-bottom: 10px;
    height: 70px;
    padding: 0;
}



















