@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700|Roboto:300,300i,400,400i,500,500i,700,700i,900&display=swap);
.h1 {
  font-family: "Inria Serif", serif;
}

.h2 {
  font-size: 58px;
  font-family: "Inria Serif", serif;
}

.h3 {
  font-size: 50px;
  font-family: "Inria Serif", serif;
}

.h4 {
  font-size: 42px;
  font-family: "Inria Serif", serif;
}

.h5 {
  font-family: "Inria Serif", serif;
}

.page h2 {
  font-size: 58px;
}
.page h3 {
  font-size: 50px;
}
.page h4 {
  font-size: 42px;
}

a {
  transition: all 0.3s ease-out 0s;
  outline: medium none;
  color: #A5131C;
}
a:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
a:hover {
  color: #d78f94;
  text-decoration: none;
}

.button {
  transition: all 0.3s ease-out 0s;
}
.button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.btn {
  -moz-user-select: none;
  border: medium none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 12px 34px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  transform: translateY(0);
  background: #A5131C;
}
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.btn:hover {
  color: white;
  background-color: #d78f94;
}
.btn__secondary {
  background: white;
  color: #3d3d3d;
  border: 1px solid #111;
}
.btn__secondary:hover {
  background: rgba(17, 17, 17, 0.1);
  color: #3d3d3d;
}
.btn.disabled {
  background: grey;
  color: black;
  cursor: not-allowed;
  pointer-events: none;
}

.input,
select {
  border-radius: 4px;
  border: 1px solid #eee;
  background: transparent;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  outline: none;
}
.input::-moz-placeholder, select::-moz-placeholder {
  color: #555;
  font-size: 16px;
}
.input:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #555;
  font-size: 16px;
}
.input::placeholder,
select::placeholder {
  color: #555;
  font-size: 16px;
}
.input--small,
select--small {
  padding: 8px 12px;
}
.input--medium,
select--medium {
  padding: 8px 16px;
}

.input__wrap {
  margin-bottom: 24px;
}

.input-wrap {
  margin-bottom: 20px;
}
.input-wrap .input,
.input-wrap select {
  font-size: 16px;
  line-height: 46px;
  padding: 0 16px;
  width: 100%;
}
.input-wrap .input::-moz-placeholder, .input-wrap select::-moz-placeholder {
  color: #555;
  font-size: 16px;
}
.input-wrap .input:-ms-input-placeholder, .input-wrap select:-ms-input-placeholder {
  color: #555;
  font-size: 16px;
}
.input-wrap .input::placeholder,
.input-wrap select::placeholder {
  color: #555;
  font-size: 16px;
}
.input-wrap .input.is-invalid {
  border-color: #A5131C;
}
.input-wrap select {
  height: 48px;
  padding: 13px 16px;
}

.input-wrap-big {
  margin-bottom: 24px;
}
.input-wrap-big label {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}

.page {
  color: #A5131C;
}
.page .page-content {
  padding-top: 91px;
}
.page ul {
  list-style: disc;
  padding-left: 24px;
  margin-left: 24px;
}

.banner {
  position: relative;
}
.banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(165, 19, 28);
  background: linear-gradient(90deg, rgb(165, 19, 28) 0%, rgba(165, 19, 28, 0) 70%);
}
.banner img {
  max-height: 687px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .h1 {
  font-size: 80px;
  line-height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 50%;
  text-align: center;
}

.contact-form {
  margin-bottom: 100px;
  margin-left: 20px;
}
.contact-form__label {
  font-size: 14px;
}

.copyright-area-inner {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright-area-inner .links {
  display: flex;
  gap: 12px;
}
.copyright-area-inner .links a {
  color: white;
  font-size: 12px;
  font-weight: 400;
}

.pagination {
  display: flex;
  margin: 40px 0;
  justify-content: center;
  align-items: baseline;
  margin: 50px 0;
}
.pagination .pagination-inner {
  display: flex;
  justify-content: center;
}
.pagination__box {
  width: 37px;
  height: 37px;
}
.pagination__box.active {
  border: 2px solid #dcdcdc;
  border-radius: 2px;
}
.pagination__box button,
.pagination__box div {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.pagination__box div {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__box button {
  background-color: transparent;
}
.pagination__box button:hover {
  border-color: #A5131C;
}

.error-page {
  margin-top: 80px;
}

.special {
  position: relative;
}

.special label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 0 18px;
  font-size: 16px !important;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
}

.special input[type=text] {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  padding: 20px 0;
  text-indent: 20px;
}

.special input[type=text]:focus {
  outline: none;
}

.special label.active {
  top: 1px;
  background-color: #fff;
  padding: 0 13px;
  margin-left: 6px;
  font-size: 17px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 600px) {
  .form-group label.active {
    font-size: 12px;
    top: -25px;
  }
}
.special input:-webkit-autofill,
.special input:-webkit-autofill:hover,
.special input:-webkit-autofill:focus,
.special input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.sps-widget-button {
  color: #f58220;
}

.center-me {
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-width {
  width: 100%;
}

button {
  background: none;
  color: #2e2726;
}

.ytp-pause-overlay {
  display: none !important;
}

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

main {
  margin-top: 91px;
  flex-grow: 1;
  border-top: 7px solid #d78f94;
}

body {
  font-family: "Inria Sans", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #111;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#watchdog_product_button,
#favourite_product_button {
  padding: 0;
  font-size: 16px;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.cente-me {
  display: table !important;
  margin: 0 auto;
}

.all-news {
  text-transform: initial !important;
}

.teach-area .teach-item {
  border-bottom: 3px solid #106438;
  padding-bottom: 10px;
}
.teach-area .teach-item .teach-icon {
  overflow: hidden;
}
.teach-area .teach-item .teach-content h3 {
  font-size: 28px;
}
.teach-area .teach-item .teach-content p {
  font-size: 17px;
}
.teach-area .teach-item:hover img {
  transform: scale(1.2);
}
.teach-area img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 255px;
  transition: all 0.3s ease 0s;
}

.portfolio-cat a:hover {
  color: #2b96cc;
  text-decoration: none;
}

.footer -menu li a:hover {
  color: #2b96cc;
  text-decoration: none;
}

button {
  outline: medium none;
}
button:focus {
  outline: 0;
}

input:focus {
  outline: 0;
  outline: 0;
}

textarea {
  outline: 0;
}
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #7d7d7d;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.theme-overlay {
  position: relative;
}
.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

.btn.transparent-btn {
  background: transparent;
  border: 2px solid #A5131C;
  border-radius: 50px;
  padding: 15px 35px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  color: #5d5d5d;
}
.btn.transparent-btn:hover {
  color: #3d3d3d;
}

.transparent-btn:hover {
  background: #A5131C;
}

.header-shop-cart a span {
  background: #d78f94;
  position: absolute;
  right: 0px;
  top: -2px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: #120f13;
  box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.14);
}
.header-shop-cart .minicart__total {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 14px 0 !important;
  margin: 10px 0;
  display: flex !important;
  justify-content: space-between;
  font-size: 17px;
  text-transform: uppercase;
}
.header-shop-cart .minicart__total__price {
  color: #A5131C;
  font-weight: 700;
}
.header-shop-cart .minicart .checkout-link a {
  background: #A5131C;
  color: white;
  display: block;
  font-weight: 500;
  padding: 16px 30px;
  text-align: center;
  font-size: 13px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.header-shop-cart .minicart .checkout-link a.red-color {
  background: #222;
  color: #fff;
}
.header-shop-cart .minicart > li {
  display: block;
  margin-bottom: 22px;
  margin-left: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.header-shop-cart .minicart > li:last-child {
  margin-bottom: 0;
}
.header-shop-cart .minicart .cart-img {
  float: left;
}
.header-shop-cart .minicart .cart-content {
  float: left;
  padding-left: 15px;
  text-align: left;
  width: 100%;
}
.header-shop-cart .minicart .del-icon {
  margin-left: auto;
  position: absolute;
  right: 0;
}
.header-shop-cart ul.minicart {
  background: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 25px;
  position: absolute;
  right: -15px;
  top: 57px;
  transition: all 0.5s ease 0s;
  width: 350px;
  z-index: 9;
  box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
  transform: translateY(10px);
}
.header-shop-cart ul.minicart.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  z-index: 9;
  max-height: 600px;
  overflow-y: auto;
}
.header-shop-cart ul.minicart::before {
  position: absolute;
  content: "";
  left: 0px;
  top: -40px;
  width: 100%;
  height: 45px;
  display: block;
}

.navbar-wrap {
  display: flex;
  flex-grow: 1;
}
.navbar-wrap > ul > li > a::before {
  background: #d78f94;
  position: absolute;
  content: "";
  left: 24px;
  bottom: 10px;
  width: calc(100% - 48px);
  height: 3px;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.navbar-wrap > ul > li > a.active {
  font-weight: 700;
}
.navbar-wrap > ul > li:hover > a::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.navbar-wrap > ul > li:last-of-type ul.submenu {
  left: initial;
}
.navbar-wrap > ul > li.active > a::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.navbar-wrap ul {
  background: rgba(0, 0, 0, 0.5294117647);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
}
.navbar-wrap ul li {
  display: block;
  position: relative;
}
.navbar-wrap ul li .submenu {
  position: absolute;
  z-index: 9;
  background-color: #fff;
  border-radius: 0;
  border: none;
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  display: block;
  left: 0;
  opacity: 0;
  padding: 18px 0;
  right: 0;
  top: 100%;
  visibility: hidden;
  min-width: 230px;
  border: 1px solid #f5f5f5;
  background: #ffffff;
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  margin: 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .submenu li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.navbar-wrap ul li .submenu li:hover > a {
  color: #106438;
  transform: translateX(5px);
}
.navbar-wrap ul li .submenu li a {
  padding: 0 10px 0 25px;
  line-height: 40px;
  font-weight: 500;
  color: #5d5d5d;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li a {
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  padding: 20px 24px;
  display: block;
  line-height: 1;
  position: relative;
}
.navbar-wrap ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.navbar-wrap ul li.active .submenu li.active > a {
  color: #A5131C;
  transform: translateX(5px);
}

.section-title.text-center {
  padding-bottom: 20px;
  position: relative;
}
.section-title.text-center::before {
  background: #A5131C;
  content: "";
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  width: 50px;
  height: 2.5px;
  margin: 0 auto;
}
.section-title.text-center h2 > span {
  color: #A5131C;
}
.section-title.text-center p {
  font-size: 16px;
  margin-bottom: 0;
}

.causes-content {
  padding: 0 10px;
}
.causes-content .progress {
  display: flex;
  height: 10px;
  overflow: hidden;
  font-size: 0.75rem;
  border-radius: 50px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  background-color: #eeeeee;
}
.causes-content .progress .progress-bar {
  background: #106438;
}
.causes-content h5 {
  font-size: 22px;
  margin-bottom: 20px;
}
.causes-content h5 a:hover {
  color: #106438;
}
.causes-content p {
  margin-bottom: 0;
  letter-spacing: 0.4px;
}

.scroll-top {
  background: #d78f94;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 4px;
  z-index: 99;
  color: #3d3d3d;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
  border: none;
  opacity: 0;
}
.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.causes-form-title {
  font-size: 26px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.causes-form-title::before {
  background: #106438;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 50px;
  height: 2.5px;
}

.widget-title h4 {
  font-size: 20px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.widget-title h4::before {
  background: #106438;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 50px;
  height: 2.5px;
}

.causes-details-tab .nav-tabs {
  border-bottom: none;
}
.causes-details-tab .nav-tabs .nav-item.show .nav-link {
  background: #106438;
  color: #3d3d3d;
  border-color: transparent;
}
.causes-details-tab .nav-tabs .nav-link.active {
  background: #106438;
  color: #3d3d3d;
  border-color: transparent;
}
.causes-details-tab .nav-tabs .nav-item {
  margin-bottom: 0;
  display: block;
  margin-right: 8px;
}
.causes-details-tab .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #d4d4d4;
  background: #3c3c3c;
  padding: 0 20px;
  line-height: 60px;
}

.pp-post-content .percentage {
  background: #106438;
  font-size: 13px;
  font-weight: 900;
  height: 22px;
  display: inline-block;
  line-height: 22px;
  padding: 0 8px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #3d3d3d;
}
.pp-post-content h6 {
  font-size: 16px;
  margin-bottom: 5px;
}
.pp-post-content h6 a:hover {
  color: #414141;
}
.pp-post-content .goal {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #7d7d7d;
}

.features-content h4 {
  font-size: 22px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
}
.features-content h4::before {
  background: #106438;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5px;
  width: 50px;
  height: 2.5px;
}
.features-content p {
  margin-bottom: 20px;
}
.features-content .causes-content-list {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 45px;
}

.testimonial-active-two .slick-dots {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 65px;
}
.testimonial-active-two .slick-dots li.slick-active button {
  background: #106438;
  width: 20px;
}
.testimonial-active-two .slick-dots li {
  line-height: 0;
  display: block;
}
.testimonial-active-two .slick-dots li button {
  text-indent: -9999px;
  padding: 0;
  border: none;
  line-height: 1;
  width: 15px;
  height: 6px;
  background: #3f3e3e;
  margin-right: 9px;
  transition: 0.3s linear;
}

.pagination-wrap ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pagination-wrap ul li {
  margin-right: 10px;
  display: block;
  margin-top: 10px;
}
.pagination-wrap ul li a {
  display: block;
  background: #e5e9ec;
  color: rgba(52, 52, 52, 0.722);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 24px;
}
.pagination-wrap ul li a:hover {
  background: #106438;
  color: #3d3d3d;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
  border: none;
  height: 10px;
  top: 0;
  margin-top: -3px;
  width: 10px;
  background: #343434;
  border-radius: 50px;
  margin-left: 0;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:hover {
  background: #106438;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:focus {
  background: #106438;
  outline: none;
  box-shadow: none;
}
.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background: #e8ecef none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  height: 3px;
  margin-bottom: 20px;
  margin-left: auto;
}
.price_filter .ui-slider-range {
  background: #343434 none repeat scroll 0 0;
  border-radius: 0;
}

.sidebar-tag ul {
  display: flex;
  flex-wrap: wrap;
}
.sidebar-tag ul li {
  display: block;
  margin-right: 7px;
  margin-top: 7px;
}
.sidebar-tag ul li a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #7d7d7d;
  line-height: 32px;
  background: #e5e9ec;
  padding: 0 20px;
}
.sidebar-tag ul li a:hover {
  background: #106438;
  color: #3d3d3d;
}

.e-speakers-info {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.e-speakers-info::before {
  background: #106438;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 40px;
  margin: 0 auto;
  right: 0;
}
.e-speakers-info h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
.e-speakers-info h5 a:hover {
  color: #106438;
}
.e-speakers-info span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.event-date {
  background: #106438;
  position: absolute;
  left: 16px;
  top: 16px;
  display: flex;
  flex-direction: column;
  width: 57px;
  height: 55px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.event-date h6 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #3d3d3d;
}
.event-date span {
  display: block;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  color: #3d3d3d;
  margin-top: 1px;
}

.coming-time {
  background: #106438;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.coming-time .time-count {
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  color: #3d3d3d;
  text-transform: capitalize;
  padding: 15px 19px;
  border-right: 1px solid #f4db89;
}
.coming-time .time-count span {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
.coming-time .time-count:last-child {
  border: none;
}

.sidebar-newsletter-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.sidebar-newsletter-title::before {
  background: #106438;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  bottom: -4px;
  width: 40px;
  margin: 0 auto;
}
.sidebar-newsletter-title h5 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.sidebar-newsletter-title h5 span {
  color: #106438;
}

.blog-sidebar {
  margin-left: 30px;
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 30px;
}
.blog-sidebar .sidebar-tag ul li a {
  background: transparent;
  padding: 0 19px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.blog-sidebar .sidebar-tag ul li a:hover {
  background: #106438;
  border-color: #106438;
}

.blog-next-prev ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 70px;
}
.blog-next-prev ul li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #858585;
  font-weight: 900;
  display: block;
}
.blog-next-prev ul li a:hover {
  color: #343434;
}
.blog-next-prev ul li a:hover i {
  background: #106438;
}
.blog-next-prev ul li i {
  height: 30px;
  width: 28px;
  text-align: center;
  line-height: 30px;
  background: #f0f0f0;
  border-radius: 3px;
  font-size: 12px;
  color: #343434;
  margin-right: 15px;
  display: inline-block;
  transition: 0.3s linear;
}
.blog-next-prev ul li.blog-next i {
  margin-right: 0px;
  margin-left: 15px;
}

.blog-comment-wrap .b-details-title {
  font-size: 20px;
  line-height: 1;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 40px;
}
.blog-comment-wrap .b-details-title::before {
  background: #106438;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 33px;
  height: 3px;
}
.blog-comment-wrap ul li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
}
.blog-comment-wrap ul li:last-child {
  margin-bottom: 0;
}
.blog-comment-wrap ul li.children {
  margin-left: 45px;
}
.blog-comment-wrap .blog-comment-content p {
  margin-bottom: 10px;
}

.comment-reply-box .b-details-title {
  font-size: 20px;
  line-height: 1;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 40px;
}
.comment-reply-box .b-details-title::before {
  background: #106438;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 33px;
  height: 3px;
}

.lds-heart {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  transform-origin: 40px 40px;
}
.lds-heart div {
  background: #106438;
  top: 32px;
  left: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  -webkit-animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after {
  background: #106438;
  content: " ";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  top: -24px;
  border-radius: 50% 50% 0 0;
}
.lds-heart div:before {
  background: #106438;
  content: " ";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  left: -24px;
  border-radius: 50% 0 0 50%;
}

.header-top-social {
  margin-left: 40px;
}
.header-top-social ul {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.header-top-social ul li {
  display: block;
  margin-left: 10px;
}
.header-top-social ul li a {
  font-size: 18px;
  color: white;
}
.header-top-social ul li a:hover {
  color: #d78f94;
}
.header-top-social ul li:first-child {
  font-size: 13px;
  font-weight: 700;
  color: #e0e0e0;
  margin-right: 5px;
  margin-left: 0;
}

.header-top-search form {
  width: 150px;
  position: relative;
  margin-right: 20px;
}
.header-top-search form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  color: #bebaba;
  font-size: 12px;
  cursor: pointer;
  right: 13px;
  transition: 0.3s linear;
}
.header-top-search form button:hover {
  color: #106438;
}
.header-top-search form input {
  width: 100%;
  border: none;
  background: #363636;
  padding: 5px 13px;
  font-size: 12px;
  color: #bebaba;
  border-radius: 4px;
  padding-right: 30px;
}
.header-top-search form input::-moz-placeholder {
  font-size: 12px;
  color: #bebaba;
}
.header-top-search form input:-ms-input-placeholder {
  font-size: 12px;
  color: #bebaba;
}
.header-top-search form input::placeholder {
  font-size: 12px;
  color: #bebaba;
}

.header-top-newsletter a {
  font-size: 12px;
  color: #bebaba;
  display: inline-block;
}
.header-top-newsletter a:hover {
  color: #106438;
}
.header-top-newsletter i {
  font-size: 12px;
  margin-right: 5px;
}

.header-right-list ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-right-list ul li {
  font-size: 12px;
  color: #bebaba;
  margin-left: 17px;
}
.header-right-list ul li a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e0e0e0;
}
.header-right-list ul li a:hover {
  color: #106438;
}
.header-right-list ul li a i {
  color: #106438;
}
.header-right-list ul li i {
  margin-right: 8px;
}

ul.minicart .cart-content a {
  font-size: 14px;
  background: none;
  font-weight: 600;
  color: black;
}
ul.minicart .cart-content a:hover {
  color: #106438;
}
ul.minicart .cart-content h4 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  margin-right: 20px;
}
ul.minicart .cart-price {
  display: flex;
  justify-content: space-between;
}
ul.minicart .cart-price .new {
  color: #106438;
  font-size: 14px;
  margin-left: 0;
}
ul.minicart .cart-price span {
  font-size: 13px;
  font-weight: 500;
}
ul.minicart .cart-img img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.minicart .del-icon > a {
  font-size: 18px;
  color: black;
}
.minicart .del-icon > a:hover {
  color: #106438;
}

.section-title > span {
  color: #106438;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1;
}
.section-title h2 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 0;
}

.causes-share {
  color: #5d5d5d;
}
.causes-share:hover {
  color: #106438;
}

.rating-info {
  overflow: hidden;
}
.rating-info h6 {
  font-size: 18px;
  font-weight: 600;
  color: #343434;
  margin-bottom: 5px;
}
.rating-info h6 a:hover {
  color: #106438;
}
.rating-info h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  color: #2c2b2e;
  font-family: "Roboto", sans-serif;
}

.fw-tweet-post ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 60px;
}
.fw-tweet-post ul li p {
  font-size: 14px;
  color: #b3b3b3;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 500;
}
.fw-tweet-post ul li p a {
  color: #b3b3b3;
}
.fw-tweet-post ul li p a:hover {
  color: #106438;
}
.fw-tweet-post ul li i {
  font-size: 18px;
  color: #737373;
  margin-top: 5px;
  margin-right: 10px;
}
.fw-tweet-post ul li span {
  display: block;
  font-size: 14px;
  color: #b3b3b3;
  font-style: italic;
  padding-left: 25px;
  position: relative;
  font-weight: 500;
}
.fw-tweet-post ul li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #b3b3b3;
  height: 1px;
  width: 15px;
}

