@charset "UTF-8";
@font-face {
  font-family: 'sugaholic';
  src: url("../fonts/sugaholic.eot?81934816");
  src: url("../fonts/sugaholic.eot?81934816#iefix") format("embedded-opentype"), url("../fonts/sugaholic.woff2?81934816") format("woff2"), url("../fonts/sugaholic.woff?81934816") format("woff"), url("../fonts/sugaholic.ttf?81934816") format("truetype"), url("../fonts/sugaholic.svg?81934816#sugaholic") format("svg");
  font-weight: normal;
  font-style: normal;
}



[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "sugaholic";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-search:before {
  content: '\e800';
}

/* '' */
.icon-left-open-big:before {
  content: '\e801';
}

/* '' */
.icon-right-open-big:before {
  content: '\e802';
}

/* '' */
.icon-youtube:before {
  content: '\f167';
}

/* '' */
.icon-twitter:before {
  content: '\f309';
}

/* '' */
.icon-facebook:before {
  content: '\f30c';
}

/* '' */
.icon-gplus:before {
  content: '\f30f';
}

/* '' */
.icon-linkedin:before {
  content: '\f318';
}

/* '' */
.icon-instagram:before {
  content: '\f32d';
}




@font-face {
  font-family: 'Intro-Light-Alt';
  src: url('../fonts/Intro-Light-Alt.eot');
  src: url('../fonts/Intro-Light-Alt.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Intro-Light-Alt.woff2') format('woff2'),
  url('../fonts/Intro-Light-Alt.woff') format('woff'),
  url('../fonts/Intro-Light-Alt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'Tantinotes';
  src: url('../fonts/Tantinotes.eot');
  src: url('../fonts/Tantinotes.eot') format('embedded-opentype'),
  url('../fonts/Tantinotes.woff2') format('woff2'),
  url('../fonts/Tantinotes.woff') format('woff'),
  url('../fonts/Tantinotes.ttf') format('truetype'),
  url('../fonts/Tantinotes.svg#Tantinotes') format('svg');
}



/* '' */
body {
  overflow-x: hidden;
  font-family: 'Intro-Light-Alt';
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, li {
  text-decoration: none;
  outline: none;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

a:hover, a:focus, li:hover, li:focus {
  text-decoration: none;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  outline: none;
}





/*animations*/

/******************

* Bounce in right *

*******************/

.animated {

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

}


.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {

  opacity: 0;

  -webkit-transform: translateX(400px);

  -ms-transform: translateX(400px);

  transform: translateX(400px);

}

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {

  opacity: 0;

  -webkit-transform: translateX(400px);

  -ms-transform: translateX(400px);

  transform: translateX(400px);

}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {

  opacity: 0;

}





.fadeIn {

  opacity: 0;

}

.fadeIn.go {

  -webkit-animation-name: fadeIn;

  animation-name: fadeIn;

}


/*************

* FadeInLeft *

*************/

@-webkit-keyframes fadeInLeft {

 0% {

   opacity: 0;

   -webkit-transform: translateX(-400px);

 }

 50% {

   opacity: 0.3;

 }

 100% {

   opacity: 1;

   -webkit-transform: translateX(0);

 }

}

@keyframes fadeInLeft {

 0% {

   opacity: 0;

   -webkit-transform: translateX(-400px);

   transform: translateX(-400px);

 }

 50% {

   opacity: 0.3;

 }

 100% {

   opacity: 1;

   -webkit-transform: translateX(0);

   transform: translateX(0);

 }

}

.fadeInLeft {

  opacity: 0;

  -webkit-transform: translateX(-400px);

  -ms-transform: translateX(-400px);

  transform: translateX(-400px);

}

.fadeInLeft.go {

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

}



/*************

* FadeInRight *

*************/

@-webkit-keyframes fadeInRight {

 0% {

   opacity: 0;

   -webkit-transform: translateX(400px);

 }

 50% {

   opacity: 0.3;

 }

 100% {

   opacity: 1;

   -webkit-transform: translateX(0);

 }

}

@keyframes fadeInRight {

 0% {

   opacity: 0;

   -webkit-transform: translateX(400px);

   transform: translateX(400px);

 }

 50% {

   opacity: 0.3;

 }

 100% {

   opacity: 1;

   -webkit-transform: translateX(0);

   transform: translateX(0);

 }

}

.fadeInRight {

  opacity: 0;

  -webkit-transform: translateX(400px);

  -ms-transform: translateX(400px);

  transform: translateX(400px);

}

.fadeInRight.go {

  -webkit-animation-name: fadeInRight;

  animation-name: fadeInRight;

}



/*************

* FadeInUp *

*************/

@-webkit-keyframes fadeInUp {

 0% {

   opacity: 0;

   -webkit-transform: translateY(400px);

 }

 50% {

   opacity: 0.3;

 }

 100% {

   opacity: 1;

   -webkit-transform: translateY(0);

 }

}

@keyframes fadeInUp {

 0% {

   opacity: 0;

   -webkit-transform: translateY(400px);

   transform: translateY(400px);

 }

 50% {

   opacity: 0.3;

 }

 100% {

   opacity: 1;

   -webkit-transform: translateY(0);

   transform: translateY(0);

 }

}

.fadeInUp {

  opacity: 0;

  -webkit-transform: translateY(400px);

  -ms-transform: translateY(400px);

  transform: translateY(400px);

}

.fadeInUp.go {

  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;

}



/*************

* FadeInDown *

*************/

@-webkit-keyframes fadeInDown {

 0% {

   opacity: 0;

   -webkit-transform: translateY(-400px);

 }

 50% {

   opacity: 0.3;

 }

 100% {

   opacity: 1;

   -webkit-transform: translateY(0);

 }

}

@keyframes fadeInDown {

 0% {

   opacity: 0;

   -webkit-transform: translateY(-400px);

   transform: translateY(-400px);

 }

 50% {

   opacity: 0.3;

 }

 100% {

   opacity: 1;

   -webkit-transform: translateY(0);

   transform: translateY(0);

 }

}

.fadeInDown {

  opacity: 0;

  -webkit-transform: translateY(-400px);

  -ms-transform: translateY(-400px);

  transform: translateY(-400px);

}

.fadeInDown.go {

  -webkit-animation-name: fadeInDown;

  animation-name: fadeInDown;

}



/*********************

* fadeInUpShort

*********************/

@-webkit-keyframes fadeInUpShort {

 0% {

   opacity: 0;

   -webkit-transform: translateY(20px);

 }

 100% {

   opacity: 1;

   -webkit-transform: translateY(0);

 }

}

@keyframes fadeInUpShort {

 0% {

   opacity: 0;

   -webkit-transform: translateY(20px);

   transform: translateY(20px);

 }

 100% {

   opacity: 1;

   -webkit-transform: translateY(0);

   transform: translateY(0);

 }

}

.fadeInUpShort {

  opacity: 0;

  -webkit-transform: translateY(20px);

  -ms-transform: translateY(20px);

  transform: translateY(20px);

}

.fadeInUpShort.go {

  -webkit-animation-name: fadeInUpShort;

  animation-name: fadeInUpShort;

}



/*********************

* fadeInDownShort

*********************/

@-webkit-keyframes fadeInDownShort {

 0% {

   opacity: 0;

   -webkit-transform: translateY(-20px);

 }

 100% {

   opacity: 1;

   -webkit-transform: translateY(0);

 }

}

@keyframes fadeInDownShort {

 0% {

   opacity: 0;

   -webkit-transform: translateY(-20px);

   transform: translateY(-20px);

 }

 100% {

   opacity: 1;

   -webkit-transform: translateY(0);

   transform: translateY(0);

 }

}

.fadeInDownShort {

  opacity: 0;

  -webkit-transform: translateY(-20px);

  -ms-transform: translateY(-20px);

  transform: translateY(-20px);

}

.fadeInDownShort.go {

  -webkit-animation-name: fadeInDownShort;

  animation-name: fadeInDownShort;

}



/*********************

* fadeInRightShort 

*********************/

@-webkit-keyframes fadeInRightShort {

 0% {

   opacity: 0;

   -webkit-transform: translateX(20px);

 }

 100% {

   opacity: 1;

   -webkit-transform: translateX(0);

 }

}

@keyframes fadeInRightShort {

 0% {

   opacity: 0;

   -webkit-transform: translateX(20px);

   transform: translateX(20px);

 }

 100% {

   opacity: 1;

   -webkit-transform: translateX(0);

   transform: translateX(0);

 }

}

.fadeInRightShort {

  opacity: 0;

  -webkit-transform: translateX(20px);

  -ms-transform: translateX(20px);

  transform: translateX(20px);

}

.fadeInRightShort.go {

  -webkit-animation-name: fadeInRightShort;

  animation-name: fadeInRightShort;

}



/*********************

* fadeInLeftShort 

*********************/

@-webkit-keyframes fadeInLeftShort {

 0% {

   opacity: 0;

   -webkit-transform: translateX(-20px);

 }

 100% {

   opacity: 1;

   -webkit-transform: translateX(0);

 }

}

@keyframes fadeInLeftShort {

 0% {

   opacity: 0;

   -webkit-transform: translateX(-20px);

   transform: translateX(-20px);

 }

 100% {

   opacity: 1;

   -webkit-transform: translateX(0);

   transform: translateX(0);

 }

}

.fadeInLeftShort {

  opacity: 0;

  -webkit-transform: translateX(-20px);

  -ms-transform: translateX(-20px);

  transform: translateX(-20px);

}

.fadeInLeftShort.go {

  -webkit-animation-name: fadeInLeftShort;

  animation-name: fadeInLeftShort;

}



.container {
  max-width: 1560px;
}

.btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.btn.gold {
  background: #b27e2b;
  color: #fff;
}

.btn.gold.br {
  background: transparent;
  border: 1px solid #b27e2b;
  padding-left: 30px;
  padding-right: 30px;
}

.btn.gold.br:hover {
  background: #b27e2b;
}

.btn.white {
  background: #fff;
  color: #fff;
}

.btn.white.br {
  background: transparent;
  border: 1px solid #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.btn.white.br:hover {
  background: #fff;
  color: #b27e2b;
}

.navbar-toggler {
  border-color: #fff;
  float: right;
}

.navbar-toggler span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.white {
  background: #fff;
}

.blue {
  background: #1d3e75;
}

.gold {
  background: #b27e2b;
}

.col-black {
  color: #606060;
}

.col-white {
  color: #fff;
}

.section {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }
}

.section-title h2 {
  font-size: 52px;
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
  }
}


header {
  position:relative;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 8px 100px;
  background-color:#fff;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
header .col-md-3{
  padding-left: 0px;
}
header .col-md-9{
  padding-right: 0px;
}
.header-top
{
  margin-top:40px;
  text-align: right;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
body.sticky header{
opacity: 0;
pointer-events: none;

  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;

}
.page-logo img{
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}



section.product-detail-wrap{
  padding-top: 0px;
}


header.scroll-head{
  opacity: 0;
  pointer-events: none;
    position: fixed;
  -webkit-box-shadow: 0px 24px 46px -23px rgba(0,0,0,0.62);
  -moz-box-shadow: 0px 24px 46px -23px rgba(0,0,0,0.62);
  box-shadow: 0px 24px 46px -23px rgba(0,0,0,0.62);

  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
header.scroll-head .page-logo img{
    width:45%;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

body.sticky header.scroll-head{
opacity: 1;   
pointer-events: fill;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

header.scroll-head .header-top {
  margin-top: 6px;
}

.social{
  display: inline-block;
}
#basket{

}
.shop-icones{
  display: inline-block;
  margin-left: 50px;
  margin-right: 65px;
}
.shop-icones li{
 display: inline-block;
 margin-left: 10px;
 position: relative;
}
.shop-icones li a{
 color: #606060;
 font-size: 25px;
}
.shop-icones li .count{
  background-color: #F1636F;
  position: absolute;
  top: -6px;
  right: -12px;
  border-radius: 10px;
  height: 20px;
  width: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  -webkit-box-shadow: 6px 7px 12px -1px rgba(0,0,0,0.43);
  -moz-box-shadow: 6px 7px 12px -1px rgba(0,0,0,0.43);
  box-shadow: 6px 7px 12px -1px rgba(0,0,0,0.43);
}
@media (max-width:1399px) {
.header-top
{
  margin-top:21px;  
} 
}
@media (max-width: 575px) {
  header .page-logo {
    max-width: 170px;
    display: inline-block;
  }
}

header .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header .social li {
  padding-left: 30px;
}

header .social a {
  color: #606060;
  font-size: 25px;
}
header .social a:hover {
  color: #F1636F;
}
header .header-bottom .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

header .header-bottom .social li {
  padding-left: 0;
  padding-right: 10px;
}
.navbar {
  padding: 0;
  border: none;
  border-radius: 0;
  float:right;
  margin-left:5%;
}
.btn-info {
  color: #fff;
  background:none;
  border:none;
}
.btn-info:hover {
  color: #fff;
  background:none;
  border:none;
}
#sidebar {
  width: 300px;
  position: fixed;
  top: 0;
  right: -300px;
  height:60vh;
  z-index: 999;
  background: #FFC810;
  padding:10px 10px 10px 25px;
  color: #606060;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
  right: 0;
}
#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#dismiss:hover {
  color: #fff;
}
.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
  opacity: 1;
}
#sidebar .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
}
.list-unstyled
{
  margin-top:5%;
}
#sidebar ul.components {
  padding:70px 0;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  color:#606060;
}
#sidebar ul li a:hover {
  color: #606060;
  font-weight:bold;
}
#sidebar ul li a.contact
{
  background-color:#606060;
  color:#FFF;
  text-transform:uppercase;
  font-size:16px;
  text-align:center;
  padding:10px 15px;
  width:150px;
  margin-top:8%;
  border-bottom-left-radius:20px;
  border-top-left-radius:20px;
  border-bottom-right-radius:20px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #606060;
  font-weight:bold;
}
a[data-toggle="collapse"] {
  position: relative;
}



.spotlight {
  position: relative;
}

@media (max-width: 768px) {
  .home-slider img {
    height: 93vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.home-slider .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom:30vh;
  text-align: center;
  color: #fff;
}

@media (max-width: 1024px) {
  .home-slider .caption {
    bottom: 60px;
  }
  header .social li {
    padding-left: 15px;
  }
  .shop-icones {
    margin-left: 30px;
  }
}

.home-slider p {
  font-size: 20px;
  font-family: 'Tantinotes';
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  margin:0;
  text-shadow: 0px -1px 11px rgba(0,0,0,0.64);
}

@media (max-width: 768px) {
  .home-slider p {
    font-size: 16px;
  }
}

.home-slider .active p {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
  text-shadow: 0px -1px 11px rgba(0,0,0,0.64);
}

.home-slider h1 {
  font-family: 'Tantinotes';
  font-size:46px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  text-shadow: 0px -1px 11px rgba(0,0,0,0.64);
}

@media (max-width: 768px) {
  .home-slider h1 {
    font-size: 24px;
  }
}

.home-slider .active h1 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
  text-shadow: 0px -1px 11px rgba(0,0,0,0.64);
}

.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
  float: none;
  padding-left: 4px;
  padding-right: 4px;
}

.owl-dots .owl-dot span {
  display: block;
  width: 14px;
  height: 14px;
  background: #e7e6eb;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.owl-dots .owl-dot.active span {
  background: #ed4761;
}

.belgain-rosette-wrap
{
  margin:0;
  padding:0;
}
.belgain-rosette
{
  margin:0;
  padding:0;
  position:relative;
}
.belgain-rosette img
{
  width:100%;}
  .belgain-rosette figure
  {
   position:relative;
   margin:0;
 }

 .belgain-rosette figcaption
 {
  position: absolute;
  top:10%;
  left:10%;
  right: 0;
  color: #606060;
}
.belgain-rosette figcaption h2
{
  font-size:30px;
  color: #606060;
  line-height:34px;
}
.belgain-rosette figcaption h2 span
{
  font-size:18px;
  display:block;
}
.order
{
  position: absolute;
  bottom:15%;
  right:10%;
}
.order a
{
  background-color:#F1636F;
  color:#FFF;
  text-transform:uppercase;
  font-size:16px;
  text-align:center;
  padding:10px 15px;
  border-bottom-left-radius:20px;
  border-top-left-radius:20px;
  border-bottom-right-radius:20px;
}
.order a:hover
{
  background-color:#FFC810;
  color:#000;
}
.zomato-wrap
{
  padding:5%;
}
.zomato
{
  border-right:1px solid #666;
  width:50%;
  float:left;
  padding:4% 1%;
}
.winner
{
  width:50%;
  float:left;
  padding:1% 6%;
}




