/* 
=============================================== 
Table Of Content
=============================================== 

1. Header Section CSS
	1.1 Header Custom Title Background
2. Shop Product
	2.1 Product Details
	2.2 Chart Page
3. Banner Section CSS
4. About Cake Section CSS
5. Gallery Section CSS
6. Product Cake Section CSS
7. News Cake Section CSS
8. Option Section CSS
9. Pricing Cake Section CSS
10. About Cake Section CSS
11. Pagination Section CSS
12. Terms of Use and Privacy Section CSS
13. 404 Section CSS
14. Footer Section CSS 

-------------------------------------------- */
/* 
=============================================== 
1. Header Section CSS
=============================================== 
*/
.normal-heading {
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}
.mar-top-10 {
  margin-top: 10px;
}
.mar-top-20 {
  margin-top: 20px;
}
.mar-right-10 {
  margin-right: 10px;
}
.mar-left-10 {
  margin-left: 10px;
}
.mar-btm-0 {
  margin-bottom: 0;
}
.mar-btm-10 {
  margin-bottom: 10px;
}
.mar-btm-20 {
  margin-bottom: 20px;
}
.no-pad-right {
  padding-right: 15px;
}
@media (min-width: 768px) {
  .no-pad-right {
    padding-right: 0;
  }
}
.no-pad-left {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .no-pad-left {
    padding-left: 0;
  }
}
.pad-top-150 {
  padding-top: 150px;
}
.pad-top-10 {
  padding-top: 10px;
}
.pad-btm-10 {
  padding-bottom: 10px;
}
.img-cake-center {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .img-cake-center-res {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .img-full-sm {
    width: auto;
  }
}
@media (min-width: 768px) {
  .img-full-sm {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .img-full-sm {
    width: auto;
  }
}
.lpurple {
  color: #e6c9ff;
}
.purple-color {
  color: #a593c2;
}
.dpurple-color {
  color: #9a70bf;
}
.green-color {
  color: #23cfa7;
}
.orange-color {
  color: #ffbb63;
}
.blue-color {
  color: #59d4f0;
}
.pink-color {
  color: #fba1a1;
}
.grey-color {
  color: #a1a2a6;
}
.btn:focus {
  outline: 0;
  color: #ffffff;
}
.btn-inline {
  display: inline-block;
}
.btn-pink-cake {
  background-color: #fba1a1;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-pink-cake:hover {
  color: #ffffff;
  background-color: #f97070;
}
.btn-grey-cake {
  background-color: #a1a2a6;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-grey-cake:hover {
  color: #ffffff;
  background-color: #87888d;
}
.btn-blue-cake {
  background-color: #59d4f0;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-blue-cake:hover {
  color: #ffffff;
  background-color: #2ac8ec;
}
.btn-orange-cake {
  background-color: #ffbb63;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-orange-cake:hover {
  color: #ffffff;
  background-color: #ffa530;
}
.form-control-custom {
  color: #a1a2a6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.form-control-custom:focus {
  border: solid 1px #fba1a1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.top-highlight {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(165, 147, 194, 0.7);
  z-index: 3;
}
a:hover, a:focus{
  text-decoration: none !important;
}
/* 
=============================================== 
1.1 Header Section CSS
=============================================== 
*/
.header-wrapper .wrap-header {
  background-image:  url('../../images/headerbgimg.jpg');
  /*background: url(https://png.pngtree.com/thumb_back/fw800/back_our/20190620/ourmid/pngtree-candy-children-maternal-and-child-fresh-literary-sweet-banner-image_164502.jpg) repeat;
  */background-size: cover;
  background-attachment: fixed;
  height: 100%; 
}
.header-wrapper .wrap-header.purple-top-dot {
  background: url('../../images/dot-purple-1.png') repeat;
  height: 250px;
}
.header-wrapper .wrap-header.blue-top-dot {
  background: url('../../images/dot-blue-1.png') repeat;
  height: 250px;
}
.header-wrapper .wrap-header.green-top-dot {
  background: url('../../images/dot-green-1.png') repeat;
  height: 250px;
}
.header-wrapper .wrap-header.orange-top-dot {
  background: url('../../images/dot-orange-1.png') repeat;
  height: 250px;
}
.header-wrapper .chart-cake {
  padding: 40px 0;
  border-bottom: dashed 1px #a1a2a6;
  background-color: #f4f3ef;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.header-wrapper .chart-cake:hover {
  background-color: #eceae3;
}
.header-wrapper .chart-cake:nth-child(2n) {
  background-color: #f0eee9;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.header-wrapper .chart-cake:nth-child(2n):hover {
  background-color: #eceae3;
}
.header-wrapper .chart-cake:last-child {
  border-bottom: none;
}
.header-wrapper .chart-cake img {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}
.header-wrapper .chart-cake .tittle-chart-cake {
  border-bottom: dashed 1px #a1a2a6;
}
.header-wrapper .chart-cake .tittle-chart-cake h1 {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
}
.header-wrapper .chart-cake .tittle-chart-cake h1 span {
  font-size: 30px;
  font-family: 'latoregular';
  text-transform: capitalize;
  letter-spacing: 0px;
}
.header-wrapper .chart-cake .star {
  padding: 15px 0 15px 0;
}
.header-wrapper .chart-cake .star li {
  display: inline-block;
}
.header-wrapper .chart-cake .star li span {
  margin-left: 10px;
  vertical-align: top;
  font-size: 18px;
}
.header-wrapper .chart-cake .star li .icon-star-active {
  width: 16px;
  height: 16px;
  background: url('../../images/star.png') repeat;
  display: inline-block;
}
.header-wrapper .chart-cake .star li .icon-star-disable {
  width: 16px;
  height: 16px;
  background: url('../../images/star.png') repeat;
  background-position: 16px 16px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header-wrapper .chart-cake .star li .icon-star-disable:hover {
  cursor: pointer;
  background-position: 16px 0px;
}
.header-wrapper .chart-cake .star li .icon-star-disable:active {
  background-position: 16px 16px;
}
.header-wrapper .blog-cake {
  padding: 15px;
}
.header-wrapper .blog-cake .overflow-xs {
  overflow: hidden;
	background-color: #f4f3ef;
}
.header-wrapper .blog-cake .wrap-blog-content {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.header-wrapper .blog-cake .wrap-blog-content .left-date-blog {
  width: 100%;
  height: 80px;
  background-color: #59d4f0;
  padding: 10px;
  text-align: center;
  color: white;
  float: left;
}
@media (min-width: 768px) {
  .header-wrapper .blog-cake .wrap-blog-content .left-date-blog {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .header-wrapper .blog-cake .wrap-blog-content .left-date-blog {
    width: 100px;
    height: 100px;
  }
}
.header-wrapper .blog-cake .wrap-blog-content .left-date-blog h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.header-wrapper .blog-cake .wrap-blog-content .left-date-blog p {
  line-height: 7px;
  text-transform: uppercase;
}
.header-wrapper .blog-cake .wrap-blog-content .right-hand-content-blog {
  width: 100%;
  float: left;
}
@media (min-width: 992px) {
  .header-wrapper .blog-cake .wrap-blog-content .right-hand-content-blog {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-wrapper .blog-cake .wrap-blog-content .right-hand-content-blog {
    width: 516px;
  }
}
.header-wrapper .blog-cake .wrap-blog-content .right-hand-content-blog .content-blog-bottom {
  padding: 15px;
  background-color: white;
  margin-bottom: 20px;
  font-size: 18px;
  display: block;
  height: 160px;
}
.header-wrapper .blog-cake .wrap-blog-content .right-hand-content-blog .content-blog-bottom h4 {
  color: #191b1b;
  font-family: 'montserratbold';
  text-transform: uppercase;
  font-size: 19px;
}
.header-wrapper .blog-cake .wrap-blog-content .right-hand-content-blog .content-blog-bottom h4 span {
  font-family: 'latoregular';
  text-transform: capitalize;
  font-size: 18px;
}
.header-wrapper .blog-cake .wrap-blog-content .right-hand-content-blog .content-blog-bottom .right-read {
  height: 50px;
  display: table;
  margin: 0 auto;
}
.header-wrapper .blog-cake .wrap-blog-content .right-hand-content-blog .content-blog-bottom .right-read span {
  display: table-cell;
  vertical-align: middle;
}
.header-wrapper .blog-cake .form-list-box {
  margin-bottom: 20px;
  overflow: hidden;
  color: black;
}
.header-wrapper .blog-cake .form-list-box .content-tags {
  overflow: hidden;
}
@media (max-width: 768px) {
  .header-wrapper .blog-cake .form-list-box .content-tags {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.header-wrapper .blog-cake .form-list-box .content-tags a {
  padding: 10px;
  background-color: #59d4f0;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 10px;
  margin-bottom: 10px;
}
.header-wrapper .blog-cake .form-list-box .content-tags a:hover {
  text-decoration: none;
  background-color: #2ac8ec;
}
.header-wrapper .blog-cake .form-list-box h3 {
  font-size: 40px;
  font-family: 'moon_flower_boldregular';
  text-transform: uppercase;
  color: black;
  letter-spacing: 1px;
}
.header-wrapper .blog-cake .form-list-box p,
.header-wrapper .blog-cake .form-list-box ul {
  font-size: 18px;
}
.header-wrapper .blog-cake .form-list-box ul {
  float: left;
  width: 100%;
}
.header-wrapper .blog-cake .form-list-box ul li {
  padding: 0px;
  float: left;
  width: 100%;
  border-bottom: 1px #a1a2a6 dashed;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  vertical-align: top;
}
.header-wrapper .blog-cake .form-list-box ul li:hover {
  background-color: #eceae3;
}
.header-wrapper .show-content-blog {
  display: none;
}
.header-wrapper .top-absolute {
  position: absolute;
  width: 100%;
  z-index: 3;
}
.header-wrapper .navbar-cake {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.header-wrapper .navbar-cake img {
  margin: 0 auto;
}
.header-wrapper .toggle-cake {
  background-color: #ed3237;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 2;
}
.header-wrapper .toggle-cake:hover {
  background-color: #f97070;
}
.header-wrapper .toggle-cake .icon-bar {
  background-color: #ffffff;
}
.header-wrapper .mega-menu {
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 40px;
  color: black;
}
@media (min-width: 768px) {
  .header-wrapper .mega-menu {
    margin-top: 20px;
  }
}
.header-wrapper .mega-menu .tittle-mega {
  text-align: center;
  border-top: dashed 1px #a1a2a6;
  border-bottom: dashed 1px #a1a2a6;
}
.header-wrapper .mega-menu .list-mega {
  padding: 10px;
}
.header-wrapper .mega-menu .list-mega li {
  padding: 7px;
  border-bottom: dotted 1px #a1a2a6;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.header-wrapper .mega-menu .list-mega li.bottom-red-border {
  border-bottom: 2px solid #fba1a1;
}
.header-wrapper .mega-menu .list-mega li a {
  display: block;
  text-decoration: none;
  color: black;
}
.header-wrapper .mega-menu .list-mega li:first-child {
  /*background-color: #f4f3ef;
  cursor: inherit;*/
}
.mobileviewactive{
  background-color: #f4f3ef;
  cursor: inherit;
}
.header-wrapper .mega-menu .list-mega li:first-child:hover {
  background-color: #f4f3ef;
}
.header-wrapper .mega-menu .list-mega li:hover {
  background-color: #eae8e0;
}
.header-wrapper .tittle-sub-top {
  color: #f4f3ef;
  font-size: 25px;
}
.header-wrapper .tittle-sub-top h1 {
  text-transform: uppercase;
  font-size: 23px;
  display: inline-block;
}
@media (min-width: 768px) {
  .header-wrapper .tittle-sub-top h1 {
    font-size: 45px;
  }
}
.header-wrapper .tittle-sub-top h2 {
  display: inline-block;
}
.header-wrapper .top-header {
  background-color: #ed3237;
  /*background-color: #fff212;*/
  height: 130px;
}
.header-wrapper .top-header.show-mega {
  height: auto;
}
.header-wrapper .top-header .header-nav {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
.header-wrapper .top-header .header-nav li {
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  color: #a1a2a6;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 25px;
  padding-top: 36px;
  letter-spacing: 1px;
}
.header-wrapper .top-header .header-nav li a {
  color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.header-wrapper .top-header .header-nav li a:hover {
  color: white;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
  background-color: #c3cd26 !important;
    color: black !important;
    width: 188px;
}
.triangle {
  /*background: url('../../images/arrow.png') repeat-x;*/
  background: url('https://svg-clipart.com/svg/flag/lnA4kga-yellow-gray-bunting-flags-vector.svg') repeat-x;
  background-size: contain;
  height: 100px;
    margin-top: -22px;
  -webkit-animation: arrows 1s infinite;
  animation: arrows 1s infinite;
}
.triangle-no-animate {
  background: url('../../images/arrow.png') repeat-x;
}
/* Standard syntax */
@keyframes arrows {
  from {
    background-position: 0px 0px  ;
  }
  to {
    background-position: 32px 0px ;
  }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes arrows {
  from {
    background-position: 0px 0px  ;
  }
  to {
    background-position: 32px 0px ;
  }
}
.triangle-top {
  background: url('../../images/arrow-top.png') repeat-x;
  -webkit-animation: arrowstop 1s infinite;
  animation: arrowstop 1s infinite;
  height: 15px;
}
.triangle-top-no-animate {
  background: url('../../images/arrow-top.png') repeat-x;
  height: 15px;
}
/* Standard syntax */
@keyframes arrowstop {
  from {
    background-position: 0px 0px  ;
  }
  to {
    background-position: 32px 0px ;
  }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes arrowstop {
  from {
    background-position: 0px 0px  ;
  }
  to {
    background-position: 32px 0px ;
  }
}
/* 
=============================================== 
2. Shop Product
=============================================== 
*/
.more-cake {
  background-image: url('../../images/aboutimg1.jpg');
  background-size: cover;
 /* background-color:#922f34;*/
 /* background-color:#23cfa7;*/
  color: black;
  /*padding: 50px 0;*/
}
.more-cake p {
  font-size: 18px;
}
.more-cake .more-product {
  width: 100%;
  background-color: pink;
}
.more-cake .more-product img {
  border: 4px #ffffff solid;
  /*height: 222px;*/
}
.more-cake .detail-product {
  background-color: #ffffff;
  color: #a1a2a6;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 40px;
}
.more-cake .detail-product h1 {
  font-size: 40px;
}
/* 
=============================================== 
2.1 Product Details
=============================================== 
*/
.shop-back {
  margin-bottom: 10px;
}
.shop-back a,
.shop-back a:hover {
  color: #a1a2a6;
}
/* 
=============================================== 
2.2 Chart Page
=============================================== 
*/
.chart-cake tr {
  background-color: #fcfcfc;
}
.chart-cake tr:first-child {
  background-color: #ffffff;
}
.chart-description {
  max-width: 200px;
  border-bottom: dashed 1px #a1a2a6;
}
.chart-center {
  vertical-align: middle !important;
  text-align: center;
}
.top-cake-table {
  background-color: #ffffff;
  border: solid 1px #ddd;
  margin-bottom: 10px;
}
.top-cake-table .top-cake-no,
.top-cake-table .top-cake-product,
.top-cake-table .top-cake-img,
.top-cake-table .top-cake-desription,
.top-cake-table .top-cake-button {
  padding: 10px;
  border-bottom: solid 1px #ddd;
}
/* 
=============================================== 
3. Banner Section CSS
=============================================== 
*/
.tittle-cake {
  color: #ffffff;
}
.tittle-cake h1 {
  letter-spacing: 7px;
  margin-top: 0;
  margin-bottom: 0;
  color: #ed3237;
 /* text-shadow: -1px 3px 0px #f57f7f;*/
}
.tittle-cake h2 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tittle-cake h2:before,
  .tittle-cake h2:after {
   /* content: '';
    position: absolute;
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    top: 20px;
    border-radius: 50px;*/
  }
}
.tittle-cake h2:before {
  left: 460px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tittle-cake h2:before {
    left: 355px;
  }
}
.tittle-cake h2:after {
  right: 460px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tittle-cake h2:after {
    left: 575px;
  }
}
.product-tittle h2 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-tittle h2:before,
  .product-tittle h2:after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    top: 20px;
    border-radius: 50px;
  }
}
.product-tittle h2:before {
  left: 460px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-tittle h2:before {
    left: 375px;
  }
}
.product-tittle h2:after {
  right: 460px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-tittle h2:after {
    left: 550px;
  }
}
.center img {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.img-relative {
  position: relative;
}
.price-cake {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #fc7d7d;
  color: white;
  top: 20px;
  right: 20px;
  border-radius: 50px;
}
.price-cake p {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 38px;
  font-family: 'latoregular';
}
.green-table {
  /*background-color: #23cfa7;*/
  background-image: url(../../images/table.png);
    background-size: cover;
    background-position: bottom;
  /*border-top: 10px solid #a0ecd9;*/
}
.green-table.mar-to-top {
  margin-top: -45px;
  height: 100px;
}
.green-arrow {
  height: 10px;
  /*background: url('../../images/arrow-green.png') repeat;*/
  background-color: #ed3237;
}
.purple-arrow {
  height: 10px;
  background: url('../../images/arrow-purple.png') repeat;
}
.blue-arrow {
  height: 10px;
  background: url('../../images/arrow-blues.png') repeat;
}
.orange-arrow {
  height: 10px;
  background: url('../../images/arrow-oranges.png') repeat;
}
.slider-cake {
  cursor: move;
}
@media (max-width: 768px) {
  .slider-cake img {
    width: 100%;
  }
}
/* 
=============================================== 
4. About Cake Section CSS
=============================================== 
*/
.about-cake {
  background-color: #fee240;
}
.about-content,
.product-tittle {
  padding: 20px 0;
  text-align: center;
  color: white;
}
.about-content p {
  font-size: 18px;
  margin-top: 20px;
  max-width: 750px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact-cake {
  padding-bottom: 150px;
}
.form-default-cakes {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 20px 10px;
}
.btn-send {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* 
=============================================== 
5. Gallery Section CSS
=============================================== 
*/
.gallery {
  padding-top: 20px;
  padding-bottom: 100px;
}
.gallery .filter {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.gallery .filter a {
  color: #ffffff;
}
.gallery .filter a.current .filterbutton {
  background-color: #1ca384;
}
.gallery .filter a .filterbutton {
  background-color: #23cfa7;
  display: inline-block;
  padding: 10px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.gallery .filter a .filterbutton:hover {
  background-color: #1ca384;
}
.gallery-cake a {
  width: 100%;
  height: 100%;
  display: block;
  color: black !important;
  text-decoration: none !important;
}
.gal-relative {
  position: relative;
  display: block;
}
.gal-relative .gal-absolute {
  position: absolute;
  background-color: #23cfa7;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.gal-relative .gal-absolute:hover {
  opacity: 0.5;
}
/* 
=============================================== 
6. Product Cake Section CSS
=============================================== 
*/
.product-tittle h2 {
  color: #a593c2;
  margin-bottom: 40px;
}
.product-tittle h2:before,
.product-tittle h2:after {
  background-color: #a593c2;
}
.wrap-product {
  background-color: #ffffff;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.wrap-product .top-product {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #ffffff;
  height: 200px;
  padding: 20px;
}
.wrap-product .top-product.blue-cake {
 /* background: url('../../images/candibg1.png') no-repeat right;*/
  background: url('../../images/productimg4.png') no-repeat center;
  background-size: contain;
  margin-bottom: -7px;
  margin: 10px;
}
.wrap-product .top-product.blue-cake.blue-cake1 {
 /* background: url('../../images/candibg1.png') no-repeat right;*/
  background: url('../../images/manarko-img-4.png') no-repeat center;
  background-size: contain;
  margin-bottom: -7px;
  margin: 10px;
}
.wrap-product .top-product.blue-cake h1,
.wrap-product .top-product.blue-cake p,
.wrap-product .top-product.blue-cake span {
  color: #59d4f0;
}
@media (min-width: 768px) {
  .wrap-product .top-product.blue-cake h1,
  .wrap-product .top-product.blue-cake p,
  .wrap-product .top-product.blue-cake span {
    background-color: white;
  }
}
@media (min-width: 992px) {
  .wrap-product .top-product.blue-cake h1,
  .wrap-product .top-product.blue-cake p,
  .wrap-product .top-product.blue-cake span {
    background-color: transparent;
  }
}
.wrap-product .top-product.red-cake {
  background: url('../../images/productimg1.png') no-repeat center;
  background-size: contain;
  margin: 10px;
  /*background: url('https://image.scoopwhoop.com/w360/s3.scoopwhoop.com/anj/sw/b8e125ad-eecc-41a3-b1bc-afe56ee553ca.jpg.webp') no-repeat right;*/
}
.wrap-product .top-product.red-cake.red-cake1 {
  background: url('../../images/manarko-img-5.png') no-repeat center;
  background-size: contain;
 margin:10px;
}
.wrap-product .top-product.red-cake h1,
.wrap-product .top-product.red-cake p,
.wrap-product .top-product.red-cake span {
  color: #fba1a1;
}
@media (min-width: 768px) {
  .wrap-product .top-product.red-cake h1,
  .wrap-product .top-product.red-cake p,
  .wrap-product .top-product.red-cake span {
    background-color: white;
  }
}
@media (min-width: 992px) {
  .wrap-product .top-product.red-cake h1,
  .wrap-product .top-product.red-cake p,
  .wrap-product .top-product.red-cake span {
    background-color: transparent;
  }
}
.wrap-product .top-product.orange-cake{
  background: url('../../images/productimg3.png') no-repeat center;
 /* background: url(http://blog.neurogistics.com/wp-content/uploads/2014/10/candy.jpg) no-repeat right;*/
  background-size: contain;
  margin: 10px;
}
.wrap-product .top-product.orange-cake.orange-cake1  {
  background: url('../../images/manarko-img-3.png') no-repeat center;
 margin: 10px;
  background-size: contain;
}
.wrap-product .top-product.orange-cake h1,
.wrap-product .top-product.orange-cake p,
.wrap-product .top-product.orange-cake span {
  color: #ffbb63;
}
@media (min-width: 768px) {
  .wrap-product .top-product.orange-cake h1,
  .wrap-product .top-product.orange-cake p,
  .wrap-product .top-product.orange-cake span {
    background-color: white;
  }
}
@media (min-width: 992px) {
  .wrap-product .top-product.orange-cake h1,
  .wrap-product .top-product.orange-cake p,
  .wrap-product .top-product.orange-cake span {
    background-color: transparent;
  }
}
.wrap-product .top-product h1 {
  letter-spacing: 2px;
}
.wrap-product .top-product p {
  font-family: 'montserratbold';
  font-size: 24px;
}
.wrap-product .top-product span {
  font-size: 18px;
}
.wrap-product .bottom-product {
  position: relative;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
  /* Chrome, Safari, Opera */
  /* Standard syntax */
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wrap-product .bottom-product .wrap-bottom-cake {
  padding: 20px;
}
.wrap-product .bottom-product .bottom-product-abs {
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
  -webkit-animation: dotblue 0.5s infinite;
  animation: dotblue 0.5s infinite;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.wrap-product .bottom-product .bottom-product-abs.blue-dot {
  background: url('../../images/dot-blue.png') repeat;
}
.wrap-product .bottom-product .bottom-product-abs.pink-dot {
  background: url('../../images/dot-pink.png') repeat;
}
.wrap-product .bottom-product .bottom-product-abs.orange-dot {
  background: url('../../images/dot-orange.png') repeat;
}
.wrap-product .bottom-product .bottom-product-abs:hover {
  opacity: 1;
  cursor: pointer;
}
@-webkit-keyframes dotblue {
  from {
    background-position: 32px 0px  ;
  }
  to {
    background-position: 0px 0px ;
  }
}
@keyframes dotblue {
  from {
    background-position: 32px 0px  ;
  }
  ro {
    background-position: 0px 0px ;
  }
}
.wrap-product .bottom-product .button-cake {
  display: table;
  width: 100%;
  height: 100%;
}
.wrap-product .bottom-product .button-cake .blue-button-cake {
  display: table-cell;
  vertical-align: middle;
}
.wrap-product .bottom-product.bottom-blue {
  background-color: #0099bb;
}
.wrap-product .bottom-product.bottom-red {
  background-color: #fba1a1;
}
.wrap-product .bottom-product.bottom-orange {
  background-color: #ffbb63;
}
.wrap-product .bottom-product p {
  font-size: 16px;
  margin-bottom: 20px;
}
.wrap-product .bottom-product .blue-line,
.wrap-product .bottom-product .red-line,
.wrap-product .bottom-product .orange-line {
  height: 5px;
  max-width: 100px;
  margin: 0 auto;
}
.wrap-product .bottom-product .blue-line {
  background-color: #59d4f0;
}
.wrap-product .bottom-product .red-line {
  background-color: #f8d4d3;
}
.wrap-product .bottom-product .orange-line {
  background-color: #ffcb88;
}
.product-content p.text-content {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #a1a2a6;
  max-width: 750px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* 
=============================================== 
7. News Cake Section CSS
=============================================== 
*/
.news-cake {
  background-color: #a593c2;
  padding-bottom: 40px;
}
.discount-cake {
  width: 200px;
  height: 200px;
  background-color: #ffffff;
}
.left-news,
.right-news {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .left-news,
  .right-news {
    width: 50%;
  }
}
.left-news {
  width: 100%;
  height: 360px;
  background: url('../../images/lolli.jpg') no-repeat center;
  background-size: cover;
  padding: 20px;
  color: #ffffff;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  .left-news {
    width: 50%;
    height: 358px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .left-news {
    width: 50%;
    height: 570px;
    margin-bottom: 20px;
  }
}
.left-news h1 {
  font-size: 50px;
  line-height: 40px;
  border-bottom: 5px solid white;
}
.left-news h1 span {
  font-size: 30px;
}
.right-news {
  height: 285px;
}
@media (min-width: 768px) {
  .right-news {
    height: 179px;
  }
}
@media (min-width: 992px) {
  .right-news {
    height: 285px;
  }
}
.text-table {
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
  /* Standard syntax */
  /* Chrome, Safari, Opera */
  /* Chrome, Safari, Opera */
  /* Standard syntax */
}
.text-table p a {
  color: #a593c2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.text-table p a:hover {
  color: pink;
}
.text-table p .discount,
.text-table p .percent {
  font-family: 'montserratbold';
}
.text-table p .discount {
  font-size: 100px;
  line-height: 60px;
}
@media (min-width: 768px) {
  .text-table p .discount {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .text-table p .discount {
    font-size: 100px;
  }
}
.text-table p .percent {
  font-size: 40px;
}
.text-table p .sale {
  font-size: 20px;
  line-height: 0;
}
.text-table p:hover {
  color: pink;
}
.text-table .wizz-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: wizz 0.5s infinite;
  animation: wizz 0.5s infinite;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.text-table .wizz-effect:hover {
  opacity: 1;
  cursor: pointer;
}
.text-table .wizz-effect.wizz-green {
  background: url('../../images/arrow-lgreen.png') repeat;
}
.text-table .wizz-effect.wizz-green .wrap-info {
  background-color: #23cfa7;
}
.text-table .wizz-effect.wizz-orange {
  background: url('../../images/arrow-orange.png') repeat;
}
.text-table .wizz-effect.wizz-orange .wrap-info {
  background-color: #ffbb63;
}
.text-table .wizz-effect.wizz-pink {
  background: url('../../images/arrow-pink.png') repeat;
}
.text-table .wizz-effect.wizz-pink .wrap-info {
  background-color: #fba1a1;
}
.text-table .wrap-info {
  padding: 20px;
  font-family: 'montserratbold';
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 2px;
}
@keyframes wizz {
  from {
    background-position: 0px 0px  ;
  }
  to {
    background-position: 32px 0px ;
  }
}
@-webkit-keyframes wizz {
  from {
    background-position: 0px 0px  ;
  }
  to {
    background-position: 32px 0px ;
  }
}
.text-table.dot-background {
  width: 100%;
  /*background: url('../../images/dot-purple.png') repeat;*/
}
@-webkit-keyframes dotpurple {
  from {
    background-position: 0px 32px  ;
  }
  to {
    background-position: 0px 0px ;
  }
}
@keyframes dotpurple {
  from {
    background-position: 0px 32px  ;
  }
  ro {
    background-position: 0px 0px ;
  }
}
.top-news-right {
  float: left;
}
.top-news-right .left-news-right,
.top-news-right .right-news-right {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .top-news-right .left-news-right,
  .top-news-right .right-news-right {
    width: 50%;
    height: 179px;
  }
}
@media (min-width: 992px) {
  .top-news-right .left-news-right,
  .top-news-right .right-news-right {
    height: 285px;
  }
}
.bottom-new-right {
  float: left;
  background-color: #f4f3ef;
  width: 100%;
}
@media (min-width: 768px) {
  .bottom-new-right {
    height: 179px;
  }
}
@media (min-width: 992px) {
  .bottom-new-right {
    height: 285px;
  }
}
.quote {
  position: relative;
  height: 100%;
  padding: 40px;
  color: #a593c2;
  margin-bottom: 0;
}
.quote .slick-next,
.quote .slick-prev {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: inherit;
  bottom: 0;
  position: absolute;
}
.quote .slick-next {
  right: 0;
}
.quote .slick-prev {
  right: 50px;
  left: inherit;
}
.quote span,
.quote p {
  display: inline-block;
  font-size: 15px;
}
@media (min-width: 992px) {
  .quote span,
  .quote p {
    font-size: 25px;
  }
}
.quote .bold-font-lg {
  font-family: 'montserratbold';
  font-size: 22px;
}
@media (min-width: 992px) {
  .quote .bold-font-lg {
    font-size: 24px;
  }
}
/* 
=============================================== 
8. Option Section CSS
=============================================== 
*/
.option-content {
  padding: 50px 0;
}
.option-content h4 {
  font-family: 'montserratbold';
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
}
.option-content p {
  font-size: 18px;
}
.option-content .messes {
  width: 255px;
  height: 255px;
  position: relative;
  margin-left: -25px;
 
}
.option-content .messes .messes-show {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background: url('../../images/messes.png') no-repeat center;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.option-content .messes .messes-show:hover {
  opacity: 1;
  cursor: pointer;
}
.option-content .messes .round-wrap {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 23%;
  left: 23%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 1;
}
.option-content .messes .round-wrap img {
  display: block;
  margin: 0 auto;
}
.option-content .messes .round-wrap.green-option {
  background: url('../../../assets/images/product-pouch/Pouch-Deposited/double-cream.png') no-repeat center;
  background-size: contain;
/*  background-color: #23cfa7;*/
}
.option-content .messes .round-wrap.orange-option {
  background: url('../../../assets/images/product-pouch/Pouch-Deposited/funbutter.png') no-repeat center;
  background-size: contain;
/*  background-color: #ffbb63;*/
}
.option-content .messes .round-wrap.blue-option {
  background: url('../../../assets/images/product-pouch/Jar/Double-cream.png') no-repeat center;
  background-size: contain;
/*  background-color: #59d4f0;*/
}
.option-content .messes .round-wrap.pink-option {
  background: url('../../../assets/images/product-pouch/center_filled_eclair1.png') no-repeat center;
  background-size: contain;
/*  background-color: #fba1a1;*/
}
.option-content .messes .round-wrap.purple-option {
  background: url('../../../assets/images/product-pouch/Jar/Fun-elaichi.png') no-repeat center;
  background-size: contain;
}
.option-content .messes .round-wrap.green-option1 {
  background: url('') no-repeat center;
  background-size: contain;
/*  background-color: #23cfa7;*/
}
.option-content .messes .round-wrap.orange-option1 {
  background: url('../../images/peda-1.png') no-repeat center;
  background-size: contain;
/*  background-color: #ffbb63;*/
}
.option-content .messes .round-wrap.blue-option1 {
  background: url('../../images/Home-page/laddu.png') no-repeat center;
  background-size: contain;
/*  background-color: #59d4f0;*/
}
.option-content .messes .round-wrap.pink-option1 {
  background: url('../../../assets/images/wafers/5rs/Wafers-orange.png') no-repeat center;
  background-size: contain;
/*  background-color: #fba1a1;*/
}
.option-content .messes .round-wrap.purple-option1 {
  background: url('../../../assets/images/product-pouch/enjoy-pop/imli.png') no-repeat center;
  background-size: contain;
}
/* .option-content .messes .round-wrap.purple-option{
  background: url('../../images/Home-page/laddu.png') no-repeat center;
  background-size: contain;
} */
.option-content .messes .round-wrap.green-option2{
  background: url('../../../assets/images/product-pouch/Premium/My-cafe-.png') no-repeat center;
  background-size: contain;
}

.option-content .messes .round-wrap.orange-option2{
  background: url('../../../assets/images/product-pouch/Pouch-Deposited/funbutter.png') no-repeat center;
  background-size: contain;
}
.option-content .messes .round-wrap.green-option3{
  background: url('../../../assets/images/product-pouch/center_filled_eclair1.png') no-repeat center;
  background-size: contain;
}
.option-content .messes .round-wrap.pink-option3{
  background: url('../../../assets/images/product-pouch/enjoy-pop/imli.png') no-repeat center;
  background-size: contain;
}
.option-content .messes .round-wrap.orange-option5{
  background: url('../../../assets/images/wafers/5rs/Bur-bon5rs.png') no-repeat center;
  background-size: contain;
}
.option-content .messes .round-wrap.pink-option3{
  background: url('../../../assets/images/product-pouch/Pouch-Deposited/Coffe-break.png') no-repeat center;
  background-size: contain;
}
.option-content .messes .round-wrap.pink-option2{
  background: url('../../../assets/images/product-pouch/Pouch-Deposited/Elaichi-keasar.png') no-repeat center;
  background-size: contain;
}


.option-content .line-temp {
  height: 5px;
  width: 100px;
  text-align: center;
  margin: 0 auto;
}
.option-content .line-temp.line-green-sm {
  background-color: #a0ecd9;
}
.option-content .line-temp.line-orange-sm {
  background-color: #ffbb63;
}
.option-content .line-temp.line-blue-sm {
  background-color: #59d4f0;
}
.option-content .line-temp.line-pink-sm {
  background-color: #fba1a1;
}
.option-content .line-temp.line-purple-sm {
  background-color: #a593c2;
}
.option-content .line-temp.line-dpurple-sm {
  background-color: #9a70bf;
}
/* 
=============================================== 
9. Pricing Cake Section CSS
=============================================== 
*/
.pricing-cake {
  background-color: #9a70bf;
}
.pricing-cake .content-pricing-cake {
  padding: 60px 0;
}
.pricing-cake .content-pricing-cake .img-wrap-price {
  display: block;
  margin: 0 auto;
}
.pricing-cake .content-pricing-cake .img-wrap-price img {
  display: block;
  margin: 0 auto;
}
.pricing-cake .content-pricing-cake .content-price {
  background-color: #f4f3ef;
  margin-top: -105px;
  padding-top: 120px;
}
.pricing-cake .content-pricing-cake .content-price-tag {
  background-color: #f4f3ef;
}
@media (min-width: 992px) {
  .pricing-cake .content-pricing-cake .content-price-tag {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.pricing-cake .content-pricing-cake .content-price-tag h4 {
  margin: 0;
  font-size: 20px;
  font-family: 'montserratbold';
}
@media (min-width: 992px) {
  .pricing-cake .content-pricing-cake .content-price-tag h4 {
    font-size: 30px;
  }
}
.pricing-cake .content-pricing-cake .content-price-tag h4 span {
  font-family: 'latoregular';
  font-size: 15px;
}
@media (min-width: 992px) {
  .pricing-cake .content-pricing-cake .content-price-tag h4 span {
    font-size: 20px;
  }
}
.pricing-cake .content-pricing-cake .price-purple {
  background-color: #e6c9ff;
  margin-top: 20px;
  color: #9a70bf;
}
.pricing-cake .content-pricing-cake .price-purple .text-price {
  padding: 20px;
  font-size: 18px;
}
.pricing-cake .content-pricing-cake .price-pink {
  background-color: #f8d4d3;
  margin-top: 20px;
  color: #fba1a1;
}
.pricing-cake .content-pricing-cake .price-pink .text-price {
  padding: 20px;
  font-size: 18px;
}
.pricing-cake .content-pricing-cake .price-green {
  background-color: #a0ecd9;
  margin-top: 20px;
  color: #23cfa7;
}
.pricing-cake .content-pricing-cake .price-green .text-price {
  padding: 20px;
  font-size: 18px;
}
.pricing-cake .content-pricing-cake .price-blue {
  background-color: #b7effb;
  margin-top: 20px;
  color: #59d4f0;
}
.pricing-cake .content-pricing-cake .price-blue .text-price {
  padding: 20px;
  font-size: 18px;
}
.pricing-cake .content-pricing-cake ul.list-price {
  padding: 20px;
}
.pricing-cake .content-pricing-cake ul.list-price li {
  padding-bottom: 5px;
  padding-top: 5px;
}
.pricing-cake .content-pricing-cake ul.list-price li.purple-line {
  border-bottom: solid 1px #9a70bf;
}
.pricing-cake .content-pricing-cake ul.list-price li.pink-line {
  border-bottom: solid 1px #fba1a1;
}
.pricing-cake .content-pricing-cake ul.list-price li.green-line {
  border-bottom: solid 1px #23cfa7;
}
.pricing-cake .content-pricing-cake ul.list-price li.blue-line {
  border-bottom: solid 1px #59d4f0;
}
.pricing-cake .content-pricing-cake .price-btn {
  padding: 10px;
  color: #ffffff;
  font-family: 'montserratbold';
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
}
.pricing-cake .content-pricing-cake .price-btn.price-purple-btn {
  background-color: #875cad;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pricing-cake .content-pricing-cake .price-btn.price-purple-btn:hover {
  background-color: #6d488e;
  cursor: pointer;
}
.pricing-cake .content-pricing-cake .price-btn.price-pink-btn {
  background-color: #fba1a1;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pricing-cake .content-pricing-cake .price-btn.price-pink-btn:hover {
  background-color: #f97070;
  cursor: pointer;
}
.pricing-cake .content-pricing-cake .price-btn.price-green-btn {
  background-color: #23cfa7;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pricing-cake .content-pricing-cake .price-btn.price-green-btn:hover {
  background-color: #1ca384;
  cursor: pointer;
}
.pricing-cake .content-pricing-cake .price-btn.price-blue-btn {
  background-color: #59d4f0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pricing-cake .content-pricing-cake .price-btn.price-blue-btn:hover {
  background-color: #2ac8ec;
  cursor: pointer;
}
/* 
=============================================== 
10. About Cake Section CSS
=============================================== 
*/
.abouts-cake {
  padding: 40px 0;
  padding-bottom: 150px;
}
.abouts-cake h2:before,
.abouts-cake h2:after {
  background-color: #fba1a1;
}
.abouts-cake h4 {
  font-family: 'montserratbold';
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
  color: #fba1a1;
  margin-top: 40px;
}
.abouts-cake .line-pink-about {
  width: 100px;
  height: 5px;
  background-color: #f8d4d3;
  margin: 0 auto;
  margin-bottom: 20px;
}
.abouts-cake p {
  font-size: 18px;
}
.img-round-about {
  display: block;
  margin: 0 auto;
  text-align: center;
}
/* 
=============================================== 
11. Pagination Section CSS
=============================================== 
*/
.pagination-wrap ul.pagination li {
  float: left;
  margin-right: 5px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-wrap ul.pagination li a {
  width: 40px;
  height: 40px;
  background-color: #fba1a1;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  border: transparent;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pagination-wrap ul.pagination li a:hover {
  background-color: #59d4f0;
}
.pagination-wrap ul.pagination li a.active {
  background-color: #59d4f0;
}
/* 
=============================================== 
12. Terms of Use and Privacy Section CSS
=============================================== 
*/
.content-terms,
.content-privacy {
  padding-top: 15px;
  font-size: 18px;
}
.content-terms h1,
.content-privacy h1 {
  font-size: 35px;
  text-transform: uppercase;
}
.content-terms .important-text,
.content-privacy .important-text {
  padding: 15px;
  background-color: #eae8e0;
}
/* 
=============================================== 
13. 404 Section CSS
=============================================== 
*/
.content-404 {
  padding-top: 50px;
}
.content-404 img {
  width: 200px;
}
@media (max-width: 768px) {
  .content-404 img {
    width: 150px;
  }
}
.content-404 ul {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.content-404 ul li {
  color: #ffbb63;
  display: inline-block;
  font-size: 150px;
}
@media (max-width: 768px) {
  .content-404 ul li {
    font-size: 85px;
  }
}
/* 
=============================================== 
14. Footer Section CSS
=============================================== 
*/
footer {
  background-color: #c3cd26;
  /*background-image:url(../../images/footerbg-img.jpg);*/
  color: black;
  background-size: cover;
}
footer .abs-logo-footer {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: -100px;
}
footer .top-footer {
  display: block;
  overflow: hidden;
  border-bottom: 2px solid black;
  padding-bottom: 15px;
  margin: 15px 15px -15px 15px;
}
footer .line-top-white {
  border-bottom: 2px solid black;
  margin: 0 15px;
}
footer .content-about-footer {
  display: block;
  overflow: hidden;
}
@media (max-width: 768px) {
  footer .content-about-footer {
    margin-top: 20px;
    text-align: center;
  }
}
footer .content-about-footer h4 {
  font-family: 'montserratbold';
  /*text-transform: uppercase;*/
  font-size: 23px;
  /*letter-spacing: 2px;*/
  margin-top: 20px;
}
footer .content-about-footer p {
  font-size: 18px;
  /*text-transform: lowercase;*/
}
footer .list-picture-footer {
  margin-top: 20px;
  float: left;
  display: block;
}
footer .list-picture-footer li {
  float: left;
  width: 60px;
  height: 60px;
  background-color: #f4f3ef;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid 2px #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
footer .list-picture-footer li:hover {
  opacity: 0.5;
}
@media (min-width: 992px) {
  footer .list-picture-footer li {
    width: 77px;
    height: 77px;
  }
}
footer .list-link-home {
  font-family: 'montserratbold';
  /*text-transform: uppercase;*/
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 20px;
}
footer .list-link-home li a {
  padding-bottom: 10px;
  font-family: 'latoregular';
  cursor: pointer;
  color: black;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
footer .list-link-home li a:hover {
  color: #e63036;
  text-decoration: none;
}
.sosmed-cake {
  margin-top: 77px;
}
@media (max-width: 768px) {
  .sosmed-cake {
    margin-top: 20px;
    text-align: center;
  }
}
.sosmed-cake li {
  width: 40px;
  height: 40px;
  background-color: white;
  display: inline-block;
  margin-left: 4px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .sosmed-cake li {
    width: 50px;
    height: 50px;
  }
}
.sosmed-cake li:hover {
  background-color: #87b741;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sosmed-cake li .center-sosmed {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
}
.sosmed-cake li .center-sosmed p {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  padding: 10px;
}
@media (min-width: 768px) {
  .sosmed-cake li .center-sosmed p {
    font-size: 28px;
  }
}
.logo-dn {
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-top: 2px solid black;
}
.about-text-1{
  text-align: center;
  font-size: 18px;
}
.margin-topabout{
  margin-top: 30px;
}

.contactp1{
  padding: 10px 0px 10px 0px;
    border-top: 2px solid black;
}


/*captcha*/
#captchaBackground {
  width: 250px;
    display: -webkit-box;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


#captcha {
padding-left: 19px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 13px;
    font-size: 22px !important;
    margin-bottom: 1em;
    font-size: 30px;
    letter-spacing: 3px;
    background: white;
    color: black;
    border-radius: 7px 0 0 7px
}
/*.center {
display: flex;
flex-direction: column;
align-items: center;
}*/
#submit {
  margin-top: 2em;
  margin-bottom: 2em;
}
#textBox {
  height: 42px;
  border-radius: 0px 7px 7px 0px;
    color:black;
    width: 65%;
}
.redText {
  color: #a03146;
  font-weight: bold;
}
.inputcontact{
  width: 100%;
    padding: 8px;
    font-size: 16px;
    margin: 9px 0px 20px;
    color: black;
}
.inputcontact1{
  width: 100%;
  height: 40px;
    padding: 8px;
    font-size: 16px;
    margin: 9px 0px 20px;
}
.contactsubmit{

}
.aboutheaght{
  height: 500px;
}
.content-1{
  color: black;
}
.content-2{
  color: black;
}
.bordertop1{
  border-top: 1px solid #6ad4f0;
  margin-left: -45px;
  border-bottom: 1px solid #6ad4f0;
}
.borderleft1{
  border-left: 1px solid #6ad4f0;
      padding-top: 45px;
      padding-bottom: 45px;
      margin-top: 35px;
}
.misionbgimg{
  background-image: url(../../images/MissionVisionValues-1.jpg) !important;


   height: 301px;
    background-repeat: no-repeat;
    margin-left: 30px;
    margin-top: 26%;
    border-bottom-right-radius: 189px;
    border-top-right-radius: 189px;
}
.misionimg1{
 width: 50% !important;
    float: right;
    margin-top: 31px;
    border-radius: 51%;
    margin-right: 31px;
    height: 100% !important;
}
.misiinicon{
  width: 76px;
    padding: 14px;
    border: 1px solid black;
    border-radius: 50%;
    margin-top: 20px;

}
.ourmisiontext{
  text-align: justify;
}
.imgmision{

}
.normal-heading-1{
  font-size: 30px;
  color: black;
}
.dropdownmerua{
  color: black !important;
  width: 158px;
}
.dropdownmeruli{
  padding: 11px 0px 0px 0px !important;
}
.border-1{
  max-width: 700px;
    margin: 15px auto;
    position: relative;
    box-shadow: 0 10px 30px 0px rgb(0 0 0 / 40%);
    padding: 30px;
    background-color: #db0202;
    color:white;
    border-radius: 20px;
  }
  .distributorh1{
    text-transform: capitalize;
    font-weight: 800;
    font-size: 2.3em;
    color: white;
    margin-bottom: 15px;
    text-align: center;
  }
  .distributorp-1{
    width: 90%;
    margin: 10px auto 0;
    font-weight: bold;
    text-align: center;
    justify-content: center;
  }
  .label-1{
  left: 20px;
    padding-top:38px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: white;
    cursor: text;
    transition: transform 0.2s ease-in-out;
  }
  .ditributer-form{
  display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: black;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: black;
    outline: none;
  }
  .ditributer-button{
  display: inline-block;
    background-image: linear-gradient(125deg,#0c0c0c,#2e2819);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 26px;
    padding: 8px 16px;
    border: none;
    width: 200px;
    cursor: pointer;
  }
  .distributorh2{
    text-align: center;
    color: black;
  }
.distributorptext{
  text-align: center;
  color: black;
  font-size: 20px;
}
.productcandiesimg{
  height: 370px;
  /*background-color: white;*/
}

 .thumbnail {
  margin-bottom:20px;
  display:flex;
  flex-wrap: wrap;
  height: 520px;
}
.readmore{
  border: 1px solid #ac1413;
    /* margin-top: 10px; */
    padding: 5px;
    border-radius: 6px;
}
.card-title{
 font-size: 20px;
  font-family: auto;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.span.card-title{
 
}
.recipescard{
  padding: 17px 3px 19px 8px;
}
.recipesearch{
  display: flex;
  padding-bottom: 20px;
}
.recipesearchh2{
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: black;
}
.modelimg-1{
  width: 100%;
  margin-top: 7%;
}
.modelhearding{
color: black;
}
.modal-table table, th, td{
font-size: 14px;
margin: 30px 0px 0px 18px;
border: 1px solid gray;
border-collapse: collapse;
color: black;
padding: 12px 5px 13px 7px;
text-align: center;
                  }
.modelptext{
  color: black;
  margin-top: 12px;
  text-align: justify;
}
.iconsocailmedia{
  width: 33px;
    margin-top: 9px;
}
.galleryimg{
 height: 355px;
}
.topheadericon{

}
.tophearder{

}
.topheader{
background-color: #c3cd26;
}
.tophearder1{
  margin-top: 11px;
    color: black;
    font-size: 15px;
}
.sosmed-cake1{
  margin-top: 0px !important;
}
.topheadericon{
  text-align: right;
  margin-top: 6px;
}
.iconsocailmedia1{
  width: 16px;
    margin-top: 8px;
}
.sosmed-cake1 li{
  width: 30px !important;
    height: 32px !important;
    background-color: white !important;
}
.tophearderp2{
display: contents;
}
.liderimghome{
  width: 244px !important;
 /*height: 260px;*/

   margin-top: 0px;
}
.carousel-inner > .item{
  text-align: center !important;
}
.productatag{
  text-decoration: none !important;
}
.subcategories{
  position: inherit !important;
}
.modal-header{
  background-color: #e63036 !important;
}
.modal-footer{
  background-color: #c3cd26 !important;
}
#navbar {
 /* overflow: hidden;*/
 
}
.content {
  padding: 16px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  
}
.sticky + .content {
  padding-top: 60px;
}
.bgcolor1{
  background-color: #ffffff59
}
.btn-default{
  color: white !important;
    background-color: black !important;
}
@media (max-width: 768px){
  .tophearderp2{
    text-align: center;
    display: block;
  }
  .liderimghome{
    width: 100% !important;
  }
  .tophearder1{
  margin-top: 5px;
    color: black;
    font-size: 12px;
}
  .bordertop1{
  border-top: 1px solid #6ad4f0;
  margin-left: 0px;
  border-bottom: 1px solid #6ad4f0;
}
.misionbgimg{
  background-image: url(https://www.sundownersdaycare.com/wp-content/uploads/2015/01/MissionVisionValues-1024x683.jpg) !important;


   height: 201px;
    background-repeat: no-repeat;
    margin-left: -15px;
    margin-top: 26%;
    border-bottom-right-radius: 189px;
    border-top-right-radius: 189px;
}
.ourmisiontext{
  text-align: center;
}
#captchaBackground{
  display: block;
}
.topheadericon{
  text-align: center;
}
.option-content .messes{
  margin-left: -57px;
}
.iconsocailmedia{
  width: 26px;
    margin-top: 7px;
}
.refreshbutton{
  margin:15px 0px 7px;
}
}




/* end slider*/

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  margin-left: -151px;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}





/* slider */

.owl-prev {
  /*https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png*/
  background: url('../../images/leftarrow.png') left center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-next {
  /*https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png*/
  background: url('../../images/rightarrow.png') right center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}


/* Owl Carousel */


/* Popup Text */



/* Popup Text */

/* Icon CSS */
.item {
  position: relative;
}

/*==2*/
.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
}

.tabs-left>li {
  float: none;
 margin:0px;
  
}
.tabs-left>li.active,
.tabs-left>li.active:hover,
.tabs-left>li.active:focus
{
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background-color:#f90 !important;
  border:none;
  border-radius:0px;
  margin:0px;
  

}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus
{
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background-color: #f90 !important;
  border:none;
  border-radius:0px;
  margin:0px;
  

}

.nav-tabs>li>a:hover {
   
    line-height: 1.42857143;
    border: 1px solid transparent;
    
}
/*.tabs-left>li.active>a::after{content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #f90;
    display: block;
    width: 0;}
*/

.subcategories11{
  top: 100%;
    left: 0;
   /* z-index: 1000;*/
    /* display: none; */
    float: left;
    min-width: 160px;
    padding: 7px 6px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.header-wrapper .blog-cake .wrap-blog-content .right-hand-content-blog{
  background-color: white;
}

.right-hand-content-blog{
 /*transition: all ease 0.5s;*/
  background: linear-gradient(white, white 0%, #c0923d 50%, #ed3237);
  background-size: 100% 200%;
  
  transition: background 1s ;
  
 /*background: linear-gradient(to right, #ed3237 50%, white 50%);
  background-size: 200% 100%;
  background-position: right top;
  transition: all .5s ease-out;*/

}
.right-hand-content-blog:hover{
  /*background-color: black !important;*/
   background-position: 100% 100%;
 /*background-position: left top;*/
   
}
.card11 .bike1 .img111{
 /*-webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;*/

  /*background: linear-gradient(#252525, #252525 50%, #2ecc71 50%, #2ecc71);
  background-size: 100% 200%;*/
  /*trasition effect for background*/
  /*transition: background 1s;*/
  
}
.card11 .bike1:hover .img111{
  /*-webkit-transform: scale(1.1);
  transform: scale(1.1);*/
 /* background-position: 100% 100%;*/
}
#sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 110px;
}
.productcandiesimg{
 
  transition: all 0.75s ease-out;
 
}

.productcandiesimg:hover{
  
  transform: scale(1.1) ;
}



.broucher-button{
  position: absolute;
}

.broucher-button a{
 color: #fff;
}
.broucher-button a i{
  color: #fff;
padding-right: 5px;
 }
.broucher-button a:hover{
  color: #fff;
 }
.button-Home-new{
 
    box-shadow: 0px 0px 16px 0px #6c6868;
    transform: rotate(270deg);
    font-size: 16px;
    font-family: latoregular;
    background-color: #ed3237;
    position: fixed;
    margin: auto;
    top: 50%;
    z-index: 100;
    padding: 9px 9px 9px 9px;
    left: -52px;
    border-radius: 3px;
}