.fw-links ul li {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #3e3e3e;
}
.fw-links ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #b3b3b3;
  display: inline-block;
  line-height: 1;
}
.fw-links ul li a:hover {
  color: #A5131C;
}
.fw-links ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.breadcrumb-content h2 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 0;
}
.breadcrumb-content h2 > span {
  color: #A5131C;
}
.breadcrumb-content h1 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 0;
  display: inline;
}
.breadcrumb-content h1 span {
  background: rgba(0, 0, 0, 0.5294117647);
  padding: 15px 20px;
}

.breadcrumb {
  background: rgba(0, 0, 0, 0.5294117647);
  padding: 5px 10px;
  display: -ms-inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
  border-radius: 0;
  justify-content: left;
  margin-top: 25px;
}
.breadcrumb > .active {
  color: #d78f94;
}
.breadcrumb li {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}
.breadcrumb li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}

.causes-comment-content span {
  color: #106438;
  font-size: 12px;
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  display: inline-block;
}
.causes-comment-content span::before {
  content: "|";
  position: absolute;
  left: 0;
  top: -2px;
  color: #7e899d;
  font-size: 14px;
}
.causes-comment-content h5 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
}
.causes-comment-content h5 a:hover {
  color: #414141;
}
.causes-comment-content small {
  font-size: 13px;
  float: right;
  opacity: 0.7;
}
.causes-comment-content p {
  margin-bottom: 0;
  margin-top: 10px;
  overflow: hidden;
}

.sidebar-cat > ul > li {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 15px;
}
.sidebar-cat > ul > li a {
  font-size: 17px;
  font-weight: 500;
  color: #7d7d7d;
}
.sidebar-cat > ul > li a:hover {
  color: #A5131C;
}
.sidebar-cat > ul > li a.active {
  display: block;
  color: #A5131C;
}
.sidebar-cat > ul > li a span {
  margin-left: 5px;
}
.sidebar-cat > ul > li:last-of-type {
  border-bottom: none;
}
.sidebar-cat .category-menu {
  margin: 20px 0 10px 0;
  padding-left: 16px;
}
.sidebar-cat .category-menu > li {
  padding-bottom: 5px;
}

.sidebar-donar-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #7d7d7d;
}
.sidebar-donar-content p span {
  color: #A5131C;
}
.sidebar-donar-content h5 {
  font-size: 16px;
  margin-bottom: 5px;
}
.sidebar-donar-content h5 a:hover {
  color: #414141;
}

.volunteer-social {
  position: absolute;
  right: -65px;
  top: 0;
  height: 100%;
  width: 65px;
  text-align: center;
  background-color: rgba(31, 31, 31, 0.831);
  box-shadow: 0px 5px 12.09px 0.91px rgba(133, 127, 151, 0.11);
  padding: 45px 0;
  transition: 0.5s;
}
.volunteer-social li {
  display: block;
  margin-bottom: 15px;
}
.volunteer-social li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.volunteer-social li a:hover {
  color: #A5131C;
}
.volunteer-social li:last-child {
  margin-bottom: 0px;
}

.volunteer-content h4 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 7px;
}
.volunteer-content h4 span {
  color: #106438;
}
.volunteer-content h4 a:hover {
  color: #106438;
}
.volunteer-content > span {
  font-weight: 500;
  display: block;
}

.donate-note {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.donate-note i {
  color: #106438;
  width: 17px;
  height: 17px;
  border: 1px solid rgb(73, 73, 73);
  background-color: rgb(47, 47, 47);
  font-size: 8px;
  text-align: center;
  line-height: 15px;
  margin-right: 10px;
}

.testi-rating i {
  color: #106438;
}

.testi-avatar-info span {
  color: #106438;
}
.testi-avatar-info h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #18364a;
}
.testi-avatar-info h6 span {
  font-size: 14px;
  color: #71818c;
}
.testi-avatar-info h6 span::before {
  content: "|";
  color: #cce2f1;
  font-size: 16px;
  margin: 0 15px;
}

.contact-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  position: relative;
  flex: 1 0 100%;
}
.contact-box:hover .contact-box-content h5 {
  color: #A5131C;
}
.contact-box.half {
  flex: 1 0 50%;
}

.prouct-button-area {
  position: absolute;
  right: 30px;
  top: 16px;
}

.product-content {
  padding: 20px 10px 10px;
  background: #fbfbfb;
  text-align: center;
}
.product-content h6 {
  font-size: 20px;
  margin-bottom: 7px;
  height: 47.5px;
  overflow: hidden;
}
.product-content h6 a:hover {
  color: #A5131C;
}
.product-content h6 span {
  color: #A5131C;
}
.product-content__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 17px 0;
}
.product-content__footer > span {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}

.widget-title-two h5 {
  font-size: 20px;
  margin-bottom: 0;
}
.widget-title-two h5 span {
  color: #A5131C;
}

.relater-p-content h6 {
  font-size: 14px;
  margin-bottom: 8px;
}
.relater-p-content h6 a:hover {
  color: #106438;
}
.relater-p-content > span {
  display: block;
  font-size: 13px;
  font-weight: 500;
}

.event-management-info h4 {
  font-size: 20px;
  margin-bottom: 7px;
}
.event-management-info h4 > span {
  color: #106438;
}
.event-management-info > span {
  font-size: 14px;
  display: block;
  font-weight: 500;
}

