@font-face {
  font-family: "AbhayaLibre-Regular";
  src: url("../fonts/AbhayaLibre-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "AbhayaLibre-Medium";
  src: url("../fonts/AbhayaLibre-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: "AbhayaLibre-ExtraBold";
  src: url("../fonts/AbhayaLibre-ExtraBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "AbhayaLibre-Bold";
  src: url("../fonts/AbhayaLibre-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Inter-Light";
  src: url("../fonts/Inter-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.ttf");
  font-display: swap;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

body {
  margin: 0;
  max-width: 2560px;
  margin: auto;
  font-family: "Inter-Regular";
}

.ff-message-success {
  font-family: "Inter-Bold";
  color: #154467;
}

.b_shaddow::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

ul,
ol {
  list-style: none;
}

p {
  line-height: 1.5;
  font-family: "Inter-Light";
  font-size: 15px;
}

input {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.right_text {
  text-align: right;
}






/* Top header */

header {
  color: #fff;
}

.top_header {
  background: #154467;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.top_header p {
  margin: 0;
  padding: 10px 0 !important;
}

.top_header p a {
  color: #fff;
}

.mob-button {
  display: none;
}

header .logo {
  text-align: center;
  padding: 20px 0;
}

header .logo img {
  height: 100px;
}

header .container,
footer .container {
  max-width: 1200px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.login_popup_message #customer_login {
  display: none !important;
}

.archive .login_popup_message .container,
.woocommerce-cart .login_popup_message .container {
  padding: 0 !important;
}

.login_popup_message {
  background: #154467;
}

.login_popup_message li {
  color: #fff;
  padding: 10px;
  font-family: "Inter-Light";
  font-size: 14px;
}

.login_popup_message li a {
  color: #fff;
  text-decoration: underline;
}

.login_popup_message .lost_reset_password {
  display: none;
}

.login_popup_message .woocommerce-MyAccount-navigation,
.login_popup_message .woocommerce-MyAccount-content,
.login_popup_message .pp-wrapper {
  display: none;
}

/* Nav */

.nav_menu {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.nav-menu-1 .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.nav-menu-1 .menu li a {
  color: #264666;
  margin: 0 45px;
  padding: 15px 0 25px;
}

/* Drop down */

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  border: 1px solid #eaeaea;
  padding: 10px 20px;
  margin-top: 22px;
  min-width: 220px;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0px 5px 4px 0px rgb(186 184 186);
  -moz-box-shadow: 0px 5px 4px 0px rgba(186, 184, 186, 1);
  box-shadow: 0px 5px 4px 0px rgb(186 184 186);
  display: none;
  left: 30px;
  z-index: 5;
}

.menu-item-has-children .sub-menu::before {
  content: "";
  background: url(/wp-content/uploads/2023/02/arrow_top.svg);
  background-size: contain;
  width: 17px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: -9px;
  background-repeat: no-repeat;
}

.menu-item-has-children .sub-menu.nav-drop {
  display: block;
}

.menu-item-has-children .sub-menu li {
  text-align: left;
  line-height: 1.7;
  margin: 5px 0;
}

.menu-item-has-children .sub-menu li a {
  margin: 0 !important;
  font-size: 15px;
  padding: 0;
}

.menu-item-has-children .sub-menu li.menu-item-233 {
  line-height: 1.3;
}

/* Home first section */

.home_desc {
  text-align: center;
  padding: 60px 0 100px;
}

.home_desc .h_lead {
  font-size: 50px;
  color: #154467;
  font-family: "AbhayaLibre-ExtraBold";
  line-height: 1;
}

.home_desc strong {
  font-family: "Inter-Bold";
  color: #000;
  font-size: 18px;
}

.home_desc p {
  font-family: "Inter-Light";
}

.home_short_desc_under p {
  margin-top: 0;
}

.home_desc .more_btn {
  padding: 15px 35px;
  background: #154467;
  border: 1px solid #154467;
  border-radius: 3px;
  font-family: "Inter-Medium";
  display: inline-block;
  color: #fff;
  margin-top: 35px;
}

.home_desc .more_btn:hover {
  background: transparent;
  color: #154467;
}

.h_desc_img img {
  margin-top: 20px;
}

/*  */

.home_icons {
  background: #d5dde4;
  padding: 60px 0;
}

.home_icons ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.home_icons ul li {
  background: #fff;
  text-align: center;
  padding: 50px 0 15px;
}

.home_icons ul li p {
  margin-top: 30px;
}

/* Funeral services */

.funeral_services_page {
  text-align: center;
  background: rgba(21, 68, 103, 0.2);
  padding: 50px 0 50px;
}

.funeral_services_wrap {
  background: #fff;
  max-width: 1200px;
  margin: auto;
  padding: 30px 120px 45px;
}

.funeral_services_wrap h1 {
  font-size: 50px;
  line-height: 60px;
  color: #154467;
  font-family: "AbhayaLibre-ExtraBold";
}

.funeral_services_wrap .funeral_top_desc p {
  margin-top: 5px;
}

.funeral_services_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 35px;
}

.funeral_services_wrap ul li {
  border: 1px solid #d07a1f;
  margin-bottom: 10px;
}

.funeral_services_wrap ul li p span {
  color: #154467;
  font-family: "Inter-Medium";
  font-size: 16px;
  padding: 0;
  white-space: nowrap;
  margin-top: 15px;
  display: inline-block;
}

.funeral_services_wrap ul li p {
  color: #154467;
  font-size: 14px;
  padding: 0 35px;
}

.funeral_services_wrap ul li img {
  margin: 10px auto 10px;
}

.funeral_services_wrap .funeral_call {
  padding: 15px 35px;
  background: #154467;
  border: 1px solid #154467;
  border-radius: 3px;
  font-family: "Inter-Medium";
  display: inline-block;
  color: #fff;
  margin-top: 30px;
}

.funeral_services_wrap .funeral_call:hover {
  background: transparent;
  color: #154467;
}

/* Monuments */

.monuments_page {
  background: rgba(21, 68, 103, 0.2);
  padding: 50px 0 50px;
}

.monuments_page .monuments_wrap {
  background: #fff;
  max-width: 1200px;
  margin: auto;
  padding: 50px 50px 45px;
}

.monuments_page .momument_left,
.monuments_page .momument_right {
  width: 50%;
}

.monuments_page .momument_left {
  padding-right: 50px;
}

.monuments_page .momument_left .page_title {
  font-size: 50px;
  color: #264666;
  font-family: "AbhayaLibre-ExtraBold";
  line-height: 1;
  margin-bottom: 20px;
}

.monuments_page .momument_left ul li {
  margin-bottom: 30px;
  display: flex;
  line-height: 1.5;
  font-size: 15px;
  font-family: "Inter-Light";
}

.monuments_page .momument_left ul li::before {
  content: "";
  list-style-type: disc;
  display: list-item;
}

.monuments_page .momument_left p strong {
  font-family: "Inter-Medium";
}

.monuments_page .momument_left .view_catalogue {
  padding: 15px 35px;
  background: #154467;
  border: 1px solid #154467;
  border-radius: 3px;
  font-family: "Inter-Medium";
  display: inline-block;
  color: #fff;
}

.monuments_page .momument_left .view_catalogue:hover {
  background: transparent;
  color: #154467;
}

/* Prayer Downloads */

.prayer_downloads {
  background: rgba(21, 68, 103, 0.2);
  padding: 50px 0 50px;
}

.prayer_downloads_wrap {
  text-align: center;
  padding: 50px 0;
  background: #fff;
}

.prayer_downloads_wrap h1 {
  font-size: 50px;
  color: #154467;
  font-family: "AbhayaLibre-ExtraBold";
  line-height: 1;
}

.prayer_downloads_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -100px;
  padding: 0 100px;
}

.prayer_downloads_wrap ul li {
  padding-left: 100px;
  padding-top: 50px;
  width: 33.333%;
}

.prayer_downloads_wrap ul li img {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(150, 148, 150, 1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(150, 148, 150, 1);
  box-shadow: 0px 0px 8px 0px rgba(150, 148, 150, 1);
}

.prayer_downloads_wrap ul li h2 {
  color: #154467;
  font-family: "Inter-Medium";
  font-size: 18px;
  margin-top: 10px;
}

.prayer_downloads_wrap ul li a {
  color: #154467;
  font-family: "Inter-Medium";
  font-size: 16px;
}

.prayer_downloads_wrap ul li a img {
  margin-right: 10px;
  box-shadow: none !important;
}

/* Find a plot */

.find-a-plot {
  text-align: center;
  padding: 50px 0;
}

.find-a-plot h1 {
  font-size: 50px;
  color: #154467;
  font-family: "AbhayaLibre-ExtraBold";
}

.find-a-plot {
  background: rgba(21, 68, 103, 0.2);
}

.find_a_plot_wrap {
  background: #fff;
  max-width: 1200px;
  margin: auto;
  padding: 30px 120px 45px;
}

.find_a_plot_wrap .container {
  padding: 0;
}

.find-a-plot #fluentform_3,
.find-a-plot #fluentform_4,
.find-a-plot #fluentform_5 {
  margin-top: 30px;
}

.find-a-plot #fluentform_3,
.find-a-plot #fluentform_4,
.find-a-plot #fluentform_5 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.find-a-plot #fluentform_3 .ff-el-group,
.find-a-plot #fluentform_4 .ff-el-group,
.find-a-plot #fluentform_5 .ff-el-group {
  /* width: 50%; */
  /* padding-left: 30px; */
}

.find-a-plot #fluentform_3 .ff-el-group.w-100,
.find-a-plot #fluentform_4 .ff-el-group.w-100,
.find-a-plot #fluentform_5 .ff-el-group.w-100 {
  width: 100%;
}

.find-a-plot #fluentform_3 .ff-el-group input,
.find-a-plot #fluentform_4 .ff-el-group input,
.find-a-plot #fluentform_5 .ff-el-group input {
  padding: 10px 10px;
}

.find-a-plot #fluentform_3 .ff_submit_btn_wrapper,
.find-a-plot #fluentform_4 .ff_submit_btn_wrapper,
.find-a-plot #fluentform_5 .ff_submit_btn_wrapper {
  width: 100%;
}