@media (max-width: 649px) {
  .zomato
  {
   width:100%;
   border-right:none;
   border-bottom:1px solid #666;
 }
 .winner
 {
   width:100%;
 }
 .winner p
 {
  margin-bottom:12%;
}
}

.winner h2
{
  color:#606060;
  font-size:36px;
  margin-bottom:10%;
}
.winner p
{
  color:#606060;
  font-size:24px;
  line-height:24px;
  margin-bottom:25%;
}
@media (max-width: 649px) {

  .winner p
  {
    margin-bottom:12%;
  }
}

.winner .more a
{
  color:#606060;
  text-transform:uppercase;
  font-size:16px;
  text-align:center;
  padding:10px 20px;
  border-bottom-left-radius:20px;
  border-top-left-radius:20px;
  border-bottom-right-radius:20px;
  border:#999 1px solid;
}
.winner .more a:hover
{
  background-color:#FFC810;
  color:#000;
  border:#FFC810 1px solid;
}
.loyalty
{
  background-color:#F1636F;
  padding:1% 3%;
}
@media (max-width: 991px) {
  .loyalty{
   padding:7% 6%;
 }
}
.loyalty h2{
  color: #fff;
  font-size: 60px;
  margin-bottom: 2%;
  /*    font-family: 'Tantinotes';*/
  line-height: 62px;
}
.loyalty p{
  color:#fff;
  margin-bottom:5%;
}
.loyalty .more {
  margin-top: 35px;
  margin-bottom: 30px;
}

/*.loyalty .icon
{
  width:86px;
  height:97px;
  margin-bottom:15%;
  }*/
  .loyalty .more a
  {
    background-color:#FFC810;
    color:#000;
    font-size:16px;
    text-align:center;
    padding:10px 20px;
    border-bottom-left-radius:20px;
    border-top-left-radius:20px;
    border-bottom-right-radius:20px;
  }
  .loyalty .more a:hover
  {
    background-color:#000;
    color:#fff;
  }

  .no-padding
  {
    padding:0;
    margin:0;
  }
  .no-padding img
  {
    width:100%;
    height:100%;
  }
  .corporate
  {
    background-color:#FFC810;
    padding: 7% 5%;
  }
  @media (max-width: 991px) {
    .corporate{
     padding:7% 6%;
   }
 }
 .corporate h2
 {
  color:#000;
  font-size:25px;
  margin-bottom:10%;
  text-transform:uppercase;
}
.corporate p
{
  color:#000;
  font-size:24px;
  line-height:24px;
  margin-bottom:25%;
}
.corporate .more a
{
  background-color:#F1636F;
  color:#fff;
  font-size:16px;
  text-align:center;
  padding:10px 20px;
  border-bottom-left-radius:20px;
  border-top-left-radius:20px;
  border-bottom-right-radius:20px;
}
.corporate .more a:hover
{
  background-color:#000000;
  color:#fff;
}
.birthday
{
  padding: 2% 3% 2%;
  background: #32cfdc;
  background-position: bottom right 20%;
}
.birthday h2
{
  color:#fff;
  font-size:30px;
  margin-bottom:10%;
}
.birthday h2 span
{
  color:#fff;
  display:block;
  font-size:60px;
  font-family: 'Tantinotes';
}
.birthday p {
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  margin-top: 8%;
  margin-bottom: 10%;
}
.birthday .more a
{
  background-color:#F1636F;
  color:#fff;
  text-transform:uppercase;
  font-size:16px;
  text-align:center;
  padding:10px 20px;
  border-bottom-left-radius:20px;
  border-top-left-radius:20px;
  border-bottom-right-radius:20px;
}
.birthday .more a:hover
{
  background-color:#FFC810;
  color:#000;
}

.clients-thumb .brd{
  height: 100%;
  padding-right:0px;
  position: relative;
}
.clients-thumb .col-sm-6.p-5{
  position: relative;
}
.clients-thumb .col-sm-6.p-5:after{
  background-color: #ccc;
  width: 1px;
  height: 75%;
  content: "";
  position: absolute;
  right: 0;
  top: 14%;
}