.product-details-meta {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.product-details-meta h5 {
  color: #A5131C;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 0;
  margin-right: 20px;
}
.product-details-meta h5.trough {
  color: #7d7d7d;
  text-decoration: line-through;
}
.product-details-meta .product-rating {
  margin-right: 15px;
}

.product-size-wrap ul {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 15px;
}
.product-size-wrap ul li {
  display: block;
  height: 36px;
  min-width: 36px;
  padding: 0 8px;
  text-align: center;
  line-height: 34px;
  border: 2px solid #e8ecef;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #343434;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.3s linear;
}
.product-size-wrap ul li:hover {
  color: #106438;
}
.product-size-wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-size-wrap ul li.active {
  color: #A5131C;
  border-color: black;
}
.product-size-wrap > span {
  color: #106438;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.product-size-wrap h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.product-details-tag ul li {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
}
.product-details-tag ul li a {
  color: #999898;
}
.product-details-tag ul li a:hover {
  color: #106438;
}
.product-details-tag ul li:last-child {
  margin-bottom: 0;
}
.product-details-tag ul li span {
  margin-right: 5px;
}

.wish-list {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8ecef;
  display: flex;
  flex-wrap: wrap;
}
.wish-list > h5 {
  margin-right: 20px;
  font-size: 16px;
}
.wish-list > h5:last-of-type {
  margin-right: 0;
}
.wish-list > h5 a {
  color: #343434;
}
.wish-list > h5 a:hover {
  color: #106438;
}
.wish-list > h5 i {
  margin-right: 6px;
}

.right-rc {
  float: right;
  display: block;
}
.right-rc a {
  color: #7d7d7d;
  font-weight: 500;
}
.right-rc a:hover {
  color: #106438;
}

.blog-content {
  padding: 25px;
  border: 1px solid #eeeeee;
}
.blog-content h4 {
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.blog-content h4 a:hover {
  color: #106438;
}
.blog-content p {
  margin-bottom: 25px;
}

.blog-meta ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #363636;
  padding: 24px 20px 14px;
}
.blog-meta ul li {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #dedede;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  display: block;
}
.blog-meta ul li a {
  color: #dedede;
}
.blog-meta ul li a:hover {
  color: #106438;
}
.blog-meta ul li i {
  color: #106438;
  margin-right: 8px;
}
.blog-meta ul li::before {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  background: #686868;
  border-radius: 50%;
}

.rc-post-content h6 {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 7px;
}
.rc-post-content h6 a:hover {
  color: #106438;
}
.rc-post-content span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.rc-post-content span i {
  color: #106438;
  margin-right: 10px;
}

.blog-details-wrap {
  margin-bottom: 0;
}
.blog-details-wrap .blog-share ul {
  display: flex;
  align-items: center;
}
.blog-details-wrap .blog-share ul li {
  display: block;
  margin-left: 10px;
}
.blog-details-wrap .blog-share ul li a {
  font-size: 12px;
  color: #969696;
}
.blog-details-wrap .blog-share ul li a:hover {
  color: #106438;
}
.blog-details-wrap .blog-share ul li:first-child {
  font-size: 13px;
  font-weight: 700;
  color: #797979;
  margin-right: 10px;
  margin-left: 0;
}
.blog-details-wrap blockquote {
  margin: 30px 0;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.7;
  color: #414141;
  position: relative;
  z-index: 1;
}
.blog-details-wrap blockquote::before {
  content: "";
  position: absolute;
  right: 62px;
  top: -30px;
  background-image: url(../img/icon/quote.png);
  width: 84px;
  height: 70px;
  background-repeat: no-repeat;
  z-index: -1;
}
.blog-details-wrap .blog-content p {
  margin-bottom: 15px;
}
.blog-details-wrap .blog-meta {
  margin-top: 55px;
  margin-bottom: 15px;
}

.blog-avatar-content {
  padding-top: 20px;
  padding-right: 40px;
}
.blog-avatar-content h5 {
  font-size: 16px;
  margin-bottom: 7px;
}
.blog-avatar-content h5 a {
  margin-left: 5px;
}
.blog-avatar-content h5 a:hover {
  color: #106438;
}
.blog-avatar-content p {
  margin-bottom: 0;
}

.blog-comment-content h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.blog-comment-content h5 a:hover {
  color: #106438;
}
.blog-comment-content h5 span {
  font-size: 14px;
  color: #7d7d7d;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-left: 10px;
}
.blog-comment-content > a {
  font-size: 14px;
  font-weight: 700;
  color: #343434;
  font-style: italic;
}
.blog-comment-content > a:hover {
  color: #106438;
}

.scroll-top.open {
  bottom: 30px;
  opacity: 1;
}

.container-full {
  padding: 0 205px;
}

.header-top-wrap {
  background: #1f1f1f;
  padding: 9px 0;
}

.transparent-header {
  position: absolute;
  left: 0;
  top: 46px;
  width: 100%;
  z-index: 9;
  height: auto;
}

.main-menu nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main-menu .logo h1 {
  margin-bottom: 0;
}

.header-action > ul {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.header-action > ul li {
  position: relative;
  margin-left: 30px;
}
.header-action > ul > li.header-shop-cart > a {
  padding-right: 10px;
}
.header-action ul li:first-child {
  margin-left: 0;
}
.header-action ul li a {
  color: #fff;
  font-size: 18px;
}
.header-action .header-btn .btn {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 27px;
}

.total-price {
  border-top: 1px solid #473151;
  overflow: hidden;
  padding-top: 25px;
  margin-top: 10px;
}
.total-price span {
  color: #a5a5a5;
  font-weight: 500;
}

.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #A5131C;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}
.sticky-menu ul li a {
  color: #fff;
}
.sticky-menu .navbar-wrap ul {
  background: transparent;
}
.sticky-menu .logo-sticky-block {
  display: block;
  width: 185px;
  padding: 12px 0;
  height: auto;
}
.sticky-menu .logo-sticky-none {
  display: none;
}

.sticky-menu .main-menu {
  padding: 10px 60px;
}
.sticky-menu .mean-container a.meanmenu-reveal {
  top: -12px;
}

.logo-sticky-block {
  display: none;
}

.breadcrumb-bg {
  background-image: url(../img/bg/breadcrumb_bg.jpg);
  padding-top: 365px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.breadcrumb-bg2 {
  background-image: url(../img/bg/breadcrumb_bg02.jpg);
}

.breadcrumb-bg3 {
  background-image: url(../img/bg/breadcrumb_bg03.jpg);
}

.breadcrumb-bg4 {
  background-image: url(../img/bg/breadcrumb_bg04.jpg);
}

.breadcrumb-logo {
  background-image: url(../img/bg/logo-bg.png);
}

.breadcrumb-zivotopis {
  background-image: url(../img/bg/papez_zivotopis-bg.jpg);
}

.breadcrumb-dokumenty {
  background-image: url(../img/bg/dokumenty-bg.jpg);
}

.breadcrumb-cesty {
  background-image: url(../img/bg/cesty-bg.jpg);
}

.breadcrumb-harmonogram {
  background-image: url(../img/bg/harmonogram-bg.jpg);
}

.breadcrumb-nastiahnutie {
  background-image: url(../img/bg/nastiahnutie-bg.jpg);
}

.breadcrumb-kontakt {
  background-image: url(../img/bg/kontakt-bg.jpg);
}

.breadcrumb-priprava {
  background-image: url(../img/bg/priprava-bg.jpg);
}

.breadcrumb-pastierskylist {
  background-image: url(../img/bg/pastierskylist-bg.jpg);
}

.breadcrumb-moznostiucasti {
  background-image: url(../img/bg/moznostiucasti-bg.jpg);
}

.breadcrumb-spravy {
  background-image: url(../img/bg/spravy-bg.jpg);
}

.breadcrumb-akreditacia {
  background-image: url(../img/bg/akreditacia-bg.jpg);
}

.breadcrumb-katolickacirkev {
  background-image: url(../img/bg/katolickacirkev-bg.jpg);
}

.breadcrumb-bratislava {
  background-image: url(../img/bg/bratislava-bg.jpg);
}

.breadcrumb-kosice {
  background-image: url(../img/bg/kosice-bg.jpg);
}

.breadcrumb-presov {
  background-image: url(../img/bg/presov-bg.jpg);
}

.breadcrumb-sastin {
  background-image: url(../img/bg/sastin-bg.jpg);
}

.breadcrumb-dobrovolnik {
  background-image: url(../img/bg/dobrovolnik-bg.jpg);
}

.breadcrumb-myslienky-mailom {
  background-image: url(../img/bg/myslienky-mailom-bg.jpg);
}

.breadcrumb-myslienky-mailom {
  background-image: url(../img/bg/myslienky-mailom-bg.jpg);
}

.breadcrumb-modlitba {
  background-image: url(../img/bg/modlitba-bg.jpg);
}

.breadcrumb-cestou {
  background-image: url(../img/bg/cestou-bg-1280.jpg);
}

.breadcrumb-bula {
  background-image: url(../img/bg/bula-bg-1280.jpg);
}

.breadcrumb-list {
  background-image: url(../img/bg/list-bg-1280.jpg);
}

.breadcrumb-cojejubileum {
  background-image: url(../img/bg/cojejubileum-bg-1280.jpg);
}

.breadcrumb-dejiny {
  background-image: url(../img/bg/dejiny-bg-1280.jpg);
}

.breadcrumb-hymna {
  background-image: url(../img/bg/hymna-bg-1280.jpg);
}

.breadcrumb-kalendar {
  background-image: url(../img/bg/kalendar-bg-1280.jpg);
}

.breadcrumb-svatabrana {
  background-image: url(../img/bg/svatabrana-bg-1280.jpg);
}

.breadcrumb-cesty {
  background-image: url(../img/bg/cesty-bg-1280.jpg);
}

.breadcrumb-kostoly {
  background-image: url(../img/bg/kostoly-bg-1280.jpg);
}

.breadcrumb-spravy {
  background-image: url(../img/bg/spravy-bg-1280.jpg);
}

.breadcrumb-shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  z-index: -1;
  opacity: 0.19;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0;
  color: #fff;
  content: "/";
  font-weight: 700;
  margin: 0 10px 0 5px;
}

.banner-bg {
  background-image: url(../img/slider/banner_bg.png);
  background-position: center;
  background-size: cover;
  padding-top: 580px;
  padding-bottom: 0px;
}

.banner-content h1 {
  font-size: 60px;
  height: 173px;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 5px 12.09px rgba(44, 24, 100, 0.18);
  position: relative;
  margin-bottom: 0px;
}
.banner-content h1 span {
  background: rgba(0, 0, 0, 0.5294117647);
  padding: 15px 25px;
}

.banner-btn .btn:hover {
  transform: translateY(-3px);
}

.goal-bg {
  background-image: url(../img/bg/goal_bg.png);
  position: absolute;
  left: 0;
  top: 0;
  height: 720px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.goal-content p {
  padding-right: 85px;
  margin-bottom: 30px;
}

.arrow-btn {
  color: #5d5d5d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
}
.arrow-btn:hover {
  color: #5d5d5d;
}
.arrow-btn:hover span {
  margin-left: 50px;
}
.arrow-btn:hover span::before {
  width: 42px;
}
.arrow-btn > span {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #5d5d5d;
  margin-left: 30px;
  position: relative;
  transition: 0.4s linear;
}
.arrow-btn > span::before {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 2px;
  background: #5d5d5d;
  transition: 0.4s linear;
}

.goal-img {
  padding-left: 85px;
  position: relative;
}
.goal-img img {
  border-radius: 50%;
  box-shadow: 0px 5px 12.09px 0.91px rgba(62, 48, 102, 0.1);
}
.goal-img img:last-child {
  position: absolute;
  left: 45px;
  top: 20px;
}

.goal-img-shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.section-title.text-lg-left p {
  color: #dbdbdb;
}
.section-title.text-lg-left::before {
  margin: 0;
}

.teach-icon {
  margin-bottom: 35px;
}
.teach-icon svg {
  width: 72px;
  height: 72px;
}
.teach-icon svg path {
  fill: #b4b4b4;
  transition: 0.3s linear;
}

.teach-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.teach-content p {
  margin-bottom: 0;
}

.teach-item:hover .teach-icon svg path {
  fill: #106438;
}

.video-bg {
  background-image: url(../img/bg/video_bg.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}
.video-bg .section-title h2 {
  font-size: 60px;
  line-height: 1.2;
  padding-right: 50px;
}

.white-title h2 {
  color: #fff;
}

.video-btn a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #dcdcdc;
  letter-spacing: 1.5px;
  display: inline-block;
  position: relative;
}
.video-btn a span {
  margin-right: 13px;
}
.video-btn a .overlay-play-icon {
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s linear;
  opacity: 0;
}
.video-btn a:hover .overlay-play-icon {
  opacity: 1;
}

.video-img img {
  margin-left: -45px;
}

.volunteer-thumb {
  position: relative;
  overflow: hidden;
}
.volunteer-thumb img {
  width: 100%;
}
.volunteer-thumb::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #1f1f1f;
  transition: 0.5s;
  opacity: 0.57;
}

.volunteer-box:hover .volunteer-thumb::before {
  width: 100%;
}
.volunteer-box:hover .volunteer-social {
  right: 0;
}

.causes-box {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 9.3px 0.7px rgba(183, 177, 199, 0.1);
  padding: 20px;
}

.causes-thumb {
  position: relative;
}
.causes-thumb img {
  width: 100%;
}

.causes-tag {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.causes-tag a {
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  background: #4cc7e5;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px 10px 0 0;
}
.causes-tag a:hover {
  border-radius: 0;
}

.causes-action ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
}
.causes-action ul li {
  font-weight: 500;
}
.causes-action ul li:last-child {
  color: #646464;
}

.causes-bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px dashed #e3e2e2;
  margin-top: 30px;
}

.causes-area .row:nth-child(2) [class*=col]:nth-child(2) .causes-box .causes-tag a {
  background: #2ec774;
}
.causes-area .row:nth-child(2) [class*=col]:nth-child(5) .causes-box .causes-tag a {
  background: #2ec774;
}
.causes-area .row:nth-child(2) [class*=col]:nth-child(3) .causes-box .causes-tag a {
  background: #f66185;
}
.causes-area .row:nth-child(2) [class*=col]:nth-child(6) .causes-box .causes-tag a {
  background: #f66185;
}

.causes-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.causes-social > span {
  font-size: 16px;
  font-weight: 500;
  color: #bfbfbf;
  margin-right: 11px;
  display: block;
}
.causes-social ul {
  display: flex;
  align-items: center;
}
.causes-social ul li {
  display: block;
  margin-left: 9px;
}
.causes-social ul li a {
  width: 36px;
  height: 36px;
  background-color: rgb(59, 89, 152);
  display: block;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
}
.causes-social ul li:nth-child(2) a {
  background: #55acee;
}
.causes-social ul li:nth-child(3) a {
  background: #d71e18;
}
.causes-social ul li:nth-child(4) a {
  background: #1565c0;
}

.causes-details-top {
  padding-top: 30px;
}

.causes-details-box {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.15);
}
.causes-details-box .causes-content {
  padding: 40px 30px 70px;
}
.causes-details-box .causes-content h5 {
  font-size: 26px;
}
.causes-details-box .causes-content p {
  margin-bottom: 15px;
  letter-spacing: 0.2px;
}
.causes-details-box .causes-content h6 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.causes-content-list {
  padding-bottom: 55px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 50px;
}
.causes-content-list li {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #585858;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.causes-content-list li:last-child {
  margin-bottom: 0;
}
.causes-content-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  height: 8px;
  width: 8px;
  background: #e1e1e1;
  border-radius: 50%;
}

