.fs-6 {
  font-size: 6px;
}

.fs-8 {
  font-size: 8px;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-34 {
  font-size: 34px;
}

.fs-36 {
  font-size: 36px;
}

.fs-48 {
  font-size: 48px;
}

.fs-60 {
  font-size: 60px;
}

.fs-72 {
  font-size: 72px;
}

.fs-96 {
  font-size: 96px;
}

.lh-01 {
  line-height: 0.1;
}

.lh-02 {
  line-height: 0.2;
}

.lh-05 {
  line-height: 0.5;
}

.lh-08 {
  line-height: 0.8;
}

.lh-1 {
  line-height: 1;
}

.fw-2 {
  font-weight: 200;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-9 {
  font-weight: 900;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid;
  border-radius: 0;
  background-position: center;
  transition: background 0.8s;
}

.btn-xs {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid;
  border-radius: 0;
  background-position: center;
  transition: background 0.8s;
}

.btn-l {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid;
  border-radius: 0;
  background-position: center;
  transition: background 0.8s;
}

.btn-xl {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid;
  border-radius: 0;
  background-position: center;
  transition: background 0.8s;
}

#listing-page .flex-main {
  flex: 1;
}

#listing-page .flex-main .products {
  display: flex;
  flex-wrap: wrap;
}

#listing-page .flex-main .products .product-item {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 4px;
}

@media (max-width: 1400px) {
  #listing-page .flex-main .products .product-item {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media (max-width: 1200px) {
  #listing-page .flex-main .products .product-item {
    flex-basis: 33.3%;
    max-width: 33.3%;
  }
}

@media (max-width: 1000px) {
  #listing-page .flex-main .products .product-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width: 750px) {
  #listing-page .flex-main .products .product-item {
    flex-basis: 100%;
    max-width: 100%;
  }
}

#listing-page .flex-main .products h5 {
  color: #999966;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

#sidebar {
  background-color: #ebebe0 !important;
}

#sidebar ul,
#sidebar li,
#sidebar a,
#sidebar span,
#sidebar p {
  color: #999966 !important;
}

#sidebar .social-icon {
  font-size: 35px !important;
  margin-bottom: 10px;
}

#sidebar iframe {
  margin: 0 auto;
  display: block;
}

.custom-menu {
  top: 10px !important;
  z-index: 1000 !important;
}

#sidebarCollapse {
  background: #ebebe0 !important;
  border-color: #ebebe0 !important;
  font-size: 21px;
  color: #999966 !important;
}

#sidebarCollapse:hover,
#sidebarCollapse:focus {
  background: #ebebe0 !important;
  border-color: #ebebe0 !important;
}

#sidebar.active .custom-menu {
  left: 25px;
}

#customer_phone::-webkit-outer-spin-button,
#receiver_phone::-webkit-outer-spin-button,
#customer_phone::-webkit-inner-spin-button,
#receiver_phone::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

#customer_phone,
#receiver_phone {
  -moz-appearance: textfield;
}

.form-control {
  border: 1px solid #999966;
}

textarea.form-control {
  height: 200px !important;
}

.select2-selection {
  display: block;
  width: 100%;
  height: 40px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

#listing-page .product-item:hover {
  transform: translateY(-4px);
  opacity: 0.9;
}

#product-page .product-id-label {
  left: 30px;
}

.products .product-item .product-id-label {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid #999966;
  border-radius: 50%;
  z-index: 5;
  text-align: center;
  padding-top: 4px;
}

.products .product-item .product-id-label .product-id {
  font-size: 20px;
  color: #999966;
}

.products .product {
  margin: 0 !important;
  border: 1px solid #999966;
  border-radius: 3px;
  margin: 10px;
  padding: 5px;
  height: 100%;
}

.products .product img {
  width: 100%;
}

.products .product .product-info {
  position: relative;
}

.products .product .product-price {
  padding: 0 5px;
  color: #4d4d33;
  font-size: 24px;
  font-weight: 600;
  margin-top: 15px;
}

.products .product .product-size {
  color: #737373;
  font-size: 12px;
  padding: 0;
  margin-bottom: 0;
  margin-top: 2px;
}

.products .product .product-size-separator {
  color: #737373;
  font-size: 14px;
  padding: 5px;
  padding-right: 0;
  padding-top: 2px;
}

.products .product .flowers-count {
  padding: 0;
  color: #737373;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 2px;
}