.find-a-plot #fluentform_3 .ff_submit_btn_wrapper .ff-btn-submit,
.find-a-plot #fluentform_4 .ff_submit_btn_wrapper .ff-btn-submit,
.find-a-plot #fluentform_5 .ff_submit_btn_wrapper .ff-btn-submit {
  padding: 10px 80px;
  background: #154467;
  border: 1px solid #154467;
  border-radius: 3px;
  font-family: "Inter-Medium";
  display: inline-block;
  color: #fff;
}

.find-a-plot #fluentform_3 .ff_submit_btn_wrapper .ff-btn-submit:hover,
.find-a-plot #fluentform_4 .ff_submit_btn_wrapper .ff-btn-submit:hover,
.find-a-plot #fluentform_5 .ff_submit_btn_wrapper .ff-btn-submit:hover {
  color: #154467;
  background: #fff;
}

.find-a-plot #fluentform_3 .ff-el-group textarea,
.find-a-plot #fluentform_4 .ff-el-group textarea,
.find-a-plot #fluentform_5 .ff-el-group textarea {
  height: 125px;
  font-family: "Inter-Regular";
}

.find-a-plot #fluentform_3 .ff-el-group input::-webkit-input-placeholder,
.find-a-plot #fluentform_3 .ff-el-group textarea::-webkit-input-placeholder,
.find-a-plot #fluentform_4 .ff-el-group input::-webkit-input-placeholder,
.find-a-plot #fluentform_4 .ff-el-group textarea::-webkit-input-placeholder,
.find-a-plot #fluentform_5 .ff-el-group input::-webkit-input-placeholder,
.find-a-plot #fluentform_5 .ff-el-group textarea::-webkit-input-placeholder {
  color: #a9a9a9;
  font-size: 14px;
  font-family: "Inter-Light";
}
.find-a-plot #fluentform_3 .ff-el-group input::-moz-placeholder,
.find-a-plot #fluentform_3 .ff-el-group textarea::-moz-placeholder,
.find-a-plot #fluentform_4 .ff-el-group input::-moz-placeholder,
.find-a-plot #fluentform_4 .ff-el-group textarea::-moz-placeholder,
.find-a-plot #fluentform_5 .ff-el-group input::-moz-placeholder,
.find-a-plot #fluentform_5 .ff-el-group textarea::-moz-placeholder {
  color: #a9a9a9;
  font-size: 14px;
  font-family: "Inter-Light";
}
.find-a-plot #fluentform_3 .ff-el-group input:-ms-input-placeholder,
.find-a-plot #fluentform_3 .ff-el-group textarea:-ms-input-placeholder,
.find-a-plot #fluentform_4 .ff-el-group input:-ms-input-placeholder,
.find-a-plot #fluentform_4 .ff-el-group textarea:-ms-input-placeholder,
.find-a-plot #fluentform_5 .ff-el-group input:-ms-input-placeholder,
.find-a-plot #fluentform_5 .ff-el-group textarea:-ms-input-placeholder {
  color: #a9a9a9;
  font-size: 14px;
  font-family: "Inter-Light";
}
.find-a-plot #fluentform_3 .ff-el-group input:-moz-placeholder,
.find-a-plot #fluentform_3 .ff-el-group textarea:-moz-placeholder,
.find-a-plot #fluentform_4 .ff-el-group input:-moz-placeholder,
.find-a-plot #fluentform_4 .ff-el-group textarea:-moz-placeholder,
.find-a-plot #fluentform_5 .ff-el-group input:-moz-placeholder,
.find-a-plot #fluentform_5 .ff-el-group textarea:-moz-placeholder {
  color: #a9a9a9;
  font-size: 14px;
  font-family: "Inter-Light";
}

.find-a-plot-image {
  margin-top: 30px;
}

.find-a-plot-image img {
  border: 1px solid #dedede;
  border-radius: 3px;
}

/* About us */

.about-us {
  text-align: center;
  background: rgba(21, 68, 103, 0.2);
  padding: 50px 0 50px;
}

.fabout-us_wrap {
  background: #fff;
  max-width: 1200px;
  margin: auto;
  padding: 40px 120px 60px;
}

.about-us h1 {
  font-size: 50px;
  color: #154467;
  font-family: "AbhayaLibre-ExtraBold";
  line-height: 1;
}

.about-us .ab_top_text {
  padding: 10px 0;
}

.about-us .ab_top_text strong {
  color: #1e1e1e;
  font-family: "Inter-Bold";
}

.about-us .ab_middle_text {
  color: #1e1e1e;
}

.ab_boxes {
  padding-top: 50px;
}

.ab_boxes h3 {
  font-family: "Inter-Bold";
  color: #154467;
  margin-bottom: 30px;
  font-size: 16px;
}

.ab_boxes ul {
  display: flex;
  flex-wrap: wrap;
}

.ab_boxes ul li {
  width: 25%;
  margin: auto;
}