.causes-details-form form {
  margin-top: 45px;
}
.causes-details-form form input {
  width: 100%;
  border: none;
  background: #f0f0f0;
  padding: 12px 20px;
  font-size: 14px;
  margin-bottom: 20px;
}
.causes-details-form form input::-moz-placeholder {
  font-size: 14px;
  color: #959595;
}
.causes-details-form form input:-ms-input-placeholder {
  font-size: 14px;
  color: #959595;
}
.causes-details-form form input::placeholder {
  font-size: 14px;
  color: #959595;
}
.causes-details-form form textarea {
  width: 100%;
  border: none;
  background: #f0f0f0;
  padding: 12px 20px;
  font-size: 14px;
  margin-bottom: 20px;
  height: 135px;
  margin-bottom: 40px;
}
.causes-details-form form textarea::-moz-placeholder {
  font-size: 14px;
  color: #959595;
}
.causes-details-form form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #959595;
}
.causes-details-form form textarea::placeholder {
  font-size: 14px;
  color: #959595;
}

.causes-documents-wrap .causes-content-list {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 15px;
}
.causes-documents-wrap .causes-content p:last-child {
  margin-bottom: 0;
}

.causes-comment-item {
  background: #f9f8f7;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.causes-comment-item ul li {
  display: flex;
  align-items: center;
}

.causes-comment-avatar img {
  border-radius: 50%;
  box-shadow: 0px 0px 13px 0px rgba(35, 53, 131, 0.09);
  margin-right: 20px;
}

.causes-comment-wrap {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.15);
  padding: 40px 30px 70px;
}

.causes-donations-form {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.15);
  padding: 40px 30px 70px;
}

.causes-comment-form {
  margin-top: 50px;
}

.causes-sidebar {
  margin-left: 10px;
  background: #fff;
  box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.15);
  padding: 47px 30px;
}
.causes-sidebar .widget {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ececec;
}
.causes-sidebar .widget.border-none {
  border: none;
  padding: 0;
}

.causes-sidebar-action .btn {
  display: block;
  border-radius: 50px;
  margin-bottom: 12px;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: 0px 0px 0.93px 0.07px rgba(147, 147, 147, 0.15);
}
.causes-sidebar-action .btn i {
  margin-right: 10px;
}
.causes-sidebar-action .btn:last-child {
  margin-bottom: 0;
  background: #4cc7e5;
  color: #fff;
}

.pp-post ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.pp-post ul li:last-child {
  margin-bottom: 0;
}

.pp-post-thumb {
  margin-right: 20px;
}

.sidebar-donar ul li {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.sidebar-donar ul li:last-child {
  margin-bottom: 0;
}

.sidebar-donar-thumb {
  margin-right: 20px;
}

.gallery-main .flex {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -5px;
}
.gallery-main a {
  flex-grow: 1;
  flex-basis: 23%;
  max-width: 230px;
  margin: 5px;
}
.gallery-main a img {
  height: 100%;
  width: 100%;
  min-height: 150px;
}
.gallery-main a p {
  margin-bottom: 5px;
}

@media screen and (max-width: 1199px) {
  .gallery-main a {
    max-width: 201.5px;
  }
}
@media screen and (max-width: 991px) {
  .gallery-main a {
    flex-basis: 31.33%;
    max-width: 210px;
  }
}
@media screen and (max-width: 563px) {
  .gallery-main a {
    flex-basis: 50%;
    max-width: 47%;
  }
}
@media screen and (max-width: 375px) {
  .gallery-main a {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.gallery-thumb {
  position: relative;
}
.gallery-thumb > img {
  width: 100%;
}
.gallery-thumb > a > img {
  width: 100%;
}
.gallery-thumb:hover .gallery-overlay {
  transform-origin: left top;
  transform: scale(1, 1);
}

.gallery-overlay-icon img {
  width: 25px;
  height: 25px;
  transform: rotate(-40deg);
}

.gallery-overlay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 45px;
  background-color: rgba(239, 201, 76, 0.949);
  box-shadow: inset 0px 7px 15px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 31px 40px;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}

.gallery-overlay-content h4 {
  font-size: 22px;
  margin-bottom: 5px;
}
.gallery-overlay-content h4 a:hover {
  color: #343434;
}
.gallery-overlay-content span {
  display: block;
  color: #343434;
  font-weight: 500;
}

.cta-bg {
  background-image: url(../img/bg/cta_bg.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.cta-form {
  margin-left: 30px;
}
.cta-form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cta-form form input {
  color: #959595;
  background-color: #2f2f2f;
  border: none;
  width: 206px;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-weight: 500;
  height: 46px;
  font-size: 14px;
}
.cta-form form input::-moz-placeholder {
  color: #959595;
  font-size: 14px;
}
.cta-form form input:-ms-input-placeholder {
  color: #959595;
  font-size: 14px;
}
.cta-form form input::placeholder {
  color: #959595;
  font-size: 14px;
}
.cta-form form button {
  margin-bottom: 20px;
  width: 206px;
  border-radius: 0;
  padding: 16px 34px;
  font-size: 14px;
}
.cta-form .custom-select {
  display: inline-block;
  padding: 10px 35px 10px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #959595;
  vertical-align: middle;
  background: url("../img/icon/nw_selarw.png") no-repeat scroll 97.5% center;
  background-color: #2f2f2f;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  width: 206px;
  height: 46px;
  margin-bottom: 20px;
}

.faq-bg {
  background-image: url(../img/bg/faq_bg.jpg);
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.faq-bg02 {
  background-image: url(../img/bg/faq_bg02.jpg);
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.faq-accordion .card {
  margin-bottom: 29px;
  border-radius: 0;
  border: none;
  background: transparent;
  padding-bottom: 29px;
  border-bottom: 1px solid #4c4b4b;
}
.faq-accordion .card:last-child {
  margin-bottom: 0;
}
.faq-accordion .card-header {
  padding: 0;
  border-radius: 0;
  background: no-repeat;
  border: none;
}
.faq-accordion .card-header h5 a.collapsed {
  color: #fff;
}
.faq-accordion .card-header h5 a.collapsed::after {
  background-image: url(../img/icon/plus.png);
}
.faq-accordion .card-header h5 a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  display: block;
  text-decoration: none;
  line-height: 1.4;
  padding-right: 50px;
  border-bottom: none;
}
.faq-accordion .card-header h5 a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-image: url(../img/icon/minus.png);
  background-repeat: no-repeat;
  height: 26px;
  width: 31px;
}
.faq-accordion .card-body {
  flex: 1 1 auto;
  padding: 0;
  color: #dbdbdb;
  padding-top: 20px;
  padding-bottom: 0;
}
.faq-accordion .card-body p {
  margin-bottom: 0;
  color: #dbdbdb;
  letter-spacing: 0.4px;
}
.faq-accordion .accordion > .card:not(:last-of-type) {
  border-bottom: 1px solid #4c4b4b;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-header:first-child {
  border-radius: 0;
}

.features-item {
  box-shadow: 0px 5px 12.09px 0.91px rgba(133, 127, 151, 0.11);
  background: #fff;
  border: 1px dotted rgba(204, 204, 204, 0.702);
  border-top: 4px solid #106438;
  padding: 48px 35px;
  transition: 0.3s linear;
  transform: translateY(0);
}
.features-item:hover {
  transform: translateY(-10px);
}
.features-item:hover .features-icon img {
  transform: rotateY(360deg);
}

.features-icon img {
  transition: 0.5s linear;
  transform: rotateY(0);
}

.annual-rating-wrap {
  margin-left: 53px;
}

.customer-thumb {
  overflow: hidden;
  margin-bottom: 20px;
}
.customer-thumb > a {
  float: left;
  margin-right: 20px;
}
.customer-thumb span {
  float: right;
  margin-top: -13px;
  font-size: 13px;
  text-transform: uppercase;
  color: #5c5c5c;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
}

.raising-star i {
  font-size: 13px;
  letter-spacing: -2px;
  color: #e5c200;
}

.rating-list ul li {
  display: block;
  border-bottom: 1px solid #dfdfdf;
  font-size: 14px;
  font-weight: 700;
  color: #3f3f3f;
  padding: 24px 0;
  overflow: hidden;
}
.rating-list ul li:first-child {
  border-top: 1px solid #dfdfdf;
}
.rating-list ul li span {
  float: right;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #474649;
}
.rating-list .raising-star {
  float: right;
  margin-right: 20px;
}

.raising-star.mb-13 {
  margin-bottom: 13px;
}

.annual-rating-item:last-child {
  margin-bottom: 0;
}

.annual-bg-shape {
  position: absolute;
  bottom: 0;
  z-index: -1;
  right: 16%;
  opacity: 0.61;
}

.shop-action-result span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.shop-action-form .custom-select {
  display: inline-block;
  padding: 10px 42px 10px 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #7d7d7d;
  vertical-align: middle;
  background: url("../img/icon/nw_selarw.png") no-repeat scroll 97.5% center;
  background-color: transparent;
  border: 1px dotted rgb(167, 167, 167);
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s ease-in-out;
  width: 218px;
  height: 42px;
  text-transform: uppercase;
}
.shop-action-form form {
  position: relative;
}
.shop-action-form form::before {
  content: "";
  position: absolute;
  right: 45px;
  top: 0;
  height: 42px;
  width: 1px;
  border-left: 1px dotted rgb(167, 167, 167);
  display: block;
}

.product-thumb {
  position: relative;
}
.product-thumb img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 300px;
}

.product-meta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 100, 56, 0.9019607843);
  z-index: 9;
  transition: all 300ms linear 0ms;
  transform: perspective(500px) rotateX(-90deg);
  opacity: 0;
  transform-origin: 50% 0%;
}
.product-meta .add-to-cart {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  -khtml-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.product-meta .add-to-cart .btn {
  background: #fff;
  color: #3d3d3d;
  font-size: 14px;
  text-transform: uppercase;
}

.shop-item {
  transition: all 0.3s ease-in-out;
}
.shop-item:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}
.shop-item:hover .product-meta {
  opacity: 1;
  transform: perspective(500px) rotateX(0deg);
}

.product-rating {
  display: flex;
  line-height: 1;
}
.product-rating i {
  font-size: 10px;
  color: #b0b0b0;
  margin-right: 2px;
}

.shop-sidebar-form {
  position: relative;
}
.shop-sidebar-form input {
  width: 100%;
  border: none;
  background: #e8ecef;
  height: 42px;
  padding: 0 40px 0 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #7d7d7d;
  font-size: 13px;
}
.shop-sidebar-form input::-moz-placeholder {
  color: #7d7d7d;
  font-size: 13px;
}
.shop-sidebar-form input:-ms-input-placeholder {
  color: #7d7d7d;
  font-size: 13px;
}
.shop-sidebar-form input::placeholder {
  color: #7d7d7d;
  font-size: 13px;
}
.shop-sidebar-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 13px;
  color: #7d7d7d;
}

.price_slider_amount {
  overflow: hidden;
}
.price_slider_amount > input[type=text] {
  float: right;
  height: 35px;
  margin-left: 28px;
  text-align: right;
  width: 130px;
  border: none;
  color: #7d7d7d;
  font-size: 13px;
  font-weight: 500;
}
.price_slider_amount > input[type=submit] {
  float: left;
  text-transform: uppercase;
  transition: all 400ms ease-out 0s;
  cursor: pointer;
  width: 98px;
  padding: 9px 20px;
  font-size: 13px;
}

.relater-product-list ul li {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted rgb(215, 215, 215);
}
.relater-product-list ul li:last-child {
  margin-bottom: 0;
}

.relater-p-thumb {
  margin-right: 15px;
}

.shop-sidebar .widget:last-child {
  margin-bottom: 0;
}
.shop-sidebar .widget .widget-title-two {
  border-bottom: 2px solid #A5131C;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.shop-details-area .pr-73 {
  padding-right: 73px;
}

.product-single-active {
  margin-bottom: 15px;
}

.product-single-item {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-single-item img {
  width: 100%;
}

.stock-info {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 26px;
  line-height: 26px;
  background: #343434;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  color: #fff;
}

.product-single-bottom {
  margin: 0 -7.5px;
}

.product-bottom-item {
  margin: 0 7.5px;
}
.product-bottom-item img {
  width: 100%;
}

.product-details-content h6 {
  font-size: 24px;
  margin-bottom: 10px;
}
.product-details-content p {
  margin-bottom: 25px;
  padding-right: 50px;
}

.product-color-box h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.product-color-box ul {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.product-color-box ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid black;
  cursor: pointer;
}
.product-color-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.cart-plus {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
  margin-top: 25px;
  gap: 25px;
}
.cart-plus__inner {
  width: 80px;
  position: relative;
}
.cart-plus .stock {
  flex: 1 1 100%;
}
.cart-plus .btn {
  font-size: 14px;
  box-shadow: 0px 5px 12.09px 0.91px rgba(44, 24, 100, 0.05);
}
.cart-plus .input__error-text {
  font-size: 14px;
}

.product-desc-wrap .nav-tabs {
  border-bottom: 1px solid #e8ecef;
}
.product-desc-wrap .nav-tabs .nav-item {
  margin-bottom: 0;
  margin-right: 50px;
  display: block;
}
.product-desc-wrap .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 0 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #7d7d7d;
}
.product-desc-wrap .nav-tabs .nav-link.active {
  color: #343434;
}

.desc-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.desc-content {
  margin-bottom: 0;
  padding-right: 60px;
}