.products .product .product-name {
  padding: 5px;
  color: #737373;
  font-size: 18px;
  font-weight: 700;
}

.products .product .product-description {
  padding: 5px 0;
  color: #737373;
  font-size: 13px;
  font-weight: 400;
}

#sidebar-content {
  z-index: 10;
  position: fixed;
  padding: 22px !important;
  padding-top: 0 !important;
  background-color: #ebebe0;
  height: calc(100% - 75px);
}

#sidebar-content .sidebar-phone {
  padding: 0 !important;
  vertical-align: super;
  font-size: 20px;
}

#sidebar-content .sidebar-link {
  font-size: 16px;
  padding: 12px 0 !important;
}

#sidebar-content li {
  border-bottom: 1px solid #999966;
}

#sidebar-content li:first-child {
  border-top: 1px solid #999966;
}

.change-language {
  cursor: pointer;
  z-index: 1000;
  color: #999966;
  margin-top: 25px;
}

.change-language img {
  margin-bottom: 5px;
  width: 18px;
  border: 1px solid #999966;
}

hr.main-clr {
  border-bottom: 1px solid #999966;
  margin-top: 5px;
  margin-bottom: 0;
}

.image-block {
  position: relative;
}

.show-btn-block {
  bottom: 0;
  width: 100%;
  padding-top: 5px;
}

.show-btn {
  border-radius: 25px !important;
  margin: 0 auto;
  display: block;
  font-weight: 400;
  font-size: 18px;
  border: none;
  background-color: #999966;
  color: #fff;
}

.show-btn:hover,
.show-btn:focus,
.show-btnactive {
  background-color: #4d4d33;
  color: #fff;
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  height: 75px;
  background-color: #ebebe0;
}

#header .f-height {
  height: 100%;
}

#header-right-block {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30 !important;
  margin-top: 25px;
  padding-right: 36px;
}

#header-right-block a {
  color: #999966;
}

#main {
  margin-top: 75px;
}

#header-logo-block {
  background: transparent;
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  z-index: 20;
}

#header-logo {
  display: block;
  margin: 0 auto;
  width: 250px;
  cursor: pointer;
  padding-top: 5px;
}

.header-link {
  color: #999966;
  font-size: 16px;
  margin-right: 8px;
}

.header-link i {
  font-size: 18px;
  vertical-align: text-bottom;
  margin-right: 3px;
}

@media (max-width: 1000px) {
  .header-link {
    display: none;
  }
}

@media (max-width: 450px) {
  #sidebarCollapse {
    margin-left: -14px;
  }

  #header-right-block {
    padding-right: 18px;
  }
}

#sidebar.active #sidebar-content {
  overflow-y: scroll !important;
}

#sidebar.active #sidebar-content::-webkit-scrollbar-track {
  background-color: #fff;
}

#sidebar.active #sidebar-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

#sidebar.active #sidebar-content::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #999966;
}

body,
#content,
#listing-page {
  overflow-x: hidden;
}

@media (max-width: 550px) {
  #header-logo {
    width: 230px;
  }

  #sidebar.active #sidebar-content {
    height: calc(100% - 75px) !important;
    border-right: none;
    width: 100%;
    height: 100%;
    background-color: #ebebe0;
    z-index: 10;
  }
}

#footer {
  padding: 36px;
  background-color: #ebebe0;
  text-align: center;
  color: #999966;
}

#footer a {
  color: #999966;
}

#footer .f-links {
  margin-bottom: 15px;
}

#footer .footer-link {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #999966;
}

#footer .footer-link:last-child {
  border-right: none;
}

#footer .social-icon {
  font-size: 35px;
}

#footer .footer-phone {
  font-size: 24px;
}

.w247 {
  margin: 10px auto;
}

.pagination li span,
.pagination li a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #ffffff !important;
  color: #737373 !important;
  padding: 10px 15px;
}

.pagination li.active span,
.pagination li.active a {
  background-color: #999966 !important;
  color: #fff !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border: 1px solid #999966 !important;
}

#about-page #content {
  color: #999966;
  font-size: 26px;
  padding: 25px 100px;
  text-align: center;
}

@media (max-width: 550px) {
  #about-page #content {
    color: #999966;
    font-size: 20px;
    padding: 50px 15px;
    text-align: center;
  }
}

#product-page .control-label {
  padding-top: 0;
}

