/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Damion&family=Montserrat:wght@400;500&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,500;1,700&family=Yellowtail&display=swap";

/* 
FFF -> f2f2f2 
F1C152 -> E85A4F
e9ba17 -> e98074
000 -> 111111

*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  color: #737373;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  background: #f2f2f2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0d0d0d;
  line-height: 1.3;
  font-family: "Cinzel", serif;
  -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;
}
a > h1,
a > h2,
a > h3,
a > h4,
a > h5,
a > h6,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
img,
a > img {
  -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;
}
h1 {
  font-size: calc(1.5625rem + 3.75vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4.375rem;
  }
}
h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3rem;
  }
}
h3 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.25rem;
  }
}
h4 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.875rem;
  }
}
h5 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.5rem;
  }
}
h6 {
  font-size: 1.125rem;
}
img {
  max-width: 100%;
  height: auto;
  -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;
}
a {
  color: #737373;
  text-decoration: none;
  -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;
}
@media not all and (pointer: coarse) {
  a:hover {
    color: #E85A4F;
  }
}
p {
  line-height: 1.7;
}
input,
button,
textarea {
  outline: none !important;
  box-shadow: none !important;
}
@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes price-ani {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.1;
  }
}
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}
.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.color--theme-color {
  color: #E85A4F;
}
.padding--top {
  padding-top: 70px;
}
@media (min-width: 992px) {
  .padding--top {
    padding-top: 100px;
  }
}
.padding--bottom {
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .padding--bottom {
    padding-bottom: 100px;
  }
}
.checkout-page
  .checkout-area-right
  .payment
  .car-right-body
  ul
  li
  .custom-radio,
.checkout-page .checkout-area-right .order-table .car-right-body ul li,
.forezero__form form,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item,
.shop-single .review .review-content .description .post-item,
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  .rating
  ul,
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  .rating,
.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta
  .posted-on,
.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta,
.shop-single .review .review-nav,
.shop-single .product-details .post-content form,
.shop-page
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .product-details-inner
  .cart-button,
.shop-page .shop-product-wrap .product-list-item,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page
  .shop-product-wrap
  .product-list-item
  .product-thumb
  .product-action-link,
.service__text,
.service__center,
.piller__inner,
.piller__area,
.social__list,
.location__info-bottom .section__wrapper .location__info-list ul li,
.location__info-top .section__wrapper,
.qoute__thumb,
.qoute__inner,
.blog__tags-right,
.blog__tags-left,
.blog__tags,
.blog-style2 .blog__content-metapost,
.blog-style2 .blog__inner,
.blog__respond-details form p,
.blog__respond-details form,
.blog__comments-details ul li,
.blog__content-metapost,
.blog__inner,
.donaterange__bars,
.cause__inner,
.sermon-single .sermon__thumb-metapost,
.sermon__content-social,
.sermon__content-metapost,
.sermon__inner,
.shedule__sunrise-inner,
.shedule__sunrise,
.shedule__time ul li,
.shedule__time ul,
.shedule__content,
.shedule__top,
.event-single .event__metapost-info,
.event__metapost-share ul,
.event__metapost,
.event__thumb-date,
.gallery__filter ul,
.about__inner,
.about__thumbpart ul,
.eventtime__center ul li,
.eventtime__center ul,
.eventtime__area,
.footer__social ul,
.footer__post-inner,
.footer__tags ul,
.sidebar__tab .tab-content .footer__post-inner,
.sidebar__info-list li,
.pageheader__area,
.header-form .form-container,
.header-form,
.single-product-item .thumb,
.single-product-item,
.header__top-search ul,
.header__top-social ul,
.header__top-socialsearch,
.header__top-area {
  display: flex;
  flex-wrap: wrap;
}
.scrollToTop i,
.scrollToTop svg,
.play-btn i,
.play-btn svg {
  z-index: 1;
  position: relative;
}
.forezero__content,
.shop-single
  .review
  .review-content
  .description
  .post-item
  .post-content
  ul
  li,
.shop-single .product-details .post-content form .select-product select,
.shop-single .product-details .post-content form .select-product,
.shop-single .product-details .product-thumb,
.shop-page
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .product-details-inner
  .thumb,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.service__right,
.service__left,
.service__text,
.service__icon,
.piller__inner,
.social__list li,
.qoute__thumb,
.event__metapost-share,
.event__metapost-coment,
.event__thumb,
.gallery__inner,
.about__icon,
.eventtime__center ul li,
.default-btn,
.section__header h2,
.menu-item-has-children > a,
.header__menu ul li,
.header__top-search ul li.cart__icon,
.cart-plus-minus,
.play-btn {
  position: relative;
}
.forezero__content::after,
.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  .outline-select
  .select-icon,
.shop-single
  .review
  .review-content
  .description
  .post-item
  .post-content
  ul
  li::before,
.shop-single .product-details .post-content form .select-product i,
.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next,
.shop-page .modal .modal-dialog .modal-content button.close,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page
  .shop-product-wrap
  .product-list-item
  .product-thumb
  .product-action-link,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page
  .shop-product-wrap
  .product-list-item
  .product-thumb
  .pro-thumb::after,
.piller__shape,
.social__list li::after,
.qoute__thumb i,
.qoute__thumb svg,
.event__metapost-share ul::after,
.event__metapost-share ul,
.event__metapost-count,
.event__thumb-date,
.about__icon::after,
.eventtime__center ul li::after,
.section__header h2::after,
.section__header h2::before,
.menu-item-has-children > a::after,
.header__top-search ul li.cart__icon span,
.cart-plus-minus .qtybutton,
.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before,
.pluse_1,
.pluse_2,
.play-btn {
  position: absolute;
  content: "";
}
.shop-cart .section-wrapper .cart-bottom,
.shop-single .product-details,
.shop-page
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .product-details-inner
  .product-container,
.shop-page
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .product-details-inner
  .thumb,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.blog__slider-thumb,
.blog__thumb,
.cause-style2 .cause__thumb,
.sermon__thumb,
.event__thumb,
.preloader,
.default-btn,
.footer__post-thumb,
.cart-plus-minus {
  overflow: hidden;
}
.shop-single .product-details .post-content form .default-btn,
form button,
.event__metapost-share,
.gallery__filter ul li,
.header__top-search ul li {
  cursor: pointer;
}
.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  .cart-page-input-text,
.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  .outline-select.shipping-select,
.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  .outline-select
  select,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-top table,
.shop-single .review .review-content .description .post-item .post-content,
.shop-single .review .review-content .description .post-item .post-thumb,
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  textarea,
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  input,
.shop-single .review .review-content .review-showing .content li .post-content,
.shop-single .product-details .post-content form .discount-code input,
.shop-single .product-details .post-content form .discount-code,
.shop-single .product-details .post-content form .select-product select,
.shop-single .product-details .post-content form .select-product,
.shop-single
  .product-details
  .product-thumb
  .pro-single-thumbs
  .single-thumb
  img,
.shop-single .product-details .product-thumb .pro-single-top .single-thumb img,
.shop-page
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .product-details-inner
  .thumb
  .pro-thumb
  img,
.shop-page .shop-product-wrap .product-list-item .product-content,
.shop-page .shop-product-wrap .product-list-item .product-thumb img,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page
  .shop-product-wrap
  .product-list-item
  .product-thumb
  .product-action-link,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb img,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb img,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page
  .shop-product-wrap
  .product-list-item
  .product-thumb
  .pro-thumb::after,
.piller__inner::after,
.location__map iframe,
form textarea,
form input,
.contact__form form textarea,
.contact__form form input,
.qoute__content,
.blog__tags,
.blog-style2 .blog__content,
.blog-style2 .blog__thumb,
.blog__slider-thumb img,
.blog__content,
.cause-style2 .cause__thumb img,
.sermon-single .sermon__content,
.sermon-single .sermon__thumb,
.sermon__content,
.sermon__thumb img,
.shedule__sunrise-item,
.shedule__time ul li span,
.shedule__time ul li p,
.shedule__item,
.event__thumb img,
.gallery__content,
.gallery__inner::after,
.header__bottom-fiexd {
  width: 100%;
}
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page
  .shop-product-wrap
  .product-list-item
  .product-thumb
  .pro-thumb::after,
.piller__inner::after,
.location__map iframe,
.location__map,
.location__left,
.gallery__inner::after {
  height: 100%;
}
.banner__content h2 {
  font-weight: 900;
  text-shadow: 3px 3px 20px #000814, -2px 1px 30px #000814;
}
.forezero__content p,
.piller__content p,
.blog__tags-title p,
.blog__tags-left ul li a,
.blog__comments-content .default-btn,
.shedule__time ul li span,
.gallery__content h5,
.gallery__filter ul li,
.eventtime__center ul li .count-text,
.eventtime__center ul li .count-number,
.header__menu ul li a {
  font-weight: 700;
}
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  .section__header
  h2,
.sermon-single .blog__respond .section__header h2,
.sermon-single .blog__comments .section__header h2,
.sidebar .section__header h2,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
.qoute__content-blockquote h4,
.donaterange h3 {
  font-weight: 400;
}
.forezero__content p,
.shop-cart
  .section-wrapper
  .cart-top
  table
  tbody
  tr
  td.product-item
  .p-content
  a,
.blog__respond-title h4,
.blog__slider-content h6,
.shedule__sunrise-content h3,
.default-btn,
.header__menu ul li a {
  text-transform: uppercase;
}
.shop-page
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .product-details-inner
  .cart-button
  .default-btn,
.social__list a span,
.blog-single .blog__content h6,
.blog-style2 .blog__content h6,
.blog__content h5,
.sermon-single .sermon__content h3,
.gallery__content h5,
.gallery__filter ul li,
.footer__post-content h6,
.sidebar__tab ul li .nav-link {
  text-transform: capitalize;
}
.service__text::after,
.service__text::before,
.service__icon::after,
.piller__inner::after,
.gallery__content,
.gallery__inner::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.forezero__form form,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page
  .shop-product-wrap
  .product-list-item
  .product-thumb
  .product-action-link,
.service__text,
.service__center,
.piller__inner,
.piller__area,
.social__list,
.qoute__thumb,
.cause__inner,
.shedule__time ul li,
.event__thumb-date,
.gallery__filter ul,
.about__thumbpart ul,
.eventtime__area,
.footer__social ul {
  justify-content: center;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta,
.shop-single .product-details .post-content form,
.blog__tags,
.blog__respond-details form,
.sermon-single .sermon__thumb-metapost,
.shedule__content,
.event__metapost,
.pageheader__area,
.header__top-area {
  justify-content: space-between;
}

.header__top-left,
.header__top-right,
.header__top-center {
  flex-grow: 1;
}

.shop-single .product-details .post-content p.rating {
  justify-content: flex-start;
}
.shedule__sunrise-inner {
  justify-content: space-evenly;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-single .review .review-content .description .post-item,
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  .rating,
.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta,
.shop-single .product-details .post-content form,
.shop-single .product-details .post-content p.rating,
.shop-page
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .product-details-inner
  .cart-button,
.shop-page .shop-product-wrap .product-item,
.shop-page .shop-product-wrap .product-list-item,
.service__text,
.service__center,
.piller__inner,
.location__info-top .section__wrapper,
.blog__tags-left,
.blog__tags,
.blog-style2 .blog__inner,
.blog__respond-details form p,
.blog__inner,
.sermon__inner,
.shedule__sunrise-inner,
.shedule__content,
.event__metapost-share ul,
.event__metapost,
.event__thumb-date,
.eventtime__area,
.pageheader__area,
.header__top-search ul,
.header__top-socialsearch,
.header__top-area {
  align-items: center;
}

.shedule__left {
  text-align: center;
  width: 100%;
}
.social__list li:last-child::after,
.shedule__time ul li:nth-last-of-type(1),
.shedule__time ul li:nth-last-of-type(2),
.sidebar__catagory ul li ul {
  display: none;
}
.sermon-single .blog__comments-content span,
.shedule__time ul li span,
.shedule__time ul li p,
.about__thumbpart span,
.sidebar__catagory ul li a,
.header__menu ul li a {
  display: block;
}
.social__list a span,
.blog__tags-title,
.blog__tags-left ul li a,
.blog__tags-left ul li,
.blog__respond-details form input[type="checkbox"],
.blog__respond-details form input[type="radio"],
.sermon-single .blog__comments-edit,
.sermon__content-social li a,
.event__metapost-share ul li a,
.gallery__icon,
.default-btn,
.footer__links ul li a,
.footer__tags ul li a,
.header__bottom-fiexd .header__logo,
.play-btn {
  display: inline-block;
}
.forezero__form form input,
form button,
.contact__form form .default-btn,
.blog-style2 .blog__item:last-child .blog__inner,
.blog__comments-details > ul > li:first-child,
.blog__item:last-child .blog__inner,
.cause-style2 .cause__inner,
.sermon-single .sermon__inner,
.sidebar__catagory ul li:last-child > a,
.sidebar__search form input {
  border: none;
}
.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next,
.cart-plus-minus .qtybutton,
.cart-plus-minus .cart-plus-minus-box {
  color: #111111;
}
.shop-single .sidebar-widget .widget-search form input,
.shop-page .sidebar-widget .widget-search form input {
  background-color: #f2f2f2;
}
.checkout-page .checkout-area-right .car-right-title h4,
.checkout-page .checkout-area-left h4,
.forezero__content h2,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h3,
.shop-single .product-details .post-content h6,
.shop-single .product-details .post-content h4,
.shop-page
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .product-details-inner
  .product-content
  h5,
.shop-page
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .product-details-inner
  .product-content
  h6,
.shop-page .shop-product-wrap .product-item .product-content h6,
.shop-page .shop-product-wrap .product-list-item .product-content h6,
.shop-page .shop-product-wrap .product-item .product-content h5,
.shop-page .shop-product-wrap .product-list-item .product-content h5,
.service__text h6,
.service__content h5,
.location__info-top .section__wrapper .location__info-content h6,
.qoute__content-blockquote h4,
.blog-single .blog__content h6,
.blog-single .blog__content h3,
.blog-style2 .blog__content h6,
.blog-style2 .blog__content h3,
.blog__comments-content h6,
.blog__slider-content h5,
.blog__slider-content h6,
.blog__content h5,
.cause-style2 .cause__content h6,
.cause-style2 .cause__content h5,
.cause__bars h4,
.cause__content h3,
.sermon-single .sermon__content h3,
.sermon__content h6,
.shedule__sunrise-content h3,
.shedule__title h6,
.event-single .event__content h3,
.event__content h5,
.footer__post-content h6,
.single-product-item .content .title,
.cart-products .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.shedule__time ul li p {
  font-family: "Cinzel", serif;
}
.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3),
.service__icon,
.piller__inner,
.social__list a i,
.social__list a svg,
.contact__form .form-message,
.sponsor__thumb,
.qoute__content,
.qoute__thumb i,
.qoute__thumb svg,
.qoute__thumb,
.blog__pagination,
.blog__slider-item,
.donaterange,
.cause__inner,
.sermon__inner,
.shedule__time ul li,
.event__metapost-comentshare,
.event__thumb-date,
.gallery__icon,
.about__icon,
.about__thumbpart,
.eventtime__center ul li,
.header__top-search ul li.cart__icon span,
.header__top-search ul li.cart__icon,
.header__top-left ul li i,
.play-btn {
  text-align: center;
}

.cause-style2 .cause__inner,
.sermon-single .sermon__inner {
  text-align: left;
}
ul li {
  list-style: none;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul,
.shop-single .review .review-content .description .post-item .post-content ul,
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  .rating
  ul,
.shop-single .review .review-content .review-showing .content,
.shop-single .review .review-nav,
.shop-page
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .product-details-inner
  .cart-button
  .cart-plus-minus,
.shop-page .shop-product-wrap .product-item .product-content h5,
.shop-page .shop-product-wrap .product-list-item .product-content h5,
.contact__form .form-message,
.eventtime__left h2,
.sidebar__tab .tab-content .blog__comments-details ul li ul,
.cart-plus-minus .qtybutton,
.cart-plus-minus .cart-plus-minus-box,
ul {
  margin: 0;
}
.social__list a,
.blog__tags-left ul li a,
.shedule__time ul li,
.footer__tags ul li {
  margin: 5px;
}
.shedule__inner {
  margin: 10px;
}
.eventtime__center ul li {
  margin: 15px;
}
.forezero__form form input,
.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .cart-overview
  ul
  li
  .pull-right,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input,
.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-content
  p,
.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta
  .posted-on
  p,
.shop-single .product-details .post-content form .discount-code input,
.shop-page .shop-title p,
.service__text h6,
.service__text h3,
.service__text p,
.service__content p,
.service__item:last-child .service__inner,
.piller__content p,
.location__info-top .section__wrapper .location__info-content h6,
.blog-style2 .blog__item:last-child .blog__inner,
.blog__respond-details form input[type="checkbox"],
.blog__respond-details form input[type="radio"],
.blog__content p,
.blog__item:last-child .blog__inner,
.cause__bars h4,
.cause__content h6,
.shedule__sunrise-content p,
.shedule__sunrise-content h3,
.shedule__time ul li span,
.shedule__time ul li p,
.shedule__title p,
.event__thumb-date p,
.event__thumb-date h6,
.about__item:last-child .about__inner,
.eventtime__center ul li .count-text,
.footer__bottom-content p,
.footer__post-item:last-child .footer__post-inner,
.footer__about-content p,
.sidebar__tab .tab-content .blog__comments-content p,
.sidebar__tab .tab-content .footer__post-inner,
.sidebar__tab .tab-content .footer__post-item:last-child .footer__post-inner,
.sidebar__search form input,
.pageheader__right .breadcrumb,
.pageheader__left h3 {
  margin-bottom: 0;
}
.forezero__content p,
.shop-single .product-details .post-content h4,
.shop-page .shop-product-wrap .product-item .product-content h5,
.shop-page .shop-product-wrap .product-list-item .product-content h5,
.service__content h5,
.blog__slider-rating {
  margin-bottom: 5px;
}
.shop-single .product-details .post-content p.rating,
.shop-single .product-details .post-content h6,
.shop-page .paginations,
.blog__tags-left,
.cause-style2 .cause__content h6,
.sermon-single .blog__comments-edit,
.sermon-single .blog__comments-content span,
.sermon__content-metapost,
.sermon__content h6 {
  margin-bottom: 10px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom,
.shop-single .review .review-content .review-showing .content li .post-thumb,
.shop-single .review,
.blog-style2 .blog__content-metapost,
.blog-style2 .blog__inner,
.blog__respond-title,
.blog__content-metapost,
.blog__content h5,
.blog__inner,
.about__thumbpart span,
.about__thumbpart img,
.footer__post-inner {
  margin-bottom: 15px;
}
.service__icon,
.contact__form form input,
.contact__form form textarea,
.blog-single .blog__content-metapost,
.sermon-single .sermon__thumb-metapost,
.event-single .event__content h3,
.event__metapost,
.footer__about-thumb {
  margin-bottom: 20px;
}
.shedule__sunrise-item:first-child .shedule__sunrise-inner {
  margin-bottom: 25px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h3,
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  input,
.shop-single .product-details .post-content p,
.shop-page .shop-title,
.service__inner,
.blog-single .blog__content h3,
.blog-style2 .blog__content p,
.blog__respond-details form p,
.event-single .event__metapost,
.gallery__filter,
.about__inner,
.footer__bottom-logo,
.sidebar__tag,
.sidebar__tab,
.sidebar .section__header,
.banner__content p {
  margin-bottom: 30px;
}

.location__info-top,
.cause__top,
.sidebar__search,
.section__header h2 {
  margin-bottom: 40px;
}
.section__header {
  margin-bottom: 60px;
}
.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  button {
  margin-top: 10px;
}
.location__info-top .section__wrapper .location__info-content ul,
.sidebar__tab .tab-content .blog__comments-details ul li ul li {
  margin-top: 15px;
}
.blog__pagination {
  margin-top: 25px;
}
.contact__form .form-message.success,
.contact__form .form-message.error,
.blog__comments-details ul ul li,
.cause__bottom,
.shedule__sunrise {
  margin-top: 30px;
}
.social__list a span {
  margin-left: 10px;
}
.blog__comments-details ul ul,
.header__menu .default-btn {
  margin-left: 30px;
}
.location__info-bottom .section__wrapper .location__info-left i,
.location__info-bottom .section__wrapper .location__info-left svg,
.location__info-bottom .section__wrapper .location__info-left,
.location__info-top .section__wrapper .location__info-content ul li b,
.blog__tags-title,
.blog__respond-details form p input,
.sermon__content-metapost li i,
.sermon__content-metapost li svg,
.event__metapost-info li i,
.event__metapost-info li svg {
  margin-right: 5px;
}
.sidebar__catagory ul li a i,
.sidebar__catagory ul li a svg,
.sidebar__info-left {
  margin-right: 10px;
}
.social__list li,
.event-single .event__metapost-info > li,
.header__top-search ul li.search__icon,
.header__top-social {
  margin-right: 15px;
}
.logo-div {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location__info-top .section__wrapper .location__info-thumb {
  margin-right: 20px;
}
.sidebar__tab .tab-content .blog__comments-details {
  margin-top: 10px;
  margin-bottom: 10px;
}
.forezero__form form,
.blog__comments,
.donaterange__bars {
  margin-top: 30px;
  margin-bottom: 30px;
}
.forezero__form form button,
.sermon-single .sermon__content,
.sermon-single .sermon__inner,
.event-single .event__metapost-info > li,
ul {
  padding: 0;
}
.about__thumbpart ul li a,
.header__top-social ul li a {
  padding: 5px;
}
.shedule__inner,
.footer__social ul li a {
  padding: 10px;
}
.qoute__thumb,
.blog__tags {
  padding: 15px;
}
.contact__form form input,
.contact__form form textarea {
  padding: 20px;
}
.forezero__content,
.blog__slider-content,
.blog__right,
.blog__left,
.sermon__inner {
  padding: 30px;
}
.blog-style2 .blog__item:last-child .blog__inner,
.blog__comments-details ul ul li:last-child,
.blog__item:last-child .blog__inner {
  padding-bottom: 0;
}
.blog-style2 .blog__inner,
.blog__inner {
  padding-bottom: 15px;
}
.sermon-single .sermon__thumb-metapost,
.event__content {
  padding-top: 20px;
}
.cause-style2 .cause__content {
  padding-top: 30px;
}
.blog__comments-content {
  padding-left: 14px;
}
.location__right {
  padding-left: 20px;
}
.sermon__content-social li a {
  padding-right: 10px;
}
.social__list li,
.blog-style2 .blog__content-metapost li,
.blog__content-metapost li,
.sermon__content-metapost li,
.event-single .event__metapost-info > li,
.header__top-social {
  padding-right: 15px;
}
.banner__content p {
  padding-right: 30px;
}
.header__mainmenu {
  padding-top: 0;
  padding-bottom: 0;
}
.event__metapost-share ul li a,
.event__metapost-comentshare li,
.event__metapost-info li,
.footer__links ul li a,
.sidebar__info-list li,
.header__top-left ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sidebar__tab .tab-content .blog__comments-details ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.shedule__sunrise-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sidebar__tab .tab-content .footer__post-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-style2 .blog__content,
.blog__comments-details ul li,
.pageheader,
.header__top {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sponsor {
  padding-top: 60px;
  padding-bottom: 60px;
}
.event__metapost-share ul li a {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-single .blog__content h3,
.blog-style2 .blog__content h3,
.sermon-single .sermon__content h3,
.sermon__content h6,
.event-single .event__content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog__slider-content h6,
.blog__content h5,
.cause-style2 .cause__content h5,
.event__content h5,
.footer__post-content h6 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bg-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.play-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f2f2f2;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  z-index: 1;
  font-size: 1.125rem;
  color: #da5455;
}
@media (min-width: 768px) {
  .play-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
  }
}
.play-btn span {
  width: 100%;
}
.play-btn span:before {
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .play-btn span:before {
    width: 80px;
    height: 80px;
  }
}
.scrollToTop {
  position: fixed;
  bottom: -30%;
  right: 5%;
  z-index: 9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #f2f2f2;
  animation: lab_top_up 5s linear infinite;
  font-size: 1.125rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -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;
}
.scrollToTop i,
.scrollToTop svg {
  color: #f2f2f2;
}
.scrollToTop:hover {
  background: #da5455;
}
.scrollToTop .pluse_1,
.scrollToTop .pluse_2 {
  background: #E85A4F;
}
.scrollToTop .pluse_1::after,
.scrollToTop .pluse_1::before,
.scrollToTop .pluse_2::after,
.scrollToTop .pluse_2::before {
  background: rgba(241, 193, 82, 0.3);
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pagination .page-item .page-link {
  margin: 5px;
  outline: none;
  box-shadow: none;
  color: #0d0d0d;
}
.pagination .page-item .page-link:hover {
  background: #E85A4F;
  color: #f2f2f2;
  border-color: #E85A4F;
}
.pluse_1,
.pluse_2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
}
.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before {
  background: #f2f2f2;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 0;
}
.pluse_1::after,
.pluse_2::after {
  width: 30px;
  height: 30px;
  background: transparent;
  margin-left: -15px;
  margin-top: -15px;
}
.pluse_1:before,
.pluse_2:before {
  width: 40px;
  height: 40px;
}
.pluse_1 {
  -webkit-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
}
.pluse_2::before {
  -webkit-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  margin-left: 0;
  margin-top: 0;
}
@keyframes pluse_animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
.cart-plus-minus {
  border: 1px solid #ecf0f3;
  width: 120px;
  margin: 0 auto;
  cursor: pointer;
}
.cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #ecf0f3;
  height: 40px;
  left: 0;
  top: 0;
}
.cart-plus-minus .cart-plus-minus-box {
  border: medium none;
  float: left;
  font-size: 14px;
  height: 40px;
  text-align: center;
  width: 120px;
  outline: none;
}
.cart-plus-minus .qtybutton {
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -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;
}
.cart-plus-minus .qtybutton:hover {
  color: #f2f2f2;
  background: #E85A4F;
}
.cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #ecf0f3;
  right: 0;
  top: 0;
}
@media (max-width: 575px) {
  .header__top-left {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ecf0f3;
  }
}
@media (max-width: 575px) {
  .header__top-left ul {
    text-align: center;
  }
}
.header__top-left ul li i {
  border: 1px solid #ecf0f3;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  line-height: 26px;
  margin-right: 8px;
  font-size: 0.75rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
@media (max-width: 575px) {
  .header__top-right {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .header__top-socialsearch {
    justify-content: center;
  }
}
.header__top-social {
  border-right: 1px solid #ecf0f3;
}
.header__top-search ul li.cart__icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ecf0f3;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.header__top-search ul li.cart__icon span {
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #f2f2f2;
  background: #0d0d0d;
  font-size: 0.625rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.header__bottom {
  background: #E85A4F;
}
@media (min-width: 1200px) {
  .header__bottom {
    background: #0d0d0d;
  }
}
@media (min-width: 1200px) {
  .header__bottom-fiexd {
    position: fixed;
    z-index: 999;
    top: 0;
  }
}
.header__bottom-fiexd .header__mainmenu {
  justify-content: space-between;
}
.header__bottom-fiexd .default-btn {
  display: none;
}
.header__mainmenu {
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header__mainmenu {
    justify-content: center;
  }
}
.header__logo {
  width: 150px;
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .header__logo {
    display: none;
  }
}
.header__bar-info {
  width: 50px;
  height: 40px;
  transform: translateY(2px);
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .header__menu {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .header__menu ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .header__menu ul li:last-child a {
    border-bottom: none;
  }
}
.header__menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 0px);
}
@media (min-width: 1200px) {
  .header__menu ul li:hover.menu-item-has-children a::after {
    transform: rotate(-45deg);
  }
}
.header__menu ul li.open.menu-item-has-children a::after,
.header__menu ul li.active.menu-item-has-children a::after,
.header__menu ul li:hover.menu-item-has-children a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 1200px) {
  .header__menu ul li.open > a,
  .header__menu ul li.active > a,
  .header__menu ul li:hover > a {
    color: #E85A4F;
  }
  .header__menu ul li.open > a::after,
  .header__menu ul li.active > a::after,
  .header__menu ul li:hover > a::after {
    border-color: #E85A4F;
  }
}
.header__menu ul li a {
  padding: 10px 25px;
  color: #0d0d0d;
  -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;
  border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}
@media (min-width: 1200px) {
  .header__menu ul li a {
    display: inline-block;
    color: #f2f2f2;
    border-bottom: none;
  }
}
.header__menu ul li ul {
  display: none;
}
@media (min-width: 1200px) {
  .header__menu ul li ul {
    position: absolute;
    width: 230px;
    left: 0;
    top: calc(100% + 50px);
    opacity: 0;
    visibility: hidden;
    background: #f2f2f2;
    z-index: 9;
    display: inline-block;
    transition: all 0.3s ease;
  }
}
.header__menu ul li ul li {
  width: 100%;
}
.header__menu ul li ul li:last-child a {
  border-bottom: none;
}
.header__menu ul li ul li a {
  color: #0d0d0d;
  border-bottom: 1px solid rgba(13, 13, 13, 0.1);
  display: block;
}
@media (min-width: 1200px) {
  .header__menu ul li ul li a {
    border-color: #ecf0f3;
  }
}
.header__menu ul li ul li a:hover,
.header__menu ul li ul li a.active {
  color: #E85A4F;
  background: #0d0d0d;
}
@media (min-width: 1200px) {
  .header__menu ul li ul li a:hover,
  .header__menu ul li ul li a.active {
    color: #f2f2f2;
    background: #E85A4F;
  }
}
.header__menu .default-btn {
  transform: skewX(-23deg);
}
@media (max-width: 1199px) {
  .header__menu .default-btn {
    display: none;
  }
}
.header__menu .default-btn:hover {
  background: #da5455;
}
.header__menu .default-btn:hover span {
  color: #f2f2f2;
}
.menu-item-has-children > a::after {
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #0d0d0d;
  border-right: 1px solid #0d0d0d;
  top: 17px;
  right: 10px;
  -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;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 1200px) {
  .menu-item-has-children > a::after {
    border-color: #f2f2f2;
  }
}
.cart-sidebar-area {
  background-color: #111111;
  max-width: 350px;
  width: 100%;
  height: 100vh;
  padding: 30px;
  position: fixed;
  right: 0;
  overflow-y: scroll;
  top: 0;
  z-index: 99999;
  transition: 0.7s ease;
  transform: translateX(350px);
}
.cart-sidebar-area.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0px);
}
.cart-sidebar-area .btn-wrapper {
  margin-top: 40px;
}
.cart-sidebar-area .top-content {
  position: relative;
  margin-bottom: 35px;
}
.side-sidebar-close-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  font-size: 16px;
  color: #f2f2f2;
  cursor: pointer;
}
.cart-products .title {
  font-size: 18px;
  color: #f2f2f2;
  font-weight: 500;
  margin: 0;
  margin-bottom: 25px;
}
.single-product-item {
  min-height: 80px;
  margin-bottom: 20px;
}
.single-product-item .thumb {
  width: 100px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}
.single-product-item .thumb img {
  max-width: 100%;
  max-height: 100%;
}
.single-product-item .content {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.single-product-item .content .price {
  color: rgba(255, 255, 255, 0.4);
}
.single-product-item .content .price .pprice {
  color: #f2f2f2;
}
.single-product-item .content .title {
  font-size: 16px;
  line-height: 26px;
  color: #f2f2f2;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0px;
}
.single-product-item .content .remove-cart {
  display: inline-block;
  font-size: 10px;
  color: #f2f2f2;
  background-color: #E85A4F;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  transition: all 0.3s ease-in;
}
.single-product-item .content .remove-cart:hover {
  opacity: 0.8;
}
.overlay {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),
    progress;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}
.header-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  z-index: 99999;
  justify-content: center;
  align-items: center;
  -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;
}
.header-form.active {
  visibility: visible;
  opacity: 1;
}
.header-form .bg-lay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}
.header-form .bg-lay .cross {
  position: absolute;
  color: #f2f2f2;
  cursor: pointer;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #E85A4F;
}
.header-form .form-container {
  max-width: 700px;
  width: 100%;
  background: #0d0d0d;
  position: relative;
  z-index: 1;
}
.header-form .form-container button {
  width: 120px;
  height: 60px;
  background: #E85A4F;
  border: none;
  outline: none;
  font-weight: 700;
  color: #f2f2f2;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.header-form .form-container input {
  width: calc(100% - 120px);
  height: 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 20px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .header-form .form-container {
    padding: 1px;
    margin: 10px;
  }
  .header-form .form-container button {
    width: 100px;
    font-size: 14px;
    font-weight: 400;
  }
  .header-form .form-container input {
    width: calc(100% - 100px);
  }
}
.overlay {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),
    progress;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
}
.overlay.active {
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.3s;
  visibility: visible;
  opacity: 1;
}
.rajib {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
}
.banner {
  background-size: cover;
  background-position: center;
  padding: 150px 0;
}
@media (max-width: 768px) {
  .banner {
    padding: 200px 0;
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner {
    background-size: cover;
    background-position: right;
  }
}
@media (min-width: 992px) {
  .banner__content {
    max-width: 50%;
  }
}
.banner__content h2 {
  -webkit-transform: translateY(450px);
  -moz-transform: translateY(450px);
  -ms-transform: translateY(450px);
  -o-transform: translateY(450px);
  transform: translateY(450px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  font-family: "Cinzel", sans-serif;
  font-size: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  .banner__content h2 {
    font-size: 3.75rem;
  }
}
.banner__content .default-btn {
  padding: 0 2rem;
  -webkit-transform: translateY(350px);
  -moz-transform: translateY(350px);
  -ms-transform: translateY(350px);
  -o-transform: translateY(350px);
  transform: translateY(350px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.banner__content .default-btn::after {
  background-color: rgba(255, 255, 255, 0.9);
}
.banner__content p {
  text-transform: none;
  line-height: 30px;
  -webkit-transform: translateY(350px);
  -moz-transform: translateY(350px);
  -ms-transform: translateY(350px);
  -o-transform: translateY(350px);
  transform: translateY(350px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  font-size: 1.25rem;
  text-shadow: 10px 10px 25px #0d0d0d, -10px 10px 25px #0d0d0d,
    -10px -10px 25px #0d0d0d, 10px -10px 25px #0d0d0d;
}
.banner-style2 .banner__content h2 {
  color: #f2f2f2;
}
.banner-style2 .banner__content p {
  color: rgba(255, 255, 255, 0.9);
}
.banner-style3 .banner__content.text-lg-center h2 {
  color: #f2f2f2;
}
.banner-style3 .banner__content.text-lg-center p {
  color: rgba(255, 255, 255, 0.9);
}
.banner__slider {
  background-color: #0d0d0d;
}

.swiper-slide-active .banner__content h2,
.swiper-slide-duplicate-active .banner__content h2 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.swiper-slide-active .banner__content .default-btn,
.swiper-slide-duplicate-active .banner__content .default-btn {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.swiper-slide-active .banner__content p,
.swiper-slide-duplicate-active .banner__content p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.section__header:hover h2::after {
  width: 100px;
}
.section__header:hover h2::before {
  width: 10px;
  left: 110px;
}
.section__header h2::after,
.section__header h2::before {
  height: 3px;
  bottom: -20px;
  -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;
}
.section__header h2::after {
  width: 10px;
  left: 0;
  background: #E85A4F;
}
.section__header h2::before {
  width: 100px;
  left: 20px;
  background: #e3e7e8;
}
@media (min-width: 992px) {
  .section__header p {
    max-width: 650px;
  }
}
.section__header.text-center:hover h2::after {
  width: 10px;
  left: calc(50% - -55px);
}
.section__header.text-center:hover h2::before {
  width: 100px;
  left: calc(50% - 10px);
}
.section__header.text-center h2::after {
  left: calc(50% - -10px);
  width: 100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section__header.text-center h2::before {
  left: calc(50% - 55px);
  width: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .section__header.text-center p {
    margin: 0 auto;
  }
}
.sidebar .section__header h2 {
  font-size: calc(1.325rem + 0.9vw);
  color: #686664;
}
@media (min-width: 1200px) {
  .sidebar .section__header h2 {
    font-size: 2rem;
  }
}
.sidebar__info-left {
  color: #E85A4F;
}
.sidebar__info-right {
  width: calc(100% - 30px);
}
.sidebar__search form {
  border: 1px solid #ecf0f3;
  background: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sidebar__search form input {
  width: calc(100% - 40px);
  background: transparent;
}
.sidebar__search form button {
  width: 36px;
  height: 50px;
  background: transparent;
}
.sidebar__tab ul li .nav-link {
  color: rgba(13, 13, 13, 0.2);
}
.sidebar__tab ul li .nav-link.active {
  color: #E85A4F;
}
.sidebar__tab .tab-content .footer__post-item:last-child .footer__post-inner {
  border-bottom: none;
}
.sidebar__tab .tab-content .footer__post-inner {
  border-bottom: 1px solid #ecf0f3;
}
.sidebar__tab .tab-content .footer__post-inner:hover .footer__post-thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.sidebar__tab .tab-content .footer__post-inner:hover .footer__post-content h6 {
  color: #E85A4F;
}
.sidebar__tab .tab-content .footer__post-content {
  width: calc(100% - 70px);
  padding-left: 15px;
}
.sidebar__tab .tab-content .footer__post-content h6 {
  color: #0d0d0d;
  font-size: 0.875rem;
}
.sidebar__tab .tab-content .blog__comments-thumb {
  width: 60px;
}
.sidebar__tab .tab-content .blog__comments-content h6 {
  font-size: 0.75rem;
}
.sidebar__tab .tab-content .blog__comments-content p {
  font-size: 0.75rem;
}
.sidebar__tag ul li a {
  background: transparent;
  border: 1px solid rgba(13, 13, 13, 0.2);
}
.sidebar__catagory ul li.open > a::after {
  transform: rotate(-45deg);
}
.sidebar__catagory ul li a {
  padding: 10px 0;
  border-bottom: 1px solid #ecf0f3;
  -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;
}
.sidebar__catagory ul li a:hover {
  padding-left: 20px;
}
.sidebar__catagory ul li a:hover::after {
  border-color: #E85A4F;
}
@media (min-width: 992px) {
  .sidebar__catagory ul li a::after {
    border-color: #0d0d0d;
  }
}
.footer__bottom,
.footer__top {
  background: #0d0d0d;
}
.footer__top .section__header h2 {
  color: #f2f2f2;
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .footer__top .section__header h2 {
    font-size: 1.875rem;
  }
}
.footer__tags ul li a {
  padding: 5px 10px;
  color: #0d0d0d;
  background: #f2f2f2;
  font-size: 0.875rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.footer__tags ul li a:hover {
  background: #E85A4F;
}
.footer__post-inner:hover .footer__post-thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.footer__post-inner:hover .footer__post-content h6 {
  color: #E85A4F;
}
.footer__post-thumb {
  width: 70px;
}
.footer__post-content {
  width: calc(100% - 70px);
  padding-left: 15px;
}
.footer__post-content h6 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}
.footer__bottom {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .footer__social ul {
    justify-content: flex-end;
  }
}
.footer__social ul li a:hover {
  color: #E85A4F;
}
.default-btn {
  text-decoration: none;
  color: #f2f2f2;
  padding: 0 2rem;
  line-height: 46px;
  font-size: 1rem;
  transform-origin: right;
  transition: all 0.3s ease;
  background: #E85A4F;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  -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;
}
@media (min-width: 768px) {
  .default-btn {
    padding: 0 2rem;
    line-height: 54px;
  }
}
.default-btn span {
  position: inherit;
  z-index: 1;
  -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;
}
.default-btn.move-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #da5455;
  transition: transform 0.5s;
  transform-origin: right;
  transform: scaleX(0);
  z-index: 0;
}
.default-btn.move-right:hover:before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
}
.default-btn.move-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E85A4F;
  transition: transform 0.5s;
  transform-origin: left;
  transform: scaleX(0);
  z-index: 0;
}
.default-btn.move-left:hover:before {
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.5s;
}
.default-btn.move-bottom {
  background: transparent;
  border: 2px solid #E85A4F;
  color: #0d0d0d;
}
.default-btn.move-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E85A4F;
  transition: transform 0.5s;
  transform-origin: bottom;
  transform: scaleY(0);
  z-index: 0;
}
.default-btn.move-bottom:hover {
  color: #f2f2f2;
}
.default-btn.move-bottom:hover:before {
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 0.5s;
}
.default-btn.move-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E85A4F;
  transition: transform 0.5s;
  transform-origin: top;
  transform: scaleY(0);
  z-index: 0;
}
.default-btn.move-top:hover:before {
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.5s;
}
.default-btn:hover {
  color: #E85A4F;
}
.default-btn:hover.move-right span {
  color: #f2f2f2;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: #E85A4F;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #f2f2f2;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
.eventtime {
  padding: 50px 0;
  background: #0d0d0d;
}
@media (min-width: 992px) {
  .eventtime__area {
    justify-content: space-between;
  }
}
.eventtime__left h2 {
  color: #E85A4F;
  font-size: calc(1.3875rem + 1.65vw);
}
@media (min-width: 1200px) {
  .eventtime__left h2 {
    font-size: 2.625rem;
  }
}
@media (max-width: 991px) {
  .eventtime__center {
    margin: 30px 0;
  }
}
@media (max-width: 575px) {
  .eventtime__center ul {
    justify-content: center;
  }
}
.eventtime__center ul li {
  width: 110px;
  height: 110px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #2c1c1c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .eventtime__center ul li {
    width: 90px;
    height: 90px;
  }
}
.eventtime__center ul li::after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  border: 4px solid #2c1c1c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.eventtime__center ul li .count-number {
  font-size: calc(1.3125rem + 0.75vw);
  color: #E85A4F;
}
@media (min-width: 1200px) {
  .eventtime__center ul li .count-number {
    font-size: 1.875rem;
  }
}
.eventtime__center ul li .count-text {
  font-size: 1.125rem;
  color: #f2f2f2;
  font-family: "Cinzel", serif;
}
.about__thumbpart img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 4px solid #0d0d0d;
}
.about__thumbpart p {
  max-width: 80%;
  margin: 0 auto 15px;
}
@media (max-width: 991px) {
  .about__contentpart {
    border: none !important;
  }
}
.about__inner:hover .about__content h5 {
  color: #E85A4F;
}
.about__inner:hover .about__icon {
  background: #E85A4F;
  border-color: #E85A4F;
  color: #f2f2f2;
}
.about__inner:hover .about__icon::after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  border-color: #E85A4F;
}
.about__icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #ecf0f3;
  font-size: calc(1.35rem + 1.2vw);
  -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;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
@media (min-width: 1200px) {
  .about__icon {
    font-size: 2.25rem;
  }
}
.about__icon::after {
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  border: 2px solid transparent;
  top: 0;
  left: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -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;
}
.about__content {
  width: calc(100% - 80px);
}
@media (min-width: 576px) {
  .about__content {
    padding-left: 30px;
  }
}
.about__content h5 {
  font-family: "Montserrat", sans-serif;
  -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;
}
.gallery__filter ul li {
  padding: 10px 20px;
  margin: 5px;
  color: #0d0d0d;
  -webkit-transform: all 0.3s ease;
  -moz-transform: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transform: all 0.3s ease;
  transform: all 0.3s ease;
}
.gallery__filter ul li.active {
  color: #E85A4F;
}
.gallery__inner::after {
  left: 0;
  top: 0;
  background: rgba(13, 13, 13, 0.7);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -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;
}
.gallery__inner:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery__inner:hover .gallery__content {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.gallery__content {
  z-index: 1;
  -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;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.gallery__content h5 {
  font-size: 1.25rem;
  -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;
  color: #f2f2f2;
}
.gallery__content h5:hover {
  color: #E85A4F;
}
.gallery__icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ecf0f3;
  margin: 0 auto 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 1rem;
  -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;
}
.gallery__icon i,
.gallery__icon svg {
  color: #f2f2f2;
}
.gallery__icon:hover {
  background: #E85A4F;
  border-color: #E85A4F;
}
.event__inner:hover .event__thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.event__inner:hover .event__content h5 {
  color: #E85A4F;
}
.event__inner:hover .event__metapost-count {
  background: #E85A4F;
  color: #0d0d0d;
}
.event__thumb-date {
  width: 60px;
  height: 60px;
  top: 10px;
  left: 10px;
  flex-direction: column;
  border: 2px solid #E85A4F;
  background: rgba(13, 13, 13, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.event__thumb-date h6 {
  color: #E85A4F;
  font-family: "Montserrat", sans-serif;
}
.event__thumb-date p {
  color: #f2f2f2;
}
.event__metapost-info {
  width: calc(100% - 60px);
}
.event__metapost-comentshare {
  width: 60px;
  border-left: 1px solid #ecf0f3;
}
.event__metapost-count {
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #f2f2f2;
  background: #0d0d0d;
  font-size: 0.5625rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.event__metapost-share:hover ul {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.event__metapost-share ul {
  width: 126px;
  right: 100%;
  top: 0;
  background: #0d0d0d;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -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;
}
.event__metapost-share ul::after {
  width: 0;
  height: 0;
  right: -8px;
  border-top: 10px solid transparent;
  border-left: 10px solid #0d0d0d;
  border-bottom: 10px solid transparent;
}
.event__metapost-share ul li {
  border-right: 1px solid #ecf0f3;
}
.event__metapost-share ul li a {
  color: #f2f2f2;
  font-size: 0.75rem;
}
.event-single .event__inner:hover .event__thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.event-single .event__metapost-info > li {
  border-right: 1px solid #ecf0f3;
}
.event-single .event__metapost-share ul {
  width: 146px;
}
@media (min-width: 576px) {
  .event-single .event__metapost-share ul {
    transform-origin: left;
    left: 100%;
    right: auto;
  }
}
@media (min-width: 576px) {
  .event-single .event__metapost-share ul::after {
    right: auto;
    left: -8px;
    border-left: none;
    border-top: 10px solid transparent;
    border-right: 10px solid #0d0d0d;
    border-bottom: 10px solid transparent;
  }
}
.shedule {
  background-blend-mode: overlay;
}
.shedule__top {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #E85A4F;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media (min-width: 576px) {
  .shedule__item {
    width: calc(100% / 2);
  }
}
.shedule__inner {
  border: 1px solid rgba(236, 240, 243, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.shedule__title h6 {
  color: #f2f2f2;
  font-size: 1.25rem;
}

.shedule__title p {
  font-size: 1.25rem;
}
.shedule__time ul li {
  flex-direction: column;
  width: 70px;
  height: 70px;
  border: 2px solid #ecf0f3;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.shedule__time ul li span {
  color: #E85A4F;
  font-size: 1.125rem;
}
.shedule__time ul li p {
  color: #f2f2f2;
}
@media (min-width: 576px) {
  .shedule__sunrise-item {
    width: calc(100% / 2);
  }
}
@media (min-width: 576px) {
  .shedule__sunrise-item:first-child .shedule__sunrise-inner {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.shedule__sunrise-item:first-child .shedule__sunrise-content p {
  color: #E85A4F;
}
@media (min-width: 576px) {
  .shedule__sunrise-item:last-child .shedule__sunrise-inner {
    margin-left: 15px;
  }
}
.shedule__sunrise-inner {
  border: 2px solid #E85A4F;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.shedule__sunrise-content h3 {
  color: #E85A4F;
}
.shedule__sunrise-content p {
  color: #d2691e;
}
.sermon__inner {
  background: #f2f2f2;
  border: 1px solid #ecf0f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media (min-width: 576px) {
  .sermon__inner {
    text-align: left;
  }
}
.sermon__inner:hover .sermon__thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.sermon__inner:hover .sermon__content h6 {
  color: #E85A4F;
}
.sermon__thumb {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 150px;
  margin: 0 auto 15px;
}
@media (min-width: 576px) {
  .sermon__thumb {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .sermon__content {
    width: calc(100% - 150px);
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .sermon__content-metapost {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .sermon__content-social {
    justify-content: center;
  }
}
.sermon-single .sermon__inner {
  background: transparent;
}
.sermon-single .sermon__inner:hover .sermon__thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.sermon-single .sermon__inner:hover .sermon__content h6 {
  color: #0d0d0d;
}
.sermon-single .sermon__thumb {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sermon-single .sermon__thumb-metapost {
  border-bottom: 1px solid #ecf0f3;
}
.sermon-single .blog__comments .section__header h2 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .sermon-single .blog__comments .section__header h2 {
    font-size: 1.875rem;
  }
}
.sermon-single .blog__comments-thumb img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.sermon-single .blog__respond .section__header h2 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .sermon-single .blog__respond .section__header h2 {
    font-size: 1.875rem;
  }
}
.cause {
  background-blend-mode: overlay;
}
.cause__inner {
  width: 190px;
  height: 190px;
  flex-direction: column;
  border: 2px solid #E85A4F;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.cause__content h3 {
  color: #E85A4F;
}
.cause__content h6 {
  color: #f2f2f2;
}
@media (min-width: 992px) {
  .cause__bars {
    max-width: 700px;
    margin: 0 auto;
  }
}
.cause__bars h4 {
  color: #f2f2f2;
}
.cause__bars h4 span {
  color: #E85A4F;
}
.cause-style2 .cause__inner {
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.cause-style2 .cause__inner:hover .cause__thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.cause-style2 .cause__inner:hover .cause__content h5 {
  color: #E85A4F;
}
.cause-style2 .cause__content h6 {
  color: #0d0d0d;
}
.cause-style2 .cause__content .donaterange__bars {
  background: #0d0d0d;
  height: 6px;
  margin: 15px 0;
}
.cause-single .cause__inner:hover .cause__thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 992px) {
  .cause-single .cause__bars {
    max-width: 100%;
  }
}
.donaterange h3 {
  font-size: calc(1.34375rem + 1.125vw);
  color: #f2f2f2;
}
@media (min-width: 1200px) {
  .donaterange h3 {
    font-size: 2.1875rem;
  }
}
.donaterange h3 span {
  color: #E85A4F;
}
.donaterange__bars {
  height: 20px;
  background: #f2f2f2;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.donaterange__bar {
  height: 100%;
  background: #E85A4F;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.blog__left {
  box-shadow: 0 0 5px rgba(13, 13, 13, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.blog__area {
  height: 550px;
  overflow-y: auto;
}
.blog__area::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #f2f2f2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.blog__area::-webkit-scrollbar {
  width: 6px;
  background: #f2f2f2;
}
.blog__area::-webkit-scrollbar-thumb {
  background: #E85A4F;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.blog__right {
  box-shadow: 0 0 5px rgba(13, 13, 13, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.blog__right .section__header h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .blog__right .section__header h2 {
    font-size: 2rem;
  }
}
.blog__inner {
  border-bottom: 1px solid #ecf0f3;
}
.blog__inner:hover .blog__thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.blog__inner:hover .blog__content h5 {
  color: #E85A4F;
}
.blog__thumb {
  width: 210px;
  margin: 0 auto 15px;
}
@media (min-width: 576px) {
  .blog__thumb {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .blog__content {
    width: calc(100% - 210px);
    padding-left: 30px;
  }
}
.blog__slider-content {
  background: #e3e7e8;
}
.blog__slider-content .default-btn {
  font-size: 0.8125rem;
  line-height: 36px;
  padding: 0 15px;
}
.blog__slider-rating i,
.blog__slider-rating svg {
  color: #E85A4F;
}
.blog__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.blog__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E85A4F;
}
.blog__comments-details ul li {
  border-top: 1px solid #ecf0f3;
}
.blog__comments-thumb {
  width: 80px;
}
.blog__comments-content {
  width: calc(100% - 80px);
}
.blog__comments-content .default-btn {
  line-height: 25px;
  padding: 0 15px;
  border: 2px solid #5faf1f;
  color: #5faf1f;
  font-size: 0.8125rem;
  background: transparent !important;
}
.blog__comments-content .default-btn::before {
  background: #5faf1f;
}
.blog__comments-content .default-btn:hover span {
  color: #f2f2f2;
}
.blog__respond-title h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .blog__respond-title h4 {
    font-size: 1.5rem;
  }
}
.blog__respond-details form input[type="checkbox"],
.blog__respond-details form input[type="radio"] {
  width: 20px;
  height: 20px;
}
.blog__respond-details form p {
  flex-wrap: nowrap;
}
.blog-style2 .blog__inner {
  border-bottom: 1px solid #ecf0f3;
}
.blog-style2 .blog__inner:hover .blog__thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-style2 .blog__inner:hover .blog__content h5 {
  color: #E85A4F;
}
@media (min-width: 576px) {
  .blog-style2 .blog__content {
    width: 100%;
    padding-left: 0;
  }
}
.blog__tags {
  background: #e3e7e8;
}
@media (min-width: 1200px) {
  .blog__tags-left {
    margin-bottom: 0;
  }
}
.blog__tags-left ul li a {
  padding: 7px 10px;
  background: #f2f2f2;
  color: #0d0d0d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.875rem;
}
.blog__tags-left ul li a:hover {
  background: #E85A4F;
  color: #f2f2f2;
}
.blog__tags-title p {
  margin-bottom: 0 !important;
}
.blog-single .blog__inner:hover .blog__thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.qoute {
  background-blend-mode: overlay;
}
@media (max-width: 575px) {
  .qoute__inner {
    justify-content: center;
  }
}
.qoute__thumb {
  width: 200px;
  height: 200px;
  background: #E85A4F;
  color: #f2f2f2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: calc(1.3125rem + 0.75vw);
  flex-direction: column;
  margin: 0 auto 15px;
}
@media (min-width: 1200px) {
  .qoute__thumb {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .qoute__thumb {
    margin: 0;
  }
}
.qoute__thumb h4 {
  color: #f2f2f2;
}
.qoute__thumb i,
.qoute__thumb svg {
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 20px;
  right: 10px;
  background: #0d0d0d;
  color: #E85A4F;
  font-size: 1rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
@media (min-width: 576px) {
  .qoute__content {
    width: calc(100% - 200px);
    padding-left: 30px;
    text-align: left;
  }
}
.qoute__content-blockquote p {
  font-size: calc(1.275rem + 0.3vw);
  color: #f2f2f2;
}
@media (min-width: 1200px) {
  .qoute__content-blockquote p {
    font-size: 1.5rem;
  }
}
.qoute__content-blockquote h4 {
  font-size: 1.25rem;
  color: #f2f2f2;
}
.sponsor__inner:hover .sponsor__thumb {
  filter: none;
  opacity: 1;
  -webkit-filter: grayscale(0);
}
.sponsor__thumb {
  filter: gray;
  opacity: 0.3;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -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;
}
.contact__form form input,
.contact__form form textarea {
  border: 1px solid #ecf0f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media (min-width: 576px) {
  .contact__form form input {
    width: calc(100% / 2 - 15px);
  }
}
.contact__form .form-message.error {
  color: red;
}
.contact__form .form-message.success {
  color: green;
}
form input,
form textarea {
  border: 1px solid #ecf0f3;
  padding: 15px;
  color: #0d0d0d;
  outline: none;
}
form input:focus,
form textarea:focus {
  border-color: #E85A4F;
}
form input {
  height: 50px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  form input {
    width: calc(100% / 2 - 15px);
  }
}
form textarea {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .location__left {
    height: 400px;
  }
}
.location__right {
  background: #0d0d0d;
}
@media (min-width: 992px) {
  .location__right {
    padding-left: 50px;
  }
}
.location__info-top .section__header h2 {
  color: #f2f2f2;
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .location__info-top .section__header h2 {
    font-size: 1.875rem;
  }
}
.location__info-top .section__wrapper .location__info-thumb img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.location__info-top .section__wrapper .location__info-content h6 {
  color: #f2f2f2;
}
.location__info-bottom .section__header h2 {
  color: #f2f2f2;
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .location__info-bottom .section__header h2 {
    font-size: 1.875rem;
  }
}
.location__info-bottom .section__wrapper .location__info-left i,
.location__info-bottom .section__wrapper .location__info-left svg {
  color: #E85A4F;
}
.location__info-bottom .section__wrapper .location__info-right {
  width: calc(100% - 30px);
}
.social {
  padding: 50px 0;
}
.social__list {
  gap: 15px;
}
.social__list li::after {
  width: 1px;
  height: 100%;
  background: #ecf0f3;
  right: 0;
  top: 0;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.social__list a {
  -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;
}
.social__list a i,
.social__list a svg {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: 2px solid #ecf0f3;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -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;
}
.social__list-facebook:hover a {
  color: #3b5998;
}
.social__list-facebook:hover a i,
.social__list-facebook:hover a svg {
  border-color: #3b5998;
}
.social__list-twitter:hover a {
  color: #55acee;
}
.social__list-twitter:hover a i,
.social__list-twitter:hover a svg {
  border-color: #55acee;
}
.social__list-linkedin:hover a {
  color: #007bb5;
}
.social__list-linkedin:hover a i,
.social__list-linkedin:hover a svg {
  border-color: #007bb5;
}

.social__list-youtube:hover a {
  color: #ff4040;
}
.social__list-youtube:hover a i,
.social__list-youtube:hover a svg {
  border-color: #ff4040;
}

.social__list-instagram:hover a {
  color: #e4405f;
}
.social__list-instagram:hover a i,
.social__list-instagram:hover a svg {
  border-color: #e4405f;
}
.piller__area {
  gap: 30px;
}
.piller__shape {
  width: inherit;
  height: 150px;
  left: 0;
  bottom: 0;
  border: 2px dashed #ecf0f3;
}
.piller__item:nth-child(2) .piller__inner {
  background: #8224e3;
}
.piller__item:nth-child(3) .piller__inner {
  background: #81d742;
}
.piller__item:nth-child(4) .piller__inner {
  background: #d93;
}
.piller__item:nth-child(5) .piller__inner {
  background: #4a7774;
}
.piller__inner {
  width: 130px;
  height: 130px;
  background: #8f4296;
  flex-direction: column;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -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;
}
.piller__inner::after {
  opacity: 0;
  border: 2px solid #da5455;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -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;
}
.piller__inner:hover {
  background: #da5455 !important;
}
.piller__inner:hover::after {
  opacity: 1;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.piller__thumb {
  width: 50px;
  margin: 0 auto 10px;
}
.piller__content p {
  color: #f2f2f2;
}
@media (max-width: 575px) {
  .service__inner {
    text-align: center;
  }
}
.service__inner:hover .service__icon {
  background: #da5455 !important;
}
.service__inner:hover .service__icon::after {
  border-color: #da5455 !important;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.service__inner:hover .service__content h5 {
  color: #da5455;
}
.service__icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: calc(1.3125rem + 0.75vw);
  color: #f2f2f2;
  background: #e3e7e8;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -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;
}
@media (min-width: 1200px) {
  .service__icon {
    font-size: 1.875rem;
  }
}
@media (max-width: 575px) {
  .service__icon {
    margin: 0 auto 15px;
  }
}
.service__icon::after {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 2px solid #e3e7e8;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -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;
}
@media (min-width: 992px) {
  .service__icon {
    position: absolute;
  }
}
.service__content h5 {
  -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;
  font-size: 1.25rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service__content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.service__center {
  width: 260px;
  height: 260px;
  margin: 0 auto;
  border: 2px solid #ecf0f3;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service__center {
    width: 380px;
    height: 380px;
  }
}
@media (min-width: 1200px) {
  .service__center {
    width: 460px;
    height: 460px;
  }
}
.service__text {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: #0d0d0d;
  flex-direction: column;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.service__text::after,
.service__text::before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: rgba(227, 231, 232, 0.3);
  z-index: -1;
}
.service__text::before {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}
.service__text::after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.service__text p {
  color: #f2f2f2;
}
.service__text h3 {
  color: #f2f2f2;
}
.service__text h6 {
  color: #f2f2f2;
}
@media (min-width: 992px) {
  .service__left {
    text-align: right;
  }
  .service__left .service__icon {
    right: -185px;
    background: #8224e3;
  }
  .service__left .service__item:nth-child(2) .service__icon {
    right: -120px;
    background: #8f4296;
  }
  .service__left .service__item:nth-child(3) .service__icon {
    right: -155px;
    background: #d93;
  }
}
@media (min-width: 992px) {
  .service__right .service__icon {
    left: -185px;
    background: #4a7774;
  }
  .service__right .service__item:nth-child(2) .service__icon {
    left: -120px;
    background: #E85A4F;
  }
  .service__right .service__item:nth-child(3) .service__icon {
    left: -155px;
    background: #5faf1f;
  }
}
.shop-page .section-header h4 span {
  font-weight: 400;
  color: #E85A4F;
}
.shop-page .sidebar-widget .widget-search {
  border: none;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.shop-page .sidebar-widget .widget-search form input {
  border: 1px solid #ecf0f3;
}
.shop-page .shop-title {
  padding: 16px 20px;
  background: #f2f2f2;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.shop-page .shop-title p {
  color: #0d0d0d;
}
.shop-page .shop-title .product-view-mode a {
  color: #0d0d0d;
  cursor: pointer;
  -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;
}
.shop-page .shop-title .product-view-mode a.active {
  color: #E85A4F;
}
.shop-page .shop-title .product-view-mode a:last-child {
  margin-left: 5px;
}
.shop-page .shop-product-wrap {
  height: auto !important;
}
.shop-page .shop-product-wrap.gridlist {
  height: auto;
}
.shop-page .shop-product-wrap.gridlist .product-list-item {
  display: none;
}
.shop-page .shop-product-wrap.list {
  height: auto !important;
}
.shop-page .shop-product-wrap.list .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  position: static !important;
}
.shop-page .shop-product-wrap.list .product-item {
  display: none;
}
.shop-page .shop-product-wrap .product-item,
.shop-page .shop-product-wrap .product-list-item {
  padding: 10px;
  background: #f2f2f2;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  -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;
}
.shop-page
  .shop-product-wrap
  .product-item:hover
  .product-thumb
  .pro-thumb::after,
.shop-page
  .shop-product-wrap
  .product-list-item:hover
  .product-thumb
  .pro-thumb::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.shop-page
  .shop-product-wrap
  .product-item:hover
  .product-thumb
  .product-action-link,
.shop-page
  .shop-product-wrap
  .product-list-item:hover
  .product-thumb
  .product-action-link {
  opacity: 1;
  z-index: 9;
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.shop-page .shop-product-wrap .product-item:hover .product-content h5 a,
.shop-page .shop-product-wrap .product-list-item:hover .product-content h5 a {
  color: #E85A4F;
}
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page
  .shop-product-wrap
  .product-list-item
  .product-thumb
  .pro-thumb::after {
  top: 0;
  left: 0;
  background: rgba(241, 193, 82, 0.7);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -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;
}
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb img,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb img {
  transform-origin: left;
}
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page
  .shop-product-wrap
  .product-list-item
  .product-thumb
  .product-action-link {
  opacity: 0;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -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;
}
.shop-page
  .shop-product-wrap
  .product-item
  .product-thumb
  .product-action-link
  a,
.shop-page
  .shop-product-wrap
  .product-list-item
  .product-thumb
  .product-action-link
  a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: #0d0d0d;
  margin: 5px;
  background: #f2f2f2;
  -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;
}
.shop-page
  .shop-product-wrap
  .product-item
  .product-thumb
  .product-action-link
  a.view-modal,
.shop-page
  .shop-product-wrap
  .product-list-item
  .product-thumb
  .product-action-link
  a.view-modal {
  cursor: pointer;
}
.shop-page .shop-product-wrap .product-item .product-content,
.shop-page .shop-product-wrap .product-list-item .product-content {
  padding-top: 20px;
  text-align: center;
}
.shop-page .shop-product-wrap .product-item .product-content h5 a,
.shop-page .shop-product-wrap .product-list-item .product-content h5 a {
  color: #0d0d0d;
  text-decoration: none;
  -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;
}
.shop-page .shop-product-wrap .product-item .product-content p,
.shop-page .shop-product-wrap .product-list-item .product-content p {
  margin-bottom: 5px;
}
.shop-page .shop-product-wrap .product-item .product-content p i,
.shop-page .shop-product-wrap .product-list-item .product-content p i {
  color: #f2f2f2;
}
@media (min-width: 768px) {
  .shop-page .shop-product-wrap .product-list-item .product-thumb {
    width: 35%;
  }
}
.shop-page .shop-product-wrap .product-list-item .product-content {
  text-align: left;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .shop-page .shop-product-wrap .product-list-item .product-content {
    width: 65%;
  }
}
.shop-page .modal.show {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
  z-index: 99999999;
  -webkit-animation: slideInDown 0.4s forwards;
  animation: slideInDown 0.4s forwards;
  overflow-y: scroll;
  background: #111111;
}
.shop-page .modal .modal-dialog .modal-content button.close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0px;
  background: #E85A4F;
  z-index: 9;
  color: #f2f2f2;
  text-shadow: none;
  opacity: 1;
  outline: none;
  border: none;
}
.shop-page .modal .modal-dialog .modal-content .modal-body {
  background: #f2f2f2;
}
.shop-page
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .product-details-inner
  .product-content {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .shop-page
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-details-inner
    .product-content {
    margin-top: 0;
  }
}
.shop-page
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .product-details-inner
  .product-content
  p
  i {
  color: #e98074;
}
.shop-page
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .product-details-inner
  .cart-button {
  margin-top: 30px;
}
.shop-page
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .product-details-inner
  .cart-button
  .default-btn {
  margin-left: 20px;
  line-height: 42px;
}
.shop-single .sidebar-widget .widget-search {
  border: none;
}
.shop-single .sidebar-widget .widget-search form input {
  border: 1px solid #ecf0f3;
}
.shop-single .product-details {
  padding: 20px;
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  background: #f2f2f2;
}
.shop-single .product-details .product-thumb .pro-single-top {
  margin-bottom: 20px;
}
.shop-single .product-details .product-thumb .pro-single-top .single-thumb img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.shop-single .product-details .product-thumb .pro-single-thumbs {
  max-width: 80%;
  margin: auto;
}
.shop-single
  .product-details
  .product-thumb
  .pro-single-thumbs
  .single-thumb
  img {
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next {
  cursor: pointer;
  width: 24px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  text-align: center;
  background: #f6f6f9;
  bottom: 15px;
  outline: none;
}
.shop-single .product-details .product-thumb .pro-single-prev {
  right: 0;
}
.shop-single .product-details .product-thumb .pro-single-next {
  left: 0;
}
.shop-single .product-details .post-content {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .shop-single .product-details .post-content {
    padding-top: 0;
  }
}
.shop-single .product-details .post-content h6 {
  font-size: 18px;
  font-weight: 500;
}
.shop-single .product-details .post-content p.rating i {
  color: #e98074;
}
.shop-single .product-details .post-content form .select-product {
  background: #f2f2f2;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .shop-single .product-details .post-content form .select-product {
    width: 48%;
  }
}
.shop-single .product-details .post-content form .select-product select {
  height: 40px;
  outline: none;
  -webkit-appearance: none;
  z-index: 1;
  background: transparent;
  padding-left: 20px;
  font-size: 14px;
  border: 1px solid #ecf0f3;
}
.shop-single
  .product-details
  .post-content
  form
  .select-product
  select:focus-within {
  border-color: #E85A4F;
}
.shop-single .product-details .post-content form .select-product i {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ecf0f3;
  text-align: center;
  z-index: 0;
  color: #0d0d0d;
}
.shop-single .product-details .post-content form .cart-plus-minus {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .shop-single .product-details .post-content form .cart-plus-minus {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.shop-single .product-details .post-content form .cart-plus-minus input {
  background: #f2f2f2;
}
@media (min-width: 576px) {
  .shop-single .product-details .post-content form .discount-code {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .shop-single .product-details .post-content form .discount-code {
    width: 60%;
  }
}
.shop-single .product-details .post-content form .discount-code input {
  background: #f2f2f2;
}
.shop-single .product-details .post-content form .default-btn {
  margin-top: 20px;
  box-shadow: none;
  outline: none;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #E85A4F;
  line-height: 50px;
}
.shop-single .product-details .post-content form .default-btn:hover span {
  color: #f2f2f2;
}
.shop-single .product-details .post-content form .default-btn::before {
  background: #da5455;
}
.shop-single .review {
  background: #f2f2f2;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.shop-single .review .review-nav li {
  list-style: none;
  padding: 13px 33px;
  font-size: 16px;
  font-weight: 700;
  color: #0d0d0d;
  margin-right: 10px;
  cursor: pointer;
}
.shop-single .review .review-nav li.active {
  background: #E85A4F;
  color: #f2f2f2;
}
.shop-single .review .review-nav li:last-child {
  margin-right: 0;
}
.shop-single .review .review-content.review-content-show .review-showing {
  display: block;
}
.shop-single .review .review-content.description-show .description {
  display: block;
}
.shop-single .review .review-content .review-showing {
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.shop-single .review .review-content .review-showing .content li {
  padding: 25px 30px;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.shop-single .review .review-content .review-showing .content li:last-child {
  border-bottom: none;
}
.shop-single .review .review-content .review-showing .content li .post-thumb {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li .post-thumb {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .shop-single
    .review
    .review-content
    .review-showing
    .content
    li
    .post-content {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
}
.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta {
  margin-bottom: 5px;
}
.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta
  .posted-on {
  width: calc(100% - 110px);
}
.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta
  .posted-on
  a {
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: none;
  line-height: 28px;
  -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;
}
.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta
  .posted-on
  p {
  line-height: 30px;
}
.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta
  .rating {
  width: 110px;
}
.shop-single
  .review
  .review-content
  .review-showing
  .content
  li
  .post-content
  .entry-meta
  .rating
  i {
  color: #E85A4F;
}
.shop-single .review .review-content .review-showing .client-review {
  padding: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  .section__header
  h2 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    .section__header
    h2 {
    font-size: 1.875rem;
  }
}
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  input {
  padding: 10px;
  color: #0d0d0d;
}
@media (max-width: 767px) {
  .shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    form
    .rating {
    margin-bottom: 20px;
  }
}
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  .rating
  .rating-title {
  padding-right: 5px;
}
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  .rating
  ul
  li {
  list-style: none;
}
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  .rating
  ul
  li
  i {
  color: #e98074;
}
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  textarea {
  padding: 10px;
  outline: none;
  color: #0d0d0d;
}
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  button {
  box-shadow: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 50px;
}
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  button:hover
  span {
  color: #f2f2f2;
}
.shop-single
  .review
  .review-content
  .review-showing
  .client-review
  .review-form
  form
  button::before {
  background: #da5455;
}
.shop-single .review .review-content .description {
  padding: 30px;
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.shop-single .review .review-content .description .post-item {
  flex-direction: row-reverse;
}
.shop-single .review .review-content .description .post-item .post-thumb {
  text-align: center;
}
@media (min-width: 768px) {
  .shop-single .review .review-content .description .post-item .post-thumb {
    width: calc(100% / 2);
  }
}
.shop-single .review .review-content .description .post-item .post-content {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .shop-single .review .review-content .description .post-item .post-content {
    width: calc(100% / 2);
  }
}
.shop-single
  .review
  .review-content
  .description
  .post-item
  .post-content
  ul
  li {
  padding: 8px 0;
  padding-left: 30px;
}
.shop-single
  .review
  .review-content
  .description
  .post-item
  .post-content
  ul
  li::before {
  content: "";
  top: 8px;
  left: 0;
  color: #e98074;
  font-family: IcoFont !important;
}
.shop-cart .section-wrapper .cart-top {
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  background: #f2f2f2;
}
.shop-cart .section-wrapper .cart-top table {
  font-weight: 700;
}
@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table .cat-product .p-content {
    display: none;
  }
}
@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus {
    width: 96px;
  }
  .shop-cart
    .section-wrapper
    .cart-top
    table
    .cat-quantity
    .cart-plus-minus
    .cart-plus-minus-box {
    width: 96px;
  }
  .shop-cart
    .section-wrapper
    .cart-top
    table
    .cat-quantity
    .cart-plus-minus
    .qtybutton {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table .cat-price {
    display: none;
  }
}
.shop-cart .section-wrapper .cart-top table thead tr {
  background: #E85A4F;
}
.shop-cart .section-wrapper .cart-top table thead tr th {
  color: #f2f2f2;
  padding: 18px;
  border: none;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .shop-cart .section-wrapper .cart-top table thead tr th {
    font-size: 14px;
    padding: 10px;
  }
}
.shop-cart .section-wrapper .cart-top table thead tr th:last-child {
  text-align: right;
}
.shop-cart .section-wrapper .cart-top table tbody tr {
  border-bottom: 1px solid rgba(236, 240, 243, 0.9);
  border-right: none;
  border-left: none;
  border-top: none;
}
.shop-cart .section-wrapper .cart-top table tbody tr:last-child {
  border-bottom: none;
}
.shop-cart .section-wrapper .cart-top table tbody tr td {
  padding: 10px;
  border: none;
}
@media (min-width: 768px) {
  .shop-cart .section-wrapper .cart-top table tbody tr td {
    padding: 20px;
  }
}
.shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
  text-align: right;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
  align-items: center;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
  width: 50px;
  margin: auto;
}
@media (min-width: 768px) {
  .shop-cart
    .section-wrapper
    .cart-top
    table
    tbody
    tr
    td.product-item
    .p-thumb {
    width: 85px;
  }
}
.shop-cart
  .section-wrapper
  .cart-top
  table
  tbody
  tr
  td.product-item
  .p-content {
  width: calc(100% - 85px);
  padding-left: 10px;
}
@media (max-width: 767px) {
  .shop-cart
    .section-wrapper
    .cart-top
    table
    tbody
    tr
    td.product-item
    .p-content {
    display: none;
  }
}
.shop-cart
  .section-wrapper
  .cart-top
  table
  tbody
  tr
  td.product-item
  .p-content
  a {
  color: #0d0d0d;
  -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;
}
.shop-cart
  .section-wrapper
  .cart-top
  table
  tbody
  tr
  td.product-item
  .p-content
  a:hover {
  color: #E85A4F;
}
@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table tbody tr td.cat-toprice,
  .shop-cart .section-wrapper .cart-top table tbody tr td.cat-edit {
    text-align: center;
    font-size: 14px;
  }
}
.shop-cart .section-wrapper .cart-top table tbody tr td input {
  background: #f2f2f2;
}
.shop-cart .section-wrapper .cart-bottom {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  background: #f2f2f2;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
  padding: 30px;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
  width: 100%;
  display: flex;
}
@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
    max-width: 510px;
    width: 510px;
  }
}
@media (min-width: 1200px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
    max-width: 680px;
    width: 680px;
  }
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
  padding: 18px 10px;
  border: 1px solid #ecf0f3;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background: #f2f2f2;
}
.shop-cart
  .section-wrapper
  .cart-bottom
  .cart-checkout-box
  .coupon
  input[type="submit"] {
  color: #f2f2f2;
  font-weight: 500;
  margin-left: -10px;
  cursor: pointer;
  background: #E85A4F;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon button {
  line-height: 50px;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
    max-width: 365px;
    text-align: right;
    margin-top: 0;
  }
}
.shop-cart
  .section-wrapper
  .cart-bottom
  .cart-checkout-box
  .cart-checkout
  input {
  background: #f2f2f2;
  color: #0d0d0d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.shop-cart
  .section-wrapper
  .cart-bottom
  .cart-checkout-box
  .cart-checkout
  input[type="submit"] {
  padding: 10px 30px;
  border: 1px solid #ecf0f3;
  width: auto;
  cursor: pointer;
  -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;
}
@media (max-width: 575px) {
  .shop-cart
    .section-wrapper
    .cart-bottom
    .cart-checkout-box
    .cart-checkout
    input[type="submit"] {
    width: 100%;
    margin-bottom: 15px;
  }
  .shop-cart
    .section-wrapper
    .cart-bottom
    .cart-checkout-box
    .cart-checkout
    input[type="submit"]:last-child {
    margin-bottom: 0;
  }
}
.shop-cart
  .section-wrapper
  .cart-bottom
  .cart-checkout-box
  .cart-checkout
  input[type="submit"]:hover {
  color: #E85A4F;
  border-color: #E85A4F;
}
.shop-cart
  .section-wrapper
  .cart-bottom
  .cart-checkout-box
  .cart-checkout
  button {
  font-size: 0.875rem;
  padding: 0 20px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box {
  padding: 30px 20px;
  border-top: 1px solid rgba(236, 240, 243, 0.9);
}
@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
    margin-bottom: 30px;
  }
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping input {
  background: #f2f2f2;
}
.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  .outline-select {
  margin-bottom: 20px;
  position: relative;
  background: #f2f2f2;
}
.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  .outline-select
  select {
  padding: 18px 20px;
  background: transparent;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ecf0f3;
  position: relative;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .shop-cart
    .section-wrapper
    .cart-bottom
    .shiping-box
    .calculate-shiping
    .outline-select.shipping-select {
    width: 50%;
    float: left;
  }
}
.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  .outline-select
  .select-icon {
  top: 0;
  right: 0;
  padding: 15px 20px;
  color: #f2f2f2;
  border: 1px solid #ecf0f3;
  background: #E85A4F;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  .cart-page-input-text {
  float: right;
  padding: 19px 20px;
  font-size: 14px;
  margin-bottom: 22px;
  border: 1px solid #ecf0f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .shop-cart
    .section-wrapper
    .cart-bottom
    .shiping-box
    .calculate-shiping
    .cart-page-input-text {
    width: 45%;
  }
}
.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .calculate-shiping
  button {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 56px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
  list-style: none;
  border: 1px solid #ecf0f3;
  padding: 15px 20px;
  background: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .cart-overview
  ul
  li
  span {
  color: #111111;
}
.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .cart-overview
  ul
  li
  .pull-right {
  color: #E85A4F;
}
.forezero {
  background: #E85A4F;
  padding-top: 300px;
}
.forezero__content {
  background: #f2f2f2;
}
.forezero__content::after {
  background: url(../../assets/images/404.png);
  width: 214px;
  height: 300px;
  top: -265px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.forezero__content h2 {
  font-size: calc(2.125rem + 10.5vw);
  color: #E85A4F;
}
@media (min-width: 1200px) {
  .forezero__content h2 {
    font-size: 10rem;
  }
}
.forezero__content p {
  letter-spacing: 5px;
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .forezero__content p {
    font-size: 1.875rem;
  }
}
.forezero__form form {
  border: 1px solid #ecf0f3;
  max-width: 400px;
  margin: 30px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.forezero__form form input {
  width: calc(100% - 60px);
}
.forezero__form form button {
  line-height: 50px;
  width: 60px;
  background: transparent;
  border-left: 1px solid #ecf0f3;
}
.forezero__form .default-btn:hover span {
  color: #f2f2f2;
}
.forezero__form .default-btn::before {
  background: #da5455;
}
.checkout-page
  .checkout-area-right
  .order-table
  .car-right-body
  .list-product-check {
  height: 235px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.checkout-page
  .checkout-area-right
  .order-table
  .car-right-body
  .list-product-check
  table
  tbody
  tr
  td
  .table-thumb {
  width: 90px;
}
.checkout-page
  .checkout-area-right
  .order-table
  .car-right-body
  .list-product-check
  table
  tbody
  tr
  td
  .table-thumb
  img {
  width: 100%;
}
.checkout-page
  .checkout-area-right
  .order-table
  .car-right-body
  .list-product-check
  table
  tbody
  tr
  td
  p {
  font-weight: 500;
  color: #0d0d0d;
}
.checkout-page
  .checkout-area-right
  .order-table
  .car-right-body
  .list-product-check
  table
  tbody
  tr
  td
  p.title {
  font-size: 14px;
}
.checkout-page
  .checkout-area-right
  .order-table
  .car-right-body
  .list-product-check
  table
  tbody
  tr
  td
  p.quantity
  span {
  margin-left: 10px;
}
.checkout-page .checkout-area-right .order-table .car-right-body ul li {
  list-style: none;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ecf0f3;
  padding: 8px 20px;
  margin-bottom: 15px;
  background: #f2f2f2;
}
.checkout-page
  .checkout-area-right
  .order-table
  .car-right-body
  ul
  li
  .pull-right {
  margin-bottom: 0;
  color: #0d0d0d;
}
.checkout-page
  .checkout-area-right
  .payment
  .car-right-body
  ul
  li
  .custom-radio {
  justify-content: space-between;
}
.checkout-page
  .checkout-area-right
  .payment
  .car-right-body
  ul
  li
  .custom-radio
  .custom-control-input {
  margin-top: 5px;
  width: auto;
}
.checkout-page
  .checkout-area-right
  .payment
  .car-right-body
  ul
  li
  .custom-radio
  .custom-control-label {
  width: calc(100% - 25px);
}
.checkout-page .checkout-area-right .payment .car-right-body p.per-information {
  font-size: 1rem;
}
.bg-title {
  background: #E85A4F;
}
input.custom-control-input,
input.custom-checkbox {
  width: auto;
  height: auto;
  margin-bottom: 10px;
}
.list-product-check::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
}
.list-product-check::-webkit-scrollbar {
  width: 4px;
  background-color: #f2f2f2;
}
.list-product-check::-webkit-scrollbar-thumb {
  background-color: #E85A4F;
  border-radius: 8px;
}

.donate-btn-container {
  display: flex;
  justify-content: center;
  padding: 10px;
}

#donate-btn {
  font-size: larger;
  border-radius: 10px;
}

.btn-404 {
  margin-top: 26px;
}
.error-404 {
  background: #E85A4F;
  padding-top: 250px;
  padding-bottom: 100px;
}
.error-404 .heading-text {
  background-color: #f2f2f2;
  padding: 50px;
  position: relative;
  margin-top: 100px;
}
.error-404 .heading-text h1.page-title {
  text-align: center;
  font-size: 10em;
  font-family: "Montserrat";
  font-weight: bolder;
  color: #E85A4F;
}
.error-404 .heading-text:before {
  content: "";
  position: absolute;
  background: url(../../assets/images/404.png);
  width: 214px;
  height: 300px;
  top: -265px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.error-404 .heading-text p {
  font-size: 32px;
  font-weight: bold;
  font-family: "Montserrat";
  letter-spacing: 5px;
}
.error-404 .heading-text span {
  display: block;
  padding-bottom: 30px;
}
.error-404 .heading-text .search-field {
  border: 1px solid;
  border-radius: 0;
  padding: 5px 15px;
  border-color: #ccc;
}
.error-404 .heading-text .search-submit {
  display: none;
}
.error-404 .heading-text .add-on {
  background: none;
  position: absolute;
  right: 15px;
  top: 4px;
  outline: none;
  box-shadow: none;
  border: none;
}
.error-404 .heading-text .go-back a {
  border: 1px solid #E85A4F;
  padding: 5px 10px;
  display: table;
  color: #E85A4F;
  margin: 30px auto;
  font-weight: bold;
} /*# sourceMappingURL=style.min.css.map */