.desc-list ul li {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.desc-list ul li span {
  font-weight: 500;
  color: #343434;
  min-width: 260px;
  display: inline-block;
  text-transform: capitalize;
}

.review-wrap {
  border: 1px solid #f0f0f0;
  padding: 25px 30px;
}
.review-wrap .desc-title {
  margin-bottom: 30px;
}

.left-rc {
  display: inline-block;
}
.left-rc p {
  margin-bottom: 0;
  font-weight: 500;
}

.more-product-wrap {
  border-top: 1px solid #e8ecef;
}
.more-product-wrap .section-title h2 {
  margin-bottom: 0;
  font-size: 30px;
}

.blog-post {
  background: #fff;
  margin-bottom: 40px;
}

.blog-post-thumb img {
  width: 100%;
}

.widget-title-three h5 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}

.rc-post ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.rc-post ul li:last-child {
  margin-bottom: 0;
}

.rc-post-thumb {
  margin-right: 15px;
}
.rc-post-thumb img {
  border-radius: 4px;
}

.sidebar-newsletter {
  background-image: url(../img/blog/sidebar_news_bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 43px 20px;
  text-align: center;
}
.sidebar-newsletter form input {
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 30px;
  margin-bottom: 11px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  color: #9a9a9a;
  text-align: center;
}
.sidebar-newsletter form input::-moz-placeholder {
  text-align: center;
  font-size: 13px;
  color: #9a9a9a;
}
.sidebar-newsletter form input:-ms-input-placeholder {
  text-align: center;
  font-size: 13px;
  color: #9a9a9a;
}
.sidebar-newsletter form input::placeholder {
  text-align: center;
  font-size: 13px;
  color: #9a9a9a;
}
.sidebar-newsletter form button {
  font-size: 13px;
  text-transform: uppercase;
  padding: 14px 34px;
  border-radius: 2px;
}

.blog-details-tag ul {
  justify-content: flex-end;
}

.blog-avatar-post {
  display: flex;
  align-items: flex-start;
  margin-top: 70px;
  margin-bottom: 50px;
}

.blog-avatar-thumb {
  margin-right: 30px;
}

.blog-comment-avatar {
  margin-right: 25px;
}

.comment-form textarea {
  width: 100%;
  padding: 20px 20px;
  border: none;
  margin-bottom: 20px;
  background: #f2f2f2;
  height: 170px;
  transition: 0.3s;
}
.comment-form textarea::-moz-placeholder {
  color: #7d7d7d;
}
.comment-form textarea:-ms-input-placeholder {
  color: #7d7d7d;
}
.comment-form textarea::placeholder {
  color: #7d7d7d;
}
.comment-form input {
  width: 100%;
  padding: 18px 20px;
  border: none;
  margin-bottom: 20px;
  background: #f2f2f2;
  transition: 0.3s;
}
.comment-form input::-moz-placeholder {
  color: #7d7d7d;
}
.comment-form input:-ms-input-placeholder {
  color: #7d7d7d;
}
.comment-form input::placeholder {
  color: #7d7d7d;
}
.comment-form .btn {
  margin-top: 10px;
}

.testimonial-img {
  margin-top: -40px;
}

.testimonial-active {
  padding-top: 120px;
  padding-bottom: 120px;
}
.testimonial-active .testimonial-quote img {
  width: auto;
  display: inline-block;
}
.testimonial-active .testi-avatar-img img {
  width: auto;
  display: inline-block;
}
.testimonial-active .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: -90px;
  z-index: 1;
}
.testimonial-active .owl-nav button.owl-next {
  font-size: 12px;
  color: #c6c7c8;
  transition: 0.3s linear;
  margin: 0 10px;
}
.testimonial-active .owl-nav button.owl-next:hover {
  color: #7f8e99;
}
.testimonial-active .owl-nav button.owl-prev {
  font-size: 12px;
  color: #c6c7c8;
  transition: 0.3s linear;
  margin: 0 10px;
}
.testimonial-active .owl-nav button.owl-prev:hover {
  color: #7f8e99;
}

.testimonial-quote {
  margin-bottom: 30px;
}

.testi-content p {
  font-size: 20px;
  line-height: 2;
  color: #7d7d7d;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
}

.testi-avatar-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.testi-avatar-img {
  margin-right: 20px;
}
.testi-avatar-img img {
  border-radius: 50%;
}

.testimonial-item {
  padding: 0 30px;
}

.testimonial-area.gray-bg {
  position: relative;
  z-index: 1;
}

.testi-bg-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18%;
  margin-bottom: 0;
  font-size: 200px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  z-index: -1;
  letter-spacing: 2px;
  opacity: 0.7;
}

.testi-bg {
  background-image: url(../img/bg/testimonial_bg01.jpg);
}

.testi-bg02 {
  background-image: url(../img/bg/testimonial_bg02.jpg);
}

.second-testimonial-item > h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.second-testimonial-item .testi-rating i {
  font-size: 14px;
  font-style: italic;
}
.second-testimonial-item .testi-content {
  padding-right: 25px;
}
.second-testimonial-item .testi-content p {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
  color: #dbdbdb;
  margin-bottom: 0;
}
.second-testimonial-item .testi-avatar {
  display: flex;
  align-items: center;
  margin-top: 55px;
}
.second-testimonial-item .testi-avatar-info h5 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.second-testimonial-item .testi-avatar-info span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
}

.event-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.event-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.event-main-wrap {
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 47px 60px 47px 60px;
}

.event-img {
  margin-left: 70px;
}

.event-content .video-block {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.event-content .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event-content p {
  margin-bottom: 15px;
  font-weight: 400;
  text-align: justify;
  text-indent: 30px;
}
.event-content .ti {
  text-indent: 0px;
}
.event-content ul {
  margin-bottom: 50px;
}
.event-content li {
  margin: 10px;
}
.event-content .small-text {
  font-weight: 400;
  font-size: 13px;
}

.event-bg-img {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}

.event-text {
  position: absolute;
  left: 60px;
  bottom: -20px;
  z-index: -1;
}

.e-speakers-thumb img {
  width: 100%;
}

.e-speakers-box {
  box-shadow: 0px 5px 12.09px 0.91px rgba(133, 127, 151, 0.11);
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.e-speakers-content {
  padding: 30px 30px 40px;
}
.e-speakers-content p {
  font-weight: 500;
  margin-bottom: 20px;
}
.e-speakers-content .btn {
  padding: 10px 25px;
}

.event-active .slick-arrow {
  border: none;
  background: none;
  padding: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  z-index: 1;
}
.event-active .slick-next img {
  width: 45px;
  height: 30px;
}
.event-active .slick-prev {
  display: none !important;
}

.event-circle-shape {
  position: absolute;
  right: 7%;
  top: 36px;
  z-index: -1;
}

.slick-slide:focus {
  outline: none;
}

.brand-active .brand-item {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info-wrap [class*=col-]:first-child .contact-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  width: 1px;
  background: #d9d9d9;
}

.contact-box-icon {
  margin-right: 15px;
}

.contact-box-content h5 {
  font-size: 16px;
  margin-bottom: 5px;
  transition: 0.3s linear;
}
.contact-box-content span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

#contact-map {
  width: 100%;
  height: 430px;
  margin-bottom: 65px;
}

.c-form-grp {
  position: relative;
  margin-bottom: 20px;
}
.c-form-grp .input-icon {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 13px;
  color: #b1b1b1;
}
.c-form-grp input {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  padding: 14px 45px;
  transition: 0.3s linear;
}
.c-form-grp input::-moz-placeholder {
  color: #b1b1b1;
}
.c-form-grp input:-ms-input-placeholder {
  color: #b1b1b1;
}
.c-form-grp input::placeholder {
  color: #b1b1b1;
}
.c-form-grp input:focus {
  border-color: #106438;
}
.c-form-grp textarea {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  padding: 14px 45px;
  height: 155px;
  transition: 0.3s linear;
}
.c-form-grp textarea::-moz-placeholder {
  color: #b1b1b1;
}
.c-form-grp textarea:-ms-input-placeholder {
  color: #b1b1b1;
}
.c-form-grp textarea::placeholder {
  color: #b1b1b1;
}
.c-form-grp textarea:focus {
  border-color: #106438;
}

.input.full-width {
  width: 100%;
}
.input.error {
  border-color: #FC5858 !important;
}
.input.error:focus {
  border-color: #FC5858;
}
.input.checkbox.error {
  border-color: #FC5858 !important;
}
.input.checkbox.error:focus {
  border-color: #FC5858;
}
.input__error {
  border-color: #FC5858;
  outline: #FC5858;
}
.input__error:active, .input__error:focus, .input__error:focus-visible {
  border-color: #FC5858;
  outline: #FC5858;
}
.input__error-text {
  font-weight: 500;
  font-size: 12px;
  margin: 0;
  text-align: left;
}
.input__error-text i {
  font-size: 12px;
  margin-right: 5px;
}

.contact-form form button {
  margin-top: 10px;
}
.contact-form form .radio-inputs input {
  width: initial;
}
.contact-form form .img-group img {
  float: left;
  width: 20%;
  height: 51px;
}
.contact-form form .img-group input {
  float: left;
  width: 80%;
  padding: 14px;
}

.fw-title h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

.fw-text p {
  color: #b3b3b3;
  margin-bottom: 0;
  font-weight: 500;
}

.footer-widget .logo {
  width: 200px;
}

.footer-contact-list ul li {
  display: block;
  color: #7c7c7c;
  font-style: italic;
  margin-bottom: 7px;
  font-weight: 500;
}
.footer-contact-list ul li:last-child {
  margin-bottom: 0px;
}
.footer-contact-list a {
  color: #fff;
  outline: medium none;
}

.footer-text p {
  font-size: 14px;
  font-weight: 500;
  color: #b3b3b3;
}

.copyright-area {
  background: #1b1b1b;
  padding: 23px 0;
}

.copyright-text p {
  font-size: 14px;
  text-transform: uppercase;
  color: #b3b3b3;
  margin-bottom: 0;
}
.copyright-text p a {
  color: #1696e7;
}

#preloader {
  background-color: #1f1f1f;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.subscribe-layout .subscribe-form {
  margin-top: 24px;
  padding-bottom: 8px;
  padding-right: 5px;
  display: flex;
  justify-content: space-between;
}
.subscribe-layout .subscribe-form .modal-input-wrap {
  margin-bottom: 12px;
}
.subscribe-layout .subscribe-form input {
  font-size: 17px;
}
.subscribe-layout .modal-body .button {
  float: right;
  margin-top: 34px;
}

.quantity-counter {
  border-radius: 4px;
  border: 1px solid #eee;
  background: 0 0;
  font-size: 17px;
  line-height: 24px;
  outline: 0;
  padding: 8px 16px;
  width: 121px;
  height: 42px;
  display: flex;
  justify-items: center;
}
.quantity-counter.disabled {
  color: #999 !important;
}
.quantity-counter.disabled .quantity {
  color: #999 !important;
}
.quantity-counter--minus {
  cursor: pointer;
}
.quantity-counter--plus {
  cursor: pointer;
}
.quantity-counter .quantity {
  border: none;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  outline: 0;
}

.category-menu__header {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid #106438;
}