#product-page .payment-icons {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

#product-page .payment-icon {
  height: 30px;
  width: auto;
  margin-right: 2px;
}

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

.buy-btn-card {
  background-color: #4d4d33;
  color: #fff !important;
  font-size: 22px;
  padding: 10px;
  margin: 5px;
  border-radius: 10px !important;
}

.buy-btn-card i {
  font-size: 26px;
  margin-right: 5px;
}

.buy-btn-idram {
  background-color: #F57E30;
  border: 1px solid #fff;
  color: #fff !important;
  font-size: 22px;
  padding: 10px;
  margin: 5px;
  border-radius: 10px !important;
}

.buy-btn-idram i {
  font-size: 26px;
  margin-right: 5px;
}

.idram-btn-img {
  height: 30px;
  width: auto;
  margin: 0 auto;
}

.buy-btn-cash {
  background-color: #fff;
  border: 1px solid #4d4d33;
  color: #4d4d33 !important;
  font-size: 22px;
  padding: 10px;
  margin: 5px;
  border-radius: 10px !important;
}

.buy-btn-cash i {
  font-size: 26px;
  margin-right: 5px;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection {
  border: 1px solid #999966;
}

.select2-container .select2-selection__arrow {
  top: 7px !important;
  right: 4px !important;
}

.clr-green {
  color: #4d4d33;
}

.clr-main {
  color: #999966;
}

.clr-grey {
  color: #737373;
}

.bb-main {
  border-bottom: 1px solid #999966;
}

hr.bb-main {
  margin-bottom: 0;
}

#count {
  text-align: center;
  width: 100px;
  padding: 12px !important;
  height: 48px !important;
  font-size: 20px;
}

@media (min-width: 992px) and (max-width: 1060px) {
  .buy-btn-card,
  .buy-btn-cash {
    font-size: 20px !important;
  }
}

@media (max-width: 768px) {
  .mtm-15 {
    margin-top: 15px !important;
  }
}

#sidebar .payment-icon {
  display: inline-block;
  height: auto;
  width: 70px;
  margin-right: 3px;
  margin-bottom: 10px;
}

.contact-btn {
  background-color: #4d4d33;
  border: none !important;
  color: #fff !important;
  font-size: 22px;
  padding: 10px;
  margin: 5px;
  border-radius: 10px !important;
}

.pin-button {
  position: absolute;
  bottom: 10px !important;
  right: 10px !important;
  text-align: right;
}

.modal-dialog {
  max-width: 700px;
}

.modal-content {
  border: none;
  position: relative;
  padding: 0 !important;
  font-size: 14px;
  border-radius: 0;
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.modal-content .phone {
  font-size: 30px;
}

.modal-content .hp {
  padding-right: 15px;
  padding-left: 15px;
}

.modal-content .close-x {
  font-size: 32px;
  font-weight: 200;
  color: #fff;
  opacity: 1;
  margin-right: 0;
  margin-top: -12px;
}

.modal-content .modal-header {
  padding: 0;
  border: none;
}

.modal-content button.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  text-shadow: none;
  background: #999966;
  color: #fff !important;
  opacity: 1;
}

.modal-content .modal-body {
  border: none;
  position: relative;
  z-index: 0;
  background-color: #ebebe0;
}

.modal-content .modal-body h2 {
  font-size: 36px;
}

.modal-content .modal-body h2 span {
  font-weight: 400;
}

.modal-content .modal-body h3 {
  font-size: 16px;
}

.modal-content .modal-body .btn-primary {
  color: #4d4d33 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.modal-content .text {
  position: relative;
  z-index: 0;
}

.modal-content .text:after {
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: -1;
}

#search-block {
  margin-bottom: 15px;
}

#search-block #search-input {
  padding-left: 45px;
  color: #4d4d33;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#search-block .la-search {
  position: absolute;
  top: 1px;
  left: 11px;
  font-size: 30px;
  color: #999966;
  border-right: 1px solid #999966;
  height: 38px;
  padding-top: 5px;
  padding-right: 5px;
}

.pr-5px {
  padding-right: 5px;
}

.pl-5px {
  padding-left: 5px;
}

.irs--round .irs-handle {
  border: 4px solid #999966;
  cursor: pointer;
}

.irs-from,
.irs-to,
.irs-bar {
  background-color: #999966 !important;
}