.ab_boxes ul li .ab_img_wrap {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  background: rgba(21, 68, 103, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab_boxes ul li p {
  font-family: "Inter-Bold";
  color: #154467;
  font-size: 14px;
}

.ab_boxes a {
  padding: 15px 35px;
  background: #154467;
  border: 1px solid #154467;
  border-radius: 3px;
  font-family: "Inter-Medium";
  display: inline-block;
  color: #fff;
  margin-top: 25px;
  min-width: 200px;
  text-align: center;
}

.ab_boxes a:hover {
  background: transparent;
  color: #154467;
}

.ab_bottom_text {
  margin-top: 50px;
}

.ab_bottom_text a {
  padding: 15px 35px;
  background: transparent;
  border: 1px solid #bf5828;
  border-radius: 3px;
  font-family: "Inter-Medium";
  display: inline-block;
  color: #bf5828;
  margin-top: 35px;
  min-width: 200px;
  text-align: center;
}

.ab_bottom_text a:hover {
  background: #bf5828;
  color: #fff;
}

/* Gallery */

.gallery_page {
  padding: 50px 0;
  background: rgba(21, 68, 103, 0.2);
}

.gallery_wrap ul {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.gallery_wrap ul li img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.gallery_page .gallery_wrap {
  background: #fff;
  max-width: 1200px;
  margin: auto;
  padding: 50px;
}

/* Contact */

.contact_page h1 {
  font-size: 30px;
}

/* WOOCOMMERCE */

/* Custom regist */

body.logged-in .c_login_popup,
body.logged-in .c_regist_popup {
  display: none;
}

.c_login li a.logout::before {
  content: "";
  background: url(../images/log_out.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 1px;
}

.c_login {
  position: relative;
}

.user_avatar img {
  width: 30px;
  height: 30px;
  border: 1px solid gray;
  border-radius: 50%;
  right: 0;
  cursor: pointer;
}

.custom_regist_drop {
  border: 1px solid #eaeaea;
  padding: 10px 20px;
  position: absolute;
  margin-top: 16px;
  min-width: 160px;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0px 5px 4px 0px rgba(186, 184, 186, 1);
  -moz-box-shadow: 0px 5px 4px 0px rgba(186, 184, 186, 1);
  box-shadow: 0px 5px 4px 0px rgba(186, 184, 186, 1);
  display: none;
}

.custom_regist_drop::before {
  content: "";
  background: url(/wp-content/uploads/2023/02/arrow_top.svg);
  background-size: contain;
  width: 17px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: -9px;
  background-repeat: no-repeat;
  right: 10px;
}

.custom_regist_drop li {
  line-height: 1.7;
  margin: 3px 0;
}

.custom_regist_drop li,
.custom_regist_drop li a {
  color: #264666;
  font-size: 15px;
  cursor: pointer;
}

.custom_regist_drop .my_account {
  display: none;
}

.logged-in .custom_regist_drop .my_account {
  display: inline-block;
}

.custom_login,
.custom_regist {
  background: #fff;
  max-width: 55%;
  margin: auto;
  padding: 50px 0 20px;
  border: 1px solid;
  position: fixed;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 10;
  display: none;
}

.user_wrap {
  position: relative;
}

.user_wrap .close_login,
.user_wrap .close_regist {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 20px;
  cursor: pointer;
}

.close_login img,
.close_regist img {
  display: none;
}

.user_wrap .close_login img,
.user_wrap .close_regist img {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.custom_login .close_regist {
  display: none;
}

.custom_regist .close_login {
  display: none;
}

.custom_login .woocommerce .u-column2.col-2 {
  display: none;
}

.custom_login .woocommerce .u-column1.col-1 {
  width: 100% !important;
  background: #fff;
}

.custom_login .login_img,
.custom_regist .login_img {
  width: 75px;
  margin: auto;
  display: inherit;
}

.custom_login .woocommerce h2,
.custom_regist .woocommerce h2 {
  text-align: center;
  font-size: 40px;
  color: #154467;
  font-family: "AbhayaLibre-ExtraBold";
  margin-top: 20px;
}

.custom_login .woocommerce form.login,
.custom_regist .woocommerce form.woocommerce-form-register,
.woocommerce-lost-password .lost_reset_password {
  border: none;
  width: 70%;
  margin: 0 auto 0;
}

.custom_regist
  .woocommerce
  form.woocommerce-form-register
  .woocommerce-privacy-policy-text
  p
  a {
  color: #154467;
  text-decoration: underline;
}

.custom_regist
  .woocommerce
  form.woocommerce-form-register
  .woocommerce-privacy-policy-text
  p {
  font-size: 14px;
}

.custom_login .woocommerce-LostPassword.lost_password,
.custom_regist .woocommerce-LostPassword.lost_password {
  text-align: right;
}

.custom_login .woocommerce form .form-row input.input-text,
.custom_regist .woocommerce form .form-row input.input-text {
  padding: 10px;
  width: 100%;
}

.custom_login .woocommerce .woocommerce-LostPassword a,
.custom_regist .woocommerce .woocommerce-LostPassword a {
  color: #154467;
  font-size: 14px;
}

.custom_login
  .woocommerce
  .woocommerce-form-login
  .woocommerce-form-login__rememberme,
.custom_login .woocommerce-form-login__submit,
.custom_regist .woocommerce .woocommerce-form-login__rememberme,
.custom_regist .woocommerce-form-login__submit {
  display: block;
}

.custom_login input::-webkit-input-placeholder,
.custom_login input::-moz-placeholder,
.custom_login input:-ms-input-placeholder {
  color: #a9a9a9;
  font-size: 14px;
  font-family: "Inter-Light";
}

.custom_login .woocommerce-form-login__submit,
.custom_regist .woocommerce-form-register__submit,
.woocommerce-lost-password .lost_reset_password .woocommerce-Button,
.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit {
  padding: 15px 55px !important;
  background: #154467 !important;
  border: 1px solid #154467 !important;
  border-radius: 3px !important;
  font-family: "Inter-Medium" !important;
  display: inline-block !important;
  color: #fff !important;
  margin-top: 20px !important;
}

.custom_regist .woocommerce .u-column1.col-1 {
  display: none;
}

.custom_regist .u-column2.col-2 {
  width: 100% !important;
  background: #fff;
}

.woocommerce-lost-password .custom_regist_drop .c_login_popup,
.woocommerce-lost-password .custom_regist_drop .c_regist_popup {
  display: none;
}

/* Shop page */

.storefront-sorting,
.woocommerce-page #sidebar {
  display: none;
}

.woocommerce-shop .container {
  padding: 50px 0;
}

.woocommerce-shop .woo_cat_name {
  text-align: center;
  font-size: 50px;
  color: #154467;
  font-family: "AbhayaLibre-ExtraBold";
}

.woocommerce-shop .main_desc {
  color: #1e1e1e;
}

.woocommerce-products-header {
  width: 60%;
  margin: auto;
  text-align: center;
}

.woocommerce-shop .main_desc strong {
  color: #1e1e1e;
  font-family: "Inter-Bold";
}

.woocommerce-shop .main_desc ul {
  margin-top: 15px;
  display: inline-block;
}

.woocommerce-shop .main_desc ul li {
  margin-bottom: 15px;
  line-height: 1.4;
  font-family: "Inter-Light";
}

.main_cat_wrap {
  background: rgba(21, 68, 103, 0.2);
}

.woocommerce-shop ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.woocommerce-shop ul.products .product {
  margin-bottom: 50px;
  background: #fff;
  padding: 20px;
}

.woocommerce-shop ul.products .product .price {
  display: none;
}

/* variation */

.woo-variation-swatches .variable-items-wrapper {
  flex-direction: column;
}

.woocommerce-shop ul.products .variations li {
  border: none !important;
  box-shadow: none !important;
  color: #1e1e1e;
  font-family: "Inter-Light";
}

.woocommerce-shop ul.products .variations .archive-variable-items li::before {
  content: "";
  background: url("../images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-top: 2px;
}

.woocommerce-shop
  ul.products
  .variations
  .archive-variable-items
  li.selected::before {
  background: url("../images/checkIn.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Product list */

.custom_category_list {
  border-bottom: 1px solid #fff;
  padding-top: 50px;
  width: 100%;
}

.main_cat_list .container .custom_category_list.last {
  border-bottom: none !important;
}

.custom_category_list h1 {
  font-family: "Inter-Bold";
  font-size: 20px;
  margin-bottom: 25px;
  background: #fff;
  padding: 20px;
}

.main_cat_wrap .cat_desc {
  text-align: center;
  color: #000;
  font-weight: bold;
  width: 50%;
  margin: auto;
}

.products .product .woocommerce-loop-product__title {
  font-family: "Inter-Medium";
  font-size: 16px;
  margin-bottom: 10px;
}

.custom_category_list .product .woocommerce-LoopProduct-link {
  pointer-events: none;
}

.products .product img {
  display: none;
}

.wvs_archive_reset_variations_link {
  color: red;
  text-decoration: underline;
  font-size: 13px;
}

.wvs_archive_reset_variations.hide {
  display: none !important;
}

.wvs_archive_reset_variations.show {
  display: block !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.button.wp-element-button.product_type_variable.add_to_cart_button.wvs-add-to-cart-button {
  display: none;
  background: transparent !important;
  color: transparent !important;
  font-size: 0;
}

.button.wp-element-button.product_type_variable.add_to_cart_button.wvs-add-to-cart-button.wvs_ajax_add_to_cart,
.added_to_cart.wc-forward {
  display: inline-block;
  color: #fff !important;
  font-size: 14px;
  border: 1px solid #154467;
  background: #154467 !important;
  padding: 7px 10px;
}

.added_to_cart.wc-forward {
  margin-left: 10px;
}

.button.wp-element-button.product_type_variable.add_to_cart_button.wvs-add-to-cart-button.wvs_ajax_add_to_cart:hover,
.added_to_cart.wc-forward:hover {
  background: transparent !important;
  color: #154467 !important;
}

.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item
  .variable-item-span {
  text-align: left;
  font-size: 15px;
}

/* My cart page */

.checkout.woocommerce-checkout
  .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  padding-left: 0;
}

.checkout.woocommerce-checkout
  .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout
  li,
.checkout.woocommerce-checkout
  .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout
  li
  strong {
  font-size: 14px;
}

.woocommerce-cart .login_popup_message .woocommerce-message {
  padding-top: 10px;
}
.woocommerce-cart .login_popup_message .cart-empty.woocommerce-info {
  padding-bottom: 10px !important;
}

.woocommerce-cart .login_popup_message .cart-empty.woocommerce-info,
.woocommerce-cart .login_popup_message .woocommerce-message,
.woocommerce-cart .login_popup_message .woocommerce-message a {
  color: #fff;
  margin-top: 0;
}

.woocommerce-cart .container {
  max-width: 100%;
  padding: 0;
}

.woocommerce-cart .main_desc {
  display: flex;
  flex-direction: column-reverse;
}

.woocommerce-cart .main_desc .button.wc-backward.wp-element-button {
  padding: 15px 35px;
  background: #154467;
  border: 1px solid #154467;
  border-radius: 3px;
  font-family: "Inter-Medium";
  display: inline-block;
  color: #fff;
  margin: 10px 0;
}

.woocommerce-cart .main_desc .button.wc-backward.wp-element-button:hover {
  background: transparent;
  color: #154467;
}

.woocommerce-cart .main_desc p {
  color: #1e1e1e;
  font-family: "Inter-Bold";
  text-align: center;
  padding: 30px;
}

.page-id-150.woocommerce-cart p {
  padding: 0;
}

.woocommerce-shipping-destination,
.shipping-calculator-form p {
  text-align: left !important;
}

.woocommerce-shipping-calculator input {
  padding: 10px;
}

.woocommerce-shipping-calculator .button.wp-element-button {
  padding: 10px 80px;
  background: #154467;
  border: 1px solid #154467;
  border-radius: 3px;
  font-family: "Inter-Medium";
  color: #fff;
}

.cart-empty.woocommerce-info {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.woocommerce-cart .woocommerce {
  background: rgba(21, 68, 103, 0.2);
  margin-top: 30px;
}

.woocommerce-cart .login_popup_message .woocommerce {
  margin-top: 0;
}

.woocommerce-cart .woocommerce .shop_table {
  background: #fff;
  margin: auto;
  padding: 30px;
  width: 100%;
  max-width: 1200px;
}

.woocommerce-cart .main_title {
  padding: 50px 0 0;
  font-size: 50px;
  color: #264666;
  font-family: "AbhayaLibre-ExtraBold";
  text-align: center;
}

.woocommerce-cart .shop_table thead {
  display: none;
}

.woocommerce-cart .shop_table .cart_item .product-thumbnail,
.woocommerce-cart .coupon {
  display: none;
}

.woocommerce-cart-form {
  margin-top: 50px;
}

.shop_table tbody .actions .button {
  background: transparent;
  border: 1px solid #000;
  padding: 5px 10px;
  margin-top: 10px;
}

.woocommerce-cart .shop_table .cart_item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
}

.woocommerce-cart .shop_table .cart_item .product-name {
  width: 100%;
  margin-bottom: 10px;
}

.woocommerce-cart .shop_table .cart_item .product-name a {
  color: #000;
  font-size: 15px;
  pointer-events: none;
}

.woocommerce-cart .shop_table .cart_item td.product-price {
  display: none;
}

.woocommerce-cart .shop_table .cart_item td.product-quantity {
  width: 50px;
  margin-right: 10px;
}

.woocommerce-cart .shop_table .cart_item td.product-subtotal {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
}

.woocommerce-cart .shop_table .cart_item td.product-remove {
  position: absolute;
  right: 0;
  border: 1px solid #264666;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-cart .shop_table .cart_item td.product-remove a {
  font-size: 0;
}

.woocommerce-cart .shop_table .cart_item td.product-remove a.remove::before {
  content: url("../images/delete.svg");
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}

.woocommerce-cart .shop_table .cart_item td.product-quantity input {
  width: 100%;
  padding: 5px 0 5px 5px;
  border-radius: 0;
  border: 1px solid #000;
}

table:not(.has-background) tbody td,
table:not(.has-background) tbody tr:nth-child(2n) td,
fieldset,
fieldset legend {
  background: transparent !important;
}

.woocommerce-cart .cart-collaterals {
  margin: 50px 0;
  background: #fff;
  margin: auto;
  padding: 30px;
  width: 100%;
  max-width: 1200px;
  border-top: 1px solid #ccc;
  margin-bottom: 50px;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 30px;
  color: #264666;
  font-family: "AbhayaLibre-ExtraBold";
  margin-bottom: 10px;
}

.woocommerce-cart .cart-collaterals .shop_table {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0;
}

.wc-proceed-to-checkout {
  width: 100%;
}

.wc-proceed-to-checkout a {
  background-color: #264666 !important;
  border: 1px solid #264666;
  padding: 15px 0 !important;
}

.cart_totals .cart-subtotal th,
.cart_totals .cart-subtotal td {
  border-bottom: 1px solid #ccc;
}

.wc-proceed-to-checkout a {
  padding: 10px;
  display: inline-block;
  text-align: center;
}

.woocommerce-cart .cart-collaterals .shop_table th,
.woocommerce-cart .cart-collaterals .shop_table td {
  padding: 15px;
  text-align: left;
  color: #000;
}

.wc-proceed-to-checkout a {
  width: 100%;
}

/* Checkout */

.wc_payment_methods {
  display: none;
}

.woocommerce-shipping-totals.shipping td {
  font-size: 12px;
  padding: 10px;
}

.woocommerce-checkout .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-checkout .main_title {
  text-align: center;
}

.woocommerce-checkout .woocommerce {
  background: rgba(21, 68, 103, 0.2);
  margin-top: 30px;
  text-align: center;
}

.woocommerce-checkout .login_popup_message .woocommerce {
  margin-top: 0;
}

.woocommerce-checkout .main_title {
  font-size: 50px;
  color: #154467;
  font-family: "AbhayaLibre-ExtraBold";
  padding-top: 50px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}

.checkout.woocommerce-checkout {
  padding: 50px 20px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
  padding-left: 50px;
  padding-bottom: 30px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout li {
  margin: 5px 0;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout li strong,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout li {
  font-family: "Inter-Regular";
  font-size: 17px;
  font-weight: normal;
}

.checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.checkout .col2-set,
.checkout #order_review {
  width: 48.5%;
}

#customer_details #ship-to-different-address {
  margin-top: 20px;
}

.checkout .woocommerce-billing-fields {
  background: #fff;
  padding: 30px;
}

.woocommerce-checkout #order_review {
  background: #fff;
  padding: 30px;
}

.woocommerce-additional-fields {
  background: #fff;
  padding: 30px;
  padding-top: 5px;
}

/*.shop_table {
  width: 100%;
}*/

.checkout #order_review_heading {
  display: none;
}

.checkout .col2-set .form-row-first {
  width: 44.4444444444%;
  float: left;
  margin-right: 11.1111111111%;
}

.checkout .col2-set .form-row-last {
  width: 44.4444444444%;
  float: right;
  margin-right: 0;
}

.checkout .form-row-wide {
  clear: both;
  width: 100%;
}

.checkout .form-row label {
  display: block;
  font-family: "Inter-Regular";
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #154467;
  text-align: left;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-shipping-fields {
  text-align: left;
}

.woocommerce form .form-row .required {
  color: red;
}

.woocommerce-info a {
  display: block;
  color: red;
}

.woocommerce-info {
  margin-bottom: 20px;
  margin-top: 10px;
  font-family: "Inter-Light";
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
}

.woocommerce-privacy-policy-text {
  font-size: 15px;
}

.checkout h3 {
  font-weight: normal;
  font-size: 21px;
  text-transform: uppercase;
  color: #154467;
  font-family: "AbhayaLibre-ExtraBold";
  letter-spacing: 1px;
}

.woocommerce-privacy-policy-text a {
  color: #3d3137;
  font-family: "Inter-Light";
  font-weight: 300;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
.checkout.woocommerce-checkout .woocommerce-shipping-fields input,
.woocommerce-account .woocommerce-MyAccount-content input,
#customer_login input,
.woocommerce-form.woocommerce-form-login.login input {
  padding: 10px !important;
  margin-bottom: 15px !important;
  font-family: "Inter-Light";
  font-weight: 300;
}

.checkout.woocommerce-checkout #billing_address_2_field {
  display: none !important;
}

.custom_login .woocommerce-form__input.woocommerce-form__input-checkbox,
.woocommerce-form.woocommerce-form-login.login
  .woocommerce-form__label-for-checkbox
  input {
  width: auto !important;
}

.woocommerce-form.woocommerce-form-login.login
  .woocommerce-form__label-for-checkbox {
  display: block;
}

.woocommerce-form.woocommerce-form-login.login .lost_password a {
  color: #154467;
  font-size: 14px;
}

.woocommerce-form.woocommerce-form-login.login {
  width: 50%;
  margin: auto;
}

.checkout.woocommerce-checkout select {
  font-family: "Inter-Light";
  padding: 10px !important;
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
}

.form-row textarea {
  padding: 10px;
  font-family: "Inter-Light";
}

.checkout.woocommerce-checkout #order_review thead {
  font-family: "Inter-Regular";
  font-weight: normal;
  color: #3d1f43;
  padding: 10px;
}

.checkout.woocommerce-checkout .shop_table .product-name,
.checkout.woocommerce-checkout .shop_table .product-subtotal {
  text-align: left !important;
}

.checkout.woocommerce-checkout #order_review th {
  padding: 10px;
  font-family: "Inter-Regular";
  font-weight: normal;
  font-size: 15px;
  color: #154467;
  text-align: left;
  background-color: #f2f2f2 !important;
}

.checkout.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  .product-name {
  width: 45%;
  word-wrap: break-word;
  font-family: "Inter-Light";
  font-weight: 300;
  padding-right: 16px;
  font-size: 13px;
  padding: 5px 0;
  line-height: 1.5;
}

#payment .payment_methods > li .payment_box,
#payment .place-order {
  background-color: transparent !important;
}

.checkout.woocommerce-checkout .woocommerce-Price-amount {
  padding-left: 10px;
  font-family: "Inter-Light";
  font-weight: 300;
  color: #154467;
}

.form-row.place-order .button.alt {
  background: #154467;
  color: #fff;
  font-family: "Inter-Regular";
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  padding: 15px 0;
  border: 1px solid #154467;
}

.form-row.place-order .button.alt:hover {
  background: #fff;
  color: #154467;
}

/* Thank you page */

.woocommerce-table__line-item.order_item .wc-item-meta {
  margin-top: 15px;
}

.woocommerce-table__line-item.order_item .wc-item-meta li p {
  margin-top: 0;
}

.woocommerce-order-received {
  background: rgba(21, 68, 103, 0.2);
}

.woocommerce-order-received .container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.woocommerce-order-received header,
.woocommerce-order-received footer {
  background: #fff;
}

.woocommerce-order-received .woocommerce-order {
  padding: 30px;
  margin-bottom: 30px;
}

.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success {
  font-family: "Inter-Bold";
  color: #154467;
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
}

.woocommerce-order-received .order_details > li {
  padding: 10px;
}

.woocommerce-order-received
  .woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields {
  width: 100%;
  padding: 30px;
  background: #f8f8f8;
  font-family: "Inter-Light";
  text-align: left;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  text-align: left;
  margin-bottom: 20px;
}

.woocommerce-order-received
  .woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
}

.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields
  .thwcfe-section-title {
  font-family: "Inter-Bold";
  color: #154467;
}

.woocommerce-order-received table:not(.has-background) th {
  text-align: left;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
  font-family: "Inter-Bold";
  color: #154467;
  margin-bottom: 30px;
  font-size: 25px;
  text-align: left;
}

.woocommerce-order-received .woocommerce-customer-details address {
  width: 100%;
  padding: 30px;
  background: #f8f8f8;
  font-style: normal;
  line-height: 1.5;
  font-family: "Inter-Light";
  text-align: left;
  margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce-customer-details address p {
  margin: 0;
  font-family: "Inter-Light";
}

/* Single product */

.no_single_btn {
  text-align: center;
}

.no_single_btn .button {
  padding: 15px 35px;
  background: #154467;
  border: 1px solid #154467 !important;
  border-radius: 3px;
  font-family: "Inter-Medium";
  display: inline-block;
  color: #fff;
  margin: 10px 0;
}

.no_single_btn .button:hover {
  background: transparent;
  color: #154467;
}

/* Footer */

.footer_wrap {
  padding: 40px 0 20px;
  border-top: 1px solid #dad9d8;
}

.footer_wrap .f_left {
  width: 40%;
}

.footer_wrap .f_right {
  width: 60%;
  padding-right: 60px;
}

.footer_wrap h3 {
  font-family: "Inter-Medium";
  margin-bottom: 15px;
}

.footer_wrap .f_left p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
}

.footer_wrap .f_left p a {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}

.footer_wrap .f_left .f_location {
  margin-top: 40px;
}

.f_location {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}

.f_right iframe {
  margin-bottom: 20px;
  display: inline-block;
  height: 145px;
  pointer-events: none;
}

.f_location p {
  font-size: 15px;
  margin-top: 0;
  width: 100%;
}

.f_location a {
  padding: 15px 35px;
  background: #154467;
  border: 1px solid #154467;
  border-radius: 3px;
  font-family: "Inter-Medium";
  display: inline-block;
  color: #fff;
  min-width: 200px;
  text-align: center;
  height: 50px;
  margin-top: 0;
  margin-bottom: 20px;
}

.f_location a:hover {
  background: transparent;
  color: #154467;
}

.woocommerce-account .container .main_title {
  font-size: 50px;
  color: #154467;
  font-family: "AbhayaLibre-ExtraBold";
  line-height: 1;
  padding: 50px 0;
  text-align: center;
}

.woocommerce-account .container {
  max-width: 100%;
  padding: 0;
}

.woocommerce-account .container .main_desc {
  background: rgba(21, 68, 103, 0.2);
  padding: 50px 0;
}

.woocommerce-account .container .main_desc .woocommerce,
.login_popup_message .container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}

.woocommerce-account
  .container
  .main_desc
  .woocommerce
  .woocommerce-MyAccount-navigation,
.woocommerce-account
  .container
  .main_desc
  .woocommerce
  .woocommerce-MyAccount-content {
  background: #fff;
  padding: 30px;
}

.woocommerce-account
  .container
  .main_desc
  .woocommerce
  .woocommerce-MyAccount-content
  a {
  color: #154467;
  background: transparent;
}

.woocommerce-account .main_desc .woocommerce .pp-wrapper {
  display: none;
}

.woocommerce-account .login_popup_message .woocommerce .pp-wrapper {
  display: block;
  margin-top: 200px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-top: 240px !important;
}

.woocommerce-account
  .container
  .main_desc
  .woocommerce
  .woocommerce-MyAccount-navigation {
  width: 23%;
  margin-right: 2%;
}

.woocommerce-account
  .container
  .main_desc
  .woocommerce
  .woocommerce-MyAccount-content {
  width: 75%;
}

.woocommerce-account
  .container
  .main_desc
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a {
  line-height: 1.7;
  font-size: 15px;
  color: #264666;
}

.woocommerce-account
  .container
  .main_desc
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li {
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
}

.woocommerce-account
  .container
  .main_desc
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li:last-child {
  border-bottom: none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses h3 {
  margin-bottom: 15px;
  font-family: "AbhayaLibre-ExtraBold";
}

.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-family: "AbhayaLibre-ExtraBold";
  font-size: 23px;
  color: #154467;
}

.woocommerce-account .woocommerce-MyAccount-content label {
  font-size: 14px;
}

.woocommerce-account .woocommerce-MyAccount-content .button.wp-element-button,
.woocommerce-lost-password .container .lost_reset_password .woocommerce-Button {
  padding: 15px 35px;
  background: #154467;
  border: 1px solid #154467;
  border-radius: 3px;
  font-family: "Inter-Medium";
  display: inline-block;
  color: #fff;
  font-size: 15px;
}

.woocommerce-account
  .woocommerce-MyAccount-content
  .button.wp-element-button:hover,
.woocommerce-lost-password
  .container
  .lost_reset_password
  .woocommerce-Button:hovr {
  background: transparent;
  color: #154467;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  margin-bottom: 20px !important;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}

.woocommerce-account
  .woocommerce-MyAccount-content
  .woocommerce-Address
  address {
  font-family: "Inter-Light";
  font-size: 14px;
  margin-top: 7px;
}

.woocommerce-lost-password .container .lost_reset_password {
  background: #fff;
  padding: 20px;
}

.woocommerce-lost-password .container .lost_reset_password .woocommerce-Input {
  padding: 10px;
}

.page-id-152.woocommerce-account .main_desc .woocommerce #customer_login {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-id-152.woocommerce-account .main_desc .woocommerce #customer_login .col-1,
.page-id-152.woocommerce-account
  .main_desc
  .woocommerce
  #customer_login
  .col-2 {
  width: 48%;
  background: #fff;
  padding: 30px;
}

.page-id-152.woocommerce-account
  .main_desc
  .woocommerce
  #customer_login
  .col-1
  .woocommerce-form__input-checkbox {
  width: auto;
}

.page-id-152.woocommerce-account
  .main_desc
  .woocommerce
  #customer_login
  .col-1
  .woocommerce-form-login__submit,
.page-id-152.woocommerce-account
  .main_desc
  .woocommerce
  #customer_login
  .col-2
  .woocommerce-form-register__submit {
  padding: 15px 55px !important;
  background: #154467 !important;
  border: 1px solid #154467 !important;
  border-radius: 3px !important;
  font-family: "Inter-Medium" !important;
  color: #fff !important;
  display: block !important;
}

.page-id-152.woocommerce-account
  .main_desc
  .woocommerce
  #customer_login
  .col-1
  .woocommerce-form-login__submit:hover,
.page-id-152.woocommerce-account
  .main_desc
  .woocommerce
  #customer_login
  .col-2
  .woocommerce-form-register__submit:hover {
  background: #fff !important;
  color: #154467 !important;
}

.page-id-152.woocommerce-account
  .main_desc
  .woocommerce
  #customer_login
  .col-1
  .woocommerce-LostPassword.lost_password
  a {
  color: #154467;
}

/* Responsive */

@media only screen and (max-width: 1450px) {
  .container {
    padding: 0 20px;
  }

  .footer_wrap .f_right {
    padding-right: 0;
  }

  header .container,
  footer .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 1200px) {
  .nav-menu-1 .menu li a {
    margin: 0 30px;
  }

  .center_mob {
    justify-content: center;
  }

  .funeral_services_wrap h1,
  .monuments_page .momument_left .page_title,
  .prayer_downloads_wrap h1,
  .woocommerce-shop .woo_cat_name,
  .find-a-plot h1,
  .about-us h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .nav-menu-1 .menu li a {
    margin: 0 18px;
    font-size: 14px;
  }

  .home_desc .h_lead {
    font-size: 45px;
    line-height: inherit;
  }

  .funeral_services_wrap {
    max-width: 100%;
  }

  .funeral_services_wrap {
    padding: 30px 20px 45px;
  }

  .funeral_services_wrap ul {
    grid-gap: 10px;
  }

  .funeral_services_wrap ul li {
    margin-bottom: 0;
  }

  .monuments_page .momument_left,
  .monuments_page .momument_right {
    width: 100%;
  }

  .monuments_page .momument_left {
    padding-right: 0;
  }

  .monuments_page .momument_right {
    padding-top: 50px;
  }

  .monuments_page .momument_right img {
    width: 100%;
  }

  .custom_category_list {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .custom_category_list h1 {
    font-size: 18px;
  }

  .woocommerce-products-header {
    width: 100%;
  }

  .find_a_plot_wrap {
    max-width: 100%;
    padding: 30px 20px 45px;
  }

  .funeral_services_wrap h1,
  .monuments_page .momument_left .page_title,
  .prayer_downloads_wrap h1,
  .woocommerce-shop .woo_cat_name,
  .find-a-plot h1,
  .about-us h1,
  .woocommerce-cart .main_title,
  .woocommerce-checkout .main_title,
  .woocommerce-account .container .main_title {
    font-size: 40px;
  }

  .about-us h1 br {
    display: none;
    line-height: inherit;
  }

  .fabout-us_wrap {
    padding: 40px 20px 60px;
  }

  /*  */

  .woocommerce-shop ul.products {
    grid-template-columns: repeat(2, 1fr);
  }

  .woocommerce-shop ul.products .product {
    margin-bottom: 0;
  }

  /*  */

  .woocommerce-cart .woocommerce .shop_table {
    width: 95%;
  }

  /*  */

  .woocommerce-account .container .main_title {
    padding: 40px 0;
  }

  /*  */

  .woocommerce-account .login_popup_message .woocommerce .pp-wrapper {
    margin-top: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-form.woocommerce-form-login.login {
    width: 100%;
    padding: 0 20px;
  }

  .login_popup_message .container {
    padding-left: 0;
    padding-right: 0;
  }

  .login_popup_message {
    padding-left: 10px;
    padding-right: 10px;
  }

  .woocommerce-message {
    font-size: 13px;
  }

  .logo {
    width: 40%;
    margin: auto;
  }

  .mob-button {
    display: block;
    position: absolute;
    bottom: 35px;
    right: 20px;
  }

  .toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 30px;
    height: 17px;
    z-index: 10;
  }

  .toggle-menu span {
    background-color: #154467;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
  }

  .toggle-menu span:before,
  .toggle-menu span:after {
    background-color: #154467;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
  }

  .toggle-menu span:before {
    top: 7px;
  }

  .toggle-menu span:after {
    top: -7px;
  }

  .toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
  }

  .toggle-menu.active span:before,
  .toggle-menu.active span:after {
    transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out,
      -webkit-transform 0.2s 0.2s ease-out;
    background: #154467;
  }

  .toggle-menu.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }

  .toggle-menu.active span:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }

  /*  */

  header {
    position: sticky;
    top: 0;
    z-index: 15;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
  }

  .nav-menu-1 .menu {
    flex-direction: column;
  }

  .c_menu .nav-menu-1 {
    position: fixed;
    background: #fff;
    z-index: 15;
    height: 100vh;
    padding: 15px 12px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 1px;
    right: -100%;
    width: 260px;
  }

  .c_menu .nav-menu-1.open_nav {
    right: 0;
  }

  .nav_menu {
    border-top: none;
    border-bottom: none;
  }

  #menu-menu-1 {
    padding: 0;
    flex-direction: column;
    align-items: self-end;
    justify-content: flex-start;
  }

  .nav-menu-1 .menu li {
    width: 100%;
  }

  .nav-menu-1 .menu li a {
    margin: 0 18px;
    font-size: 16px;
  }

  .nav-menu-1 .menu li a {
    margin: 0;
    font-size: 15px;
    display: inline-block;
    padding: 10px;
  }

  /* Drop nav */

  .menu-item-has-children .sub-menu {
    position: static;
    box-shadow: none;
    width: 95%;
    margin: 0 0 5px auto;
    background: #f2f2f2;
    padding: 5px 0;
  }

  .menu-item-has-children .sub-menu li {
    text-align: left;
    line-height: 1;
    margin: 0;
  }

  .menu-item-has-children .sub-menu li a {
    margin: 0 !important;
    font-size: 14px !important;
    padding: 8px 10px !important;
    width: 100%;
  }

  .menu-item-has-children .sub-menu::before {
    display: none;
  }

  .menu-item-has-children::after {
    content: "";
    background: url(../images/arrow_down.svg);
    width: 12px;
    height: 8px;
    display: inline-block;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 15px;
    right: 0;
  }

  .active-link::after {
    background: url(../images/arrow_up.svg) !important;
    width: 12px;
    height: 8px;
    display: inline-block;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }

  /*  */

  .custom_login,
  .custom_regist {
    max-width: 93%;
    padding: 5px 0 20px;
    top: 57%;
  }

  .custom_regist .woocommerce-form-row,
  .custom_login .woocommerce-form-row {
    margin: 0;
  }

  .custom_login .login_img,
  .custom_regist .login_img {
    width: 55px;
    display: none;
  }

  .user_wrap .close_login,
  .user_wrap .close_regist {
    top: -25px;
  }

  .user_wrap .close_login img,
  .user_wrap .close_regist img {
    width: 15px;
    height: 15px;
  }

  .custom_login .woocommerce h2,
  .custom_regist .woocommerce h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .custom_login .woocommerce form.login,
  .custom_regist .woocommerce form.woocommerce-form-register,
  .woocommerce-lost-password .lost_reset_password {
    width: 90%;
  }

  .custom_login .woocommerce-form-login__submit,
  .custom_regist .woocommerce-form-register__submit,
  .woocommerce-lost-password .lost_reset_password .woocommerce-Button {
    font-size: 14px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .custom_login .woocommerce .woocommerce-LostPassword a,
  .custom_regist .woocommerce .woocommerce-LostPassword a {
    font-size: 13px;
  }

  header .container {
    position: relative;
  }

  .custom_regist_drop::before {
    right: 5px;
  }

  .custom_regist_drop li {
    line-height: 1.7;
  }

  .custom_regist_drop li,
  .custom_regist_drop li a {
    font-size: 13px;
  }

  .c_login li a.logout::before {
    width: 12px;
    height: 12px;
  }

  .custom_regist_drop {
    padding: 5px 15px;
    min-width: 145px;
    margin-top: 14px;
  }

  header .logo {
    padding: 7px 0;
  }

  .c_login {
    position: absolute;
    right: 70px;
    top: -60px;
  }

  .monuments_page .momument_left .view_catalogue,
  .home_desc .more_btn {
    font-size: 14px;
  }

  .funeral_services_wrap h1,
  .monuments_page .momument_left .page_title,
  .prayer_downloads_wrap h1,
  .woocommerce-shop .woo_cat_name,
  .find-a-plot h1,
  .about-us h1,
  .woocommerce-cart .main_title,
  .woocommerce-checkout .main_title,
  .woocommerce-account .container .main_title {
    font-size: 33px;
    line-height: 1;
  }

  .top_header p {
    font-size: 13px;
  }

  .top_header {
    font-size: 12px;
  }

  header .logo img {
    height: 75px;
  }

  .home_desc {
    padding: 30px 0 50px;
  }

  .home_desc .h_lead {
    font-size: 35px;
    line-height: 1 !important;
  }

  .home_icons ul {
    display: inherit;
  }

  #mob_slider img {
    width: auto;
    height: 80px;
    margin: auto;
  }

  #mob_slider .owl-nav {
    display: none;
  }

  .home_icons {
    padding: 40px 0 40px;
  }

  #mob_slider .owl-dots,
  #mob_slider_1 .owl-dots {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #mob_slider .owl-dots button,
  #mob_slider_1 .owl-dots button {
    width: 9px;
    height: 9px;
    background: rgba(21, 68, 103, 0.67);
    margin: 0 5px;
    border-radius: 50%;
  }

  #mob_slider .owl-dots button.active,
  #mob_slider_1 .owl-dots button.active {
    background: #154467;
    width: 13px;
    height: 13px;
  }

  .funeral_services_wrap .funeral_call {
    padding: 15px 10px;
    font-size: 13px;
    width: 100%;
  }

  .footer_wrap .f_left,
  .footer_wrap .f_right {
    width: 100%;
  }

  .footer_wrap .f_right {
    order: 1;
  }

  .footer_wrap .f_left {
    order: 2;
    margin-top: 40px;
  }

  .f_location {
    flex-wrap: wrap;
  }

  .f_location p,
  .f_location a {
    width: 100%;
  }

  .footer_wrap .f_left p a {
    font-size: 13px;
  }

  /*  */

  .funeral_services_page,
  .monuments_page,
  .prayer_downloads {
    padding: 20px 0 20px;
  }

  .funeral_services_wrap {
    padding: 20px 20px 30px;
  }

  #mob_slider_1 {
    display: inherit;
  }

  #mob_slider_1 img {
    width: auto;
  }

  .funeral_services_wrap ul li p span {
    white-space: inherit;
  }

  .funeral_services_wrap ul li p {
    padding: 0 15px;
  }

  #mob_slider_1 .owl-nav {
    display: none;
  }

  .funeral_services_wrap ul {
    margin-top: 25px;
  }

  .funeral_services_wrap ul li {
    font-size: 15px;
  }

  .monuments_page .momument_left .view_catalogue {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  /*  */

  .monuments_page .monuments_wrap {
    padding: 25px 20px 20px;
  }

  .monuments_page .momument_left p strong br {
    display: none;
  }

  .monuments_wrap ul {
    padding-left: 15px;
  }

  .monuments_page .momument_right {
    padding-top: 0px;
  }

  /*  */

  .find-a-plot #fluentform_3 .ff-el-group,
  .find-a-plot #fluentform_4 .ff-el-group,
  .find-a-plot #fluentform_5 .ff-el-group {
    width: 100%;
  }

  .find_a_plot_wrap {
    padding: 20px 5px 25px;
  }

  .find-a-plot #fluentform_3 .ff_submit_btn_wrapper .ff-btn-submit,
  .find-a-plot #fluentform_4 .ff_submit_btn_wrapper .ff-btn-submit,
  .find-a-plot #fluentform_5 .ff_submit_btn_wrapper .ff-btn-submit {
    width: 100%;
    font-size: 15px;
  }

  .find-a-plot {
    padding: 20px 0 50px;
  }

  .find-a-plot-image {
    margin-top: 10px;
    padding: 0 20px;
  }

  /*  */

  .prayer_downloads_wrap {
    padding: 23px 0;
  }

  .prayer_downloads_wrap ul {
    padding: 0 50px;
  }

  .prayer_downloads_wrap ul li {
    padding-top: 25px;
    margin-bottom: 15px;
    width: 100%;
  }

  .prayer_downloads_wrap ul li h2 {
    font-size: 17px;
  }

  .prayer_downloads_wrap ul li a {
    font-size: 14px;
  }

  .prayer_downloads_wrap ul li a img {
    margin-bottom: 3px;
    width: 12px;
  }

  /*  */

  .woocommerce-shop .main_desc ul li {
    font-size: 15px;
  }

  .woocommerce-shop .container {
    padding: 30px 20px 1px;
  }

  .custom_category_list h1 {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 15px;
  }

  .main_cat_wrap .cat_desc {
    width: 100%;
    margin-bottom: 30px;
  }

  .custom_category_list {
    padding-bottom: 25px;
    margin-bottom: 26px;
  }

  .woocommerce-shop ul.products {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }

  .products .product .woocommerce-loop-product__title {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .woocommerce-shop ul.products .variations li {
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .woocommerce-shop ul.products .variations .archive-variable-items li::before {
    margin-right: 5px;
  }

  .woocommerce-shop ul.products .variations .archive-variable-items li::before {
    min-width: 13px;
    min-height: 13px;
    width: 13px;
    height: 13px;
  }

  .woo-variation-swatches
    .wvs-style-squared.variable-items-wrapper
    .variable-item:not(.radio-variable-item).button-variable-item
    .variable-item-span {
    font-size: 13px;
  }

  .wvs_archive_reset_variations_link {
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 13px;
  }

  /*  */

  .woocommerce-cart .woocommerce {
    margin-top: 20px;
    padding-top: 10px;
  }

  .custom_login .user_wrap .woocommerce,
  .custom_regist .user_wrap .woocommerce {
    padding-top: 0;
  }

  .woocommerce-lost-password .woocommerce-ResetPassword p {
    font-size: 14px;
  }

  .woocommerce-lost-password
    .container
    .lost_reset_password
    .woocommerce-Input {
    margin-top: 10px;
  }

  .woocommerce-cart .login_popup_message .woocommerce {
    padding-top: 0;
  }

  .woocommerce-cart .main_title {
    padding: 30px 0 0;
  }

  .page-id-150.woocommerce-cart .main_desc p {
    margin-top: 5px;
  }

  .woocommerce-cart-form {
    margin-top: 30px;
  }

  .woocommerce-cart .woocommerce .shop_table {
    padding: 20px;
  }

  .woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-size: 25px;
  }

  .woocommerce-cart .cart-collaterals {
    padding: 20px;
    width: 95%;
    border-top: none;
    margin-top: 20px;
  }

  .woocommerce-cart .cart-collaterals .shop_table.shop_table_responsive {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .woocommerce-cart .shop_table .cart_item .product-name {
    width: 95%;
  }

  .woocommerce-cart .cart-collaterals .shop_table th,
  .woocommerce-cart .cart-collaterals .shop_table td {
    font-size: 15px;
  }

  .woocommerce-cart .shop_table .cart_item {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .wc-proceed-to-checkout a {
    font-size: 15px;
  }

  /*  */

  .woocommerce-checkout .main_title {
    padding-top: 30px;
  }

  .checkout .col2-set,
  .checkout #order_review {
    width: 100%;
  }

  .checkout.woocommerce-checkout {
    padding: 30px 20px 50px;
  }

  .checkout h3 {
    font-size: 18px;
  }

  .checkout .form-row label {
    font-size: 13px;
  }

  .checkout.woocommerce-checkout
    .woocommerce-billing-fields__field-wrapper
    input,
  .checkout.woocommerce-checkout .woocommerce-shipping-fields input,
  .woocommerce-account .woocommerce-MyAccount-content input,
  #customer_login input {
    padding: 8px 10px !important;
  }

  .checkout .woocommerce-billing-fields {
    padding: 20px;
  }

  .woocommerce-additional-fields {
    padding: 25px;
    padding-top: 0;
  }

  .woocommerce-checkout #order_review {
    padding: 25px;
    padding-top: 0;
  }

  .checkout.woocommerce-checkout #order_review th {
    width: 70%;
  }

  .checkout.woocommerce-checkout
    table.woocommerce-checkout-review-order-table
    .product-name {
    line-height: 1.4;
  }

  .checkout.woocommerce-checkout .woocommerce-Price-amount {
    font-size: 14px;
  }

  #payment .payment_methods > li .payment_box,
  #payment .place-order {
    background-color: transparent;
  }

  .form-row.place-order .button.alt {
    font-size: 15px;
  }

  /*  */

  .about-us .ab_top_text {
    padding: 10px 0 0;
  }

  .about-us {
    padding: 20px 0 50px;
  }

  .fabout-us_wrap {
    padding: 20px 0px 30px;
  }

  .ab_boxes {
    padding-top: 20px;
  }

  .ab_boxes ul li {
    width: 50%;
  }

  .ab_boxes a,
  .ab_bottom_text a {
    font-size: 15px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }

  .ab_bottom_text a {
    margin-top: 15px;
  }

  /*  */

  .find_a_plot_wrap .container {
    padding: 0 20px;
  }

  /*  */

  .gallery_page {
    padding: 20px 0;
  }

  .gallery_page .gallery_wrap {
    padding: 20px;
  }

  .gallery_wrap ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .find-a-plot #fluentform_3,
  .find-a-plot #fluentform_4,
  .find-a-plot #fluentform_5 {
    margin-top: 25px;
  }

  /*  */

  .woocommerce-account .container .main_title {
    padding: 20px 0;
  }

  .woocommerce-account .container .main_desc {
    padding: 20px 0;
  }

  .woocommerce-lost-password .container .lost_reset_password {
    padding: 0 20px;
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-content .button.wp-element-button,
  .woocommerce-lost-password
    .container
    .lost_reset_password
    .woocommerce-Button {
    width: 100%;
  }

  /*  */

  .woocommerce-account
    .container
    .main_desc
    .woocommerce
    .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-right: 0;
  }

  .woocommerce-account
    .container
    .main_desc
    .woocommerce
    .woocommerce-MyAccount-content {
    width: 100%;
  }

  .woocommerce-account .login_popup_message .woocommerce .pp-wrapper {
    margin-top: 95px;
    margin-left: 10px;
  }

  .woocommerce-account
    .container
    .main_desc
    .woocommerce
    .woocommerce-MyAccount-navigation,
  .woocommerce-account
    .container
    .main_desc
    .woocommerce
    .woocommerce-MyAccount-content {
    background: #fff;
    padding: 15px;
    padding-top: 10px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-top: 200px !important;
  }

  .woocommerce-account
    .container
    .main_desc
    .woocommerce
    .woocommerce-MyAccount-navigation
    ul
    li
    a {
    line-height: 1;
    font-size: 14px;
  }

  .woocommerce-account
    .container
    .main_desc
    .woocommerce
    .woocommerce-MyAccount-content
    p,
  .woocommerce-account
    .container
    .main_desc
    .woocommerce
    .woocommerce-MyAccount-content
    a {
    font-size: 14px;
  }

  /* Thank you page */

  .woocommerce-order-received .woocommerce-order {
    padding: 15px;
  }

  .woocommerce-order-received
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
  .woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields,
  .woocommerce-order-received .woocommerce-customer-details address {
    padding: 15px;
  }

  .woocommerce-order-details__title,
  .woocommerce-column__title {
    font-size: 20px;
  }

  .woocommerce-order-received
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
  .woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields,
  .woocommerce-order-received .woocommerce-customer-details address {
    font-size: 13px;
  }
}

@media only screen and (max-width: 411px) {
  .woocommerce-cart .shop_table .cart_item .product-name {
    width: 85%;
  }
  .find-a-plot #fluentform_3 .ff-el-group,
  .find-a-plot #fluentform_4 .ff-el-group,
  .find-a-plot #fluentform_5 .ff-el-group {
    padding-left: 30px;
  }
}

.simple-keyboard-name {
  display: none;
}

.simple-keyboard-father-name {
  display: none;
}

.ff_input-group-append {
  cursor: pointer;
}

.ll-skin-cangas .ui-datepicker-header {
  background-color: #154467;
}

.greg_date_of_death_wrapper {
  display: none;
}