.gallery {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.gallery a {
  flex-basis: 125px;
  flex-grow: 1;
  margin: 5px;
  max-width: 145px;
}
.gallery a img {
  height: 100%;
  width: 100%;
}

.free-shipping {
  font-size: 17px;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 25px;
}

.in-stock {
  color: #106438;
}

.contact {
  margin-bottom: 50px;
}
.contact .contact-hr {
  margin: 40px 0;
}
.contact .contact-banner {
  background-image: url("../img/mapa.png");
  background-size: 73%;
  background-position: 100%;
  background-repeat: no-repeat;
  padding: 100px 0 100px 0;
  position: relative;
}
.contact .contact-banner::before {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact .contact-banner__title {
  font-size: 80px;
  line-height: 90px;
  max-width: 50%;
  position: relative;
  z-index: 99;
  color: #A5131C;
}

.contact-socials {
  margin: 50px 0;
  font-size: 21px;
}
.contact-socials .mb-30 {
  margin-bottom: 30px;
}
.contact-socials__head {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  color: #A5131C;
}
.contact-socials__title {
  font-size: 26px;
  margin-bottom: 16px;
  font-weight: 600;
}
.contact-socials .contact-socials-box__item {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 13px;
}
.contact-socials .contact-socials-box__item .icon-wrap {
  background-color: #A5131C;
  border-radius: 17px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-socials .contact-socials-box__item .icon-wrap i {
  color: white;
  width: 17px;
  height: 17px;
  font-size: 16px;
}
.contact-socials .contact-socials-box.socials .contact-socials-box__item .icon-wrap {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.contact-socials .contact-socials-box.socials .contact-socials-box__item .icon-wrap i {
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 1199px) {
  .contact .contact-banner {
    background-size: 95%;
  }
  .contact .contact-banner__title {
    font-size: 3.5rem;
    line-height: initial;
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-banner {
    padding: 80px 0 80px 0;
    background-size: 100%;
  }
  .contact .contact-banner__title {
    font-size: 2.8rem;
  }
  .contact .sm-mt-30 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .contact .contact-banner {
    padding: 40px 0 40px 0;
    background-size: cover;
    background-position: initial;
  }
  .contact .contact-banner__title {
    font-size: 2rem;
  }
}
/* Extra large devices (large desktops, 1800px and up) */
/* Extra large devices (large desktops, 1800px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* Large devices (desktops, 992px and up) */
/* Medium devices (tablets, 768px and up) */
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 1800px) {
  .container-full {
    padding: 0 85px;
  }
}
@media (max-width: 1500px) {
  .container-full {
    padding: 0 35px;
  }
  .fw-tweet-post ul li {
    margin-right: 0;
  }
  .gallery-overlay {
    padding: 25px 30px;
  }
  .gallery-overlay-content h4 {
    font-size: 20px;
  }
  .breadcrumb-bg {
    padding-top: 330px;
    padding-bottom: 50px;
  }
  .breadcrumb-shape img {
    width: 300px;
  }
}
@media (max-width: 1199.98px) {
  .container-full {
    padding: 0 15px;
  }
  .header-action > ul li.header-btn {
    display: none;
  }
  .header-shop-cart ul.minicart {
    right: 0;
  }
  .banner-content h1 {
    font-size: 40px;
  }
  .banner-bg {
    padding-top: 430px;
    padding-bottom: 0;
  }
  .goal-img {
    padding-left: 0;
  }
  .goal-img img:last-child {
    left: 0;
    top: 0;
  }
  .teach-content h3 {
    font-size: 18px;
  }
  .causes-box {
    padding: 15px 15px 20px;
  }
  .causes-content h5 {
    font-size: 18px;
  }
  .causes-bottom ul {
    margin-top: 20px;
  }
  .gallery-overlay {
    padding: 25px 15px;
  }
  .gallery-overlay-content h4 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .gallery-overlay-content span {
    font-size: 12px;
  }
  .cta-form {
    margin-left: 0;
  }
  .cta-form .custom-select {
    width: 255px;
  }
  .cta-form form input {
    width: 255px;
  }
  .cta-form form button {
    width: 255px;
  }
  .annual-img img {
    width: 100%;
  }
  .annual-rating-wrap {
    margin-left: 15px;
  }
  .testimonial-img {
    margin-top: 0;
  }
  .testimonial-img img {
    width: 100%;
  }
  .testimonial-item {
    padding-right: 50px;
  }
  .testimonial-active .owl-nav {
    right: -20px;
  }
  .testi-content p {
    font-size: 17px;
    font-weight: 400;
  }
  .scroll-top {
    right: 15px;
  }
  .testi-bg-text {
    right: 10%;
    font-size: 115px;
  }
  .breadcrumb-bg {
    padding-top: 305px;
    padding-bottom: 35px;
  }
  .breadcrumb-shape img {
    width: 280px;
  }
  .causes-sidebar {
    margin-left: 0;
    padding: 47px 20px;
  }
  .widget-title h4 {
    font-size: 18px;
  }
  .pp-post-thumb {
    margin-right: 10px;
  }
  .pp-post-thumb img {
    width: 80px;
  }
  .pp-post-content h6 {
    font-size: 14px;
  }
  .pp-post-content .goal {
    font-size: 12px;
  }
  .sidebar-donar-content h5 {
    font-size: 14px;
  }
  .sidebar-donar-content p {
    font-size: 12px;
  }
  .sidebar-donar-thumb {
    margin-right: 15px;
  }
  .sidebar-donar-thumb img {
    width: 70px;
  }
  .faq-wrap.pl-60 {
    padding-left: 0px;
  }
  .faq-bg {
    width: 45%;
  }
  .faq-bg02 {
    width: 55%;
  }
  .features-item {
    padding: 30px 20px;
  }
  .features-content h4 {
    font-size: 18px;
  }
  .features-content .causes-content-list {
    margin-bottom: 30px;
  }
  .volunteer-content h4 {
    font-size: 18px;
  }
  .testimonial-style-two.pl-60 {
    padding-left: 0;
  }
  .relater-p-content h6 {
    font-size: 12px;
  }
  .sidebar-tag ul li a {
    padding: 0 15px;
  }
  .product-content h6 {
    font-size: 14px;
  }
  .event-main-wrap {
    padding: 47px;
  }
  .event-img {
    margin-left: 0;
  }
  .event-img img {
    width: 100%;
  }
  .event-bg-img {
    display: none;
  }
  .e-speakers-content {
    padding: 30px 15px 30px;
  }
  .e-speakers-info h5 {
    font-size: 16px;
  }
  .event-date h6 {
    font-size: 20px;
  }
  .event-date span {
    font-size: 12px;
    margin-top: 3px;
  }
  .coming-time .time-count {
    font-size: 12px;
    font-weight: 700;
    padding: 15px 13px;
  }
  .coming-time .time-count span {
    font-size: 16px;
  }
  .product-details-content {
    margin-left: 0;
  }
  .product-details-content p {
    padding-right: 0;
  }
  .product-details-content h6 {
    font-size: 24px;
  }
  .shop-details-area .pr-73 {
    padding-right: 30px;
  }
  .desc-content {
    padding-right: 0;
  }
  .blog-content h4 {
    font-size: 22px;
  }
  .blog-sidebar {
    margin-left: 0;
    padding: 30px 20px;
  }
  .rc-post-content h6 {
    font-size: 13px;
  }
  .blog-avatar-content {
    padding-right: 0;
  }
  .navbar-wrap ul li:nth-child(6) .submenu {
    right: 0;
    left: auto;
  }
  .goal-content p {
    padding-right: 20px;
  }
  .teach-icon svg {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991.98px) {
  .main-menu .logo {
    margin-right: auto;
  }
  .main-menu #personal-zone {
    margin-right: 80px;
  }
  .teach-content .pl-100, .teach-content .pr-100 {
    padding-left: 0;
    padding-right: 0;
  }
  main {
    margin-top: 88px;
  }
  .sticky-menu .main-menu {
    padding: 0;
  }
  .container-full {
    padding: 0 35px;
  }
  .header-top-social {
    display: none;
  }
  .header-top-search form {
    width: 250px;
  }
  .header-top-newsletter {
    display: none;
  }
  .main-header {
    padding: 10px 0 0 0;
  }
  .main-header .mean-nav {
    position: relative;
    top: 50px;
  }
  .main-header.sticky-menu .mean-nav {
    position: initial;
    margin-top: 15px;
  }
  .main-menu nav {
    justify-content: space-between;
  }
  .header-action {
    margin-right: 0;
  }
  .sticky-menu.transparent-header .mean-container a.meanmenu-reveal {
    border: 1px solid #5d5d5d;
    color: #5d5d5d;
  }
  .sticky-menu.transparent-header .mean-container a.meanmenu-reveal span {
    background: #5d5d5d;
  }
  .breadcrumb-content h1 {
    font-size: 40px;
  }
  .goal-img {
    width: 442px;
    margin: 0 auto 50px;
  }
  .goal-img-shape {
    top: 44%;
  }
  .goal-area.pb-115 {
    padding-bottom: 110px;
  }
  .teach-item {
    text-align: center;
    padding: 0 15px;
  }
  .video-bg {
    padding-bottom: 105px;
  }
  .video-bg .row [class*=col]:first-child {
    order: 2;
  }
  .video-bg .section-title {
    text-align: center;
    padding: 0 90px;
  }
  .video-bg .section-title h2 {
    padding-right: 0;
    font-size: 46px;
    line-height: 1.5;
  }
  .video-btn {
    text-align: center;
    margin-bottom: 50px;
  }
  .causes-content h5 {
    font-size: 20px;
  }
  .causes-box {
    padding: 20px;
  }
  .gallery-overlay-content h4 {
    font-size: 18px;
  }
  .gallery-overlay-content span {
    font-size: 14px;
  }
  .section-title.text-lg-left::before {
    margin: 0 auto;
  }
  .cta-bg {
    padding-top: 115px;
  }
  .cta-form {
    margin-top: 72px;
  }
  .cta-form .custom-select {
    width: 48%;
  }
  .cta-form form input {
    width: 48%;
  }
  .cta-form form button {
    width: 48%;
  }
  .annual-img {
    margin-bottom: 60px;
  }
  .annual-rating-wrap {
    margin-left: 0;
  }
  .annual-bg-shape {
    display: none;
  }
  .breadcrumb-shape img {
    width: 280px;
  }
  .causes-social {
    justify-content: center;
    margin-bottom: 10px;
  }
  .causes-details-tab .nav {
    justify-content: center;
  }
  .causes-details-tab .nav-tabs .nav-item {
    margin-right: 10px;
    margin-top: 10px;
  }
  .causes-details-tab .nav-tabs .nav-link {
    border-radius: 3px;
  }
  .causes-sidebar {
    padding: 47px 30px;
    margin-top: 120px;
  }
  .widget-title h4 {
    font-size: 20px;
  }
  .pp-post-thumb {
    margin-right: 20px;
  }
  .pp-post-thumb img {
    width: auto;
  }
  .pp-post-content h6 {
    font-size: 16px;
  }
  .pp-post-content .goal {
    font-size: 14px;
  }
  .sidebar-donar-thumb {
    margin-right: 20px;
  }
  .sidebar-donar-thumb img {
    width: auto;
  }
  .sidebar-donar-content h5 {
    font-size: 16px;
  }
  .sidebar-donar-content p {
    font-size: 14px;
  }
  .causes-details-top {
    padding-bottom: 30px;
  }
  .faq-bg {
    display: none;
  }
  .faq-bg02 {
    width: 100%;
  }
  .faq-wrap.pl-60 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .features-item {
    padding: 48px 20px;
  }
  .features-content h4 {
    font-size: 22px;
  }
  .second-testimonial-item {
    text-align: center;
  }
  .second-testimonial-item .testi-content {
    padding-right: 70px;
    padding-left: 70px;
  }
  .second-testimonial-item .testi-avatar {
    justify-content: center;
    flex-direction: column;
  }
  .testi-avatar-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .testimonial-active-two .slick-dots {
    justify-content: center;
  }
  .testimonial-active-two .slick-dots li:last-child button {
    margin-right: 0;
  }
  .contact-box {
    text-align: left;
  }
  .contact-box::before {
    display: none;
  }
  .contact-box::after {
    display: none;
  }
  .contact-box-icon {
    margin-bottom: 15px;
  }
  .product-content h6 {
    font-size: 16px;
  }
  .shop-sidebar {
    margin-top: 0;
  }
  .pagination-wrap ul {
    justify-content: center;
  }
  .relater-p-content h6 {
    font-size: 14px;
  }
  .sidebar-tag ul li a {
    padding: 0 20px;
  }
  .event-img {
    margin-left: 0;
    margin-bottom: 50px;
    text-align: center;
  }
  .event-img img {
    width: auto;
    display: inline-block;
  }
  .e-speakers-content {
    padding: 30px 30px 40px;
  }
  .e-speakers-info h5 {
    font-size: 18px;
  }
  .event-circle-shape {
    display: none;
  }
  .coming-time .time-count {
    padding: 15px 17px;
  }
  .product-details-content {
    margin-top: 60px;
  }
  .product-details-content h6 {
    font-size: 24px;
  }
  .shop-details-area .pr-73 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .blog-content h4 {
    font-size: 24px;
  }
  .blog-sidebar {
    padding: 30px;
    margin-top: 120px;
  }
  .rc-post-content h6 {
    font-size: 14px;
  }
  .sidebar-newsletter {
    padding: 43px;
  }
  .goal-content p {
    padding-right: 0;
  }
  .teach-icon svg {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 767.98px) {
  .banner-content h1 span {
    display: block;
  }
  .mean-container .mean-nav {
    margin-top: 20px;
  }
  .container-full {
    padding: 0 15px;
  }
  .transparent-header {
    top: 0;
  }
  .breadcrumb-content h1 span {
    display: inline-block;
  }
  .banner-bg {
    padding-top: 330px;
    padding-bottom: 0px;
  }
  .goal-img {
    width: auto;
  }
  .goal-img img {
    width: 100%;
  }
  .goal-img img:last-child {
    display: none;
  }
  .goal-img-shape img {
    width: 500px;
  }
  .section-title h2 {
    font-size: 32px;
  }
  .section-title h2 br {
    display: none;
  }
  .video-bg .section-title {
    padding: 0;
  }
  .video-bg .section-title h2 {
    font-size: 32px;
    line-height: 1.4;
  }
  .causes-box {
    padding: 15px 15px 20px;
  }
  .gallery-overlay {
    bottom: 15px;
  }
  .cta-form .custom-select {
    width: 100%;
  }
  .cta-form form input {
    width: 100%;
  }
  .cta-form form button {
    width: 100%;
  }
  .customer-thumb {
    margin-bottom: 25px;
  }
  .customer-thumb span {
    float: unset;
    margin-top: 20px;
    display: block;
  }
  .rating-info h6 {
    font-size: 16px;
  }
  .rating-list .raising-star {
    float: unset;
    margin-top: 5px;
  }
  .testimonial-item {
    padding: 0 15px;
    text-align: center;
  }
  .testi-avatar-wrap {
    display: block;
  }
  .testi-avatar-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .testi-avatar-info h6 span {
    display: block;
    margin-top: 6px;
  }
  .testi-avatar-info h6 span::before {
    display: none;
  }
  .copyright-text {
    margin-bottom: 10px;
  }
  .copyright-text p {
    font-size: 14px;
    text-align: center;
  }
  .breadcrumb-content h2 {
    font-size: 36px;
  }
  .breadcrumb-shape img {
    width: 250px;
  }
  .causes-sidebar {
    margin-left: 0;
    padding: 47px 20px;
  }
  .widget-title h4 {
    font-size: 18px;
  }
  .pp-post-thumb {
    margin-right: 10px;
  }
  .pp-post-thumb img {
    width: 80px;
  }
  .pp-post-content h6 {
    font-size: 14px;
  }
  .pp-post-content .goal {
    font-size: 12px;
  }
  .sidebar-donar-content h5 {
    font-size: 14px;
  }
  .sidebar-donar-content p {
    font-size: 12px;
  }
  .sidebar-donar-thumb {
    margin-right: 15px;
  }
  .sidebar-donar-thumb img {
    width: 70px;
  }
  .causes-details-box .causes-content {
    padding: 40px 20px 70px;
  }
  .causes-details-box .causes-content h5 {
    font-size: 20px;
  }
  .causes-form-title {
    font-size: 20px;
  }
  .causes-comment-wrap {
    padding: 40px 20px 70px;
  }
  .causes-donations-form {
    padding: 40px 20px 70px;
  }
  .causes-comment-item {
    padding: 20px;
  }
  .causes-comment-item ul li {
    display: block;
  }
  .causes-comment-avatar img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .causes-comment-content h5 {
    display: block;
    margin-bottom: 5px;
  }
  .causes-comment-content span {
    margin-left: 0;
    padding-left: 0;
  }
  .causes-comment-content span::before {
    display: none;
  }
  .faq-wrap.pl-60 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .faq-accordion .card-header h5 a {
    font-size: 16px;
  }
  .features-item {
    padding: 30px 20px;
  }
  .features-content h4 {
    font-size: 20px;
  }
  .volunteer-content h4 {
    font-size: 18px;
  }
  .second-testimonial-item .testi-content {
    padding-right: 0;
    padding-left: 0;
  }
  .shop-action-result {
    margin-bottom: 15px;
  }
  .shop-action-form .custom-select {
    width: 100%;
  }
  .event-img {
    margin-bottom: 30px;
  }
  .event-img img {
    width: 100%;
  }
  .event-main-wrap {
    padding: 30px 15px;
  }
  .event-main-wrap .section-title h2 {
    font-size: 24px;
  }
  .event-content p {
    margin-bottom: 15px;
  }
  .coming-time {
    justify-content: center;
  }
  .coming-time .time-count {
    padding: 15px 13px;
  }
  .e-speakers-content {
    padding: 30px 15px 30px;
  }
  .shop-details-area .pr-73 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product-desc-wrap .nav-tabs {
    justify-content: center;
  }
  .product-desc-wrap .nav-tabs .nav-item {
    margin-right: 25px;
    margin-left: 25px;
  }
  .desc-list ul li span {
    min-width: 100%;
    margin-bottom: 7px;
  }
  .review-wrap {
    padding: 20px 20px;
  }
  .product-details-content h6 {
    font-size: 20px;
  }
  .blog-content {
    padding: 20px;
  }
  .blog-content h4 {
    font-size: 18px;
  }
  .blog-meta ul {
    padding: 20px 15px 10px;
  }
  .blog-sidebar {
    padding: 30px 20px;
  }
  .rc-post-content h6 {
    font-size: 13px;
  }
  .sidebar-newsletter {
    padding: 43px 20px;
  }
  .blog-details-wrap blockquote::before {
    right: 20px;
    top: -20px;
  }
  .blog-details-tag ul {
    justify-content: flex-start;
    margin-top: 10px;
  }
  .blog-avatar-post {
    display: block;
    text-align: center;
  }
  .blog-avatar-thumb {
    margin-right: 0;
  }
  .blog-comment-wrap ul li {
    display: block;
  }
  .blog-comment-wrap ul li.children {
    margin-left: 0;
  }
  .blog-comment-avatar {
    margin-bottom: 20px;
  }
  .blog-comment-content h5 span {
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }
  .teach-icon svg {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container-full {
    padding: 0 40px;
  }
  .goal-img-shape img {
    width: auto;
  }
  .section-title h2 {
    font-size: 36px;
  }
  .video-bg .section-title {
    padding: 0 50px;
  }
  .video-bg .section-title h2 {
    font-size: 36px;
  }
  .teach-item {
    padding: 0 70px;
  }
  .causes-box {
    padding: 30px;
  }
  .causes-content h5 {
    font-size: 22px;
  }
  .causes-bottom ul {
    margin-top: 30px;
  }
  .gallery-overlay {
    padding: 25px 30px;
  }
  .gallery-overlay-content h4 {
    font-size: 20px;
  }
  .customer-thumb span {
    float: right;
    margin-top: -13px;
  }
  .rating-info h6 {
    font-size: 18px;
  }
  .rating-list .raising-star {
    float: right;
    margin-top: 0;
  }
  .testi-content p {
    font-size: 20px;
  }
  .testi-bg-text {
    font-size: 85px;
  }
  .breadcrumb-content h2 {
    font-size: 50px;
  }
  .breadcrumb-shape img {
    width: 280px;
  }
  .causes-sidebar {
    padding: 47px 30px;
  }
  .widget-title h4 {
    font-size: 20px;
  }
  .pp-post-thumb {
    margin-right: 20px;
  }
  .pp-post-thumb img {
    width: auto;
  }
  .pp-post-content h6 {
    font-size: 16px;
  }
  .pp-post-content .goal {
    font-size: 14px;
  }
  .sidebar-donar-thumb {
    margin-right: 20px;
  }
  .sidebar-donar-thumb img {
    width: auto;
  }
  .sidebar-donar-content h5 {
    font-size: 16px;
  }
  .sidebar-donar-content p {
    font-size: 14px;
  }
  .causes-details-box .causes-content {
    padding: 40px 30px 70px;
  }
  .causes-details-box .causes-content h5 {
    font-size: 24px;
  }
  .causes-comment-wrap {
    padding: 40px 30px 70px;
  }
  .causes-donations-form {
    padding: 40px 30px 70px;
  }
  .causes-comment-item {
    padding: 25px;
  }
  .causes-form-title {
    font-size: 24px;
  }
  .features-item {
    padding: 48px 40px;
  }
  .features-content .causes-content-list {
    margin-bottom: 45px;
  }
  .features-content h4 {
    font-size: 22px;
  }
  .shop-action-result {
    margin-bottom: 0;
  }
  .shop-action-form .custom-select {
    width: 218px;
  }
  .event-main-wrap {
    padding: 40px;
  }
  .event-main-wrap .section-title h2 {
    font-size: 28px;
  }
  .coming-time .time-count {
    padding: 15px 25px;
    font-size: 14px;
  }
  .coming-time .time-count span {
    font-size: 20px;
  }
  .product-details-content h6 {
    font-size: 24px;
  }
  .desc-list ul li span {
    min-width: 260px;
    margin-bottom: 0;
  }
  .product-desc-wrap .nav-tabs {
    justify-content: flex-start;
  }
  .product-desc-wrap .nav-tabs .nav-item {
    margin-right: 40px;
    margin-left: 0;
  }
  .review-wrap {
    padding: 25px 30px;
  }
  .blog-content {
    padding: 25px;
  }
  .blog-content h4 {
    font-size: 20px;
  }
  .blog-meta ul {
    padding: 24px 20px 14px;
  }
  .blog-sidebar {
    padding: 30px;
  }
  .rc-post-content h6 {
    font-size: 14px;
  }
  .blog-comment-wrap ul li.children {
    margin-left: 30px;
  }
  .teach-icon svg {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 576px) {
  .banner-area {
    padding-top: 350px;
  }
  .banner-area .banner-content h1 {
    font-size: 25px;
    height: 153px;
  }
  .header-shop-cart ul.minicart {
    position: fixed;
    right: -15px;
    top: 87px;
    width: 100vw;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
}

[hidden] {
  display: none;
}

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e2e8f0;
}

svg,
video {
  display: block;
  vertical-align: middle;
}

video {
  max-width: 100%;
  height: auto;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity));
}

.border-t {
  border-top-width: 1px;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.font-semibold {
  font-weight: 600;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-16 {
  height: 4rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.ml-12 {
  margin-left: 3rem;
}

.-mt-px {
  margin-top: -1px;
}

.max-w-6xl {
  max-width: 72rem;
}

.min-h-screen {
  min-height: 100vh;
}

.overflow-hidden {
  overflow: hidden;
}

.p-6 {
  padding: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
      0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.text-center {
  text-align: center;
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235/var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219/var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99/var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:h-20 {
    height: 5rem;
  }
  .sm\:ml-0 {
    margin-left: 0;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .md\:border-t-0 {
    border-top-width: 0;
  }
  .md\:border-l {
    border-left-width: 1px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55/var(--tw-bg-opacity));
  }
  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39/var(--tw-bg-opacity));
  }
  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81/var(--tw-border-opacity));
  }
  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
  }
  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity));
  }
  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity));
  }
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.owl-carousel:hover .owl-nav button {
  opacity: 1 !important;
}
.owl-carousel .owl-prev {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-next {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
}

.slider__text-area {
  border-radius: 0.25rem;
  margin: 0;
  max-width: 550px;
  padding: 25px;
  text-align: left;
  bottom: 40px;
  left: 40px;
  position: absolute;
  margin: 0 auto;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5294117647);
}
.slider__title {
  color: white;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  margin: 10px 0;
  padding: 8px 0;
  text-transform: none;
  line-height: 1.1;
}
.slider__text {
  color: white;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 25px;
  margin-bottom: 20px;
  margin-top: 5px;
  margin: 10px 0;
  padding: 8px 0;
}

