* {
  margin: 0;
  padding: 0;
}

:root {
  --purple: #7f385e;
}

.fancy_text {
  font-family: "Tangerine", cursive !important;
}

body {
  font-family: "Roboto", serif !important;
  font-size: 18px;
}

.cake-img {
  height: 160px;
  object-fit: contain;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #7f385e;
}

a:hover {
  color: var(--purple);
}

header img.logo {
  max-height: 80px;
  object-fit: contain;
  display: block;
  margin: 12px auto;
}

header:before {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  background: url("https://doababakery.com/beta/public/frontend/images/banner-bg-top.png")
    repeat-x;
  height: 9px;
  content: "";
  z-index: 11;
}

.text-purple {
  color: var(--purple);
}

.bg-purple {
  background: var(--purple);
}

.text-black {
  color: #000;
}

header i {
  font-size: 36px;
}

.cnt_box {
  margin-left: 12px;
}

.cnt_box p a {
  font-size: 21px;
  font-weight: 800;
  color: var(--purple);
}

.cart span {
  --size: 20px;
  top: -8px;
  right: -5px;
  width: var(--size);
  height: var(--size);
  background: red;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
  /*    color: rgb(0 0 0);*/
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--purple);
  background: #fff;
}
.navbar .navbar-brand {
  width: 75% !important;
}
.navbar-light .navbar-toggler-icon {
  filter: invert(1) !important;
}
.navbar-light .navbar-toggler {
  border: 1px solid #fff !important;
}

.navbar-nav {
  justify-content: space-between;
}

.sec_padding {
  padding: 80px 0 0;
}

.pb-80 {
  padding-bottom: 80px;
}

.mb-60 {
  margin-bottom: 60px;
}

.sec_title .fancy_text {
  font-size: 92px;
  margin-bottom: 60px;
}

.sec_main_title {
  font-size: 45px;
  font-weight: 600;
  text-align: center;
}

.review .carousel-inner {
  background: #fff;
  padding: 50px 40px 80px;
  border-radius: 30px;
  box-shadow: 0px 10px 35px -5px #00000012;
}

.review .reviewer {
  margin-bottom: 30px;
}

.review .reviewer h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 5px;
}

.review .reviewer p {
  color: #ff7ca9;
}

.review p.r_text {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  width: 90%;
  margin: 12px auto 20px;
}

.review .r_text_box {
  padding-left: 14%;
  text-align: left;
}

.review .r_text_box img {
  left: 0;
  top: -85%;
  opacity: 0.5;
  width: 14%;
}

.review .carousel-indicators {
  margin-bottom: 40px;
}

.review .carousel-indicators [data-bs-target] {
  background-color: #d3d3d3;
}

.review .carousel-indicators .active {
  background-color: var(--purple);
  opacity: 1;
}

/*Intro*/
.sec_desc {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.s-category button {
  display: block;
  margin: auto;
  border-radius: 30px;
  padding: 5px 22px;
  border: 1px solid black;
}

.card-wrapper {
  width: 100%;
  height: 400px;
  margin: auto;
  background: gray;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.card-wrapper.m-set {
  margin-top: 30px;
}

.card-wrapper.d-set {
  height: 330px;
}

.card-wrapper .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.card-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card-wrapper .c-content {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
  text-align: center;
  padding: 30px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, #0000 100%);
}

.card-wrapper .c-content * {
  transition: all 0.3s linear;
}

.card-wrapper .c-content h4 {
  color: white;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: -1em;
}

.card-wrapper .c-content a {
  margin-bottom: -1em;
  margin-top: 15px;
  opacity: 0;
}

.card-wrapper:hover .c-content {
  background-image: linear-gradient(
    to top,
    rgba(127, 56, 94, 0.8) 0%,
    #0000 100%
  );
}

.card-wrapper:hover .c-content h4,
.card-wrapper:hover .c-content a {
  margin-bottom: 0;
  opacity: 1;
}

/* =========================================
         css for the categorie
============================================ */

.categories {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.category-wrapper {
  position: relative;
}

.single-category {
  width: 90%;
  margin: auto;
  cursor: pointer;
}

.single-category:hover img {
  transform: scale(1.08);
}

.single-category:hover .image-wrapper {
  border: 5px solid var(--purple);
}

.single-category .image-wrapper {
  height: 230px;
  width: 100%;
  position: relative;
  border-radius: 90px;
  background: white;
  overflow: hidden;
  border: 3px solid #fff;
  transition: all 0.3s linear;
}

.single-category img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s linear;
  transform: scale(1);
}

.single-category p {
  text-align: center;
  margin-top: 10px;
  font-weight: 5000;
  font-size: 20px;
}

.single-category:hover p {
  color: var(--purple);
}

/*Products*/
.products {
  background: #fff3fd8f;
}

.all_product_slider {
  padding: 0 20px;
  overflow: hidden;
}

.prd_box .prd_img {
  height: 235px;
  border-radius: 12px;
  box-shadow: 0px 8px 12px -5px #0000003d;
  overflow: hidden;
  margin-bottom: 15px;
  width: 230px;
}

.prd_box .prd_img img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  transition: all 0.3s linear;
}

.prd_box:hover .prd_img img {
  scale: 1.08;
}

.prd_box .ratings {
  color: #ffce00;
  margin-bottom: 10px;
  display: block;
}

.prd_box .prd_name {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.prd_box .add_cart .price {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.prd_box .add_cart .price s {
  color: #a5a5a5;
  font-size: 14px;
}

.prd_box .add_cart_btn,
.theme_btn {
  background: var(--purple);
  color: #fff;
  transition: all 0.3s linear;
  border-radius: 50px;
}

.prd_box .add_cart_btn:hover,
.theme_btn:hover {
  background: #000;
  color: #fff;
}

.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #a9a9a9 !important;
  border: 1px solid #e8e6e6 !important;
  background: #fff !important;
}

.owl-theme .owl-nav [class*="owl-"] i {
  font-size: 38px;
  color: var(--purple);
}

.owl-theme .owl-nav [class*="owl-"]:hover i {
  color: #fff;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff !important;
  border: 1px solid #e8e6e6 !important;
  background: var(--purple) !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
  font-size: 22px;
  line-height: 78px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -20px;
  font-size: 22px;
  line-height: 78px;
}

.banner-left-icon {
  position: relative;
  background: #fafcff;
  padding: 30px 20px;
  border-radius: 10px;
}

.banner-left-icon .banner-icon {
  max-width: 55px;
  margin-right: 20px;
  transition-duration: 0.3s;
}

.banner-left-icon .banner-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.banner-left-icon .banner-text h3 {
  color: #7f385e;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.banner-left-icon .banner-text p {
  margin-bottom: 0;
  color: #adadad;
  font-size: 16px;
}

/* ===================================
css for the why-choose-us section 
========================================= */
.why-us {
  padding-bottom: 100px;
}

.why-us .container {
  position: relative;
}

.why-us .row {
  position: relative;
  z-index: 99;
}

.why-us .reason {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.why-us .reason p {
  text-align: center;
}

.why-us .reason p.t-bold {
  font-weight: bold;
}

.why-us .m-image {
  position: absolute;
  width: 50%;
  bottom: -120px;
  left: 50%;
  transform: translate(-50%, 0%);
}

/* 


/* ------------------------
    Footer
------------------------*/
footer {
  background: #7f385e;
  padding: 80px 0px 10px;
  color: #ffffffdb;
  position: relative;
}

footer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("https://doababakery.com/beta/public/frontend/images/banner-bg-top-white.png")
    repeat-x;
  height: 9px;
  content: "";
  z-index: 11;
}

footer * {
  transition: all 0.3s linear;
}

footer h4 {
  color: #fff;
  font-weight: 600;
}

footer p,
footer li a,
footer a {
  color: #ffffffdb;
}

footer b {
  color: #fff;
  font-weight: 600;
}

.copyright {
  color: #ffffffdb;
  padding: 30px 0px 15px;
  border-top: 1px solid #ffffff8f;
  margin-top: 30px;
}

.copyright-link ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
}

.copyright-link ul li {
  padding: 0px 10px;
}

.footer-logo {
  background: #fff;
  display: inline-block;
  border-radius: 6px;
  padding: 8px 20px;
}

.list-inline li {
  display: inline-block;
}

.media-icon li {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.media-icon li a:hover {
  color: #fff;
  text-decoration: underline !important;
}

.footer-list i {
  margin-right: 8px;
}

.footer-list li {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.footer-list li:last-child {
  margin-bottom: 0;
}

.footer-list li a {
  color: #ffffffdb;
  position: relative;
}

.footer-list li a:hover {
  color: #fff;
  padding-left: 8px;
}

.copyright-link ul li a:hover {
  color: #fff;
}

.social-icons.footer-social li a {
  background: none;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  margin-right: 12px;
}

.social-icons.footer-social li a:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.main_card {
  background-color: #e2cfe389;
  padding: 30px;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.main_card h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.main_card p {
  margin-top: 20px;
}

.main_card .main_card_image {
  height: 300px;
}

.main_card .main_card_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.main_card .add_cart_btn {
  padding: 8px 30px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.btn:focus {
  box-shadow: none;
}

.tabs_wrapper .nav.nav-pills {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow-y: auto;
  overscroll-behavior-x: contain;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.tabs_wrapper .nav.nav-pills::-webkit-scrollbar {
  width: 2px;
  height: 3px;
}

.tabs_wrapper .nav.nav-pills:hover ul::-webkit-scrollbar {
  width: 2px;
  height: 3px;
}

.tabs_wrapper .nav.nav-pills::-webkit-scrollbar-track {
  background: inherit;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.tabs_wrapper .nav.nav-pills::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.tabs_wrapper .nav.nav-pills::-webkit-scrollbar-corner {
  background: inherit;
}

.tabs_wrapper .nav-link {
  color: #000;
  border: 1px solid #7f385e;
  font-size: 15px;
  margin: 0 5px 5px 5px;
  padding: 5px 20px;
  white-space: nowrap;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.tabs_wrapper .nav-pills .nav-link.active,
.tabs_wrapper .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #7f385e !important;
  /*border-bottom: 3px solid #7f385e;
    */
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.icon-boxes.classic h3.name {
  /*color: #7f385e;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #7f385e;
    display: table;
    margin: auto;
    text-align: center;
    line-height: 30px;
    */
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  display: table;
  margin: auto;
  text-align: center;
  bottom: -40px;
  background: #7f385e;
  line-height: 30px;
  padding: 2px 15px;
  left: 0;
  right: 0;
  width: 100%;
  border: 2px solid #fff;
  margin: auto;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

/* .icon-boxes.classic .img-holder {
    padding-top: 12px;
} */

.icon-boxes.classic .img-holder img {
  padding: 0 12px;
  height: 120px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 15px;
}

.icons_boxes label {
  padding: 10px 14px;
  width: 100%;
  border-radius: 15px;
  min-height: 130px;
  background-color: #e2cfe389;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, .2); */
  position: relative;
}

.icons_boxes.icon_card {
  margin-bottom: 40px;
}

.icons_boxes.icon_card label {
  padding: 0;
  width: 100%;
  border-radius: 15px;
  min-height: 130px;
  background-color: transparent;
  position: relative;
}

.icons_boxes.icon_card .img-holder img {
  padding: 0 0px;
  height: 200px;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
  margin-bottom: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.icons_boxes.icon_card h3.name {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  display: table;
  margin: auto;
  text-align: center;
  /* bottom: 0px; */
}

.icons_boxes.icon_card label {
  height: 200px;
}

#pills-Add-Ons .icons_boxes label {
  min-height: 250px !important;
}

.icons_boxes input[type="radio"],
.icons_boxes input[type="checkbox"] {
  position: absolute;
  top: 20px;
  opacity: 0;
}

.icons_boxes input[type="radio"]:checked + label,
.icons_boxes input[type="checkbox"]:checked + label {
  border: 1px solid #7f385e;
}

.icons_boxes input[type="radio"]:checked + label::before,
.icons_boxes input[type="checkbox"]:checked + label::before {
  content: "";
  height: 30px;
  width: 30px;
  background: #7f385e;
  border: 2px solid #fff;
  border-radius: 20px;
  font-family: "Font Awesome 5 pro";
  font-weight: 600;
  position: absolute;
  top: -10px;
  right: -15px;
}

.icons_boxes input[type="radio"]:checked + label::after,
.icons_boxes input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: "Font Awesome 5 pro";
  font-weight: 500;
  position: absolute;
  top: -6px;
  font-size: 16px;
  color: #fff;
  right: -8px;
}

/* .icons_boxes input[type=radio]:checked+label h3 {
    color: #fff !important;
    font-weight: 600;
    font-size: 16px !important;
    border-bottom: 2px solid #fff;
} */

.cake_Title {
  background: #e2cfe389;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  text-align: left;
}

.cake_Title img {
  width: 30px;
  margin-right: 10px;
}

.file_wrapper {
  border: 1px solid #e1e1e1;
  padding: 5px;
}

.detail-addtocart {
  display: flex;
  align-items: center;
  justify-content: normal;
  margin-top: 50px;
  margin-bottom: 16px;
}

.detail-addtocart .input-group .button-minus,
.detail-addtocart .input-group .button-plus {
  font-weight: bold;
  height: 35px;
  padding: 0;
  font-size: 16px;
  width: 35px;
  border-radius: 30px;
  position: relative;
  border: 1px solid #c6c6c6;
  background-color: #7f385e;
  color: white;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.detail-addtocart .input-group .quantity-field {
  position: relative;
  height: 35px;
  text-align: center;
  width: 44px;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 5px;
  resize: vertical;
  border: 1px solid #c6c6c6;
}

.detail-addtocart .number label + .input-group {
  width: auto;
  display: inline-flex !important;
  margin-left: 5px;
}

.add_to_cart {
  background: #7f385e;
  color: #fff;
  border-radius: 5px;
  padding: 5px 22px;
  transition: all 0.2s linear;
  font-size: 16px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.add_to_cart i {
  font-size: 18px;
  transform: translateY(2px);
}

.add_to_cart:hover {
  background: #000;
  color: #fff;
}

.add_notes {
  background: #7f385e;
  color: #fff;
  width: 150px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  padding: 7px 22px;
  transition: all 0.2s linear;
  font-size: 16px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.discription_sec h3 {
  font-size: 22px;
  margin-top: 20px;
}

.discription_sec ol {
  padding-left: 30px;
}

.discription_sec ol li {
  font-size: 16px;
  color: #303030;
  margin: 8px 0;
}

textarea {
  width: 100%;
  border: 1px solid #e1e1e1;
  outline: none;
  padding: 20px;
}

.discription_sec label {
  color: #303030;
  font-size: 15px;
  margin-top: 15px;
}

.Summary_sec .icons_boxes label {
  min-height: 190px;
}

.order-summary {
  background-color: #f2f2f2;
  padding: 20px 20px;
  border-radius: 10px;
  position: sticky;
  top: 80px;
}

.order-summary h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.order-summary p {
  font-size: 15px;
  line-height: 1.3;
}

.order-summary h5 span {
  color: #ffac0d;
}

.gst {
  padding-top: 15px;
  border-bottom: 1px dashed #e1e1e1;
}

.total {
  padding-top: 15px;
  border-bottom: 1px dashed #e1e1e1;
  background-color: #000;
}

.total p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.order-summary p {
  margin-bottom: 10px;
}

.book-btn {
  background: #7f385e;
  padding: 12px 30px;
  text-align: center;
  border-radius: 50px;
  margin-top: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  display: block;
  width: 100%;
  text-decoration: none;
}

.book-btn:hover {
  color: #fff;
}

.table {
  background-color: #fff;
  padding: 5px;
}

.table td,
.table th {
  font-size: 14px;
}

.table > thead > tr > th {
  padding: 12px 8px;
}

@media screen and (min-width: 1920px) {
  section,
  .container-fluid,
  section.banner.width-100 {
    width: 1900px;
    margin-left: auto;
    margin-right: auto;
  }

  .fw-100 {
    width: 100% !important;
  }

  .all_product_slider {
    overflow: visible;
  }

  .single-category .image-wrapper {
    height: 250px;
    border-radius: 50px;
    border: 1px solid #7f385e;
  }
}

@media screen and (max-width: 768px) {
  header img.logo.header {
    display: none;
  }

  .pb-80 {
    padding-bottom: 30px;
  }

  .review .carousel-inner {
    background: #fff;
    padding: 50px 0px 40px 0px;
    border-radius: 30px;
    box-shadow: 0px 10px 35px -5px #00000012;
  }

  .review p.r_text {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    width: 100%;
    margin: 0px 0 0px -24px;
  }

  .why-us .reason p {
    font-size: 16px;
  }
}

.bx-hide:before {
  content: "\eb0e";
  position: absolute;
  top: 20px;
  right: 15px;
}

.bx-show {
  content: "\eb0e";
  position: absolute;
  top: 20px;
  right: 15px;
}

.btn-customlogin {
  width: 100%;
  background: #7f385e;
  color: white;
  border-radius: 50px;
  height: 60px;
  border: #7f385e;
}

.sign-up {
  background: rgb(221, 206, 206);
  cursor: pointer;
  border-radius: 50px;
  color: black;
  width: 100%;
}

.avatar_box {
  padding: 15px;
  align-items: center;
}

.avatar_box img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  margin-right: 12px;
}

.avatar_box .avatar_details {
  width: calc(100% - 84px);
}

.avatar_box h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--green);
}

.avatar_box p {
  font-size: 13px;
  margin-bottom: 0;
}

.account_details .add_box {
  border-left: 1px solid #efefef;
  background: #f8f9fa;
  height: 100%;
  width: 100%;
  display: block;
  padding: 25px;
}

.breadcrumb-item.active {
  color: var(--green);
}

.list-group-item.active {
  background-color: #7f385e;
  border-color: #7f385e;
}

.list-group-item.active a {
  color: #fff;
}

.sidebar {
  width: 300px;
  background: #fff;
}

.sidebar ul.list-group {
  position: sticky;
  top: 40px;
}

.account_details .add_box {
  border-left: 1px solid #efefef;
  background: #f8f9fa;
  height: 100%;
  width: 100%;
  display: block;
  padding: 25px;
}

.list-group-item.active {
  background-color: #7f385e;
  border-color: #7f385e;
}

.brd_heading {
  font-size: 22px;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}

.account_details .add_box {
  border-left: 1px solid #efefef;
  background: #f8f9fa;
  height: 100%;
  width: 1043px;
  display: block;
  padding: 25px;
}

img.img-fluid.circle {
  border-radius: 50px;
}

@media screen and (min-width: 1400px) {
  .container {
    width: 96%;
    max-width: 1920px;
  }
}

.side_links li.v_cart:hover .cart_card {
  opacity: 1;
  visibility: visible;
}

.cart_card ul {
  margin-left: 0;
  max-width: 100%;
  flex-direction: column;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 15px;
}

.cart_card ul::-webkit-scrollbar {
  width: 5px;
}

.cart_card ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.cart_card ul::-webkit-scrollbar-thumb {
  background: #333;
}

.cart_card ul::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.cart_card ul li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  padding-bottom: 5px;
}

.cart_card img {
  width: 78px;
}

.cart_card li a {
  color: #000;
  gap: 15px;
}

.pct-desc {
  min-width: 215px;
  font-size: 16px;
}

.pct-desc p {
  line-height: 1.35;
  margin-bottom: 5px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pct-desc span {
  color: var(--green);
  font-weight: 600;
  font-size: 17px;
}

.btn.remove {
  padding: 0;
  rotate: 90deg;
  font-size: 24px;
  color: red;
}

.cart_card a.view-all {
  padding: 10px 18px;
  font-size: 14px;
}

.cart_card a.view-all.purple {
  background: #7f385e;
  color: #fff;
}

.cart_card a.view-all.purple:hover {
  background: #000;
  color: #fff;
}

p.sub-total {
  font-size: 18px;
  font-weight: 700;
  padding: 0 10px;
  margin-top: 12px;
}

.menubar {
  border-bottom: 1px solid #e8e6e6;
}

.menubar ul.navbar-nav {
  width: 100%;
  justify-content: end;
}

.button_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.menubar nav .navbar-nav .nav-link {
  margin: 0px 20px;
  color: #000;
  /* text-transform: uppercase; */
  font-weight: 500;
  position: relative;
}

.menubar nav .navbar-nav .nav-link:before {
  content: "";
  width: 0px;
  height: 2px;
  background: var(--green);
  transition: all 0.3s linear;
  position: absolute;
  bottom: -21px;
  left: 0;
}

.menubar nav .navbar-nav .nav-link:hover:before {
  width: 100%;
}

.menubar nav .navbar-nav .nav-item:hover .nav-link {
  color: var(--green);
}

.menubar .store i {
  font-size: 20px;
  color: #85c440;
}

li.nav-item {
  position: relative;
  font-size: 17px;
}

.dropdown-menu {
  min-width: 12rem;
  padding: 0.5rem 0;
  width: 100%;
}

.view_cart {
  text-align: end;
}

.view_cart i {
  font-size: 24px;
}

.bck_img {
  background: url(https://html.themewant.com/ekomart/assets/images/offer/01.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 44%;
  width: 100%;
  padding: 40px 60px;
}

.offer {
  background-color: #185f5e;

  display: flex;
  align-items: center;
  column-gap: 50px;
}

.offer p {
  font-size: 30px;
  font-weight: 500;
}

.shop-btn {
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 13px 27px 13px 27px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-size: 16px;
  background-color: var(--green);
  color: #fff;
}

.btn_wrapper {
  margin: 30px 0;
}

.view-all {
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 13px 27px 13px 27px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-size: 15px;
  background-color: #cccbcb;
  color: #000;
}

.view-all:hover,
.shop-btn:hover {
  background-color: #000;
  color: #fff;
  transform: translateY(-5px);
}

.view-all i {
  font-size: 20px;
  transform: translateY(3px);
}

.secs {
  padding-top: 50px;
}

/* .sec_title::after {
      position: absolute;
      height: 30px;
      width: 30px;
      background: #EABC5E;
      content: "";
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 50%;
  } */

.cat-box {
  background: var(--bg-color);
  text-align: center;
  padding: 0;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  transition: all 0.3s linear;
  border: 10px solid var(--bg-color);
  margin: 10px auto 0;
  overflow: hidden;
}

.cat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px -12px #0000001c;
  border-color: var(--green);
}

.cat-box:hover + .catgory-name {
  color: var(--green);
}

.cat-box .category-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*    margin-bottom: 15px;*/
}

.add_to_cart {
  display: block;
  position: absolute;
  bottom: 16px;
  right: 12px;
  background: var(--yellow);
  color: #fff;
  border-radius: 5px;
  padding: 4px 12px;
  transition: all 0.2s linear;
  font-size: 15px;
  cursor: pointer;
}

.add_to_cart i {
  font-size: 18px;
  transform: translateY(2px);
}

.add_to_cart:hover {
  background: var(--green);
  color: #fff;
}

.detail-addtocart {
  display: flex;
  align-items: center;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  font-size: 18px;
  width: 28px;
  position: relative;
  border: 1px solid #c6c6c6;
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  text-align: center;
  width: 44px;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 5px;
  resize: vertical;
  border: 1px solid #c6c6c6;
}

.number label + .input-group {
  width: auto;
  display: inline-flex !important;
  margin-left: 5px;
}

.prd_images .owl-item img {
  height: 300px;
  width: 100%;
  margin: auto;
  object-fit: contain;
  object-position: center center;
}

.prd_images .owl-item {
  /* border: 1px solid #c3c3c3; */
  padding: 15px;
  height: 350px;
}

.detail_page .container.normal {
  max-width: 1400px !important;
}

.detail_page .prd_desc {
  padding-left: 30px;
}

.detail_page textarea {
  height: 100px;
  outline: none;
  box-shadow: inset 0px 10px 15px -3px rgba(245, 245, 245, 0.1) !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.detail_page textarea:focus {
  box-shadow: none;
}

.prd_desc {
  margin-bottom: 80px;
}

.detail_page .prd_desc p {
  margin-top: 0;
  margin-bottom: 9px !important;
  font-size: 15px !important;
  color: #303030;
}

.detail_page .prd_desc .prd-price {
  font-size: 22px !important;
  color: #7f385e !important;
}

.prd_desc span.ratings {
  color: #e3e3e3;
  font-size: 16px;
}

.prd-price {
  color: #7f385e;
  font-weight: 700;
  font-size: 30px;
}

.prd-price del {
  color: #232323;
  font-weight: 400;
  font-size: 18px;
  margin-right: 12px;
}

p.highlight-text {
  font-size: 18px;
  background: var(--green);
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}

p.points i {
  color: var(--green);
  float: left;
  margin-bottom: 12px;
  margin-top: 2px;
  font-size: 20px;
}

.text-green {
  color: var(--green);
}

.number {
  display: inline-block;
  margin: auto;
}

.detail-addtocart .add-cart a {
  display: inline-block;
  margin-left: 20px;
  background-color: #7f385e;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 25px;
  font-size: 18px;
  min-width: 240px;
  text-align: center;
  margin-bottom: 5px;
}

.detail-addtocart .add-cart a:hover {
  background: #000;
  color: #fff;
}

.tab-content {
  padding: 20px;
}

.tab-content h2 {
  font-size: 21px;
  font-weight: 600;
}

.tab-content h4 {
  font-size: 16px;
  font-weight: 700;
}

.nav-tabs .nav-link {
  color: #000;
  font-size: 17px;
}

.nav-tabs .nav-link.active {
  background: var(--green);
  color: #fff;
}

.cart_updated {
  background: #e7efe2;
  padding: 15px 20px;
  border-radius: 5px;
}

.cart_updated i {
  color: var(--green);
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 4px 10px 0 rgba(198, 198, 198, 0.75);
  box-shadow: 0 4px 10px 0 rgba(198, 198, 198, 0.75);
  width: 34px;
  height: 34px;
  font-size: 18px;
  line-height: 34px;
  border-radius: 50%;
  margin-right: 12px;
}

.table thead tr {
  background-color: #f8f8f8;
  border-radius: 4px;
}

.table thead tr th {
  border: none;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
  color: #111;
  padding: 16px 12px;
  text-align: left;
}

.table tbody tr td {
  /*    border: none;*/
  padding: 20px 12px;
  color: #111;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  vertical-align: middle;
}

td.remove i {
  display: block;
  font-size: 26px;
  color: #111 !important;
  border: 1px solid #c2c2c2;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  font-weight: 400;
}

table td img {
  width: 72px;
  margin-right: 15px;
  height: auto;
}

.coupon_code input {
  margin: 0;
  padding: 8px 25px;
  width: 100%;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1.3;
  height: 50px;
}

.coupon_code .theme-btn {
  background: var(--green);
  padding: 4px 27px;
  border-radius: 50px;
  border: 1px solid black;
  text-transform: uppercase;
  height: 50px;
  border-radius: 30px;
  color: #080808;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}

.order-summary {
  margin-bottom: 70px;
}

.order-summary .row {
  margin: 15px 0;
}

.order-summary #grand-total-detail {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-top: 1px solid #e5e5e5;
  font-weight: 700;
}

.proceed a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  display: block;
}

/* .proceed:hover {
      background: var(--yellow);
  } */

.proceed:hover a {
  color: #000;
}

.breadcrumb-item.active {
  color: var(--green);
}

.list-group-item.active {
  background-color: #7f385e;
  border-color: #7f385e;
}

.detail-addtocart .button-minus,
.detail-addtocart .button-plus {
  height: 34px !important;
  width: 34px !important;
  border-radius: 50% !important;
  -webkit-border-radius: 3% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  background-color: #f0f7e7;
  border: none !important;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .detail-addtocart .button-minus,
  .detail-addtocart .button-plus {
    background-color: #f0f7e7;
    height: 28px !important;
    width: 28px !important;
  }

  .input-group .quantity-field {
    position: relative;
    height: 30px;
    width: 40px;
    display: inline-block;
    font-size: 15px;
  }

  .add_to_cart {
    bottom: 16px;
  }
}

.brd_heading {
  font-size: 28px;
  text-align: center;
  padding: 13px 0;
  font-weight: 600;
  color: black;
  background-color: #f8f9fa;
}

/* cart  */

.cart_updated {
  background: #e7efe2;
  padding: 15px 20px;
  border-radius: 5px;
}

.cart_updated i {
  color: var(--green);
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 4px 10px 0 rgba(198, 198, 198, 0.75);
  box-shadow: 0 4px 10px 0 rgba(198, 198, 198, 0.75);
  width: 34px;
  height: 34px;
  font-size: 18px;
  line-height: 34px;
  border-radius: 50%;
  margin-right: 12px;
}

.table thead tr {
  background-color: #f8f8f8;
  border-radius: 4px;
}

.table thead tr th {
  border: none;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
  color: #111;
  padding: 16px 12px;
  text-align: left;
}

.table thead tr th:nth-child(3) {
  text-align: right !important;
}

.book-table .table thead tr th {
  background-color: #212121;
  color: #fff !important;
  font-size: 14px;
  padding: 12px 10px;
  border-right: 1px solid #434242;
}

.order-summary .col-lg-8 {
  padding-left: 0 !important;
}

tr.tr-divide {
  background: #fffae8;
}

.table tbody tr td {
  /*    border: none;*/
  padding: 10px 12px;
  color: #111;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  vertical-align: middle;
}

.table tbody tr td:nth-child(3) {
  text-align: right !important;
}

td.remove i {
  display: block;
  font-size: 20px;
  color: #111 !important;
  border: 1px solid #c2c2c2;
  height: 30px;
  width: 30px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  font-weight: 400;
}

th.time-slots {
  background: #86c342;
  font-size: 14px;
}

table td img {
  width: 50px;
  margin-right: 15px;
  height: auto;
}

.table tbody tr td.item-total {
  font-weight: 600;
}

.row.cart-prd {
  padding: 0 12px;
  margin-top: 20px;
}

.order-summary {
  margin-bottom: 70px;
}

.order-summary .row {
  margin: 15px 0;
}

.order-summary #grand-total-detail {
  margin-top: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 18px;
  background-color: var(--green);
  font-weight: 600;
  color: #0c0b0b;
}

.proceed {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.applied_coupon {
  margin-top: 15px;
}

.proceed .continue-btn {
  color: #000;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 10px 30px;
  display: block;
  background: transparent;
  border-radius: 40px;
  border: 1px solid #000;
  transition: 0.4s all;
}

.proceed .continue-btn:hover {
  background-color: #7f385e;
  color: #fff;
  border-color: var(--green);
}

.proceed .checkout-btn {
  color: #151414;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 10px 40px;
  display: block;
  background: var(--green);
  border-radius: 40px;
  border: 1px solid black;
}

.order-summary.rounded.shadow,
.order-summary.rounded.border {
  border-radius: 20px !important;
  padding: 20px;
  background-color: #f6f6f6;
  box-shadow: none !important;
}

.order-summary.rounded.shadow .bg-light {
  background-color: #f6f6f6 !important;
  background-color: #f6f6f6 !important;
  border-radius: 20px 20px 0 0 !important;
  text-align: left !important;
  padding-top: 0px !important;
  padding-left: 7px !important;
}

.proceed #submitBtn {
  color: #000;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 10px 30px;
  display: block;
  background: transparent;
  border-radius: 40px;
  border: 1px solid #000;
  transition: 0.4s all;
  width: 100%;
}

.proceed #submitBtn:hover {
  background-color: #7f385e;
  color: #fff;
  border-color: #7f385e;
}

.checkout-prd .order-summary h3 {
  font-size: 24px;
  text-align: left !important;
  padding: 0 0 10px 0 !important;
  background-color: #f6f6f6 !important;
}

.book-a-time {
  background: #86c342;
  padding: 9px 15px;
  border-radius: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  font-weight: 500;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .about-image-wrapper {
  position: relative;
  padding-right: 50px;
  margin-left: -50px;
  padding-bottom: 60px;
}

.about-section .bg-shape {
  position: absolute;
  left: -160px;
  bottom: 30px;
  margin-bottom: 0;
}

.about-section .image-1 {
  position: relative;
  overflow: hidden;
}

.about-section .image-1 img {
  border-radius: 50%;
  height: 500px;
  width: 500px;
}

.about-section .image-2 {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
}

.about-section {
  padding: 60px 40px;
  padding-top: 86px !important;
}

.about-section h6 {
  color: #224d3d;
  font-size: 20px;
  font-weight: 600;
}

.about-section h2 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 13px;
}

.text_green_c {
  color: #185f5e !important;
}

.about-section p {
  font-size: 16px;
}

div#hovedCart {
  /* display: inherit !important; */
  text-align: left;
}

.side_links li.v_cart:hover .cart_card {
  opacity: 1;
  visibility: visible;
}

.cart_card .pct-desc {
  width: 200px;
  /*changes*/
  max-width: 100%;
  /*changes*/
  margin: auto 20px;
}

.cart_card .pct-desc p {
  font-size: 14px;
  text-transform: capitalize;
}

.d-flex.qty-right {
  align-items: center !important;
}

.cart_card ul {
  margin-left: 0;
  max-width: 100%;
  flex-direction: column;
  max-height: 270px;
  /*changes*/
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 15px;
}

.cart_card .quantity .qty {
  height: 35px;
  /*changes*/
}

.cart_card .price {
  font-size: 14px;
  /*changes*/
  margin: 0 25px;
  width: 100px;
  font-weight: 600;
}

.qty-list.input-group.d-flex.justify-content-end {
  justify-content: flex-start !important;
}

.v_cart .input-group .quantity-field {
  border: 1px solid #e1e1e1 !important;
}

.qty-list .button-plus,
.qty-list .button-minus {
  width: 30px !important;
  height: 30px !important;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  font-size: 0.875rem;
  color: #a3a3a3;
}

.qty-list.input-group .quantity-field {
  height: 30px !important;
  width: 30px !important;
  font-size: 14px;
  border-right: none !important;
}

/* .qty-list .input-group .quantity-field {
        position: relative;
        height: 35px !important;
        text-align: center;
        width: 44px !important;
        display: inline-block;
        font-size: 16px;
        margin: 0 0 5px;
        resize: vertical;
        border: 1px solid #c6c6c6;
    } */

.search-results .quantity input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.cart_card ul::-webkit-scrollbar {
  width: 5px;
}

.cart_card ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.cart_card ul::-webkit-scrollbar-thumb {
  background: #ababab;
}

.cart_card ul::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.cart_card ul li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  padding-bottom: 5px;
}

.cart_card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin: auto;
}

.cart_card li a {
  color: #000;
  gap: 15px;
}

.pct-desc {
  min-width: 160px;
  font-size: 14px;
}

.pct-desc p {
  line-height: 1.35;
  margin-bottom: 5px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pct-desc span {
  /* color: var(--green); */
  font-size: 14px;
}

.btn.remove {
  padding: 0;
  rotate: 90deg;
  font-size: 24px;
  color: red;
}

.cart_card a.view-all {
  padding: 10px 18px;
  font-size: 14px;
}

.cart_card a.view-all.yellow {
  background: var(--yellow);
  /* color: #000; */
}

.cart_card a.view-all.yellow:hover {
  background: #000;
  color: #fff;
}

p.sub-total {
  font-size: 18px;
  font-weight: 700;
  padding: 0 10px;
  margin-top: 12px;
}

/* .cart_card {
    position: absolute;
    width: 25em;
    max-height: 400px;
    top: 100%;
    right: 0;
    z-index: 2;
    background: #fff;
    color: #000;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 18px -12px #000;
    opacity: 1;
    visibility: hidden;
    transition: all 0.3s;
  } */

.cart-image-wrapper {
  display: flex;
}

.add_box {
  padding-bottom: 34px;
  margin-top: 30px;
}

/* Mode */

.view-mode {
  margin-bottom: 20px;
  display: flex;
}

.view-mode .rango-view-grid-container,
.rango-view-list-container {
  line-height: 36px;
  width: 45% !important;
  margin-right: 4%;
}

.view-mode .rango-view-grid-container,
.rango-view-list-container {
  width: auto !important;
  height: 36px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.83);
  padding: 0 8px !important;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0px 0px 5px grey;
  background: #fff;
}

span.rango-view-grid.fs24.grdl,
span.rango-view-list.fs24.grdl {
  font-size: 18px;
  top: 2px;
}

.view-mode .rango-view-list-container.active {
  color: #fff;
  background-color: #93c572;
}

.rango-view-grid-container.active {
  background: #93c572;
  color: #fff;
}

.prd-desc .add_to_cart {
  /* display: block; */
  position: relative;
  margin-top: 30px !important;
  text-align: center !important;
  right: 0;
}

/* Cart page */

/* .quantity .qty{
      height: 37px !important;
    } */

.cart_grid_view .prd-box .prd-desc .quantity .qty {
  height: 32px !important;
  width: 43px !important;
}

.cart_grid_view .prd-box .prd-desc .quantity {
  width: 120px !important;
}

.cart_grid_view .quantity .input-group-btn .quantity-btn {
  width: 36px !important;
}

.cart_grid_view .prd-box {
  margin-bottom: 15px;
}

/* Checkout */

.checkout_box {
  padding: 28px 0;
}

/* new css */

/* mini cart  */

#miniCart {
  position: relative;
}

#miniCart:hover + .cart_card {
  visibility: visible !important;
}