.irs-from::before,
.irs-to::before,
.irs-bar::before {
  border-top-color: #999966 !important;
}

.irs-line {
  background-color: #ebebe0 !important;
}

.irs-grid-pol {
  background-color: #ebebe0 !important;
}

.irs-grid-text {
  color: #ebebe0;
}

.irs-min,
.irs-max {
  background-color: #ebebe0 !important;
  color: #999966 !important;
}

#addressnavs {
  border-bottom: 0;
  margin-bottom: 1px;
}

#addressnavs a {
  border: 1px solid #999966;
  border-bottom: none;
  color: #999966;
}

#addressnavs a.active {
  background-color: #999966;
  color: #fff;
}

#addresstabs {
  border: 1px solid #999966;
  padding: 15px;
  overflow-x: auto;
}

#addresstabs::-webkit-scrollbar-track {
  background-color: #ebebe0;
}

#addresstabs::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

#addresstabs::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #999966;
}

#addresstabs img {
  height: 90px;
  width: auto;
}

#addresstabs #churchtab,
#addresstabs #funeraltab {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.address-item {
  border: 1px solid #999966;
  border-radius: 4px;
  padding: 5px;
}

.address-item.active {
  border: 2px solid #4d4d33;
}

.clear {
  clear: both;
}

.church-item {
  height: 190px;
  cursor: pointer;
}

.church-item img {
  margin: 0 auto;
  display: block;
  margin-bottom: 5px;
}

.church-item p {
  width: 130px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
}

.church-item p:first-child {
  font-weight: 700;
}

.funeral-item {
  height: 190px;
  cursor: pointer;
}

.funeral-item img {
  margin: 0 auto;
  display: block;
  margin-bottom: 5px;
}

.funeral-item p {
  width: 130px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
}

.funeral-item p:first-child {
  font-weight: 700;
}

@media (max-width: 600px) {
  #content {
    padding: 30px 0 !important;
  }

  #product-page .fff {
    padding: 0 !important;
  }

  #product-page .col-xs-12 {
    padding: 5px !important;
  }

  #product-page #addresstabs {
    padding: 15px 0 !important;
  }

  #product-page .address-item {
    padding: 0 !important;
  }

  #product-page .funeral-item p,
  #product-page .church-item p {
    width: 85px !important;
    font-size: 9px !important;
  }

  #product-page .church-item img {
    height: 50px !important;
  }

  #product-page .funeral-item img {
    height: 75px !important;
  }

  #product-page .select2-selection__rendered {
    font-size: 10px !important;
  }
}

#ssl-text {
  background-image: url("/images/lock.svg");
  background-repeat: no-repeat;
  background-size: 45px 45px;
  padding-left: 50px;
  min-height: 55px;
  font-size: 20px;
  font-weight: 900;
  margin-top: 20px;
  background-position: 5px 5px;
}

#product-page .flex-main {
  flex: 1;
}

#product-page .flex-main .products {
  display: flex;
  flex-wrap: wrap;
}

#product-page .flex-main .products .product-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 4px;
}

@media (max-width: 1199px) {
  #product-page .flex-main .products .product-item {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  #product-page .flex-main .products .product-item {
    flex-basis: 100%;
    max-width: 100%;
  }
}

#product-page .flex-main .products .product {
  margin: 0 !important;
  border: 1px solid #999966;
  border-radius: 3px;
  margin: 10px;
  padding: 5px;
  height: 100%;
}

#product-page .flex-main .products .product img {
  width: 100%;
}

#product-page .flex-main .products h5 {
  color: #999966;
}

#checkout-page .flex-main {
  flex: 1;
}

#checkout-page .flex-main .products {
  display: flex;
  flex-wrap: wrap;
}

#checkout-page .flex-main .products .product-item {
  flex: 0 0 16.6%;
  max-width: 16.6%;
  padding: 4px;
}

@media (max-width: 1199px) {
  #checkout-page .flex-main .products .product-item {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media (max-width: 850px) {
  #checkout-page .flex-main .products .product-item {
    flex-basis: 100%;
    max-width: 100%;
  }
}

#checkout-page .flex-main .products .product {
  margin: 0 !important;
  border: 1px solid #999966;
  border-radius: 3px;
  margin: 10px;
  padding: 5px;
  height: 100%;
}

#checkout-page .flex-main .products .product img {
  width: 100%;
}

#checkout-page .flex-main .products h5 {
  color: #999966;
}