.owl-theme .owl-nav {
  margin: 0;
}
.owl-theme .owl-nav .disabled {
  opacity: 0;
}
.owl-theme .owl-nav button {
  background-color: #fff !important;
  background-image: none;
  border-radius: 100% !important;
  font-size: 0;
  height: 60px;
  opacity: 0;
  text-indent: 0;
  width: 60px;
  transition: all 0.3s ease-in-out;
}
.owl-theme .owl-nav button:hover {
  color: #91ad41 !important;
}
.owl-theme .owl-nav button i {
  display: block;
  font-size: 25px;
  margin: 0 auto;
  width: 27px;
  height: 60px;
  line-height: 60px;
}
.owl-theme .owl-nav .owl-prev {
  left: 15px;
}
.owl-theme .owl-nav .owl-next {
  right: 15px;
}

@media screen and (max-width: 767px) {
  .owl-carousel .owl-item img {
    height: 320px;
  }
  .slider__text-area {
    right: 40px;
    max-width: initial;
  }
  .slider__title {
    font-size: 40px;
  }
}
.button--icon-right i {
  margin-left: 10px;
}

.form-group {
  display: flex;
  flex-direction: column;
}
.form-group.space {
  margin-bottom: 20px;
}
.form-group label {
  font-size: 12px;
  margin-bottom: 3px;
}
.form-group__checkbox {
  flex-direction: row;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.form-group__checkbox label {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}
.form-group textarea {
  border: 2px solid #e9e9e9;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 24px;
}
.form-group textarea:active, .form-group textarea:focus, .form-group textarea:focus-visible {
  border-color: #2E2726;
  outline: #2E2726;
}
.form-group textarea.error {
  border-color: #fc5858;
}
.form-group textarea.error:focus {
  border-color: #fc5858;
}
.form-group .input {
  background-color: white;
  border: 1px solid #e9e9e9;
  padding: 0 18px;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  width: 260px;
  border-radius: 4px;
}
.form-group .input::-moz-placeholder {
  font-size: 16px;
}
.form-group .input:-ms-input-placeholder {
  font-size: 16px;
}
.form-group .input::placeholder {
  font-size: 16px;
}
.form-group .input.full-width {
  width: 100%;
}
.form-group .input.error {
  border-color: #fc5858 !important;
}
.form-group .input.error:focus {
  border-color: #fc5858;
}
.form-group .input.checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
}
.form-group .input.checkbox.error {
  border-color: #fc5858 !important;
}
.form-group .input.checkbox.error:focus {
  border-color: #fc5858;
}
.form-group .input:active, .form-group .input:focus, .form-group .input:focus-visible {
  border-color: #2E2726;
  outline: #2E2726;
}
.form-group .input__icon {
  position: relative;
}
.form-group .input__icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
.form-group .input__icon--left input {
  padding-left: 40px;
}
.form-group .input__icon--left i {
  left: 15px;
}
.form-group .input__icon--right i {
  right: 15px;
}
.form-group .input__error {
  border-color: #FC5858;
  outline: #FC5858;
}
.form-group .input__error:active, .form-group .input__error:focus, .form-group .input__error:focus-visible {
  border-color: #FC5858;
  outline: #FC5858;
}
.form-group .input__grey {
  background-color: #F7F7F7;
}
.form-group .input--small {
  padding: 0 11px;
  height: 37px;
}
.form-group .input--no-border {
  border-color: transparent;
}
.form-group .input__error-text {
  font-weight: 500;
  font-size: 12px;
  margin: 0;
  flex-grow: 1;
  width: 100%;
}
.form-group .input__error-text i {
  font-size: 12px;
  margin-right: 5px;
}
.form-group .bootstrap-select {
  width: initial !important;
}
.form-group .select {
  padding: 0 16px;
  background-color: transparent;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
  height: 37px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  color: #2E2726 !important;
}
.form-group .select:focus {
  outline: unset !important;
  outline-offset: 0;
  box-shadow: none;
}
.form-group .select.country-select {
  text-align: left;
  font-weight: normal;
}
.form-group .filter-select button {
  padding: 0 16px;
  background-color: transparent;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
  height: 37px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  color: #2E2726 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form-group .filter-select button:focus {
  outline: unset !important;
  outline-offset: 0;
  box-shadow: none;
}
.form-group .filter-select button:focus-visible {
  border-color: #2E2726;
}
.form-group .filter-select option {
  line-height: 10px;
}

.link {
  color: #2E2726;
}
.link__underline {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2E2726;
  text-decoration: underline;
}

.contact-ty__title {
  font-size: 24px;
}

.breadcrumbs {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  margin: 10px 0;
}
.breadcrumbs li {
  padding-left: 25px;
  position: relative;
}
.breadcrumbs li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3.5px;
  height: 3.5px;
  background-color: #9c9c9c;
}
.breadcrumbs li:last-child {
  font-weight: 400;
  color: #838383;
}
.breadcrumbs li:first-child {
  padding: 0;
}
.breadcrumbs li:first-child::before {
  display: none;
}

.filters {
  margin-bottom: 35px;
}
.filters__first-row, .filters__second-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filters__first-row {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f7f7f7;
}
.filters__right-side {
  display: flex;
  gap: 10px;
}
.filters__left-side {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.filters__left-side .flex-group {
  display: flex;
  gap: 20px;
}
.filters .active-filters {
  display: flex;
  gap: 20px;
}
.filters .active-filters__button {
  padding: 0 16px;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
  height: 37px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #2E2726;
  display: flex;
  align-items: center;
}
.filters .active-filters__button:hover a {
  color: #A5131C;
}
.filters .active-filters__button a {
  cursor: pointer;
  color: black;
}

.price-range {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.price-range .filtrable-value {
  height: 37px;
  line-height: 33px;
  width: 75px;
}
.price-range .ui-slider {
  width: 120px;
}
.price-range .ui-slider-handle {
  border-radius: 50%;
  background-color: #2E2726;
  top: -0.45em;
}
.price-range .euro-text-absolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  pointer-events: none;
}

.price-range-mobile {
  display: block;
}
.price-range-mobile .inputs {
  display: flex;
  gap: 20px;
}
.price-range-mobile .inputs .filtrable-value {
  width: 100%;
  padding-right: 0;
}
.price-range-mobile .ui-slider {
  width: calc(100% - 15px);
  margin: 30px auto;
}
.price-range-mobile .ui-slider .ui-slider-handle {
  width: 24px;
  height: 24px;
  top: -0.7em;
}

#price-range-slider,
#price-range-slider2 {
  height: 5px;
}