#miniCart .circle {
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5px;
  font-size: 14px;
  right: -8px;
  background: red;
}

.cart_card {
  position: absolute;
  width: 32em;
  /*changes*/
  max-height: 360px;
  /*changes*/
  top: 95%;
  right: 0;
  z-index: 999;
  background: #fff;
  color: #000;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 18px -12px #000;
  opacity: 1;
  visibility: hidden;
  transition: all 0.3s;
}

.v_cart:hover .cart_card {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}

.cart_card .pct-desc {
  width: 200px;
  /*changes*/
  max-width: 100%;
  /*changes*/
  margin: auto 20px;
}

.cart_card .pct-desc p {
  font-size: 14px;
  text-transform: capitalize;
}

.d-flex.qty-right {
  align-items: center !important;
}

.cart_card ul {
  margin-left: 0;
  max-width: 100%;
  flex-direction: column;
  max-height: 230px;
  /*changes*/
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 15px;
  list-style: none;
}

.cart_card .quantity .qty {
  height: 35px;
  /*changes*/
}

.cart_card .price {
  font-size: 14px;
  /*changes*/
  margin: 0 25px;
  width: 100px;
  font-weight: 600;
}

.qty-list.input-group.d-flex.justify-content-end {
  justify-content: flex-start !important;
}

.qty-list .button-plus,
.qty-list .button-minus {
  width: 30px !important;
  height: 30px !important;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  font-size: 0.875rem;
  color: #a3a3a3;
}

.qty-list.input-group .quantity-field {
  height: 30px !important;
  width: 30px !important;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  border-right: none !important;
}

/* .qty-list .input-group .quantity-field {
        position: relative;
        height: 35px !important;
        text-align: center;
        width: 44px !important;
        display: inline-block;
        font-size: 16px;
        margin: 0 0 5px;
        resize: vertical;
        border: 1px solid #c6c6c6;
    } */

.search-results .quantity input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.cart_card ul::-webkit-scrollbar {
  width: 5px;
}

.cart_card ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.cart_card ul::-webkit-scrollbar-thumb {
  background: #ababab;
}

.cart_card ul::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.cart_card ul li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  padding-bottom: 5px;
}

.cart_card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin: auto;
}

.cart_card li a {
  color: #000;
  gap: 15px;
}

.pct-desc {
  min-width: 160px;
  font-size: 14px;
}

.pct-desc p {
  line-height: 1.35;
  margin-bottom: 5px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pct-desc span {
  /* color: var(--green); */
  font-size: 14px;
}

.btn.remove {
  padding: 0;
  rotate: 90deg;
  font-size: 24px;
  color: red;
}

.cart_card a.view-all {
  padding: 7px 18px;
  font-size: 14px;
  color: #fff !important;
}

.cart_card a.view-all.yellow {
  background: var(--yellow);
  color: #000;
}

.cart_card a.view-all.yellow:hover {
  background: #000;
  color: #fff;
}

p.sub-total {
  font-size: 18px;
  font-weight: 700;
  padding: 0 10px;
  margin-top: 12px;
}

.cart-image-wrapper {
  display: flex;
}

.search-results {
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  z-index: 2;
  box-shadow: 0 5px 10px -5px #00000038;
  transition: all 0.3s;
  /* opacity: 0;
        visibility: hidden; */
}

.order_boking {
  width: 65%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .order_boking {
    width: 90%;
  }
}

.products_list_box {
  width: calc(100% - 250px);
  height: fit-content;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  background: #fff;
  padding-left: 20px;
}

.products_list_box .item {
  width: 20%;
  max-width: 240px;
  flex-grow: 1;
  margin: 5px;
}

/* Contact Form Wrapper */
.contact_wrapper_1 {
  background-color: #7f385e;
  padding: 55px 80px;
  border-radius: 23px;
  color: #ffffff;
}

/* Form Input Fields */
.contact_wrapper_1 .form-control {
  border: none;
  background-color: #ffffff;
  border-bottom: 2px solid #90466d !important;
  border-radius: 20px !important;
  color: #060505 !important;
  padding: 14px !important;
  box-shadow: none;
  outline: none;
}

/* Submit Button */
.contact_wrapper_1 .text-center .btn {
  border: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 13px 27px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-size: 15px;
  background-color: #43387f;
  color: #ffffff;
  cursor: pointer;
}

/* Button Hover Effect */
.contact_wrapper_1 .text-center .btn:hover {
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-5px);
}

@media only screen and (min-width: 1999px) and (max-width: 2399px) {
  .listing_wrapper .products_list_box {
    width: calc(100% - 0px);
  }

  .listing_wrapper .prd_box .prd_img {
    height: 340px;
    border-radius: 12px;
    box-shadow: 0px 8px 12px -5px #0000003d;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100% !important;
    max-width: 340px;
  }

  .content.mt-4.detail_page {
    padding-top: 40px;
  }

  .product_preview_column.col-md-4.mx-auto {
    margin-bottom: 80px;
  }

  .detail_page .prd_desc {
    padding-left: 30px;
    width: 60% !important;
  }

  .why-us .sec_title .fancy_text {
    font-size: 92px;
    margin-bottom: 15%;
  }

  .products_list_box .item {
    width: 20%;
    max-width: 280px;
    flex-grow: 1;
    margin: 5px;
  }
}

.detail-addtocart .number {
  margin: 0 !important;
}

.media-icon li p:nth-child(1) {
  width: 22%;
}

.variant-item {
  flex: 0 0 auto;
  width: 15.666667%;
}

#v_container {
  cursor: pointer;
  width: 90px;
  display: flex;
  height: 90px;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.v_image {
  height: 65px;
  object-fit: cover;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.account_details {
  width: calc(100% - 250px);
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding-left: 20px;
}

.video-section {
  width: 95% !important;
  margin: auto !important;
  height: 70vh !important;
}

/**********mobile responsive***************/
@media only screen and (max-width: 480px) {
  .detail-addtocart {
    flex-direction: column;
    margin-left: -50%;
  }

  #variantContainer .variant-item {
    min-width: 33% !important;
  }

  .detail_page .prd_desc p {
    text-align: left !important;
  }

  .detail-addtocart .add-cart a {
    font-size: 16px;
    padding: 3px 9px;
  }

  a.addToCart {
    margin-left: 0px !important;
    width: 100% !important;
    margin: auto !important;
  }

  .detail-addtocart .number {
    position: relative !important;
    left: -10% !important;
  }

  .add-cart {
    position: relative;
    left: 5%;
  }
  .cart span {
    --size: 16px;
    top: -8px;
    right: -5px;
    width: var(--size);
    height: var(--size);
    background: red;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
  a.login {
    font-size: 14px !important;
  }
  header i {
    font-size: 24px;
  }
  .owl-theme .owl-nav [class*="owl-"] {
    height: 40px !important;
    width: 40px !important;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    line-height: 55px;
  }
}

@media only screen and (max-width: 768px) {
  .sec_padding {
    padding: 50px 0 0;
  }
  .sec_main_title {
    font-size: 34px;
  }

  .main_card h2 {
    font-size: 24px;
  }

  header .container-fluid .col-md-3 {
    max-width: 50%;
  }

  header .col-md-6.text-center {
    display: none;
  }

  header i.text-purple.bx.bx-phone-call {
    font-size: 20px;
  }

  header .cnt_box p a {
    font-size: 14px;
  }

  header .col-md-6 a.login.me-4.text-black.fw-bold {
    font-size: 14px;
  }

  .sec_title h2.fancy_text {
    font-size: 40px;
  }

  .prd_box .prd_img {
    margin: 0 auto;
    height: 300px;
    width: 100% !important;
    object-fit: cover;
  }

  .prd_box .prd_name {
    margin: 30px 0;
  }

  /* wraps page */
  .listing_wrapper .col-12.d-flex.mb-5.p-3 {
    flex-direction: column;
  }

  .products_list_box .prd_box {
    width: fit-content;
  }

  .products_list_box .sidebar {
    width: auto;
  }

  .products_list_box .prd_box {
    width: 80vw;
  }

  .products_list_box .prd_box .prd_img {
    margin: 30px auto;
    /* height: 350px;
    width: 100%; */
  }

  .row.d-flex.flex-wrap .category {
    width: 100%;
    flex: auto;
    max-width: 100%;
  }

  .products_list_box .item {
    width: 50% !important;
    max-width: 250px !important;
  }

  #variantContainer .variant-item {
    min-width: 25%;
  }

  .prd_desc div {
    text-align: left;
  }

  .detail_page .prd_desc {
    text-align: left;
  }

  .container,
  .container-sm {
    max-width: 100%;
  }

  .detail_page .prd_desc p {
    text-align: left;
  }

  .detail-addtocart .number {
    position: static;
    margin-left: 0;
  }

  .detail-addtocart .add-cart a {
    min-width: 180px;
    margin-left: 10px;
  }

  .add-cart {
    position: static;
  }

  .sidebar {
    width: 82%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99999 !important;
    transition: all 0.3s;
    height: 100vh;
    overflow: auto;
  }

  .sidebar.open {
    left: 0;
    z-index: 999;
  }

  .account_details {
    width: 100%;
    padding-left: 0px;
    overflow: scroll;
  }

  .secs .col-12.d-flex {
    flex-direction: column;
    padding-left: 0px !important;
  }

  .cart_card {
    width: 92vw;
  }

  .cart_card ul {
    max-height: 230px;
    display: block;
  }

  .d-flex.cart___wrapper {
    display: block !important;
  }

  .media-icon li p:nth-child(1) {
    width: 27%;
  }
  body {
    font-size: 16px;
  }

  footer p,
  footer li a,
  footer a {
    font-size: 15px !important;
  }
  .table tbody tr td {
    padding: 10px 6px;
  }
  .brd_heading {
    font-size: 20px;
  }
  .row.cart-prd {
    padding: 0 0px;
  }

  .proceed .continue-btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}

/********************* Tab view *********************/
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  a.navbar-brand.d-lg-none.d-block {
    display: none !important;
  }

  .products_list_box .item {
    width: 50%;
  }

  .products_list_box .item {
    width: 250px !important;
  }

  .container.secs.pt-0 {
    min-width: 100%;
  }

  .account_details .add_box {
    width: 100%;
  }

  .category {
    width: 33% !important;
    flex: 0 0 33% !important;
    max-width: 33% !important;
  }

  header .cnt_box p a {
    font-size: 19px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    padding: 8px 5px;
  }

  .sidebar {
    width: 200px;
  }

  .account_details {
    width: calc(100% - 200px) !important;
  }

  .account_page .container.secs {
    min-width: 100%;
  }

  #variantContainer .variant-item {
    width: 33%;
  }

  .detail-addtocart .add-cart a {
    min-width: 215px;
  }
}







/* Bellaria - a Delicious Cakes and Bakery HTML Template

Template Name: Bellaria
Author: Bellaria
Version: 1.0.0

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Content Elements 
5. Main Header / Two / Three 
6. Search Popup
7. Sticky Header
8. Mobile Header
9. Mobile Menu
10. Section Title
11. Page Title
12. Main Slider
13. About Section / Two
14. Chef Section / Two
15. Servoces Section / One to Eight
16. Fluid Section one / Two
17. Video Section 
18. Call to Action / Two / Three
19. Portfolio Section / Two / Three
20. Portfolio Page Sections
21. Portfolio Single
22. Features Section / Two / Three
23. Recipes Section / Two
24. Recipe Single
25. Recipe Full Screen
26. Testimonial Section / Two / Three
27. Pricing Section
28. Reservation Section / Two
29. Team Section
30. Team Single
31. Blog Section
32. Blog Single
33. Contact Section
34. Map Section
35. Main Footer / One to Seven
36. Sidebar Page Container
37. Comment Area
38. Comment Form
39. Our Shop
40. Product Details
41. Product Tabs
42. Cart Section
43. CheckOut Page
44. Login Section
45. Demos Section
46. Screenshots Section
**********************************************/

/*** 

====================================================================
			Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css?family=ABeeZee:400,400i|Roboto:300,400,500,700|Leckerli+One|Merienda+One&amp;display=swap');

/*
	font-family: 'Merienda One', cursive;
	font-family: 'ABeeZee', sans-serif;
	font-family: 'Leckerli One', cursive;
*/

@import url('flaticon.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.min.css');
@import url('jquery.modal.min.css');
@import url('select2.min.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
		Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:14px;
	color:#4b4342;
	line-height: 28px;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'ABeeZee', sans-serif;
}