.clients-thumb .more a {
  background-color: #fff;
  color: #606060;
  border: 1px solid #000;
  font-size: 16px;
  text-align: center;
  padding: 10px 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.clients-thumb .more a:hover {
  background-color: #F1636F;
  border: 1px solid #F1636F;
  color: #fff;
}
.zomato-loyalty-wrap .row .row, 
.zomato-loyalty-wrap .cororate-thumb-slider, 
.zomato-loyalty-wrap .cororate-thumb-slider .owl-stage-outer,
.zomato-loyalty-wrap .cororate-thumb-slider .owl-stage-outer .owl-stage,
.zomato-loyalty-wrap .cororate-thumb-slider .owl-stage-outer .owl-stage .owl-item,
.zomato-loyalty-wrap .cororate-thumb-slider .owl-stage-outer .owl-stage .owl-item .item,
.zomato-loyalty-wrap .cororate-thumb-slider .owl-stage-outer .owl-stage .owl-item .item img{
  height: 100%;
  object-fit: cover;
}

.clients-thumb .more {
  margin-top: 35px;
}
.col-md-6.clients-thumb .row{
  height: 100%;
}

.collection-wrap{
  padding:25px 0%;
}
.collection-wrap .tab-content{
  display: none;
}
.collection-title h2 {
  color:#606060;
  font-size:50px;
  font-family: 'Tantinotes';
  position:relative;
  text-align:center;
}
.collection-title h2 span
{
  color:#F1636F;
  display:block;
  font-size: 35px;
}
.collection-title h2:after {
  content: '';
  width:150px;
  height: 1px;
  background: #bdb7b7;
  position: absolute;
  top: 15px;
  left:19%;
}
.collection-title h2:before {
  content: '';
  width: 150px;
  height: 1px;
  background: #bdb7b7;
  position: absolute;
  top: 15px;
  right: 19%;
}
.collection-container{
  display: block;
}
.collection-tab{
  width:80%;
  margin:15px auto;
}
.collection-tab li{
  padding: 0;
  position: relative;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.collection-tab li a{ 
  display: block;
  margin: 0;
  background-color:#fff;
  padding:5px;
  text-align: center;
  color: #333231;
  font-size:16px;
}
.collection-tab li a:hover{ 
  color: #F1636F;
}
.collection-tab li.active a{ 
  color: #F1636F;
}
.collection-tab li a span{
  display:block;
}
.collection-tab li a span img.on{
  display:none;
}
.collection-tab li a span img.off{
  display: inline-block;
}
.collection-tab li.active a span img.on{
  display: inline-block;
}
.collection-tab li.active a span img.off{
  display:none;
}
.collection-tab li.active:after{ 
  background-image: url("../images/active-btm.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 51px;
  position: absolute;
  content: "";
  bottom: -51px;
  left: 0px; 
  z-index: 2;
}
.list-2
{
  margin-top:10px;
}
.list-2 .item figure {
  margin-bottom:8%;
  position: relative;
  overflow: hidden;
}
.list-2 .item figure img {
  width:100%;
}


.list-2.order-online .item figure img {
  width: 100%;
  /*height: 331px;*/
  object-fit: contain;
}

.list-2 .item .back-details {
  padding: 30px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  right: 0;
  bottom: 0;
  /*background:rgba(0, 0, 0, 0.22);*/
  background:rgba(0, 0, 0, 0.44);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.list-2 .item .back-details h4 {
  font-size: 16px;
  color: #fff;
  position:relative;
  /*  font-family: 'Tantinotes';*/
  text-align:center;
  margin-top: 34px;
}
.list-2 .item .back-details  h5 {
  text-align: center;
  color: #fff;
  font-family: 'Intro-Light-Alt';
  padding: 7px 20px;
  display: inline-block;
  background-color: #ef5068;
  margin: 4px 0;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.list-2 .item .back-details .icons-wrap
{
  width:170px;
  height:50px;
  margin:20% auto;
}

.list-2 .item .back-details.qty-bx .icons-wrap {
  margin: 6% auto;
}


.list-2 .item .back-details .icons-wrap .share-icons{
  margin:0;
}
.list-2 .item .back-details .icons-wrap .share-icons a
{
  width:45px;
  height:45px;
  border-radius:50%;
  background-color:#F1636F;
  float:left;
  padding: 8px 10px 10px 10px;
  margin:3%;
}
.list-2 .item .back-details .icons-wrap .share-icons a:hover
{
  background-color:#FFC810;
  color:#000;
}
.list-2 .item .back-details .icons-wrap .share-icons img
{
  width:28px;
  height:24px;
  margin:0px auto;
}
.list-2 .item .back-details .order-now
{
  width:140px;
  margin:15% auto;
}
.list-2 .item .back-details .order-now a
{
  background-color:#F1636F;
  color:#fff;
  font-size:16px;
  text-align:center;
  padding:10px 20px;
  white-space: nowrap;
  border-bottom-left-radius:20px;
  border-top-left-radius:20px;
  border-bottom-right-radius:20px;
}
.list-2 .item .back-details .order-now a:hover
{
  background-color:#FFC810;
  color:#000;
}

.list-2 .item figure:hover .back-details {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.list-2 .item figcaption {
  padding: 0px;
  -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1);
}
.list-2 .item figcaption .cell-wrapper {
  table-layout: fixed;
  width: 100%;
}
.list-2 .item figcaption .featured-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.list-2 .item figcaption .featured-table i {
  padding-left: 10px;
}
.list-2 .item figcaption .featured-table i img {
  width: auto;
  display: inline-block;
}

.list-2 .item figcaption h4 {
  font-size:16px;
  color:#606060;
  /*  font-family: 'Tantinotes';*/
}
.list-2 .item figure:before
{
  content: '';
  background:url(../images/bg.png) repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  height:157px;
}

.list-2 .item figcaption {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
  top:4%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}
.list-2 .item figure:hover figcaption
{
  opacity: 1;
  visibility: hidden;
  display: none;
}
.list-2.collection-slider .owl-dots {
  bottom: -15px;
}



.list-2 .similar-slider .item figure:hover .back-details{
  opacity: 0;
  pointer-events: none;
}


.about-wrap{
  margin:0;
  padding: 0;
  /*background:url(../images/about-bg.jpg) no-repeat;*/
}
.about-wrap img{
width: 100%;
}
.about{
padding: 2% 5%;
    width: 100%;
    background-color: #f1636f;
}

@media screen and (max-width:1620px) and (min-width: 1500px) {
section.collection-wrap .list-2 .back-details.qty-bx small {
    line-height: 28px!important;
}

}

@media (max-width: 1599px) {
 /* .about-wrap
  {
    margin:0;
    background: url(../images/about-bg-2.jpg) 40% top no-repeat;
  }*/

  .about-title :after {
    left:20px;
  }
  .list-2 .item .back-details h5 {
padding: 3px 20px;
    font-size: 13px;
    margin: 3px 0;
  }
  section.collection-wrap .list-2 .item .back-details .order-now {
    margin: 3% auto;
}
  .collection-wrap .tab-content#tab2 .list-2 .item .back-details h4 {
    margin-top: 0px!important;
    margin-bottom: 1px!important;
  }
  section.collection-wrap .list-2 .custom-message-wrap.hme .styled-checkbox + label {
    margin: 0 6px 0 0!important;
  }
  section.collection-wrap .list-2 .custom-message-wrap.hme .styled-checkbox + label:before {
    width: 18px!important;
    height: 18px!important;
  }
  section.collection-wrap .list-2 .quantity-wrap button.sub, section.collection-wrap .list-2 .quantity-wrap button.add, section.collection-wrap .list-2 .quantity-wrap button.sub:hover, section.collection-wrap .list-2 .quantity-wrap button.add:hover {
    width: 33px!important;
    height: 33px;
    font-size: 30px!important;
    line-height: 34px!important;

  }
  section.collection-wrap .list-2 .custom-message-wrap.hme {

    padding: 0px 0!important;
    margin: 0px!important;
  }
  section.collection-wrap .list-2 .back-details.qty-bx small {
    line-height: 10px!important;
  }
  .list-2 .item .back-details .order-now a {
    font-size: 14px!important;
    padding: 4px 15px!important;
  }
  section.collection-wrap .list-2 .quantity-wrap input {
    width: 40px!important;
    height: 40px!important; 
    line-height: 44px!important;
  }
}




@media (max-width: 1200px) {

 .collection-title h2:after{
  left: 19%;
}
.collection-title h2:before {
 right: 19%;
}
}
@media (max-width: 991px) {
  .about
  {
   padding:5% 2%;
   margin:0px auto;
 }
 .about-wrap
 {
  margin:0;
  background:#ff4562;
}
.about
{
  padding:5% 0;
  width:100%;
}
}
.about-title {
  margin-bottom:0;
}
.about-title h2 {
  color:#fff;
  font-size:65px;
  font-family: 'Tantinotes';
  position:relative;
  text-align:center;
}
.about-title h2 span
{
  color:#fff;
  display:block;
  font-size:40px;
}
.about-title :after {
  content: '';
  width: 513px;
  height: 28px;
  background: url(../images/about-head-bg.png) no-repeat;
  position: absolute;
  bottom: -50px;
  left: 70px;
  display: none;
}
@media (max-width: 1500px) {
  .about-title :after {
    left:20px;
  }
}

@media (max-width: 991px) {
  .about-title :after
  {
   display:none;
 }
 .about-title {
   margin-bottom:4%;
 }
}
.about p
{
  color:#fff;
  font-size:15px;
  text-align:center;
  margin-bottom:0;
}
.about .more-info {
    width: 140px;
    margin: 3% auto 1%;
}
.about .more-info a
{
  background-color:#fff;
  color:#606060;
  font-size:16px;
  text-align:center;
  padding:10px 20px;
  border-bottom-left-radius:20px;
  border-top-left-radius:20px;
  border-bottom-right-radius:20px;
}
.about .more-info a:hover
{
  background-color:#FFC810;
  color:#000;
}
footer
{
  min-height: 370px;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 25px 100px;
}
footer .top-footer{
  border-bottom: #999 1px solid;
  padding: 5px 0px;
  margin: 0;
}
footer .social {
  padding: 0;
  display: block;

}
.social-wrap
{
  width:60%;
  float:left;
}

@media (max-width: 1024px) {
  .social-wrap
  {
   width:100%;
 }
}

footer .social ul {
  margin:0;
}

footer .social li {
  padding-right: 11%;
  display: inline;
}

footer .social a {
  color: #606060;
  font-size:34px;
}
footer .social a.tik-tok {
background-image: url(../images/tiktok-con.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 32px;
    background-position: 0;
    display: inline-block;
    margin-bottom: -5px;
}
footer .number {
  color: #606060;
  font-size: 16px;
  margin: 0 0 15px;
  padding-left: 33px;
  margin-left: 10px;
  font-family: 'Intro-Light-Alt';
}
footer .number:before {
  font: normal normal normal 27px/31px FontAwesome;
  margin-right: 14px;
  color: #606060;
  position: absolute;
  left: 13px;
  top: -5px;
}

@media (max-width: 747px) {
  footer .number{
   display:block;
   margin:0;
 }
}

footer .explore
{
  padding:5% 1%;
}

footer .explore-content:before {
 position: absolute;
 font-size: 40px;
 top: 5px;
 font-family: FontAwesome;
}
footer .explore-content.fa.fa-at:before{
  left: 10px;
  top: 47px;
  font-size: 30px;

}
footer .explore-content.fa.fa-map-marker:before {
  left: 17px;
  top: 1px;
}

footer .explore-content {
    display: block;
    padding: 0 0 0 48px;
}
footer .explore-content p {
  color: #606060;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  white-space: nowrap;
  font-family: 'Intro-Light-Alt';

}
footer .explore-content a {
  color: #606060;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
  font-family: 'Intro-Light-Alt';
}
footer .explore-content p span {
  color: #606060;
  font-weight: normal;
  font-size: 16px;
  display: block;
}
footer .explore h3 {
  color: #606060;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 3px;
  white-space: nowrap;
  position: relative;
  margin-right: 0;
  font-family: 'Intro-Light-Alt';
}

footer .explore ul
{
  margin:0;
}
footer .explore li a
{
  font-size: 16px;
  color: #606060;
  font-weight: normal;
}
footer .explore li a:hover
{
  color: #606060;
}
footer .foot-bottom
{
  float:left;
  width:100%;
  padding-top: 25px;
}
footer .copy p
{
  font-size:15px;
  color:#606060;
}
footer .privacy a
{
  font-size:15px;
  color:#606060;
  margin-left:10px;
  margin-right:10px;
}
footer .design p
{
  font-size:15px;
  color:#606060;
  float:left;
}
footer .design a
{
  font-size:15px;
  color:#606060;
  margin-left:10px;
  margin-right:10px;
}
footer a:hover
{
  color:#606060;
}
.subscribe {
  margin: 0;
  padding: 10px 10px 10px 90px;
  width: 540px;
  float: left;
}
@media (max-width: 1024px) {
  .subscribe
  {
   width:100%;
   padding:1%;
 }
}

.subscribe h2 {
  font-size: 36px;
  font-family: 'Tantinotes';
}

@media (max-width: 991px) {
  .subscribe h2 {
    font-size: 30px;
  }
}

.subscribe p {
  margin-bottom: 30px;
}
.subscribe-title
{
  margin-bottom: 0%;
  margin-top: 5px;

}
@media (max-width: 991px) {
  .subscribe p {
    font-size: 16px;
  }
}
.subscribe .input-group
{
  margin-bottom:3%;
  position:relative;
}
.input-group>.form-control:not(:last-child) 
{
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  border-top-right-radius:20px;
}
.subscribe .form-control
{
  height:50px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  border-top-right-radius:20px;
  width:77%;
}
.subscribe .form-control-name
{
  height:50px;
  border-bottom-left-radius:20px;
  border: 1px solid #ced4da;
  padding:10px;
  width:76%;
  margin-right:-20px;
}
.input-group-btn
{
  margin-left:0;
}
.subscribe .btn {
  background-color:#F1636F;
  color:#fff;
  text-transform:uppercase;
  font-size:16px;
  text-align:center;
  padding:12px 20px;
  border-bottom-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-right-radius:20px;
  z-index:9;
}
.subscribe .btn:hover
{
  background-color:#000;
  color:#fff;
}
@media (max-width: 575px) {
  .subscribe .btn-download.btn.white.br {
    font-size: 14px;
  }
}
.subscribe .btn-download.btn.white.br:hover {
  background-color:#FFC810;
  color:#000;
}

.testimonials
{
  margin:0;
}
.testimonials-title
{
  margin-bottom:20px;
}
/*.testimonials-title h2 {
  color:#ee4861;
  font-size:24px;
 font-family: 'Tantinotes';
 position:relative;
 text-align:center;
}
.testimonials-title h2:after {
  content: '';
  width:150px;
  height: 1px;
  background: #bdb7b7;
  position: absolute;
  top: 15px;
  left:25%;
}
.testimonials-title h2:before {
  content: '';
  width: 150px;
  height: 1px;
  background: #bdb7b7;
  position: absolute;
  top: 15px;
  right: 25%;
  }*/

  .testimonials-title h2 {
    color:#606060;
    font-size: 60px;
    font-family: 'Tantinotes';
    position:relative;
    text-align:center;
  }
  .testimonials-title h2 span
  {
    color:#F1636F;
    display:block;
    font-size: 35px;
  }
  .testimonials-title h2:after {
    content: '';
    width:150px;
    height: 1px;
    background: #bdb7b7;
    position: absolute;
    top: 15px;
    left:29%;
  }
  .testimonials-title h2:before {
    content: '';
    width: 150px;
    height: 1px;
    background: #bdb7b7;
    position: absolute;
    top: 15px;
    right: 29%;
  }




  @media (max-width: 1500px) {
    .testimonials-title h2:after {
      left:20%;
    }
    .testimonials-title h2:before {
      right: 20%;
    }
  }
  @media (max-width: 1200px) {
    .testimonials-title h2:after {
      left:15%;
    }
    .testimonials-title h2:before {
      right: 15%;
    }
  }
  @media (max-width: 1024px) {
    .testimonials-title h2:after {
      left:10%;
    }
    .testimonials-title h2:before {
      right: 10%;
    }
  }
  @media (max-width: 991px) {
    .testimonials-title h2:after {
      display:none;
    }
    .testimonials-title h2:before {
      display:none;
    }
  }

  .testimonials p {
    color: #606060;
    font-size:15px;
    line-height:24px;
  }
  .testimonials p.name {
    color: #606060;
    font-size:18px;
    font-weight:bold;
    margin-top:8%;
    text-align: center;
  }
  .testimonials-wrap{
    padding:15px;
    margin:15px;
    border-bottom-left-radius:40px;
    border-top-left-radius:40px;
    border-bottom-right-radius:40px;
    background-color:#f2f2f2;
    float:left;
    min-height: 220px;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
  }
  .testimonials-wrap-fig
  {
    width:25%;
    float:left;
    text-align: center;
  }
  .testimonials-wrap-fig img {
    border-radius: 130px;
    width: 130px!important;
    height: 130px;
    margin: 10px auto 0;
  }
  .testimonials-wrap-text
  {
    padding:10px 20px;
    width:74%;
    float:left;
  }
  .testimonials-wrap-right
  {
    padding:5%;
    margin:5%;
    border-bottom-right-radius:40px;
    border-top-right-radius:40px;
    border-bottom-left-radius:40px;
    background-color:#f2f2f2;
    float:left;
    min-height: 312px;
  }
  .testimonials-wrap-right-fig
  {
    width:25%;
    float:left;
  }
  .testimonials-wrap-right img
  {
    border-bottom-right-radius:40px;
    border-top-right-radius:40px;
    border-bottom-left-radius:40px;
  }
  .testimonials-wrap-right-text
  {
    padding:10px 20px;
    width:74%;
    float:left;
  }

  .instagram
  {
    margin:0;
  }
  .instagram h2 {
    color:#ee4861;
    font-size:24px;
    font-family: 'Tantinotes';
    position:relative;
    text-align:center;
  }
  .instagram-wrapper .content-wrap-fig img{
    width: 207px;
    height: 207px;
    object-fit: cover;
  }
  {
    margin:0px auto;
    width:100%;
    max-width:1700px;
  }
  .instagram-wrapper 
  .instagram-title
  {
    margin-bottom:2px;
  }
  .instagram-title h2 {
    color:#ee4861;
    font-size:24px;
    font-family: 'Tantinotes';
    position:relative;
    text-align:center;
  }
  .instagram .content-wrap 
  {
    margin:0;
  }
  .instagram .content-wrap-fig
  {
    width:12.2%;
    margin:1% 2% 1% 0;
  }


  @media (max-width: 1499px) {
    .instagram-wrapper .content-wrap-fig img {
      height: 147px;
    } 
  }
  @media (max-width: 991px) {
    .instagram .content-wrap-fig
    {
     width:22.2%;
     margin:1%
   }
 }
 @media (max-width: 640px) {
  .instagram .content-wrap-fig
  {
   width:31.2%;
   margin:1%
 }
}
@media (max-width: 480px) {
  .instagram .content-wrap-fig
  {
   width:47.2%;
   margin:1%
 }
}


.morecontent span {
  display: none;
}
.morelink {
  display: inline-block;
  position: relative;
  color:#ed4761;
}
.morelink:hover {
  color:#ed4761;
}
.morelink:after {
  font-family: FontAwesome;
  position: absolute;
  content: "\f0a9";
  color: #ed4761;
  right: -17px;
  top: 1px;
}
.morelink.less:after {
  transform: rotate(-180deg);
}
.inner-spot img{
  width: 100%;
}

.brd-title h2 {
  color:#606060;
  font-family: 'Tantinotes';
  position:relative;
  text-align:center;
  color:#F1636F;
  display:inline-block;
  font-size: 55px;
  margin: 0 0 20px;
}

.brd-title h2:after {
  content: '';
  width:150px;
  height: 1px;
  background: #bdb7b7;
  position: absolute;
  top: 30px;
  left:140%;
}
.brd-title h2:before {
  content: '';
  width: 150px;
  height: 1px;
  background: #bdb7b7;
  position: absolute;
  top: 30px;
  right: 140%;
}

.sub-title{
  /*  font-family: 'Tantinotes', cursive;*/
  font-size: 25px;
  color: #606060;

}



.title-wrap {
  margin-bottom: 6%;
}
.title-wrap h2 {
  color:#606060;
  font-size:46px;
  font-family: 'Tantinotes';
  position:relative;
  text-align:center;
}
.title-wrap h2 span
{
  color: #606060;
  display: block;
  font-size: 48px;
  margin: 0 0 20px;

}
.sub-title {
  font-size: 20px;
  line-height: 22px;
}
.about-in-wrap .sub-title {
  font-size: 24px;
  line-height: 33px;
}
.about-in-wrap h3{
  font-size: 48px;
  color: #606060;
  margin: 0 0 20px;
  font-family: 'Tantinotes';
}
.sisters-wrap{
  display: block;
}

.sisters-wrap li {
  display: inline-block;
  margin: 0 10px;
}

.sisters-wrap li figure{
  overflow:hidden;
  width: 370px;
  height: 370px;
  border-radius: 500px;
}

.sisters-wrap li figcaption{
  font-size: 23px;
  color: #606060;
  margin: 15px 0;
}
.sisters-wrap li figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
}

.sisters-wrap li:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
}

.words-wrap{
  background-color: #fccadd;
  background-image: url(../images/sisters-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  padding: 160px 0;
}
.words-wrap .content-text {
  position: relative;
  padding: 0 110px;
  color: #606060;
  font-size: 27px;
  line-height: 40px;
}
.words-wrap .content-text:before{
  content: '';
  background-image: url(../images/quots-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  position:absolute;
  top: -70px;
  width: 100%;
  height: 60px;
  text-align: center;
  left: 0;
}
.menu-slider{
  margin: 50px 0 0;
}
.menu-slider li{
  margin-bottom: 15px;
}
.menu-slider li figure{
  text-align: center;
  margin: 0 0 15px;
}
.menu-slider li a{
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 150px;
  background-color: #f3f3f3;
}
.menu-slider li:hover a{
  background-color: #ffc600;
}
.menu-slider li figure a i {
  width: 87px;
  height: 69px;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.menu-slider li figure img {
  max-width: 100%;
  width: auto!important;
  display: inline-block!important;
}

.menu-slider li figcaption{
  color: #eb2e5a;
  text-transform: uppercase;
  font-size: 19px;
  text-align: center;
  line-height: 23px;
  margin: 19px 0 0;
  letter-spacing: 1px;
  font-family: 'Tantinotes';
}

.filter-wrap {
  margin-top: 40px;
  margin-bottom: 20px;
  z-index: 3;
  position: relative;
}
.filter-wrap label{
  color: #909090;
  font-size: 14px;
}
.filter-wrap input, .filter-wrap select {
  height: 47px;
  border-radius: 0px;
  background-color: #f4f4f4;
  border: none;
  padding:  10px;
}


.list-3{
  margin-bottom: 30px;
  margin-top: 30px;
}

.list-3 li{
  margin-bottom: 30px; 
}
.list-3 li figure{
  position: relative;
  margin: 0;
  overflow:hidden;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
}

.list-3 li figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;

}
.list-3 li:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
}
.list-3 li figure:after{
  background-color: #606060;
  background-image: url(../images/zoom-ico.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
}
.list-3 li:hover figure:after{
  opacity: 0.5;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
}

.list-3 li figure figcaption{
  position: absolute;
  top: 20px;
  left: 0px;
  padding: 10px 20px;
  text-align: center;
  color: #606060;
  /*  font-family: 'Tantinotes';*/
  font-size: 20px;
  width: 100%;
  z-index: 1;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
}
.list-3 li:hover figure figcaption{
  color: #fff;   
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
}

a.more  {
  color: #606060;
  font-size: 16px;
  text-align: center;
  padding: 12px 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: #999 1px solid;
  /*  font-family: 'Tantinotes';*/
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;

}

a.more:hover {
  background-color: #F1636F;
  color: #fff;
  padding: 12px 28px;
  border: #F1636F 1px solid;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}



.collection-wrap .tab-content .more{
margin-top: 35px;
    display: inline-block;
    background: #827d7d;
    margin-bottom: 17px;
    color: #fff;
        border: #827d7d 1px solid;
  }
.collection-wrap .tab-content .more:hover{
    background: #f1636f;
    color: #fff;
        border: #f1636f 1px solid;
  }


.menu-slider .owl-nav div{
  position: absolute;
  color: #606060;
  font-size: 25px;
  top: 50%;
  margin-top: -54px;
}
.menu-slider .owl-nav div:before{
  font-family: FontAwesome;  
}
.owl-nav .disabled{
  opacity: 0.1;
}

.menu-slider div.owl-prev{
  left: 0px;
}
.menu-slider div.owl-next{
  right: 0px;
}

.menu-slider div.owl-prev:before{
  content: "\f0a8";
}
.menu-slider div.owl-next:before{
  content: "\f0a9";
}




.toggle-left {
  display: inline-block;
  margin: 0px;
  width: 33px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 5px;
  border-top: 3px solid #606060;
  border-bottom: 3px solid #606060;

}
.toggle-left:before{
  width: 33px;
  height: 3px;
  background-color: #606060;
  position: absolute;
  content: "";
  top: -10px;
  left: 0px; 
}
.toggle-left:after{
  width: 33px;
  height: 3px;
  background-color: #606060;
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0px; 
}
.toggle-btn {
  width: 32px;
  height: 18px;
  position: absolute;
  margin-left: 0px;
  right: 0px;
  bottom: 50%;
  margin-bottom: -9px;
}





.left-nav {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transition: all .9s;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  -ms-transition: all .9s; 
  top: 0px;


  right: 0;
  padding: 20px 0;
  width: 100%;
  position: fixed;
  text-align: left;
  z-index: 92;
  background-color:#f3d31c;
  background-image: url(../images/megamenu-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  overflow: hidden;
  display: table;

}
body.open .left-nav {

  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transition: all .9s;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  -ms-transition: all .9s;
  top: 84px;



}

body.open.sticky .left-nav {
  top: 58px;
}


.left-nav .read-more {
  display: inline-block;
  font-size:16px;
  margin:35px 0 0;
  color: #fff;
  background-image: url(../images/right-white-arw.png);
  background-repeat: no-repeat;
  background-position: 85% center;
  background-color: transparent;
  border: 1px solid #fff;
  padding:8px 60px 8px 20px;

}
.left-nav .read-more:hover {
  background-position: 95% center;
  background-color: #b19d60;
  border: 1px solid #b19d60;
}

.left-nav .container {

  transform: translateY(300%);
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transition: all .9s;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  -ms-transition: all .9s;
}

body.open .left-nav .container {
 transform: translateY(0%);
 -webkit-transform: translateY(0%);
 -moz-transform: translateY(0%);
 -ms-transform: translateY(0%);
 transition: all .9s;
 -webkit-transition: all .9s;
 -moz-transition: all .9s;
 -ms-transition: all .9s;
}

.left-nav .close-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
  font-size: 40px;
  z-index: 9999;
}


.left-nav h2{
  font-family: 'Intro-Light-Alt';
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.left-nav ul li{
  font-family: 'Intro-Light-Alt';
  color: #000;
  font-size: 16px;
  margin: 0 0 10px;
}
.left-nav ul li a{
  color: #000;
  position: relative;
  padding: 0;
  transition: all .9s;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  -ms-transition: all .9s;
}
.left-nav ul li a:after{
  background-color: #F1636F;
  content: "";
  height: 1px;
  width: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all .9s;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  -ms-transition: all .9s;
}
.left-nav ul li:hover a:after{
  width: 100%;
  transition: all .9s;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  -ms-transition: all .9s;
}
.left-nav ul li a:hover{
  color: #F1636F;
}

.left-nav a.more {
  color: #ffffff;
  background-color: #F1636F;
  text-transform: uppercase;
  font-size: 23px;
  padding: 15px 30px;
  border: #F1636F 1px solid;
  position: absolute;
  bottom: 0px;
  left: 0px;
  letter-spacing: 1px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;

}
.left-nav a.more:hover {
  background-color: #606060;   
  border: #000 1px solid;
}

.left-nav .col-md-6:before{
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0px;
  left: -50px;
  width: 1px;
  height: 100%;
}
.left-nav .col-md-6:after{
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0px;
  right: 35px;
  width: 1px;
  height: 100%;
}





.mega-menu-list{
  margin: 20px 0 0;
}
.mega-menu-list li{
  margin-bottom: 15px;
  width: 155px;
  float: left;
}
.mega-menu-list li figure{
  text-align: center;
  margin: 0 0 15px;
  min-height: 150px;
}
.mega-menu-list li a.round{
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 116px;
  height: 116px;
  margin: 0 auto;
  border-radius: 150px;
  background-color: #f3f3f3;
}
.mega-menu-list li:hover a{
  background-color: #F1636F;
}
.mega-menu-list li figure a i {
  width: 87px;
  height: 69px;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.mega-menu-list li figure img {
  max-width: 100%;
  width: auto!important;
  display: inline-block!important;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}



.mega-menu-list li:hover figure img {
 /*  filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; */
}

.mega-menu-list li figcaption{
  color: #000;
  font-size: 15px;
  text-align: center;
  line-height: 23px;
  margin: 10px 0 0;
  letter-spacing: 0px;
  font-family: 'Intro-Light-Alt';
}
.mega-menu-list li figcaption a{
  color: #000;
  font-size: 15px;
  font-family: 'Intro-Light-Alt';
}

.mega-menu-list li:hover figcaption a{
  background-color: transparent;
}
.mega-menu-list li a:before, .mega-menu-list li a:after{
  display: none;
}


.left-nav .mobile-nav a.more {
 position:relative;
}
.main-nav{
  margin-top: 20px;
}
.left-nav .main-nav li a{
  padding: 10px 0;
  width: 100%;
  float: left;
}
.left-nav .main-nav li a:after {
  background-color: #F1636F;
  content: "";
  height: 1px;
  width: 100%;
  opacity: 0.2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all .9s;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  -ms-transition: all .9s;
}
.main-nav .subnav {
  display: none;
  position: relative;
  top: 100%;
  width: 100%;
  overflow: hidden;
  border-top: none;
  left: 0;
  padding: 14px 0 7px;
  z-index: 4;
  background-color: #F1636F;
  background-color: #F1636F;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0;
}
.main-nav .subnav li {
  float: left;
  padding: 0px 0px 0px;
  width: 100%;
}
.main-nav .subnav li i {
  width: 35px;
  height: 35px;
  border-radius: 30px;
  background-color: #fff;
  float: left;
  margin-right: 10px;
  margin-top: -10px;
  line-height: 31px;
}
.main-nav .subnav li a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
  width: 100%;
  line-height: 16px;
  color: #fff;
  float: left;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #F1636F;
  text-align: left;
}

.main-nav .subnav li a:after{
  display: none;
} 

.main-nav .subnav li:hover a {
  color: rgb(38, 39, 37);
  position: relative;
  background-color: #F1636F;
}
.main-nav .subnav li {
  position: relative;
}


.mobile-nav{
  display: none;
}
.list-2 .item .back-details {
  padding: 10px;
}
.list-2.order-online .item {
  margin-bottom: 25px
}

.list-2.order-online .item figure {
  margin-bottom: 0;
}

.list-2.order-online .item figcaption h4 {
  font-size:19px;
  color:#606060;
  padding: 10px;
  margin: 0;
/*  text-transform: uppercase;
border-bottom: 1px solid #dfdcdc;*/
/* font-family: 'Tantinotes';*/
}

.list-2.order-online .similar-slider .item figure {
overflow: hidden;
}
.list-2.order-online .similar-slider .item figure img {
 object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}



.list-2.order-online .similar-slider .item:hover figure img {
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}


.list-2.order-online .item figcaption h4 a {
  font-size:19px;
  color:#606060;
}
.list-2.order-online .item figcaption h4 a:hover {
  color:#F1636F;
}

.list-2.order-online .item .list-wrap {
  border: 1px solid #dfdcdc;
  height: 100%;
}


.list-2.order-online .item figcaption {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 0px;
  text-align: center;
  color: #fff;
  border:none;

}
.list-2.order-online .item:hover figcaption
{
  opacity: 1;
  visibility: visible;
}

.list-2.order-online .item figcaption .order-now {
  width: auto;
  margin: 0;
  display: inline-block;
  padding: 20px 0 20px;
}
.list-2.order-online .item figcaption .order-now a
{
  background-color:#F1636F;
  color:#fff;
  cursor: pointer;
  font-size:16px;
  text-align:center;
  padding:10px 20px;
  border-bottom-left-radius:20px;
  border-top-left-radius:20px;
  border-bottom-right-radius:20px;
}
.list-2.order-online .item figcaption .order-now a:hover
{
  background-color:#FFC810;
  color:#000;
}
.list-2.order-online .item figcaption .rate-view{
  display: inline-block;
}

.list-2.order-online .item figcaption  ul.rate-view li span {
  font-size: 22px;
}
.list-2.order-online .item .back-details .icons-wrap {
  margin: 43% auto;
}

ul.rate-view{
  display: block;
  text-align: center;
  margin:15px 0 20px;
}
ul.rate-view li{
  display: inline-block;
  text-align: center;
  margin: 0 15px;
}
ul.rate-view li p{
  display: inline-block;
  margin: 0 7px 0 0;
  color: #606060;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Intro-Light-Alt';

}

#horizontalTab .list-2.order-online .item figure{
  border-bottom:none;
  border-left: 1px solid #dfdcdc;
  border-right: 1px solid #dfdcdc;
  border-top: 1px solid #dfdcdc;
}
#horizontalTab .list-2.order-online .item figcaption{
  border-bottom:1px solid #dfdcdc;
  border-left: 1px solid #dfdcdc;
  border-right: 1px solid #dfdcdc;
  border-top: none;
}
ul.rate-view li span{
  font-family: 'Intro-Light-Alt';
  font-size: 17px;
  color: #F1636F;
  display: inline-block;
}


button.more  {
  color: #000;
  background-color: #FFC810;
  
  font-size: 16px;
  text-align: center;
  padding: 12px 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: #999 1px solid;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;

}

button:hover {
  background-color: #fff;
  color: #606060;
  padding: 12px 28px;
  border: #32cfdc 1px solid;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
button.more:hover {
  color: #000;
  background-color: #FFC810;
  border: #FFC810 1px solid;
}

.party-list{
  display: block;
  text-align: center;
  margin: 50px 0 90px;
}
.party-list li {
  display: inline-block;
  margin: 0 20px 30px;
  text-align: center;
  width: 150px;
  text-align: center;
  position: relative;
  height: 200px;
}
.party-list li figure{
  margin:0 0 15px;
  width: 137px;
  position: relative;
  height: 134px
}
.party-list li figcaption {
  font-size: 18px;
  color: #606060;
  font-weight: bold;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: inherit;
}
.party-list li a{
  color: #606060;
}
.party-list li figure img{
  position: absolute;
  top: 0px;
  margin-left: -60px;
  width: 137px;
  height: 134px;
  border-radius: 140px;
  left: 50%;

  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.party-list li:hover figure img{
  top: -15px;
  -webkit-box-shadow: 0px 15px 34px -16px rgba(0,0,0,0.54);
  -moz-box-shadow: 0px 15px 34px -16px rgba(0,0,0,0.54);
  box-shadow: 0px 15px 34px -16px rgba(0,0,0,0.54);
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.form-wrap{
  background-color: #fff;
}

.form-wrap h2{
  color: #606060;
  font-size: 48px;
  font-family: 'Tantinotes';
  position: relative;
  text-align: center;
}

.main-form{
  margin: 50px 0 0;
}
.main-form li{
  margin-bottom: 5px;
  position: relative;
}
.main-form li label{
  font-weight: bold;
}
.error{
  border: 1px dashed red!important;
}
.main-form input[type="text"],
.main-form input[type="password"],
.main-form textarea,
.main-form select,
.main-form textarea {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
  height: 45px;
  font-size: 14px;
  padding: 12px 15px;
  margin: 0 0 10px;
  width: 100%; }

  .main-form textarea {
    height: 145px;
  }

  .main-form button.more  {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    background: #F1636F;
    padding: 12px 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border: #F1636F 1px solid;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;

  }

  .main-form button:hover {
    background: #FFC810;
    color: #000;
    padding: 12px 28px;
    border: #FFC810 1px solid;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
  }
  .main-form button i{
    font-size: 20px;
    margin-left: 10px;
    color: #fff;
  }
  .cake-content{
    background-color:#f3f3f3;
    height: 100%;
    padding: 100px 50px;
    text-align: center;
  }
  .cake-content h2{
    color: #606060;
    font-size: 42px;
    text-align: center;
    line-height: 46px;
    margin: 19px 0 20px;
    letter-spacing: 1px;
    font-family: 'Tantinotes';
  }

  .cake-content p{
    font-size: 18px;
    color: #606060;
    line-height: 28px;
  }

  .cake-slider .owl-dots .owl-dot span {
    width: 24px;
    height: 24px;
  }
  .cake-slider .owl-dots .owl-dot span{
    background: #fff;
    opacity: 0.5;
  }
  .cake-slider .owl-dots .owl-dot.active span{
    background: #fff;
    opacity: 1;
  }

  .owl-nav div{
    position: absolute;
    top: 50%;  
    margin-top: -30px;
    color: #fff;
  }
  .owl-nav div.owl-prev{
    left: 50px;
  }
  .owl-nav div.owl-next{
    right: 50px;
  }
  .owl-nav div:before{
    font-family: "sugaholic";
    font-size: 45px;
  }

  .owl-nav div.owl-prev:before {
    content: '\e801';
  }
  .owl-nav div.owl-next:before {
    content: '\e802';
  }


  .summary-wrap {
    background-color: #fae4e6;
    padding: 10px 45px;
    position: sticky;
    top: 4rem;
  }
  .summary-wrap h2 {
    color: #606060;
    font-size: 47px;
    text-align: left;
    line-height: 43px;
    margin: 19px 0 20px;
    letter-spacing: 1px;
    font-family: 'Tantinotes';
  }
  .summary-wrap ul{
    display: block;
  }
  .summary-wrap li{
    display: block;
    margin: 0 0 10px;
  }
  .summary-wrap li p{
    display: inline-block;
    width: 48%;
    position: relative;
    color: #606060;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
  }
  .summary-wrap li p:before {
    content: ":";
    position: absolute;
    right: 28px;
    top: 0px;
  }
  .summary-wrap li p:last-child:before{
    display: none;
  }
  .summary-wrap li p.last:before{
    display: none;
  }
  .summary-wrap li p strong{
    color: #606060;
  }
  .summary-wrap h3{
    color: #606060;
    text-transform: uppercase;
    font-size:27px;
    text-align: left;
    line-height: 23px;
    margin:30px 0;

  }
  .summary-wrap h3 b{
    color:#ef4861;
    text-transform: uppercase;
    font-size:27px;
    text-align: center;
    line-height: 23px;
    margin:0px;  

  }
  .summary-wrap small{
    color: #ef4861;
    display: block;margin: 10px 0;
  }

  .summary-wrap button.more {
    color: #ffffff;
    font-size: 18px;
    background: #F1636F;
    display: inline-block;
    margin: 10px 0;
    cursor: pointer;
    border: #F1636F 1px solid;
  }

  .order-online-wrap{
    background-color: #fff;
    padding: 20px 30px;
  }

  .order-online-wrap h2{
    font-family: 'Tantinotes';
    font-size: 47px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    margin: 0 0 24px;
  }
  .order-online-wrap h3{
    font-size: 16px;

    padding-left: 0px;
    margin: 0 0 20px;
    color: #f16277;

  }
.order-online-wrap .card_wrap.col-md-12 .col-md-4{
    padding: 0 5px;
}
  
  .order-online-wrap .card_wrap  select{
        width: 100%;
    border: 1px solid #d4cbc3;
    border-radius: 0;
    height: 32px;
    padding: 0 5px;
        font-size: 13px;
  }

  .quantity-wrap {
    display: block;
    position: relative;
    margin: 0 0 80px;
  }
  .quantity-wrap small{
    display: block;    
    padding-left: 34px;
    margin: 17px 0 0;
  }

  .wrap-textarea{
    position: relative;
  }
  .wrap-textarea h4{
    position: absolute;
    font-size: 13px;
    left: 0;
    bottom: -26px;
  }
  .wrap-textarea .textarea_feedback{
    display: inline-block;
    margin-right: 7px;
  }



  .quantity-wrap button.sub, .quantity-wrap button.add, .quantity-wrap button.sub:hover, .quantity-wrap button.add:hover {
   width: 32px;
   background: #ffffff;
   text-align: all; 
   color: #606060;
   font-size: 30px;
   border-radius: 40px;
   margin: 0px;
   line-height: 30px;
   padding: 0px;
   border: 1px solid #606060;
   outline: none;
   cursor: pointer;
   display: inline-block;
 }
 .quantity-wrap input{
  width: 70px;
  height: 70px;
  background: #ffffff;
  line-height: 100px;
  text-align: center;
  color: #606060;
  font-size: 30px;
  border-radius: 110px;
  margin: 0 9px;
  display: inline-block;
  border: 1px solid #606060;
  outline: none;
  pointer-events: none;
}

.size-select{
  display: block;  
  margin: 0 0 50px;
}

.size-select li{
  display: inline-block; 
  margin: 0 15px;
  position: relative;
  padding-top: 180px;
  width: 110px;
  text-align: center;
}

.size-select li figure {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.size-select li label{
  font-size: 13px;
  text-align: center;
  z-index: 3;

}

.size-select li label b{
  color: #F1636F;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Intro-Light-Alt';
}


.size-select [type="radio"]:checked,
.size-select [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.size-select [type="radio"]:checked + label,
.size-select [type="radio"]:not(:checked) + label
{
  position: absolute;
  padding-left: 0px;
  padding-top: 103px;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  height: 178px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  color: #606060;
}
.size-select [type="radio"]:checked + label:before,
.size-select [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  z-index: 3;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.size-select.select-border [type="radio"]:checked + label:before, 
.size-select.select-border [type="radio"]:not(:checked) + label:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  opacity: 0;
  text-align: center;
  height: 100px;
  border: 1px solid #6f5137;
  border-radius:0;
  background:transparent;
  z-index: 3;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}



.size-select [type="radio"]:checked + label:after,
.size-select [type="radio"]:not(:checked) + label:after {
  content: '';
/*    width: 12px;
height: 12px;*/

position: absolute;
top: 4px;
left: 4px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;

background-image: url(../images/tick-icon.png);
background-position:center 19%;
background-repeat: no-repeat;
width: 100%;
height: 100%;
z-index: 3;
}
.size-select [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.size-select [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.size-select.select-border [type="radio"]:not(:checked) + label:before {
  opacity: 0.3;
  -webkit-transform: scale(0);
  transform: scale(0);
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.size-select.select-border [type="radio"]:checked + label:before {
  opacity: 0.3;
  -webkit-transform: scale(1);
  transform: scale(1);
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.size-select.candle-check  {
  display: block;
  margin: 0 0 90px;
}

.size-select.buttercream li {
  width: 140px;  
}
.size-select.buttercream li:before {
  width: 100%;
  height: 112px;
}

.size-select.buttercream [type="radio"]:checked + label, 
.size-select.buttercream  [type="radio"]:not(:checked) + label {
  width: 100%;
  padding-top: 115px;
}

.size-select.incription-color {
  padding:0px;
}
.size-select.incription-color li{
  width: 38px;
  height: 38px;
  margin: 0 5px;
  padding: 0px;
  border-radius: 40px;
}
.size-select.incription-color [type="radio"]:checked + label, 
.size-select.incription-color [type="radio"]:not(:checked) + label {
  padding-left: 0px;
  padding-top: 0px;
  height: 38px;
  width: 38px;

}

.size-select.incription-color [type="radio"]:checked + label:after, .size-select.incription-color [type="radio"]:not(:checked) + label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0px;
}

.size-select.incription-color li.size-1:before {
  background-image: url(../images/size-1.png);
}
.size-select.incription-color li:before {
  background-image: none!important;
  position: absolute;
  width: 38px;
  height: 38px;
  content: "";
  opacity: 1;
  pointer-events: none;
  top: 0px;
  left: 0px;
  border-radius: 40px;
}


.size-select.incription-color label span{
  position: absolute;
  left: 0;
  opacity: 0;
  bottom: -38px;
  font-size: 12px;
  color: #606060;
  width:300px;
  text-align: left;
}

.size-select.incription-color [type="radio"]:not(:checked) + label span {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.size-select.incription-color [type="radio"]:checked + label span {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.size-select.candle-check li label {

  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
  border: none;
  outline: none;

}
.styled-checkbox:focus{
 border: none;
 outline: none;
 display: none;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  border:none;
  outline: none;
  z-index: 8;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 0px;
  display: inline-block;
  vertical-align: text-top;
  width:110px;
  height: 110px;
  background: transparent;
}
.styled-checkbox:hover + label:before {
  background:transparent;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background:transparent;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background:transparent;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;

  background-image: url(../images/tick-icon.png);
  background-position:center 35%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.order-online-wrap textarea {
  overflow: hidden;
  resize: vertical;
  width: 100%;
  border: none;
  background: #ffffff;
  text-align: left;
  font-size: 13px;
  height: 60px;
  padding: 10px;
  border: 1px solid #d4cbc3;
}
.order-pick-wrap{
  margin-top: 20px;
}

.order-form{
  padding-left: 0px;
}

.order-form li p{
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}

.order-form [type="radio"]:checked,
.order-form [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.order-form [type="radio"]:checked + label,
.order-form [type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  color: #606060;
  font-size: 14px;

}
.order-form [type="radio"]:checked + label:before,
.order-form [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #cdcdcd;
  border-radius: 100%;
  background: #fff;
}
.order-form [type="radio"]:checked + label:after,
.order-form [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #000000;
  position: absolute;
  top: 9px;
  left: 9px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.order-form [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.order-form [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}





.order-form li{
  margin-bottom: 20px;
}
.order-form li label {
  color: #606060;
  font-size: 14px;
}
.order-form li input, .order-form li select  {
  color: #606060;
  font-size: 14px;
  background: #fff;
  height: 46px;
  width: 100%;
  padding: 0 10px;
  outline: none;
  border-radius: 0px;
  border: 1px solid #606060;
}
.order-form li option  {
  padding: 10px;
  display: block;
}
.gj-datepicker-md [role="right-icon"] {
  right: 11px;
  top: 17px;
  color: #cecece;
}

.similar-wrap h2{
  font-family: 'Tantinotes';
  font-size: 47px;
}
.section.similar-wrap{
  padding-top: 0;
}

.serving {
  padding:3% 15% 0 3%;

  background: #32cfdc url(../images/serving-guid.jpg) no-repeat;
  background-position: bottom right 20%;
}
.birthday.serving h2 span{
  font-size: 50px;
}

.equiry-basket{
 margin-right: 20px;
 margin-top: 9px;
 position: relative;
 width: 35px;
 display: none;

}
.click-basket{
  padding:0px 5px 5px;
  position: relative;
  z-index: 55;
  width: 35px;
  height: 35px;
  cursor: pointer;
  text-align: center; 
}

.click-basket img{
  margin: -7px auto 0;
  max-width: 100%;
}
.equiry-basket .count{
  background: #f4d30d;
  border-radius: 20px;
  color: #606060;
  font-size: 14px;
  font-weight: bold;
  z-index: 57;
  height: 26px;
  padding: 3px 0 0;
  position: absolute;
  right: -9px;
  text-align: center;
  top: -24px;
  width: 26px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(19,48,48,0.5);
  -moz-box-shadow: 0px 0px 9px 0px rgba(19,48,48,0.5);
  box-shadow: 0px 0px 9px 0px rgba(19,48,48,0.5);
}

.basket-wrap{
  background: #fff;
  height: auto;
  display: none;
  padding: 15px 20px;
  position: absolute;
  right: -10px;
  top: 39px;
  width: 320px;
  z-index: 50;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(19,48,48,0.5);
  -moz-box-shadow: 0px 0px 9px 0px rgba(19,48,48,0.5);
  box-shadow: 0px 0px 9px 0px rgba(19,48,48,0.5);
}

.basket-wrap h4{
  color: #606060;
  font-size: 20px;
  position: relative;
  text-align: left;
  width: 70%;
  float: left;
}
.basket-wrap > ul {
  clear: both;
  display: block;
}
.basket-wrap li{
  float: left;
  border-top: 1px solid #dddddd;
  padding: 10px 0px;
  position: relative;
  font-size: 13px;
  width: 100%;
  color: #606060;
}
.basket-wrap li .image-thump {
  border: 1px solid #c6c6c6;
  text-align: center;
  padding: 3px;
  float: left;
  margin-right: 5px;
}
.basket-wrap li p {
    float: left;
    padding: 0 0 0 7px;
    width: 60%;
    margin: 0;
    text-align: left;
}
.close-thump{
  position: absolute;
  top:39%;
  right: 5px;
}
.basket-wrap .btn {
  background-color: #ee4861;
  clear: both;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  padding: 10px 15px 10px 15px;
  text-align: center;
}
.basket-wrap .btn:hover{
  opacity: 0.8;
}

.list-2.order-online .quantity-wrap {
  display: block;
  position: relative;
  padding: 10px 0;
  margin: 0px;
  background-color: #ffffff;
}
.list-2.order-online .quantity-wrap small{
  display: block;    
  padding-left: 0px;
  margin: 5px 0 0;
  color: #606060;
}
.list-2.order-online .quantity-wrap button.sub, .list-2.order-online .quantity-wrap button.add, 
.list-2.order-online .quantity-wrap button.sub:hover, .list-2.order-online .quantity-wrap button.add:hover {
 width: 38px;
 background: #ffffff;
 text-align: all; 
 color: #606060;
 font-size: 30px;
 border-radius: 40px;
 margin: 0px;
 line-height: 40px;
 padding: 0px;
 border: none;
 outline: none;
 cursor: pointer;
 position: relative;
 top: 5px;
 display: inline-block;
}

.list-2.order-online figcaption .quantity-wrap button.add, 
.list-2.order-online figcaption .quantity-wrap button.add:hover{
  width: 30px;
  height: 30px;
  line-height: 31px;
  border: 1px solid #b1b0b0;
}
.list-2.order-online figcaption .quantity-wrap button.sub, 
.list-2.order-online figcaption .quantity-wrap button.sub:hover {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border: 1px solid #b1b0b0;
}

.list-2.order-online .quantity-wrap input{
  width: 50px;
  height: 50px;
  background: #ffffff;
  line-height: 48px;
  text-align: center;
  color: #606060;
  font-size: 20px;
  border-radius: 50px;
  margin: 0 9px;
  display: inline-block;
  border: none;
  outline: none;
  pointer-events: none;
}

.list-2.order-online figcaption .quantity-wrap button.sub {
  width: 30px;
  height: 30px;
  line-height: 29px;
  border: 1px solid #b5b4b4;
  color:#606060;
}

.list-2.order-online figcaption .quantity-wrap input {
  border: 1px solid #b1b0b0;
}


.list-2.order-online .custom-message-wrap {
  display: block;
  position: relative;
  padding: 10px 0;
  margin: 0px;
  line-height: 14px;
  background-color: #f0f0f0;
  color:#606060;
}
.list-2.order-online .custom-message-wrap br {
  display: none;
}
.list-2.order-online .custom-message-wrap span{
  font-size: 13px;
  line-height: 19px;
  display: block;
  margin: 9px 0 5px;
}

.list-2.order-online .custom-message-wrap .styled-checkbox:checked + label:before {
  background: #fff;
}
.list-2.order-online .custom-message-wrap .styled-checkbox + label:before {
  content: "";
  margin-right: 0px;
  display: inline-block;
  vertical-align: text-top;
  width: 25px;
  height: 25px;
  background: white;
}

.list-2.order-online .custom-message-wrap .styled-checkbox:checked + label:after {
  top: 0px;
  background-image: url(../images/tick-icon-2.png);

}
.list-2.order-online .custom-message-wrap .styled-checkbox + label {
  margin-right: 6px;
  margin-bottom: 0px;
}

.list-2.order-online .custom-message-wrap .btn {
 background-color:transparent;
 color: #0550c1;
 text-transform: uppercase;
 font-size: 12px;
 text-align: center;
 text-decoration: underline;
 padding: 1px 12px;
 border-radius: 0px;
 line-height: 9px;
 display: block;

}
.list-2.order-online .custom-message-wrap small{
    line-height: 27px;
}
.list-2.order-online .custom-message-wrap small p{
margin:-11px 0 6px;
}

.list-2 .item:hover .back-details h3{
  font-size: 16px;
  /*    font-family: 'Tantinotes';*/
  margin: 50px 0;
  color: #fff;
}

.list-2.order-online .view-bx .view-sample {
  position: absolute;
  bottom: 37px;
  z-index: 11;
  width: 100px;
  left: 50%;
  margin-left: -74px;
  pointer-events: none;
  opacity: 0;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;

}
.list-2.order-online .view-bx.view .view-sample {

 opacity: 1;
 width: 150px;
 pointer-events: fill;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
}
.sample-close-btn{
position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    color: red;
    font-size: 19px;
    line-height: 17px;
    background: #fff;
    border-radius: 19px;
    width: 20px;
    height: 20px;
}
.list-2.order-online .view-bx:after{
  width: 80%;
  height: 80%;
  background-color: rgba(0,0,0,0.3);
  content: "";
  position: absolute;
  left: 10%;
  top: 10%;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.list-2.order-online .view-bx.view:after{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: fill;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.custom-msg-pop h5.modal-title {
  font-size: 22px;
  color: #fff;
  line-height: 24px;
  padding: 10px;
  margin: 0;
  padding: 0;
}
.modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #F1636F;
}
.modal-header .modal-title {
color: #fff;
}
.enq11{
    padding: 20px;
}
  


.modal-content {
  border-radius: 0;
}
.modal-content button{
 background-color: #F1636F;
 color: #fff;
 text-transform: uppercase;
 font-size: 12px;
 text-align: center;
 padding: 5px 15px;
 border-bottom-left-radius: 20px;
 border-top-left-radius: 20px;
 border-bottom-right-radius: 20px;
}
.modal-content button:hover {
  background-color: #FFC810;
  color: #606060;
}
.modal-content button span{
  font-size: 21px;
  color: #fff;
  opacity: 1;
}



section.collection-wrap .list-2 .quantity-wrap {
  display: block;
  position: relative;
  padding: 10px 0;
  margin: 0px;
  background-color: transparent;
  text-align: center;
}
section.collection-wrap .list-2 .quantity-wrap small{
  display: block;    
  padding-left: 0px;
  margin: 5px 0 0;
  text-align: center;
  color: #fff;
}



section.collection-wrap .list-2 .quantity-wrap button.sub, section.collection-wrap .list-2 .quantity-wrap button.add, 
section.collection-wrap .list-2 .quantity-wrap button.sub:hover, section.collection-wrap .list-2 .quantity-wrap button.add:hover {
 width: 38px;
 background: #ffffff;
 text-align: all; 
 color: #606060;
 font-size: 30px;
 border-radius: 40px;
 margin: 0px;
 line-height: 40px;
 padding: 0px;
 border: none;
 outline: none;
 cursor: pointer;
 display: inline-block;
}
section.collection-wrap .list-2 .quantity-wrap input{
  width: 50px;
  height: 50px;
  background: #ffffff;
  line-height: 48px;
  text-align: center;

  color: #606060;
  font-size: 20px;
  border-radius: 50px;
  margin: 0 9px;
  display: inline-block;
  border: none;
  outline: none;
  pointer-events: none;
}

section.collection-wrap .list-2 .item .back-details .order-now {
  margin: 5% auto;
}


section.reward-wrap{
  /*        background-image: url(../images/rewards-bg.jpg);*/
  background-repeat: repeat;
  background-position: center;
}

.reward-list{
  display: block;
  text-align: center;
}
.reward-list li{
  display: inline-grid;
  margin: 10px;
  padding: 20px;
  width: 30%;
  min-height: 200px;
}
.reward-list .red-bg{
  background-color: #e65e69;
}
.reward-list .yellow-bg{
  background-color:#ead453;
}
.reward-list .blue-bg{
  background-color: #4ac5d0;
}
.reward-list .purple-bg{
  background-color: #9d68b1;
}
.reward-list .grd-1-bg{

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f14c59+0,f67f55+45,ffd34e+100 */
  background: rgb(241,76,89); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(241,76,89,1) 0%, rgba(246,127,85,1) 45%, rgba(255,211,78,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(241,76,89,1) 0%,rgba(246,127,85,1) 45%,rgba(255,211,78,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(241,76,89,1) 0%,rgba(246,127,85,1) 45%,rgba(255,211,78,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14c59', endColorstr='#FFC810',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.reward-list .grd-2-bg{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd34e+0,f67f55+55,f14c59+100 */
  background: rgb(255,211,78); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(255,211,78,1) 0%, rgba(246,127,85,1) 55%, rgba(241,76,89,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(255,211,78,1) 0%,rgba(246,127,85,1) 55%,rgba(241,76,89,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(255,211,78,1) 0%,rgba(246,127,85,1) 55%,rgba(241,76,89,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC810', endColorstr='#f14c59',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}


.t-bx{
  display: flex;
  padding: 0px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.t-bx em {
  width: 112px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  padding: 0 0 0px;
  border-right: 1px solid rgba(255,255,255,0.3);
}
.point-wrap{
  padding-left: 15px;
  padding-top: 15px;
}
.point-wrap h3{
  display: block;
  color: #fff;
  font-size: 39px;
  line-height: 32px;
  margin: 0 0 5px;

}
.point-wrap p{

  margin: 5px 0;
  padding: 0;
  color: #ffffff;
  text-align: left;
  font-size: 18px;
}
.b-bx{
  display: block;
  padding: 15px 0;
  text-align: center;
}
.b-bx p{
  margin: 0;
  color: #ffffff;
  font-size: 14px;
}

.reward-list li.yellow-bg .b-bx p,
.reward-list li.yellow-bg .point-wrap p,
.reward-list li.yellow-bg .point-wrap h3

{
  color: #000; 

}

@media (max-width: 1599px) {
  .size-select li {
    width: 110px;

  }

.list-2.order-online .item figcaption .order-now a
{
  font-size:14px;
  padding: 10px 9px;
}
}


@media (max-width: 1399px) {
  .sisters-wrap li {
    display: inline-block;
    margin: 0 5px;
  }
  .size-select li {
   margin: 0 6px;
 }
 .sisters-wrap li figure {
  width: 343px;
  height: 343px;
}

.subscribe .form-control-name {
  width: 72%;
}
footer .explore-content p {
  font-size: 15px;
}
footer .explore li a {
  font-size: 15px;
}
.left-nav {
  padding: 25px 0;
}
.mega-menu-list {
  margin: 25px 0 0;
}
.mega-menu-list li {
  margin-bottom: 15px;
  width: 145px;
}
.left-nav ul li {
  margin: 0 0 3px;
}
body.open.sticky .left-nav {
  top: 50px;
}
.subscribe {
 padding: 10px 10px 10px 30px;
 width: 470px;
}
}
@media (max-width: 1299px) {
  .size-select.buttercream li {
    width: 115px;
  }
  .size-select li {
    width: 91px;
  }
  footer .explore-content p {
    font-size: 14px;
  }
  footer .explore li a {
    font-size: 14px;
  }
  footer .explore-content p span {
    font-size: 14px;
  }

  footer .social li {
    padding-right: 8%;

  }
  footer .social a { 
    font-size: 28px;
  }
  footer .social a.tik-tok {
    width: 24px;
    height: 29px;
}
  
  .loyalty h2 {
    font-size: 39px;
    line-height: 42px;
  }
  .sisters-wrap li figure {
    width: 260px;
    height: 260px;
  }
  .words-wrap .content-text {
    font-size: 29px;
    line-height: 34px;
    padding: 0 50px;
  }
  .words-wrap {
    background-position: -70px top;
  }

  header {
    height: 72px;
    padding: 8px 15px;

  }
  body.open .left-nav{
    top:70px;
  }
  body.sticky header.scroll-head {
    height: 50px;
  }
  body.open.sticky .left-nav {
    top: 48px;
  }

  .col-md-6.loyalty .mt-5 {
    margin-top: 1rem!important;
  }

  .clients-thumb h2{
    font-size: 21px;
  }
  .reward-list li {
    width: 40%;
  }
}


@media (max-width: 1199px) {

  .cake-content p {
    font-size: 20px;
    line-height: 26px;
  }
  .cake-content {
    padding: 50px;    
  }
  .summary-wrap {
    padding: 35px 20px;
  }
  .order-online-wrap h2 {
    font-size: 24px;
  }
  .summary-wrap h2 {
    font-size: 22px;
  }
  .summary-wrap a.more {
    font-size: 21px;
  }
  .order-online-wrap h3 {
    padding-left: 0;
  }
  .order-form {
    padding-left: 0;
  }
  .size-select.incription-color {
    padding: 0;
  }
  .order-online-wrap .col-md-4, .order-online-wrap .col-md-8 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .order-online-wrap .col-md-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .size-select li {
    height: 170px;
  }
  footer .explore.row .col-md-9 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  footer .explore.row .col-md-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  footer .explore.row .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px!important;
  }

  .menu-slider li figcaption {
    font-size: 14px;
  }
  .left-nav .col-md-3.pl-5{
    padding-left: 0px!important;
  }
  .left-nav .col-md-6:before {
    left: 0;
  }
  .left-nav {
    padding: 35px 0;
  }
  .mega-menu-list li a.round {
    width: 100px;
    height: 100px
  }
  .mega-menu-list li figure {
    min-height: 156px;
  }
  .left-nav a.more {
    font-size: 18px;
    left: 15px;
    bottom: 0;
  }
  footer .explore-content.fa.fa-map-marker:before {
    left: 13px;
    top: 17px;
  }
  footer .explore-content.fa.fa-map-marker {
    padding: 12px 0 0 48px;
  }
}


@media (max-width: 991px) {
  .size-select.candle-check {
    margin: 0 0 0;
  }
  .pl-3, .px-3 {
    padding-left: 15px!important;
  }

  .pr-3, .px-3 {
    padding-right: 15px!important;
  }
  .row.cake-detail-bx, .row.order-wrap{
   display: -webkit-flex!important; /* Safari */
   -webkit-flex-direction: row-reverse!important; /* Safari 6.1+ */
   display: flex!important;
   flex-direction: row-reverse!important;
   flex-wrap: wrap-reverse;
 }
 .row.cake-detail-bx .col-md-8, .row.cake-detail-bx .col-md-4,
 .row.order-wrap .col-md-8, .row.order-wrap .col-md-4 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.list-2.order-online .item figcaption h4 {
  font-size: 14px;
}
ul.rate-view li p {
  font-size: 14px;
}

.testimonials-wrap, .testimonials-wrap-right {
  height: 100%;  
  min-height: 0;
  margin: 0 0 20px;
}

.testimonials.section .col-md-6{
  margin-bottom: 25px;
}
.collection-tab {
  width: 100%;
}

.list-2 .item figcaption {
  padding: 6px;
}
.list-2 .item figcaption h4 {
  font-size: 17px;

}
.collection-title h2:before {
  right: 0;
}
.collection-title h2:after {
  left: 0;
}
.col-md-6.zomato-wrap{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.zomato-loyalty-wrap .col-md-3 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.zomato-loyalty-wrap .no-padding img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zomato-loyalty-wrap .col-md-6.birthday {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.words-wrap {
  background-position: -140px top;
  padding: 104px 0 50px;
}
.words-wrap .content-text {
  padding: 0px;
}
.left-nav h2 {
  font-size: 20px;
  margin: 0 0 14px;
}
.left-nav a.more {
  font-size: 16px;
  left: 0;
  bottom: 0;
  padding: 15px 17px;

}
.mega-menu-list li figure {
  min-height: 142px;
  margin: 0px;
}
.mega-menu-list li a.round {
  width: 84px;
  height: 84px;
}
header {
  height: 60px;
}
body.open .left-nav {
  top: 60px;
  padding: 0px;
}
.main-nav {
  margin-top: 0;
}
.left-nav .main-nav > li:last-child a:after{
  display: none;
}
footer .explore.row .col-md-9 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
footer .explore.row .col-md-3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
footer .explore.row .col-lg-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px!important;
}
footer .top-footer .col-md-5{
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 max-width: 100%;
 margin-bottom: 20px;
}
footer .top-footer .col-md-7 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
footer .top-footer {
  padding: 35px 0px 15px; 
}
footer .col-md-6.pl-5{
  padding-left: 15px!important;
}
.subscribe {
  padding: 10px 0px;
  width: 330px;
}
.subscribe .btn {
  padding: 12px 12px;
}
.serving {
  padding: 3% 10% 14% 10%;
}
.birthday.serving h2 span {
  font-size: 32px;
}
body.sticky header.scroll-head{
  top: 0px;
}
.sisters-wrap li {
  margin: 0 4px;
}
.sisters-wrap li figure {
  width: 220px;
  height: 220px;
}
}
@media (max-width:767px) {

  .collection-title h2:before, .collection-title h2:after {
    display: none;
  }
  .home-slider img {
    height: 32vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .owl-nav div:before {
    font-size: 25px;
  }
  .owl-nav div.owl-prev {
    left: 15px;
  }
  .owl-nav div.owl-next {
    right: 15px;
  }
  .owl-nav div {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    color: #fff;
  }


  .toggle-btn {
    right: 15px;
  }
  .cake-content h2 {
    font-size: 25px;
    margin: 19px 0 20px;
  }

  .size-select.incription-color [type="radio"]:checked + label:after, 
  .size-select.incription-color [type="radio"]:not(:checked) + label:after {
    top: -3px; 
  }


  .size-select.candle-check {
    display: block;
    margin: 0 0 0;
  }
  .size-select li {
    width: 44%;
  }

  .party-list li {
    margin: 0 5px 30px;
  }
  .left-nav .close-btn {
    width: 24px;
    height: 28px;
    font-size: 27px;
    top: 1px;
    right: 2px;

  }

  .words-wrap {
    background-image: none;
  }
  .menu-slider li a {
    width: 120px;
    height: 120px;
  }

  header .col-md-9 {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  header .col-md-9 .social{
    display: block;
    position: relative;
  }
  header .col-md-9 .social li{
    display: none;
  }
header .col-md-9 .social li:first-child {
    display: block;
    position: absolute;
    width: 26px;
    right: 36%;
    padding: 1px 0 0;
    height: 30px;
    overflow: hidden;
    margin-top: -8px;
}
header .col-md-9 .social li:nth-child(2){
    display: block;
    position: absolute;
    width: 38px;
    right: 28%;
    padding: 1px 0 0;
    height: 30px;
    overflow: hidden;
    margin-top: -9px;
  }
header .col-md-9 .social li:nth-child(2) .number.fa-envelope-o{
  font-size: 19px;
    text-indent: 815px;
    display: inline-block;
    height: 30px;
    width: 100%;
}
header .col-md-9 .social li:nth-child(2) .number.fa-envelope-o:before{
    text-indent: 0px;
    left: 0;
}
  header .col-md-9 .social li:first-child .number {
font-size: 19px;
    text-indent: 815px;
    display: inline-block;
    height: 30px;
    width: 100%;
  }
  header .col-md-9 .social li:first-child .fa-whatsapp:before {
    text-indent: 0px;
    left: 0;
  }
  .shop-icones {
padding-top: 0;
    margin-right: 70px;
    display: inline-block;
    position: absolute;
    right: -7px;
    top: 15px;
 }
 .shop-icones li a {
  font-size: 20px;
}
.toggle-left {  
    position: absolute;
    right: 0px;
    top: 18px;
}
.shop-icones li .count {
    background-color: #F1636F;
    position: absolute;
    top: -13px;
    right: -2px;
  }

.page-logo img {
  width: 160px;
}

body.sticky header.scroll-head .page-logo img {
  width:160px;

}
.desktop-nav{
  display: none;
}
.mobile-nav{
  display: block;
}

.bottom-footer{
  display: none;
}
.subscribe {
  padding: 30px 0px 70px;
  width: 100%;
}
.subscribe-title {
  margin-bottom: 4%;
}
footer {
  padding: 0px 15px;
  min-height: auto;
  text-align: center;
  background-position: -980px bottom;
}
.title-wrap h2 {
  color: #606060;
  font-size: 40px;
}
.reward-list li {
    width: 49%;
    margin: 0 0 5px;
    min-height: 215px;
    display: inline-grid;
}
.about-title h2 {
  color: #fff;
  font-size: 35px;
}
.loyalty .icon{
  text-align: center;
}
.loyalty .icon img{
  width: 150px;
}
.loyalty h2 {
  font-size: 30px;
  line-height: 42px;
}
.loyalty h2 br, .birthday h2 br  {
  display: none;
}
.birthday h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}
footer .foot-bottom {
  float: none;
  width: auto;
}
.collection-tab li a {
  font-size: 13px;
  line-height: 14px;
}
.header-top {
  margin-top: 20px;
}
body.sticky header.scroll-head .header-top {
  margin-top: 19px;
}
.spotlight {
    display: none;
}

.h1, h1 {
    font-size: 1.5rem;
}

.point-wrap h3 {
font-size: 25px;
    line-height: 27px;
}
.t-bx em {
    width: 45px;
    height: 80px;
    line-height: 80px;
}
.t-bx em img{
      width: 25px;
}
.point-wrap h3 {
    font-size: 23px;
    line-height: 22px;

}
}


.table-wrap{
  width: 100%;
}
.table-wrap td {
  padding: 1.25rem 0;
  vertical-align: middle;
}
.table-wrap td.product-thumbnail{
  width: 15%;
  vertical-align: top;
  display: table-cell;
  vertical-align: middle;
}
.table-wrap td.product-name {
  width: 30%;
  padding: 15px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: normal;
  text-transform: uppercase;
}
.table-wrap td.product-price {
  width: 15%;
  display: table-cell;
  font-size: 14px;
}
.table-wrap td.product-price span{
  padding: 50px 10px;
}
.table-wrap  td.product-quantity {
  min-width: 80px;
}
.table-wrap td.product-subtotal {
  display: table-cell;
  width: 16%;
  padding-right: 0;
  font-weight: 600;
  text-align: center;
}
.table-wrap td.product-remove {
  padding: 0;
  width: 16%;
  text-align: center;
}
.table-wrap h4{
  font-size: 14px;
  font-weight: bold;
}
.table-wrap ul{
  display: block;
  margin: 6px 0;
}
.table-wrap li {
  display: block;
  margin: 0;
}
.table-wrap li p{
  display: inline-block;
  margin: 0;
  text-transform: none;
  font-size: 13px;
  margin-right: 10px;
  color:#999;
}
.table-wrap li p strong{
  font-weight: bold;
  font-size: 14px;
  color: #606060;
}
.table-wrap small {
  color: #999;
  font-size: 13px;
  text-transform: none;
  display: block;
}

.table-wrap td a.addCart{
    background-color: #f1636f;
    color: #fff;
    padding: 3px 15px 3px 30px;
    text-transform: capitalize;
    border-radius: 8px 0px 8px 8px;
    line-height: 22px;
    margin: 5px 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
  cursor: pointer;

}
.table-wrap td a.addCart:before {
    content: "\f044";
    position: absolute;
    left: 8px;
    top: 4px;
    color: #fff;
    font-size: 17px;
    font-family: FontAwesome;
}
.table-wrap td a.addCart:hover {
    background-color: #606060;
    color: #fff;  
}
.table-wrap .product-price{
  text-align: center;
  color: #606060;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  line-height: 23px;
  margin: 0px;
  letter-spacing: 1px;
  
}
.table-wrap td.product-quantity {
  text-align: center;
  color: #606060;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
  margin: 0px;
  letter-spacing: 1px;

}
.qty-cart{
  padding: 30px 10px;
  border: 1px solid #e9e9e9;
}
.table-wrap .close-row {
  position: static;
  cursor: pointer;
  font-size: 25px;
  color: red!important;
}
.table-wrap tr{
  border-bottom: 1px solid #f1f1f1;
}

.table-wrap tr .total-wrap{
  text-align: right;
  color: #606060;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 23px;
  margin: 0px;
  padding: 13px 15px;
  letter-spacing: 1px;
  font-family: 'Tantinotes';
  white-space: nowrap;
}
.table-wrap tr .total-wrap span{
  display: inline-block;
  margin-left: 20px;
}

.table-wrap thead {
  background: #F1636F;
  color: #fff;
}
.table-wrap thead td {
 padding: 10px;
 color: #fff;
 border-right: 1px solid rgba(255,255,255,0.3);
 text-align: center;
 color: #ffffff;
 text-transform: uppercase;
 text-align: center;
 line-height: 23px;
 letter-spacing: 1px;
 font-size: 14px;

}
.table-wrap tbody tr td:first-child{
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}



tr.sub-total{
  padding: 10px 15px;
  background-color: #fff9d4;
  border: none;
}
tr.sub-total .product-subtotal {
  font-size: 23px;
  letter-spacing: 1px;
  font-family: 'Intro-Light-Alt';
}
.check-out-section .order-pick-wrap {
  /* background-color: #f8f8f8; */
  padding: 10px 35px;
}

.check-out-section h3{
  font-family: 'Tantinotes';
  font-size:  43px;
  margin: 0 0 15px;
}
.check-out-section h5{
  font-family: 'Intro-Light-Alt';
  font-size:  18px;
  margin: 20px 0px;
}
.check-out-section .order-form li textarea {
  color: #606060;
  font-size: 14px;
  font-family: 'Intro-Light-Alt';
  background: #fff;
  height: 59px;
  width: 100%;
  padding: 0 15px;
  outline: none;
  border: 1px solid #606060;
  border-radius: 0px;
}
.contact-info-wrap .brd-title p{
  margin: 0 0 50px;
}
.contact-list{
  margin: 50px 0;
}

.contact-list li .rounded{
  margin-bottom: 20px;
  width: 300px;
  height: 300px;
  text-align: center;
  border-radius: 450px!important;
  background-color: #F1636F;
  display: inline-block;
  padding: 30px;

}
.contact-list li:first-child .rounded{
  background-color: #f3d31c;
}

.contact-list li:last-child .rounded{
  background-color: #9FC6BE;
}
.contact-list li .vertical{
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.contact-list li .vertical .contact-info{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.contact-list li .rounded i{
  display: block;
  margin: 0 0 35px;
  text-align: center;
}
.contact-list li .rounded i.fa.fa-address-card:before{
      color: #fff;
    margin-bottom: -50px;
    display: inline-block;
    font-size: 69px;
}
.contact-list li .rounded a{
  color: #fff;
  font-size: 22px;
  display: block;
}
.contact-list li .rounded span{
  font-size: 22px;
  color: #fff;
}
.contact-list li .rounded p{
  font-size: 22px;
  color: #fff;
}
.contact-list li:first-child .rounded p{
  color:  #000;
}
.contact-list li:last-child .rounded{
  color: #fff;
}
.contact-info-wrap{
  margin-bottom: 0px;
}
.contact-map-wrap{
  margin:0;
  padding: 0px;
}
.contact-map-wrap img{
  width: 100%;
}
.contact-map-wrap h2 {
  color: #606060;
  font-family: 'Tantinotes';
  position: relative;
  text-align: center;
  display: inline-block;
  font-size: 50px;
  margin: 0 0 20px;
}

.clients-thumb-slider li.item {
  padding-top: 23%;
}

@media (max-width:1599px) {
  .list-2.order-online .item figcaption h4 {
    font-size: 16px;
  }

  .contact-list li .rounded {
    width: 300px;
    height: 300px;
    padding: 24px;
  }
  .contact-list li .rounded span{
    font-size: 25px;
  }
  .contact-list li .rounded p,  .contact-list li .rounded a{
    font-size: 18px;

  }
}

@media (max-width:1199px) {
  .contact-list li .rounded {
    width: 200px;
    height: 200px;
    padding: 7px;
  }
  .contact-list li .rounded i {
    margin: 0 0 10px; 
  }
  .contact-list li .rounded i img {
    max-width: 60px;
  }
  .contact-list li .rounded p, .contact-list li .rounded a {
    font-size: 15px;
  }
}
@media (max-width:767px) {
  .contact-list li .rounded {
    width: 255px;
    height: 255px;
    padding: 7px;
  }
  .form-wrap h2 {
    color: #606060;
    font-size: 40px;
  }
.basket-wrap {
    right: -55px;
    top: 26px;
}
  .clients-thumb-slider.owl-carousel .owl-item img {
    display: block;
    width: 59%;
    margin: 0 auto;
  }
  .clients-thumb-slider li.item {
    padding-top: 0;
    text-align: center;
  }
  .mt-5, .my-5 {
    margin-top: 10px!important;
  }
  .clients-thumb-slider .p-3 {
    padding: 0!important;
  }
  .corporate h2 {
    color: #000;
    font-size: 25px;
    margin-bottom: 2%;
  }
  .corporate p {
    color: #000;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 8px;
  }
  .loyalty {
    padding: 0 6%;
  }
  .clients-thumb{
    text-align: center;
  }
  .testimonials.section{
    padding-top: 0px;
  }
  .testimonials-wrap-fig img {
   height: 88px;
 }
 .col-md-6.clients-thumb .p-3 {
  padding: 0!important;
}
.testimonials p {
  color: #606060;
  font-size: 15px;
  line-height: 19px;
}
.testimonials .owl-dots {
  bottom: -10px;
}
.testimonials p.name {
  color: #606060;
  font-size: 15px;
}
a.more{
     padding: 3px 28px;
   }
a.more:hover {
    padding: 3px 28px;
}
.main-form {
    margin: 0;
}
.main-form textarea {
    height: 90px;
}
.contact-list {
    margin:0;
}
}

.cake-content.order-view{
  background-color: #fff9d4;
  padding: 15px 30px;
}

.order-view table{
  width: 100%;  
}
.order-view table thead{
  width: 100%;  

  text-transform: uppercase;
}
.order-view table thead th{

  text-transform: uppercase;
  font-size: 15px;
  color: #606060;
  text-align: left;
  padding: 5px 0;
}
.order-view table td{
  width: 45%;
  text-align: left;
  padding:10px 0px 10px 0;
  vertical-align: middle;
  font-size: 15px;
  color: #606060;
  line-height: 19px;
}
.order-view table td span{
  color: #F1636F;
  font-size: 13px;
  margin: 5px 0;
}
.order-view table thead th:first-child, .order-view table td:first-child{
  width: 55%;
  padding:10px 10px 10px 0;
}
.order-view table thead, .order-view table tbody, .order-view table tfoot{
  border-bottom: 1px solid #cccccc;
}
.order-view table tbody tr{
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.cake-content.order-view  p {
  font-size: 15px;
  color: #f1636f;
  line-height: 19px;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: left;
}
.cake-content.order-view h2 {
  margin: 19px 0 20px;
}
.cake-content.order-view h5{
  margin: 5px 0px;
}
.order-total{
  border-top: 1px solid #ccc;
}
.order-view table tr.order-total td{
  padding: 15px 0;
}
.order-view table tr.order-total td strong{
  font-size: 23px;
}
.order-view ul.order-form {
  display: block;
  margin-top: 30px;
}

.order-view .order-form li {
  margin-bottom: 20px;
  text-align: left;

}
.order-view .order-form li label {
  margin-bottom: 0px;
}

.cake-content.order-view small {
  color: #060606;
  margin: 20px 0;
  font-size: 15px;
  text-align: left;
}
.cake-content.order-view .order-form li small {
  margin: 0 0;
  color: #ef4861;
  padding-left: 34px;
  font-size: 13px;
}
.wishlist-wrap .table-wrap tr:first-child{
  background-color: #fff9d4;
} 


.wishlist-wrap .table-wrap th {
 padding: 30px 15px;
 text-align: center;

 text-transform: uppercase;
 font-size: 15px;
 white-space: nowrap;
}
.wishlist-wrap .table-wrap td {
  text-align: center;
  white-space: nowrap;
}
.wishlist-wrap .table-wrap td.product-thumbnail img {
  max-width: 90px;
  height: auto;


}


.cake-content.summary-wrap.order-view button.more {
  float: left;
  margin: 30px 0;
}

.cake-slider.owl-carousel .item{
  overflow: hidden;
}

.cake-slider.owl-carousel .item img {
 height: 500px;
 width:100%; 
 object-fit: cover;
   /* -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);*/
}

.cake-slider.owl-carousel .item:hover img {
/*-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);*/
}



@media (max-width:767px) {

  .wishlist-wrap .table-wrap td {
   width: 100%;
   display: block;
 }
 .wishlist-wrap .table-wrap td.product-stock, .wishlist-wrap .table-wrap th{
  display: none;
}
.shopping-cart-wrap .cart-list{
overflow: auto;
}
.shopping-cart-wrap .cart-list .table-wrap td {
  width: 800px!important;
/*  display: block!important;*/
  text-align: center;
}
.qty-cart {
  padding: 10px 10px;
}
}

.empty-list{
  border: 1px solid #f3d31c;
  padding: 10% 0;

  text-align: center;
  font-size: 25px;
  color: #606060;

}

.login-wrap{
  border:1px solid #f8f8f8;
  background-color: #f8f8f8;
}


.inner-acco {
  overflow: hidden;
  display: none;
  padding: 20px 0 0;
}
.inner-acco.show {
  /*display: block;*/
}

.login-wrap ul li .toggle {
  width: 100%;
  display: block;
  background: transparent;
  color: #ffffff;
  padding: 10px 0 0;
  font-size: 25px;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}

.check-out-section .login-wrap {
  background: #F1636F;
  padding: 5px 35px 15px;
  margin-top: 50px;
}

.check-out-section .login-wrap .order-form li label {
  color: #ffffff;
}
.login-wrap ul .inner-acco p, .login-wrap ul .inner-acco a {
  color: #fff;
}
.login-wrap ul .inner-acco a {
  text-decoration: underline;
}
.order-form [type="checkbox"]{
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;

}

.main-close{
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 5;
  cursor: pointer;
}

.main-close:before {
  color: #ee4861;
}

header .social .number {
  color: #606060;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  margin-right: 5%;
  font-family: 'Intro-Light-Alt';
}
header .social .fa-whatsapp:before{
  color: #25D366;
  font: normal normal normal 29px/19px FontAwesome;
  margin-right: 0px;
  position: absolute;
  left: -32px;
}
header .social .number.fa-envelope-o {
    padding-left: 10px;
    margin-left: 13px;
}
  
header .social .fa-envelope-o:before{
content: "\f003";
    font: normal normal normal 23px/19px FontAwesome;
    color: #ef4b63;
    margin-right: 0px;
    position: absolute;
    left: -20px;
    font-size: 23px;
    top: -1px;
}


@media only screen and (max-width: 991px) {
header .social .number {
    font-size: 17px;    
}
header .social .fa-whatsapp:before {
    font: normal normal normal 22px/19px FontAwesome;
    left: -23px;
}
.header-top {
    margin-top: 10px;
}
header .social li {
    padding-left: 14px;
}
header .social a {
    font-size: 20px;
}
}
.selectboxit-container {
  color: #606060;
  font-size: 14px;
  font-family: 'Intro-Light-Alt';
  background: #fff;
  height: 46px;
  width: 100%;
  padding: 0px;
}
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active {
  color: #606060;
  background-color: transparent; 
}
.selectboxit-container .selectboxit-option-icon {
  border: none!important;
}
.selectboxit-container .selectboxit {
  height: 46px;
  background: transparent;
  border-radius: 0;
  border: 1px solid #606060;
}

.selectboxit-container .selectboxit span {
  height: 46px;
  line-height: 46px;
  /*padding-left: 5px;*/
  font-size: 14px;
  color: #606060;
  text-transform: capitalize;
  font-family: 'Intro-Light-Alt';

}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  top: 18px;
  border-top: none;
  border-right: none;
  border-left: none;

}
.selectboxit-default-arrow:after {
  content: '';
  background: url(../images/select-down.png) no-repeat  0 0;
  color: #606060;
  position: absolute;
  right: 5px;
  height: 15px;
  width: 20px;
  top: 0px;
  font-style: initial;
}

.selectboxit-options li {
  width: 100% !important;
  margin: 0px;
  float: left;
}


.selectboxit-container .selectboxit-options a {
  padding: 5px 10px;
  color: #606060;
  font-family: 'Intro-Light-Alt';
}

.selectboxit-list {
  background-color:#f8f8f8;
  border: 1px solid #efecec;
  border: 1px solid #efecec;
  color: #606060;
  font-family: 'Intro-Light-Alt';

}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #606060;
  background-color: #fff9d4;
  font-family: 'Intro-Light-Alt';
  background-image: none;

}
.selectboxit-option, .selectboxit-optgroup-header {
  height:32px;
  font-family: 'Intro-Light-Alt';

}
.selectboxit-container .selectboxit-options {
  max-height: 200px!important;
}


.my-account-wrap .summary-wrap h2 {
  margin: 10px 0 20px;
}

.my-account-wrap .summary-wrap  li{
  padding: 15px 0;
  border-bottom:1px solid #ee4861 ;
  text-align: left;
}
.my-account-wrap .summary-wrap  li:last-child{
  border:none;
}
.my-account-wrap .summary-wrap  li h5{
  color: #606060;
  text-transform: uppercase;
  font-size: 17px;
  text-align: left;
  line-height: 23px;
  letter-spacing: 0;
  font-family: 'Tantinotes';
}
.my-account-wrap .summary-wrap  li a{
  color: #606060;
  font-size: 15px;
  text-align: left;
  display: block;
  padding: 3px 0px;
  line-height: 18px;
  letter-spacing: 0;
  font-family: 'Tantinotes';
  position: relative;
  padding-left: 20px;
}
.my-account-wrap .summary-wrap  li a:before{
 background-color: #F1636F;
 width: 10px;
 height: 10px;
 position: absolute;
 left: 0px;
 top: 6px;
 border-radius: 10px;
 content: "";
}

.login-page{
  padding: 60px 0;
  background-color: #f9f1f2;
}

.login-page h2 {
  font-size: 43px;
  font-family: 'Tantinotes';
  padding: 0 0 15px;
  margin: 0 0 30px;
  border-bottom: 1px solid #F1636F;
}

.login-page button.more {
  color: #fff;   
  background: #F1636F;   
  border: #F1636F 1px solid;    
}
.login-page .order-form a{
  color: #F1636F;
  font-size: 14px;
  font-family: 'Tantinotes';
}


/*------responsive-tab-------*/
/* Tabs container */
.r-tabs {
  position: relative;

  background-color: #fff;

  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  border-radius: 4px;

}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  background-color: #ffffff;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: block;
  padding: 0;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;

}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #00c5ad;
  text-shadow: none;

  background-color: white;

  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
  background-color: white;

  border-bottom: 4px solid white;

  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;

}

/* Accordion anchor */

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 5px;
  text-align: left;
  background-color: #F1636F;
  color: #fff;
  text-decoration: none;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #F1636F;
  color: #F1636F;
  text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}


.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}

.r-tabs .r-tabs-tab {
 display: inline-flex;
 margin: 0;
 list-style: none;
 width: 210px;
 height: 205px;
}

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}


.r-tabs-nav li figure {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 150px;
  background-color: #f3f3f3;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.r-tabs-nav li figure i{
  width: 87px;
  height: 69px;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}


.r-tabs-nav li figcaption {
  color: #eb2e5a;
  text-transform: uppercase;
  font-size: 19px;
  text-align: center;
  line-height: 23px;
  margin: 19px 0 0;
  letter-spacing: 1px; 
  font-family: 'Tantinotes';
}


.r-tabs-nav li:hover figure, .r-tabs-nav li.r-tabs-state-active figure {
  background-color: #ffc600;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.r-tabs-nav li.r-tabs-state-default figure i img.off{
  display: inline-block;
}
.r-tabs-nav li.r-tabs-state-default figure i img.on{
  display: none;
}
.r-tabs-nav li.r-tabs-state-active  figure i img.off{
  display: none;
}
.r-tabs-nav li.r-tabs-state-active  figure i img.on{
  display: inline-block;
}

.r-tabs-accordion-title figure{
  display: inline-block;
  width: 53px;
  margin: 0;
  pointer-events: none;
}
.r-tabs-accordion-title figcaption{
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  line-height: 49px;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  font-family: 'Tantinotes';
}


.r-tabs-nav li a{
  position: relative;
}
.r-tabs-nav li a input[type=radio]{
  width: 150px;
  height: 150px;
  opacity: 1;
  background: #f3f3f3;
  position: absolute;
  left: 9px;
  top: 0;
  pointer-events: fill;
  z-index: 1;
}

.filter-wrap .selectboxit-container .selectboxit span{
  background: #f3f3f3;
  height: 47px;
  line-height: 48px;
}
.filter-wrap .selectboxit-container .selectboxit {
  height: 47px;
}
.filter-wrap .selectboxit-container {
  background: #f3f3f3;
  height: 47px;
}
.filter-wrap .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  top: 19px;
}


.spotlight.inner-spot{
    position: relative;
    height: 550px;
    overflow: hidden;
}

.spotlight.inner-spot figure {
   height: 100%;
}
.spotlight.inner-spot figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }
/* Accordion responsive breakpoint */
@media only screen and (max-width: 1530px) {
  .r-tabs-nav li figcaption {
    font-size: 14px;
    line-height: 18px;  
  }
  .r-tabs .r-tabs-tab {
    width: 175px;
  }

.spotlight.inner-spot {
    height: 400px;
}

}




@media only screen and (max-width: 1299px) {
  .r-tabs .r-tabs-tab {
    width: 125px;
    height: 175px;
  }
  .r-tabs-nav li figure { 
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
    border-bottom: 2px solid #fff;
  }
  .r-tabs-accordion-title figure img.off{
    display: none;
  }
}

/*------responsive-tab-------*/
.menu-slider{
  display: flex;
}
.menu-slider li {
  width: 210px;
}

.table-wrap .edit-btn{
  position: static;
  font-size: 23px;
  color: #539703!important;
  margin-right: 25px;
  cursor: pointer;
}
.table-wrap .add-btn{
  position: static;
  font-size: 25px;
  color: #539703!important;
  margin-right: 25px;
  cursor: pointer;
}
@media only screen and (max-width:1199px) {
  .table-wrap .edit-btn{
    margin-right: 3px;
  }
  .table-wrap .add-btn{
    margin-right: 3px;
  }
  .clients-thumb .col-sm-6.p-5 {   
    padding: 1rem!important;
  }
}
@media only screen and (max-width: 767px) {
  .table-wrap td.product-remove {
    text-align: center;
  }
  .sisters-wrap li figcaption {
    font-size: 20px;
  }
  .words-wrap .content-text {
    font-size: 21px;
    line-height: 32px;
  }
  .spotlight.inner-spot {
    height: 250px;
}
}
@media only screen and (max-width: 491px) {
  .sisters-wrap li figure {
    width: 150px;
    height: 150px;
  }
}


.card_wrap .settings-image{
  margin-top: -40px;
  display: none;
}

.card_wrap .settings-image h5{
  font-size: 13px;
}
.card_wrap .settings-image h5 .textarea_feedback{
  display: inline-block;
  margin-right: 6px;
  font-size: 15px;
}
.col-md-8.card_wrap .size-select.candle-check {
  display: block;
  margin: 0 0 16px;
}

#map a.loc{
  font-family: 'Tantinotes';
  color: #212529;
  font-size: 15px;
}
#map a.loc:before{
  content: "\f041";
  font-family: FontAwesome;
  color: #F1636F;
  font-size: 25px;
  margin-right: 7px;
}


section.collection-wrap .list-2 .custom-message-wrap.hme {
  display: block;
  position: relative;
  padding: 10px 0;
  margin: 0px;
  color: #fff;
  background-color:transparent;
}
section.collection-wrap .list-2 .custom-message-wrap.hme .styled-checkbox + label {
  margin-right: 6px;
}
section.collection-wrap .list-2 .custom-message-wrap.hme .styled-checkbox:checked + label:before {
  background: #fff;
}

section.collection-wrap .list-2 .custom-message-wrap.hme .styled-checkbox + label:before {
  content: "";
  margin-right: 0px;
  display: inline-block;
  vertical-align: text-top;
  width: 25px;
  height: 25px;
  background: white;
}
section.collection-wrap .list-2 .custom-message-wrap.hme .styled-checkbox:checked + label:after {
  top: 0px;
  background-image: url(../images/tick-icon-2.png);
}
section.collection-wrap .list-2 .custom-message-wrap.hme .custom-message-wrap .btn {
  background-color: #F1636F;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 1px 12px;
  border-radius: 10px;
}
section.collection-wrap .list-2 .custom-message-wrap.hme span {
  font-size: 13px;
  line-height: 14px;
  display: block;
  margin: 3px 0 2px;
}
section.collection-wrap .list-2 .custom-message-wrap.hme .btn.click-sample{
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 0;
    line-height: 15px;
    text-decoration: underline;
}
section.collection-wrap .list-2 .custom-message-wrap.hme .view-sample {
  position: absolute;
  display: none;
    bottom: 0;
    height: 100%;
    padding: 25px;
    z-index: 11;
    width: 100%;
    left: 0;
    margin-left: 0;
    background: rgba(0,0,0,0.3);
  opacity: 0;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
section.collection-wrap .list-2 .custom-message-wrap.hme.view{
  position: static;
}




section.collection-wrap .list-2 .custom-message-wrap.hme.view .view-sample {
 display: block;
 opacity: 1;
 pointer-events: fill;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
}


section.collection-wrap .list-2 .custom-message-wrap.hme .sample-close-btn {

  display: block;
}



.collection-wrap .tab-content#tab2 .list-2 .item .back-details h4 {
  margin-top: 14px;
  margin-bottom: 1px;
}

section.collection-wrap .tab-content#tab2 .list-2 .quantity-wrap {
  padding: 0px 0;
}

.cell-num {
  display: flex;
}
input.cell-code.form-control {
  width: 69px;
  margin-right: 10px;
}


.message-info-wrap{
  min-height: 500px;
  padding: 100px 0;
}
.message-info-wrap .msg-bx{
  background-image: url(../images/success-msg-ico.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 150px;
}

.message-info-wrap .msg-bx h4{
  color: #212529;
  font-size: 21px;
  line-height: 25px;
  font-family: 'Intro-Light-Alt';
  border-bottom: 2px solid #b7b8ba;
  padding-bottom: 9px;
}

.testi-wrap .item{
  display: block;
  height: 100%;
  position: relative;
}

.testi-wrap .item .inner {
  display: flex;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 30px;
  min-height: 220px;

}
.testi-wrap .item .inner figcaption {
  text-align: left;
  padding-left: 15px;
}
.testi-wrap .item .inner figure {
  margin: 0;
}
.testi-wrap .item .inner h3{
  font-size: 21px;
}
.testi-wrap .item .inner h4{
  font-size: 16px;
  color: #f05c72;
  line-height: 15px;
  position: relative;
  padding-left: 15px;
}
.testi-wrap .item .inner p {
  line-height: 26px;
  margin: 0px;
}


.testi-wrap .item .inner h4:before{
  content: "\f276";
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-family: FontAwesome;
}


@media only screen and (max-width: 767px) {
  section.image-listing.product-wrap.testimonials{
    padding-top: 0;
  }
  section.image-listing.product-wrap.testimonials .testimonials-title h2 {
    font-size: 33px;
  }
}
section{
  padding-right: 100px!important;
  padding-left: 100px!important;
}


.party-supply-popup{
  padding: 0 10px 30px;
}
.party-supply-popup .col-md-8 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.party-supply-popup .col-md-8.mt-5 {
  margin-top: 2rem!important;
}
.party-supply-popup ul.btn-wrap {
 display: block;
}
.party-supply-popup ul.btn-wrap li {
  margin: 0 10px;
  display: inline-block;
}
.party-supply-popup ul.btn-wrap li a.more{
  padding: 8px 10px;
}

.party-supply-popup ul.btn-wrap li a.more:hover {
  padding: 8px 12px;
}


/*25-06-2020*/
.client-detail-wrap .title-wrap h2{
  font-family: 'Intro-Light-Alt';
  font-size: 26px;
}
.inner-client-slider{
  margin: 0 0 35px;
}
.inner-client-slider figure{
  background-color: #fff;
  width: 100%;
  text-align: center;
  height: 150px;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
}
.inner-client-slider figure img {
  width: 100%;
  height: 145px;
  object-fit: contain;
}
.inner-client-slider li.item {
  padding: 10px 0;
}

.client-tiles figure {
  background-color: #fff;
  width: 100%;
  text-align: center;
  position: relative;
  height: 260px;
  margin: 0px;
  text-align: center;
  padding: 10px 35px 75px 35px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
}
.client-tiles .col-sm-3{
  margin-bottom: 30px;
}
.client-tiles figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.client-tiles figcaption{
  position: absolute;
  padding: 7px 15px;
  bottom: 0px;
  border-top: 2px solid rgb(241,99,111);
  left: 0px;
  width: 100%;
  text-align: center;
  color: #606060;
  font-size: 18px;
}
.client-tiles a{
  color: #606060;  
}
/*25-06-2020*/


.wrap-point-rew {
  width: 660px;
  text-align: center;
  position: relative;
  padding: 20px;
  z-index: 2;
  margin: 0 0 25px;
  background-color: #efefef;
  border: 1px solid #efefef;
  display: -webkit-inline-box
}
.wrap-point-rew form{
  display: -webkit-inline-box;
}

.wrap-point-rew button.btn {
  background-color: #f14d5a;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.wrap-point-rew button.btn:hover {
 padding: 5px 20px;
 background-color: #606060;
 color: #fff;
 border: #32cfdc 1px solid;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
}
.wrap-point-rew input{
  width: 60%;
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin: 2px 10px;
}

.wrap-point-rew label{
  margin: 0;
}
.wrap-point-rew .error {
  border: none!important;
  position: absolute;
  /* left: 25px; */
  bottom: 0px;
  color: red;
  font-size: 12px;
}

.point-popup{
      position: absolute;
    width: 350px;
    background: #ffffff;
    text-align: center;
    padding: 20px 20px;
    left: 50%;
    border: 1px solid #efefef;
    font-weight: bold;
    font-size: 19px;
    top: -33px;
    margin-left: -183px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.10);
}
.point-popup h3{
    color: green;
    text-align: center;
    font-size: 19px;
    width: 100%;
    margin: 0 0 15px;
    font-weight: bold;
}
.point-popup button.btn.close-pop{
    display: inline-block;
    margin: 10px auto;
    background-color: #f14d5a;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 16px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.list-products.testi-wrap figure img{
  width: 100%;
}

.client-pro-pop{
  max-width: 1000px;
}
.client-pro-pop .close{
  width: 50px;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
.client-pro-pop .col-sm-5{
  overflow: hidden;
}
.pop-gallery{
  width: 100%;
  height:auto;
  overflow: hidden;
}

.modal-backdrop {
    background-color: rgba(0,0,0,0.2);
}
.nmpd-wrapper .table td, .table th {
    padding: 4px;

}
.nmpd-wrapper .modal-content button {
    font-size: 15px;
    }


@media only screen and (max-width: 1299px) {
  section {
    padding-right: 15px!important;
    padding-left: 15px!important;
  }
}

@media only screen and (max-width:991px) {
  .wrap-point-rew {
    width: 100%;
    padding: 15px;
    margin: 0 0 15px;
  }
  .section.reward-wrap .col-md-8.text-center{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section {
    padding-right: 0px!important;
    padding-left: 0px!important;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-point-rew {
    width: 100%;
    padding: 15px 15px 25px;
    margin: 0 0 15px;
    display: block;
  }
  .wrap-point-rew label {
    margin: 0 0 10px;
  }
  .wrap-point-rew .error {
    left: 0;
    bottom: 2px;
    text-align: center;
    width: 100%;
  }
  .brd-title h2 {
    margin: 0 0 0px;
  }
  .point-popup {
     top: 3px;
    margin-left: -176px;
}

.left-nav .main-nav li > a {
 position: relative;
}
.left-nav .main-nav li > a:before {
    content: "\f0ab";
    position: absolute;
    font-size: 19px;
    right: 17px;
    color: #F1636F;
    top: 10px;
    font-family: FontAwesome;
     -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
}
.left-nav .main-nav li.select > a:before {
   transform: rotate(-180deg);
    -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
}
.left-nav .main-nav li .subnav li a:before{
  display: none;
}

.summary-wrap h2, .cake-content h2, .order-online-wrap h2 {
    font-size: 42px;
}
.cake-content {
    padding: 10px;
}
.header-top {
    margin-top: 23px;
}

.list-2.order-online#prolists{
   padding: 0 8px;
}
   
.list-2.order-online#prolists .item {
    margin-bottom: 10px;
    width: 50%;
    padding: 0 5px;
}
.list-2.order-online#prolists .item figure {
    /* height: 180px; */
}
.list-2.order-online#prolists .item figure img {
   /* height: 180px; */
}
.list-2.order-online#prolists .item figcaption .rate-view {
    margin: 0;
}

.list-2.order-online#prolists .item .quantity-wrap {
    padding: 0;
}
.list-2.order-online#prolists .item figcaption .order-now {
      padding: 5px 5px 20px;
}
.list-2.order-online .item figcaption h4 {
    font-size: 14px;
}
.list-2.order-online .item figcaption .order-now a{
    font-size: 14px;
    padding: 6px 10px;
    display: block;
    line-height: 18px;
    white-space: unset;
        border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
}

@media only screen and (max-width: 575px) {
  .client-pro-pop .col-sm-5, .client-pro-pop .col-sm-5 {
    padding: 0px!important;
  }
  .client-pro-pop h3{
    margin: 15px 0 6px;
  }

}


.news-inner-wrap .news-cover h2{
  font-size: 22px;
}
.news-inner-wrap h5{
  font-size: 14px;
}
.date-view{
  position:relative;
}
.date-view:before{
  content: "\f133";
  font:normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #ee4861;    
  margin-right: 7px;
}
.news-inner-wrap a.more {
  font-size: 12px;
  padding: 7px 20px;   
}
.news-inner-wrap a.more:hover {
  background-color: #32cfdc;
  color: #fff;
  padding: 7px 20px; 
  border: #32cfdc 1px solid;
}

ul.pagination {
  display: block;
  text-align: center;
  margin: 25px 0;
}
ul.pagination li{
  display: inline-block;
  margin: 0 3px;
}
ul.pagination li a {
  padding: 5px 10px;
  background-color: #ee4860;
  color: #fff;
  font-size: 15px;
  display: block;
}

ul.pagination li.right a, ul.pagination li.left a {
  width: 28px;
  text-align: center;
  height: 32px;
  position: relative;
  text-indent: -9999px;
  display: block;
}

ul.pagination li.right a:after {
  content: "\f0a9";
  font: normal normal normal 19px/1 FontAwesome;
  position: absolute;
  text-indent: 0px;
  right: 6px;
  color: #fff;
  top: 7px;
}
ul.pagination li.left a:after{
  content: "\f0a9";
  font: normal normal normal 19px/1 FontAwesome;
  position: absolute;
  text-indent: 0px;
  left: 6px;
  color: #fff;
  top: 7px;
  transform: rotate(-180deg);
}

ul.pagination li.active a {
  background-color: #f2d31c;
  color: #000;}


a.whish-click.fa.fa-heart-o {
    position: absolute;
    z-index: 5;
    right: 28px;
    top: 10px;
    font-size: 25px;
    color: #ee4861;
}

.list-2.order-online .similar-slider .item figure img {
    width: auto;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}

.zoom {
      display:inline-block;
      position: relative;
      width: 100%;
      height: 500px;
      margin: 0 auto;
    }
    .zoom img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    /* magnifying glass icon */
    .zoom:after {
      content:'';
      display:block; 
      width:33px; 
      height:33px; 
      position:absolute; 
      top:0;
      right:0;
      background:url(../images/icon.png);
    }

    .zoom img {
      display: block;
    }

    .zoom img::selection { background-color: transparent; }


.scrolled-wrap{
     margin-left: 0;
    float: left;
    max-height: 300px;
    width: 100%;
    background: #ffffff;
    overflow-y: scroll;
    margin-bottom: 12px;
}

.force-overflow{
    min-height: 90px;
    padding-right: 15px;
}

#scrol-3::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#scrol-3::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

#scrol-3::-webkit-scrollbar-thumb
{
  background-color: #ee4861;
}
.ui-widget.ui-widget-content{
    z-index: 1090!important;
}

.pdf-down{
position: fixed;
    width: 55px;
    height: 46px;
    background-color: #ee4860;
    border-radius: 50px 0 0 50px;
    bottom: 40px;
    right: 0;
    text-align: center;
    line-height: 44px;
    z-index: 50;
    font-size: 17px;
    color: transparent;
    white-space: nowrap;
    font-family: 'Intro-Light-Alt';
    padding: 0 15px 0 40px;
      -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.pdf-down:before{
    color: #fff;
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    font-size: 22px;
    top: 0;
}
.pdf-down:hover{
  background-color:#ee4860;
  color: #ffffff;
  width: 200px;
  padding: 0 15px 0 47px;
    -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}


@media only screen and (max-width:1299px) {

.pdf-down{
    top: 60px;
    right: 0px;
}
}











/*fancybox---starts*/

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6)!important;
    border: 0!important;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
        padding: 8px;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 50px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 50px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 4px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 4px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
        font-size: 20px;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/*fancybox---starts*/


.modal-body{
  min-height: 250px;
}
.modal-body .load-txt{
      font-family: 'Intro-Light-Alt';
    font-size: 28px;
    font-weight: bold;
    padding: 100px 0;
    margin: 0;
    text-align: center;
    width: 100%;
}
small.trade{
    width: 100%;
    text-align: center;
    display: block;
    padding: 25px 15px;
    background-color: #f3f2f2;
    margin: 0 0 35px;
    color: #000;
    font-size: 15px;
    border: 1px solid #e4e3e3;
}

body .modal-backdrop.show {
    opacity: 0;
    display: none;
}

body.modal-open .modal-backdrop.show {
    opacity: .5;
    display: block;
}



p.cstprice {
font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    border: 1px solid #f1f1f1;
    text-transform: initial;
    padding: 4px 0px;
    margin-right: 5px;
    color: #000;
    font-weight: bold;
}


.delMsg.fa.fa-times-circle{
     color: red;
    right: 13px;
    font-size: 18px;
    top: 30px;
} 



/*29-10-2020*/
ul.media-list-wrap li .card-body {
    background-color: #ee4860;
    color: #fff;
}

ul.socail-bloge {
  display: block;
  padding: 0 0 5px;
}
ul.socail-bloge li{
  display: inline-block;
  margin-right: 15px;
}

ul.socail-bloge li a{
 color: #F1636F;
 font-size: 25px;
}
.media-bloge-wrap a{
   color: #F1636F;
}
.media-bloge-wrap .prof-pic{
  width: 160px;
}

.col-md-6.pr-4.text-right{
  position: relative;
  text-align: left!important;
}

.col-md-6.pr-4.text-right:after{
position: absolute;
background-color: #F1636F;
width: 1px;
height: 100%;
right: 0px;
top: 0px;
content: "";
}
.media-bloge-wrap p a{
   color: #F1636F;

}
.media-bloge-wrap .prof-pic {
    width: 160px;
    padding: 10px;
    border: 1px solid #ef4961;
    background-color: #ee4860;
    color: #fff;
    margin: 0 0 25px;
}
.media-bloge-wrap .prof-pic .figcaption {
    color: #fff;
    font-size: 14px;
}
.media-bloge-wrap .prof-pic .figcaption p {
     color: #fff;
    font-size: 18px;
    margin: 10px 0 2px;
    line-height: 15px;
}
.media-bloge-wrap .col-md-6.pl-4 h3, .media-bloge-wrap .col-md-6.pl-4 h4{
  text-align: left;
}   
@media only screen and (max-width: 767px) {
.media-bloge-wrap .text-right{
text-align: left!important;
}
.media-bloge-wrap .col-md-6.pr-4.text-right:after {
display: none;
}
.media-bloge-wrap .col-md-6.pr-4 {
      padding-right: 15px!important;
}
.media-bloge-wrap .col-md-6.pl-4 {
      padding-left: 15px!important;
}
}

/*29-10-2020*/