.ui-slider-range {
  height: 5px;
  background-color: #dcdcdc;
}

.filter-desktop {
  display: none;
}

.filter-mobile-bar {
  background-color: #2e2726;
  line-height: 61px;
  display: flex;
  color: white;
  padding: 0 20px;
  justify-content: space-between;
}
.filter-mobile-bar__icons {
  color: white;
  display: flex;
}
.filter-mobile-bar__icons .sliders {
  font-size: 1.5rem;
}
.filter-mobile-bar .h3 {
  color: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.filter-mobile {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  background: white;
  overflow: scroll;
}
.filter-mobile__header, .filter-mobile__footer {
  position: fixed;
  z-index: 12;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  background-color: #f7f7f7;
  overflow: auto;
  overflow-y: scroll;
}
.filter-mobile__header .h3, .filter-mobile__footer .h3 {
  line-height: 71px;
  font-size: 24px;
  margin: 0;
}
.filter-mobile__header .close, .filter-mobile__footer .close {
  font-size: 1.7rem;
  cursor: pointer;
}
.filter-mobile__header {
  top: 0;
}
.filter-mobile__header::before {
  content: "";
  display: block;
  width: 17px;
}
.filter-mobile__footer {
  bottom: 0;
  height: 71px;
  display: flex;
  justify-items: center;
  gap: 30px;
}
.filter-mobile__content {
  margin: 100px 0;
}
.filter-mobile__content .box {
  cursor: pointer;
}
.filter-mobile__content .box.active {
  border-color: #F48120;
}
.filter-mobile__content .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f7f7f7;
}
.filter-mobile__content .h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  color: #2e2726;
  margin-bottom: 20px;
}
.filter-mobile__content .detail__variants {
  margin-bottom: 0;
}
.filter-mobile__content .selects .form-group label {
  font-size: 16px;
  display: flex;
  align-items: revert;
  line-height: 20px;
  margin-bottom: 6px;
}
.filter-mobile__content .selects .form-group input {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.detail__variants {
  margin-bottom: 30px;
}
.detail__variants--header {
  font-family: "Barlow_C";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #2E2726;
  margin-bottom: 15px;
}
.detail__variants--boxes {
  display: flex;
  gap: 10px;
}
.detail__variants--boxes a {
  text-decoration: none !important;
}
.detail__variants--boxes .active .box {
  border-color: #2E2726;
}
.detail__variants--boxes .box {
  height: 48px;
  padding: 13px;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
}
.detail__variants--boxes .box__inside {
  display: block;
  border-radius: 2px;
}
.detail__variants--boxes .box--size {
  font-family: "Barlow_SC";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #2E2726;
}
.detail__variants--boxes .box--size .box__inside {
  min-width: 18px;
  min-height: 18px;
}
.detail__variants--boxes .box--color .box__inside {
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 992px) {
  .filter-mobile-bar {
    display: none;
  }
  .filter-desktop {
    display: block;
  }
  .filter-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1198px) {
  .filters__left-side {
    flex-wrap: wrap;
  }
}
.test {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

.cart-detail {
  margin-top: 48px;
  margin-bottom: 48px;
}
.cart-detail .h3 {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 24px;
}
.cart-detail .payment-type {
  display: none;
}
.cart-detail .h3 {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cart-detail__recommended {
  margin-bottom: 100px;
}
.cart-detail__recommended .h3 {
  margin-bottom: 48px;
  text-transform: uppercase;
}
.cart-detail--text {
  color: #999;
}
.cart-detail--text-dark {
  color: #555;
  text-align: left;
}
.cart-detail--link {
  color: #111111;
  font-size: 17px;
}
.cart-detail .discount-codes {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.cart-detail .discount-codes__input-button {
  display: flex;
  gap: 16px;
}
.cart-detail .discount-codes__input-button .input {
  width: 200px;
  border: none;
  background-color: white;
  border-bottom: 1px solid #111111;
  border-radius: 0;
  outline: none;
}

.cart-detail-items {
  margin-top: 24px;
  margin-bottom: 32px;
}
.cart-detail-items .cart-detail-item {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid #eee;
}
.cart-detail-items .cart-detail-item:last-of-type {
  border-bottom: 1px solid #eee;
}
.cart-detail-items .cart-detail-item__content {
  flex: 1 1 100%;
}
.cart-detail-items .cart-detail-item__image img {
  width: 120px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart-detail-items .cart-detail-item__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
.cart-detail-items .cart-detail-item__header a {
  font-size: 16px;
  font-weight: 500;
}
.cart-detail-items .cart-detail-item__header--trash {
  font-style: 1.2rem;
  cursor: pointer;
}
.cart-detail-items .cart-detail-item__manufacturer {
  font-size: 16px;
  margin-bottom: 16px;
}
.cart-detail-items .cart-detail-item__info {
  color: #555;
  font-size: 16px;
  margin-bottom: 16px;
}
.cart-detail-items .cart-detail-item__price {
  color: #555;
  text-align: right;
  font-size: 17px;
  font-weight: 500;
}

.voucher-applied {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voucher-applied p {
  margin-bottom: 0;
}
.voucher-applied .remove-discount {
  border: none;
  background: none;
  font-size: 18px;
  margin-left: 12px;
}
.voucher-applied.discount-value p {
  width: 100%;
}

.cart-detail-summary {
  padding: 32px;
  background-color: #f9f9f9;
}
.cart-detail-summary .h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #555;
}
.cart-detail-summary__cart-item {
  display: flex;
  gap: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.cart-detail-summary__cart-item--image img {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart-detail-summary__cart-item--content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
.cart-detail-summary__cart-item--header {
  display: flex;
  justify-content: space-between;
}
.cart-detail-summary__cart-item--name {
  font-size: 16px;
  font-weight: 500;
}
.cart-detail-summary__cart-item--price {
  font-size: 17px;
  min-width: 81px;
  text-align: right;
}
.cart-detail-summary--price {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}
.cart-detail-summary__header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #eee;
}
.cart-detail-summary--header {
  color: #555;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.cart-detail-summary__content {
  padding-bottom: 56px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.cart-detail-summary__content .payment-type {
  display: none;
}
.cart-detail-summary__content p {
  color: #555;
  font-size: 17px;
}
.cart-detail-summary__content label {
  color: #555;
  font-size: 17px;
}
.cart-detail-summary__content .form-check {
  margin-bottom: 12px;
}
.cart-detail-summary__content .delivery-type,
.cart-detail-summary__content .voucher-type,
.cart-detail-summary__content .payment-type {
  margin-bottom: 12px;
}
.cart-detail-summary__content .voucher-type {
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cart-detail-summary__content .voucher-type.step-2 {
  border-bottom: none;
  padding-bottom: 0px;
}
.cart-detail-summary__content .voucher-type #remove-discount {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
  font-size: 18px;
}
.cart-detail-summary__content .delivery-type.separator {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.cart-detail-summary__content .delivery-type.separator-bottom {
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.cart-detail-summary__content .payment-type.separator {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.cart-detail-summary__content .payment-type.separator-bottom {
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.cart-detail-summary__content--info-block {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #DDDDDD;
}
.cart-detail-summary__footer {
  text-align: center;
}
.cart-detail-summary__footer .btn {
  width: 100%;
  margin: 20px 0 23px 0;
}
.cart-detail-summary__footer .cart-detail--text {
  margin-bottom: 16px;
}

.cart-summary__account {
  color: #555;
  font-size: 17px;
  gap: 13px;
  margin-bottom: 34px;
}
.cart-summary__account i {
  font-size: 1.4rem;
}
.cart-summary__form .delivery-different {
  display: none;
}
.cart-summary__form--not-logged {
  margin-bottom: 60px;
}
.cart-summary__form .delivery-different-checkbox {
  margin: 2px 0 22px 0;
}
.cart-summary__form--checkbox label {
  color: #555;
  font-size: 16px;
}
.cart-summary__form--checkbox input {
  color: #111111;
}
.cart-summary__form--country {
  position: relative;
  margin-top: 6.5px;
}
.cart-summary__form--country label {
  color: #555;
  font-size: 17px;
  position: absolute;
  top: -13px;
  left: 11px;
  width: 150px;
  background: white;
  padding-left: 5px;
}
.cart-summary .cart-detail-summary__content .payment-type {
  display: block;
}
.cart-summary .cart-detail-summary__cart-item--qty {
  font-size: 17px;
  line-height: 24px;
}

.custom-delivery-payment .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 12px;
}
.custom-delivery-payment .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.custom-delivery-payment .form-check-label {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.custom-delivery-payment .form-check-label span {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
}

.cart-detail--link {
  color: #111;
  font-size: 17px;
}

.order-paid {
  margin-top: 3rem;
  margin-bottom: 150px;
}

@media screen and (max-width: 991px) {
  .cart-detail .col-lg-5 {
    margin-top: 48px;
  }
}
.order-summary .h3 {
  margin-bottom: 20px;
}
.order-summary p {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.order-summary .cart-summary__footer {
  padding-bottom: 20px;
  border-bottom: 2px solid #d9d9d9;
}
.order-summary .cart-summary-item {
  margin-top: 30px;
}
.order-summary .cart-summary-item {
  display: flex;
  gap: 30px;
}
.order-summary .cart-summary-item__image img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.order-summary .cart-summary-item__title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.order-summary #order_summary_payment_delivery_template select {
  text-align: left;
}

.alerts {
  text-align: center;
}
.alerts .alert {
  position: fixed;
  z-index: 9999999999;
  opacity: 1;
  width: 100%;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.alerts .alert.show {
  top: 0;
}
.alerts .alert .btn-close {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 768px) {
  .alerts .alert {
    min-width: 400px;
    width: initial;
  }
  .alerts .alert.show {
    top: 20px;
  }
}
.my-account h3 {
  text-transform: uppercase;
}
.my-account h2 {
  text-transform: uppercase;
}
.my-account__header-info {
  margin-bottom: 34px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}
.my-account__header-info h3 {
  margin-bottom: 16px;
}
.my-account__header-info--name {
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}
.my-account__header-info--discount {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}
.my-account__login--footer {
  margin-top: 12px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.my-account__login--footer input {
  margin-right: 10px;
}
.my-account__login .register-text a {
  margin-left: 10px;
}

.private-zone-menu {
  margin-bottom: 30px;
}
.private-zone-menu li {
  margin-bottom: 16px;
}
.private-zone-menu li a {
  font-size: 16px;
  text-transform: uppercase;
}

.order-history .d-flex {
  display: flex;
  flex: 1 1 100%;
  justify-content: space-between;
}
.order-history .d-flex div {
  flex: 33.333%;
}
.order-history .d-flex div:last-child {
  text-align: right;
}
.order-history__header {
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(46, 39, 38, 0.7098039216);
}
.order-history__list {
  flex-direction: column;
}
.order-history__item {
  display: flex;
  padding-bottom: 10px;
}

img {
  width: 100%;
}

.temp {
  margin: 5px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

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

.center-me {
  margin: 0 auto !important;
  display: table !important;
}

.grey-background {
  background-color: #F7F7F7;
}

.main-section {
  padding: 50px 0;
}
.main-section h2 {
  margin-bottom: 30px;
}

.main-section {
  padding: 50px 0;
}
.main-section--small {
  padding: 15px 0;
}
.main-section h2 {
  margin-bottom: 30px;
}

.center-me {
  display: table;
  margin: 0 auto;
}

.background--grey {
  background-color: #f6f6f6;
}

.spacer-100 {
  display: block;
  height: 100%;
}

.spacer-50 {
  display: block;
  height: 50px;
}

.underline {
  text-decoration: underline;
}

.add-to-favorites {
  transition: all 0.3s ease;
}
.add-to-favorites .in {
  opacity: 0;
  display: none;
}
.add-to-favorites.active {
  color: #A5131C;
}
.add-to-favorites.active .out {
  opacity: 0;
  display: none;
}
.add-to-favorites.active .in {
  opacity: 1;
  display: inline;
}

.favorites-small-icon {
  background-color: transparent;
  color: #2E2726;
}
.favorites-small-icon.active {
  background-color: transparent;
  color: #f48120;
}

.separator-40 {
  margin-top: 40px;
}

.vertical-flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.thanks-page img {
  width: 90%;
}
.thanks-page .right-side-text {
  height: 100%;
  text-align: center;
}
.thanks-page .right-side-text .h2 {
  margin-bottom: 16px;
}
.thanks-page .right-side-text p {
  margin-bottom: 24px;
}
.thanks-page .right-side-text .button {
  margin: 0 auto;
  display: table;
}
.thanks-page.contact-ty {
  text-align: center;
}
.thanks-page.contact-ty img {
  width: 50%;
}

.show-on-md {
  display: none;
}

.ml-auto {
  margin-left: auto;
}

#show-less-photos-button {
  display: none;
}

.verify-email {
  text-align: center;
  min-height: 200px;
}
.verify-email > p {
  margin-bottom: 50px;
}
.verify-email .flex {
  gap: 20px;
}

.lvl2-menu {
  display: none;
}

.lvl3-menu {
  display: none;
}

@media screen and (min-width: 992px) {
  .show-on-md {
    display: block;
  }
  .no-pd-b-md {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .thanks-page img {
    width: 60%;
    margin: 0 auto;
    display: table;
  }
}
@media screen and (min-width: 992px) {
  .thanks-page .right-side-text h2,
  .thanks-page .right-side-text p {
    text-align: left;
  }
  .thanks-page .right-side-text .button {
    display: initial;
    margin-left: 0;
  }
}