a{text-decoration:none; cursor:pointer;color:#f30c11;}

a:hover,
a:focus,
a:visited{
	text-decoration:none;outline:none;color:#f30c11;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	/*font-family: 'Merienda One', cursive;
	font-family:"Roboto", serif !important;*/
	font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
}

section{
	position: relative;
}

textarea{
	overflow:hidden;	
	resize: none;
}

button{
	background-color: transparent;
	outline: none !important;
	cursor: pointer;
	min-width: auto;
}

p,.text{
    font-size: 17px;
    line-height: 29px;
    color: #4b4342;
	font-weight: 400;
	margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	position:static;
	max-width:1000px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 99;
	background-color: #ffffff;
}

ul,li{list-style:none;padding:0px;margin:0px;}

.text-end{text-align:right;}
.text-left{text-align: left;}

.fancybox-can-drag .fancybox-image-wrap{
	border:10px solid #ffffff;
}

/******************
** \reset select 2
******************/

.select2-container--open,
.select2-dropdown--below,
.select2-drop{
	z-index: 99;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}

.select2-container .select2-choice{
	position: relative;
	z-index: 2;
}

.select2-container{
	max-width: 100%;
	z-index: 99;
}

.select2-container li:before{
	display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
	padding: 6px 10px;
	border: 0;
}

.select2-dropdown,
.select2-search--dropdown{
	border-color: #e0e6ea;
}

.select2-container--default .select2-results__option{
	position: relative;
	color: #4b4342;
	font-weight: 500;
	font-size: 17px;
	padding: 13px 10px;
	line-height: 20px;
	border-top: 1px solid #f1f1f1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.select2-search--dropdown,
.select2-results .select2-result-label{
	padding: 0;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: transparent;
	color: #5fcac7;
}

.select2-container--default .select2-selection--single{
	border-color: #e0e6ea;
	position: relative;
	color: #4b4342;
	font-weight: 500;
	font-size: 17px;
	padding: 10px 0px;
	line-height: 28px;
	border-top: 1px solid #f1f1f1;
	height: 48px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	width: 36px;
	height: 100%;
	background:none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: block;
	left: 0;
	top: -1px;
	margin: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent !important;
    background:none;
    background-color: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    content: "\f107";
    opacity: .25;
    font-family: 'Font Awesome 5 Free';
    line-height: 20px;
    font-size: 17px;
    color: inherit;
    font-weight: 900;
}

/*** 

====================================================================
	List Styles
====================================================================

***/

.list-style-one{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.list-style-one li{
	position: relative;
	font-size: 17px;
	line-height: 29px; background-color: transparent!important; border: 0px!important;
	color: #4b4342;
	font-weight: 400;
	padding-left: 22px;
	margin-bottom: 13px;
}

.list-style-one li:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: flaticon;
    content: "\f111";
    color: #cb2e31;
}

/*** 

====================================================================
	Social Icons
====================================================================

***/

.social-icon-one{
	position: relative;
	display: block;
}

.social-icon-one li{
	position: relative;
	display: inline-block;
	margin-right: 8px;
	z-index: 2;
	margin-bottom: 5px;
}

.social-icon-one li:last-child{
	margin-right: 0;
}

.social-icon-one li a{
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 60px;
	width: 60px;
	height: 60px;
	color: #4b4342;
	text-align: center;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.social-icon-one li svg{
	position: absolute;
	left: 0;
	top: 0;
	stroke-width:35px;
	fill:#ffffff;
	stroke:#ffffff;
	z-index: -1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.social-icon-one li a:hover{
	color: #ffffff;
}

.social-icon-one li a:hover svg{
	fill: #4b4342;
	stroke:#4b4342;
}

/* Social Icon Two */

.social-icon-two{
	position: relative;
	display: block;
}

.social-icon-two li{
	position: relative;
	display: inline-block;
	margin-right: 6px;
	z-index: 2;
}

.social-icon-two li:last-child{
	margin-right: 0;
}

.social-icon-two li a{
	position: relative;
	display: block;
	font-size: 23px;
	line-height: 56px;
	width: 60px;
	height: 60px;
	color: #d0cece;
	border:2px solid #d0cece;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.social-icon-two li a:hover{
	color: #493e3c;
	background-color:#cb2e31;
	border:2px solid #ffffff;
}

/* Social Icon Three */

.social-icon-three{
	position: relative;
	display: block;
}

.social-icon-three li{
	position: relative;
	display: inline-block;
	margin-right: 8px;
	z-index: 2;
}

.social-icon-three li:last-child{
	margin-right: 0;
}

.social-icon-three li a{
	position: relative;
	display: block;
	font-size: 23px;
	line-height: 60px;
	width: 60px;
	height: 60px;
	color: #4b4342;
	background-color: #82d5af;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.social-icon-three li a:hover{
	background-color: #ffffff;
}

/*** 

====================================================================
	Content Elements
====================================================================

***/

#page{
	position: relative;
    padding-bottom: 40px;
	padding-top: 40px;
    margin-top: 40px;
}

.content-elements{
	position: relative;
}

.content-elements .sec-title .divider{
	margin-bottom: 0;
}

.content-elements .deviders p{
	margin-bottom: 30px;
	margin-top: 30px;
}

.content-elements .buttons{
	position: relative;
	text-align: center;
	margin: 0 -15px;
}

.buttons .upper-box{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 30px 15px 0;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}

.buttons .upper-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: rgba(95,202,199,0.8);
}

.buttons .lower-box{
	position: relative;
	padding: 30px 15px 0;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}

.gallery-item{
	position: relative;
}

.gallery-item .image{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0;
}

.gallery-item .image img{
	width: 100%;
	display: block;
}

.margin-bottom-50{margin-bottom: 50px;}
.margin-bottom-30{margin-bottom: 30px;}
.margin-bottom-20{margin-bottom: 20px;} 
.margin-bottom-10{margin-bottom: 10px;}

.margin-top-70{margin-top: 70px;}
.margin-top-50{margin-top: 50px;}
.margin-top-40{margin-top: 40px;}
.margin-top-30{margin-top: 30px;}
.margin-top-20{margin-top: 20px;} 
.margin-top-10{margin-top: 10px;}

/*==========================
	Owl Carousel Dots
===========================*/

.default-dots .owl-dots{
	position: relative;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.default-dots .owl-dot{
	position: relative;
	display: inline-block;
	height: 12px;
	width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #cb2e31;
    opacity: 0.6;
}

.default-dots .owl-dot:hover,
.default-dots .owl-dot.active{
	opacity: 1;
}

/*==========================
	Owl Carousel Arrows
===========================*/

.owl-carousel.no-arrows .owl-nav{
	display: none;
}

.default-arrows .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	opacity: 0;
	margin-top: -70px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.default-arrows:hover .owl-nav{
	opacity: .7;
}

.default-arrows .owl-next,
.default-arrows .owl-prev{
	position: absolute;
	left: -50px;
	top: 0;
	height: 50px;
	width: 50px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	line-height: 46px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.default-arrows .owl-next{
	left: auto;
	right: -50px;
}

.default-arrows:hover .owl-next{right: 10px;}
.default-arrows:hover .owl-prev{left: 10px;}

/*==========================
	Message Box
===========================*/

.message-box{
    position: relative;
    padding: 10px 10px;
    min-height: 75px;
    border-width: 3px;
    border-style: solid;
    border-color: #46cf93;
    border-radius: 40px;
    margin-bottom: 30px;
}

.message-box p{
    font-size: 17px;
    line-height: 20px;
}

.message-box h4{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 2px;
}

.message-box a{
    color: #46cf93;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.message-box .close-btn{
    display: block;
    position: absolute;
    z-index: 1;
    top: 21px;
    right: 20px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 50%;
    background: #d2d0d0;
    color: #ffffff;
}

.message-box.with-icon {
    padding-left: 80px;
    padding-right: 65px;
}

.message-box .icon-box{
    position: absolute;
    z-index: 1;
    top: -3px;
    left: 1px;
    width: 70px;
    height: 70px;
    border-color: inherit;
}

.message-box .icon-box:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid;
    border-color: inherit;
    border-left-color: transparent;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.message-box .icon-box .icon {
    font-size: 30px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    line-height: 70px;
    text-align: center;
    color: #46cf93;
}

/* Message Info */

.message-box.info{
	border-color: #41b6e2;
}

.message-box.info h4,
.message-box.info .icon-box .icon,
.message-box.info a{
	color: #41b6e2;
}

/* Message Success */

.message-box.sucess{
	border-color: #46cf93;
}

.message-box.sucess h4,
.message-box.sucess .icon-box .icon,
.message-box.sucess a{
	color: #46cf93;
}

/* Message Warning */

.message-box.warning{
	border-color: #ffc000;
}

.message-box.warning h4,
.message-box.warning .icon-box .icon,
.message-box.warning a{
	color: #ffc000;
}

/* Message Error */

.message-box.error{
	border-color: #ff5555;
}

.message-box.error h4,
.message-box.error .icon-box .icon,
.message-box.error a{
	color: #ff5555;
}

/*==========================
		Default Tabs
===========================*/

.default-tabs{position: relative;border-radius:0px;	overflow: hidden;}
.default-tabs .tab-buttons{position: relative;	background-color: transparent;	margin-bottom: -30px;}

.default-tabs .tab-buttons li{
	position: relative;
	display: inline-block;
	margin-right: -3px;
	font-size:16px;
	line-height:22px;
	padding:6px 15px;
	font-family: "Roboto", serif !important;
	color: #000;
	cursor: pointer;	
	border-radius:5px; border:1px solid #cc0000;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease; background:#fff;
}

.default-tabs .tab-buttons li.active-btn{background-color:#cb2e31; color: #ffffff;}

.default-tabs .tabs-content{
	position: relative;
	width: 100%;
    border:0px solid #edecec;
    border-radius:0px 0px !important;
    padding: 20px 20px;
    background: #ffffff; margin: 30px 0px;
}

.default-tabs .tabs-content p{
	margin-bottom: 18px;
}

/*==========================
	Accordian Box
===========================*/

.accordion-box{
	position:relative;
    border-radius: 24px;
    padding: 10px;
    border: 3px solid #edecec;
    background: #ffffff;
}

.accordion-box .block{
	position: relative;
    border-radius: 24px;
    padding: 9px 5px;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block:before{
    content: '';
    position: absolute;
    z-index: 1;
    height: 3px;
    width: 100%;
    background: #edecec;
    bottom: -10px;
    left: 0;
}

.accordion-box .block.active-block{
	background-color: #5fcac7;
	margin-bottom: 10px;
}

.accordion-box .block:last-child{
	margin-bottom: 0;
}

.accordion-box .block:last-child:before,
.accordion-box .block.active-block:before{
	display: none;
}

.accordion-box .block .acc-btn{
	position: relative;
    font-size: 23px;
    padding: 5px 20px;
    padding-left: 55px;
    line-height: 1em;
    color: #4b4342;
    font-family: Merienda One;
    cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.accordion-box .block .icon-outer{
	position:absolute;
	left: 10px;
	top: 3px;
    font-size: 20px;
    line-height: 25px;
    color: #5fcac7;
	text-align:center;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.accordion-box .block.active-block .icon-outer{
	color: #ffffff;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion-box .block.active-block .icon-outer .icon:before{
  content: "\f068";
  font-weight: 900;
}

.accordion-box .block .acc-btn .icon-outer .icon{
	position: relative;
}

.accordion-box .block .acc-btn.active .icon-outer{
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
    padding-left: 55px;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
}

.accordion-box .block .content .text{
	position:relative;
	font-size: 16px;
	padding-top: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block.active-block .acc-btn,
.accordion-box .block.active-block .text{
	color: #ffffff;
}

/*==========================
			CWS Divider
===========================*/

.cws_divider {
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    outline-style: none;
    text-align: center;
    min-height: 3px;
    border-color: #edecec;
    overflow: hidden;
}

.cws_divider:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    border-bottom: 3px solid;
    border-color: inherit;
}

.cws_divider img {
    display: block;
    margin: auto;
    max-width: 113px;
    padding: 0 20px;
    background: #ffffff;
}

/*** 

====================================================================
	Buttons Styles
====================================================================

***/

.theme-btn{
	font-family: 'Merienda One', cursive;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

/* Btn Style One */

.btn-style-one{
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	white-space: nowrap;
	font-size: 22px;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	min-width: 160px;
	box-sizing: border-box;
	border: 3px solid #ffffff;
    margin: 20px 0;
    border: 0;
}

.btn-style-one:before,
.btn-style-one:after{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
	width: 40%;
	box-sizing: border-box;
	overflow: hidden;
	border: 3px solid;
	border-color: inherit;
}

.btn-style-one:before{
	left: 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-right-color: transparent !important;
}

.btn-style-one:after{
	right: 0;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-left-color: transparent !important;
}

.btn-style-one span{
	position: absolute;
	z-index: 1;
	left: 0;
	height: 15px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border-color: inherit;
}

.btn-style-one span:first-child{
	top: -15px;
}

.btn-style-one span:last-child{
	bottom: -15px;
}

.btn-style-one span:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -30px;
	height: 60px;
	width: 60px;
	box-sizing: border-box;
	border: 3px solid;
	border-radius: 50%;
	border-color: inherit;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btn-style-one span:first-child:before{
	top: 3px;
}

.btn-style-one span:last-child:before{
	bottom: 3px;
}

.btn-style-one:hover span:before,
.btn-style-one:hover{
	background-color: #ffffff;
	border-color: #ffffff;
	color: #5fcac7;
}

.btn-style-one.alt span:before{

}

.btn-style-one.alt:hover span:before{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btn-style-one.alt:hover span:before,
.btn-style-one.alt:hover{
	background-color: transparent;
	border-color: #4b4342;
	color: #4b4342;
}

.breadcrumb-item.active {
  color: #cb2e31;
}
.nbtn {
  position: relative;
  padding: 0!important;
  font-size: 1rem;
  font-weight: 600;
  color: #fff!important;
  background: #ee1137;
  border: 2px solid #ee1137;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}

.liquid {
  background: linear-gradient(#000000 0 0) no-repeat calc(200% - var(--p, 0%))
    100% / 200% var(--p, 0.2em);
  transition: 0.3s var(--t, 0s),
    background-position 0.3s calc(0.3s - var(--t, 0s));
	font-size: 18px;
    padding: 19px 28px;
  border-radius: 8px;
  cursor: pointer;
  min-height: 40px;
  display: inline-block;
}

.liquid:hover {
  --p: 100%;
  --t: 0.3s;
  color: #fff;
}


/* Btn Style two */

.btn-style-two{
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-weight: 500;
	text-align: center; padding: 10px 30px;
	letter-spacing: 1px;
	white-space: nowrap;
	font-size: 22px;
	border-radius: 30px;
	position: relative;
	z-index: 1;width:auto;
	
	box-sizing: border-box;
	border: 3px solid #ffffff;
	box-shadow: 0px 0px 0px 3px #fff;
    margin: 20px 0;
    border: 0;
}

.btn-style-two:before,
.btn-style-two:after{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
	width: 40%;
	box-sizing: border-box;
	overflow: hidden;
	border: 3px solid;
	border-color: inherit;
}

.btn-style-two:before{
	left: 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-right-color: transparent !important;
}

.btn-style-two:after{
	right: 0;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-left-color: transparent !important;
}

.btn-style-two span{
	position: absolute;
	z-index: 1;
	left: 0;
	height: 15px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border-color: inherit;
}

.btn-style-two span:first-child{
	top: -15px;
}

.btn-style-two span:last-child{
	bottom: -15px;
}

.btn-style-two span:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -30px;
	height: 60px;
	width: 60px;
	box-sizing: border-box;
	border: 3px solid;
	border-radius: 50%;
	border-color: inherit;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btn-style-two span:first-child:before{
	top: 3px;
}

.btn-style-two span:last-child:before{
	bottom: 3px;
}

.btn-style-two,
.btn-style-two span:before{
	box-shadow: 0px 0px 0px 3px #fff;
	color: #4b4342;
    background-color: #ffffff;
    border-color: #4b4342;
}

.btn-style-two:hover,
.btn-style-two:hover span:before{
	color: #ffffff;
    background-color: #4b4342;
}

.btn-style-two.alt span:before,
.btn-style-two.alt{
	box-shadow: none;
	background-color: transparent;
}

.btn-style-two.alt:hover span:before,
.btn-style-two.alt:hover{
	color: #ffffff;
    background-color: #4b4342;
}

.btn-style-two.with-bg span:before,
.btn-style-two.with-bg{
	box-shadow: none;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-style-two.with-bg:hover span:before,
.btn-style-two.with-bg:hover{
	color: #ffffff;
    background-color: #4b4342;
	border-color: #4b4342;
}

/* Theme btn bg-sky */

.theme-btn.bg-sky,
.theme-btn.bg-sky span:before{
	color: #ffffff;
    background-color: #5fcac7;
    border-color: #5fcac7;
}

.theme-btn.bg-sky:hover,
.theme-btn.bg-sky:hover span:before{
	color: #5fcac7;
    background-color: #ffffff;
}

/* Theme btn border-sky */

.theme-btn.border-sky,
.theme-btn.border-sky span:before{
	color: #5fcac7;
    background-color: #ffffff;
    border-color: #5fcac7;
}

.theme-btn.border-sky:hover,
.theme-btn.border-sky:hover span:before{
	color: #ffffff;
    background-color: #5fcac7;
}

/* Theme btn bg-pink */

.theme-btn.bg-pink,
.theme-btn.bg-pink span:before{
	color: #ffffff;
    background-color: #cb2e31;
    border-color: #cb2e31;
}

.theme-btn.bg-pink:hover,
.theme-btn.bg-pink:hover span:before{
	color: #cb2e31;
    background-color: #ffffff;
}

/* Theme btn border-pink */

.theme-btn.border-pink,
.theme-btn.border-pink span:before{
    border-color: #cb2e31;
    color: #cb2e31;
}

.theme-btn.border-pink:hover,
.theme-btn.border-pink:hover span:before{
    background-color: #cb2e31;
    color: #ffffff;
}

/* Theme btn bg-parrot */

.theme-btn.bg-parrot,
.theme-btn.bg-parrot span:before{
	color: #4b4342;
    background-color: #d1f16a;
    border-color: #d1f16a;
}

.theme-btn.bg-parrot:hover,
.theme-btn.bg-parrot:hover span:before{
	color: #d1f16a;
    background-color: #4b4342;
}

.theme-btn.bg-parrot.alt:hover,
.theme-btn.bg-parrot.alt:hover span:before{
    color: #d1f16a;
    background-color: #ffffff;
    border-color: #ffffff;
}

.theme-btn:hover i{
	color: #fff;
}

.theme-btn.small{
	width: 160px;
	font-size: 20px;
	line-height: 36px;
}

.theme-btn.regular{
	font-size: 22px;
	width: auto;
	line-height: 40px;
}

.theme-btn.large{
	width: 270px;
	font-size: 26px;
	line-height: 50px;
}

.theme-btn.small span{
	height: 13px;
}

.theme-btn.small span:first-child{
	top: -13px;
}

.theme-btn.small span:last-child{
	bottom: -13px;
}

.theme-btn.small span:before{
	margin-left: -25px;
	height: 50px;
	width: 50px;
}

.theme-btn.large span{
	height: 18px;
}

.theme-btn.large span:first-child{
	top: -18px;
}

.theme-btn.large span:last-child{
	bottom: -18px;
}

.theme-btn.large span:before{
	margin-left: -40px;
	height: 80px;
	width: 80px;
}

/*==========================
	Progress Bars
============================*/

.bar-item{
	position:relative;
	margin-bottom:30px;
}

.bar-item .skill-bar{
	position:relative;
	width:100%;
	height:5px;	
}

.bar-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	height:5px;
	background:#e3e3e3;
}

.bar-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:1px;
	width:0px;
	border-bottom:5px solid #cb2e31;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.bar-item .skill-bar .bar-inner .bar:after{
    content: '';
    position: absolute;
    z-index: 0;
    top: -5px;
    right: -12px;
    width: 17px;
    height: 17px;
    border: 5px solid;
    box-sizing: border-box;
    border-radius: 50%;
    border-color: #cb2e31;
    background: #ffffff;
}

.bar-item .skill-header{
	position:relative;
	line-height:29px;
	text-transform:capitalize;
	font-weight:500;
	font-size:17px;
	color:#4b4342;
	margin-bottom:10px;
}

.bar-item .skill-header .skill-title{
	position:relative;
	float:left;
}

.bar-item .skill-percentage{
    position: absolute;
    right: -25px;
    top: -37px;
    font-size: 19px;
    font-family: Merienda One;
    font-weight: 500;
    color: #4b4342;
}

.bar-item.style-two .skill-bar .bar-inner .bar:after{
	border-color: #5fcac7;
}

.bar-item.style-two .skill-bar .bar-inner .bar{
	border-color: #5fcac7;
	background-color: #5fcac7;
}

/*==========================
	Pie Graph
===========================*/

.pie-graph{
	position: relative;
	margin-bottom: 40px;
}

.pie-graph .graph-outer{
	position: relative;
	text-align: center;
	height: 216px;
	width: 216px;
	margin: 0 auto;
}

.pie-graph .graph-outer .dial{
	position: relative;
	display: block;
}

.pie-graph .inner-text{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	font-size: 48px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1em;
	font-weight: 500;
	font-family: Merienda One;
}

.pie-graph h4{
	position: relative;
	font-size: 25px;
	color: #4b4342;
	margin-top: 10px;
	text-align: center;
}

/*==========================
	Banner Box
===========================*/

.banner-box{
	position: relative;
	margin-bottom: 50px;
}

.banner-box .inner-box{
	position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    padding: 40px 20px;
    min-height: 190px;
}

.banner-box .theme-btn{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -18px;
}

.banner-box h4{
	position: relative;
	color: #ffffff;
	font-size: 28px;
	white-space: pre;
	padding: 6px 0;
}

.banner-box h2{
	display: block;
	color: #ffffff;
    font-size: 60px;
    line-height: 1;
}

.theme_color{
	color:#25262c;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

/*==========================
		Preloader
===========================*/

.preloader{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fafafa;
	z-index: 9999;
}

.cws_loader_holder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 1;
	display: none;
}

.cws_loader_holder.active{
	display: block;
}

.cws_loader_container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fafafa;
	z-index: 1030;
	-webkit-transition: opacity 0.8s ease;
	-moz-transition: opacity 0.8s ease;
	-ms-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
}

.cws_loader {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	border-radius: 50%;
	animation: fadeIn 2s 1 ;
	-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
	 animation-fill-mode: forwards;
}
body .loader_overlay {
	width: 150px;
	height: 150px;
	background: transparent;
	-webkit-box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 0.67), 0px 0px 19px 0px rgba(0, 0, 0, 0.16) inset;
	box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 0.67), 0px 0px 19px 0px rgba(0, 0, 0, 0.16) inset;
	border-radius: 100%;
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
body .loader_cogs {
	z-index: -2;
	width: 100px;
	height: 100px;
	top: -120px !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
body .loader_cogs__top {
	position: relative;
	width: 100px;
	height: 100px;
	-webkit-transform-origin: 50px 50px;
	transform-origin: 50px 50px;
	-webkit-animation: rotate 10s infinite linear;
	animation: rotate 10s infinite linear;
}
body .loader_cogs__top div:nth-of-type(1) {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
body .loader_cogs__top div:nth-of-type(2) {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
body .loader_cogs__top div:nth-of-type(3) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
body .loader_cogs__top div.top_part {
	width: 100px;
	border-radius: 10px;
	position: absolute;
	height: 100px;
	background: #f98db9;
}
body .loader_cogs__top div.top_hole {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: white;
	position: absolute;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
body .loader_cogs__left {
	position: relative;
	width: 80px;
	-webkit-transform: rotate(16deg);
	transform: rotate(16deg);
	top: 28px;
	-webkit-transform-origin: 40px 40px;
	transform-origin: 40px 40px;
	animation: rotate_left 10s .1s infinite reverse linear;
	left: -24px;
	height: 80px;
}
body .loader_cogs__left div:nth-of-type(1) {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
body .loader_cogs__left div:nth-of-type(2) {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
body .loader_cogs__left div:nth-of-type(3) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
body .loader_cogs__left div.left_part {
	width: 80px;
	border-radius: 6px;
	position: absolute;
	height: 80px;
	background: #97ddff;
}
body .loader_cogs__left div.left_hole {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: white;
	position: absolute;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
body .loader_cogs__bottom {
	position: relative;
	width: 60px;
	top: -65px;
	-webkit-transform-origin: 30px 30px;
	transform-origin: 30px 30px;
	-webkit-animation: rotate_left 10.2s .4s infinite linear;
	animation: rotate_left 10.2s .4s infinite linear;
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
	left: 79px;
	height: 60px;
}
body .loader_cogs__bottom div:nth-of-type(1) {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
body .loader_cogs__bottom div:nth-of-type(2) {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
body .loader_cogs__bottom div:nth-of-type(3) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
body .loader_cogs__bottom div.bottom_part {
	width: 60px;
	border-radius: 5px;
	position: absolute;
	height: 60px;
	background: #ffcd66;
}
body .loader_cogs__bottom div.bottom_hole {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: white;
	position: absolute;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* Animations */
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate_left {
	from {
		-webkit-transform: rotate(16deg);
		transform: rotate(16deg);
	}
	to {
		-webkit-transform: rotate(376deg);
		transform: rotate(376deg);
	}
}
@keyframes rotate_left {
	from {
		-webkit-transform: rotate(16deg);
		transform: rotate(16deg);
	}
	to {
		-webkit-transform: rotate(376deg);
		transform: rotate(376deg);
	}
}
@-webkit-keyframes rotate_right {
	from {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	to {
		-webkit-transform: rotate(364deg);
		transform: rotate(364deg);
	}
}
@keyframes rotate_right {
	from {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	to {
		-webkit-transform: rotate(364deg);
		transform: rotate(364deg);
	}
}



img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

hr{
	border-top:1px solid #9a9a9a;
	margin-top: .6em;
	margin-bottom: .6em;
}

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .active-tab{
	display: block;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 99;
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 32px;
    color: #cb2e31;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    cursor: pointer;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color: #ffffff;
}

.scroll-to-top svg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	stroke-width:12px;
	fill:transparent;
	stroke:#cb2e31;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.scroll-to-top:hover svg{
	fill: #cb2e31;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	z-index:999;
	background-color: rgba(255,255,255,1);
}

.main-header .main-box{
	position: relative;
	display: block;
	width: calc(100% - 80px);
    margin: 0 40px;
	min-height: 100px;
}

.main-header .menu_wave{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
    -webkit-mask-size: cover;
    padding-bottom: 20px;
    margin-bottom: -20px;
}

.menu_wave{
    -webkit-mask-image: url(../images/icons/shape_menu_1.svg);
    -webkit-mask-position: bottom !important;
}

.main-header .nav-outer{
	position: relative;
	padding: 12px 0;
}

.main-header .logo{
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 9;
	margin-left: -92.5px;
}

.main-menu{
	position:relative;
}

.main-menu .navbar-header{
	display: none;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	width: 50%;
	margin:0px;
	white-space: nowrap;
}

.main-menu .menu-left{
	position: relative;
	float: left;
	text-align: right;
	padding-right: 103px;
}

.main-menu .menu-right{
	position: relative;
	float: right;
	text-align: left;
	padding-left: 103px;
}

.main-menu .navigation > li{
	position:relative;
	display: inline-block;
    font-size: 17px;
    line-height: 36px;
    color: #4b4342;
    font-weight: 500;
    margin-right: 6px;
	font-family: 'Merienda One', cursive;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	opacity:1;
    font-size:17px;
    line-height: 36px;
	font-weight:500;
	color:#000000;
	padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.alternate .main-menu .navigation > li > a{
	color: #1c3545;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li.current > a,
.main-menu .navigation > li > ul > li.current > a,
.main-menu .navigation > li.current > a{
	color: #cb2f31;
}

.main-menu .navigation > li > a:before{
	content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border: 3px solid #cb2e31;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	min-width:180px;
	z-index:9;
	text-align: center;
	padding:15px 0;
	background-color:#ffffff;
	opacity:0;
	visibility: hidden;
	border-radius: 15px;
	box-shadow: 1px 2px 10px -1px rgba(0,0,0,0.2);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transform-origin: 10% top;
	-moz-transform-origin: 10% top;
	-ms-transform-origin: 10% top;
	-o-transform-origin: 10% top;
	transform-origin: 10% top;
	transition: 0s max-height 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1),0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
}

.main-menu .menu-right > li > ul{
	left: auto;
	right: 0;
	-webkit-transform-origin: 90% top;
	-moz-transform-origin: 90% top;
	-ms-transform-origin: 90% top;
	-o-transform-origin: 90% top;
	transform-origin: 90% top;
}

.main-menu .navigation > li > ul:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    box-sizing: border-box;
    border: 3px solid #5fcac7;
    opacity: 0.4;
    border-radius: 15px;
}

.main-menu ul.menu-right > li > ul > li > ul,
.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:100%;	
	margin-right: 2px;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	display: block;
	z-index: 1;
}

.main-menu .navigation > li > ul > li:last-child{border-bottom:none;}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:2px 10px 5px 15px; text-align: left;
	font-weight:400;
    font-size:15px;
    line-height:22px; border-bottom: 1px dotted #ddd;
	color:#4b4342;
    font-family: ABeeZee;
	text-transform:capitalize;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a{padding-bottom: 0;}

.main-menu .navigation > li > ul > li:last-child > a:before{display: none;}

.main-menu .navigation > li > ul > li:hover > a{color:#cb2f31;}



.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 5px;
    height: 25px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .menu-right > li > ul > li.dropdown > a:after{content: "\f104"; right: auto; left: 20px;}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:100%;
	min-width: 200px;
	z-index:9;
	text-align: center;
	padding:15px 0;
	background-color:#ffffff;
	opacity:0;
	visibility: hidden;
	border-radius: 15px;
	box-shadow: 1px 2px 10px -1px rgba(0,0,0,0.2);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transform-origin: 10% top;
	-moz-transform-origin: 10% top;
	-ms-transform-origin: 10% top;
	-o-transform-origin: 10% top;
	transform-origin: 10% top;
	transition: 0s max-height 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1),0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
}

.main-menu .navigation > li > ul > li > ul:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    box-sizing: border-box;
    border: 3px solid #5fcac7;
    opacity: 0.4;
    border-radius: 15px;
}

.main-menu .navigation > li > ul > li > ul > li{position:relative;width:100%;}
.main-menu .navigation > li > ul > li > ul > li:last-child{border-bottom:none;}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:2px 40px 10px;
	font-weight:400;
    font-size: 17px;
    line-height: 30px;
	color:#4b4342;
    font-family: ABeeZee;
	z-index: 2;
	text-transform:capitalize;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li:last-child > a{padding-bottom: 0px;}
.main-menu .navigation > li > ul > li  > ul > li > a:hover{color:#5fcac7;}

.main-menu .navigation > li > ul > li  > ul > li > a:before{
    background-color: #5fcac7;
    content: "";
    height: 2px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: 2px;
    width: 30px;
    margin-left: -15px;
}

.main-menu .navigation > li > ul > li  > ul > li:last-child > a:before{display: none;}

.main-menu .navigation > li.dropdown:hover > ul{
	opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0s, 0.2s, 0.2s !important;
    transition-duration: 0s, 0.2s, 0.2s !important;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:-10px;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: absolute;
	right: 0;
	top: 0;
	padding: 30px 0;
}

.main-header .search-box{
    position: relative;
    float: left;
}

.main-header .search-box .search-btn{
    position: relative;
    background-color: transparent;
    z-index: 1;
    color: #1c3545;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 19px;
    line-height: 40px;
}

/*** 

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
}

.main-header.header-style-two .cart-btn a,
.header-style-two .search-box .search-btn,
.header-style-two .main-menu .navigation > li > a{
	color: #ffffff;
}

.header-style-two .main-menu .navigation > li:hover > a, 
.header-style-two .main-menu .navigation > li.current > a{
	color:#5fcac7;
}

/*** 

====================================================================
	Header Style Three
====================================================================

***/

.header-style-three{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
}

.header-style-three .logo{
	padding-top: 12px;
	left: 0;
	right: auto;
	transform: none;
	margin: 0;
}

.header-style-three .main-menu .navigation{
	width: 100%;
	text-align: right;
}

.header-style-three .nav-outer{
	position: relative;
	padding-right: 65px;
}

.main-header.header-style-three .cart-btn a,
.header-style-three .search-box .search-btn,
.header-style-three .main-menu .navigation > li > a{
	color: #ffffff;
}

.header-style-three .main-menu .navigation > li:hover > a, 
.header-style-three .main-menu .navigation > li.current > a{
	color:#5fcac7;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .search-back-drop{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(35,35,35,0.96);
}

.search-active .search-popup{
	opacity: 1;
	visibility: visible;
}

.search-popup .close-search{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #e0e6ea;
	z-index: 3;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .search-inner{
    position: relative;
    display: block;
    top: 50%;
    height: auto;
    z-index: 1;
    width: calc(100% - 60px);
    max-width: 1170px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: scale3d(0.3,0.3,0.3);
    -moz-transform: scale3d(0.3,0.3,0.3);
    -ms-transform: scale3d(0.3,0.3,0.3);
    -o-transform: scale3d(0.3,0.3,0.3);
    transform: scale3d(0.3,0.3,0.3);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup .search-inner{
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.search-popup .form-group form{
	position: relative;
}

.search-popup .form-group{
	position:relative;
	margin:0px;	
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	line-height: 30px;
	color:#e0e6ea;
	width:100%;
	background-color: transparent;
	border-bottom: 2px solid #cb2e31;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	background: transparent;
	text-align:center;
	font-size:18px;
	color:#e0e6ea;
	padding: 0;
	display: none;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{

}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
	color:#e0e6ea;
}

/*search box btn*/

.main-header .cart-btn{
	position: relative;
	float: left;
}

.main-header .cart-btn > a{
    position: relative;
    display: block;
    z-index: 1;
    color: #1c3545;
    font-size: 21px;
    line-height: 40px;
}

.main-header .cart-btn .count{
	position: absolute;
	right: -10px;
	top: 5px;
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 10px;
	color: #ffffff;
	background-color: #5fcac7;
	border-radius: 50%;
}

/*=== Shopping Cart ===*/

.main-header .shopping-cart{
	position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    margin-right: 100%;
	background-color: #fff;
    padding: 30px;
    margin: 0;
    margin-top: 23px;
    -webkit-transform: translate3d(0,60px,0);
    -moz-transform: translate3d(0,60px,0);
    -ms-transform: translate3d(0,60px,0);
    transform: translate3d(0,60px,0);
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, visibility 0.3s step-end;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s step-end;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    border-radius: 15px;
}

.main-header .shopping-cart:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 40px;
    margin-top: -40px;
}

.main-header .shopping-cart:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    box-sizing: border-box;
    border: 3px solid #5fcac7;
    opacity: 0.4;
    border-radius: 15px;
}

.main-header .cart-btn:hover .shopping-cart{
    -webkit-transform: translate3d(0,40px,0);
    -moz-transform: translate3d(0,40px,0);
    -ms-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, visibility 0.3s step-start;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s step-start;
    visibility: visible;
    opacity: 1;
}

.shopping-cart .shopping-cart-items {
	position: relative;
}

.main-header .shopping-cart .cart-item{
	width: 270px;
}

.shopping-cart .cart-item{
	position: relative;
    width: 100%;
	padding-left: 80px;
	min-height: 65px;
	margin-bottom: 30px;
}

.shopping-cart .cart-item:last-child{
	margin-bottom: 0;
}

.shopping-cart .cart-item .thumb{
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
	border-radius: 10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shopping-cart .cart-item:hover .thumb{
	opacity: 0.7;
}

.shopping-cart .item-name{
	display: block;
	font-size: 16px;
	color: #4b4342;
	line-height: 2em;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shopping-cart .cart-item:hover .item-name{
	color: #5fcac7;
}

.shopping-cart .item-quantity{
	position: relative;
	display: block;
	line-height: 1em;
	font-weight: 500;
	color: #5fcac7;
	font-size: 16px;
}

.shopping-cart .product-detail{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.shopping-cart .remove-item{
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 14px;
	z-index: 2;
	color: #e1e1e1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shopping-cart .cart-item .remove-item:hover{
	color: #5fcac7;
}

.shopping-cart .cart-footer{
	position: relative;
	margin-top: 16px;
}

.shopping-cart .cart-footer:after{
	clear: both;
	content: "";
	display: table;
}

.shopping-cart .shopping-cart-total{
	margin-bottom: 10px;
    background: #f8f8f8;
    padding: 6px 0;
    font-size: 17px;
    color: #4b4342;
    text-align: center;
    border-radius: 30px;
}

.shopping-cart .theme-btn{
	position: relative;
    padding:5px 10px;
	font-size:15px;
	color:#ffffff;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 30px;
	background-color:#5fcac7;
	text-transform:capitalize;
	border: 3px solid #5fcac7;
	font-family: ABeeZee;
	text-align: center;
}

.shopping-cart .theme-btn:hover{
	background-color: #ffffff;
	color: #5fcac7;
}

.shopping-cart .cart-footer .theme-btn{
	position: relative;
	width: calc(50% - 8px);
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}

.shopping-cart .cart-footer .theme-btn:last-child{
	margin-right: 0;
}



/*** 

====================================================================
		Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99;
    background: rgba( 255, 255, 255, 0.752941); backdrop-filter: blur(20px);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 99;
	visibility:visible;
}

.sticky-header .logo{
	top: 25px; width: 100px;
    margin: 0px 0px 0px -50px;
}

.header-style-two .sticky-header .main-menu .navigation > li > a,
.header-style-three .sticky-header .main-menu .navigation > li > a{
	color: #4b4342;
}

.header-style-two .sticky-header .main-menu .navigation > li.current > a,
.header-style-three .sticky-header .main-menu .navigation > li:hover > a, 
.header-style-three .sticky-header .main-menu .navigation > li.current > a{
	color:#5fcac7;
}

.header-style-three .sticky-header .nav-outer{
	padding-right: 0;
}

.header-style-three .sticky-header .logo{
	padding-top: 0;
	padding-left: 25px;
}

/*** 

====================================================================
		Mobile Header
====================================================================

***/

.mobile-header{
	position: relative;
	margin: 0px 20px;
	padding:5px 0px;
	display: none;
}

.mobile-header:after{
	display: table;
	clear: both;
	content: "";
}

.mobile-header .logo{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	left: 0;
}

.mobile-header .logo img{height: 70px;}

.mobile-header .nav-outer{
	position: relative;
	float: right;
	padding: 5px 0 0;
}

.mobile-header .outer-box{
	position: relative;
	float: right;
	padding: 8px 0 0;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 24px;
	line-height: 30px;
	cursor: pointer;
	margin-left: 20px;
	color:#1c3545;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	max-width:100%;
	height: 100%;
	margin: 0 auto;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
} 

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	max-width:200px;
	height: 50px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-box{
	position: relative;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transform:  scale(0);
	-moz-transform:  scale(0);
	-ms-transform:  scale(0);
	-o-transform:  scale(0);
	transform:  scale(0);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 20px;
	top: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background-color: #5fcac7;
	cursor: pointer;
	z-index: 10;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	padding: 0 20px;
}

.mobile-menu .navigation > li{
	position: relative;
	display: block;
}

.mobile-menu .navigation > li li{
	margin-left: 10px;
}

.mobile-menu .navigation > li > a{
	font-weight: 500;
	border-bottom: 1px solid #dddddd;
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	font-family: Merienda One;
    font-size: 18px;
    line-height: 29px;
    color: #4b4342;
	padding: 10px 10px;
}

.mobile-menu .navigation li.current > a{
	color:#5fcac7;	
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:5px;
	width:40px;
	height:40px;
	text-align:center;
	font-size:12px;
	line-height:40px;
	border-left: 1px solid #dddddd;
	color:#222222;
	cursor:pointer;
	z-index:5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before{
	display: inline-block;
	position: relative;
	content: "\f068";
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:30px;
}

.sec-title .icon{
	position: relative;
	display: block;
	color: #4b4342;
	line-height: 1em;
	font-size: 80px;
	margin-bottom: 20px;
}

.sec-title h2{
	position: relative;
	display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #000;
    font-weight: 500;
}

.sec-title .text{
	position: relative;
	margin-top: 24px;
}

.sec-title .divider{
	position: relative;
	display: block;
	width: 100%;	
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: center;
}

.sec-title.light .text,
.sec-title.light .icon,
.sec-title.light h2{
	color: #ffffff;
}

.input-wrapper {
    position: relative;
}

.custom-input {
    padding-right: 40px;   /* space for icon */
    height: 45px;
    border-radius: 8px;
}

.input-icon {
    position: absolute;
    left:10px;
    top: 70%;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
    font-size: 14px;
}


/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
    position: relative;
    padding: 160px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    -webkit-mask-image: url(../images/icons/shape_menu_1.svg);
    -webkit-mask-position: bottom;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}

.page-title:before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(39,43,49,0.1);
}

.page-title .auto-container{
	position:relative;
}

.page-title h1{
	position:relative;
	color:#000;
	font-size:51px;
	line-height:1.2em;
	margin-bottom: 10px;
	font-weight: 300;
	text-shadow: 2px 2px 2px #000;
}

.page-breadcrumb{
	position:relative;
	margin-top:5px;
}

.page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:15px;
	color:#ffffff;
	font-size:17px;
	font-weight:400;
	text-transform:capitalize;
}

.page-breadcrumb li:after{
	position:absolute;
	content: "/";
	right:-2px;
	top:1px;
	color:#ffffff;
	font-size:14px;
	font-weight: 500;
}

.page-breadcrumb li:last-child::after{
	display: none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	color:#000;
	font-weight:500;
	text-transform: capitalize;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.page-breadcrumb li a:hover{
	opacity: .9;
}

.shape_inner,
.shape_wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    margin: 0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    -webkit-mask-position: top;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}

.wave_up{
    -webkit-mask-image: url(../images/icons/wave_up.svg);
}

.shape_one{
    -webkit-mask-image: url(../images/icons/shape_one.svg);
}

.shape_two{
    -webkit-mask-image: url(../images/icons/shape_two.svg);
    -webkit-mask-position: bottom;
}

.shape_three{
    -webkit-mask-image: url(../images/icons/shape_three.svg);
}

.shape_four_up{
    -webkit-mask-image: url(../images/icons/shape_four_up.svg);
}

.shape_four_down{
    -webkit-mask-image: url(../images/icons/shape_four_down.svg);
    -webkit-mask-position: bottom;
}

.shape_five{
    -webkit-mask-image: url(../images/icons/shape_five.svg);
}

.shape_six_up{
    -webkit-mask-image: url(../images/icons/shape_six_up.svg);
}

.shape_six_down{
    -webkit-mask-image: url(../images/icons/shape_six_down.svg);
    -webkit-mask-position: bottom;
}

.shape_seven_up{
    -webkit-mask-image: url(../images/icons/shape_seven_up.svg);
}

.shape_seven_down{
    -webkit-mask-image: url(../images/icons/shape_seven_down.svg);
    -webkit-mask-position: bottom;
}

.footer_shape{
    -webkit-mask-image: url(../images/icons/footer_shape.svg);
}

.shape_wrapper .overlay{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	content: "";
}

/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider{
	position: relative;
	display: block;
	background-color: transparent;
    -webkit-mask-image: url(../images/icons/shape_menu_1.svg);
    -webkit-mask-position: bottom;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    margin-bottom: -40px;
    z-index: 8;
}

.main-slider h2{
	position: relative;
	white-space: normal; 
	font-size: 72px; 
	line-height: 72px; 
	font-weight: 400; 
	color: #4b4342; 
	font-family:Leckerli One;
	z-index: 99;
}

.main-slider .text{
	position: relative;
	white-space: nowrap; 
	font-size: 16px; 
	line-height: 24px; 
	font-weight: 400; 
	color: #4b4342; 
	font-family:ABeeZee;
	z-index: 99;
}

.disable-tparrows .tparrows{
	display: none !important;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0 100px;
}

.devider_icon_one{
	display: inline-block;
	height: 39px;
	width: 82px;
	background-image: url(../images/icons/icon-devider.png);
	background-size: 100%;
}

.about-section .sec-title{
	margin-bottom: 13px;
}

.about-section .content-box{
	position: relative;
	text-align: center;
}

.about-section .content-box h1{
	position: relative;
	font-size: 120px;
	line-height: 1em;
	color: #f784b9;
	font-weight: 500;
	margin-bottom: 40px;
}

.about-section .devider_icon_one{
	margin-bottom: 10px;
}

.about-section .content-box p{
	position: relative;
	margin-bottom: 35px;
}

.about-section .feature-list{
	position: relative;
	max-width: 1000px;
	margin: 0 auto 40px;
}

.about-section .feature-list li{
	position: relative;
	float: left;
	width: 25%;
	font-size: 30px;
	color: #4b4342;
	margin-bottom: 20px;
	font-family: 'Merienda One';
}

/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 0 150px;
}

.about-section-two .sec-title{
	margin-bottom: 20px;
}

.about-section-two .content-box{
	position: relative;
	max-width: 570px;
	margin: 0 auto;
	text-align: center;
}

.about-section-two .content-box p{
	position: relative;
	margin-bottom: 30px;
}

.about-section-two .designation{
	font-size: 18px;
	color: #4b4342;
	font-weight: 500;
}

.about-section-two .devider_icon_one{
	margin-bottom: 20px;
}

.about-section-two.alternate{
	padding: 40px 0px;
}

.about-section-two.alternate .sec-title{
	margin-bottom: 10px;
}

.about-section-two.alternate .sec-title .divider{
	margin-bottom: 0;
}

.about-section-two.alternate .devider_icon_one{
	margin-bottom: 0px;
}

/*** 

====================================================================
		Chef Section
====================================================================

***/

.chef-section{
	position: relative;
	padding: 180px 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: -85px;
}

.chef-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	content: "";
}

.chef-section .content-column{
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

.chef-section .content-column .inner-column{
	position: relative;
	padding-top: 80px;
}

.chef-section .sec-title{
	margin-bottom: 0;
}

.chef-section .sec-title .divider{
	margin-bottom: 0;
}

.chef-section h4{
	font-size: 28px;
	line-height: 1.4em;
	color: #cb2e31;
	font-weight: 500;
	margin-bottom: 10px;
}

.chef-section .divider{
	position: relative;
	margin-bottom: 10px;
}

.chef-section .divider img{
	height: 41px;
	display: inline-block;
}

.chef-section p{
	position: relative;
	margin-bottom: 30px;
}

/*** 

====================================================================
		Chef Section Two
====================================================================

***/

.chef-section-two{
	position: relative;
	padding: 100px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: -20px;
	z-index: 1;
}

.chef-section-two .overlay{
	background-color: rgba(242,136,154,0.9);
}

.chef-section-two .content-column{
	position: relative;
	text-align: center;
}

.chef-section-two .content-column .inner-column{
	position: relative;
}

.chef-section-two .sec-title{
	margin-bottom: 25px;
}

.chef-section-two .sec-title .divider{
	margin-bottom: 0;
}

.chef-section-two h4{
	font-size: 28px;
	line-height: 1.4em;
	color: #4b4342;
	font-weight: 500;
	margin-bottom: 20px;
}

.chef-section-two .divider{
	position: relative;
	margin-bottom: 10px;
}

.chef-section-two .divider img{
	height: 41px;
	display: inline-block;
}

.chef-section-two p{
	position: relative;
	margin-bottom: 30px;
}

/*** 

====================================================================
		Our Standards
====================================================================

***/

.our-standards{
	position: relative;
	padding: 135px 0 210px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: -100px;
}

.our-standards .content-column{
	position: relative;
	text-align: center;
}

.our-standards .sec-title{
	margin-bottom: 0;
}

.our-standards .sec-title .divider{
	margin-bottom: 0;
}

.our-standards h4{
	font-size: 28px;
	line-height: 1.4em;
	color: #cb2e31;
	font-weight: 500;
	margin-bottom: 10px;
}

.our-standards .divider{
	position: relative;
	margin-bottom: 10px;
}

.our-standards .divider img{
	height: 41px;
	display: inline-block;
}

.our-standards p{
	position: relative;
	margin-bottom: 2px;
}

.our-standards .content .icon{
	position: relative;
	display: block;
	color: #cb2e31;
	font-size: 16px;
	margin-bottom: 2px;
}

/*** 

====================================================================
	Servoces Section
====================================================================

***/

.services-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 0px;
}

.services-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	content: '';
}

.services-carousel{
	position: relative;
}

.service-block{
	position: relative;
}

.service-block .inner-box{
	position: relative;
	padding: 0 15px;
	text-align: center;
}

.service-block .image-box{
	position: relative;
	height: 250px;
	width: 250px;
	margin: 0 auto 20px;
}

.service-block .services_frame svg{
	position: relative;
	stroke-width:12px;
	fill:transparent;
	stroke:#cc2e35;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-block .inner-box:hover .services_frame svg{
	fill:#ecbd96;
}

.service-block .image{
	position: absolute;
	left: 0;
	right: 0;
	top:25px;
	height: 200px;
	width: 200px;
	margin: 0 auto;
}

.service-block .image img{
    width:200px;
    height:200px;
    object-fit:cover;
    border-radius:100%;
    
}

.service-block h3{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #4b4342;
	margin-bottom:15px; 
}

.service-block h4{
	position: relative;
	display: block;
	font-size:20px;
	line-height:25px;
	color: #4b4342;
	margin-bottom:15px; 
}

.service-block p{
	position: relative;
}



.services-carousel .owl-nav{
	display: none;
}

.services-carousel .owl-dots{
	position: relative;
	margin-top: 30px;
	width: 100%;
	text-align: center;
}

.services-carousel .owl-dot{
	position: relative;
	display: inline-block;
	height: 12px;
	width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #cb2e31;
    opacity: 0.6;
}

.services-carousel .owl-dot:hover,
.services-carousel .owl-dot.active{
	opacity: 1;
}

/*** 

====================================================================
	Servoces Section Two
====================================================================

***/


.home-box{ background-color: rgb(255 255 255 / 0.1); backdrop-filter: blur(20px); border-radius:30px; border:1px solid #fff; padding:20px;}
.home-box .text{ width:40%}
.home-box h2{font-family: 'Merienda One', cursive!important; color:#fff;}

.services-section-two{
	position: relative;
	padding: 60px 0 85px;
}

.services-section-two .auto-container{
	max-width: 1320px;
}

.services-section-two .sec-title{
	margin-bottom: 95px;
}

.service-block-two{
	position: relative;
	margin-bottom: 30px;
}

.service-block-two .inner-box{
	position: relative;
	text-align: center;
}

.service-block-two .image-box{
	position: relative;
	height: 300px;
	width: 300px;
	margin: 0 auto 45px;
}

.service-block-two .service-frame svg{
	position: relative;
	fill:#e4e3e3;
}

.service-block-two .image{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 210px;
	width: 210px;
	margin: -105px auto 0;
}

.service-block-two .image img{display: block;	width: 100%;}

.service-block-two h3{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #4b4342;
	margin-bottom:10px; 
}

.service-block-two p{position: relative;}

/*** 

====================================================================
	Servoces Section Three
====================================================================

***/

.services-section-three{position: relative;	padding:110px 0 50px;margin-top: -35px;z-index: 3;background-color: transparent;}
.services-section-three .outer-box{position: relative;	padding: 0 15px;}
.services-section-three .overlay{background-color: rgba(200,45,56,0.8);}
.services-section-three .sec-title{margin-bottom: 30px;}

.service-block-three{
	position: relative;
	display: flex;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-block-three .inner-box{
	position: relative;
	text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.service-block-three .image-box{position: relative;}
.service-block-three .image{position: relative;	margin-bottom:15px;}
.service-block-three .image img{display: inline-block;	max-width: 100%;}

.service-block-three h3{
	position: relative;
	display: block;
	font-size:22px;
	line-height:25px;
	color: #ffffff;
	margin-bottom:10px; 
}



.cart_card ul {
  margin-left: 0;
  max-width: 100%;
  flex-direction: column;
  max-height: 230px;
  /*changes*/
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 15px;
  list-style: none;
}

.cart_card .quantity .qty {
  height: 35px;
  /*changes*/
}

.cart_card .price {
  font-size: 14px;
  /*changes*/
  margin: 0 25px;
  width: 100px;
  font-weight: 600;
}

.qty-list.input-group.d-flex.justify-content-end {
  justify-content: flex-start !important;
}

.qty-list .button-plus,
.qty-list .button-minus {
  width: 30px !important;
  height: 30px !important;
  background-color: #212e25;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  font-size: 0.875rem;
  color: #fff;
}

.qty-list.input-group .quantity-field {
  height: 30px !important;
  width:50px !important;
  font-size: 14px;
  border: 1px solid #ddd;
  
}

/* .qty-list .input-group .quantity-field {
        position: relative;
        height: 35px !important;
        text-align: center;
        width:50px !important;
        display: inline-block;
        font-size: 16px;
        margin: 0 0 5px;
        resize: vertical;
        border: 1px solid #ddd;
    }*/
    
    
  .detail-addtocart {
  display: flex;
  align-items: center;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  font-size: 18px;
  width: 28px;
  position: relative;
  border: 1px solid #c6c6c6;
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  text-align: center;
  width: 44px;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 5px;
  resize: vertical;
  border: 1px solid #c6c6c6;
}

.number label + .input-group {
  width: auto;
  display: inline-flex !important;
  margin-left: 5px;
}  
 

.search-results .quantity input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.cart_card ul::-webkit-scrollbar {
  width: 5px;
}

.cart_card ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.cart_card ul::-webkit-scrollbar-thumb {
  background: #ababab;
}

.cart_card ul::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.cart_card ul li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  padding-bottom: 5px;
}

.cart_card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin: auto;
}

.cart_card li a {
  color: #000;
  gap: 15px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/***

====================================================================
	Servoces Section Four
====================================================================

***/

.services-section-four{
	position: relative;
}

.service-block-four{
	position: relative;
}

.service-block-four .inner-box{
	position: relative;
	padding: 20% 15px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.service-block-four .icon{
	position: relative;
	display: inline-block;
	font-size: 80px;
	color: #ffffff;
	line-height: 90px;
	margin-bottom: 20px;
}

.service-block-four h3{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #ffffff;
	margin-bottom: 10px;
}

/*** 

====================================================================
	Servoces Section Five
====================================================================

***/

.services-section-five{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 110px 0 80px;
}

.service-block-five{
	position: relative;
	margin-bottom: 30px;
}

.service-block-five .inner-box{
	position: relative;
	text-align: center;
}

.service-block-five .image-box{
	position: relative;
}

.service-block-five .image{
	position: relative;
	margin-bottom: 20px;
}

.service-block-five .image img{
	display: inline-block;
	max-width: 100%;
}

.service-block-five h3{	
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #4b4342;

	margin-bottom: 15px;
}

.service-block-five p{
	position: relative;
}	

/*** 

====================================================================
	Servoces Section Six
====================================================================

***/

.services-section-six{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 0 50px;
}

.services-section-six .sec-title{
	margin-bottom: 45px;
}

.service-block-six{
	position: relative;
	margin-bottom: 30px;
}

.service-block-six .inner-box{
    position: relative;
    text-align: center;
}

.service-block-six .image-box{
	position: relative;
}

.service-block-six .image{
	position: relative;
    z-index: 1;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 20px;
    height: 300px;
    width: 300px;
}

.service-block-six .image img{
	display: inline-block;
	max-width: 100%;
}

.service-block-six h3{	
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #4b4342;
	margin-bottom: 10px;
}

.service-block-six p{
	position: relative;
	margin-bottom: 30px;
}	

/*** 

====================================================================
	Servoces Section Seven
====================================================================

***/

.services-section-seven{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 0 210px;
	z-index: 2;
}

.services-section-seven .overlay{
	background-color: rgba(0,0,0,0.3);
}

.service-block-seven{
	position: relative;
	margin-bottom: 30px;
}

.service-block-seven .inner-box{
    position: relative;
    text-align: center;
}

.service-block-seven .icon-box{
	position: relative;
	margin-bottom: 20px;
}

.service-block-seven .icon-box .icon{
	position: relative;
	display: inline-block;
	font-size: 80px;
	line-height: 1em;
	color: #ffffff;
}

.service-block-seven h3{	
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #ffffff;
	margin-bottom: 10px;
}

.service-block-seven p{
	position: relative;
	margin-bottom: 30px;
	color: #ffffff;
}	

/*** 

====================================================================
	Servoces Section Eight
====================================================================

***/

.services-section-eight{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 0 115px;
}

.service-block-eight{
	position: relative;
	margin-bottom: 30px;
}

.service-block-eight .inner-box{
    position: relative;
    text-align: center;
}

.service-block-eight .image-box{
	position: relative;
}

.service-block-eight .image{
	position: relative;
    margin-bottom: 20px;
}

.service-block-eight .image img{
	display: inline-block;
	max-width: 100%;
}

.service-block-eight .divider{
	margin-bottom: 5px;
}

.service-block-eight .divider img{
	height: 15px;
	display: block;
	margin: 0 auto;
}

.service-block-eight h3{	
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #4b4342;
	margin-bottom: 10px;
}

.service-block-eight p{
	position: relative;
}	

/*** 

====================================================================
	Fluid Section one
====================================================================

***/

.fluid-section-one{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 30px 0;
}

.fluid-section-one .outer-box{
	position: relative;
}

.fluid-section-one .content-column,
.fluid-section-one .image-column{
	position: relative;
	float: left;
	width: 33.333333%;
}

.fluid-section-one .content-column{
	position: relative;
}

.fluid-section-one .content-column .inner-column{
	position: relative;
	max-width: 660px;
	padding: 125px 15px 0;
	text-align: center;
	margin: 0 auto;
}

.fluid-section-one .content-column h2{
	position: relative;
	font-size: 48px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 10px;
}

.devider_icon_light{
	display: inline-block;
	height: 39px;
	width: 82px;
	background-image: url(../images/icons/icon-devider-light.png);
	background-size: 100%;
}

.fluid-section-one .content-column .devider_icon_one_light{
	margin-bottom: 10px;
}

.fluid-section-one .content-column p{
	position: relative;
	color: #ffffff;
	margin-bottom: 30px;
}

.fluid-section-one .image-column{
	position: relative;
}

.fluid-section-one .image-column .image-box{
	position: relative;
	text-align: center;
}

.fluid-section-one .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.fluid-section-one .image-column .image img{
	display: inline-block;
	max-width: 100%;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 0 55px;
}

.fluid-section-two .outer-box{
	position: relative;
}

.fluid-section-two .image-column{
	position: relative;
	margin-bottom: 30px;
}

.fluid-section-two .content-column{
	position: relative;
	display: flex;
}

.fluid-section-two .content-column .inner-column{
	position: relative;
	text-align: center;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fluid-section-two .content-column{
	position: relative;
}

.fluid-section-two .content-column .inner-column{
	position: relative;
	max-width: 500px;
	text-align: center;
}

.fluid-section-two h4{
	font-size: 28px;
	line-height: 1.2em;
	color: #4b4342;
	margin-bottom: 20px;
}

.fluid-section-two p{
	position: relative;
	margin-bottom: 20px;
}

.fluid-section-two .icon-box{
	position: relative;
	margin-bottom: 20px;
}

.fluid-section-two .icon-box .icon{
	position: relative;
	display: inline-block;
	height: 60px;
	width: 60px;
	font-size: 40px;
	line-height: 56px;
	color: #4b4342;
	border:2px solid #4b4342;
	border-radius: 50%;
}

.fluid-section-two h3{
	font-size: 30px;
	line-height: 1.2em;
	color: #4b4342;
	margin-bottom: 30px;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section{
	position: relative;
	min-height: 585px;
	overflow: hidden;
	margin-top: -100px;
	margin-bottom: -70px;
	z-index: 3;
}

.video-section .shape_wrapper{
	position: absolute !important;
}

.video-section .overlay{
	background-color: rgba(40,151,179,0.5);
}

.video-section .content-box{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.video-section .content-box h2{
	font-size: 48px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 500;
}

/*** 

====================================================================
	Call to Action
====================================================================

***/

.call-to-action{
	position: relative;
	padding: 100px 0 190px;
	margin-top: -100px;
    background-color: transparent;
    z-index: 2;
}

.call-to-action .shape_wrapper .overlay{
	background-color: rgba(67,183,156,0.8);
}

.call-to-action .content-box{
	position: relative;
	text-align: center;
	z-index: 9;
}

.call-to-action .icon-box{
	position: relative;
	display: inline-block;
	height: 125px;
	width: 125px;
	margin-bottom: 30px;
}

.call-to-action .icon-box svg{
	stroke-width:12px;
	fill:transparent;
	stroke:#ffffff;
}

.call-to-action .icon{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}

.call-to-action .icon_heart{
	width: 88px;
	height: 83px;
	background-image: url(../images/icons/icon_heart.png);
}

.call-to-action h1{
	position: relative;
    font-size: 65px;
    line-height: 0.8em;
    color: #ffffff;
    margin-bottom: 0.67em;
}

.call-to-action p{
	position: relative;
	color: #ffffff;
	margin-bottom: 30px;
}

.call-to-action .btn-box{
	position: relative;
}

.call-to-action.style-two{
	padding: 100px 0 230px;
}

.call-to-action.style-two h1{
	line-height: 1.5em;
}

.call-to-action.style-two .overlay{
	background-color: rgba(95,202,199,0.8);
}

.call-to-action.style-two .icon-box {
    height: 180px;
    width: 180px;
    margin-bottom: 10px;
}

.call-to-action.style-two .icon_heart{
	height: 126px;
	width: 119px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*** 

====================================================================
		Call to Action Two
====================================================================

***/

.call-to-action-two{
	position: relative;
	padding: 200px 0 180px;
}

.call-to-action-two .overlay{
	background-color: rgba(0,0,0,0.2);
}

.call-to-action-two .content-box{
	position: relative;
	text-align: center;
}

.call-to-action-two .icon-box{
	position: relative;
	margin-bottom: 30px;
}

.call-to-action-two .icon-box .icon{
	position: relative;
	display: inline-block;
	height: 130px;
	width: 130px;
	line-height: 120px;
	border: 5px solid #ffffff;
	border-radius: 50%;
	font-size: 84px;
	color: #ffffff;
}

.call-to-action-two h2{
	position: relative;
	display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 24px;
}

.call-to-action-two p{
	position: relative;
	color: #ffffff;
	margin-bottom: 30px;
}

/* Call to Action Style Two */

.call-to-action-two.style-two{
	padding: 100px 0;
}

.call-to-action-two.style-two .shape_inner{
	background-position: left top;
}

.call-to-action-two.style-two .overlay{
	background-color: rgba(0,0,0,0.6);
}

.call-to-action-two.style-two .btn-box a:hover{
	color: #4b4342;
}

/* Call to Action Style Three */

.call-to-action-two.style-three{
	padding: 60px 0 205px;
}

.call-to-action-two.style-three .icon-box{
	margin-bottom: 35px;
}

.call-to-action-two.style-three h2{
	margin-bottom: 10px;
}

.call-to-action-two.style-three .overlay{
	background-color: rgba(92,209,156,0.8);
}

.call-to-action-two.style-three .content-box .devider img{
	position: relative;
	height: 40px;
	margin: 0 auto 10px;
}

/*** 

====================================================================
		Call to Action Three
====================================================================

***/

.call-to-action-three{
	position: relative;
	padding: 100px 0 75px;
	margin-top: -60px;
	z-index: 2;
}

.call-to-action-three .overlay{
	display: none;
}

.call-to-action-three .content-column{
	position: relative;
	display: flex;
}

.call-to-action-three .content-column .inner-column{
	position: relative;
	text-align: center;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}

.call-to-action-three .divider{
	position: relative;
	margin-bottom: 10px;
}

.call-to-action-three .divider img{
	display: block;
	height: 40px;
	margin: 0 auto;
}

.call-to-action-three h2{
	position: relative;
	display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}

.call-to-action-three p{
	position: relative;
	color: #ffffff;
	margin-bottom: 30px;
}

.call-to-action-three .btn-box{
	position: relative;
}

.call-to-action-three .btn-box .btn-style-one:hover span:before,
.call-to-action-three .btn-box .btn-style-one:hover{
	background-color: #ffffff;
	border-color: #ffffff;
	color: #da9abe;
}

.call-to-action-three .image-column .inner-column{
	position: relative;
	padding: 30px 0 0;
}

.call-to-action-three .image-column .image{
	margin-bottom: 30px;
}

/*** 

====================================================================
		Portfolio Section
====================================================================

***/

.portfolio-section{
	position: relative;
	padding: 40px 0px;
}

.portfolio-section .auto-container{
	max-width: 1230px;
}

.portfolio-section .sec-title{
	margin-bottom: 40px;
}

.portfolio-section .row{
	margin: 0 -10px;
}

.portfolio-section .row.masonry-items-container{
	margin: 0;
}

.portfolio-block{
	padding: 0 10px;
	position: relative;
	margin-bottom: 20px;
}

.portfolio-block .inner-box{
	position: relative;
}

.portfolio-block .image-box{
	position: relative;
}

.portfolio-block .image{
	position: relative;
	border-radius: 10px; border: 1px solid #ddd; padding: 10px;
	overflow: hidden;
	margin-bottom: 0;
}

.portfolio-block .image img{
	display: block;
	width: 100%;max-width: 100%; 
	height:170px;
}

.portfolio-block .link,
.portfolio-block .hover-effect,
.portfolio-block .portfolio-hover{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}

.portfolio-block .portfolio-hover{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-block .inner-box:hover .portfolio-hover{
	opacity: 1;
	visibility: visible;
}

.portfolio-block .hover-effect svg{
	fill:rgba(255,255,255,0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.portfolio-block .portfolio-hover h3{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	font-size:16px;
	font-weight: 500;
	color: #4b4342;
	padding: 0 15%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-block .inner-box:hover .portfolio-hover h3{
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	visibility: visible;
	opacity: 1;
}	

.portfolio-block .portfolio-hover h3 a{
	color: #4b4342;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-block .portfolio-hover h3 a:hover{
	opacity: 0.7;
}

.portfolio-section.pull-up{
	margin-top: -40px;
}

.portfolio-section.alternate{
	margin-top: -60px;
	padding: 110px 0 90px;
}

.portfolio-section.alternate2{
	padding: 90px 0 40px;
}

/*** 

====================================================================
		Portfolio Section Two
====================================================================

***/

.portfolio-section-two{
	position: relative;
	padding: 65px 0 80px;
}

.portfolio-section-two .sec-title{
	margin-bottom: 40px;
}

.portfolio-tabs{
	position: relative;
	padding: 0 15px;
}

.portfolio-tabs .btns-box{
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.portfolio-tabs .tab-buttons{
	position: relative;
	display: inline-block;
	border: 3px solid #edecec;
	border-radius: 30px;
	padding: 5px 30px;
}

.portfolio-tabs .tab-buttons:before,
.portfolio-tabs .tab-buttons:after{
	position: absolute;
	left: calc(100% + 13px);
	top: 50%;
	margin-top: -1.5px;
	width: 107px;
	background-color: #edecec;
	height: 3px;
	content: "";
}

.portfolio-tabs .tab-buttons:after{
	left: auto;
	right: calc(100% + 13px);
}

.portfolio-tabs .tab-btn{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	cursor: pointer;
	padding: 8px 9px;
	z-index: 3;
	font-family: 'Merienda One';
	color: #4b4342;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.portfolio-tabs .tab-btn:hover,
.portfolio-tabs .tab-btn.active-btn{
	color: #cb2e31;
}

.portfolio-tabs .tabs-content{
	position: relative;
}

.portfolio-tabs .tabs-content .tab{
	position: relative;
}

.portfolio-block-two{
	padding: 0 10px;
	position: relative;
	margin-bottom: 10px;
}

.portfolio-block-two .inner-box{
	position: relative;
}

.portfolio-block-two .image-box{
	position: relative;
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.portfolio-tabs .active-tab .portfolio-block-two .image-box{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.portfolio-block-two .image{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0;
}

.portfolio-block-two .image img{
	display: block;
	width: 100%;
}

.portfolio-block-two .link,
.portfolio-block-two .hover-effect,
.portfolio-block-two .portfolio-hover{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}

.portfolio-block-two .portfolio-hover{
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-block-two .inner-box:hover .portfolio-hover{
	opacity: 1;
	visibility: visible;
}

.portfolio-block-two .hover-effect svg{
	fill:rgba(255,255,255,0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.portfolio-block-two .portfolio-hover h3{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	font-size: 24px;
	font-weight: 500;
	color: #4b4342;
	padding: 0 20%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-block-two .inner-box:hover .portfolio-hover h3{
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	visibility: visible;
	opacity: 1;
}	

.portfolio-block-two .portfolio-hover h3 a{
	color: #4b4342;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-block-two .portfolio-hover h3 a:hover{
	opacity: 0.7;
}

/*** 

====================================================================
		Portfolio Section Three
====================================================================

***/

.portfolio-section-three{
	position: relative;
	padding: 80px 0 50px;
}

.portfolio-section-three .outer-box{
	position: relative;
	margin: 0 -15px;
}

.portfolio-carousel{
	position: relative;
}

.portfolio-block-thre{
	position: relative;
	padding: 0 15px;
}

.portfolio-block-thre .image-box{
	position: relative;
}

.portfolio-block-thre .image{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0;
}

.portfolio-block-thre .image img{
	display: block;
	width: 100%;
	height: auto;
}

.portfolio-carousel .owl-dots{
	position: relative;
	margin-top: 50px;
	width: 100%;
	text-align: center;
}

.portfolio-carousel .owl-dot{
	position: relative;
	display: inline-block;
	height: 12px;
	width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #cb2e31;
    opacity: 0.6;
}

.portfolio-carousel .owl-dot:hover,
.portfolio-carousel .owl-dot.active{
	opacity: 1;
}

/*** 

====================================================================
		Portfolio Page Sections
====================================================================

***/

.portfolio-masonry .portfolio-block .hover-effect svg{
	fill: rgba(247,173,180,0.7);
}

.portfolio-masonry .portfolio-block .portfolio-hover h3 a{
	color: #ffffff;
}

.portfolio-masonry-wide .portfolio-block .hover-effect svg{
	fill: rgba(146,205,219,0.7);
}

.portfolio-masonry-wide .portfolio-block .portfolio-hover h3 a{
	color: #ffffff;
}

.portfolio-with-filter .portfolio-block-four .hover-effect svg{
	fill: rgba(131,234,115,0.6);
}

.portfolio-two-column .portfolio-block-four .hover-effect svg{
	fill: rgba(255,255,255,0.7);
}

.portfolio-with-sidebar .portfolio-block-four{
	padding: 0;
}

.portfolio-with-sidebar .portfolio-block-four .lower-content{
	text-align: left;
}

.portfolio-with-sidebar .portfolio-block-four .hover-effect svg{
	fill: rgba(255,255,255,0.7);
}

.portfolio-square .portfolio-block-four{
	margin-bottom: 20px;
}

.portfolio-wide .row{
	margin: 0;
}

.portfolio-section .portfolio-block-four.mix{
	display: none;
}

.mixitup-gallery .filters{
	position: relative;
	margin-top: -10px;
	margin-bottom: 35px;
	text-align: center;
}

.mixitup-gallery .filter{
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #4b4342;
	cursor: pointer;
	padding: 0 51px;
	font-family: Merienda One;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mixitup-gallery .filter:before{
	position: absolute;
	right: -12px;
	top: 0;
	width: 24px;
	height: 24px;
	background-image: url(../images/icons/filter_before.html);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}

.mixitup-gallery .filter:last-child:before{
	display: none;
}

.mixitup-gallery .filter .filter_shape{
	position: relative;
	width: 47px;
	margin: 0 auto;
	display: block;
	fill: #cb2e31;
	bottom: 2px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mixitup-gallery .filter.active{
	color: #cb2e31;
}

.mixitup-gallery .filter.active .filter_shape{
	opacity: 1;
	visibility: visible;
}

/*=== Portfolio Block Four ===*/

.portfolio-block-four{
	position: relative;
	padding: 0 10px;
	margin-bottom: 40px;
}

.portfolio-block-four .inner-box{
	position: relative;
}

.portfolio-block-four .image-box{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.portfolio-block-four .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.portfolio-block-four .image img{
	display: block;
	width: 100%;
	height: auto;
}

.portfolio-block-four .link,
.portfolio-block-four .hover-effect{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-block-four .inner-box:hover .link,
.portfolio-block-four .inner-box:hover .hover-effect{
	opacity: 1;
	visibility: visible;
}

.portfolio-block-four .hover-effect svg{
	fill:rgba(244,149,193,0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.portfolio-block-four .lower-content{
	position: relative;
	text-align: center;
	padding-top: 20px;
}

.portfolio-block-four .title-box{
	position: relative;
}

.portfolio-block-four .title-box h3{
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #4b4342;
	font-weight: 500;
	margin-bottom: 15px;
}

.portfolio-block-four .title-box h3 svg{
	position: relative;
	display: inline-block;
    width: 39px;
    height: 13px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-block-four .title-box h3 a{
	color: #4b4342;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-block-four .title-box h3 a:hover svg{
	fill: #cb2e31;
}

.portfolio-block-four .title-box h3 a:hover{
	color: #cb2e31;
}

.portfolio-block-four .title-box h3 .div_left{
	margin-right: 10px;
}

.portfolio-block-four .title-box h3 .div_right{
	margin-left: 10px;
}

/*** 

====================================================================
		Portfolio Single
====================================================================

***/

.portfolio-single{
	position: relative;
	padding: 80px 0 30px;
}

.portfolio-single .content-box{
	position: relative;
}

.portfolio-single .image-box{
	position: relative;
}

.portfolio-single .image{
	position: relative;
	margin-bottom: 0;
	border-radius: 20px;
	overflow: hidden;
}

.portfolio-single .image img{
	display: block;
	width: 100%;
}

.portfolio-single .lower-content{
	position: relative;
	padding-top: 30px;
	margin-bottom: 40px;
}

.portfolio-single .two-column{
	position: relative;
}

.portfolio-single .title-box{
	position: relative;
	margin-bottom: 5px;
}

.portfolio-single h3{
	position: relative;
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 600;
	color: #4b4342;
	margin-bottom: 7px;
}

.portfolio-single h4{
    font-size: 28px;
    line-height: 39px;
    color: #4b4342;
    margin-bottom: 20px;
}

.portfolio-single .term{
	color: #5fcac7;
	font-size: 15px;
}

.portfolio-single p{
	position: relative;
	margin-bottom: 30px;
}

blockquote{
    display: block;
    position: relative;
    text-align: center;
    color: #4b4342;
    border: 4px solid #edecec;
    padding: 25px 10%;
    border-radius: 30px;
    font-size: 26px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 1em;
	font-family: Merienda One;
}

blockquote:before, 
blockquote:after{
    content: '“';
    color: #cb2e31;
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: -13px;
    margin-left: -22px;
    line-height: 0.9;
    height: 20px;
    width: 44px;
    background: #fff;
}

blockquote:after {
    content: '”';
    bottom: -13px;
    top: initial;
}

/* Post control Option */

.post-control-option{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.post-control-option li{
	overflow: hidden;
}

.post-control-option li.prev a,
.post-control-option li.next a{
    position: relative;
    display: block;
    padding: 8px 10px;
    border: 1px solid transparent;
    line-height: 24px;
    font-size: 17px;
    color: #4b4342;
    font-weight: 600;
    min-width: 50px;
	z-index: 2;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.post-control-option li.next .fa,
.post-control-option li.prev .fa{
	position: absolute;
	left: 0;
	top: 1px;
	height: 38px;
	line-height: 38px;
	width: 36px;
	text-align: center;
	background-color: #ffffff;
	z-index: 1;
}

.post-control-option li.next .fa{
	right: 0;
	left: auto;
}

.post-control-option li .wrap{
	position: relative;
	display: inline-block;
	margin-left: -60px;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.post-control-option li.next .wrap{
	margin-left: 0;
	margin-right: -60px;
}

.post-control-option li.next a{
	padding-left: 15px;
	padding-right: 15px;
}

.post-control-option li.prev a:hover{
	border: 1px solid #cccccc;
	padding-left: 36px;
}

.post-control-option li.next a:hover{
	border: 1px solid #cccccc;
	padding-right: 36px;
}

.post-control-option li a:hover .wrap{
	opacity: 1;
	margin: 0;
}

.post-control-option .load-more{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: auto;
}

.post-control-option .load-more a{
    width: 22px;
    height: 22px;
    margin-top: 6px;
    display: inline-block;
    position: relative;
    z-index: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-control-option .load-more .back_link span{
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #cfd0d0;
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.post-control-option .load-more .back_link span:nth-child(1){
	top: 0;
	left: 0;
}

.post-control-option .load-more .back_link span:nth-child(2){
	top: 0;
	left: 8px;
}

.post-control-option .load-more .back_link span:nth-child(3){
	top: 0;
	left: 16px;
}

.post-control-option .load-more .back_link span:nth-child(4){
	top: 8px;
	left: 0;
}

.post-control-option .load-more .back_link span:nth-child(5){
	top: 8px;
	left: 8px;
}

.post-control-option .load-more .back_link span:nth-child(6){
	top: 8px;
	left: 16px;
}

.post-control-option .load-more .back_link span:nth-child(7){
	top: 16px;
	left: 0;
}

.post-control-option .load-more .back_link span:nth-child(8){
	top: 16px;
	left: 8px;
}

.post-control-option .load-more .back_link span:nth-child(9){
	top: 16px;
	left: 16px;
}

.post-control-option .load-more .back_link:hover span:nth-child(1){
	top: -2px;
	left: -2px;
}

.post-control-option .load-more .back_link:hover span:nth-child(2){
	top: -2px;
	left: 8px;
}

.post-control-option .load-more .back_link:hover span:nth-child(3){
	top: -2px;
	left: 18px;
}

.post-control-option .load-more .back_link:hover span:nth-child(4){
	top: 8px;
	left: -2px;
}

.post-control-option .load-more .back_link:hover span:nth-child(5){
	top: 8px;
	left: 8px;
}

.post-control-option .load-more .back_link:hover span:nth-child(6){
	top: 8px;
	left: 18px;
}

.post-control-option .load-more .back_link:hover span:nth-child(7){
	top: 18px;
	left: -2px;
}

.post-control-option .load-more .back_link:hover span:nth-child(8){
	top: 18px;
	left: 8px;
}

.post-control-option .load-more .back_link:hover span:nth-child(9){
	top: 18px;
	left: 18px;
}

/* Related Products */

.related-products{
	position: relative;
}

.related-products .shop-item{
	margin-bottom: 30px;
}

/*** 

====================================================================
		Features Section
====================================================================

***/


	.features-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0 100px;
    z-index: 2;
}


.feature-block{
	position: relative;
	margin-bottom: 40px;
}

.feature-block .inner-box{
	position: relative;
	text-align: center;
}

.feature-block h4{
	position: relative;
	font-size:20px;
	line-height: 1.2em;
	color: #fff;
	margin-bottom: 10px;
}

.feature-block p{
	position: relative;
	color: #ffffff;
}

.feature-block .icon-box{
	position: relative;
	display: inline-block;
	height: 125px;
	width: 125px;
	margin-bottom: 25px;
}

.feature-block .icon-box svg{
	stroke-width:12px;
	fill:transparent;
	stroke:#ffffff;
}

.feature-block .icon{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
    text-align: center;
    z-index: 1;
    color: #ffffff;
    font-size: 62px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.features-section .btn-box{
	position: relative;
	text-align: center;
}

.features-section.style-two{
	padding: 130px 0 95px;
	margin-bottom: -100px;
}

.features-section.style-two .overlay{
	background-color: rgba(235,190,150,0.8);
}

.features-section.style-two .sec-title{
	margin-bottom: 70px;
}

/*** 

====================================================================
		Features Section Two
====================================================================

***/

.features-section-two{
	position: relative;
	overflow: hidden;
	padding: 120px 0 90px;
	z-index: 2;
}

.features-section-two .overlay{
	background-color: rgba(94,94,94,0.5);
}

.feature-block-two{
	position: relative;
	margin-bottom: 30px;
}

.feature-block-two .inner-box{
	position: relative;
	text-align: center;
}

.feature-block-two h3{
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #ffffff;
	margin-bottom: 10px;
}

.feature-block-two p{
	position: relative;
	color: #ffffff;
	margin-bottom: 30px;
}

.feature-block-two .icon-box{
	position: relative;
	display: inline-block;
	height: 120px;
	width: 120px;
	margin-bottom: 20px;
}

.feature-block-two .icon-box svg{
	fill:#ffffff;
	stroke:#ffffff;
}

.feature-block-two .icon{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
    text-align: center;
    z-index: 1;
    color: #ffffff;
    font-size: 70px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.features-section-two .btn-box{
	position: relative;
	text-align: center;
}

.features-section-two .btn-box a:hover span:before,
.features-section-two .btn-box a:hover{
	background-color: #ffffff;
	color: #4b4342;
}

/***

====================================================================
		Features Section Three
====================================================================

***/

.features-section-three{
	position: relative;
	padding: 75px 0 90px;
	background-color: #f8f5f1;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}

.features-section-three .image-column{
	position: relative;
}

.feature-block-three{
	position: relative;
	margin-bottom: 30px;
}

.feature-block-three .inner-box{
	position: relative;
	padding-right: 100px;
	text-align: right;
}

.feature-block-three .icon-box{
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}

.feature-block-three .icon-box .icon{
	position: relative;
	display: block;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	font-size: 50px;
	line-height: 74px;
	color: #4b4342;
	border: 3px solid #4b4342;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-three .inner-box:hover .icon-box .icon{
	background-color: #4b4342;
	color: #ffffff;
}

.feature-block-three h3{
	position: relative;
	font-size: 30px;
	color: #4b4342;
	margin-bottom: 10px;
}

.feature-block-three p{
	position: relative;
}

.features-section-three .left-column{
	position: relative;
}

.features-section-three .right-column{
	position: relative;
	order: 12;
}

.features-section-three .right-column .feature-block-three .inner-box{
	text-align: left;
	padding-left: 100px;
	padding-right: 0;
}

.features-section-three .right-column .feature-block-three .icon-box{
	left: 0;
	right: auto;
}

/***

====================================================================
		Features Section Four
====================================================================

***/

.features-section-four{
	position: relative;
	padding: 100px 0 105px;
	margin-top: -55px;
}

.features-section-four .overlay{
	background-color: #cb2e31 !important;
}

.feature-block-four{
	position: relative;
	margin-bottom: 70px;
}

.feature-block-four .inner-box{
	position: relative;
	text-align: center;
}

.feature-block-four .icon{
	position: relative;
	display: inline-block;
    text-align: center;
    font-size: 56px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    line-height: 1;
    margin-bottom: 35px;
}

.feature-block-four h4{
	position: relative;
	font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px;
}

.feature-block-four p{
	position: relative;
	color: #ffffff;
}


/***

====================================================================
		Recipes Section
====================================================================

***/

.recipes-section{
	position: relative;
	margin-top:0px;
	padding:60px 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.recipes-section .recipes-carousel{
	position: relative;
}

.recipe-block{
	position: relative;
}

.recipe-block .recipe-image{
	position: relative;
	margin-bottom: 0;
	text-align: center;
}

.recipe-block .recipe-image img{
	position: relative;
	display: inline-block;
	width: auto; max-width: 100%;
	height: auto;
}

.recipes-carousel .owl-nav{
	display: none;
}

.recipes-carousel .owl-dots{
	position: relative;
	margin-top: 50px;
	width: 100%;
	text-align: center;
}

.recipes-carousel .owl-dot{
	position: relative;
	display: inline-block;
	height: 12px;
	width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #cb2e31;
    opacity: 0.6;
}

.recipes-carousel .owl-dot:hover,
.recipes-carousel .owl-dot.active{
	opacity: 1;
}

.recipes-section.style-two{
	padding: 70px 0 110px;
	margin-top: -1px;
}

.recipes-section.style-two .recipe-block .recipe-image{
	text-align: left;
}

.recipes-section.style-two .recipe-block .recipe-image img{
	max-width: 100%;
	width: auto;
	height: auto;
}

.recipes-section.style-two .recipes-carousel .owl-dot{
	background-color: #4b4342;
}

/*** 

====================================================================
		Recipes Section Two
====================================================================

***/

.recipes-section-two{
	position: relative;
	padding: 80px 0 65px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.recipes-section-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: rgba(255,255,255,0.9);
}

/* Cooked Recipe Search */

.cooked-recipe-search{
	position: relative;
	margin-bottom: 20px;
}

.cooked-recipe-search .browse-recipe{
	position: relative;
	float: left;
	width: 14%;
	margin-right: 1%;
}

.browse-recipe .browse-btn{
	position: relative;
	display: block;
	cursor: pointer;
	background: rgba(0,0,0,.075);
	border-radius: 6px;
	text-align: left;
	color: #4b4342;
	width: 100%;
	font-size: .9rem;
	line-height: 3rem;
	height: auto;
	padding: 0 1rem;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
    -webkit-transition: all .2s cubic-bezier(.42,0,.15,1);
    -moz-transition: all .2s cubic-bezier(.42,0,.15,1);
    -o-transition: all .2s cubic-bezier(.42,0,.15,1);
    transition: all .2s cubic-bezier(.42,0,.15,1);
}

.browse-recipe .browse-btn:hover {
    background: rgba(0,0,0,.1);
}

.browse-recipe .browse-btn:before{
    content: "\f107";
    opacity: .25;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    position: absolute;
    top: 50%;
    font-weight: 900;
    right: 1.5rem;
    line-height: 1.25rem;
    height: 1.25rem;
    margin-top: -.5rem;
}

.browse-recipe .browse-dropdown{
	position: absolute;
    width: 170%;
    padding: 1.5rem;
	cursor: default;
	z-index: 99;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0,0,0,.1);
	top: 4rem;
	left: -11px;
	margin: 0;
	line-height: 1.5rem;
	border-radius: 3px;
}

.browse-recipe .browse-dropdown a{
	position: relative;
	display: block;
	display: block;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5fcac7;
    line-height: 1.6em;
}

.browse-recipe .browse-dropdown a:hover{
    color: #5fcac7;
}

.browse-dropdown .cooked-title{
	display: block;
	font-size: .9rem;
	font-weight:800;
	text-transform: uppercase;
	margin: 0 0 .6rem;
	padding: 0 10px .6rem 0;
	border-bottom: 1px solid rgba(0,0,0,.15);
}

/* Search Recipe Form */

.search-recipe-form{
	position: relative;
	float: left;
	width: 85%;
}

.search-recipe-form .form-group{
	position: relative;
}

.search-recipe-form .cooked-browse-search{
	position: relative;
    background-color: #fff;
    font-size: 16px;
    color: #4b4342;
    padding: 0 10px;
    border: 1px solid #edecec;
    max-width: 100%;
    margin: auto;
    min-width: 160px;
    min-height: 48px;
    border-radius: 6px;
    width: 100%;
}

.search-recipe-form .cooked-sortby-wrap{
	position: absolute;
	right: 56px;
	top: 0;
	max-width: 192px;
}

.cooked-recipe-search .cooked-sortby-wrap select {
    margin: 0;
    box-shadow: none;
    position: relative;
    width: 100%;
    min-width: 190px;
    background: 0 0;
    cursor: pointer;
    font-size: .9rem;
    border: none;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    border-radius: 0;
    display: inline-block;
    padding: 0 1.25rem;
}

.cooked-recipe-search .search-recipe-submit{
	position: absolute;
	right: 0;
	top: 0;
}

.cooked-recipe-search .search-recipe-submit .theme-btn{
	position: relative;
    right: 1px;
    width: 56px;
    text-decoration: none;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    line-height: 48px;
    height: 48px;
    cursor: pointer;
    background-color: #5fcac7;
    border-radius: 0 6px 6px 0;
    -webkit-transition: all .2s cubic-bezier(.42,0,.15,1);
    -moz-transition: all .2s cubic-bezier(.42,0,.15,1);
    -o-transition: all .2s cubic-bezier(.42,0,.15,1);
    transition: all .2s cubic-bezier(.42,0,.15,1);
}

.cooked-recipe-search .search-recipe-submit .theme-btn:hover{background-color: #1b9371;}

.form-control{
position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 10px 20px 10px 30px;
    height: 42px;
    color: #4b4342;
    font-size: 17px;
    border: 1px solid #edecec;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;}
    
 .image_file {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding:0px;
    background: #fff;
    height: 42px; line-height: 26px;
}

/* Style Choose File Button */
.image_file::file-selector-button {
    background: #e9ecef;
    border: 1px solid #ccc;
    padding: 6px 12px;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
}

/* Hover effect */
.image_file::file-selector-button:hover {
    background: #ddd;
}   
    
.input-icon2 {
    position: absolute;
    left: 30px;
    top:60%;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
    font-size: 14px;
}  

.select-wrapper {position: relative; width: 100%;}

.form-select {
    width: 100%;
    height: 45px;
    padding: 10px 40px 10px 14px; /* extra right padding */
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius:6px;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Hover */
.form-select:hover {
    border-color: #1c65af;
}

/* Focus */
.form-select:focus {
    border-color: #1c65af;
    box-shadow: 0 0 0 3px rgba(28, 101, 175, 0.15);
}

/* Custom Arrow */
.select-wrapper::after {
    content: "?";
    position: absolute;
    right: 15px;
    top: 72%;
    transform: translateY(-50%);
    font-size:16px;
    color: #666;
    pointer-events: none;
}




/* Recipe Block Two */

.recipe-block-two{
	position: relative;
	margin-bottom: 30px;
}

.recipe-block-two .image-box{
	position: relative;
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition: all .2s cubic-bezier(.42,0,.15,1);
	-moz-transition: all .2s cubic-bezier(.42,0,.15,1);
	-ms-transition: all .2s cubic-bezier(.42,0,.15,1);
	-o-transition: all .2s cubic-bezier(.42,0,.15,1);
	transition: all .2s cubic-bezier(.42,0,.15,1);
}

.recipe-block-two .image-box:hover{
    -webkit-transform: translate3d(0,-2px,0);
    -moz-transform: translate3d(0,-2px,0);
    -ms-transform: translate3d(0,-2px,0);
    -o-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.075);
    -ms-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.075);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.075);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.075);
}

.recipe-block-two .date{
	position: absolute;
    min-width: 84px;
    min-height: 84px;
    top: 10px;
    left: 12px;
    padding: 12px 0;
    border-radius: 50px;
    text-align: center;
    background: #ffffff;
	font-size: 28px;
	line-height: 1.2em;
    display: block;
    font-weight: 500;
    color: #cb2e31;
    font-family: Merienda One;
    z-index: 1;
}

.recipe-block-two .date span{
	display: block;
	color: #4b4342;
    font-size: 18px;
	line-height: 1em;
}

.recipe-block-two .image{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 0;
}

.recipe-block-two .image img{
	display: block;
	width: 100%;
}

.recipe-block-two .caption-box{
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: calc(100% - 40px);
    box-shadow: none;
    box-sizing: border-box;
    background: rgba(255,255,255,0.85);
    margin: 20px;
    border-radius: 15px;
    padding-bottom: 2px;
    padding-top: 12px;
}

.recipe-block-two .caption-box h3{
	position: relative;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.65rem;
	margin: .25rem 0;
	color: #4b4342;
}

.recipe-block-two .caption-box h3 a{
	color: #4b4342;
	display: inline-block;
}

.recipe-block-two .caption-box .devider{
	display: block;
	width: 15%;
    height: 6px;
    border-radius: 3px;
    background: #ddd;
    margin: 1rem auto;
	-webkit-transition: all .2s cubic-bezier(.42,0,.15,1);
    -moz-transition: all .2s cubic-bezier(.42,0,.15,1);
    -o-transition: all .2s cubic-bezier(.42,0,.15,1);
    transition: all .2s cubic-bezier(.42,0,.15,1);
}

.recipe-block-two .image-box:hover .caption-box .devider{
	width: 25%;
	background-color: #5FCAC4;
}


.recipes-section-two.alternate{
	padding: 120px 0 100px;
	margin-top: -30px;
}

.recipes-section-two.alternate:before{
	background-color: rgba(0,0,0,0.1);
}

.recipes-section-two.alternate .sec-title{
	margin-bottom: 60px;
}

.recipes-section-two.alternate .btn-box{
	position: relative;
	text-align: center;
	margin-top: 20px;
}

/*** 

====================================================================
		Recipe Section Three
====================================================================

***/

.recipes-section-three{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 180px 0 150px;
	margin-top: -90px;
}

.recipes-section-three:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	content: "";
}

.recipes-section-three .title-column{
	position: relative;
	display: flex;
}

.recipes-section-three .title-column .inner-column{
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    text-align: center;
}

.recipes-section-three .title-column h3{
	position: relative;
	color: #4b4342;
    font-size: 42px;
    line-height: 1.2em;
	margin-bottom: 30px;
}

.recipes-section-three .title-column h3 span{
	position: relative;
	display: block;
	color: #5fcac7;
}

.recipes-section-three .divider{
	margin-bottom: 20px;
}

.recipes-section-three .divider img{
	position: relative;
	display: block;
	height: 40px;
	margin: 0 auto;
}

.recipes-section-three .slider-column{
	position: relative;
}

.recipes-section-three .owl-dots{
	margin-top: 30px;
}


/*** 

====================================================================
		Recipe Single
====================================================================

***/

.recipe-single{
	position: relative;
}

.recipe-block-two .lower-content{
	position: relative;
	padding-top: 40px;
}

.recipe-block-two .lower-content p{
	position: relative;
	margin-bottom: 1em;
}

.recipe-block-two .post-info{
	position: relative;
    background: #f8f8f8;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
	margin-bottom: 30px;
}

.recipe-block-two .post-info li{
	position: relative;
    display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #4b4342;
    margin-right: 16px;
}

.recipe-block-two .post-info li:last-child{
	margin-right: 0;
}

.recipe-block-two .post-info li a{
	color: #4b4342;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.recipe-block-two .post-info li a:hover{
	color: #cb2e31;
}

.recipe-block-two .post-info li .icon{
	position: relative;
	float: left;
	margin-right: 10px;
	color: #cb2e31;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}

.cooked-recipe-info{
	position: relative;
	margin-bottom: 1rem;
}

.cooked-recipe-info .cooked-left{
	position: relative;
	float: left;
}

.cooked-recipe-info .cooked-right{
	position: relative;
	float: right;
}

.cooked-recipe-info .cooked-time,
.cooked-recipe-info .cooked-servings,
.cooked-recipe-info .cooked-difficulty-level,
.cooked-recipe-info .cooked-category,
.cooked-recipe-info .cooked-author{
	position: relative;
	line-height: 1.25rem;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 2rem 1rem 0;
    display: inline-block;
    width: auto;
}

.cooked-recipe-info .cooked-time,
.cooked-recipe-info .cooked-servings,
.cooked-recipe-info .cooked-author{
	padding-left: 50px;
}

.cooked-recipe-info .cooked-icon,
.cooked-recipe-info .cooked-author .cooked-author-avatar{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
}

.cooked-recipe-info .cooked-author .cooked-author-avatar img{
	display: block;
	width: 100%;
	border-radius: 50%;
}

.cooked-recipe-info .cooked-icon{
	font-size: 30px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #999999;
}

.cooked-recipe-info strong {
    font-size: .75rem;
    letter-spacing: .03rem;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    color: #4b4342;
}

.cooked-recipe-info a{
	color: #5fcac7;
	display: inline-block;
	font-size: 17px;
}

.cooked-recipe-info a:hover{
	color: #5fcac7;
}

.cooked-recipe-info .difficulty{
	position: relative;
	font-size: 18px;
	color: #4b4342;
}

.cooked-recipe-info .sortby-select{
	width: 270px;
	height: 34px;
}

.cooked-recipe-info .select2-selection--single{
	height: 34px;
	padding: 3px 0;
	border-radius: 0px;
}

.cooked-recipe-info .select2-selection__arrow b:before,
.cooked-recipe-info .select2-selection__arrow b{
	background-color: transparent !important;
}

.cooked-recipe-info .cooked-print,
.cooked-recipe-info .cooked-fsm-button{
	position: relative;
	display: inline-block;
	margin-left: 20px;
}

.cooked-recipe-info .cooked-fsm-button .cooked-icon,
.cooked-recipe-info .cooked-print .cooked-icon{
	position: relative;
	display: inline-block;
	font-size: 40px;
}

.cooked-recipe-info .cooked-time .cooked-icon{
	font-size: 36px;
}

.cooked-recipe-info .cooked-time{
	font-size: 16px;
}

.cooked-recipe-info .cooked-time:last-child{
	margin-right: 0;
}

/* Cooked Recipe Ingredients */

.cooked-recipe-ingredients{
	position: relative;
	margin-bottom: 2rem;
}

.cooked-single-ingredient{
	position: relative;
    padding: .5rem 0 0 2rem;
    margin: 0;
    font-size: 16px;
}

.cooked-single-ingredient .cooked-ingredient-checkbox{
    position: absolute;
    top: .5rem;
    left: 0;
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #ddd;
    margin: .2rem .8rem 0 0;
    border-color: rgba(0,0,0,.2);
    -webkit-transition: all .1s cubic-bezier(.42,0,.15,1);
    -moz-transition: all .1s cubic-bezier(.42,0,.15,1);
    -o-transition: all .1s cubic-bezier(.42,0,.15,1);
    transition: all .1s cubic-bezier(.42,0,.15,1);
}

.cooked-single-ingredient .cooked-ingredient-checkbox:hover {
    border-color: #bbbbbb;
    border-color: rgba(0,0,0,.5);
}

.cooked-single-ingredient.checked .cooked-ingredient-checkbox:after{
    position: absolute;
    top: -2px;
    left: 0;
    font-size: .6rem;
    line-height: 1rem;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "\f00c";
    color: #888888;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.cooked-single-ingredient.checked{
    text-decoration: line-through;
    opacity: .5;
}

/* Cooked Recipe Directions */

.cooked-recipe-directions{
	position: relative;
}

.cooked-single-direction{
	position: relative;
    padding-left: 2rem;
}

.cooked-single-direction .cooked-direction-number{
    opacity: .35;
    position: absolute;
    display: inline-block;
    width: auto;
    height: 1.5rem;
    line-height: 1.5rem;
    font-weight: 800;
    top: 0;
    left: 0;
    font-size: 1.5rem;
}

.cooked-single-direction p{
	position: relative;
	margin-bottom: 0 !important;
}

.recipe-single .devider{
	position: relative;
	margin: 90px auto 80px;
    outline-style: none;
    text-align: center;
    min-height: 3px;
    border-color: #edecec;
    overflow: hidden;
    max-width: 370px;
    z-index: 1;
}

.recipe-single .devider img{
    display: block;
    margin: auto;
    padding: 0 20px;
    height: 36px;
    background: #ffffff;
}

.recipe-single .devider:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;

    left: 0;
    top: 50%;
    margin-top: -1.5px;
    border-bottom: 3px solid;
    border-color: inherit;
}

/***

====================================================================
		Recipe Full Screen
====================================================================

***/

.jquery-modal{
	z-index: 99;
}

.jquery-modal .model{
	position: absolute;
	max-width: 100%;
	width: 100%;
	padding: 0;
	left: 0;
	top: 0;
}

.recipe-fullscreen-model{
    position: absolute;
    width: 100%;
    height: 100%;
}

.cooked-fsm-directions .cooked-panel, 
.cooked-fsm-ingredients .cooked-panel{
    padding-left: 1%;
    padding-right: 2%;
}

.recipe-fullscreen-model h2{
    margin-bottom: 0.5em;
    font-size: 1rem;
    padding: 0;
    letter-spacing: .05rem;
    text-transform: uppercase;
    font-weight: 800;
}

.recipe-fullscreen-model .cooked-fsm-top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.2rem;
	background: #16a780;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    padding: 0 4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 3.5rem;
    height: 3.5rem;
    z-index: 9;
}

.recipe-fullscreen-model .cooked-fsm-ingredients{
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	padding: 5.5rem 2rem 1rem;
	font-size: 1rem;
	line-height: 1.6rem;
	height: 100vh;
	background: #f9f9f9;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.recipe-fullscreen-model .cooked-fsm-ingredients .cooked-recipe-ingredients{
	margin-top: -.75rem;
}

.recipe-fullscreen-model .cooked-fsm-ingredients .cooked-single-ingredient{
    padding: .75rem 0 0 2rem;
}

.recipe-fullscreen-model .cooked-single-direction{
	padding-left: 2.3rem;
}

.recipe-fullscreen-model .cooked-single-direction p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0 0 1.5rem !important;
}

.recipe-fullscreen-model .cooked-single-direction .cooked-direction-number {
    font-size: 1.8rem;
}

.recipe-fullscreen-model .cooked-fsm-directions{
	position: absolute;
	right: 0;
	top: 0;
    box-sizing: border-box;
    padding: 5.5rem 2rem 1rem;
    font-size: 1rem;
    line-height: 1.6rem;
	width: 70%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.close-recipe-fsm{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 30px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	background-color: #16a780;
	color: #ffffff;
	z-index: 999;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.close-recipe-fsm:hover{
	color: #ffffff;
}

.recipe-fullscreen-model .cooked-ingredient-checkbox{
	top: .75rem;
}

/*** 

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-section{
	position: relative;
	padding: 100px 0px;
  background-color: transparent;
  margin-bottom: -100px;
  z-index: 2;
	
}

.testimonial-section .shape_wrapper .overlay{background-color: #ecbd96;}

.testimonial-carousel{position: relative;}
.testimonial-block{position: relative;}

.testimonial-block .inner-box{position: relative;	text-align: center;}

.testimonial-block .testimonial_img{position: relative;}

.testimonial-block .testimonial_img .thumb-box{
	position: relative;
	display: inline-block;
	border-radius: 50%;
	border: 4px solid #ffffff;
}

.testimonial-block .testimonial_img .thumb-box img{
    border-radius: 50%;
    vertical-align: top; height: 100px;
}

.testimonial-block .testimonial_img .div_left, 
.testimonial-block .testimonial_img .div_right{
    display: inline-block;
    width: 65px;
    height: 21px;
    margin-top: 30px;
    vertical-align: top;
}

.testimonial-block .testimonial_img .div_left{
	margin-right: 10px;
}

.testimonial-block .testimonial_img .div_right{
	margin-left: 10px;
}

.testimonial-block .text{
	position: relative;
	color: #000000;
	max-width: 750px;
	margin: 0 auto 25px;
}

.testimonial-block .name{
	position: relative;
	display: block;
	font-size: 24px;
	color: #ffffff;
	font-family: 'Merienda One', cursive;
	margin-bottom: 5px;
}

.testimonial-block p{	
	font-size:16px;
	color: #f8e607;
	font-family: 'Merienda One', cursive;
	margin-bottom:0px;
}

.testimonial-block .designation{
	position: relative;
	display: block;
	font-size: 17px;
	color: #ffffff;
}

.testimonial-carousel .owl-nav{
	display: none;
}

.testimonial-carousel .owl-dots{
	position: relative;
	margin-top: 25px;
	width: 100%;
	text-align: center;
}

.testimonial-carousel .owl-dot{
	position: relative;
	display: inline-block;
	height: 12px;
	width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.6;
}

.testimonial-carousel .owl-dot:hover,
.testimonial-carousel .owl-dot.active{
	opacity: 1;
}

.testimonial-section.style-two{
	padding: 230px 0;
	margin-bottom: -100px;
	z-index: 1;
}

.testimonial-section.style-two .overlay{
	background-color: rgba(0,0,0,0.3);
}

/*** 

====================================================================
		Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position: relative;
	padding: 100px 0 90px;
}

.testimonial-section-two .sec-title{
	margin-bottom: 25px;
}

.testimonial-section-two .content-box{
	position: relative;
	text-align: center;
	max-width: 650px;
	margin: 0 auto 30px;
}

.testimonial-section-two .content-box p{
	color: #ffffff;
}

.testimonial-section-two .content-box h4{
	position: relative;
	font-size: 28px;
	line-height: 1.2em;
	color: #ffffff;
	margin-bottom: 15px;
}

/*** 

====================================================================
		Testimonial Section Three
====================================================================

***/

.testimonial-section-three{
	padding: 30px 0 90px;
	margin-top: -40px;
}

.testimonial-section-three .overlay{
	display: none;
}

.testimonial-section-three .testimonial-block .testimonial_img .thumb-box{
	border-color: #d1f16a;
}

.testimonial-section-three .testimonial-block .testimonial_img .div_left, 
.testimonial-section-three .testimonial-block .testimonial_img .div_right{
	fill: #d1f16a;
}

.testimonial-section-three .testimonial-block .inner-box{
	padding: 0 15px;
}

.testimonial-section-three .testimonial-block .name,
.testimonial-section-three .testimonial-block .text{
	color: #4b4342;
}

.testimonial-section-three .owl-nav{
	display: none;
}

.testimonial-section-three .owl-dots{
	position: relative;
	margin-top: 25px;
	width: 100%;
	text-align: center;
}

.testimonial-section-three .owl-dot{
	position: relative;
	display: inline-block;
	height: 12px;
	width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #82d5af;
    opacity: 0.6;
}

.testimonial-section-three .owl-dot:hover,
.testimonial-section-three .owl-dot.active{
	opacity: 1;
}

/*=============================
	Testimonial Block Two
==============================*/

.testimonial-block-two{
	position: relative;
	margin-bottom: 30px;
}

.testimonial-block-two .inner-box{
	position: relative;
	text-align: center;
}

.testimonial-block-two .testimonial_img{
	position: relative;
}

.testimonial-block-two .testimonial_img .thumb-box{
	position: relative;
	display: inline-block;
	border-radius: 50%;
	border: 4px solid #5fcac7;
}

.testimonial-block-two .testimonial_img .thumb-box img{
    border-radius: 50%;
    vertical-align: top;
}

.testimonial-block-two .testimonial_img .div_left, 
.testimonial-block-two .testimonial_img .div_right{
    display: inline-block;
    width: 65px;
    height: 21px;
    margin-top: 30px;
    vertical-align: top;
    fill: #5fcac7;
}

.testimonial-block-two .testimonial_img .div_left{
	margin-right: 10px;
}

.testimonial-block-two .testimonial_img .div_right{
	margin-left: 10px;
}

.testimonial-block-two .text{
	position: relative;
	margin: 0 0 25px;
}

.testimonial-block-two .name{
	position: relative;
	display: block;
	font-size: 24px;
	color: #4b4342;
	font-family: 'Merienda One', cursive;
}

.testimonial-block-two.style-two .testimonial_img .div_left, 
.testimonial-block-two.style-two .testimonial_img .div_right{
	fill: #cb2e31;
}

.testimonial-block-two.style-two .testimonial_img .thumb-box{
	border-color: #cb2e31;
}

/*** 

====================================================================
		Pricing Section
====================================================================

***/


.contact-address-bg{background-color:#282a2a; padding: 20px; color: #fff; min-height:675px; border-radius:50px 0px 50px 0px;}
.contact-form-bg{background-color:#cb2f31; padding: 20px; color: #fff; min-height:675px; border-radius:0px 50px 0px 50px; }

.contact-address-bg p {color: #fff;}
.contact-address-bg li {color: #fff !important;}



.main_card {
  background-color: #f0dfd1; border:2px solid #ecbd96;
  padding:20px;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.main_card a h2{ color:#000;}

.main_card h2 {font-size:22px; font-weight: 600;  margin-bottom: 20px;  }
.main_card p {font-size: 16PX; line-height: 22px; margin-top: 20px;padding: 20PX 0PX; color:#000;}
.main_card .main_card_image {height:auto;}

.main_card .main_card_image img {
  height: 100%;
  width: 100%;
  object-fit: cover; border: 1px solid #fff;
  object-position: center center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.main_card .bg-red {
  background-color: #ee1137;border:#fff; color: #fff;
}

.btn:focus {
  box-shadow: none;
}




.pricing-section{position: relative;padding:30px 0 60px;}

.pricing-section.alternate{padding: 80px 0 60px;}

.pricing-table{position: relative;	margin-bottom: 50px;}

.pricing-table .inner-box{
	position: relative;
	text-align: center;
	max-width:100%;
	margin: 0 auto;
	background-color: #ffffff;
	border: 4px solid #5fcac7;
	border-radius: 10px;
	margin-top:20px;
	padding-top:0px;
	z-index: 9;
}

.pricing-table .pricing-svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 180px;
	z-index: -1;
	overflow: hidden;
}

.pricing-table .pricing-svg svg{
	fill: #5fcac7;
	width: 100%;
	height: 100%;
}

.pricing-table .image-box{
	position: absolute;
	top: -78px;
	left: 0;
	width: 100%;
}

.pricing-table .image-box .image{
	position: relative;
    height: 70px;
    max-width: 60%;
    z-index: 1;
    margin: 0 auto;
}

.pricing-table .image-box .image img{
	display: inline-block; 
}

.pricing-table .title-box{
	position: relative;
	display: block;
}

.pricing-table img{
	display: inline-block;max-width:100%;width:100%; height:auto;z-index: -10;
}



.pricing-table .title-box h3{
	position: relative;
    text-align: center; font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 15px;
    padding-bottom:10px;
}

.pricing-table .price-box{
	position: relative;
	margin-bottom: 20px;
}

.pricing-table .price-box .price{
	position: relative;
	font-size: 48px;
	line-height: 1em;
    color: #4b4342;
	font-family: Merienda One;
	vertical-align: middle;
	margin-bottom: 20px;
}

.pricing-table .price-box .price sup{
    font-size: 24px;
    line-height: 1;
}

.pricing-table .price-box .title{
    font-size: 14px;
    display: inline-block;
    color: #fff;
    padding: 0 25px;
    border-radius: 30px;
    background-color: #cb2e31;
}

.pricing-table .table-content{
    padding: 0 20px;
    margin-top: 25px;
}

.pricing-table .table-content li{
	position: relative;
	padding: 11px 0;
	font-size: 16px;
    border-bottom: 1px solid #5fcac7;
    color: #4b4342;
}

.pricing-table .table-footer{
	position: relative;
	padding: 12px 30px 15px;
}

.pricing-table .pricing-highlight{
	position: absolute;
	right: -15px;
	top: -15px;
	height: 78px;
	width: 78px;
}

.pricing-table .pricing-highlight svg{
	stroke:#5fcac7;
	fill:#ffffff;
	stroke-width:4;
}

.pricing-table .pricing-highlight h5{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #4b4342;
	line-height: 78px;
}

.pricing-table.tagged .inner-box{
	border-color: #cb2f31;
}

.pricing-table.tagged .pricing-svg svg{
	fill: #cb2f31;
}

.pricing-table.tagged .price-box .title{
	background-color: #5fcac7;
}

.sidebar-widget .widget-title{ font-weight:800}

/*=== Pricing Section Style Two ===*/

.pricing-section.style-two{
	position: relative;
	padding: 60px 0 170px;
}

.pricing-section.style-two .overlay{
	background-color: rgba(116,188,188,0.8);
}

.pricing-section.style-two .pricing-table .pricing-svg svg{
	fill: #82d5af;
}

.pricing-section.style-two .pricing-table .inner-box{
	border-color: #82d5af;
}

.pricing-section.style-two .pricing-table .price-box .title{
	background-color: #5eb8c0;
}

.pricing-section.style-two .pricing-table.tagged .inner-box{
	border-color: #d1f16a;
}

.pricing-section.style-two .pricing-table.tagged .pricing-svg svg{
	fill: #d1f16a;
}

/*** 

====================================================================
		Reservation Section
====================================================================

***/

.reservation-section{
	position: relative;
	padding: 90px 0;
}

.reservation-section .overlay{
	background-color: rgba(242,164,173,0.65);
}

.reservation-section .sec-title{
	margin-bottom: 40px;
}

.reservation-section .sec-title h2{
	font-size: 51px;
}

.reservation-section .form-outer{
	position: relative;
	max-width: 570px;
	margin: 0 auto;
	text-align: center;
}

.reservation-section .text{
	color: #ffffff;
	margin-bottom: 55px;
}

/*=== Footer Form ===*/

/* Footer Menu */
.footmenulink {
    list-style: none;
    padding: 0;
    margin:0px 0px 0px 15px;
}

@media only screen and (max-width: 767px) {

.footmenulink { 
  display: block;
  text-align: center;
  width: 100%;
  margin-left: 0;
}

.main-footer .footer-widget { 
  text-align: center;
}

}


.footmenulink li {
    margin-bottom: 8px;
}

.footmenulink li a {
    text-decoration: none;
    color: #ffffff;   /* change if needed */
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Arrow Icon */

.footmenulink li a::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #fdde02;
    font-size: 16px;
}



/* Hover Effect */
.footmenulink li a:hover {
    color: #f16924;
    padding-left: 22px;
}


/* Animation */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.reservation-form{
	position: relative;
}

.reservation-form .form-group{
	position:relative;
	margin-bottom:18px;	
}

.reservation-form .form-group:last-child{
	margin-bottom: 0;
}

.reservation-form .form-group input[type="text"],
.reservation-form .form-group input[type="email"],
.reservation-form .form-group input[type="url"],
.reservation-form .form-group textarea,
.reservation-form .form-group select{
	position: relative;
	width: 100%;
	display: block;
    color: #222222;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 15px;
    border: 1px solid #edecec;
    border-radius: 5px;
    height: 42px;
    background-color: rgba(255,255,255,1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.reservation-form .form-group input:focus,
.reservation-form .form-group select:focus,
.reservation-form .form-group textarea:focus{
	border-color:#ffffff;
}

.reservation-form .form-group textarea{
	height: 125px;
	resize: none;
}

.reservation-form .form-group input[type="submit"],
.reservation-form .form-group button{
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	font-weight: 500;
	color: #4b4342;
	font-size: 16px;
	background-color: #ffffff;
	padding: 10px 15px;
	line-height: 20px;
	border: 1px solid #edecec;
	border-radius: 4px;
	width: 160px;
	text-align: center;
	transition: all 300ms ease;
	margin-top: 8px;
}

.reservation-form .form-group input[type="submit"]:hover,
.reservation-form .form-group button:hover{
	background-color: #4b4342;
	color: #ffffff;
	border: 1px solid #4b4342;
}

.reservation-form input.error:focus,
.reservation-form select.error:focus,
.reservation-form textarea.error:focus{
	border-color:#ff0000;	
}

.reservation-form label.error{
	display:block;
	font-weight:500;
	font-size:13px;
	text-transform:capitalize;
	line-height:24px;
	color:#ff0000;
	margin-bottom: 0;
}

/*** 

====================================================================
		Reservation Section Two
====================================================================

***/

.reservation-section-two{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0 135px;
	margin-bottom: -60px;
}

.reservation-section-two .overlay{
	background-color: rgba(242,164,173,0.65);
}

.reservation-section-two .sec-title{
	margin-bottom: 20px;
}

.reservation-section-two .sec-title h2{
	font-size: 51px;
}

.reservation-section-two .reservation-form p{
	margin-bottom: 20px;
}

.reservation-section-two .reservation-form .divider{
	margin-bottom: 50px;
}

.reservation-section-two .reservation-form .divider img{
	height: 39px;
	width: auto;
}

.reservation-section-two .form-outer{
	position: relative;
	max-width: 370px;
	margin: 0 auto;
	text-align: center;
}

.reservation-section-two .text{
	color: #ffffff;
	margin-bottom: 55px;
}

/*** 

====================================================================
		Team Section
====================================================================

***/

.team-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 70px 0 40px;
}

.team-section.style-two{
	padding: 80px 0 60px;
}

.team-section.style-two .sec-title{
	margin-bottom: 50px;
}

.team-block{
	position: relative;
	margin-bottom: 30px;
}

.team-block .inner-box{
	position: relative; background-color: #efefef; border: 1px solid #ddd; padding: 15px;
	text-align: center;
}

.team-block .image-box{
	position: relative;
	margin-bottom: 15px;
}

.team-block .social-links{
	position: absolute;
	left: 0;
	top: 50%;
	width:100%;
	margin-top: 20px;
	text-align: center;
	z-index: 1;
}

.team-block .social-links li{
	position: relative;
    display: inline-block;
    margin: 0 5px;
}

.team-block .social-links li a{
    color: #ffffff;
    display: block;
    font-size: 24px;
    line-height: 44px;
    z-index: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #cb2e31;
    border: 3px solid #cb2e31;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .social-links li a:hover{
	background-color: #ffffff;
	color: #cb2e31;
}

.team-block .inner-box:hover .social-links li a{
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 1;
	visibility: visible;	
}

.team-block .inner-box:hover .social-links li:nth-child(2) a{
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}

.team-block .inner-box:hover .social-links li:nth-child(3) a{
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

.team-block .image{
	position: relative;
	margin-bottom: 0;
	max-width: 270px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	padding: 10px;
}

.team-block .image:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 10px solid #cb2e31;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0.5;
}

.team-block .image img{
	display: block;
	width: 100%;
    border-radius: 50%;
}

.team-block .name{
	position: relative;
	font-size: 30px;
	color: #4b4342;
	line-height: 1.39em;
	margin-bottom: 0;
}

.team-block .name a{
	color: #4b4342;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-block .name a:hover{
	color: #cb2e31;
}

.team-block .name svg{
	fill: #4b4342;
	width: 58px;
    display: block;
    margin: 4px auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-block .name a:hover svg{
	fill: #cb2e31;
}

.team-block .designation{
	display: block;
	font-size: 16px;
	color: #4b4342;
}

.team-carousel .owl-dots{
	position: relative;
	margin-top: 40px;
	width: 100%;
	text-align: center;
}

.team-carousel .owl-dot{
	position: relative;
	display: inline-block;
	height: 12px;
	width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #cb2e31;
    opacity: 0.6;
}

.team-carousel .owl-dot:hover,
.team-carousel .owl-dot.active{
	opacity: 1;
}

/*** 

====================================================================
		Team Single
====================================================================

***/

.team-single{
	position: relative;
	padding: 80px 0 30px;
}

.team-single .image-column{
	position: relative;
	margin-bottom: 50px;
}

.team-single .image-box{
	position: relative;
	text-align: center;
}

.team-single .image{
	position: relative;
	margin-bottom: 0;
	border-radius: 50%;
	overflow: hidden;
	padding: 10px;
	max-width: 370px;
	margin: 0 auto 10px;
}

.team-single .image:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 10px solid #cb2e31;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0.5;
}

.team-single .image img{
	display: block;
	width: 100%;
    border-radius: 50%;
}

.team-single .social-links{
	position: relative;
	display: block;
	text-align: center;
	z-index: 1;
}

.team-single .social-links li{
	position: relative;
    display: inline-block;
    margin: 0 3px;
}

.team-single .social-links li a{
    color: #ffffff;
    display: block;
    font-size: 24px;
    line-height: 44px;
    z-index: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #cb2e31;
    border: 3px solid #cb2e31;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-single .social-links li a:hover{
	background-color: #ffffff;
	color: #cb2e31;
}

.team-single .content-column{
	position: relative;
}

.team-single .content-column .inner-column{
	position: relative;
}

.team-single .name{
	position: relative;
	font-size: 36px;
	color: #4b4342;
	line-height: 1.4em;
	margin-bottom: 0;
}

.team-single .name a{
	color: #4b4342;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-single .name a:hover{
	color: #cb2e31;
}

.team-single .designation{
	display: block;
	font-size: 16px;
	color: #4b4342;
	margin-bottom: 10px;
}

/***

==================================================================
		Blog Section
==================================================================

***/

.blog-section{
	position: relative;
	padding: 105px 0 0px;
}

.blog-masonry{
	position: relative;
	padding: 80px 0;
}

.blog-sidebar .news-block{
	text-align: center;
	margin-bottom: 50px;
}

.blog-masonry .news-block .image-column,
.blog-sidebar .news-block .image-column{
	margin-bottom: 35px;
}

.blog-three-column .news-block .post-info,
.blog-masonry .news-block .post-info{
	display: inline-block;
	margin-bottom: 12px;
}

.blog-three-column .news-block .post-info li,
.blog-masonry .news-block .post-info li{
	float: left;
}

.blog-three-column .news-block,
.blog-two-column .news-block,
.blog-masonry .news-block{
	margin-bottom: 25px;
	text-align: center;
}

.news-block{
	position: relative;
	margin-bottom: 70px;
}

.news-block .inner-box{
	position: relative;
}

.news-block .image-column{
	position: relative;
	margin-bottom: 25px;
}

.news-block .image-column .inner-column{
	position: relative;
}

.news-block .image-column .date{
	position: absolute;
    min-width: 84px;
    min-height: 84px;
    top: 10px;
    left: 12px;
    padding: 12px 0;
    border-radius: 50px;
    text-align: center;
    background: #ffffff;
	font-size: 28px;
	line-height: 1.2em;
    display: block;
    font-weight: 500;
    color: #cb2e31;
    font-family: Merienda One;
    z-index: 1;
}

.news-block .image-column .date span{
	display: block;
	color: #4b4342;
    font-size: 18px;
	line-height: 1em;
}

.news-block .image{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 0;
}

.news-block .image iframe{
	position: relative;
	width: 100%;
}

.news-block .image img{
	display: block;
	width: 100%;
	height: auto;
}

.news-block .content-column{
	position: relative;
	margin-bottom: 25px;
}

.news-block .content-column .inner-column{
	position: relative;
}

.news-block h3{
	position: relative;
	font-size: 26px;
	color: #4b4342;
	font-weight: 500;
	margin-bottom: 25px;
}

.news-block h3 a{
	color: #4b4342;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block h3 a:hover{
	color: #cb2e31;
}

.news-block .post-info{
	position: relative;
    background: #f8f8f8;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
	margin-bottom: 30px;
}

.news-block .post-info li{
	position: relative;
    display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #4b4342;
    margin-right: 16px;
}

.news-block .post-info:after{
	display: table;
	clear: both;
	content: "";
}

.news-block .post-info li:last-child{
	margin-right: 0;
}

.news-block .post-info li a{
	display: inline-block;
	color: #4b4342;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .post-info li a:hover{
	color: #cb2e31;
}

.news-block .post-info li .icon{
	position: relative;
	float: left;
	margin-right: 10px;
	color: #cb2e31;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}

.news-block .text{
	position: relative;
	margin-bottom: 30px;
}

.news-block .devider{
	position: relative;
    margin-left: auto;
    margin-right: auto;
    outline-style: none;
    text-align: center;
    min-height: 3px;
    border-color: #edecec;
    overflow: hidden;
    max-width: 370px;
    z-index: 1;
}

.news-block .devider img{
    display: block;
    margin: auto;
    padding: 0 20px;
    height: 36px;
    background: #ffffff;
}

.news-block .devider:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    border-bottom: 3px solid;
    border-color: inherit;
}

.news-block.style-two .inner-box{
	text-align: right;
}

.news-block.style-two .image-column{
	order: 2;
}

.news-block .single-item-carousel{
	position: relative;
}

.news-block .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	margin-top: -20px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block .inner-box:hover .owl-nav{
	opacity: 1;
	visibility: visible;
}

.news-block .owl-next,
.news-block .owl-prev{
	position: absolute;
	left: 10px;
	top: 0;
	height: 50px;
	width: 50px;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	line-height: 46px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block .owl-next{
	left: auto;
	right: 10px;
}

.news-block .owl-next:hover,
.news-block .owl-prev:hover{
	background-color: #ffffff;
	color: #cb2e31;
}

.blog-masonry .row{
	margin: 0 -20px;
}

.blog-two-column .styled-pagination,
.blog-masonry .styled-pagination{
	margin-top: 30px;
}

.blog-sidebar .styled-pagination{
	margin-top: 100px;
}

.styled-pagination ul{
	position: relative;
    display: inline-block;
    border: 3px solid #edecec;
    border-radius: 30px;
    padding: 5px 10px;
}

.styled-pagination ul:before, 
.styled-pagination ul:after {
    position: absolute;
    left: calc(100% + 13px);
    top: 50%;
    margin-top: -1.5px;
    width: 107px;
    background-color: #edecec;
    height: 3px;
    content: "";
}

.styled-pagination ul:after {
    left: auto;
    right: calc(100% + 13px);
}

.styled-pagination li{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    padding: 8px 6px;
    z-index: 3;
    color: #4b4342;
    font-family: 'Merienda One';
}

.styled-pagination li .next,
.styled-pagination li .prev{
	font-size: 13px;
	color: #edecec;
}

.styled-pagination li a{
    color: #4b4342;
	display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li .current{
	color: #cb2e31;
}

/***

==================================================================
		Blog Single
==================================================================

***/

.blog-single{
	position: relative;
}

.blog-single .news-block .image-column{
	margin-bottom: 20px;
}

.blog-single .news-block .content-column{
	text-align: center;
}

.blog-single .two-column{
	margin-top: 40px;
}

.blog-single .two-column .content-column{
	text-align: left;
}

.blog-single p{
	position: relative;
	margin-bottom: 30px;
}

.news-block .link-box h3{
	font-size: 40px;
	line-height: 1.2em;
}

.news-block .image-column .link-box .date,
.news-block .image-column .quote-box .date{ 
	border:4px solid #edecec;
	height: 92px;
	width: 92px;
	padding: 15px 0;
}

.news-block .link-box,
.quote-box{
    display: block;
    position: relative;
    text-align: center;
    color: #4b4342;
    border: 4px solid #edecec;
    padding: 20px 10% 30px;
    border-radius: 30px;
    padding-left: 100px;
    font-size: 26px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 1em;
	font-family: Merienda One;
}

.quote-box:before, 
.quote-box:after{
    content: '“';
    color: #cb2e31;
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: -13px;
    margin-left: -22px;
    line-height: 0.9;
    height: 20px;
    width: 44px;
    background: #fff;
}

.quote-box:after {
    content: '”';
    bottom: -13px;
    top: initial;
}

.quote-box .quote_text{
	position: relative;
	display: block;
	margin-bottom: 12px;
}

.quote-box .author_name{
	display: inline-block;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2em;
}

.quote-box .author_status{
	display: inline-block;
	font-size: 14px;
}

.news-block .link-box{
    position: relative;
    z-index: 1;
    padding: 24px 130px 34px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.news-block .video{
	position: relative;
    height: 0;
    padding-bottom: 56.316%;
}

.news-block .video iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*** 

====================================================================
		Contact Section
====================================================================

***/

.contact-section{
	position: relative;
	padding: 80px 0 30px;
}

.contact-section .sec-title{
	margin-bottom: 70px;
}

.contact-section .sec-title .divider{
	margin-bottom: 0;
}

.contact-section .column{
	position: relative;
	text-align:left;
	margin-bottom: 50px;
}

.contact-section .title{
	position: relative;
	text-align: center;
	margin-bottom: 17px;
}

.contact-section .title .icon{
	position: relative;
	max-width: 74px;
	margin: 0 auto;
}

.contact-section .title h4{
	font-size: 28px; color: #fff;
}

.contact-section .contact-info {
	position: relative;
	margin-bottom: 30px;
}

.contact-section .contact-info li{
	position: relative;
	font-size: 17px;
	color: #4b4342;
	line-height: 29px;
	margin-bottom: 17px;
}

.contact-section .contact-info li h5{color: #edc848;}

.contact-section .contact-info li a{
	color: #4b4342;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-section .contact-info li a:hover{color: #5fcac7;}
.contact-section .contact-form{margin-top:30px;}
.contact-form .form-group{position:relative;margin-bottom:17px;	}
.contact-form .form-group:last-child{margin-bottom: 0;}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #4b4342;
    line-height: 20px;
    padding: 10px 10px;
    border: 1px solid #edecec;
    background-color: #ffffff;
    font-weight: 400;
    height: 42px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#edecec;
}

.contact-form .form-group textarea{
	height: 130px;
	resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button{
	position: relative;
    display: inline-block;
    background-color: #ffffff;
    color: #4b4342;
    font-size: 17px;
    padding: 4px 20px;
    line-height: 30px;
    font-family: Merienda One;
    text-align: center;
    white-space: nowrap;
    min-width: 160px;
    border-radius: 5px;
    border: 1px solid #edecec;
    margin-top: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-form .form-group input[type="submit"]:hover,
.contact-form .form-group button:hover{
	color: #ffffff;
    background-color: #4b4342;
}

.contact-form input.error:focus,
.contact-form select.error:focus,
.contact-form textarea.error:focus{
	border-color:#ff0000;	
}

.contact-form label.error{
	display:block;
	font-weight:500;
	font-size:13px;
	text-transform:capitalize;
	line-height:24px;
	color:#ff0000;
	text-align: left;
	margin-bottom: 0;
}

#email-form .response{
	position: relative;
	text-align: center;
}

#email-form .response .success{
    background: #5fcac7;
    color: #ffffff;
	padding: 0 10px;
}

#email-form .response .failed{
	background-color: #cb2e31;
	color: #ffffff;
	padding: 0 10px;
}

#email-form .response .text-info{
	background-color: #ffcd66;
	color: #222222 !important;
	padding: 0 10px;
}

.contact-section .contact-column{
	position: relative;
	margin-bottom: 30px;
}

/*** 

====================================================================
		Map Section
====================================================================

***/

.map-section{
	position: relative;
	display: block;
	padding-bottom: 50px;
}
iframe#gmap_canvas {
    height: 540px;
    width: 100%;
}
.map-area{
	position:relative;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data a{
	display: block;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-section .map-canvas{
	height:540px;
	background-color: #f9f9f9;
}

/***

==================================================================
		Main Footer
==================================================================

***/

.main-footer{
	position:relative;
}

.main-footer .shape_wrapper .overlay{
	background-color: rgba(200,45,54,0.9);
}

.main-footer .widgets-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 130px 0 25px;
}

.main-footer .footer-column{
	position:relative;
	margin-bottom:40px;
}

.main-footer .footer-widget{
	position:relative;
	text-align:left;
}

.main-footer .widget-title{
	position: relative;
	margin-bottom: 20px;
	margin-top: 10px;
}

.main-footer .widget-title h3{
	position: relative;
	font-size:25px;
	font-weight:500;
	color:#f5d3b4;
	line-height: 1em;
	margin-bottom: 20px;
}

.main-footer .widget-title > svg {
    fill: #ffffff;
    max-width: 53px;
    max-height: 26px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.main-footer .about-widget{
	position: relative;
}

/*=== Newslatter Widget ===*/

.newslatter-widget{
	position: relative;
}

.newslatter-form .form-group{
	position: relative;
	padding-right: 70px;
}

.newslatter-form .form-group input[type="text"],
.newslatter-form .form-group input[type="tel"],
.newslatter-form .form-group input[type="email"],
.newslatter-form .form-group textarea{
	position: relative;
	font-size: 16px;
    padding: 0 10px;
    border: 1px solid #edecec;
    width: 100%;
    margin: auto;
    line-height: 40px;
    min-height: 42px;
    border-radius: 6px;
}

.newslatter-form .form-group input[type="submit"],
.newslatter-form .form-group button{
	position: absolute;
	right: 0;
	top: 0;
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #edecec;
    background-color: #aba4a2;
    border-radius: 4px;
    width: 60px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.newslatter-form .form-group input[type="submit"]:hover,
.newslatter-form .form-group button:hover{
	background-color: #5fcac7;
}

.newslatter-form .response{
	position: relative;
	padding: 0 10px;
}

.newslatter-form .response .success{
    background: #5fcac7;
    color: #ffffff;
}

.newslatter-form .response .failed{
	background-color: #cb2e31;
	color: #ffffff;
}

.newslatter-form .response .text-info{
	background-color: #ffcd66;
	color: #222222 !important;
}

/*=== Footer Form ===*/

.footer-form{
	position: relative;
}

.footer-form .form-group{
	position:relative;
	margin-bottom:1em;	
	text-align: left;
}

.footer-form .form-group:last-child{
	margin-bottom: 0;
}

.footer-form .form-group input[type="text"],
.footer-form .form-group input[type="email"],
.footer-form .form-group input[type="url"],
.footer-form .form-group textarea,
.footer-form .form-group select{
	position: relative;
	width: 100%;
	display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    height: 42px;
    background-color: rgba(255,255,255,10);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-form .form-group input:focus,
.footer-form .form-group select:focus,
.footer-form .form-group textarea:focus{
	border-color:#eeeeee;
}

.footer-form ::-webkit-input-placeholder{color: #222222;}
.footer-form ::-moz-input-placeholder{color: #222222;}
.footer-form ::-ms-input-placeholder{color: #222222;}

.footer-form .form-group textarea{
	height: 125px;
	resize: none;
}

.footer-form .form-group input[type="submit"],
.footer-form .form-group button{
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	font-weight: 500;
	color: #4b4342;
	font-size: 16px;
	background-color: #ef9110;
	padding: 10px 15px;
	line-height: 22px;
	border-radius: 4px;
	width: 160px;
	margin-top: 10px;
	text-align: center;
}

.footer-form input.error:focus,
.footer-form select.error:focus,
.footer-form textarea.error:focus{
	border-color:#ff0000;	
}

.footer-form label.error{
	display:block;
	font-weight:500;
	font-size:13px;
	text-transform:capitalize;
	line-height:24px;
	color:#ff0000;
	margin-bottom: 0;
}

.footer-form .form-group input[type="submit"]:hover,
.footer-form .form-group button:hover{
	background-color: #4b4342;
	color: #ffffff;
}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom{
	position: relative;
    -webkit-mask-image: url(../images/icons/shape_three.svg);
    -webkit-mask-position: top;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-color: #930f12;
    color: #ffffff;
	padding: 30px 0;
    padding-top: 50px;
    margin-top: -20px;
    text-align: center;
}

.main-footer .footer-bottom p{
	color: #ffffff;
	font-size: 15px;
	line-height: 25px;
}

.copyright-text p{color: #fff;}
.copyright-text p a{color: #f3d00c;}

/***

==================================================================
		Main Footer Style Two
==================================================================

***/

.main-footer.style-two .widgets-section{padding: 150px 0px 0;}
/*.main-footer.style-two .auto-container{max-width: 1170px;}*/

.main-footer.style-two .footer-widget p{
	color: #fff;
	font-size: 15px; line-height: 20px;
	margin-bottom:10px;
}

.main-footer.style-two .footer-widget p b{color:#f5d3b4;}
.main-footer.style-two .footer-widget p strong{color:#f5d3b4;}

.main-footer.style-two .footer-widget p a{
	color: #fff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer.style-two .footer-widget p a:hover{
	color: #ffffff;
}

.main-footer.style-two .social-widget .social-box{
	position: relative;
	margin-top: 40px;
}

.main-footer.style-two .widget-title h3{
	margin-bottom: 16px;
}

/***

==================================================================
		Main Footer Style Three
==================================================================

***/

.main-footer.style-three .widgets-section{
	position: relative;
	padding: 120px 0 100px;
	margin-top: -30px;
}

.main-footer.style-three .overlay{
	background-color: rgba(108,177,209,0.9);
}

.main-footer.style-three .newslatter-form{
	max-width: 360px;
	margin: 0 auto;
}

.main-footer.style-three .footer-bottom{
	background-color :rgba(53,14,4,0.6);
}

/***

==================================================================
		Main Footer Style Four
==================================================================

***/

.main-footer.style-four .widgets-section{
	position: relative;
	padding: 130px 0 20px;
	margin-top: -50px;
}

.main-footer.style-four .overlay{
	background-color: rgba(29,15,10,0.75);
}

.main-footer.style-four .social-widget{
	padding-top: 45px;
}

.main-footer.style-four .about-widget{
	padding-top: 60px;
}

.main-footer.style-four .about-widget p{
	color: #b0b0b0;
}

/***

==================================================================
		Main Footer Style Five
==================================================================

***/

.main-footer.style-five .widgets-section{
	padding: 130px 0 80px;
	margin-top: -50px;
}

.main-footer.style-five .overlay{
	background-color: rgba(75,67,66,1);
}

.main-footer.style-five .widgets-section p{
	font-size: 16px;
	color: #b0b0b0;
}

.main-footer.style-five .social-widget{
	margin-bottom: 30px;
}

/***

==================================================================
		Main Footer Style Six
==================================================================

***/

.main-footer.style-six{
	position: relative;
}

.main-footer.style-six .widgets-section{
	padding-bottom: 40px;
}

.main-footer.style-six .auto-container{
	max-width: 1170px;
}

.main-footer.style-six .overlay{
	background-color: rgba(75,67,66,1);
}

.main-footer.style-six .widget-title h3{
	margin-bottom: 15px;
}

.main-footer.style-six .text-box{
	position: relative;
	margin-top: 20px;
}

.main-footer.style-six p{
	color: #b0b0b0;
	font-size: 16px;
}

.main-footer.style-six p a{
	color: #b0b0b0;
	display: inline-block;
}

.main-footer.style-six p a:hover{
	color: #ffffff;
}

.main-footer .gallery-widget{
	position: relative;
}

.instagram-gallery{
	position: relative;	
	margin:0px;
}

.instagram-gallery .outer-box{
	position: relative;
	margin: 0 -5px;
}

.instagram-gallery .image{
	position: relative;
	float: left;
	width: 33.33333%;
	padding: 0 2.5px;
	margin-bottom: 5px;
}

.instagram-gallery .image img{
	display: block;
	width: 100%;
	border-radius: 4px;
}

/***

==================================================================
		Main Footer Style Seven
==================================================================

***/

.main-footer.style-seven .widgets-section{
	padding: 140px 0 55px;
}

.main-footer.style-seven .overlay{
	background-color: rgba(73,62,60,0.9);
}

.main-footer.style-seven .auto-container{
	max-width: 1170px;
}

.main-footer.style-seven .footer-widget p{
	color: #b0b0b0;
	font-size: 16px;
	margin-bottom: 0;
}

.main-footer.style-seven .footer-widget p a{
	color: #b0b0b0;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer.style-seven .footer-widget p a:hover{
	color: #ffffff;
}

.main-footer.style-seven .social-widget .social-box{
	position: relative;
	margin-top: 18px;
}

.main-footer.style-seven .widget-title h3{
	margin-bottom: 16px;
}

/***

==================================================================
		Sidebar Page Container
==================================================================

***/

.sidebar-page-container{
	position: relative;
	overflow: hidden;
	padding: 80px 0 40px; 
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
	position: relative;
	margin-bottom: 50px;
}

.sidebar-side .sidebar{
	position: relative;
}

.sidebar-widget{
    position: relative;
    padding: 20px 15px;
    margin-bottom:60px;
    border: 4px solid #edecec;
    border-radius: 20px; background: #fff;
}

.sidebar-widget:not(.search-widget):before{
    content: '';
    width: 87px;
    height: 36px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/icons/widget_before.jpg);
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -43px; 
}

.sidebar-widget:not(.search-widget):after{
    content: '';
    background-image: url(../images/icons/widget_after.jpg);
    width: 26px;
    height: 25px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -13px;
}

.sidebar-side .sidebar-widget:last-child{
	margin-bottom: 0;
}

.sidebar-page-container .widget-title{
	position: relative;
	margin-bottom: 20px;
    margin-top: 10px;
    z-index: 1;
    text-align: center;
    font-size: 28px;
    line-height: 39px;
    color: #4b4342;
}

.sidebar-widget figure{
	margin-bottom: 0;
	text-align: center;
}

/*Search Widget*/

.sidebar .search-widget{
	position: relative;
	padding: 0;
	overflow: hidden;
}

.sidebar .search-widget .form-group{
	position:relative;
	margin:0px;
}

.sidebar .search-widget .form-group input[type="text"],
.sidebar .search-widget .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:14px;
	color:#333333;
	padding: 9px 20px;
	line-height:20px;
	height:38px;
	width:100%;
	background-color: #ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.sidebar .search-widget .form-group input:focus{
	border-color:#ab7442;	
}

.sidebar .search-widget .form-group input[type="submit"],
.sidebar .search-widget .form-group button{
    position: absolute;
    top: 1px;
    right: 1px;
    width: 54px;
    height: 36px;
    color: #ffffff;
    background-color: #cb2e31;
    border-radius: 30px;
	font-weight:normal;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar .search-widget .form-group input[type="submit"]:hover,
.sidebar .search-widget .form-group button:hover{
	color: #222222;
}

/*=== Cart Widget ===*/

.cart-widget{
	position: relative;
}

.cart-widget .shopping-cart .theme-btn{
	color:#ffffff;
	background-color:#4b4342;
	border: 3px solid #4b4342;
	padding: 5px 0;
}

.cart-widget .shopping-cart .theme-btn:hover{
	background-color: #ffffff;
	color: #4b4342;
}

/* Range Slider widget */

.rangeslider-widget{
	position: relative;
}

.range-slider-one{
	position:relative;
	min-height:48px;
    padding-top: 10px;
}

.range-slider-one .input-box{
	position: relative;
}

.range-slider-one .title{
	position:relative;
	float:left;
	color:#4b4342;
	font-size:15px;
}

.range-slider-one .title:before{
	position:absolute;
	content:'$';
	right:-14px;
	top:0px;
	color:#848484;
	font-size:16px;
	font-weight:300;
}

.range-slider-one .input{
	float:right;
    left: 8px;
	max-width:75px;
	padding-left:8px;
    position: relative;
}

.range-slider-one .input input{
	background:none;

	color:#4b4342;
	font-size:15px;
	font-weight:300;
	width:auto;
	text-align:left;	
}

.range-slider-one .ui-widget.ui-widget-content{
	height:5px;
	border:none;
	margin-bottom:20px;
	background:#5fcac7;	
}

.range-slider-one .ui-slider .ui-slider-range{
	top:0px;
	height:5px;
	background:#e4e3e3;	
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default{
	position: absolute;
    top: -6px;
	width:18px;
	height:18px;
	cursor:pointer;
    margin-left: -1px;
	border-radius: 50%;
	background:#5fcac7;
	border-color:#5fcac7;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
}

.range-slider-one .ui-slider-handle:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    z-index: 2;
    border-radius: 50%;
    background: #ffffff;
}

.range-slider-one .theme-btn{
	position: relative;
    display: block;
    padding: 7px 2px;
    width: 92px;
    line-height: 17px;
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    border-radius: 30px;
    margin-top: -3px;
    font-family: ABeeZee;
    border: 3px solid #4b4342;
    color: #4b4342;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.range-slider-one .theme-btn:hover{
	background-color: #4b4342;
	color: #ffffff;
}

/*=== Tags Widget ===*/

.sidebar .tags{
	padding: 30px 30px 30px;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.tag-list{
	position: relative;
	display: block;
}

.tag-list li{
	position: relative;
    display: inline-block;
    margin-bottom: 10px;
} 

.tag-list li a{
    position: relative;
    display: block;
    z-index: 1;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 29px;
    color: #ffffff;
    border-radius: 30px;
    background-color: #cb2e31;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover{
	color: #ffffff;
	background-color: #5fcac7;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.10);
}

/*Team Widget*/

.team-widget{
	position: relative;
}

.team-widget .single-item-carousel{
	position: relative;
}

.team-widget .single-item-carousel .owl-nav{
	display: none;
}

.team-widget .owl-dots{
	position: relative;
	margin-top: 15px;
	width: 100%;
	text-align: center;
}

.team-widget .owl-dot{
	position: relative;
	display: inline-block;
	height: 12px;
	width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #cb2e31;
    opacity: 0.6;
}

.team-widget .owl-dot:hover,
.team-widget .owl-dot.active{
	opacity: 1;
}

.team-block-two{
	position: relative;
}

.team-block-two .inner-box{
	position: relative;
	padding: 15px 10px;
	padding-left: 75px;
	border-radius: 10px;
}

.team-block-two .thumb{
	position: absolute;
	left: 10px;
	top: 15px;
	width: 60px;
}

.team-block-two .thumb img{
	width: 100%;
	display: block;
}

.team-block-two h4{
	position: relative;
	font-size: 16px;
	line-height: 1.2em;
	color: #4b4342;
	font-weight: 600;
	font-family: inherit;
}

.team-block-two .text{
	font-size: 16px;
	line-height: 25px;
	color: #cb2e31;
}

.team-block-two .text a{
	color: #cb2e31;
}

.team-block-two.active .inner-box{
	background-color: #f8f8f8;
}

.category-widget{
	position: relative;
}

.categories-list{
	position: relative;
}

.categories-list li{
	position: relative;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	padding-left: 35px;
	padding-right: 20px;
	background:#d73e3e;
	border-radius: 10px;
	line-height: 40px;margin: 5px 0px;
}

.categories-list li:hover{
	background-color: #000;
}

.categories-list li:nth-child(even){
	background-color: #ffffff;
}

.categories-list li:before{
    position: absolute;
    top: 0;
    left: 10px;
    font-family: flaticon;
    content: "\f111";
    color: #fff;
	font-weight: 500;
	font-size: 16px;
}

.categories-list li a{
	color: #fff;
	font-weight: 500;
	display: block; 
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


.gallery-wrapper {max-width:100%;}

/* BIG IMAGE */
.big-image img {    
    cursor: zoom-in;
    border: 1px solid #ddd;    
    height: 400px;
    width: 100%;
    margin: auto;
    object-fit: contain; background-color: #efefef;
    object-position: center center;
}

.big-image .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #5fcac7;
    text-align: center;
    background-color: #ffffff;
}

/* THUMBNAILS */
.thumbnails {display: flex; gap: 10px;  margin-top: 10px; overflow-x: auto;}
.thumbnails img {width:100px; height:100px; object-fit: cover; cursor: pointer; border: 2px solid #efefef;}
.thumbnails img.active {border-color: #ff6600;}

.shape-hd{ background:#cb2e31; padding:8px 20px; border-radius:8px;color: #fff;font-size: 18px;}

.img-display{overflow: hidden;}
.img-showcase{display: flex; width: 100%; transition: all 0.5s ease;}
.img-showcase img{min-width: 100%;}
.img-select{display: flex;}
.img-item{margin: 0.3rem;}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){margin-right: 0;}
.img-item:hover{opacity: 0.8;}
.product-content{padding: 2rem 1rem;}

.product-title{font-size:30px; text-transform: capitalize; font-weight: 700; position: relative; color: #12263a; margin:0px;}
.product-link{text-decoration: none; text-transform: uppercase; font-weight: 400; font-size: 0.9rem; display: inline-block; margin-bottom: 0.5rem; background: #256eff; color: #fff; padding: 0 0.3rem; transition: all 0.5s ease;}
.product-link:hover{opacity: 0.9;}
.product-rating{color: #ffc107;}
.product-rating span{font-weight: 600; color: #252525;}
.product-price{margin: 1rem 0; font-size: 1rem; font-weight: 700;}
.product-price span{font-weight:600;}
.new-price span{color: #f64749; font-size:30px; }

.product-detail h2{text-transform: capitalize; color: #12263a;padding-bottom: 0.6rem;}
.product-detail p{font-size: 0.9rem; padding: 0.3rem; opacity: 0.8;}
.product-detail ul{margin: 1rem 0; font-size: 0.9rem;}
.product-detail ul li{margin: 0; list-style: none; background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat; background-size: 18px; padding-left: 1.7rem; margin: 0.4rem 0; font-weight: 600; opacity: 0.9;}
.product-detail ul li span{font-weight: 400;}
.purchase-info{margin: 1.5rem 0;}
.purchase-info input,
.purchase-info .btn{border:2px solid #ddd; border-radius:0px; text-align: center; padding: 0.25rem 0.8rem; outline: 0; margin-right: 0.2rem; margin-bottom: 1rem;}
.purchase-info input{width:80px;}
.purchase-info .btn{cursor: pointer; color: #fff;}
.purchase-info .btn:first-of-type{background: #256eff;}
.purchase-info .btn:last-of-type{background: #f64749;}
.purchase-info .btn:hover{opacity: 0.9;}
.add-to-cart {
    position: relative;
    min-width: 160px;
    padding: 8px 10px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
    background-color: #cb2e31;
    text-transform: capitalize;
    border: 2px solid #cb2e31;
    font-family: ABeeZee;
}

.add-to-cart:hover {background-color: #0d090a;}

@media screen and (min-width: 992px){
    .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    .card-wrapper{
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content{
        padding-top: 0;
    }
}

/*** 

====================================================================
		Comment Area
====================================================================

 ***/

.group-title{position: relative;	text-align: center;	margin-bottom: 15px;}

.group-title h3{
	position: relative;
	display: inline-block;
	font-size: 36px;
	line-height: 1.2em;
	color: #4b4342;
	font-weight: 500;
}

.comments-area{
	position:relative;
	margin-bottom: 50px;
}

.comments-area .comment-box{
	position: relative;
}

.comments-area .comment-box.reply-comment{
	margin-left: 100px;
}

.comments-area .comment{
	position:relative;
	min-height: 60px;
	padding-left: 70px;
	margin-bottom: 20px;
}

.comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.comments-area .comment-info{
	position: relative;
	display: block;
	padding-top: 5px;
}

.comments-area .comment-box .name{
	position: relative;
	display: inline-block;
	font-size:17px;
	line-height:1.2em;
	font-weight:700;
	color:#5fcac7;
}

.comments-area .comment-box .date{
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 25px;
	color: #333e4f;
}

.comments-area .comment-box .text{
	font-size: 17px;
	font-weight: 400;
}

.comments-area .comment-box .rating{
	float: right;
	font-size: 10px;
	line-height: 18px;
	color: #ebba44;
	margin-top: -20px;
}

.comments-area .comment-box .reply-btn{
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 14px;
	line-height: 15px;
	color: #ffffff;
	padding: 5px 10px;
	font-weight: 400;
	background-color: #156f89;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover{
	box-shadow: 0 10px 10px rgba(0,0,0,0.10);
}

/*** 

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form{
	position: relative;
}

.comment-form .sub-title{
	font-size: 18px;
}

.comment-form .form-outer{
 	position: relative;
	border-radius: 20px;
	border:4px solid #f8f8f8;
	padding: 20px 30px 0px;
	background: #f8f8f8;
}

.comment-form .form-outer p{
	position: relative;
	margin-bottom: 10px;
}

.comment-form .row{
	margin: 0 -5px;
}

.comment-form .form-group{
	position:relative;
	padding: 0 5px;
	margin-bottom: 30px;
}

.comment-form .form-group .field-label{
	font-size: 17px;
	line-height: 29px;
	color: #4b4342;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group input[type="url"],
.comment-form .form-group textarea,
.comment-form .form-group select{
	position: relative;
    display: block;
    height: 42px;
    width: 100%;
    font-size: 15px;
    color: #4b4342;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #edecec;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#156f89;
}

.comment-form .form-group textarea{
	height: 250px;
	resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button{
	position: relative;
    display: inline-block;
    background-color: #ffffff;
    color: #cb2e31;
    font-size: 17px;
    padding: 4px 20px;
    line-height: 30px;
    font-family: Merienda One;
    text-align: center;
    white-space: nowrap;
    min-width: 160px;
    border-radius: 5px;
    border: 1px solid #cb2e31;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.comment-form .form-group input[type="submit"]:hover,
.comment-form .form-group button:hover{
	color: #ffffff;
    background-color: #cb2e31;
}

/***

==================================================================
			Our Shop
==================================================================

***/

.our-shop{
	position: relative;
}

.shop-upper-box{
	position: relative;
	margin-bottom: 50px;
}

.shop-upper-box .items-label{
	position: relative;
	float: left;
	font-size: 17px;
	line-height: 28px;
	padding: 5px 0;
}

.shop-upper-box .orderby{
	position: relative;
	float: right;
	min-width: 270px;
	background-color: #f2f2f2;
}

.shop-upper-box .select2-container{
	background-color: #f2f2f2;
	min-width: 270px;
}

.shop-upper-box .select2-container--default .select2-selection__arrow b,
.shop-upper-box .select2-container--default .select2-selection--single{
	background-color: #f2f2f2;
}

.shop-upper-box .select2-container--default .select2-selection--single .select2-selection__arrow b:before{
	opacity: .8;
	font-size: 14px;
}

.shop-upper-box .select2-container--default .select2-selection--single{
	padding: 6px 0;
	height: 43px;
}

/* Shop Item */

.shop-item{
	position: relative;
	margin-bottom:20px;
}

.shop-item .inner-box{
	position: relative;
	text-align: center;   padding: 0;
  box-shadow: ;
  border: ;
  border-radius: 10px;
}

.shop-item .image-box{
	position: relative;
	overflow: hidden;
}

.shop-item .sale-tag{
	position: absolute;
    top: 5px;
    left: 5px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #cb2e31;
    z-index: 2;
}

.shop-item .image{
	position: relative;
	overflow: hidden;
	 
	margin-bottom: 0; background: #eabe96;border-radius:20px;
}

.shop-item .image img{
	display: block;	
	height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center center; border-radius: 20%; padding:20px;
}

.shop-item .image-box .btn-box{
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .inner-box:hover .btn-box{
	bottom: 5px;
	opacity: 1;
	visibility: visible;
}

.shop-item .image-box .btn-box a{
	position: relative;
	display: inline-block;
	padding: 5px 15px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    background-color: #f70909;
    border-radius: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .image-box .btn-box a:hover{
	background-color: #4b4342;
    color: #ffffff;
}

.add_cart_btn{
	position: relative;
	display: inline-block;
	padding: 5px 25px; width:auto;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    line-height: 25px;
    color: #fff !important;
    background-color: #f70909;
    border-radius: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.add_cart_btn:hover{
	background-color: #4b4342;
    color: #ffffff;
}

.shop-item .lower-content{
	position: relative; 
	padding:0px 0px 10px 0px;background-color:#efefef;
}

.shop-item .name{
	position: relative; padding: 2px 0px;
	font-size: 16px;
	line-height:30px;
	color: #fff;background: linear-gradient(90deg, rgb(143, 4, 1) 0%, rgb(205, 28, 24) 100%); border-radius:10px;
}

.shop-item .name a{
	color: #fff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item .name a:hover{
	color: #5fcac7;
}

.shop-item .rating{
	position: relative;
	margin-bottom: 3px;
}

.shop-item .rating span{
	display: inline-block;
	font-size: 10px;
	color: #ebba44;
	margin: 0 1px;
}

.shop-item .rating span.light{
	color: #e5e5e5;
}

.shop-item .price{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 1.2em; width:50%;
}

.shop-item .price del{
    color: #d5d7d4;
    font-weight: 100;
    margin-right: 5px;
}

.icon-boxes.classic h3.name {
  /*color: #7f385e;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #7f385e;
    display: table;
    margin: auto;
    text-align: center;
    line-height: 30px;
    */
  color: #ffffff;
  font-size: 14px;
  position: relative;
  display: table;
  margin: auto;
  text-align: center;
  bottom: -40px;
  background: linear-gradient(90deg, rgb(143, 4, 1) 0%, rgb(205, 28, 24) 100%);
  line-height: 30px;
  padding: 1px 5px;
  left: 0;
  right: 0;
  width: 100%;
  border:0px solid #fff;
  margin: auto; border-radius: 100px;
  
}

/* .icon-boxes.classic .img-holder {
    padding-top: 12px;
} */




.icon-boxes.classic .img-holder img {
  padding: 0 12px;
  height: 120px ;
  width: 100%;
  object-fit: contain;
  margin-bottom: 15px;
}

.icons_boxes label {
  padding: 10px 14px;
  width: 100%;
  border-radius: 10px;
  min-height: 130px;
  /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
 /* box-shadow: 0 0 10px rgba(0, 0, 0, .2);*/
  position: relative; background:#e9e2d2;
}

.icons_boxes.icon_card {
  margin-bottom: 40px;
}

.total{ background:#000; color:#fff; padding: 10px;  border-radius: 8px;}
.total h5{ margin-bottom:0;}
.grand-total{ color:#fff;}

.icons_boxes.icon_card label {
  padding: 0;
  width: 100%;  
  min-height: 200px;  
  position: relative;
         
 /*   border:0px solid #e0e0e0;       
    border-radius: 8px 8px 0px 0px;             
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);                
    transition: box-shadow 0.3s ease; */ 
}

.icons_boxes.icon_card .img-holder img {
  padding:3px;
  height: 200px;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
  margin-bottom: 0px;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.icons_boxes.icon_card h3.name {
  color: #ffffff;
  font-size:15px;
  position: absolute;
  display: table;
  margin: auto;
  text-align: center;
  /* bottom: 0px; */
}





.icons_boxes input[type="radio"],
.icons_boxes input[type="checkbox"] {
  position: absolute;
  top: 20px;
  opacity: 0;
}

.icons_boxes input[type="radio"]:checked + label,
.icons_boxes input[type="checkbox"]:checked + label {
  border: 1px solid #ff0000;
}

.icons_boxes input[type="radio"]:checked + label::before,
.icons_boxes input[type="checkbox"]:checked + label::before {
  content: "?";
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f70f09;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
}

.icons_boxes input[type="radio"]:checked + label::after,
.icons_boxes input[type="checkbox"]:checked + label::after {
  content: "?";
  font-family: "Font Awesome 5 pro";
  font-weight: 500;
  position: absolute;
  top: -6px;
  font-size: 16px;
  color: #fff;
  right: -8px;
}

.icon-boxes h3{font-size: 15px;}
.img-holder p {color:#fff; margin:0px; font-weight: 600; text-align: center; background-color: #cb2e30;}
.img-holder img {min-height: 60px;}

/* .icons_boxes input[type=radio]:checked+label h3 {
    color: #fff !important;
    font-weight: 600;
    font-size: 16px !important;
    border-bottom: 2px solid #fff;
} */

.cake_Title {
  background: #e2cfe389;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  text-align: left;
}

.cake_Title img {
  width: 30px;
  margin-right: 10px;
}

.file_wrapper {
  border: 1px solid #e1e1e1;
  padding: 5px;
}

.

.add_notes {
  background: #7f385e;
  color: #fff;
  width: 150px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  padding: 7px 22px;
  transition: all 0.2s linear;
  font-size: 16px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.discription_sec h3 {
  font-size: 22px;
  margin-top: 20px;
}

.discription_sec ol {
  padding-left: 30px;
}

.discription_sec ol li {
  font-size: 16px;
  color: #303030;
  margin: 8px 0;
}

textarea {
  width: 100%;
  border: 1px solid #e1e1e1;
  outline: none;
  padding: 20px;height: 140px;
}

.discription_sec label {
  color: #303030;
  font-size: 15px;
  margin-top: 15px;
}

.Summary_sec .icons_boxes label {background-color: transparent;}
.Summary_sec .icons_boxes {}

.order-summary {
  background-color:transparent ;
  padding: 10px;
  border-radius: 10px;
  position: sticky;
  top: 80px;
  border-bottom: 5px solid #ed3434; margin: 20px 0px;
}

.order-summary h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}

.order-summary p {
  font-size: 15px; 
  line-height: 1.3;
}

.order-summary h5 span {
  color: #ffac0d;
}

.detail-addtocart .number {margin:0px 10px 0px 25px !important;
}

.detail-addtocart {
  display: flex;
  align-items: center;
  justify-content: normal;
  margin-top:40px;
  padding:10px;
}

.detail-addtocart .input-group .button-minus,
.detail-addtocart .input-group .button-plus {
  font-weight: bold;
  height: 30px;
  padding: 0;
  font-size: 16px;
  width: 30px;
  border-radius:0px 0px 0px 0px;
  position: relative;
  border: 1px solid #c6c6c6;
  background-color: #000;
  color: white;  
}

.detail-addtocart .input-group .quantity-field {
  position: relative;
  height: 30px;
  text-align: center;
  width: 40px;
  display: inline-block;
  font-size: 18px;
  margin: 0px 0px 5px 0px;
  resize: vertical;
  border: 1px solid #c6c6c6;
}

.detail-addtocart .number label + .input-group {
  width: auto;
  display: inline-flex !important;
  margin-left: 5px;
}

.add_to_cart {
  background: #7f385e;
  color: #fff;
  border-radius: 5px;
  padding: 5px 22px;
  transition: all 0.2s linear;
  font-size: 16px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.add_to_cart i {
  font-size: 18px;
  transform: translateY(2px);
}

.add_to_cart:hover {
  background: #000;
  color: #fff;
}


/* Contact */

.contact-con {
    padding: 40px 0 150px;
}
.contact-con .contact_content h2{
    margin-bottom: 18px;
}
.contact-con .contact_content h2 span{
    color: var(--e-global-color-accent);
}
.contact-con .contact_content p{
    margin-bottom: 80px;
}

/* Contact Info */

.contact-con .contact-box{
    padding: 35px 15px 40px 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0 2px 73px 2px rgb(0 0 0 / 5%);
    background-color: var(--e-global-color-white);
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}
.contact-con .contact-box:hover {
    border: 1px solid #cc2e35;
}
.contact-con .contact-box .icon{
    width: 75px;
    height: 75px;
    line-height: 75px;
    top: 3px;
    float: left;
    position: relative;
    border-radius: 100%;
    text-align: center;
    background-color: #cc2e35;
    transition: all 0.3s ease-in-out;
}
.contact-con .contact-box:hover .icon{
    transform: translateY(-5px);
}
.contact-con .contact-box .content {
    padding-left: 105px;
}
.contact-con .contact-box a{
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.contact-con .contact-box a:hover{
    color: var(--e-global-color-accent);
}

/* Contact Form */

.contact-con .contact_form{
    padding-left: 44px; background:#f3d9c3; padding:20px; border-radius:20px;
}
.contact-con .contact_form .form-group{
    margin-bottom: 22px;
}
.contact-con .contact_form .input1 {
    float: none;
    margin-right: 0px;
}
.contact-con .contact_form label{
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 18px;
    display: block;
    color: var(--e-global-color-text);
}
.contact-con .contact_form input,
.contact-con .contact_form textarea {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    height: 51px;
    width: 100%;
    padding: 10px 10px 10px 26px;
    color: var(--e-global-color-text);
    background-color: #fff;
    border: 1px solid #e3e4e5;
    border-radius: 25px;
    overflow: visible;
    outline: none;
}
.contact-con .contact_form textarea {
    height: 179px;
    width: 100% !important;
    padding: 16px 26px;
    border-radius: 15px;
    resize: none;
    outline: none;
    overflow: auto;
}
.contact-con .contact_form .message {
    margin-bottom: 32px;
}
.contact-con .contact_form input:focus,
.contact-con .contact_form textarea:focus {
    box-shadow: 0px 3px 22px 3px rgb(248 61 142 / 3%);
    border: 1px solid var(--e-global-color-accent);
}
.contact-con .contact_form .submit_now {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 23px 43px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    color: #fff;
    background: #cb2f31;
    box-shadow: 0px 3px 22px 3px rgb(248 61 142 / 31%);
    font-family: "Archivo", sans-serif;
    transition: all 0.8s ease-in-out;
    outline: none;
    border-style: none;
}
.contact-con .contact_form .submit_now:hover {
    color: #fff;
    background: #000;
    box-shadow: 0px 3px 22px 3px rgb(0 0 0 / 3%);
}
.contact-con .contact_form .submit_now i {
    font-size: 12px;
    margin-left: 22px;
    color: var(--e-global-color-white);
    transition: all 0.8s ease-in-out;
}
.contact-con .contact_form .submit_now:hover i {
    transform: translateX(4px);
    color: var(--e-global-color-white);
}
.contact-con .contact_form input::placeholder,
.contact-con .contact_form textarea::placeholder{
    color: var(--e-global-color-text);
}
.contact-con .contact_form form span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 5px;
    position: absolute;
    display: block;
    color: var(--e-global-color-pure-red);
}

/*** 

====================================================================
		Product Details
====================================================================

***/

.product-details{
	position: relative;
	margin-top: 20px;
}

.product-details .basic-details{
	position:relative;
	margin-bottom:30px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:20px;
}

.product-details .image-column .image{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.product-details .image-column .image img{
	position:relative;
	display:block;
	width:100%;
}

.product-details .image-column .image .icon{
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 50%;
	height: 34px;
	width: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #5fcac7;
	text-align: center;
	background-color: #ffffff;
}

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:16px;
}

.product-details .basic-details .details-header h4{
	font-size:32px;
	font-weight:400;
	line-height:1.4em;
	margin-bottom: 5px;
}

.product-details .basic-details .details-header .rating{
	font-size:18px;
	color:#ebba44;
	margin-right: 20px;
	display:inline-block;
	margin-bottom:10px;
}

.product-details .basic-details .details-header .reviews{
	position:relative;
	display:inline-block;
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 300;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
}

.product-details .basic-details .details-header .item-price{
	font-size:28px;
	font-weight:400;
	color:#cb2e31;
	line-height:1.3em;
	font-family: Merienda One;
	margin-bottom: 10px;
}

.product-details .basic-details .details-header .item-price del{
	color: #999999;
	margin-left: 10px;
	font-weight:400;
}

.product-details .basic-details .text{
	font-size: 17px;
	color: #4b4342;
	margin-bottom: 20px;
}

.product-details .other-options{
	position: relative;
}

.product-details .other-options .item-quantity{
	float:left;
	font-size:17px;
	line-height: 42px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product-details .other-options .item-quantity .qty{
	position: relative;
	display: inline-block;
	width: 160px;
	padding: 0 10px;
	height: 42px;
	padding: 10px 10px;
	border: 1px solid #edecec;
	border-radius: 5px;
	text-align: center;
}

.product-details .other-options .add-to-cart{
	position: relative;
	min-width: 160px;
    padding:8px 10px;
	font-size:14px;
	color:#ffffff;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 30px;
	background-color:#cb2e31;
	text-transform:capitalize;
	border: 2px solid #cb2e31;
	font-family: ABeeZee;
}

.product-details .other-options .add-to-cart:hover{
	background-color: #ffffff;
	color: #cb2e31;
}

.product-details .product-meta{
	position: relative;
	float: left;
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #d8e8ec;
	margin-top: 20px;
}

.product-details .product-meta li{
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 17px;
	line-height: 28px;
}

.product-details .product-meta li a {
    display: inline-block;
    color: #cb2e31;
}

/*** 

====================================================================
		Product Tabs
====================================================================

***/

.product-info-tabs{
	position:relative;
	padding-bottom: 50px;
	border-bottom: 1px solid #d8e8ec;
	margin-bottom: 30px;
}

.prod-tabs .tab-btns{
	position:relative;
	z-index:1;
	margin-bottom:35px;
	border-bottom: 4px solid #edecec;
}

.prod-tabs .tab-btns .tab-btn{
	position: relative;
	float: left;
    border-bottom: 4px solid transparent;
    margin-bottom: -4px;
    text-align: center;
    min-width: 112px;
    padding: 13px 20px;
    font-weight: 500;
    font-size: 20px;
    color: #abb0a6;
    cursor: pointer;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.prod-tabs .tab-btns .tab-btn.active-btn{
	color: #1c3545;
	border-bottom-color: #cb2e31;
}

.prod-tabs .tabs-content .tab > .title{
	position:relative;
	font-size: 48px;
	line-height: 1.2em;
	font-weight: 500;
    color: #4b4342;
    font-family: Merienda One;
    margin-bottom: 0.5em;
}

.prod-tabs .tabs-content .tab .content{
	position:relative;
}

.prod-tabs .tabs-content .tab .content p{
	position:relative;
}

.prod-tabs .comment-form .field-label {
    display: block;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 6px;
}

.prod-tabs .comment-form .rating-box{
	position: relative;
	margin-bottom: 30px;
}

.prod-tabs .comment-form .rating-box .rating{
	position: relative;
	display: inline-block;
	font-size: 32px;
	color: #e5e5e5;
}

.prod-tabs .comment-form .rating-box .rating a{
	color: #e5e5e5;
	float: left;
	margin-right: 2px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.prod-tabs .comment-form .rating-box .rating a:hover{
	color: #ebba44;
}

/*** 

====================================================================
		Cart Section
====================================================================

***/

.cart-section{position:relative;	padding:20px 0px;}

.cart-outer{
	position:relative;
	margin-bottom: 70px;
}

.cart-outer .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
}

.cart-outer .cart-table{
	width:100%;
	min-width:900px;	
	border:1px solid #e0e6ea;
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	background:#f8f8f8;
	border:1px solid #e0e6ea;
}

.cart-outer .cart-item{
	position: relative;
	border:1px solid #e0e6ea;
}

.cart-table thead tr th{
	line-height:30px;
	padding:30px 20px;
	font-size: 17px;
	font-weight: 400;
	text-align:center;
}

.cart-table .cart-header .product-name{
	text-align: left;
}

.cart-table th, 
.cart-table td {
    padding: 30px 20px;
    vertical-align: middle;
    border-left: 0;
    border-right: 0;
    text-align: center;
	font-size: 17px;
	font-weight: 400;
	color: inherit;
}

.cart-table td a{
	color: inherit;
}

.cart-table .cart-item .quantity{
	position: relative;
}

.cart-table .cart-item .quantity .qty{
	background-color: #fff;
    font-size: 0.933333em;
    padding: 0 10px;
    border: 1px solid #edecec;
    max-width: 100%;
    margin: auto;
    width: 100px;
    min-height: 42px;
    margin-left: 10px;
    border-radius: 6px;
    text-align: center;
}

.cart-table .cart-item .product-remove a {
    width: 22px;
    height: 22px;
    font-size: 0;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    color: #e21b1b;
    background: transparent;
}

.cart-table td.product-thumbnail a img {
    max-width: 80px;
    border-radius: 10px;
}

.cart-table td.product-name > * {
    margin-right: 20px;
}

/* Cart Option */

.cart-section .cart-options{
	position:relative;
	padding:30px 20px 10px;
	background-color: #f8f8f8;
	border:1px solid #e0e6ea;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .proceed-btn,
.cart-section .cart-options .coupon-btn,
.cart-section .cart-options .cart-btn{
	position: relative;
	min-width: 160px;
    padding:8px 10px;
	font-size:14px;
	color:#fff;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 30px;
	background-color:#8f0401;
	text-transform:capitalize;
	border: 2px solid #5fcac7;
	font-family: ABeeZee;
}

.cart-section .proceed-btn:hover,
.cart-section .cart-options .coupon-btn:hover,
.cart-section .coupon-btn:hover{
	background-color: #5fcac7;
	color: #ffffff;
}

.cart-section .cart-options .cart-btn:hover{
	background-color: #5fcac7;
	color: #ffffff;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:10px;
}

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:22px;
	padding:8px 10px;
	border:1px solid #edecec;
	width:190px;
	height:42px;
	font-size: 16px;
	border-radius: 6px;
	background:#ffffff;
}

.cart-section .cart-options .btn-style-one{
	top:-7px;
	padding-left:32px;
	padding-right:32px;
}

.cart-section .totals-table{
	position:relative;
}

.cart-section .totals-table li{
	position: relative;
	border-bottom:1px solid #dddddd;
}

.cart-section .totals-table li:last-child{
	border-bottom:0;
}

.cart-section .totals-table li h3{
	position:relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: .5em;
}

.cart-section .totals-table .col{
	position:relative;
	display:block;
	float:left;
	width:50%;
	font-size: 17px;
	padding-top: 10px;
	padding: 0;
	padding-top: 10px;
	text-transform:capitalize;
}

.cart-section .totals-table .col:last-child{
	text-align: right;
}

.cart-section .totals-table .total-price{
	color:#5fcac7;
	font-weight:700;
}

.cart-section .totals-table .proceed-btn{
	position: relative;
	min-width: 160px;
    padding:8px 20px;
	font-size:14px;
	color:#ffffff;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 30px;
	margin-top: 30px;
	background-color:#cb2e31;
	border: 2px solid #cb2e31;
	text-transform: unset;
	font-family: ABeeZee;
}

.cart-section .totals-table .proceed-btn:hover{
	background-color: #5fcac7;
	border: 2px solid #5fcac7;
	color: #ffffff;
}

/***

====================================================================
		CheckOut Page
====================================================================

***/

.checkout-page{
	position:relative;
	padding:80px 0px 40px;
}

.checkout-page .default-links{
	position: relative;
}

.checkout-page .default-links .message-box{
	padding-top: 20px;
	font-size: 17px;
	margin-bottom: 20px;
}

.checkout-page .default-links .message-box a{
	color: #cb2e31;
}

.checkout-page .default-links .message-box a:hover{
	color: #5fcac7;
}

.checkout-form{
	position:relative;
	margin-top: 20px;
}

.checkout-page .sec-title{
	margin-bottom: 15px;
}

.checkout-page .sec-title h3{
	font-size: 36px;
}

.checkout-form .column{
	position: relative;
	margin-bottom: 40px;
}

.checkout-form .form-group{
	position:relative;
	width: 100%;
	margin-bottom: 15px;
}

.checkout-form .form-group .field-label{
	display:block;
	line-height:27px;	
	font-size:17px;
	font-weight:500;
	margin-bottom:5px;
}

.checkout-form .form-group .field-label span{
	position: relative;
	font-size: 16px;
	color: #222222;
	display: block;
	font-weight: 600;
}

.checkout-form .form-group .field-label sup{
	top:-1px;
	font-size:15px;
	color: #222222;
}

.checkout-form .form-group .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height: 24px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea{
	position:relative;
	display:block;
	width:100%;
	font-size: 16px;
	line-height:20px;
	color: inherit;
	padding:10px 10px;
	height:42px;
	background:#ffffff;
	border:1px solid #edecec;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.checkout-form select{
	cursor:pointer;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.checkout-form textarea{
	resize:none;
	height:60px !important;	
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus{
	border-color: #edecec;
}

.checkout-page .check-box{
	line-height:24px;
	font-size:14px;
	font-weight:normal;
	padding-top:5px;	
}

.checkout-page .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:16px;
	cursor:pointer;
	color:#333333;
}

.checkout-page .lower-content{
	margin-top:30px;
}

.checkout-page .lower-content .order-column{
	margin-bottom:40px;
}

.checkout-page .lower-content .column h2{
	position:relative;
	color:#222222;
	font-size:24px;
	margin-bottom:30px;
	padding-bottom:12px;
}

.checkout-page .lower-content .column h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40px;
	height:2px;
	background-color:#fa9928;
}

/*Coupon Box*/

.coupon-box{
	position:relative;
	padding:25px 25px;
	margin-bottom:25px;
	background-color:#f5f5f5;
}

.coupon-form{
	position:relative;
}

.coupon-form .form-group{
	position:relative;
	margin-bottom:0px;
}

.coupon-form .form-group input[type="text"]{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:44px;
	font-size:14px;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.coupon-form .form-group input[type="text"]:focus{
	border-color: #dc3545;
}

.coupon-form button{
	margin-top:0px;
	font-size:16px;
	font-weight:700;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	padding:8px 26px;
	text-transform:capitalize;
}

.order-box{
	position:relative;
	margin-bottom: 50px;
}

.order-box table{
    width: 100%;
    border: 0;
    background: transparent;
    border-radius: 0;
}

.order-box thead tr {
    background: #f8f8f8;
    color: inherit;
}

.order-box table th, 
.order-box table td {
    padding: 14px;
    border: 1px solid #e0e6ea;
    font-size: 17px;
    font-weight: 400;
}

.order-box table .product-total, 
.order-box table .cart-subtotal td, 
.order-box table .order-total td {
    border-left: 0;
    text-align: right;
}

.order-box table .cart-subtotal th,
.order-box table .cart-subtotal td{
	font-weight: 600;
}

.order-box table .order-total {
	color: #5fcac7;
    font-size: 16px;
    background: #f8f8f8;
}

.payment-box{
	position:relative;
}

.payment-box .upper-box{
	position:relative;
	border-bottom:1px solid #b7b7b7;
}

.payment-options{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;	
}

.payment-box .payment-options li{
	position:relative;
	margin-bottom:15px;	
}

.payment-box .payment-options li .radio-option{
	position:relative;		
}

.payment-box .payment-options li .radio-option label{
	position:relative;
	display:block;
	padding-left:30px;
	font-weight: 500;
	text-transform:capitalize;
	color:#222222;
	cursor:pointer;
	font-size:16px;
}

.payment-box .payment-options li .radio-option label strong{
	font-weight: 400;
}

.payment-box .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:7px;	
}

.payment-box .payment-options li .radio-option label .small-text{
	position:relative;
	display:none;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:14px;
	color:#ffffff;
	line-height:1.8em;
	padding:15px 20px;
	margin-top:20px;
	background-color :#5fcac7;
}

.payment-box .payment-options li .radio-option input:checked + label .small-text{
	display:block;
}

.payment-box .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:30px;
	top:-8px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid #5fcac7;
}

.payment-box .payment-options li .radio-option label img{
	position:relative;
	display:block;
	max-width:100%;
	padding-left:30px;	
	margin-top:20px;
}

.payment-box .payment-options li .radio-option .what-paypall{
	position:relative;
	display:block;
	color:#156f89;
	font-size:16px;
	font-weight:400;
	margin-left:120px;
	margin-top:10px;
}

.payment-box .payment-options .text{
	font-size: 17px;
}

.payment-box .payment-options .text a:hover,
.payment-box .payment-options .text a{
	color: #5fcac7;
}

.payment-box .lower-box{
	position:relative;
	padding: 30px 0 0;
}

.payment-box .lower-box .theme-btn{
	position: relative;
	min-width: 160px;
    padding:8px 30px;
	font-size:14px;
	color:#ffffff;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 30px;
	background-color:#cb2e31;
	text-transform:capitalize;
	border: 2px solid #cb2e31;
	font-family: ABeeZee;
}

.payment-box .lower-box .theme-btn:hover{
	background-color: #ffffff;
	color: #cb2e31;
}

/*** 

====================================================================
		Login Section
====================================================================

***/


.login-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 167px;
}


.login-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
}



ul.login {
    list-style: none; 
    margin:7px 0px 0px 0px ;
    padding: 0;
    display: flex;
    gap:7px;
    align-items: center;
}

/* List items */
ul.login li {
    display: inline-block;
}

/* Links */
ul.login li a {
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 15px; font-weight: 600;
    color: #333;
    padding:4px 4px;
    border-radius:0px;
    border:0px solid #1c65af;
    transition: all 0.3s ease;
}

/* Hover effect */
ul.login li a:hover {
    background-color: #e70920;
    color: #fff;
}




.login-section .column{
	position: relative;
	margin-bottom: 50px;
}

.login-section h2{
	position:relative;
	font-size:48px;
	color: #4b4342;
	line-height:1.2em;
	margin-bottom:24px;
}

.login-form{
	position:relative;
}

.login-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.login-form .form-group label{
	position:relative;
	color: #4b4342;
	font-weight:400;
	font-size:17px;
	margin-bottom: 0;
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	padding:10px 20px 10px 30px;
	height:42px;
	color: #4b4342;
	font-size:17px;
	border:1px solid #edecec;
	background-color: #ffffff;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus{
	border-color:#edecec;
}

.login-form .form-group input[type="submit"],
.login-form button{
	position: relative;
	min-width: 160px;
    padding:10px 25px;
	font-size:17px;
	color:#ffffff;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 30px;
	background-color:#f80732;
	text-transform:capitalize;
	border: 3px solid #d8274a;
	font-family: ABeeZee;
}

.login-form .form-group input[type="submit"]:hover,
.login-form button:hover{
	color:#5fcac7;
	background-color: #ffffff;
}

.login-form .psw{
	position:relative;
	color:#5fcac7;
	font-size:17px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.login-form .psw:hover{
	text-decoration: underline;
}

/*** 

====================================================================
		Demos Section
====================================================================

***/

.demos-section{
	position: relative;
	padding: 90px 0 130px;
}

.demos-section .demo-column{
	position: relative;
}

.demos-section .demo-column:nth-child(2){
	margin-top: 80px;
}

.demos-section .demo-column:nth-child(3){
	margin-top: 160px;
}

.demo-block{
	position: relative;
	padding: 0 11px;
	margin-bottom: 40px;
}

.demo-block .image{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
    transition: all .6s cubic-bezier(.2, .55, .1, .7);
    box-shadow: 0px 5px 22px 0px rgba(30,37,54,0.18);
}

.demo-block .image img{
	position: relative;
	display: block;
	width: 100%;
}

.demo-block .image:hover{
    transform: translate3d(0,10px,0);
    box-shadow: 0px 10px 45px 0px rgba(30,37,54,0.18);
}

.demo-block .title-box{
	position: relative;
	margin-top: 30px;
	text-align: center;
}

.demo-block .title-box h4{
	font-size: 28px;
	line-height: 1.2em;
	color: #4b4342;
}

/***

====================================================================
		Screenshots Section
====================================================================

***/

.screenshots-section{
	position: relative;
	padding: 110px 0 50px;
}

.screenshots-section .demo-block{
	padding: 0 15px;
	margin-bottom: 55px;
}

.screenshots-section .title-column{
	position: relative;
}

.screenshots-section .title-column .inner-column{
	position: relative;
    text-align: center;
    margin-top: -10px;
}

.screenshots-section .title-column h3{
	position: relative;
	color: #4b4342;
    font-size: 42px;
    line-height: 1.2em;
	margin-bottom: 30px;
}

.screenshots-section .title-column h3 span{
	position: relative;
	display: block;
	color: #5fcac7;
}

.screenshots-section .divider{
	margin-bottom: 20px;
}

.screenshots-section .divider img{
	position: relative;
	display: block;
	height: 40px;
	margin: 0 auto;
};
	margin: 0 auto;
}


