/*===========================
    1. COMMON css 
===========================*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  margin: 0px;
}

h1 {
  font-size: 65px;
  font-weight: normal;
}

h2 {
  font-size: 45px;
  font-weight: normal;
  line-height: 60px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 19px;
}

h6, .h6 {
  font-size: 0.9rem;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  color: #000;
  margin: 0px;
}

input, textarea {
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-style: normal;
  color: #000;
  font-size: 15px;
  line-height: 28px;
  overflow-x: hidden;
}
.container-fluid {
  max-width: 1300px;
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-slide {
  outline: 0;
}

a {
  text-decoration: none;
}

ul, li {
  margin: 0;
}

body {
  background-color: rgb(255 248 236);
  /*font-family: "PT Sans", sans-serif;*/
      font-family: "Raleway", sans-serif;
  font-size: 16px;
}


h1, h2 {
  /*font-family: "coconatregular";*/
      font-family: "Raleway", sans-serif;
  font-weight: normal;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

@media (max-width: 767px) {
  .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    width: 350px;
  }
  .inner-banner-block .inner-banner img {
/*    object-position: -1128px;*/
  }
  .payment-list .list-group-item img {
    max-width: 100% !important;
  }
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border: none;
  border-radius: 0;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 1rem;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -360px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

/*Right*/
.modal.left .modal-dialog {
  width: 400px;
}

@media (max-width: 767px) {
  .modal.left .modal-dialog {
    width: 350px;
  }
}

.modal.left.fade .modal-dialog {
  left: -400px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

.section-title .sub-title {
  display: inline-block;
  position: relative;
  margin-bottom: 45px;
  z-index: 1;
}

.section-title .sub-title span.title {
  text-transform: uppercase;
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  z-index: 1;
}

.section-title .sub-title .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  font-size: 65px;
  color: #ffe5dc;
  line-height: 1;
  z-index: -1;
}

.section-title h2 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 47px;
  }
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .product-details-btn .cart-btn {
    width: 100% !important;
  }
  .subscribe .s-form {
    width: 100% !important;
  }
  .free-ship {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .free-ship .sml {
    width: auto !important;
  }

}

.section-title h2 span {
  color: #000000;
}

.title-span-line span.line {
  background-color: #000000;
  height: 5px;
  border-radius: 2.5px;
}

.title-span-line span.line-1 {
  width: 40px;
}

.title-span-line span.line-2 {
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.title-span-line span.line-3 {
  width: 40px;
}

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

.section-white-title h2 span {
  color: #000000;
}

ul.social-link li {
  display: inline-block;
}

.form_group {
  position: relative;
}

.form_control {
      width: 100%;
    padding: 0 15px;
    height: 45px;
}

textarea.form_control {
  padding-top: 15px;
}

/*===== All bg =====*/
.main-bg {
  background-color: #000000;
}

.light-bg {
  background: #f7f7f7;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  padding: 14px 43px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #000000;
  line-height: 27px;
  text-transform: capitalize;
  border-radius: 28px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-btn:after {
  display: inline-block;
  padding-left: 10px;
  font-family: 'IcoFont';
  content: '\ea5d';
}

.main-btn:hover, .main-btn:focus {
  background: #000000;
  color: #fff;
}
.menu-item-has-children {
    position: relative;
}

.menu-item-has-children > .next-submenu {
   position: absolute !important;
    top: 0;
    left: 100%;
    min-width: 220px;
    background: #fff8ec;
    display: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    padding: 10px;
    border-radius: 5px;
}
.menu-item-has-children.sub-menu-1::after {
  position: absolute;
  content: "\F285";
  font-family: "bootstrap-icons";
  right: 0;
  top: 0;
  font-size: 14px;
}
.menu-item-has-children:hover > .next-submenu {
    display: block;
}

button {
  border: none;
}

.btn-link {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.btn-link:after {
  display: inline-block;
  content: '\ea5d';
  font-family: 'IcoFont';
  padding-left: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.btn-link:hover, .btn-link:focus {
  text-decoration: none;
}

.btn-link:hover:after, .btn-link:focus:after {
  padding-left: 15px;
}

/*
    nice select css
*/
.nice-select {
  width: 100%;
  outline: none;
}

.nice-select.open:after {
  -webkit-transform: none;
          transform: none;
}

.nice-select:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  right: 20px;
  font-size: 12px;
  font-weight: 600;
  -webkit-transform: none;
          transform: none;
  border: none;
  top: 0;
  margin-top: 0;
  color: #2E2E2E;
}

.nice-select .list {
  width: 100%;
}

/*
    Start Preloader css
*/
.preloader {
  background-color: #fbfbfb;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999999999;
}

.lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999;
}

.lds-ellipsis span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000000;
  -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
  animation: ball-pulse-sync .6s 0s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(1) {
  -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(2) {
  -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*
    End Preloader css
*/
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

/*
    Start scroll_up css
*/
.back-to-top {
  background: #000000;
  border-radius: 50%;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 337;
}

.back-to-top:hover,
.back-to-top:focus {
  background: #000000;
  color: #fff;
}

.primery-btn {
  font-size: 14px;
  background-color: #e7c85c;
  color: #000;
  padding: 10px 30px;
  font-weight: 500;
/*  text-transform: uppercase;*/
/*  letter-spacing: 0.2rem;*/
  border-radius: 10px;
  transition: all 0.3s;
}

.primery-btn:hover {
  background-color: #e7c85c;
  color: #000;
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
  transform: translate(0.1em, 0.1em);
}

.primery-btn i {
  font-size: 20px;
}

.btn {
/*  text-transform: uppercase;*/
}

.btn:hover {
  background-color: #e7c85c;
  color: #000;
}

.line-button-dark {
  background: #e7c85c;
/*  border: #000000 solid 1px;*/
  color: #000000;
  border-radius: 10px;
}

.line-button-dark i {
  margin-right: 20px;
}

.line-button-dark:hover {
  background: #e7c85c;
}

.line-button-light {
  background: transparent;
  border: #e7c85c solid 1px;
  color: #000000;
  border-radius: 10px;
}

.line-button-light:hover {
  background: #e7c85c;
  color: #000;
}

.float-right {
  float: right;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

/*
    End scroll_up css
*/
.inner-block {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .inner-block {
    padding-top: 10px;
  }
  .ambass .left {
    height: 280px !important;
  }
}

.modal-dialog {
/*  margin: 0px auto;*/
}

@media (max-width: 991px) {
  .modal-dialog {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .modal-dialog {
    padding: 0 20px;
  }
}

.bdr-radius {
  border-radius: 10px;
}

.btn {
  padding: 12px 20px;
}

.modal-content {
  background-color: #f9eedf !important;
      border-radius: 10px;
    border: none;
}

@media (max-width: 991px) {
  header {
    padding: 0 0;
  }
}

@media (max-width: 991px) {
  header .header-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

header .header-middle {
  padding: 0.5rem 0;
  box-shadow: 0 2px 10px rgb(218 218 218 / 50%);
  background-color: #082215;
}

@media (max-width: 991px) {
  header .header-middle {
    padding: 10px 0 0 0;
  }
}

@media (max-width: 991px) {
  header .header-middle .head-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 991px) {
  header .header-middle .head-col {
/*    background-color: #f9eedf;*/
    /*margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;*/
  }
}

header .header-top {
  background: #f9eedf;
}

@media (max-width: 991px) {
  header .header-top .current-market {
    border-bottom: #FFF solid 1px;
    padding: 15px 0 15px 15px;
  }
}

header .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  width: 300px;*/
  margin: 0px auto;
}

header .brand img {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 991px) {
  header .brand {
        width: 100%;
    margin: auto;
  }
}

@media (max-width: 767px) {
  header .brand {
/*    width: 190px;*/
  }
}

header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  position: relative;
}

@media (max-width: 991px) {
  header .header-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}

header .top-message {
  width: 100%;
  text-align: center;
  padding: 6px 0;
}

header .top-message p {
  color: #f9eedf;
  font-size: 14px;
}

@media (max-width: 767px) {
  header .top-message p {
    font-size: 11px;
    line-height: 15px;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 5px;
}

.header-right .search-area {
 text-align: center;
  padding: 0 0;
  margin: 5px;
  padding: 6px;
   
}
.header-right .search-area i {
  font-size: 21px;
  color: #fff;

}
.header-right .search-area .search-icon {
  width: 26px;
  height: 24px;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(../assets/search.svg);
  mask-image: url(../assets/search.svg);
  background-color: #000;
}

.header-right .login-box {
  text-align: center;
  padding: 0 0;
  margin: 5px;
  padding: 6px;
   

}
.header-right .login-box i {
  font-size: 26px;
  color: #fff;
}
.header-right .login-box .dropdown-menu {
  border: #000000 solid 1px;
  border-radius: 0 !important;
}

.header-right .head-right-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
/*    padding-left: 1rem;*/
/*    border-left: 1px solid #000000;*/
 
}

@media (max-width: 991px) {
  .header-right .head-right-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header-right .head-right-area .cart-no {
  position: absolute;
  top: 0px;
  right: -6px;
  width: 15px;
  height: 15px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #498D53;
  font-size: 8px;
  line-height: 15px;
}

.header-right .head-right-area .cart {
     position: relative;
    margin: 5px;
    text-align: center;
    padding: 6px;
   
}
.fMenu a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}

.header-right .head-right-area .cart .cart-icon {
  width: 23px;
  height: 32px;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(../assets/shopping.svg);
  mask-image: url(../assets/shopping.svg);
  background-color: #000;
}

/*.header-right .head-right-area .cart a {
  color: #FFF;
  padding: 0;
  margin-top: 3px;
}*/
.iccon i{
  font-size: 26px;
  color: #fff;
}
@media (max-width: 991px) {
  .header-right .head-right-area .cart a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.head-left-align {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;

          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap;
}

@media (max-width: 991px) {
  .head-left-align {

            flex-direction: row;

        align-content: flex-start;

            align-items: center;
            justify-content: space-between;
  }
  .yourLocation h5 {
    display: none;
  }
}

.category-menu {
  display: block;
  width: 100%;
}

@media (max-width: 991px) {
  .category-menu {
    margin-left: 0;
  }
}

.delivery-area {
  background: url(../assets/location.svg) no-repeat left center;
  position: relative;
  background-size: 43px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .delivery-area {
    margin-left: 4px;
  }
}

@media (max-width: 991px) {
  .delivery-area {
    margin-left: 0;
    margin-top: 1px;
  }
}

.delivery-area .delivery-btn {
  background: transparent;
  text-align: left;
  padding-left: 45px;
  width: 50px;
  height: 40px;
}

.delivery-area .delivery-btn .button-area {
  position: relative;
  display: none;
}

.delivery-area .delivery-btn .button-area:after {
  content: '';
  width: 20px;
  height: 25px;
  position: absolute;
  right: -25px;
  top: 10px;
  background: url(../assets/arrow.svg) no-repeat center center;
  background-size: 16px;
}

@media (max-width: 991px) {
  .delivery-area .delivery-btn .button-area:after {
    top: -3px;
  }
}

.delivery-area h3 {
  font-size: 14px;
  color: #000;
}

@media (max-width: 991px) {
  .delivery-area h3 {
    display: none;
  }
}

.delivery-area p {
  font-size: 14px;
  color: #000;
  line-height: 16px;
}

.shop-area {
  background: url(../assets/shop.svg) no-repeat left center;
  position: relative;
  background-size: 25px;
  margin-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-area {
    margin-left: 4px;
  }
}

@media (max-width: 991px) {
  .shop-area {
    margin-left: 0;
    margin-top: 0;
    margin-right: 10px;
    background-size: 22px;
  }
}

.shop-area .shop-btn {
  background: transparent;
  text-align: left;
  padding-left: 30px;
  width: 50px;
  height: 40px;
}

.shop-area .shop-btn .button-area {
  position: relative;
  display: none;
}

.shop-area .shop-btn .button-area:after {
  content: '';
  width: 20px;
  height: 25px;
  position: absolute;
  right: -25px;
  top: 0px;
  background: url(../assets/arrow.svg) no-repeat center center;
  background-size: 16px;
}

.shop-area h3 {
  font-size: 14px;
  color: #000;
}

.mobile-menu-bottom {
  background-color: #fae7c9;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9;
  padding: 0px 0;
  display: none;
}

@media (max-width: 991px) {
  .mobile-menu-bottom {
    display: block;
  }
}

.mobile-menu-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu-bottom ul li {
  flex-grow: 1;
    padding: 5px 0 !important;
    position: relative;
}
.mobile-menu-bottom ul li.active{
/*  background-color: #008b48;*/
}
.mobile-menu-bottom ul li.active a{
  color: #498D53;
}
.mobile-menu-bottom ul li.active a span{
  color: #498D53;
}
.mobile-menu-bottom ul li a {
      color: #000000;
    display: block;
    padding: 0.25rem 1rem;
    position: relative;
    text-align: center;
    z-index: 1;
}

.mobile-menu-bottom ul li a span {
  color: #000000;
    font-size: 12px;
    font-weight: 700;
}

.mobile-menu-bottom ul li a i {
     display: block;
    font-size: 20px;
}

.mobile-menu-bottom ul li a ._cart-btn_ {
    display: flex;
    justify-content: center;
}

.mobile-menu-bottom ul li a ._cart-btn_ i {
    position: relative;
    width: 30px;
}

.mobile-menu-bottom ul li a ._cart-btn_ span {
    position: absolute;
    background-color: #498D53;
    font-size: 0.6rem;
    color: #ffffff;
    border-radius: 50%;
    right: 0;
    top: 0;
    font-style: normal;
    height: 17px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 17px;
}

.mobile-menu-bottom ul li a .cart-icon {
  background-image: url(../assets/shopping-white.svg);
}

.mobile-menu-bottom ul li a .location-icon {
  background-image: url(../assets/location.svg);
}
.menu-item-has-child.show .sub-menu {
  display: block;
}
.mobile-menu-bottom ul li.active .menu-icon:before, .mobile-menu-bottom ul li:hover .menu-icon:before, .mobile-menu-bottom ul li:focus .menu-icon:before {
  content: '';
  width: 80%;
  height: 80%;
  position: absolute;
  border-radius: 50%;
  /*background: #000;*/
  left: 10%;
  top: 10%;
  z-index: -1;
}
.menu-item.all {
  background-color: #fae7c9;
  border-radius: 3px;
}
/*.menu-item.all a {
  color: #000 !important;
}*/
.modal-backdrop {
  z-index: 1;
}

.search-popup .modal-content {
  padding: 60px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .search-popup .modal-content {
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

.search-popup .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}

.search-popup .modal-body {
  padding-top: 60px;
}

.search-popup .search-field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.search-popup .search-field .field {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #bc8f28 !important;
  padding: 11px 0 11px 20px;
  font-size: 14px;
/*  border: #666 solid 1px;*/
}

.search-popup .search-field .search-icon {
  position: absolute;
  right: 10px;
  top: 0;
  width: 40px;
  height: 100%;
  background: url(../assets/search.svg) no-repeat center center;
  z-index: 1;
}

.popup-store-list {
  /* Hide the actual radio buttons: their labels (the 'tabs') activate them. */
  /* ---------------------------------------------------------------------------------- */
  /* Make the tabs work.
   The following works because one tab is checked by default (set in the HTML). */
  /* Display the content (i.e., the fieldset) of the selected tab: */
}

.popup-store-list .modal-content {
  padding: 4rem 0;
}

@media (max-width: 767px) {
  .popup-store-list .modal-content {
    padding: 2rem 0;
  }
}

.popup-store-list .modal-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
  padding: 0;
  text-align: center;
}

.popup-store-list .super-items {
  padding: 0 0 0 0;
}

@media (max-width: 767px) {
  .popup-store-list .super-items {
    padding: 10px 0 30px 0;
  }
}

.popup-store-list .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.popup-store-list .modal-dialog {
/*  width: 100%;
  max-width: 600px;*/
}

.popup-store-list .modal-header h5 {
  font-size: 2rem;
  width: 100%;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .popup-store-list .modal-header h5 {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-top: 0px;
  }
}

.popup-store-list P {
  text-transform: capitalize;
  color: #333;
}

@media (max-width: 767px) {
  .popup-store-list P {
    font-size: 1rem;
  }
}

.popup-store-list .superdorp-right {
  width: 100%;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .popup-store-list .superdorp-right {
    width: 100%;
    padding-left: 10px;
  }
}

.popup-store-list .super-items h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.popup-store-list .super-items ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-store-list .super-items ul li {
  width: auto;
  margin-top: 20px;
  padding: 0 20px;
}

.popup-store-list .super-items ul li .order-item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-store-list .super-items ul li .order-type {
  width: 300px;
  border: #000000 solid 2px;
  border-radius: 0;
  padding: 10px 20px 10px 80px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: #000000;
  position: relative;
}

.popup-store-list .super-items ul li .order-type:after {
  width: 50px;
  height: 35px;
  content: '';
  position: absolute;
  left: 20px;
  top: 8px;
  -webkit-mask-size: cover;
  background-color: #000000;
  -webkit-mask-position: center;
          mask-position: center;
}

/*.popup-store-list .super-items ul li .order-type.vehicle:after {
  -webkit-mask-image: url(../assets/vehicle.svg);
  mask-image: url(../assets/vehicle.svg);
}*/

/*.popup-store-list .super-items ul li .order-type.take-way:after {
  -webkit-mask-image: url(../assets/take-way.svg);
  mask-image: url(../assets/take-way.svg);
}*/

/*.popup-store-list .super-items ul li .order-type.dining:after {
  -webkit-mask-image: url(../assets/dining.svg);
  mask-image: url(../assets/dining.svg);
}*/

.popup-store-list .super-items ul li .order-type:hover, .popup-store-list .super-items ul li .order-type.active {
  background-color: #000000;
  color: #FFF;
}

.popup-store-list .super-items ul li .order-type:hover:after, .popup-store-list .super-items ul li .order-type.active:after {
  background-color: #FFF;
}

.popup-store-list .super-items ul li .form-check .form-check-input {
  margin-left: 0;
  display: none;
}

@media (max-width: 767px) {
  .popup-store-list .super-items ul li {
    width: 100%;
    padding: 0 0px;
  }
}

.popup-store-list .super-items ul li .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.popup-store-list .super-items ul li .form-check label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: #000000 solid 1px;
  border-radius: 0;
  padding: 5px 20px;
}

@media (max-width: 767px) {
  .popup-store-list .super-items ul li .form-check label {
    padding: 10px;
  }
}

.popup-store-list .super-items ul li .form-check label .delivery-icon {
  width: 45px;
  height: 45px;
  -webkit-mask-size: 35px;
          mask-size: 35px;
  background-color: #000000;
}

/*.popup-store-list .super-items ul li .form-check label .delivery-icon.vehicle {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(../assets/vehicle.svg);
  mask-image: url(../assets/vehicle.svg);
}*/

/*.popup-store-list .super-items ul li .form-check label .delivery-icon.take-way {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(../assets/take-way.svg);
  mask-image: url(../assets/take-way.svg);
}*/

/*.popup-store-list .super-items ul li .form-check label .delivery-icon.dining {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(../assets/dining.svg);
  mask-image: url(../assets/dining.svg);
}*/

.popup-store-list .super-items ul li .form-check label p {
  color: #333;
  font-size: 0.9rem;
  font-weight: 200;
}

.popup-store-list .super-items ul li .form-check label h4 {
  text-transform: uppercase;
  font-size: 1rem;
}

.popup-store-list .super-items ul li input.form-check-input:checked ~ label {
  background-color: #000000;
  color: #FFF !important;
}

.popup-store-list .super-items ul li input.form-check-input:checked ~ label .delivery-icon {
  background-color: #FFF;
}

.popup-store-list .super-items ul li input.form-check-input:checked ~ label h4 {
  color: #FFF;
}

.popup-store-list .pop-btn-part {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
}

.popup-store-list .deliver-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .popup-store-list .deliver-type {
    margin-top: 0;
  }
}

.popup-store-list .deliver-type h6 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0rem;
  font-weight: 600;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .popup-store-list .deliver-type h6 {
    font-size: 1rem;
  }
}

.popup-store-list label.tab {
  /* The styling of tab labels. */
  /* Setup and size the tabs: */
  display: inline-block;
  padding-top: 8px;
  padding-left: 13px;
  padding-right: 13px;
  height: auto;
  margin: 0 30px;
  width: 200px;
  /* Control their borders: */
  border-radius: 0;
  /* and their text: */
  font-size: 0.9rem;
  text-align: center;
  border: #000000 solid 2px;
  border-radius: 0;
  padding: 10px 20px 10px 80px;
  color: #000000;
  border: #000000 solid 2px;
  /* Other: */
  cursor: pointer;
  position: relative;
}

@media (max-width: 767px) {
  .popup-store-list label.tab {
    margin-top: 10px;
    text-align: left;
  }
}

.popup-store-list label.tab:after {
  width: 50px;
  height: 35px;
  content: '';
  position: absolute;
  left: 20px;
  top: 8px;
  -webkit-mask-size: cover;
  background-color: #000000;
  -webkit-mask-position: center;
          mask-position: center;
}

/*.popup-store-list label.tab.vehicle:after {
  -webkit-mask-image: url(../assets/vehicle.svg);
  mask-image: url(../assets/vehicle.svg);
}*/

/*.popup-store-list label.tab.take-way:after {
  -webkit-mask-image: url(../assets/take-way.svg);
  mask-image: url(../assets/take-way.svg);
}*/

/*.popup-store-list label.tab.dining:after {
  -webkit-mask-image: url(../assets/dining.svg);
  mask-image: url(../assets/dining.svg);
}*/

.popup-store-list label.tab:hover, .popup-store-list label.tab.active {
  background-color: #000000;
  color: #FFF;
}

.popup-store-list label.tab:hover:after, .popup-store-list label.tab.active:after {
  background-color: #FFF;
}

.popup-store-list label.tab-4 {
  border-right: 1px solid #ccc;
}

.popup-store-list .paren {
  font-weight: normal;
}

.popup-store-list input {
  border: 1px solid #ccc;
  font-weight: normal;
  margin-top: 3px;
}

.popup-store-list #rad-1,
.popup-store-list #rad-2,
.popup-store-list #rad-3,
.popup-store-list #rad-4 {
  display: none;
}

.popup-store-list fieldset {
/*  display: none;*/
  width: 100%;
}

.popup-store-list input#rad-1:checked ~ fieldset.tab-1-content,
.popup-store-list input#rad-2:checked ~ fieldset.tab-2-content,
.popup-store-list input#rad-3:checked ~ fieldset.tab-3-content,
.popup-store-list input#rad-4:checked ~ fieldset.tab-4-content {
  margin-left: 0;
  /* Ensures first tab aligns with left edge of displayed fieldset */
  margin-right: 0;
  display: block;
  background-color: #FFF;
  padding: 30px 30px;
  margin: 30px 0 0 0;
  max-width: 80%;
  border-radius: 0 4px 4px 4px;
  max-height: calc(70vh);
  overflow: auto;
}

.popup-store-list input#rad-1:checked ~ fieldset.tab-1-content .superdorp-right,
.popup-store-list input#rad-2:checked ~ fieldset.tab-2-content .superdorp-right,
.popup-store-list input#rad-3:checked ~ fieldset.tab-3-content .superdorp-right,
.popup-store-list input#rad-4:checked ~ fieldset.tab-4-content .superdorp-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .popup-store-list input#rad-1:checked ~ fieldset.tab-1-content,
  .popup-store-list input#rad-2:checked ~ fieldset.tab-2-content,
  .popup-store-list input#rad-3:checked ~ fieldset.tab-3-content,
  .popup-store-list input#rad-4:checked ~ fieldset.tab-4-content {
    max-width: 100%;
  }
}

.popup-store-list input#rad-1:checked ~ label.tab-1,
.popup-store-list input#rad-2:checked ~ label.tab-2,
.popup-store-list input#rad-3:checked ~ label.tab-3,
.popup-store-list input#rad-4:checked ~ label.tab-4 {
  background-color: #000000;
  color: white;
}

.popup-store-list input#rad-1:checked ~ label.tab-1:after,
.popup-store-list input#rad-2:checked ~ label.tab-2:after,
.popup-store-list input#rad-3:checked ~ label.tab-3:after,
.popup-store-list input#rad-4:checked ~ label.tab-4:after {
  background-color: #FFF;
}

.login-items .login-icon {
  width: 24px;
  height: 28px;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(../assets/user.svg);
  mask-image: url(../assets/user.svg);
  background-color: #000;
  margin: 6px 0 0 0;
}

.login-items .login-text {
  color: #FFF;
  font-size: 0.8rem;
}

@media (max-width: 991px) {
  .login-items .login-text {
    display: none;
  }
}

.login-box-mobile {
  display: none;
  width: 35px;
  position: absolute;
  right: 66px;
  top: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-box-mobile {
    display: block;
  }
}

@media (max-width: 991px) {
  .login-box-mobile {
    display: block;
    right: 90px;
    top: 2px;
  }
}

@media (max-width: 767px) {
  .login-box-mobile {
    display: block;
    right: 70px;
    top: 2px;
  }
}

header .desk-menu .menu-container .more-categery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}

@media (max-width: 991px) {
  header .desk-menu .menu-container .more-categery {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

header .desk-menu .menu-container .more-categery a {
  color: #333 !important;
  border: #333 solid 1px;
  padding: 10px 20px !important;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  header .desk-menu .menu-container .more-categery a {
    border: #FFF solid 1px !important;
  }
}

@media (max-width: 767px) {
  header .desk-menu .menu-container .more-categery a {
    border: #FFF solid 1px !important;
  }
}

header .desk-menu .menu-container .more-categery:hover a {
  background: #000000;
  color: #FFF !important;
}

.nav-part {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-part .nav-bottom {
  background-color: #f9eedf;
}

.nav-part .nav-bottom .nav-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
}

@media (max-width: 767px) {
  .nav-part .nav-bottom .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.nav-part .nav-bottom .nav-menu li {
  border-left: #f9eedf solid 1px;
  color: #f9eedf;
  padding: 0px 30px;
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .nav-part .nav-bottom .nav-menu li {
    border: none;
  }
}

.nav-part .nav-bottom .nav-menu li a {
  color: #f9eedf;
}

.nav-part .nav-bottom .nav-menu li a:hover {
  color: #666;
}

@media (max-width: 767px) {
  .nav-part .nav-bottom .nav-menu li a {
    padding: 5px 0 0 0;
  }
}

.nav-part .nav-bottom .nav-menu li:first-child {
  border: none;
}

.shop-list .super-items ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.shop-list .superdorp-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-list .storeicon {
  width: 20px;
  height: 20px;
  background-color: #000000;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(../assets/shop.svg);
  mask-image: url(../assets/shop.svg);
  -webkit-mask-size: 20px;
          mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.shop-list .super-items ul li .form-check label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}

.shop-list .super-items ul li input.form-check-input:checked ~ label p {
  color: #FFF;
}

.shop-list .super-items ul li input.form-check-input:checked ~ label .storeicon {
  background-color: #FFF;
}

.price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.side-price {
  width: 100%;
  font-size: 14px;
}

.navbar-cart-product-link h3 {
      font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

.weight {
  color: #000000;
}

.extra-special {
  margin-top: 15px;
}

.extra-special a {
  width: 100%;
  background-color: #000000;
  color: #FFF;
  text-align: center;
  padding: 8px 10px;
}

.extra-special a:hover {
  background-color: #000000;
}

.pop-msg {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: #B89168 solid 1px;
  padding: 60px;
}

.pop-msg p {
  font-size: 1.5rem;
  text-transform: inherit;
  line-height: 3rem;
}

.popup-store-list .super-items ul li input.form-check-input:checked ~ label p {
  color: #FFF;
}

.mobile-head {
  padding: 0 10px;
  background-color: #082215;
}

.mobile-head .mobile-logo {
  padding: 10px 0;
  display: none;
  max-width: 170px;
}

._phone.mob {
    display: none;
  }
@media (max-width: 991px) {
  .mobile-head .mobile-logo {
    display: block;
  }
  ._phone.mob {
    display: block;
  }
  ._phone a {
    font-size: 0.9rem;
  }
  .track {
    display: none;
  }
}

.mobile-head:empty {
  display: none;
}

.banner-area .hero-slider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #000000;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  margin-top: -25px;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.banner-area .hero-slider .slick-arrow:hover {
  border-color: transparent;
  background-color: #FFF;
  color: #fff;
}

.banner-area .hero-slider .slick-arrow.prev {
  left: 30px;
  background-image: url(../assets/right-arrow.svg);
}

@media (max-width: 767px) {
  .banner-area .hero-slider .slick-arrow.prev {
    left: inherit;
    background-size: 10px;
    right: 5px;
    margin-top: 10px;
  }
}

.banner-area .hero-slider .slick-arrow.next {
  right: 30px;
  background-image: url(../assets/left-arrow.svg);
}

@media (max-width: 767px) {
  .banner-area .hero-slider .slick-arrow.next {
    right: 5px;
    background-size: 10px;
  }
}

@media (max-width: 767px) {
  .banner-area .hero-slider .slick-arrow {
    width: 25px;
    height: 25px;
  }
}

.banner-area .hero-slider a {
  width: 100%;
  height: 100%;
}

.banner-area .single-slider {
  position: relative;
  z-index: 1;
}

.banner-area .single-slider:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
/*  background-color: rgba(40, 40, 40, 0.5);*/
  z-index: -1;
}

.hot-deal-container .hotdeal-slider {
  width: 103%;
  margin-left: -1%;
}

.hot-deal-container .hotdeal-slider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #000000;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  margin-top: -25px;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hot-deal-container .hotdeal-slider .slick-arrow {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .hot-deal-container .hotdeal-slider .slick-arrow {
    width: 35px;
    height: 35px;
    margin-top: -17px;
  }
}

.hot-deal-container .hotdeal-slider .slick-arrow:hover {
  border-color: transparent;
  background-color: #FFF;
  color: #fff;
}

.hot-deal-container .hotdeal-slider .slick-arrow.prev {
  left: 30px;
  background-image: url(../assets/right-arrow.svg);
}

.hot-deal-container .hotdeal-slider .slick-arrow.next {
  right: 30px;
  background-image: url(../assets/left-arrow.svg);
}

.hot-deal-container .single-slider {
  position: relative;
  z-index: 1;
}

.hot-deal-container .single-slider:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.5);
  z-index: -1;
}

.hot-deal-container .hotdeal-slider {
  width: 103%;
  margin-left: -1%;
}

.hot-deal-container .hotdeal-slider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #000000;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  margin-top: -25px;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hot-deal-container .hotdeal-slider .slick-arrow {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .hot-deal-container .hotdeal-slider .slick-arrow {
    width: 35px;
    height: 35px;
    margin-top: -17px;
  }
}

.hot-deal-container .hotdeal-slider .slick-arrow:hover {
  border-color: transparent;
  background-color: #FFF;
  color: #fff;
}

.hot-deal-container .hotdeal-slider .slick-arrow.prev {
  left: 30px;
  background-image: url(../assets/right-arrow.svg);
}

.hot-deal-container .hotdeal-slider .slick-arrow.next {
  right: 30px;
  background-image: url(../assets/left-arrow.svg);
}

.hot-deal-container .single-slider {
  position: relative;
  z-index: 1;
}

.hot-deal-container .single-slider:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.5);
  z-index: -1;
}

.special-offer .offer-slider .slick-arrow, .festival-special .offer-slider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #000000;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  margin-top: -25px;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .special-offer .offer-slider .slick-arrow, .festival-special .offer-slider .slick-arrow {
    left: 30px;
  }
}

.special-offer .offer-slider .slick-arrow:hover, .festival-special .offer-slider .slick-arrow:hover {
  border-color: transparent;
  background-color: #FFF;
  color: #fff;
}

.special-offer .offer-slider .slick-arrow.prev, .festival-special .offer-slider .slick-arrow.prev {
  left: 30px;
  background-image: url(../assets/right-arrow.svg);
}

.special-offer .offer-slider .slick-arrow.next, .festival-special .offer-slider .slick-arrow.next {
  right: 30px;
  background-image: url(../assets/left-arrow.svg);
}

.special-offer .single-slider, .festival-special .single-slider {
  position: relative;
  z-index: 1;
}

.special-offer .single-slider:after, .festival-special .single-slider:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.5);
  z-index: -1;
}

.festival-area .festival-slider {
  width: 103%;
  margin-left: -1%;
}

.festival-area .festival-slider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #000000;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  margin-top: -25px;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .festival-area .festival-slider .slick-arrow {
    left: 30px;
  }
}

.festival-area .festival-slider .slick-arrow:hover {
  border-color: transparent;
  background-color: #FFF;
  color: #fff;
}

.festival-area .festival-slider .slick-arrow.prev {
  left: 30px;
  background-image: url(../assets/right-arrow.svg);
}

.festival-area .festival-slider .slick-arrow.next {
  right: 30px;
  background-image: url(../assets/left-arrow.svg);
}

.festival-area .single-slider {
  position: relative;
  z-index: 1;
}

.festival-area .single-slider:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.5);
  z-index: -1;
}

.testimonials .testimonial-slider {
  width: 103%;
  margin-left: -1%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.testimonials .single-slider {
  position: relative;
  z-index: 1;
}

.testimonials .single-slider:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.5);
  z-index: -1;
}

.supermarkets .supermarket-slider {
  border-left: #e3e3e3 solid 1px;
  border-right: #e3e3e3 solid 1px;
  margin-top: 20px;
}

.supermarkets .supermarket-slider .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  margin-top: -25px;
  top: -40px;
  background-color: #FFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.supermarkets .supermarket-slider .slick-arrow:hover {
  border-color: transparent;
  background-color: #000000;
  color: #fff;
}

.supermarkets .supermarket-slider .slick-arrow.prev {
  right: 60px;
  background-image: url(../assets/right-arrow.svg);
}

.supermarkets .supermarket-slider .slick-arrow.next {
  right: 10px;
  background-image: url(../assets/left-arrow.svg);
}

.supermarkets .single-slider {
  position: relative;
  z-index: 1;
}

.supermarkets .single-slider:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.5);
  z-index: -1;
}

/*---=======================
   End Hero css 
===========================---*/
/*.page-content {
  padding-bottom: 100px;
}*/

@media (max-width: 767px) {
  .page-content {
/*    padding-bottom: 40px;*/
  }

}

.banner-image {
  width: 100%;
  line-height: 0;
/*  height: 500px;*/
}

.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-categories {
  margin-top: 50px;
}

.product-block {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .product-block {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.page-head h2 {
  font-size: 2rem;
  font-family: "Raleway", sans-serif;
  color: #082215;
  font-weight: 500;
  position: relative;
/*  padding-bottom: 8px;*/
}
.page-head h4 {
  text-transform: uppercase;
  font-size: 1rem;
  color: #082215;
}

@media (max-width: 767px) {
  .page-head h2 {
    font-size: 1rem;
    line-height: 2rem;
  }
}

.page-head h2:after {
/*  content: "";
  width: 110px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -45px;*/
}

.home-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 40px;
}

@media (max-width: 767px) {
  .home-grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.home-grid .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-grid .item-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

@media (max-width: 767px) {
  .home-grid .item-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    margin-bottom: 20px;
  }
}

.home-grid .item-2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
}

@media (max-width: 767px) {
  .home-grid .item-2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    margin-bottom: 20px;
  }
}

.home-grid .item-3 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
}

@media (max-width: 767px) {
  .home-grid .item-3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    margin-bottom: 20px;
  }
}

.cat-block {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cat-block .cate-head {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}

.cat-block .cate-head h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
}

.cat-block a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cat-block:hover h3 {
  color: #000000;
}

.cat-block:hover a {
  color: #000000;
}

.cat-block .category-img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.cat-block .category-img:after {
  content: "";
  width: 90%;
  height: 80%;
  border: #fff solid 1px;
  position: absolute;
  left: 5%;
  top: 10%;
}

.cat-block .category-img img {
  width: 100%;
  height: auto;
}

.testimonials {
  width: 100%;
/*  padding: 50px 0;*/
  padding-bottom: 0;
  position: relative;
}

.testimonials .testimonial-list {
  padding: 0.7rem;
  opacity: 0.3;
margin: 0 10px;
}

.testimonials .slick-current {
  opacity: 1;
}

.testimonial-slider .slick-track
{
    display: flex !important;
}

.testimonial-slider .slick-slide
{
    height: inherit !important;
}

.testimonials  .testi-area {

  background: linear-gradient(180deg, #0f4a39, rgba(15, 74, 57, .92));
    border: 1px solid rgba(201, 162, 39, .25);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
  height: 100%;
}
.testimonials .quote {
    font-size: 1rem;
    line-height: 1.6;
    color: #dfe7e3;
}
.testimonials .meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    color: #ffffffde;
     font-weight: 600; 
}
 .icon-wrap{
      width:60px; height:60px;
      border-radius:50%;
      display:grid; place-items:center;
      background: radial-gradient(circle at 30% 30%, rgba(201,162,39,.25), rgba(201,162,39,.05));
      border:2px solid rgba(201,162,39,.55);
      flex:0 0 60px;
    }
    .icon-wrap svg {
    width: 32px;
    height: 32px;
    fill: var(--gold);
}
.testimonial-list {
  position: relative;
    padding: 0 2rem;
    z-index: 1;
}
.testimonial-list::after {
/*      content: "";
    position: absolute;
    border: 2px dashed rgba(11, 97, 99, 0.5137254902);
    border-radius: 10px;
    width: 100%;
    height: 80%;
    top: 10%;
    left: 0;
    z-index: -1;*/
}
@media (max-width: 767px) {
  .testimonials .testi-area {
/*    padding: 0 20px 70px 20px;*/
  }
}

/*.testimonials .testi-area:after {
  width: 78px;
  height: 78px;
  content: "";
  border-left: #000000 solid 1px;
  border-top: #000000 solid 1px;
  position: absolute;
  left: 30px;
  top: 30px;
}

.testimonials .testi-area:before {
  width: 78px;
  height: 78px;
  content: "";
  border-right: #000000 solid 1px;
  border-bottom: #000000 solid 1px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}*/

.testimonials .testi-area .testi-content {
  padding: 25px 30px 0px 30px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .testimonials .testi-area .testi-content {
    padding: 15px 10px 0px 10px;
  }
}
.testimonials .testi-area .testi-img{
  display: flex;
  justify-content: center;

}
.testimonials .slick-slide.slick-current img {
    /*  transform: scale(1.2);
    border: 3px solid #498d53;*/
}
.testimonials .testi-area .testi-img img{
  height: 120px;
  width: 100px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
.testimonials .testi-area .testi-content:after {
/*  content: "";
  position: absolute;
  left: 50%;
  top: 40px;
  width: 55px;
  height: 55px;
  border: #000 solid 1px;
  border-radius: 55px;
  background: url(../assets/quote.svg) no-repeat center center;
  background-size: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
*/}

@media (max-width: 767px) {
  .testimonials .testi-area .testi-content:after {
    top: 20px;
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
}

.testimonials .testi-area .testi-content p {
  font-size: 14px;
  line-height: 1.8rem;
  font-weight: 300;
  color: #000;
}

.testimonials .testi-area .testi-bottom {
  position: relative;
  text-align: center;
  padding: 10.testimonials .testi-areapx 0 0 0;
}

.testimonials .testi-area .testi-bottom:after {
/*  content: "";
  width: 110px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);*/
}

.testimonials .testi-area .testi-bottom h3 {
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  color: #212326bf;
}

.supermarkets {
  padding-left: 1px;
  padding-right: 1px;
}

.supermarkets a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: #e3e3e3 solid 1px;
}

.supermarkets .market-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -1px;
  border: #e3e3e3 solid 1px;
  padding: 40px 0;
}

.supermarkets .market-slide .supermarket-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: #e3e3e3 solid 1px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .supermarkets .market-slide .supermarket-img {
    width: 100px;
    height: 100px;
  }
}

.supermarkets .market-slide h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .supermarkets .market-slide h3 {
    font-size: 0.7rem;
  }
}

.supermarkets .market-slide p {
  font-size: 0.8rem;
  margin-top: 0.5rem;
}

.supermarkets .market-slide:hover h3 {
  color: #000000;
}

.supermarkets .market-slide:hover .supermarket-img {
  border: #000000 solid 1px;
}

.pinnumber-popup h5 {
  width: 100%;
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .pinnumber-popup h5 {
    font-size: 1.5rem;
  }
}

.pinnumber-popup .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
}

.pinnumber-popup .modal-header {
  border: none;
  padding-top: 100px;
}

.pinnumber-popup .modal-body {
  padding-bottom: 100px;
}

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

.pin-checker {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
/*  padding: 30px 0;*/
}
.pin-checker .invalid-feedback {
      margin-top: -0.755rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .pin-checker {
    width: 100%;
  }
}

.pin-checker .pin-field {
  width: 100%;
  border: #666 solid 1px;
  padding-left: 15px;
  height: 65px;
  margin-bottom: 1rem;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .pin-checker .pin-field {
    font-size: 0.8rem;
    height: 50px;
  }
}

.pin-checker .pin-btn {
  width: 40%;
  background: #e7c85c;
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .pin-checker .pin-btn {
    width: 60%;
    padding: 10px 10px;
    font-size: 12px;
  }
}

.pin-checker .pin-btn:hover, .pin-checker .pin-btn:focus {
  background: #000000;
}

.navbar-cart-product {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f9eedf;
      box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    border-radius: 10px;
        border: 1px solid #c39d4d;
        margin-bottom: 10px;
        position: relative;
}

.navbar-cart-product .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.navbar-cart-product:first-of-type {

}

.navbar-cart-product .navbar-cart-product-image {
     width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
}

.sidebar-cart-footer {
  width: 100%;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
  border: none;
  z-index: 10005;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-shadow: 0 2px 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 2px 1rem rgba(0, 0, 0, 0.15) !important;
  border: none;
}

.sidebar-cart-footer h5 {
  font-size: 1rem;
}

.sidebar-cart-footer h5 .price {
  font-weight: 300;
}

@media (max-width: 767px) {
  .sidebar-cart-footer {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.sidebar-cart-footer .float-right {
  float: right !important;
}

.sidebar-cart-footer .cart-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .sidebar-cart-footer .cart-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sidebar-cart-footer .cart-button h5 {
  font-weight: 300;
}

.sidebar-cart-footer .cart-button .btn {
  width: 100%;
  border-radius: 0px;
  margin: 5px 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .sidebar-cart-footer .cart-button .btn {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

.side-cart .modal-header {
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
}

.side-cart .cart-img {
  margin-right: 10px;
  margin-left: 5px;
/*      background-color: #f9eedf;*/
    height: 100%;
    width: 80px;
    border-radius: 10px;
    overflow: hidden;
}
.side-cart .cart-img a {
     height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side-cart .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  margin-right: 15px;
}

.side-cart .qty {
  color: #000000;
  font-size: 1rem;
}

.pt-50 {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .pt-50 {
    padding-top: 20px;
  }
}

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

@media (max-width: 767px) {
  .mt-50 {
    margin-top: 20px;
  }
}

.pageload-popup .modal-body .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
  background-color: #fff;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  opacity: 1;
}

.pageload-popup .modal-dialog {
  width: 100%;
  max-width: 1000px;
}

.pageload-popup .main-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .pageload-popup .main-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pageload-popup .main-popup .pop-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .pageload-popup .main-popup .pop-right {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.pageload-popup .main-popup .pop-right h5 {
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  .pageload-popup .main-popup .pop-right h5 {
    font-size: 1.8rem;
  }
}

.pageload-popup .main-popup .pop-right .pin-checker {
  margin: 30px 0 0 0;
  width: 100%;
}

@media (max-width: 767px) {
  .pageload-popup .main-popup .pop-right .pin-checker .pin-btn {
    width: 40%;
  }
}

.pageload-popup .main-popup .pop-right .pop-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.more-btn {
  font-size: 1rem;
  width: auto;
  border-bottom: #000000 solid 1px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.more-btn:hover {
  border-bottom: #000 solid 1px;
}

.instagram-block {
  width: 100%;
  padding-top: 60px;
}

.instagram-block .instagrm-gallery {
  width: 100%;
}

.instagram-block .instagrm-gallery .gallery-list {
  width: 100%;
  margin-top: 20px;
}

.instagram-block .instagrm-gallery .gallery-list li {
  width: 25%;
}

.instagram-block .instagrm-gallery .gallery-list li .gallery-img {
  width: 100%;
}

.instagram-block .instagrm-gallery .gallery-list li .gallery-img img {
  width: 100%;
}

.page-bottom {
  width: 100%;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .page-bottom {
    margin-top: 0;
  }
}

.page-bottom .delivery-block {
  background-color: #f9eedf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .page-bottom .delivery-block {
    margin-top: 20px;
  }
}

.page-bottom .delivery-block img {
  width: 100px;
}

.page-bottom .delivery-block h3 {
  font-size: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  color: #000000;
}

.best-sellers {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.best-sellers::after {
    content: "";
    position: absolute;
    background-image: url(../assets/bg-3.png);
    width: 250px;
    height: 250px;
    top: -100px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    z-index: -1;

}
.best-sellers::before {
    content: "";
    position: absolute;
    background-image: url(../assets/bg-5.png);
    width: 250px;
    height: 250px;
    bottom: -100px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    z-index: -1;
    transform: rotate(-12deg);

}


.inner-banner-block {
  width: 100%;
}

.inner-banner-block .inner-banner {
  width: 100%;
  background-color: #000;
}

.inner-banner-block .inner-banner img {
  width: 100%;
  opacity: 1;
/*  height: 15rem;*/
object-fit: cover;
}

.inner-banner-block .banner-content {
  width: 100%;
}

.inner-banner-block .banner-content .inner-content {
  width: 100%;
  background-color: #f9eedf;
  padding: 50px 260px;
  text-align: center;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner-banner-block .banner-content .inner-content {
    padding: 20px 100px;
  }
}

@media (max-width: 991px) {
  .inner-banner-block .banner-content .inner-content {
    padding: 20px 20px 30px 20px;
  }
}

.inner-banner-block .banner-content .inner-content p {
  font-size: 1rem;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .inner-banner-block .banner-content .inner-content p {
    line-height: 1.3rem;
    margin: 0;
  }
}

.inner-banner-block .banner-content .inner-content h2 {
  font-size: 2.5rem;
  color: #000000;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .inner-banner-block .banner-content .inner-content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .inner-banner-block .banner-content .inner-content h2 {
    font-size: 1.8rem;
  }
}

.products-grid {
  margin-top: 60px;
}

.product-grid-header {
  border: none;
}

.product-grid-header .product-grid-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product-grid-header .select-style {
  width: 150px;
}

.product-grid-header .select-style .form-select {
  background-color: transparent;
  border: #000000 solid 1px;
  padding: .8rem 2.25rem .8rem .75rem;
  border-radius: 0;
}

.product-grid-header .product-select {
  width: 150px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .product-grid-header .product-select {
    width: 45%;
    margin-right: 10px;
  }
}

.product-grid-header .product-select .form-select {
  background-color: #FFF;
  border-radius: 100px;
  padding: .8rem 2.25rem .8rem .75rem;
  border: none;
}

.product-grid-header .filer {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .product-grid-header .filer {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.product-grid-header .filter-btn {
  border: #000000 solid 1px;
}

.product-grid-header .filter-btn a {
  background: #FFF url(../assets/filter.svg) no-repeat;
  width: 150px;
  padding: 10px 50px 10px 20px;
  position: relative;
  background-size: 25px;
  background-position: right 20px center;
}

@media (max-width: 767px) {
  .product-grid-header .filter-btn a {
    width: 100%;
  }
}

.product-grid-header .filter-btn a:hover {
  background: #f9eedf url(../assets/filter.svg) no-repeat;
  background-size: 25px;
  background-position: right 20px center;
}

.product-grid-header .show-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}

.product-grid-header .show-product p {
  font-size: 0.8rem;
  color: #A7A7A7;
}

.product-grid-header .product-grid-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767px) {
  .product-grid-header .product-grid-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-content {
  width: 60%;
  padding: 20px 30px;
}

@media (max-width: 991px) {
  .product-content {
    width: 100%;
    padding: 10px 10px;
  }
}

.product-content .price {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 5px;
}

.product-content .price .offer-price {
  color: #212326b3;
  text-decoration: line-through;
  font-weight: 300;
  margin-left: 6px;
  font-size: 14px;
}

.product-content h4 {
  font-size: 0.9rem;
  color: #111;
/*  line-height: 1.8rem;*/
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  font-weight: 400;
  color: #000000;
/*  margin-bottom: 10px;*/
}

.product-content h4:hover {
  color: #000000;
}

.product-content h5 {
  font-size: 0.8rem;
  color: #3c3c3c;
  font-weight: 300;
  text-transform: uppercase;
/*  line-height: 1.2rem;*/
  height: auto;
  margin-bottom: 5px;
}

.product-listing {
/*  margin-top: 50px;*/
}

.product-listing .product.grid {
flex-direction: column;
background-color: transparent;
padding: 0;
}

.product-listing .product.grid .product-image {
    width: 100%;
}
.product-listing .product.grid .product-content {
  width: 100%;
  padding: 15px 0;
/*  text-align: center;*/
}
.product-listing .product {
/*  border: #97bcbd solid 1px;*/
  background-color: #f9eedf;
  border-radius: 10px;
  position: relative;
  padding: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 13px;
  /*box-shadow: rgb(0 0 0 / 10%) 0px 3px 8px;
  border-radius: 6px;*/
}
.product-listing .product:hover .img-fluid {
    transform: scale(1.1);
}
.inner-page .product-listing .product.grid {
  flex-direction: column;
}
.inner-page .product-listing .product.grid .product-image {
  width: 100%;
}
.inner-page .product-listing .product.grid .product-content {
  width: 100%;
      padding: 15px;
    text-align: center;
}
@media (max-width: 991px) {
  .product-listing .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-listing .product .product-image {
  width: 45%;
  position: relative;
      background-color: #f9eedf;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
/*    height: 15rem;*/
        border: 1px solid #f9eedf;

}

.product-listing .product .product-image a {
  width: 100%;
  height: 100%;
  display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 991px) {
  .product-listing .product .product-image {
    width: 100%;
  }
}

.product-listing .product .wish-icon {
  width: 35px;
  z-index: 1;
  height: 35px;
  text-align: center;
  line-height: 35px;
  padding: 0;
  margin-top: 0;
  border-radius: 35px;
  background-color: #f9f9f9;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: color .15s ease-in-out, 
  background-color .15s ease-in-out, border-color .15s ease-in-out, opacity .15s ease-in-out, 
  -webkit-box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: color .15s ease-in-out, 
  background-color .15s ease-in-out, border-color .15s ease-in-out, opacity .15s ease-in-out, 
  -webkit-box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: color .15s ease-in-out, 
  background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .15s ease-in-out, opacity .15s ease-in-out;
  transition: color .15s ease-in-out, 
  background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .15s ease-in-out, opacity .15s ease-in-out, 
  -webkit-box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.product-listing .product .wish-icon i {
  color: #498D53;
  font-size: 20px;
  line-height: normal;
}

.product-listing .product .wish-icon:hover i::before {
  content: '\F415';
}

.wish-icon a{
  display: inline-block;
  line-height: 42px;
}
.product-listing .product .ribbon {
  position: absolute;
  top: unset;
  bottom: 5px;
  right: 5px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .6rem;
  text-transform: uppercase;
  padding: 0px 10px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  line-height: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-listing .product .offer {
  font-size: 11px;
    background-color: #fff8ec;
    color: #000;
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.product-listing .product .ribbon.rat {
    left: 10px;
    font-size: 11px;
    background-color: #00a352;
    color: #ffffff;
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    /* font-weight: 600; */
    right: unset;

}
.product-listing .product .ribbon.rat i {
  font-size: 9px;
    color: #fdc040;
    padding-right: 3px;
}
.product-listing .product .img-fluid {
    width: 100%;
    height: 100%;
  object-fit: cover;
/*  border-radius: 0;*/
  transition: all 0.3s ease-in-out;
}

.side-filter .accordion-item, .side-filter .accordion-button {
  background-color: transparent;
}

.side-filter .categories-block .accordion-button {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.9rem;
  background-color: transparent;
}

.side-filter .accordion-button::after {
  background-size: 1rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.side-filter .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.side-filter .category-list li {
  font-size: 0.8rem;
  margin: 5px 0;
}

.side-filter .accordion-button:not(.collapsed) {
  color: #000;
  font-weight: 500;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.side-filter .accordion-header {
  border: none;
}

.side-filter .accordion-button:focus {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
      box-shadow: none;
}

.side-filter .accordion-body {
  padding-top: 0;
}

.side-filter .modal-header {
  border-bottom: inherit;
}

.side-filter .filter-head {
  font-size: 19px;
  line-height: 1.5;
  padding: 1rem 1rem;
}

.side-filter .filter-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.side-filter .filter-listing li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  position: relative;
}

.side-filter .filter-listing li label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.side-filter .filter-listing li input {
  margin-right: 10px;
  position: absolute;
  top: 10px;
  left: 0;
  border: #000000 solid 1px;
}

.side-filter .filter-listing li input ~ :checked {
  background-color: #F00;
}

.modal.left.side-filter .modal-body {
  padding: 0;
}

.pagination-box {
  margin-top: 60px;
}

.pagination-box .page-link {
  border: none;
  color: #000000;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
}

.pagination-box .page-item.active .page-link, .pagination-box .page-item:hover .page-link {
  background: #000000;
  color: #FFF;
}

.btn-border {
  background: transparent;
  border: #000000 solid 1px;
  color: #000000;
}

.main-slider .slick-arrow {
  position: absolute;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  bottom: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9000px;
  border: #000000 solid 1px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-slider .slick-arrow:hover {
  border-color: transparent;
  background-color: #000000;
  color: #fff;
}

.main-slider .slick-arrow.prev {
  left: 0;
}

.main-slider .slick-arrow.prev:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url(../assets/arrow-2.svg);
  mask-image: url(../assets/arrow-2.svg);
  background-color: #000000;
  -webkit-mask-size: 20px;
          mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.main-slider .slick-arrow.prev:hover:after {
  background-color: #FFF;
}

.main-slider .slick-arrow.next {
  right: 0;
}

.main-slider .slick-arrow.next:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url(../assets/arrow-1.svg);
  mask-image: url(../assets/arrow-1.svg);
  background-color: #000000;
  -webkit-mask-size: 20px;
          mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.main-slider .slick-arrow.next:hover:after {
  background-color: #FFF;
}

.inner-listing {
  margin: 0;
}

.inner-listing .product-col {
  margin-top: 30px;
}

.inner-listing .product {
  margin: 0;
}

.cat-items {
  padding: 0 10px;
}

.cat-items .cat-block {
  height: 100%;
}

.cat-items .cat-block .category-img {
  height: 100%;
}

.cat-items .cat-block a {
  height: 100%;
}

.cat-items .category-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     height: 17.5rem;
}

.delivery-list {
  border-top: #000000 solid 1px;
  padding: 10px 0 0 0;
  margin-top: 10px;
  margin-bottom: 0px;
}

.delivery-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.delivery-list ul li .delivery-text {
  padding: 0 0 0 10px;
  color: #3c3c3c;
}

.delivery-list ul li .delivery-icon {
  width: 40px;
}

.delivery-list ul li.not-active {
  opacity: 0.3;
}

.add-cart .primery-btn {
  padding: 10px 20px;
  margin-top: 15px;
  font-size: 0.85rem !important;
}

.wishlist-items {
  margin-top: 20px;
}

.wishlist-items .product-col {
  margin-bottom: 20px;
}

.wishlist-items .product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
  margin-right: 0;
}
.slick-initialized .slick-slide{
/*  margin-bottom: 10px;*/
}

.wishlist-items .product .product-image {
  width: 100%;
}

.wishlist-items .product .product-content {
  width: 100%;
  padding: 20px 10px;
  text-align: center;
}

.wishlist-items .product .product-content h5 {
  font-size: 1rem;
}

.my-gallery {
  border: #E2E2E2 solid 1px;
}

.photo-gallery {
  width: 100%;
  position: relative;
/*  overflow: hidden;*/
}
.product-fixed .photo-gallery .ribbon {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: flex;
    font-size: .7rem;
    text-transform: uppercase;
    padding: 0px 10px;
    color: #fff;
    text-align: center;
    line-height: 0.8rem;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #000000 !important;
}
.zoom-show {
  position: relative;
}

.product-thumb {
  width: 90%;
  float: none;
  margin: 0px auto;
  margin-top: 30px;
}

.product-thumb .slick-slide {
  padding: 0 10px;
}

.product-thumb .pro-smll-img {
  width: 100%;
  float: left;
  cursor: pointer;
  padding: 10px;
  border: #E7E7E7 solid 1px;
}

.product-thumb .pro-smll-img img {
  width: 100%;
}

.product-thumb .slick-current .pro-smll-img {
  border: #000000 solid 1px;
}

.product-thumb .slick-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #000000;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  margin-top: -15px;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9000px;
  background-size: 14px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-thumb .slick-arrow {
    left: 15px;
  }
}
.product-right {
  padding-left: 2rem;
}
.product-thumb .slick-arrow:hover {
  border-color: transparent;
  background-color: #000000;
  color: #fff;
}

.product-thumb .slick-arrow.slick-prev {
  left: -29px;
  background-image: url(../assets/right-arrow.svg);
}

.product-thumb .slick-arrow.slick-next {
  right: -29px;
  background-image: url(../assets/left-arrow.svg);
}

.product-details-block {
/*  padding-left: 30px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-details .onsale {
/*  left: 11px;*/
}
@media (max-width: 767px) {
  .product-details-block {
    padding-left: 0px;
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-listing .product .product-image {
/*    height: 13rem;*/
}
}

.product-details-block h3 {
      font-size: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    color: #082215;
/*    line-height: 1;*/
/*    text-transform: capitalize;*/
}

@media (max-width: 767px) {
  .product-details-block h3 {
    font-size: 1rem;
  }
}

.product-details-block h4 {
  font-size: 1rem;
  color: #3c3c3c;
  text-transform: uppercase;
}

.price-area {
/*
  border-top: #DDDDDD dotted 2px;
  border-bottom: #DDDDDD dotted 2px;*/
/*  padding: 20px 0 20px 0;*/
}

.price-area .price-block .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  font-weight: 500;
  color: #000000;
}

.price-area .price-block .offer-price {
  font-size: 14px;
  color: #212326;
  font-family: 'Montserrat', sans-serif;
/*  text-decoration: line-through;*/
  font-weight: 400;
  padding-left: 10px;

}

.price-area .price-block .price-msg {
  color: #808080;
  font-size: 0.8rem;
      margin-top: 20px;
    line-height: 22px;
}
.price-msg.text-muted{
  color: #808080;
  font-size: 13px;
      margin-top: 0;
/*    line-height: 22px;*/
}

.price-area .stock-block {
  margin-left: auto;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.price-area .stock-block .instock {
  border-radius: 0;
    color: #000;
    border: 1px solid;
    padding: 3px 10px;
}

.price-area .stock-block .out-stock {
  color: #F00;
}

.attribute-block {
  margin-top: 20px;
}
.attribute-block h4 {
  font-size: 1rem;
}
.attribute-block .select {
  margin-top: 10px;
}

.attribute-block .form-select {
  width: 100%;
  max-width: 200px;
  border: #000 solid 1px;
  border-radius: 0;
  height: 50px;
}

.attribute-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.attribute-list .custom-control {
  width: 90px;
  margin-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.attribute-list .custom-control .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.125rem;
  height: 1.3125rem;
  opacity: 0;
}

.attribute-list .custom-control-label {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}

.attribute-list .custom-control-label span {
  width: 100%;
  text-align: center;
  line-height: 45px;
  color: #4A5239;
}

.attribute-list .custom-control-label {
  width: 100%;
  margin-bottom: 0;
  height: 45px;
  cursor: pointer;
}

.attribute-list .custom-control-label::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #000000;
  border-radius: 0;
  text-align: center;
}

.attribute-list .custom-control-input:not(:checked):not(:hover) ~ .custom-control-label::before {
  content: '';
  border: 1px solid #4A5239;
  border-radius: 0;
  color: #4A5239;
}

.attribute-list .custom-control-input:not(:checked) ~ .custom-control-label:hover::before {
  content: '';
  color: #D6DCE4;
  font-family: 'bootstrap-themes';
  font-size: 1.75rem;
}

.attribute-list .custom-control-input:checked ~ .custom-control-label::before {
  content: '';
  color: #7952B3;
  font-family: 'bootstrap-themes';
  font-size: 1.75rem;
}

.attribute-list .custom-control-input:checked ~ .custom-control-label span {
  color: #000000;
}

.qty-btn-area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qty-count {

    flex-direction: row;

    display: flex;

    border-radius: 0;
  
}

@media (max-width: 991px) {
  .qty-count {
    width: 140px;
  }
  .about-content-box {
    padding-left: 0 !important;
  }
}

.qty-count .input-number {
  width: 65px;
  background-color: transparent;
  border: none;
  text-align: center;
}

.qty-count .input-group-btn {
      /* width: 44px; */
    /* height: 48px; */
    border: 1px solid #DED1C4;
    color: #666666;
    font-weight: 600;
/*    border-radius: 6px;*/
    /* font-size: 1.5rem; */
    width: 3rem;
    padding: 0 10px;
    height: 2.75rem;
    transition: all 0.3s;
}
.qty-count .input-group-btn:first-child {
  border-right: none;
  border-radius: 6px 0 0 6px;
}
.qty-count .input-group-btn:last-child {
  border-left: none;
  border-radius: 0 6px 6px 0;
}
.qty-count .input-group-btn:hover {
    background-color: #f9eedf;
}
.qty-count .input-group-btn .btn-number {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.product-details-btn {
/*  width: 100%;*/

}
.btn-success {
  background-color: #000000;
    border-color: #000000;
}
.product-details-btn .cart-btn {
  width: auto;
}

.product-details-btn .cart-btn i {
  margin-right: 10px;
}

.product-dtls-tab {
  border: #EEEEEE solid 1px;
  margin-top: 100px;
  padding: 10px 0;
}

.product-dtls-tab .nav-tabs .nav-link {
  border: none;
  font-size: 1.2rem;
  color: #333;
  padding: 1rem 2rem;
}

.product-dtls-tab .nav-tabs .nav-link.active {
  border-bottom: #000000 solid 2px;
  color: #000000;
  font-weight: 600;
}

.product-dtls-tab .tab-pane .tab-content {
  padding: 20px 30px 40px 30px;
}

.product-dtls-tab .tab-pane .tab-content p {
  font-size: 0.9rem;
  font-weight: 300;
  color: #666;
  padding-top: 0;
}

.product-dtls-tab .tab-pane .tab-content h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 30px;
}

.product-dtls-tab .tab-pane table {
  width: 100%;
}

.product-dtls-tab .tab-pane table tr:nth-child(even) {
  background-color: #F5F5F5;
}

.product-dtls-tab .tab-pane table td {
  padding: 10px 10px;
}

.product-dtls-tab .tab-pane table td:first-child {
  width: 30%;
  font-weight: 500;
}

.details-cart-btn {
  width: 100%;
}

.rating-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  margin-top: 10px;*/
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.rating-block .yourLocation {
  width: 40%;
    
}
@media (max-width: 767px) {
  .price-area .stock-block {
    margin: 1rem 0;
}
}

.rating-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rating-block .rating-number {
  width: auto;
  height: auto;
  background-color: #000000;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 0;
  margin-right: 10px;
}

.rating-block .rating-text {
  color: #000000;
  font-size: 0.9rem;
  padding: 5px 10px;
}

.rating-block .rating-text:after {
  content: '|';
  margin-left: 10px;
  color: #333;
}

.rating-block .rating-text:last-child::after {
  display: none;
}

.review-row {
  border-bottom: #f9eedf solid 1px;
  padding: 30px 0;
}

.review-row:last-child {
  border-bottom: none;
}

.review {
  position: relative;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border: 1px solid #e5e5e5;
}

.review .total-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.review .total-review .rating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.review .total-review .rating-block .rating-text {
  font-size: 1.5rem;
}

.total-review {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.total-review .rating-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.review-list {
/*  border: #BEBEBE  solid 1px;
  text-align: left;
  padding: 0 10px;
  margin-top: -1px;*/
}

.review-list .review-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 767px) {
  .review-list .review-head {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.review-list .review-head h5 {
  font-size: 1rem;
}

.review-list .review-head span {
  margin-left: 10px;
  font-size: 1rem;
  margin-top: -5px;
}

.review-list .review-photo {
  width: 6.25rem;
  height: 6.25rem;
  font-size: 2.08333rem;
}

.review-list .review-photo .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #ccc;
  border-radius: 100px;
}

.small-block .rating-block {
  margin-top: 0;
}

.small-block .rating-number {
  width: auto;
  height: auto;
  background-color: #000000;
  color: #FFF;
  padding: 2px 10px;
  border-radius: 0;
  margin-right: 10px;
  font-size: 0.8rem;
}

.recomend-product {
  margin-top: 50px;
  margin-bottom: 50px;
}

.recomend-product .feature-slider {
  margin-top: 50px;
  border-left: #EEEEEE solid 1px;
  border-right: #EEEEEE solid 1px;
}

.recomend-product .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center !important;
}

.recomend-product .slick-slide {
  height: inherit !important;
}

.recomend-product .slick-slide {
  margin: 0 8px;
}

.detailsPopup .modal-content {
  padding: 50px 0;
}

.detailsPopup .btn-close {
  position: absolute;
  right: 30px;
  top: -10px;
  z-index: 9;
}

.product-dtls-top {
  width: 100%;
  position: relative;
}

.product-dtls-top p {
  color: #212326bf;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.slide-thumb .wishlist {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 1;
}

.slide-thumb .wishlist .btn {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  padding: 0;
  margin-top: 10px;
  border-radius: 45px;
  background-color: #FFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px;
  position: relative;
  -webkit-transition: color .15s ease-in-out, 
  background-color .15s ease-in-out, border-color .15s ease-in-out, opacity .15s ease-in-out, 
  -webkit-box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: color .15s ease-in-out, 
  background-color .15s ease-in-out, border-color .15s ease-in-out, opacity .15s ease-in-out, 
  -webkit-box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: color .15s ease-in-out, 
  background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .15s ease-in-out, opacity .15s ease-in-out;
  transition: color .15s ease-in-out, 
  background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .15s ease-in-out, opacity .15s ease-in-out, 
  -webkit-box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.slide-thumb .wishlist .btn i {
  color: #333;
  font-size: 20px;
  line-height: 45px;
}

.slide-thumb .wishlist .btn:hover {
  background-color: #498D53;
}

.slide-thumb .wishlist .btn:hover i {
  color: #FFF;
}

@media (max-width: 767px) {
  .product-dtls-top .rating-block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 20px 0;
  }
  ._offer {
    padding: 0.5rem 0.75rem !important;
    line-height: 1;
    text-align: center;
  }
}

.cta-part {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  margin: 30px 0 40px 0;
  padding: 0;
  border-top: #f9eedf solid 1px;
}

.bottom-list .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.bottom-list .radio input[type="radio"] + .radio-label {
  width: 100%;
  height: auto;
  padding: 15px 10px;
  border: 1px solid #888888;
}

@media (max-width: 767px) {
  .bottom-list .radio input[type="radio"] + .radio-label {
    padding: 10px 5px;
  }
}

.bottom-list .radio input[type="radio"] + .radio-label:before {
  content: '';
  border: #000000 solid 1px;
  border-radius: 100%;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 2px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.bottom-list .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #000000;
  -webkit-box-shadow: inset 0 0 0 4px #000000;
          box-shadow: inset 0 0 0 4px #000000;
}

.bottom-list .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #000000;
}

.bottom-list .radio input[type="radio"]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #000000;
          box-shadow: inset 0 0 0 4px #000000;
  border-color: black;
  background: black;
}

.bottom-list .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.bottom-list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  border-bottom: #f9eedf solid 1px;
  background-position: left 0 top 13px;
}

.bottom-list li.calendar {
  background-image: url(../assets/calendar.svg);
  background-repeat: no-repeat;
}

.bottom-list li.time {
  background-image: url(../assets/time.svg);
  background-repeat: no-repeat;
}

.bottom-list li.message {
  background-image: url(../assets/message.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 18px;
}

.bottom-list .bottom-right {
  width: 100%;
}

.bottom-list .bottom-right .delivery-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 15px 40px;
  color: #000000;
  font-weight: 300;
  font-size: 1.1rem;
  text-transform: capitalize;
}

.timelist {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 0 0;
  padding: 0;
  border: none;
}

.timelist li {
  width: 33.3% !important;
  padding: 0 20px;
  float: left;
  border: none;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .timelist li {
    width: 50% !important;
    padding: 0 3px;
  }
}

.timelist li .time {
  width: 100%;
  display: inline-block;
  margin-bottom: 0px;
  height: auto;
  color: #6F6F6F;
  text-align: center;
  font-size: 1rem;
  padding: 0;
  cursor: pointer;
}

.timelist li .date-select {
  border: 1px solid #888888;
  padding: 10px 20px;
  border-radius: 0;
}

.timelist li .gj-datepicker-bootstrap [role="right-icon"] button {
  width: 50px;
  border: 1px solid #888888;
}

.timelist li .gj-datepicker-bootstrap [role="right-icon"] button .gj-icon {
  top: 14px;
  left: 14px;
}

#deliveryDate .custom-field {
  width: 100%;
  background-image: url(../assets/calendar.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  border: #000000 solid 1px;
  padding: 15px 10px;
}

@media (max-width: 767px) {
  #deliveryDate .custom-field {
    padding: 10px 5px;
  }
}

#deliveryDate .input-group-addon {
  display: none;
}

.message-popup .message-part {
  width: 100%;
}

.message-popup .message-part .pup-text-area {
  width: 100%;
  border-radius: 0;
  height: 100px;
  border: #D1D1D1 solid 1px;
  padding: 10px 20px;
}

.message-popup .tab-wrap {
  -webkit-transition: 0.3s box-shadow ease;
  -webkit-transition: 0.3s -webkit-box-shadow ease;
  transition: 0.3s -webkit-box-shadow ease;
  transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease, 0.3s -webkit-box-shadow ease;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: transparent;
  margin: 0px 0 0 0;
}

.message-popup .price {
  font-size: 1.4rem;
  color: #000000;
}

@media (max-width: 767px) {
  .message-popup .price {
    font-size: 1rem;
  }
}

.message-popup .free-msg {
  color: #239511;
}

.message-popup .tab {
  display: none;
}

.message-popup .tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
  -webkit-transition: 0.5s opacity ease-in, 0.2s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.2s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease, 0.2s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.message-popup .tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
  -webkit-transition: 0.5s opacity ease-in, 0.2s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.2s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease, 0.2s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.message-popup .tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
  -webkit-transition: 0.5s opacity ease-in, 0.2s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.2s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease, 0.2s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.message-popup .tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
  -webkit-transition: 0.5s opacity ease-in, 0.2s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.2s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease;
  transition: 0.5s opacity ease-in, 0.2s transform ease, 0.2s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.message-popup .tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.message-popup .tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}

.message-popup .tab:checked + label {
  -webkit-box-shadow: 0 -1px 0 #fff inset;
          box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
}

.message-popup .tab:checked + label:after {
  background-color: #000000;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z' clip-rule='evenodd'/></svg>");
}

.message-popup .tab:checked + label:hover {
  -webkit-box-shadow: 0 -1px 0 #fff inset;
          box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
}

.message-popup .tab + label {
  width: 100%;
  text-transform: capitalize;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  font-size: 1.2rem;
  -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
  -webkit-transition: 0.3s background-color ease, 0.3s -webkit-box-shadow ease;
  transition: 0.3s background-color ease, 0.3s -webkit-box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease, 0.3s -webkit-box-shadow ease;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  border: #DBDBDB solid 1px;
  margin: 0 15px;
  border-radius: 0;
  position: relative;
  padding-left: 60px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .message-popup .tab + label {
    font-size: 0.9rem;
  }
}

.message-popup .tab + label:after {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  background-color: #C4C4C4;
  border-radius: 30px;
  left: 25px;
  top: 20px;
}

@media (min-width: 768px) {
  .message-popup .tab + label {
    width: auto;
  }
 
}

.message-popup .tab + label:hover {
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 1px 0 #f4f4f4 inset;
          box-shadow: 0 1px 0 #f4f4f4 inset;
}

.message-popup .tab__content {
  padding: 10px 13px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  border-radius: 6px;
}

.msg-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.accordion {
/*  border-top: #000 solid 1px;*/
}

.product-accordion {
  width: 100%;
  display: block;
  padding: 10px 0 0 0;
}

.product-accordion .accordion-item {
  border: none;
  border-bottom: #f9eedf solid 1px;
  border-radius: 0;
  background-color: transparent;
}

.product-accordion .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

.product-accordion .accordion-button {
  padding-top: 0;
  padding-bottom: 0;
/*  text-transform: uppercase;*/
  padding-left: 0;
}

.product-accordion .accordion-body {
  padding-left: 0;
  padding-top: 0;
}

.product-accordion .accordion-header {
  /*font-family: "PT Sans", sans-serif;*/
   font-family: "Raleway", sans-serif;
}

.product-accordion .accordion-header .accordion-button {
  font-size: 13px;
  background-color: transparent;
  font-weight: 600;

}

.product-accordion .accordion-body p {
  color: #000;
  font-size: 12px;
}

.browsing-block {
  margin-top: 5rem;
}

.product-delvery-dtls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-delvery-dtls li {
  color: #000000;
  padding-left: 30px;
  background-size: 21px;
  padding-top: 3px;
  margin: 13px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

@media (max-width: 767px) {
  .product-delvery-dtls li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
   header .brand img {
    height: 60px !important;
  }
  ._phone.mob {
        padding: 2px 10px;

  }
  ._phone a {
    font-size: 0.8rem;
  }
  .mobile-logo img {
    height: 60px !important;
    object-fit: contain;
  }
  .yourLocation p {
    font-size: 0.8rem !important;
  }
  .yourLocation i {
    font-size: 0.95rem !important;
  }
}

.product-delvery-dtls li.date {
  background-image: url(../assets/calendar.svg);
  background-repeat: no-repeat;
}

.product-delvery-dtls li.time {
  background-image: url(../assets/gift.png);
  background-repeat: no-repeat;
}

.product-delvery-dtls li.message {
  background-image: url(../assets/birthday-invitation.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: left 3px center;
}

.product-delvery-dtls li.product_type {
  background-image: url(../assets/gift.svg);
  background-repeat: no-repeat;
  background-size: 17px;
}

.product-delvery-dtls li.delivery_type {
  background-image: url(../assets/delivery.svg);
  background-repeat: no-repeat;
  background-size: 17px;
}

.product-delvery-dtls li.track {
  /*background-image: url(../assets/tracking.svg);
  background-repeat: no-repeat;
  background-size: 17px;*/

}
.product-delvery-dtls li.track .primery-btn,.product-delvery-dtls li.review_ord .primery-btn {
  letter-spacing: unset;
  text-transform: unset;
  padding: 8px 12px !important;
}
.product-delvery-dtls li._cancel {
  background-image: url(../assets/cancel.png);
  background-repeat: no-repeat;
  background-size: 17px;
}
.product-delvery-dtls li.review_ord {
  /*background-image: url(../assets/rate_star.svg);
  background-repeat: no-repeat;
  background-size: 17px;*/
}


.details-block-delivery {
  border-top: 0;
}

.details-block-delivery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0px;
}

.details-block-delivery ul li {
  width: 50%;
  font-size: 1.2rem;
}

.details-block-delivery ul li .delivery-icon {
  width: 60px;
}

@media (max-width: 767px) {
  .details-block-delivery ul li .delivery-icon {
    width: 50px;
  }
}

@media (max-width: 767px) {
  .details-block-delivery ul li {
    font-size: 0.9rem;
  }
}

.share-btn {
  width: 100%;
  margin-top: 25px;
}

.share-btn .icon {
  width: 30px;
  height: 30px;
}

.share-btn .icon img {
  width: 100%;
}

@media (max-width: 991px) {
  .product-fixed {
    position: relative !important;
  }
}

.category-list {
  margin-top: 50px;
}

.review-cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .review-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.review-cont .review-left {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .review-cont .review-left {
    width: 100%;
  }
}

.review-cont .review-right {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .review-cont .review-right {
    padding-left: 0;
    text-align: center;
  }
}

.popup-extra .modal-dialog {
  max-width: 1300px;
}

.extra-list {
  border: #f9eedf solid 1px;
  margin: 10px 0 30px 0;
}

.extra-list .extra-products-img {
  width: 100%;
}

.extra-list .extra-products-img img {
  width: 100%;
}

.extra-list .extra-content {
  padding: 10px 15px;
}

.extra-list .extra-content .price {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 10px;
}

.extra-list .extra-content h4 {
  font-size: 1rem;
}

.pincode-checker, .dinein-checker {
      width: 100%;
  row-gap: 0.5rem;
    border-radius: 0;
    background-color: #f4f6fa;
    padding: 15px;
        display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;

}

.pincode-checker .pincode-block, .dinein-checker .pincode-block {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  margin-top: 10px;*/
  position: relative;
      border-radius: 50px;
}

.pincode-checker .pincode-block .pin-field, .dinein-checker .pincode-block .pin-field {
  width: 100%;
    border: #000000 solid 1px;
    background: #FFF url(../assets/placeholder.png) no-repeat center left 10px;
    padding: 6px 0 6px 40px;
    background-size: 20px;
    border-radius: 0;
}

.pincode-checker .pincode-block .pin-field:focus, .dinein-checker .pincode-block .pin-field:focus {
  background-color: #f5ecec;
  color: #000;
}
.pincode-checker .pincode_msg {
  width: 100%;
}
.pincode-checker .pincode-block .check-btn, .dinein-checker .pincode-block .check-btn {
     width: 5.5rem;
    padding: 6px 16px;
    border: #000000 solid 1px;
    color: #fff;
    background-color: #000000;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}

.pincode-checker .pincode-block .check-btn:hover, .dinein-checker .pincode-block .check-btn:hover {
  background: #000000;
  color: #FFF;
}

.pincode-checker .pin-btm, .dinein-checker .pin-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
          width: 100%;
/*  margin-top: 10px;*/
}

.pincode-checker .pin-btm a, .dinein-checker .pin-btm a {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.9rem;
    font-weight: 600;
}

.pincode-checker .pin-btm a:hover, .dinein-checker .pin-btm a:hover {
  color: #000000;
  text-decoration: none;
}

.pinfilter-block {
  margin-top: 25px;
}

.pinfilter-block .find-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.pinfilter-block .select-style {
  margin: 3px 0;
}

.pin-filter-location {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.pin-filter-location .pin-list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pin-filter-location .pin-list li {
  width: 20%;
  padding: 10px;
}

.pin-filter-location .pin-list li .pin-box {
  border-radius: 0;
  border: #f9eedf solid 1px;
  padding: 10px;
}

.pin-filter-location .pin-list li .pin-box h4 {
  font-weight: 600;
}

@media (max-width: 767px) {
  .pin-filter-location .pin-list li {
    width: 45%;
    padding: 5px;
  }
}

.frozen-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.frozen-block .frozen-msg {
  background-color: #f9eedf;
  padding: 20px 30px;
  color: #333;
}

.frozen-block .frozen-msg p span {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}

.frozen-block .frozen-msg a {
  color: #000000;
  text-decoration: underline;
}

.frozen-block .frozen-msg a:hover {
  color: #B9975B;
  text-decoration: none;
}

.frozen-block .frozen-text-area {
  margin-top: 30px;
}

.frozen-block .frozen-text-area textarea {
  width: 100%;
  border: #000000 solid 1px;
  min-height: 100px;
  padding: 10px 20px;
}

.pop-message {
  width: 80%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px auto;
}

.pop-message p {
  font-size: 1rem;
  margin-top: 10px;
}

.pop-message h5 {
  margin-top: 20px;
}

.extra-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /*  input .checkmark:after {
            left: 0;
            top: 0;
          
         
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
          }*/
}

.extra-bottom .add-btn {
  display: block;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.extra-bottom .add-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.extra-bottom .checkmark {
  position: absolute;
  top: 12px;
  right: 0;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background-color: #000000;
}

.extra-bottom .checkmark:after {
  content: '';
  width: 25px;
  height: 25px;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-mask-image: url(../assets/tick.svg);
  mask-image: url(../assets/tick.svg);
  -webkit-mask-size: 20px;
          mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #FFF;
}

.extra-bottom .add-btn:hover input ~ .checkmark {
  background-color: #ccc;
}

.extra-bottom .add-btn input:checked ~ .checkmark {
  background-color: #000000;
}

.extra-bottom .add-btn .qty-count {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  left: 0;
  bottom: -40px;
  border: none;
}

.extra-bottom .add-btn .qty-count .input-group-btn {
  width: 33.3%;
  height: 35px;
  color: #FFF;
}

.extra-bottom .add-btn .qty-count .btn-number {
  color: #FFF;
}

.extra-bottom .add-btn .qty-count .qty-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000000;
  border-radius: 10px;
}

.extra-bottom .add-btn .qty-count input {
  position: relative;
  width: 33.3%;
  height: 30px;
  opacity: 1;
  font-size: 0.9rem;
  color: #FFF;
}

.extra-bottom .add-btn input:checked ~ .qty-count {
  display: block;
}

.extra-bottom .checkmark:after {
  content: "";
  position: absolute;
}

.extra-bottom .add-btn input:checked ~ .checkmark:after {
  display: block;
}

.dly-icon {
  cursor: pointer;
}

.dly-icon img {
  width: 50px;
}

.checkout-breadcrumb {
  width: 100%;
}

.checkout-breadcrumb ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkout-breadcrumb ul li {
  position: relative;
  padding: 0 90px 0 0;
}

@media (max-width: 767px) {
  .checkout-breadcrumb ul li {
    padding: 0 20px 0 0;
  }
}

.checkout-breadcrumb ul li .breadcrumb-name {
  color: #A0A0A0;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 767px) {
  .checkout-breadcrumb ul li .breadcrumb-name {
    font-size: 0.8rem;
  }
}

.checkout-breadcrumb ul li .breadcrumb-name span {
  background: #FFF;
  padding: 0 20px;
}

.checkout-breadcrumb ul li:after {
  content: '';
  width: 90px;
  height: 2px;
  border-bottom: dashed 2px #A0A0A0;
  position: absolute;
  right: 0;
  top: 50%;
}

@media (max-width: 767px) {
  .checkout-breadcrumb ul li:after {
    width: 40px;
    right: -17px;
  }
}

.checkout-breadcrumb ul li:last-child {
  padding-right: 0;
}

.checkout-breadcrumb ul li:last-child:after {
  display: none;
}

.checkout-breadcrumb ul li.active .breadcrumb-name {
  color: #000000;
}

.checkout-breadcrumb ul li.active:after {
  border-bottom: dashed 2px #000000;
}

@media (max-width: 767px) {
  .qty-number {
    width: 100%;
    text-align: center;
  }
}

.shopping-cart {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .shopping-cart {
    padding-top: 30px;
  }
}

.shopping-cart .price {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .shopping-cart .price {
/*    text-align: center !important;*/
  }
}

.shopping-cart .attribute {
      color: #000000;
    margin-top: 5px;
    opacity: 0.8;
    font-size: 0.9rem;
}

.shopping-cart .product-cart {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;*/
width: 75%;
}

@media (max-width: 767px) {
 /* .shopping-cart .product-cart {
    text-align: center;
    margin-top: 20px;
  }*/
  .shopping-cart .product-cart {
    width: 100%;
    text-align: center;
  }
}

.shopping-cart .product-cart h3 {

    font-size: 1.25rem;
    font-family: "Raleway", sans-serif;
    color: #000000;

    font-weight: 600;
}

.shopping-cart .text-right {
  text-align: right;
}

.shopping-cart .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.shopping-cart .custom-field {
  border-bottom: 1px solid #000000;
  border-radius: 0;
  background-color: #FFF;
  font-size: 1.6rem;
  height: calc(1.5em + 1.625rem + 2px);
  padding: .8125rem 1.25rem;
  font-size: .9375rem;
  line-height: 1.5;
}

.shopping-cart .custom-area {
  border: 1px solid #9D9FA2;
  border-radius: 0;
}

.shopping-cart .product-cart-img {
  max-width: 140px;
  position: relative;
}

@media (max-width: 767px) {
  .shopping-cart .product-cart-img {
    margin: 0px auto;
  }
}

.shopping-cart .cart-header {
  padding: 2rem;
}

.shopping-cart .cart-header h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1rem;
}

.shopping-cart .card-body {
  padding: 0rem 1.25rem;
}

.shopping-cart .cart-right .card-body {
  padding: 0;
}

.shopping-cart .cart-right .price {
  text-align: left !important;
}

.shopping-cart .list-group-item {
  background: transparent;
  border: none;
     border-top: 1px solid #f9eedf;
  padding: 0.7rem 1rem;
  border-radius: 0;
  font-size: 14px;
  gap: 0.5rem;
}

.shopping-cart .list-group-item.subtotal {
  font-size: 14px;
  border-top: 1px solid #DED1C4 !important;
}

.shopping-cart .list-group-item.cart-head {
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.8rem 1rem;
      background-color: #f9eedf;
    border: 1px solid #f9eedf;
}

@media (max-width: 767px) {
  .shopping-cart .list-group-item.cart-head {
    display: none;
  }
}

.shopping-cart .list-group-item.cart-head span {
  font-size: 0.6rem;
  font-weight: 300;
}

.shopping-cart .list-group-item.cart-head .price-heading {
  line-height: 20px;
}

.shopping-cart .remove-btn {
  color: white;
    font-size: 12px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 0;
    width: 20px;
    height: 20px;
}

.shopping-cart .remove-btn i {
  border: none;
    background-color: red;
    width: 20px;
    height: 20px;
    border-radius: 0;
    text-align: center;
   
    display: flex;
  
    justify-content: center;
   
    align-items: center;
}

.shopping-cart p {
  font-size: 1rem;
}

.shopping-cart .qty-count {
  margin-top: 0;
}

@media (max-width: 767px) {
  .shopping-cart .qty-count {
/*    margin: 0px auto;*/
    margin-top: 10px;
/*    margin-bottom: 10px;*/
  }
}

.shopping-cart .qty-count .btn {
  padding: 0 0.5rem !important;
}

.shopping-cart .qty-count .input-group-btn {
  width: 30px;
  height: 40px;
}

@media (max-width: 767px) {
  .shopping-cart .qty-count .input-group-btn {
    width: 45px;
  }
}

.shopping-cart .qty-count .input-number {
  width: 40px;
  height: 40px;
  font-size: 0.8rem;
}

.shopping-cart .order-confirm .card {
  border: #f9eedf solid 1px;
  border-radius: 0;
}

.shopping-cart .order-confirm .cart-header {
  padding: 0;
  background-color: transparent;
  border-bottom: #f9eedf solid 1px;
}

.shopping-cart .order-confirm-block {
  padding-right: 0;
  padding-left: 0;
}

.shopping-cart .order-confirm-block .cart-block {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart-block {
/*      border: #f9eedf solid 1px;*/
/*    border-radius: 10px;*/
}

.cart-cont {
  margin-top: 1.5rem;
}

.cart-btm {
  width: 100%;
  padding: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .cart-btm .btn {
    width: 100%;
    margin-top: 15px;
  }
}

.continue-btn {
  border: none;
}

.cart-right {
      background-color: transparent;
            padding: 24px 16px;
    border-radius: 10px;
    border: 1px solid #c39d4d;
}

.cart-right .card {
  border: 0;
  background-color: transparent;
}
.cart-right .card table {
  border-radius: 10px;
    background-color: #f9eedf;
}

.cart-right .card-body {
 /* padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;*/
}

.cart-right .list-group {
  position: relative;
      gap: 0.75rem;
}

.cart-right .list-group .list-group-item {
  padding:0;
/*    background-color: #ffffff;*/
    border: none;
}

.cart-right .list-group .list-group-item:first-child {
  border-top: 0;
/*  padding-top: 0;*/
}

.cart-right .list-group .list-group-item:last-child {
  border-bottom: 0;
/*  padding-bottom: 0;*/
}

.cart-right .img-fluid {
  max-height: 100px;
}

.cart-right .subtotal {
  font-weight: 600;
}

.side-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
/*  border-bottom: 1px solid #000000;*/
}

.side-head h4 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-left: 0;
  font-weight: normal;
}

.side-head .head-icon {
  width: 50px;
  height: 50px;
  background: #EAE0E0;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coupon-box {
      width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
}
.coupon-box.scroll {
  max-height: 370px;
  overflow-y: auto;
  padding: 0 2rem;
}
.coupon-box.scroll b {
  color: #021f4b;
}
.coupon-box.scroll::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.coupon-box.scroll::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

.coupon-box.scroll::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #000;
}
.circle1, .circle2{
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
/*    border: 1px dashed #01afee;*/

}
.circle1{
    left: -25px;
}
.circle2{
    right: -25px;
}
.form-check {
    


}
.coupon-box .form-check {
/*  border: 1px dashed #01afee;*/
    padding: 1rem 1rem 1rem 2rem;
    margin-bottom: 1rem;
    background: #f9eedf;
    color: #fff;
/*    text-align: center;*/
    padding: 30px 50px;
    border-radius: 15px;
/*    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15);*/
    position: relative;
}
.coupon-box .form-check label {
  cursor: pointer;
}

@media (max-width: 991px) {
  .coupon-box {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.coupon-box .cupon-head {
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
}

.coupon-box .cupon-head::after {
  width: 20px;
  height: 20px;
  content: '';
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url(../assets/offer.svg);
  mask-image: url(../assets/offer.svg);
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
}

.coupon-box .coupon-field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coupon-box .coupon-field .form-control {
     border: #c39d4d solid 1px;
    padding: 8px 10px;
    border-radius: 10px 0 0 10px;
    font-size: 15px;
}

.coupon-box .coupon-button .btn {
  padding: 10px 20px;
/*  border-radius: 0 4px 4px 0 !important;*/
border-radius: 0 10px 10px 0;
}

.product-part-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem 0;
  gap: 1.25rem;
}

@media (max-width: 767px) {
  .product-part-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.checkout-block {
  margin: 40px 0;
}

.checkout-block h4 {
  font-size: 1.3rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .checkout-block h4 {
    font-size: 0.9rem;
  }
}

.address-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  padding-right: 30px;
}

.address-part .address-box {
/*  background: #FFF;*/
  margin-top: 10px;
/*  border: 1px solid #000000;*/
    font-family: 'Montserrat', sans-serif;
}

.address-part .add-adddress {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 6px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 1px 6px;
          border-radius: 10px;
}

.address-part .add-adddress a {
  width: 100%;
  border: #c39d4d dashed 1px;
  display: flex;
  padding: 10px 20px;
  font-size: 1rem;
  background: #f9eedf;
          flex-direction: row;
          justify-content: center;
  color: #000000;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 3rem;
}

.address-part .add-adddress a i {
  margin-right: 15px;
}

.address-part .add-adddress:hover a {
  background: #fae7c9;
  color: #000;
}

.address-part .delivery-info {
  display: flex;

          justify-content: flex-start;
  position: relative;
          flex-direction: column;
          border-radius: 10px;
          margin-bottom: 10px;
  
}

.address-part .delivery-info:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.address-part .delivery-info p {
  width: 40%;
  padding-top: 10px;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  .address-part .delivery-info p {
    width: 70%;
  }
}

.address-part .delivery-info .control-input {
  position: absolute;
  left: 20px;
  top: 35px;
}

.address-part .delivery-info .control-label {
  width: 100%;
  margin-bottom: 0;
  height: auto;
  padding: 30px 50px 30px 50px;
  cursor: pointer;
  border-radius: 10px;
      border: 1px solid #c39d4d;
}

@media (max-width: 767px) {
  .address-part .delivery-info .control-label {
    padding-right: 60px;
  }
  .address-part .delivery-info .control-label h5 {
    font-size: 1rem;
  }
}

.address-part .delivery-info .control-label {
  background: #eab46140;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.address-part .delivery-info .control-input:not(:checked) ~ .control-label {
/*  border-radius: 0;*/
  color: #4A5239;
  background: #f9eedf;
}

.address-part .delivery-info .control-input:not(:checked) ~ .control-label:hover::after {
  content: '';
  color: #D6DCE4;
  font-family: 'bootstrap-themes';
  font-size: 1.75rem;
}

.address-part .delivery-info .control-input:checked ~ .control-label::after {
  content: '';
  color: #7952B3;
  font-family: 'bootstrap-themes';
  font-size: 1.75rem;
}

.address-part .delivery-info .control-input:checked ~ .control-label span {
  color: #000000;
}

.address-part .address-action {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 0.8rem;
  border: #000000 solid 1px;
  border-radius: 2px;
  padding: 2px 10px;
  color: #000000;
}

.address-part .address-action i {
  margin-right: 5px;
}

.address-part .address-action:hover {
  background: #000000;
  color: #FFF;
}

.form-area {
  width: 100%;
  margin: 0 auto;
}

.form-area h3 {
  text-transform: uppercase;
}

.form-area .form-field {
  margin-top: 1rem;
}

.form-area .form-field label {
  font-size: 14px;
}

.form-area .form-field label span {
  font-size: 0.8rem;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .form-area .form-field label {
    font-size: 0.8rem;
  }
}

.form-area .form-field .text-area {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
}

.form-area .custom-field {
  border: 1px solid #bc8f28 !important;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1.6rem;
  height: calc(1.5em + 1.625rem + 2px);
  padding: .8125rem 1.25rem;
  font-size: .9375rem;
  line-height: 1.5;
}

.form-area .custom-area {
  border: 1px solid #9D9FA2;
  border-radius: 0;
}

.form-area .mobile-icon {
  background-image: url(../assets/mobile.svg);
  background-repeat: no-repeat;
  background-position: top 10px left 0px;
  padding-left: 35px;
}

.form-area .password-icon {
  background-image: url(../assets/lock.svg);
  background-repeat: no-repeat;
  background-position: top 10px left 0px;
  padding-left: 35px;
}

.form-field .form-check-input {
  border: #000000 solid 1px;
  width: 25px;
  height: 25px;
}

.form-field .register-check .form-check-label {
  padding-left: 15px;
}

.form-field .form-check-input:checked {
  background-color: #000000;
}

.register .custom-field {
/*  padding-left: 0;*/
}

.register .date-cont .custom-field {
  width: 100%;
  background-image: url(../assets/calendar.svg);
  background-repeat: no-repeat;
  background-position: right top 8px;
}

.register .date-cont .input-group-addon {
  opacity: 0;
}

.form-check-label a {
  color: #000000;
  text-decoration: underline;
}

.form-check-label a:hover {
  color: #000;
}

.add-new-address .form-area .custom-field {
/*  border: #000000 solid 1px;*/
}

.add-new-address .form-area .custom-area {
  border: #000000 solid 1px;
}

.checkout-cart {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  padding-top: 1rem;
}

.checkout-cart .qty {
  color: #000000;
  margin-left: 10px;
}

.payment-list {
  background: #f9eedf;
  border: #c39d4d solid 1px;
  border-radius: 10px;
  margin-top: 10px;
}

.payment-list .list-group-item {
  border: none;
  border-bottom: #f9eedf solid 1px;
  margin-top: -1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.payment-list .list-group-item img {
  max-width: 350px;
  object-fit: contain;
  max-height: 80px;
}

.payment-list .list-group-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.payment-list .list-group-item .payment-text {
  text-transform: uppercase;
  padding: 10px 0;
}

.payment-list .list-group-item .custom-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment-part {
  margin-top: 20px;
  padding-right: 30px;
}

.payment-block {
  margin-top: 30px;
}

.payment-block .delivery-info {
  padding: 30px;
}

.confirm-logo {
  max-width: 200px;
}

.order-message-block {
  text-align: center;
  padding: 2rem;
}

.order-message-block h5 {
  font-size: 2rem;
}

.order-message-block p {
  margin-top: 1rem;
  font-size: 1.3rem;
}

.invoice-head {
  border-top: #f9eedf solid 1px;
  padding: 0;
}

.invoice-head .invoice-top {
  background-color: #f9eedf;
  padding: 1.5rem 3rem;
}

.invoice-head p {
  font-size: 1rem;
}

.guest-form .form-area .custom-field {
/*  padding-left: 0;*/
}

.oder-details {
  float: right;
}

.oder-details p {
  color: #000000;
}

.print-logo {
  height: 6rem;
  position: relative;
/*  height: 100%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.print-logo span {
  height: 100%;
}
.print-logo span img {
  height: 100%;
}

.invoice-bottom {
  padding: 2rem 2rem 2.3rem 2rem;
}

.billing-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.billing-checkbox .custom-control-input {
  width: 20px;
  height: 20px;
  border: #000000 solid 1px;
  margin-top: 3px;
}

.billing-checkbox .custom-control-label {
  color: #000000;
  padding-left: 15px;
}

.billing-adrs {
  width: 100%;
  display: none;
}

.addressitemshow {
  display: block;
}

.delivery-table {
  width: 100%;
  border-bottom: #000000 solid 1px;
  padding-bottom: 15px;
}

.delivery-table h4 {
  font-weight: 600;
  font-size: 1rem;
  border-bottom: #000000 solid 1px;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.delivery-table .grid-table {
  width: 100%;
}

.delivery-table .grid-table thead {
  color: #000;
}

.delivery-table .grid-table thead tr,
.delivery-table .grid-table tbody tr {
  width: 100%;
}

.delivery-table .grid-table thead tr th,
.delivery-table .grid-table tbody tr td {
  padding: .1em .5em;
  font-size: 0.9rem;
  line-height: 1.3rem;
}

.delivery-table .grid-table thead tr th:last-child,
.delivery-table .grid-table tbody tr td:last-child {
  text-align: right !important;
}

.rating-container {
  margin-top: 80px;
}

.map-block {
  margin-top: 20px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.map-block .form-switch {
  float: right;
  margin-left: auto;
}

.map-block .location-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  display: none;
}

.map-block .showMap {
  display: block;
}

.addons-list {
  background-color: #f9eedf;
  padding-bottom: 10px;
}

.addons-list h4 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 30px 0 0 20px;
}

.addons-list .product-cart-img {
  max-width: 80px;
}

.addons-list .product-cart h3 {
  font-size: 0.9rem;
  font-weight: 500;
}

.addons-list .list-group-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.addons-list .product-part-top {
  padding: 0.5rem 0;
}

@media (max-width: 767px) {
  .modal-dialog {
    padding: 0;
  }
  .payment-part {
    padding-right: 0;
  }
  .cart-right {
    margin-top: 1rem;
  }
}

.login-popup .modal-dialog {
  max-width: 900px;
  border-radius: 0;
  overflow: hidden;
}

.login-popup .modal-body {
  padding: 0px;
  position: relative;
}

.login-popup .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}

.login-popup .login-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .login-popup .login-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .login-popup .login-block .login-left {
    width: 100%;
    padding: 10px 0;
    border-radius: 5px 5px 0 0px;
  }
}

.login-popup .login-block .login-left .login-logo {
  max-width: 180px;
}

@media (max-width: 767px) {
  .login-popup .login-block .login-left .login-logo {
    max-width: 90px;
  }
}

.login-popup .login-block .login-right {
  width: 100%;
}

@media (max-width: 767px) {
  .login-popup .login-block .login-right {
    width: 100%;
  }
}

.login-popup .login-block .login-right .login-nav {
  width: 100%;
  border-bottom: #eee solid 1px;
}

.login-popup .login-block .login-right .login-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0 70px;
}

@media (max-width: 767px) {
  .login-popup .login-block .login-right .login-nav ul {
    padding: 20px 0 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.login-popup .login-block .login-right .login-nav ul li {
  text-transform: uppercase;
  padding: 0 20px;
}

.login-popup .login-block .login-right .login-nav ul li a {
  color: #333;
  padding: 10px 20px;
  border-bottom: #FFF solid 3px;
}

.login-popup .login-block .login-right .login-nav ul li.active a, .login-popup .login-block .login-right .login-nav ul li:hover a {
  color: #000000;
  border-bottom: #000000 solid 3px;
}

.login-popup .login-block .guest-cont {
  margin-top: 0px;
  padding-top: 2rem;
    border-top: 1px dashed #dadada;
}

.login-popup .login-block .guest-cont h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.login-popup .login-block .guest-cont p {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.login-popup .login-form {
  margin-top: 20px;
  margin-bottom: 50px;
}

.login-popup .login-form .login-head {
  margin-bottom: 30px;
}

.login-popup .login-form h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
}

.login-popup .login-form .forgot-link {
  color: #000000;
  font-size: 0.9rem;
}

.login-popup .login-form .forgot-link:hover {
  color: #498D53;
  text-decoration: underline;
}

.login-popup .signup {
  margin-top: 0px;
}

.login-popup .signup h4 {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.login-popup .signup a {
  font-weight: 600;
}
.login-popup .signup a:hover {
  color: #000;
}
.login-popup .or-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}

@media (max-width: 767px) {
  .login-popup .or-btn {
    margin: 0.5rem 0;
  }
}

.login-popup .or-btn .or {
  width: 40px;
  height: 40px;
  background-color: #333;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  color: #FFF;
  text-transform: uppercase;
}

.account-menu {
  min-width: 15rem;
  position: relative;
}

.account-menu:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #000000 transparent;
  position: absolute;
  top: -10px;
  right: 10px;
}

.account-menu li .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  color: #000000;
}

.account-menu li .dropdown-item .account-icon {
  padding-right: 15px;
}

.account-menu li .dropdown-item .account-icon i {
  font-size: 20px;
  color: #000000;
}

.account-menu li:hover .dropdown-item {
  background-color: #000000;
  color: #FFF;
}

.account-menu li:hover .dropdown-item .account-icon i {
  color: #FFF;
}

@media (max-width: 767px) {
  .account-menu {
    min-width: 10rem;
  }
}

.account-toggle:after {
  display: none;
}

.myaccount .account-left-block {
  border-right: #000000 solid 1px;
  height: 100%;
}

.myaccount .account-left-block .account-left-head {
  padding: 10px;
    color: #000000;
    background-color: #eab46140;
    border-radius: 10px;
}

.myaccount .account-left-block .account-left-head .account-name {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.myaccount .account-left-block .account-left-head p {
  font-size: 1rem;
  line-height: 1.3rem;
  padding-top: 5px;
  color: #000000;
}

.myaccount .account-left-block .account-menu-block {
  border-top: #f9eedf solid 1px;
  padding: 20px 0;
}

.myaccount .account-left-block .account-menu-block h3 {
  font-weight: 600;
}

.myaccount .account-left-block .account-menu-block .account-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}

.myaccount .account-left-block .account-menu-block .account-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}

.myaccount .account-left-block .account-menu-block .account-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  padding: 8px 0;
  position: relative;
  width: 100%;
  border-radius: 10px;
}

.myaccount .account-left-block .account-menu-block .account-nav li .account-icon {
  font-size: 1rem;
  margin-right: 12px;
}

.myaccount .account-left-block .account-menu-block .account-nav li:hover a, .myaccount .account-left-block .account-menu-block .account-nav li.active a {
  font-weight: 600;
}

.myaccount .account-left-block .account-menu-block .account-nav li:hover a:after, .myaccount .account-left-block .account-menu-block .account-nav li.active a:after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  right: 30px;
  top: 50%;
  background: url(../assets/left-arrow.svg) no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.account-right-block {
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 100px;
}

.account-right-block .shopping-cart .cart-block {
  border-bottom: #000000 solid 1px;
}

@media (max-width: 767px) {
  .account-right-block {
    padding-left: 0;
  }
}

.account-right-block .account-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .account-right-block .account-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.account-right-block h3 {
  font-size: 1.4rem;
}

.account-right-block p {
  font-weight: 300;
}

.account-right-block h5 {
  font-size: 1.2rem;
  text-transform: capitalize;
}

.account-right-block .dashboard-account {
  border: #000000 solid 1px;
  margin-top: 20px;
  border-radius: 0;
}

.account-right-block .dashboard-account .dash-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  border-radius: 0 0px 0 0;
  border-bottom: #000000 solid 1px;
}

.account-right-block .dashboard-account .dash-head .account-icon {
  font-size: 1.6rem;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #FFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.account-right-block .dashboard-account .dash-head .dash-account-info {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.account-right-block .dashboard-account .account-dash-body .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px;
  border-right: #000000 solid 1px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.account-right-block .dashboard-account .account-dash-body .info-block .info-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.account-right-block .dashboard-account .account-dash-body .info-block .info-left h6 {
  font-size: 1rem;
  font-weight: 600;
}

.account-right-block .dashboard-account .account-dash-footer {
  display: block;
  border-top: #000000 solid 1px;
  padding: 30px;
}

.account-right-block .store-item-style {
  border-right: #000000 solid 1px;
}

.account-right-block .store-item-style .store-dash-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  position: relative;
}

.account-right-block .store-item-style .store-dash-block p {
  width: 60%;
  margin-top: 10px;
}

.account-right-block .store-item-style .store-dash-block h6 {
  font-weight: 600;
}

.account-right-block .store-item-style .store-dash-block .store-logo {
  width: 150px;
}

.account-right-block .store-item-style .store-dash-block .store-logo img {
  width: 60px;
}

.account-right-block .store-item-style:last-child {
  border: none;
}

.account-right-block .edit-part {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.account-right-block .edit-part .edit-btn {
  width: 40px;
  height: 40px;
  border: #082215 solid 1px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          cursor: pointer;
}

.account-right-block .edit-part .edit-btn i {
  color: #082215;
}

.account-right-block .edit-part .edit-btn a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-right-block .edit-part .edit-btn:hover {
  background-color: #082215;
  color: #FFF;
}

.account-right-block .edit-part .edit-btn:hover i {
  color: #FFF;
}

.account-right-block .edit-part .edit-btn button {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.account-right-block .account-btn {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

@media (max-width: 767px) {
  .account-right-block .account-btn {
    margin-top: 20px;
  }
}

.account-right-block .account-btn i {
  margin-right: 10px;
}

.account-right-block .account-btn a {
  border-radius: 10px;
  color: #000;
  background-color: #e7c85c;
  font-weight: 400;
  padding: 4px 25px;
}

.account-right-block .account-btn a:hover {
  background-color: #e7c85c;
  color: #000;
/*  border: #000000 solid 1px;*/
}

.account-right-block .select-type {
  position: relative;
  width: auto;
  max-width: 150px;
  margin-top: 30px;
}

.account-right-block .select-type input[type="radio"] {
  display: none;
}

.account-right-block .select-type input[type="radio"]:not(:disabled) ~ label {
  cursor: pointer;
}

.account-right-block .select-type input[type="radio"]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.account-right-block .select-type label {
  display: block;
  background: white;
  border-radius: 0;
  border: #666 solid 1px;
  text-align: center;
  position: relative;
}

.account-right-block .select-type input[type="radio"]:checked + label {
  background: #20df80;
  color: white;
}

.account-right-block .personal-info {
  border: #c39d4d solid 1px;
  padding: 30px 30px;
  margin-top: 30px;
      border-radius:10px;
      background-color: #f9eedf;
}

.account-right-block .personal-info .custom-field:disabled {
  border-bottom: 1px solid #000000;
  padding: .55rem 1rem;
  background-color: #f3f4f6;
  border: none;
  border-radius: 10px;
}

.account-right-block .personal-info .custom-field {
  border: 1px solid #000000;
  border-radius: 10px;
  font-size: 1.6rem;
  height: calc(1.5em + 1.625rem + 2px);
  padding: .8125rem 1.25rem;
  font-size: .9375rem;
  line-height: 1.5;
  width: 100%;
  background-color: #fff;
  border:1px solid #bc8f28;;
}

.account-right-block .personal-info .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.account-right-block .personal-info .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  max-width: 50%;
}

@media (max-width: 767px) {
  .account-right-block .personal-info .info-list li {
    max-width: 100%;
  }
}

.account-right-block .personal-info .info-list li .name-label {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1rem;
}

.account-right-block .personal-info .info-list li .name-dtls {
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 10px;
}

.account-right-block .personal-info .info-list li .account-btn-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-right-block .personal-info .info-list li .account-btn-block .edit-part {
  width: 50%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.account-right-block .personal-info .info-list li .account-btn-block .save-btn {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.account-right-block .personal-info .info-list li .account-btn-block .save-btn .save {
  display: none;
     background-color: #e7c85c;
    color: #000000;
    font-weight: 600;
    padding: 5px 30px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.account-right-block .personal-info .info-list li .account-btn-block .save-btn .save:hover {
/*  background-color: #000000;
    color: #fff;*/
}

.__save {
   background-color: #e7c85c;
    color: #000000;
    font-weight: 600;
/*    border: 1px solid #000000;*/
    padding: 5px 30px;
    border-radius: 10px;
    transition: 0.3s ease;
    letter-spacing: unset;
}
.__save:hover {
/*  background-color: #000000;
    color: #fff;*/
}
.account-right-block .personal-info .info-list li .account-btn-block .save-btn .show-save {
  display: block;
}

.account-right-block .address-list-block {
  margin-top: 30px;
  border: #C7C7C7 solid 1px;
}

.account-right-block .address-list-block .address-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #C7C7C7 solid 1px;
  padding: 30px;
}

.account-right-block .address-list-block .address-left {
  width: 100%;
}

.account-right-block .address-list-block .address-left p {
  width: 60%;
  margin-top: 10px;
}

.account-right-block .address-list-block .address-right {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.account-right-block .address-list-block .address-right .address-edit {
  width: 30px;
  height: 100px;
  cursor: pointer;
}

.account-right-block .address-list-block .address-right .address-edit i {
  font-size: 2rem;
}

.account-right-block .address-list-block .address-right .address-edit:hover {
  color: #000000;
}

.account-right-block .address-list-block .address-right .addres-action {
  width: auto;
  height: auto;
  padding: 5px 20px;
  background-color: #FFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
  display: none;
  position: absolute;
  left: -60px;
  top: 0;
  border-radius: 0;
}

.account-right-block .address-list-block .address-right .addres-action ul li {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-right-block .address-list-block .address-right .addres-action ul li i {
  margin-right: 10px;
}

.account-right-block .address-list-block .address-right .addres-action ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-right-block .address-list-block .address-right .addres-action ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

.account-right-block .address-list-block .address-right:hover .addres-action {
  display: block;
}

.display-block {
  display: block !important;
}

.wishlist-block {
  margin-top: 30px;
}

.wishlist-block .product {
  position: relative;
}

.wishlist-block .product .wish-delete {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 6px;
  bottom: 6px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
      color: #ff1100;
      background-color: #fff;
  z-index: 9;
}

.wishlist-block .product .wish-delete a, .wishlist-block .product .wish-delete button {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wishlist-block .product .wish-delete:hover {
  color: #000000;
}

.store-list-block {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
  border: #C7C7C7 solid 1px;
}

.store-list-block .store-item-style {
  border-bottom: #C7C7C7 solid 1px;
}

.store-list-block .store-delete {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: #707070 solid 1px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #707070;
  z-index: 9;
}

.store-list-block .store-delete a, .store-list-block .store-delete button {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.store-list-block .store-delete:hover {
  background-color: #000000;
  color: #FFF;
  border: #000000 solid 1px;
}

.order-block {
  margin-top: 35px;
}
.order-block .col-md-6:last-child {
  text-align: right;
}
.order-block .col-md-6 .form-select, .order-block .col-md-6 .form-control {
    width: auto;
    display: inline-block;
    margin-bottom: 1rem;
}
.order-block .col-md-6 .form-control {
    margin-left: 0.5rem;
}
.order-block .order-list {
  background-color: #FFF;
/*  border: #C7C7C7 solid 1px !important;*/
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px;
  margin-top: 20px;
}

.order-block .order-list .accordion-button:not(.collapsed) {
  color: #333;
}

.order-block .order-list .order-top {
  width: 100%;
  background-color: #f9eedf;
  padding: 15px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .order-block .order-list .order-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 10px 10px 10px;
  }
}

.order-block .order-list .order-top .order-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-block .order-list .order-top .order-items strong {
  padding-right: 10px;
}

.order-block .order-list .order-top .order-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .order-block .order-list .order-top .order-left {
    width: 100%;
  }
}

.order-block .order-list .order-top .order-left .order-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .order-block .order-list .order-top .order-left .order-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.order-block .order-list .order-top .order-left .order-id {
  width: auto;
  background-color: #FFF;
  padding: 5px 20px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.order-block .order-list .order-top .order-left .order-date {
  width: auto;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .order-block .order-list .order-top .order-left .order-date {
    padding-left: 0;
    margin-top: 10px;
  }
}

.order-block .order-list .order-top .order-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .order-block .order-list .order-top .order-right {
    width: 100%;
  }
}

.order-block .order-list .order-top .order-right .order-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
}

.order-block .order-list .order-top .order-right .invoice {
  margin: 0 10px;
}

.order-block .order-list .order-top .order-right .invoice a {
  background-color: #000000;
  padding: 10px 20px;
  color: #FFF;
  border-radius: 0;
}

.order-block .order-list .order-top .order-right .invoice a:hover {
  background-color: #000000;
}

.order-block .order-list .order-top .order-right .invoice a i {
  margin-right: 10px;
}

.order-block .order-list .order-top .order-right .track-order-btn a {
  background-color: #000000;
  padding: 10px 20px;
  color: #FFF;
  border-radius: 0;
}

.order-block .order-list .order-top .order-right .track-order-btn a i {
  margin-right: 10px;
}

.order-block .order-list .order-top .order-right .track-order-btn a:hover {
  background-color: #000000;
}

.order-block .order-list .order-top .order-right .order-status {
  color: #333;
  font-size: 0.9rem;
  text-align: right;
}

.order-block .order-list .order-top .order-right .status {
  font-weight: 600;
  font-size: 1rem;
      padding: 2px 10px;
    border-radius: 0;
}

.order-block .order-list .order-top .order-right .pendding {
      background-color: #ffe1e6;
    color: #c50020;
}

.order-block .order-list .order-top .order-right .delivered {
      background-color: #e0f8e8;
    color: #0f7d34;
}

.order-cart {
  padding: 0px;
}

.order-cart .card-body {
  padding: 0;
}

.order-cart .cart-block {
  border: none;
}

.order-cart .shopping-cart {
  margin-top: 0;
  padding-top: 0;
}

/* track order popup */
.track-popup .modal-dialog {
  max-width: 750px;
}

.track-popup .modal-dialog .modal-content {
  background-color: #f9eedf;
}

.track-popup .modal-header {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.track-popup .modal-header h4 {
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}

.track-popup #progressbar {
  margin-bottom: 3vh;
  overflow: hidden;
  color: white;
  padding-left: 0px;
  margin-top: 3vh;
}

.track-popup #progressbar li {
  list-style-type: none;
  font-size: 0.8rem;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
  color: #666;
}

.track-popup #progressbar li.complete {
  font-size: 1rem;
  font-weight: 600;
}

.track-popup #progressbar .step0:before {
  content: "";
  color: white;
  width: 20px;
  height: 20px;
  margin-left: 0px !important;
}

.track-popup #progressbar li:before {
  line-height: 29px;
  display: block;
  font-size: 12px;
  background-color: #a6857e;
  border-radius: 50%;
  margin: auto;
  z-index: -1;
  margin-bottom: 1vh;
}

.track-popup #progressbar li:after {
  content: '';
  height: 3px;
  background-color: #a6857e;
  position: absolute;
  left: 0%;
  right: 0%;
  margin-bottom: 2vh;
  top: 8px;
  z-index: 1;
}

.track-popup .text-right {
  text-align: right;
}

.track-popup .progress-track {
  padding: 0 8%;
}

.track-popup #progressbar li:nth-child(2):after {
  margin-right: auto;
}

.track-popup #progressbar li:nth-child(1):after {
  margin: auto;
}

.track-popup #progressbar li:nth-child(3):after {
  float: left;
  width: 100%;
}

.track-popup #progressbar li:nth-child(4):after {
  margin-left: auto;
  width: 100%;
}

.track-popup #progressbar li.active:before,
.track-popup #progressbar li.active:after {
  background: #000000;
}

.track-popup #progressbar li.active {
  color: #000000;
}

.track-popup .details {
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 3.5rem;
}

@media (max-width: 767px) {
  .track-popup .details {
    padding: 2rem 0;
    font-size: 1rem;
    line-height: 2.5rem;
  }
}

.track-popup .d-table {
  width: 100%;
}

.track-popup .d-table-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.track-popup .d-table-cell {
  color: #000000;
}

@media (max-width: 767px) {
  .track-popup .d-table-cell {
    padding-left: 1rem;
  }
}

.track-popup .col-3 {
  display: -ms-grid;
  display: grid;
  text-align: end;
}

.track-popup .col-3 .d-table-row {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.track-popup .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}

.items-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.items-bottom .give-rating {
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.items-bottom .give-rating a {
  color: #000000;
}

.items-bottom .give-rating a:hover {
  color: #333;
  text-decoration: underline;
}

.items-bottom .give-rating i {
  margin-right: 10px;
}

.rating-popup .modal-dialog {
  max-width: 900px;
}

.rating-popup .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}

.rating-popup .modal-body {
  padding: 30px;
}

.rating-popup .modal-body h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

.rating-top {
  border-bottom: #eee solid 1px;
  padding-bottom: 15px;
}

.rating-top .star-rating {
  direction: rtl;
  display: inline-block;
  padding: 0;
  cursor: default;
  margin-top: 10px;
}

.rating-top .star-rating input[type="radio"] {
  display: none;
}

.rating-top .star-rating label {
  color: #bbb;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rating-top .star-rating label:hover,
.rating-top .star-rating label:hover ~ label,
.rating-top .star-rating input[type="radio"]:checked ~ label {
  color: #f2b600;
}

.rating-bottom {
  margin-top: 30px;
}

.rating-bottom .discription-area {
  margin-top: 20px;
}

.rating-bottom .discription-area textarea {
  width: 100%;
  padding: 20px;
}

.rating-bottom .discription-area .btn {
  margin-top: 20px;
  float: right;
}

.invoice {
  padding-top: 0;
}

.card-footer {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer .list-group-item:first-child {
  border-top: none !important;
}

.delivery-boy-dtls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFF;
  justify-content: center;
  padding-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.delivery-boy-dtls h5 {
  width: 100%;
  text-align: center;
  color: #000000;
}

.delivery-boy-dtls p {
  width: 100%;
  text-align: center;
  color: #000000;
}

.delivery-boy-dtls .d-boy-icon {
  max-width: 70px;
  margin-bottom: 30px;
  background-color: #000000;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  padding: 10px;
}

.account-new {
  border: 1px solid #c39d4d;
    border-radius: 10px;
    background-color: #f9eedf;
  padding: 20px 20px;
  margin-top: 30px;
}

.select-style .form-select {
  border: 1px solid #bc8f28 !important;
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
}

label em {
  color: #F00;
  font-style: normal;
}

.dob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

.dob .date {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.dob .date .input-group-addon {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #000000;
  border-left: 0;
  display: none;
}

.dob .date .custom-field {
  width: 100%;
  background: url(../assets/calendar.svg) no-repeat right 10px center;
  background-color: transparent;
}

.page-head {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .page-head {
/*    margin-bottom: 0rem;*/
  }
}

.about-area-v2 .about-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .about-area-v2 .about-img {
    margin-left: 0px;
    margin-bottom: 60px;
  }
}

.about-area-v2 .about-content-box {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .about-area-v2 .about-content-box {
    padding-left: 0;
  }
}

.about-area-v2 .about-content-box h2 {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-v2 .about-content-box h2 {
    font-size: 1.5rem;
    line-height: 42px;
  }
}

@media (max-width: 991px) {
  .about-area-v2 .about-content-box h2 {
    font-size: 1.2rem;
    line-height: 36px;
  }
}

.about-area-v2 .about-content-box h2 span {
  color: #000000;
}

.about-area-v2 .about-content-box h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-v2 .about-content-box h3 {
    font-size: 1.2rem;
    line-height: 42px;
  }
}

@media (max-width: 991px) {
  .about-area-v2 .about-content-box h3 {
    font-size: 1rem;
    line-height: 36px;
  }
}

.about-area-v2 .about-content-box h3 span {
  color: #000000;
}

.about-area-v2 .about-content-box .content-box {
  background-color: #fff4ef;
  padding: 25px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.about-area-v2 .about-content-box .content-box p {
  font-size: 15px;
  color: #000000;
  font-weight: 700;
  padding-left: 35px;
  border-left: 3px solid #000000;
  margin-bottom: 0px;
}

.about-area-v2 .about-content-box p {
  margin-bottom: 35px;
}

/*---=======================
   End About css 
===========================---*/
.teams-cont h4 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.teams-cont p {
  font-size: 0.9rem;
  font-weight: 300;
  padding-top: 1rem;
}

.faq .question {
  position: relative;
  background: #f9eedf;
  margin: 0;
  padding: 15px 10px 15px 10px;
  display: block;
  width: 100%;
  cursor: pointer;
}

.faq .question h5 {
  padding-left: 50px;
  font-size: 1.2rem;
}

.faq .answers {
  padding: 0px 15px;
  margin: 5px 0;
  width: 100% !important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.faq .questions:checked ~ .answers {
  height: auto;
  opacity: 1;
  padding: 15px;
}

.faq .plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  top: 8px;
}

.faq .questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq .questions {
  display: none;
}

.faq .faq-tab {
  position: relative;
}

.content-pages {
  margin: 40px 0;
}
.inner-block .page-head h2 {
  font-size: 2rem;
  font-weight: 600;
}

.content-pages h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 30px;
}
.content-pages P strong {
  font-size: 1.125rem;
  font-weight: 600;
}
.content-pages p {
  font-size: 14px;
  line-height: 25px;
}

.about-content-box {
/*  padding-left: 30px;*/
}

.wokshop-banner {
  position: relative;
}

.wokshop-banner .workbanner-img {
  width: 100%;
  background-color: #000;
}

.wokshop-banner .workbanner-img img {
  opacity: 0.8;
  width: 100%;
}

.wokshop-banner .work-banner-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  color: #FFF;
  /*font-family: "coconatregular";*/
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wokshop-banner .work-banner-content h3 {
  font-size: 3rem;
  color: #FFF;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .wokshop-banner .work-banner-content h3 {
    font-size: 1.5rem;
  }
}

.work-shop .work-shop-row .work-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .work-shop .work-shop-row .work-content {
    padding: 25px 0;
  }
}

.work-shop .work-shop-row .work-content h3 {
  font-weight: 600;
}

@media (max-width: 767px) {
  .work-shop .work-shop-row .work-content h3 {
    font-size: 20px;
  }
}

.work-shop .work-shop-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.work-shop .work-shop-row:nth-child(even) .work-content {
  padding-left: 0;
  padding-right: 30px;
}

.enquery-btn {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .enquery-btn {
    margin-top: 1rem;
  }
}

.request-form {
  max-width: 60%;
  margin: 0px auto;
}

.request-form .select-style .form-select {
 
}

.request-form h3 {
  text-align: center;
  margin-bottom: 30px;
}

.corporate-cont {
  margin-top: 100px;
}

.corporate-cont .corporate-top {
  width: 80%;
  text-align: center;
  margin: 0px auto;
}

.corporate-cont .corporate-top h3 {
  font-size: 1.6rem;
}

.corporate-cont .corporate-top p {
  padding-top: 20px;
}

.corporate-cont .corporate-top .corporate-btn {
  margin-top: 30px;
}

.corporate-cont .corporate-block {
  margin-top: 50px;
}

.corporate-cont .corporate-block .corporate-itmes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

.corporate-cont .corporate-block .corporate-content {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFF;
  margin: 0px auto;
  margin-top: -50px;
  text-align: center;
  padding: 30px 25px;
}

.corporate-cont .corporate-block .corporate-content h4 {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
}

.corporate-cont .corporate-block .corporate-content p {
  padding-top: 10px;
  line-height: 1.4rem;
}

.corporate-cont .corporate-block .corporate-img {
  width: 100%;
}

.corporate-cont .corporate-block .corporate-img img {
  width: 100%;
}

.team-area-v3 {
  margin-top: 5rem;
}

.team-area-v3 .team-item:hover .team-img .team-overlay {
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.team-area-v3 .team-item .team-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 10px;
}

.team-area-v3 .team-item .team-img img {
  width: 100%;
  border-radius: 50%;
}

.team-area-v3 .team-item .team-content {
  margin-bottom: 30px;
}

.team-area-v3 .team-item .team-content h4 {
  margin-bottom: 10px;
}

.team-area-v3 .team-item .team-content p.position {
  font-weight: 500;
}

.team-area-v3 .team-arrows .slick-arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid #f3a885;
  color: #f3a885;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.team-area-v3 .team-arrows .slick-arrow:hover, .team-area-v3 .team-arrows .slick-arrow:focus {
  border-color: #000000;
  color: #000000;
}

.team-area-v3 .team-arrows .slick-arrow.prev {
  margin-right: 20px;
}

.team-area-v3 .button-box .main-btn {
  position: relative;
}

.team-area-v3 .button-box .main-btn:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(254, 90, 14, 0.07);
  width: 120%;
  height: 140%;
  border-radius: 52px;
}

.team-area-v3 .button-box .main-btn:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(254, 90, 14, 0.07);
  width: 140%;
  height: 190%;
  border-radius: 67px;
}

.team-wrapper {
  background-color: #000000;
  padding: 95px 145px;
  border-radius: 40px;
  background-position: bottom;
  background-size: 100%;
}

@media (max-width: 991px) {
  .team-wrapper {
    padding: 55px 15px;
  }
}

.team-area-v4 .team-item .team-content h4, .team-area-v5 .team-item .team-content h4 {
  color: #fff;
}

.team-area-v4 .team-item .team-content p.position, .team-area-v5 .team-item .team-content p.position {
  color: #ffe5d9;
}

.team-area-v4 .button-box .main-btn, .team-area-v5 .button-box .main-btn {
  position: relative;
  background-color: #fff;
  color: #000000;
}

.team-area-v4 .button-box .main-btn:after, .team-area-v5 .button-box .main-btn:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.1);
  width: 120%;
  height: 140%;
  border-radius: 52px;
}

.team-area-v4 .button-box .main-btn:before, .team-area-v5 .button-box .main-btn:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.1);
  width: 140%;
  height: 190%;
  border-radius: 67px;
}

.team-area-v5 {
  background-color: #000000;
}

.team-details-page-section {
  padding-top: 240px;
}

@media (max-width: 991px) {
  .team-details-page-section {
    padding-top: 120px;
  }
}

.team-details-page-section .team-details-wrapper .team-main-content {
  background-color: #f9f9f9;
  margin-left: 60px;
  padding: 60px 60px 25px 60px;
  border: 1px solid #eeeeee;
}

@media (max-width: 991px) {
  .team-details-page-section .team-details-wrapper .team-main-content {
    margin-left: 0px;
    padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .team-details-page-section .team-details-wrapper .team-main-content .team-img-box {
    margin-bottom: 30px;
  }
}

.team-details-page-section .team-details-wrapper .team-main-content .team-img-box .team-img {
  margin-left: -110px;
  margin-top: -130px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .team-details-page-section .team-details-wrapper .team-main-content .team-img-box .team-img {
    margin: 0;
  }
}

.team-details-page-section .team-details-wrapper .team-main-content .team-img-box .team-img:after {
  position: absolute;
  top: -50px;
  right: 0;
  content: '';
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #000000;
  z-index: -1;
}

.team-details-page-section .team-details-wrapper .team-main-content .team-img-box .team-img img {
  border: 5px solid #fff;
  border-radius: 2px 85px 2px 2px;
}

@media (max-width: 991px) {
  .team-details-page-section .team-details-wrapper .team-main-content .team-img-box .team-img img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.team-details-page-section .team-details-wrapper .team-main-content .team-img-box .team-social ul.social-link li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  font-size: 12px;
  color: #000000;
}

.team-details-page-section .team-details-wrapper .team-main-content .team-img-box .team-social ul.social-link li a:hover, .team-details-page-section .team-details-wrapper .team-main-content .team-img-box .team-social ul.social-link li a:focus {
  background-color: #000000;
  color: #fff;
  border-color: transparent;
}

.team-details-page-section .team-details-wrapper .team-main-content .team-contnet h4 {
  font-size: 25px;
  margin-bottom: 25px;
}

.team-details-page-section .team-details-wrapper .team-main-content .team-contnet .info-list {
  max-width: 300px;
}

.team-details-page-section .team-details-wrapper .team-main-content .team-contnet .info-list ul.list li {
  position: relative;
}

.team-details-page-section .team-details-wrapper .team-main-content .team-contnet .info-list ul.list.title li {
  font-weight: 700;
  color: #000000;
}

.team-details-page-section .team-details-wrapper .team-main-content .team-contnet .info-list ul.list.title li:after {
  position: absolute;
  right: 0;
  top: 0;
  content: ':';
}

.team-details-page-section .team-details-wrapper .team-content-box .content-box h4, .team-details-page-section .team-details-wrapper .team-content-box .skill-area h4 {
  font-size: 30px;
  margin-bottom: 28px;
}

.team-details-page-section .team-details-wrapper .team-content-box .content-box p {
  margin-bottom: 12px;
}

.team-details-page-section .team-details-wrapper .team-content-box .skill-area .single-skill .progress-title {
  margin-bottom: 15px;
}

.team-details-page-section .team-details-wrapper .team-content-box .skill-area .single-skill .progress-title h5 {
  font-size: 15px;
}

.team-details-page-section .team-details-wrapper .team-content-box .skill-area .single-skill .progress-title h5 span {
  float: right;
}

.team-details-page-section .team-details-wrapper .team-content-box .skill-area .single-skill .progress {
  height: 5px;
  background-color: #ffeee6;
}

.team-details-page-section .team-details-wrapper .team-content-box .skill-area .single-skill .progress .progress-bar {
  background-color: #000000;
}

/*---=======================
   End Team css 
===========================---*/
/*---=======================
   11. Start Contact css 
===========================---*/
.contact-page-section {
  margin-bottom: 60px;
  position: relative;
}
.contact-page-section::before {
    content: "";
    position: absolute;
    background-image: url(../assets/bg-7.png);
    width: 350px;
    height: 350px;
    top: -100px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    z-index: -1;
/*    transform: rotate(-13deg);*/
}
.contact-page-section .contact-info-list {
  height: 100%;
  position: relative;
  background-color: #082215;
  border-radius: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.contact-page-section .contact-info-list:after {
  content: '';
  width: 220px;
  height: 220px;
  background-color: #FFF;
  border-radius: 150px;
  position: absolute;
  right: -60px;
  bottom: -40px;
  opacity: 0.1;
}

.contact-page-section .contact-info-list .info {
  padding-left: 30px;
}

.contact-page-section .contact-info-list .info-box {
  margin: 25px 0;
}

.contact-page-section .contact-info-list .info-box .icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #FFF;
  text-align: center;
  line-height: 50px;
}

.contact-page-section .contact-info-list .info-box .icon i {
  color: #000000;
  font-size: 25px;
}

@media (max-width: 991px) {
  .contact-page-section .contact-info-list .info-box .icon i {
    font: 26px;
  }
}

.contact-page-section .contact-info-list .info-box .info h4 {
  font-size: 1rem;
  color: #FFF;
  text-transform: uppercase;
}

.contact-page-section .contact-info-list .info-box .info p {
  font-size: 1rem;
  line-height: 1.6rem;
  margin-top: 5px;
  color: #FFF;
}

.contact-page-section .contact-form-wrapper {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(40, 40, 40, 0.08);
          box-shadow: 0px 20px 30px 0px rgba(40, 40, 40, 0.08);
  padding: 15px 30px 20px;
  border-radius: 15px;
  border: 1px solid #e0dad0;
  background-color: #fff8ec;
}

@media (max-width: 991px) {
  .contact-page-section .contact-form-wrapper {
    padding: 20px 30px;
  }
}

.contact-page-section .contact-form-wrapper .contact-form {
  margin-top: 30px;
}

.contact-page-section .contact-form-wrapper .contact-form .form_group .form_control {
  margin-bottom: 20px;
  border: 1px solid #e0dad0;
  background-color: transparent;
  border-radius: 5px;
  font-size: 13px;
}

.contact-page-section .contact-form-wrapper .contact-form .form_group .form_control:focus {
  border-color: #000000;
}

.contact-page-section .contact-form-wrapper .contact-form .form_group textarea.form_control {
  height: 140px;
}

.contact-home-section {
  margin-bottom: 0px;
}

/*--- Contact map css ---*/
.contact-map-section .map_box iframe {
  width: 100%;
  display: inherit;
  border: none;
}

.contact-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 30px;
}

.contact-info-list .info-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .contact-info-list .info-box {
    width: 100%;
    margin-bottom: 30px;
  }
}

.contact-map-section {
  margin-top: 120px;
}

/*---=======================
    End Contact css 
===========================---*/
.blog-block {
  background-color: #f7f7f7;
  padding: 50px 0 120px 0;
  margin-top: 150px;
  display: none;
}

.blog-grid-v3 {
  margin-top: 50px;
}

.blog-grid-v3 .slick-slide {
  padding: 0 10px;
}

.blog-grid-v3 .blog-post-item .post-thumbnail {
  position: relative;
}

.blog-grid-v3 .blog-post-item .post-thumbnail img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  height: 14rem;
  object-fit: cover;
}

.blog-grid-v3 .blog-post-item .entry-content {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 45px 20px 45px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.blog-grid-v3 .blog-post-item .entry-content .more-btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.blog-grid-v3 .blog-post-item .entry-content h3.title {
  color: #000000; 
  font-size: 1.3rem;
  line-height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical !important;
  min-height: 3rem;
  display: block;
}

.blog-grid-v3 .blog-post-item .entry-content h3.title:hover {
  color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-v3 .blog-post-item .entry-content h3.title {
    font-size: 1.25rem;
    line-height: 27px;
    font-weight: 500;
  }
}

.blog-grid-v3 .blog-post-item .entry-content p {
  width: 80%;
  height: 100px;
  overflow: hidden;
  line-height: 1.4rem;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp : 3;
    -webkit-box-orient: vertical !important;
}

.blog-grid-v3 .blog-post-item .entry-content .post-meta {
  margin-bottom: 0px;
}

.blog-grid-v3 .blog-post-item .entry-content .post-meta ul li {
  margin-right: 8px;
}

.blog-grid-v3 .blog-post-item .entry-content .post-meta ul li span i {
  margin-right: 5px;
  color: #000000;
}

.blog-grid-v3 .blog-post-item:hover .entry-content h3.title {
  color: #000000;
}

.blog-grid-v3 .blog-post-item:hover p {
  color: #000000;
}

.blog-grid-v3 .blog-post-item:hover .more-btn {
  color: #000000;
}

/*  blog-standard-section  */
.blog-standard-section .blog-post-item .entry-content {
  padding: 31px 50px 40px;
  border: 1px solid #eeeeee;
  border-top: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(254, 90, 14, 0.03);
          box-shadow: 0px 6px 20px 0px rgba(254, 90, 14, 0.03);
}

@media (max-width: 991px) {
  .blog-standard-section .blog-post-item .entry-content {
    padding: 31px 15px 40px;
  }
}

.blog-standard-section .blog-post-item .entry-content h3.title {
  margin-bottom: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog-standard-section .blog-post-item .entry-content h3.title:hover, .blog-standard-section .blog-post-item .entry-content h3.title:focus {
  color: #000000;
}

@media (max-width: 991px) {
  .blog-standard-section .blog-post-item .entry-content h3.title {
    font-size: 26px;
    line-height: 36px;
  }
}

.blog-standard-section .blog-post-item .entry-content p {
  margin-bottom: 25px;
}

.blog-standard-section .blog-post-item .entry-content .main-btn {
  border-radius: 2px;
  padding: 12px 20px;
  text-transform: capitalize;
}

/*  Post Thumbnail  */
.post-thumbnail img {
  border-radius: 2px;
  width: 100%;
  height: 25rem;
  object-fit: cover;
}

/*  Post Meta  */
.post-meta ul li {
  display: inline-block;
}

.post-meta {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .post-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .post-meta {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}

.post-meta ul.meta-link li {
  display: inline-block;
  padding-right: 0;
  color: #000000;
}

.post-meta ul.meta-link li i {
  margin-right: 15px;
  color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-meta ul.meta-link li i {
    margin-right: 5px;
  }
}

@media (max-width: 991px) {
  .post-meta ul.meta-link li i {
    margin-right: 5px;
  }
}

.post-meta ul.meta-link li:hover, .post-meta ul.meta-link li:focus {
  color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-meta ul.meta-link li {
    padding-right: 5px;
  }
}

@media (max-width: 991px) {
  .post-meta ul.meta-link li {
    padding-right: 10px;
  }
}

.post-meta ul.social-link {
  float: right;
}

@media (max-width: 400px) {
  .post-meta ul.social-link {
    float: none;
  }
}

.post-meta ul.social-link li {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .post-meta ul.social-link li {
    margin-left: 0;
  }
}

.post-meta ul.social-link li span {
  padding-right: 10px;
}

.post-meta ul.social-link li a:hover, .post-meta ul.social-link li a:focus {
  color: #000000;
}

/*  Blog-details-section  */
.blog-details-section {
  margin: 4rem 0;
}

.blog-details-section .post-thumbnail {
  margin-bottom: 32px;
}

.blog-details-section .entry-content {
  margin-bottom: 55px;
}

.blog-details-section .entry-content h3.title {
  margin-bottom: 15px;
  font-size: 22px;
}

.blog-details-section .entry-content p {
  margin-bottom: 20px;
}

.blog-details-section .entry-content .content-box {
  background-color: #fff4ef;
  padding: 40px 45px 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog-details-section .entry-content .content-box h4 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 16px;
}

.blog-details-section .entry-content .content-box p {
  margin-bottom: 15px;
}

.blog-details-section .post-share-tag {
  background-color: #fff4ef;
}

.blog-details-section .admin-box {
  background-color: #fff3ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 30px;
}

@media (max-width: 991px) {
  .blog-details-section .admin-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-details-section .admin-box .admin-img {
  min-width: 190px;
  max-width: 190px;
  height: 190px;
}

.blog-details-section .admin-box .admin-img img {
  width: 100%;
  border-radius: 50%;
}

.blog-details-section .admin-box .admin-info {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .blog-details-section .admin-box .admin-info {
    margin-left: 0px;
    margin-top: 30px;
  }
}

.blog-details-section .admin-box .admin-info h4 {
  font-size: 25px;
  margin-bottom: 5px;
}

.blog-details-section .admin-box .admin-info p.position {
  margin-bottom: 12px;
}

.blog-details-section .related-post h4.title {
  margin-bottom: 20px;
}

.blog-details-section .related-post .blog-post-item:hover .post-thumbnail .post-overlay {
  visibility: visible;
  opacity: 1;
}

.blog-details-section .related-post .blog-post-item .post-thumbnail {
  position: relative;
}

.blog-details-section .related-post .blog-post-item .post-thumbnail img {
  width: 100%;
}

.blog-details-section .related-post .blog-post-item .post-thumbnail .post-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 86%;
  background-color: rgba(254, 90, 14, 0.95);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog-details-section .related-post .blog-post-item .post-thumbnail .post-overlay .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.blog-details-section .related-post .blog-post-item .post-thumbnail .post-overlay .post-content .main-btn {
  padding: 11px 16px;
  background-color: #fff;
  color: #000000;
  border-radius: 2px;
}

.blog-details-section .related-post .blog-post-item .post-thumbnail .post-overlay .post-content .main-btn:after {
  display: none;
}

.blog-details-section .comments-area h4.comments-title {
  margin-bottom: 20px;
}

.blog-details-section .comments-area ul.comments-list li.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px 15px;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .blog-details-section .comments-area ul.comments-list li.comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-details-section .comments-area ul.comments-list li.comment:nth-child(even) {
  margin-left: 70px;
}

@media (max-width: 767px) {
  .blog-details-section .comments-area ul.comments-list li.comment:nth-child(even):nth-child(even) {
    margin-left: 0px;
  }
}

.blog-details-section .comments-area ul.comments-list li.comment .comment-avatar {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
}

.blog-details-section .comments-area ul.comments-list li.comment .comment-avatar img {
  max-width: 100%;
  border-radius: 50%;
}

.blog-details-section .comments-area ul.comments-list li.comment .comment-wrap {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .blog-details-section .comments-area ul.comments-list li.comment .comment-wrap {
    margin-top: 30px;
    margin-left: 0px;
  }
}

.blog-details-section .comments-area ul.comments-list li.comment .comment-wrap .comment-author-content {
  position: relative;
}

.blog-details-section .comments-area ul.comments-list li.comment .comment-wrap .comment-author-content span.author-name {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  display: block;
  margin-bottom: 5px;
}

.blog-details-section .comments-area ul.comments-list li.comment .comment-wrap .comment-author-content span.date {
  margin-bottom: 15px;
}

.blog-details-section .comments-area ul.comments-list li.comment .comment-wrap .comment-author-content a.reply {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 35px;
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
}

@media (max-width: 767px) {
  .blog-details-section .comments-area ul.comments-list li.comment .comment-wrap .comment-author-content a.reply {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
}

.blog-details-section .comments-respond {
  background-color: #fff4ef;
  padding: 55px 50px 60px;
  border-radius: 2px;
}

@media (max-width: 991px) {
  .blog-details-section .comments-respond {
    padding: 55px 15px 60px;
  }
}

.blog-details-section .comments-respond h4.comments-heading {
  margin-bottom: 20px;
}

.blog-details-section .comments-respond form .form_group .form_control {
  border: none;
  height: 60px;
  border-radius: 2px;
  border: 1px solid #fff;
}

.blog-details-section .comments-respond form .form_group .form_control:focus {
  border-color: #000000;
}

.blog-details-section .comments-respond form .form_group textarea.form_control {
  height: 240px;
}

.blog-details-section .comments-respond form .main-btn {
  border-radius: 2px;
  padding: 14px 35px;
}

/* Sidebar-widget-area */
.sidebar-widget-area {
  margin-left: 0px;
      background-color: #ffffff;
      box-shadow: #00000026 1.95px 1.95px 2.6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .sidebar-widget-area {
    margin-left: 0px;
  }
}

.sidebar-widget-area .widget {
  padding: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .widget {
    padding: 20px 15px;
  }
}

@media (max-width: 991px) {
  .sidebar-widget-area .widget {
    padding: 20px 15px;
  }
}

.sidebar-widget-area .widget h4.widget-title {
  margin-bottom: 25px;
}

.sidebar-widget-area .widget.widget-search {
  padding: 0px;
  background-color: transparent;
}

.sidebar-widget-area .widget.widget-search .form_group .form_control {
  border: 1px solid #e8e8e8;
  height: 60px;
}

.sidebar-widget-area .widget.widget-search .form_group .search-icon {
  position: absolute;
  top: 17px;
  right: 20px;
  background-color: transparent;
}

.sidebar-widget-area .widget.widget-catageory ul.categeory-link li {
  margin-bottom: 10px;
}

.sidebar-widget-area .widget.widget-catageory ul.categeory-link li:last-child {
  margin-bottom: 0px;
}

.sidebar-widget-area .widget.widget-catageory ul.categeory-link li a {
  display: block;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 10px 20px;
}

.sidebar-widget-area .widget.widget-catageory ul.categeory-link li a:hover, .sidebar-widget-area .widget.widget-catageory ul.categeory-link li a:focus {
  border-color: #000000;
}

.sidebar-widget-area .widget.widget-catageory ul.categeory-link li a span {
  float: right;
}

.sidebar-widget-area .widget.widget-catageory ul.categeory-link li a span i {
  color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .widget.widget-catageory ul.categeory-link li a {
    font-size: 14px;
    padding: 10px 15px;
  }
}

@media (max-width: 991px) {
  .sidebar-widget-area .widget.widget-catageory ul.categeory-link li a {
    font-size: 14px;
    padding: 10px 15px;
  }
}

.sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: #f9eedf solid 1px;
}

.sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content:last-child {
  margin-bottom: 0px;
}

.sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 2px;
}

.sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content .post-title-date {
  margin-left: 30px;
  margin-top: -8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content .post-title-date {
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  .sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content .post-title-date {
    margin-left: 15px;
  }
}

.sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content .post-title-date h6 {
  font-size: 0.95rem;
  line-height: 1.5rem;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content .post-title-date h6:hover, .sidebar-widget-area .widget.widget-recent-post ul.recent-post-widget li.post-thumbnail-content .post-title-date h6:focus {
  color: #000000;
}

.sidebar-widget-area .widget.widget-tag-cloud {
  padding-bottom: 30px;
}

.sidebar-widget-area .widget.widget-tag-cloud a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 7px 25px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.sidebar-widget-area .widget.widget-tag-cloud a:hover, .sidebar-widget-area .widget.widget-tag-cloud a:focus {
  border-color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .widget.widget-tag-cloud a {
    font-size: 14px;
    padding: 7px 15px;
  }
}

@media (max-width: 991px) {
  .sidebar-widget-area .widget.widget-tag-cloud a {
    font-size: 14px;
    padding: 7px 15px;
  }
}

.sidebar-widget-area .widget.widget-cta {
  padding: 0px;
  background-color: transparent;
}

.sidebar-widget-area .widget.widget-cta .cta-content {
  position: relative;
  z-index: 1;
  padding: 40px;
}

.sidebar-widget-area .widget.widget-cta .cta-content:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background-color: rgba(254, 90, 14, 0.95);
}

.sidebar-widget-area .widget.widget-cta .cta-content h3 {
  color: #fff;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .widget.widget-cta .cta-content h3 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .sidebar-widget-area .widget.widget-cta .cta-content h3 {
    font-size: 26px;
  }
}

.sidebar-widget-area .widget.widget-cta .cta-content i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 105px;
  height: 105px;
  font-size: 36px;
  color: #000000;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
  margin-bottom: 30px;
}

.sidebar-widget-area .widget.widget-cta .cta-content h4.call {
  font-size: 32px;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .widget.widget-cta .cta-content h4.call {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .sidebar-widget-area .widget.widget-cta .cta-content h4.call {
    font-size: 24px;
  }
}

/* Pagination */
.induxter-pagination ul li {
  display: inline-block;
  margin-right: 5px;
}

.induxter-pagination ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #f9d0bc;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-weight: 700;
}

.induxter-pagination ul li a:hover, .induxter-pagination ul li a:focus, .induxter-pagination ul li a.active {
  background-color: #000000;
  color: #fff;
  border-color: transparent;
}

/* Blockquote */
.blockquote {
  background-color: #fff4ef;
  padding: 25px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.blockquote p {
  font-size: 15px;
  color: #000000;
  font-weight: 700;
  padding-left: 35px;
  border-left: 3px solid #000000;
  margin-bottom: 0px;
}

/*---=======================
   End Blog css 
===========================---*/
.news-block {
  width: 100%;
/*  margin-top: 100px;*/
/*  background-color: #f9eedf;*/
  padding: 50px 0;
  position: relative;
}
.news-block::before {
    content: "";
    position: absolute;
    background-image: url(../assets/bg-2.png);
    width: 200px;
    height: 200px;
    top: -58px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    z-index: -1;
     transform: rotate(-13deg); 
}

.news-block .news-col {
  padding: 0 0.7rem;
}
.news-block .blog-title {
      font-family: "Raleway", sans-serif;
    color: #000000;
    font-weight: 900;
    transform: rotate(-90deg);
    font-size: 5.5rem;
    opacity: 0.5;
    margin-top: 264px;
}
}
@media (max-width: 767px) {
  .news-block .news-col {
    padding: 0;
  }
}

.news-block .news-col .news-area {
  width: 100%;
}

.news-block .news-col .news-area .news-img {
  width: 100%;
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
}

.news-block .news-col .news-area .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-block .news-col .news-area .news-bottom {
/*  width: 86%;*/
  position: relative;
  z-index: 1;
  padding: 20px 0;
  text-align: center;
  /*margin-bottom: 30px;
  height: 9rem;*/
}
@media (max-width: 575px)
{
  .__contact .left img {
    width: 70% !important;
}
}
@media (max-width: 991px) and (max-width: 767px) {
.__contact .left:after {
    height: 250px !important;
}
}
@media (max-width: 991px) {
  .__contact img {
    width: 50% !important;
}
.__contact::after {
  display: none;
}
.__contact .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.__contact .left:after {
    position: absolute;
    background-color: #000000;
    content: "";
    top: 10%;
    width: 100%;
    height: 350px;
    z-index: -1;
}
}
.__contact ._main-btn {
  text-align: center;
}
.news-block .news-col .news-area .news-bottom h3 {
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    color: #000000;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-transform: capitalize;
    -webkit-box-orient: vertical !important;
}

@media (max-width: 991px) {
  .news-block .news-col .news-area .news-bottom h3 {
    font-size: 14px;
    
  }
}

.news-block .news-col .news-area .news-bottom .date {
  font-size: 13px;
    color: #858585;
    margin-top: 10px;
    text-align: left;
    line-height: 20px;
}

.news-block .news-col:hover .news-bottom h3 {
  color: #000000;
}

.news-block .news-col:hover .news-bottom .date {
  color: #000000;
}

.news-block.inner-blog {
/*  margin: 30px;*/
}

.news-block.inner-blog .news-col {
/*  margin-top: 40px;*/
}
.news-block.inner-blog .news-col a {
  width: 100%;
}
.blog-slider-two {
  margin-top: 50px;
}

footer {
  position:relative;
     
      background:
        radial-gradient(1200px 400px at 50% 10%, rgba(255,255,255,.05), transparent 55%),
        repeating-linear-gradient( 35deg, rgba(255,255,255,.045) 0 2px, rgba(0,0,0,.06) 2px 4px),
        linear-gradient(180deg, #082215, #0f3d2e);
      overflow:hidden;
}
.loom-band {
    position: relative;
    height: 64px;
    background: /* vertical warp threads */ repeating-linear-gradient(90deg, rgba(212, 175, 55, .95) 0 6px, rgba(212, 175, 55, .75) 6px 12px, rgba(15, 61, 46, 1) 12px 18px, rgba(15, 61, 46, .9) 18px 24px);
    filter: saturate(1.1);
    box-shadow: inset 0 -8px 12px rgba(0, 0, 0, .25);
    overflow: hidden;
}
    .shuttle{
      position:absolute; top:50%; transform:translateY(-50%);
      width:120px; height:22px; border-radius:999px/80px;
      background: linear-gradient(90deg, #d7b95c, #f2d47a, #caa43b);
      box-shadow: 0 2px 6px rgba(0,0,0,.4), inset 0 -2px 4px rgba(0,0,0,.2);
      animation: weave 6s linear infinite;
    }
    .shuttle::before{ /* yarn tail */
      content:""; position:absolute; left:-160px; top:50%; transform:translateY(-50%);
      width:160px; height:4px; border-radius:2px;
      background: repeating-linear-gradient(90deg, #ffe7a2 0 8px, #d7b95c 8px 16px);
      opacity:.85;
      filter: drop-shadow(0 0 2px rgba(0,0,0,.35));
    }
    @keyframes weave{ from{ left:-160px } to{ left: calc(100% + 160px) } }
.selvedge {
    height: 2px;
    background: repeating-linear-gradient(90deg, #e7c85c 0 16px, transparent 16px 28px);
}
footer .footer-bottom {
  padding: 45px 0;
}

@media (max-width: 767px) {
  footer .footer-bottom {
    padding: 40px 0;
  }
}

footer .footer-bottom .social-list {
/*  width: 100%;*/
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  margin-top: 35px;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991px) {
  footer .footer-bottom .social-list {
/*    margin-top: 12px;*/
  }
  footer {
    margin-bottom: 75px;
  }
}

@media (max-width: 767px) {
  footer .footer-bottom .social-list {
/*    margin-top: 20px;*/
  }
}

footer .footer-bottom .social-list ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

@media (max-width: 991px) {
  footer .footer-bottom .social-list ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

footer .footer-bottom .social-list ul li {
  margin-right: 10px;
}

footer .footer-bottom .social-list ul li a {
  width: 30px;
  height: 30px;
  border: #fff solid 1px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #000000;
  font-size: 16px;
}
footer .footer-bottom .social-list ul li a i{
  color: #fff;
}
footer .payment img {
  margin-top: 15px;

}
@media (max-width: 767px) {
  footer .footer-bottom .social-list ul li a {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}

footer .footer-bottom .social-list ul li a:hover {
  background: #000000;
  color: #FFF;
}

footer .footer-bottom h3 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

/*footer .footer-bottom .subscribe h3 {
  font-size: 2.2rem;
}
*/
@media (max-width: 991px) {
  /*footer .footer-bottom .subscribe {
    margin-top: 30px;
  }*/
}

footer .footer-bottom .subscribe p {
  color: #FFF;
  font-size: 14px;
  padding: 14px 0 0 0;
  font-weight: 300;
  line-height: 18px;
}

footer .footer-bottom .subscribe .subscribe-box {
  position: relative;
  margin-top: 25px;
}

footer .footer-bottom .subscribe .subscribe-box .subscribe-field {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  background: transparent;
  border: none;
  font-size: 14px;
  /* border-bottom: #000 solid 1px; */
  background: #f6f4ee;
  border-radius: .25rem;
}

footer .footer-bottom .subscribe .subscribe-box .subscribe-btn {
  background: transparent url(../assets/arrow-1.svg) no-repeat center center;
  width: 60px;
  position: absolute;
  right: 0;
  height: 50px;
  top: 0;
  color: #FFF;
}

@media (max-width: 991px) {
  footer .footer-bottom .footer-menu {
    margin-top: 30px;
  }
}

footer .footer-bottom .footer-menu-list {
  margin-top: 10px;
}

footer .footer-bottom .footer-menu-list li {
  font-size: 13px;
  padding: 0px 0;
}

footer .footer-bottom .footer-menu-list li a {
  color: #fff;
}

footer .footer-bottom .footer-menu-list li a:hover {
  text-decoration: underline;
  color: #fff;
}

.copy-part {
  background: #000;
  padding: 18px 0;
}

@media (max-width: 991px) {
  .copy-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 70px;
  }
}

.copy-part .payment-icon {
  text-align: center;
}

.copy-part .payment-icon img {
  width: 150px;
}

.copy-part .develop {
  text-align: right;
}

.copy-part p {
  color: #FFF;
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .copy-part p {
    text-align: center;
    padding: 5px 0;
  }
}

.copy-part p a {
  color: #000000;
}

.footer-left {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .footer-left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=main.css.map */

/*Custom */
.account-right-block .personal-info .info-list li .account-btn-block .save-btn .show-pass-save {
  display: block;
}
.swal2-styled.swal2-confirm
{
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.swal2-styled.swal2-confirm:hover
{
  background-color: #f9eedf !important;
  color: #000;
}
.default_checked {
  color: orange;
}

.popup-store-list #rad-1, .popup-store-list #rad-2, .popup-store-list #rad-3, .popup-store-list .delivery_radio {
  display: none;
}

.popup-store-list input#rad_product_1:checked ~ label.rad_product_1, .popup-store-list input#rad_product_2:checked ~ label.rad_product_2, .popup-store-list input#rad_product_3:checked ~ label.rad_product_3 {
      background-color: #000000;
    color: white
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEECAIAAAAd4J55AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUIyQzg0Q0RDQ0ExMTFFNjkyMDJGQkMzNjQ3OUEyMTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUIyQzg0Q0VDQ0ExMTFFNjkyMDJGQkMzNjQ3OUEyMTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QjJDODRDQkNDQTExMUU2OTIwMkZCQzM2NDc5QTIxNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QjJDODRDQ0NDQTExMUU2OTIwMkZCQzM2NDc5QTIxNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnMLhJsAAB3qSURBVHja7J3ZkqNIsoYhWASqzqqsrWdu2/qiL8bmom3Mzvs/0pyLoxWJ44SnKCUBKIgFQuQfVibLUiqBD0nuf0T4Ev/9n//573//N5prbMtyt9/PdrrX1y/0CEAAhgyYlNvf6CchRJqm1+vV+znjeIazEAs91nV9OBzpHwABGDKg4KforLEcvs99Pp+9Hj9JBFFcLpfOfQQgAIMFFEmS8E+n04m+l3mebzYbr77epwmLsyyv5bgBJwAEYOCAaedFxMk/EGr7s0szU1U+2Ohq+eIPh8P4KwEIwNAAky+v34a+sjTa76ur4Vxtp2lyvdZ0WPLv6m/vTQ4AARgm4C852hlVVdHf0PSxdOqd3fp6unghEiYZegEAARg64LfvP0dsCX19K+mdyZm6sRCOlp6KoqDHixwjLxNCjPADEIAhAA7KUdVppklif3H2R2Dnrq6eDV22plwBIACXAhyUo+qV0YSVvrXb7dZmmdjS12dZFkfxuGnUFDMABGAogONyVP3W8i4KnclwQmzk6+meku7nqe2kP38oZgAIwMUBdeWoikqQ42LXla9njUHnMrin+mIGgABcClBXjqp/yVs05PonHWGqr99sNvXtjGZrUwAEYOiAk+SoOsj1NxPiNNXdsdHz9eSjy7I4nysz62IsZgAIwPkBDeWo6sFzPdf/EI/uFJmGVtlbDmMxA0AAzgZoKEfVcZSuvygKEuI2vp6cO90FV2EQxmIGgACcD9BSjnZGVVV0fU3WydCOzYCvJ7WQ53klR+Ru2IsZAALQN6AbOap62KHUL/XJ9i5XHgJnXYkZAALQH6AzOdoZQ1knnMt4L685utzHjXYrZgAIQE+AaeRz/Mo6ybKTnMW2tiTPSZfHOqkrIQ8AAtDB99CHHO1x8dKKkFHhSa10+rXBRmogYgaAAHwCOaqeiR7Lsvj0aUuP/pz7bGIGgAB8DjmquP4znZIeo5UOAAIwXDm62eQc2EoKm309OX0hhO+yVrOJGQAC0Bgw+fHzH/4gyajkeX6f19jmmHCwTxt84O8C6D56BswACEArQE+HbkmOx+P986VMN743cmma8j7Mc407wBMAARicHKUrLoqiN7GqVjZD2d5kcjhfjPIkZgAIwHDlKF0luVe60KHYgqFzXeWI5FapQxXuXMxkWWoN2NQ+AOBigGka3EfUrXOv6+t4aPm9r++F52rnwaqXh7HzGoAJAJcEjOrQPqJu5Ggb2/rQBNaPUkVYIZB5KIqNfaieKzEDQAD6A7SVo5tNzpeleTX6lbNYfFtqG3sxA0AAege0dO6y/uqEqeqIrx+6Fxw+u5R6uXgHjAHoF/AS+kfUUI7SWXl2O9VE1RML6XD8Ht3NbVlW0xemjMVMC3j1Dnh9A9yWZNEA6B7wGvpHdJocpTPxwu5U6zLV16uD8aaGEU4VM0sCVgB8ckDjj+hU585ZWMaeV9/X91pEGhtv2gaAAFwEUFeOcmF9+9IatV2Z8Sa7Wdqbsix0hIq+mAEgAJcCfCBH2blzXQ0nG5Sudl15pethMNFDMQNAAC4POO7chYg7wZ+Ww9jXD9lIm6atAARgCICDcnS7LadW1Z/B1w/ZmybrpK9I1ogeWD9gCcDnAOzK0Tb56HyuPFW58jEjH8o6UcXMBwKs1goo1gaoplG5de7+fH2vycyyd1knvXliAHxywHhlgMnXbz+i0cyOwH294vobe5NnWf3epDWdA2j6DkAAhgcY/+vff+92u2iuoduUw9HYbrf0CEAAhgwois3Gpq1pOL6+924SHQABGDhg8vLyhRx8LMcMZ/Xt61s2tmdVVZ1OJwACMGRAcb7ld5RlMQPkDNVUI5ldwj8Q3ToBEwCu5yNK0923fOrdbs+l+b2mRXv19TJUf0tE7fYD/bxOwAqAzwr4qecjKt4Ffbel+T2ZnNPZS1lVwsiyTL5Pu/vUFaL7kIA1AIMF/D8FsCdihgWxZvjpZMHtZ90py9LevOm2OE8PYPFcgNkUwBqATwT4JkfVsd8fSBxzZY5gfX2SJNttKa3juffetWKmB/DwXIAnAK4VsAlbG1kLuspVKX4MaumJ+4Rw9Nnoy9I4Fo8AG8sKQAAuBfg4n9BtXX5Xvp6c+1lDu/eKmV5tA0AALgU4KEc743g80hHp1TaJJ/a+nsA4d7NdX3k0G44BCMDAAR/I0SEjYez6jX09sUVTCtdpipmQANOVA6YA7AdMp1Yv5a1M+kqQyTEIZjfbCeXwAoNbY1CbdTlA+qhVawYkrVgBsAdQV452Bvl9xiPPO8nkTPX1JC3yPCfzpuncjcUMAAG4FOA0OTqwNjWBUN/Xb26NDW3CiKaKmTkBcwACUAIKy2L6vHjV5HqVpUNf36ztulgm5vo/YQJeAQhACZh8//HTfkmWg8Eb17/ZXEeDGLZleR69p3ynXKUXk6+XseoABGC4gLZytGtFpMkZWZsa8vX0enburgrXuRIzAASgb0Bh39upY28ub5VPy17IIV9Pzt3tlbgSM8OABQA/FGCa+gI0XB19yLnb7d6yTt6X5u+E+d1SV4Rb62K/tqYBuAfghwI8n/0BiiTyNppF2ziK+gqB0TN3qSu+EpnVRBj3gBEAAWgH6MPDvve2vHOadlCHko8CFzM9p7gAEIBWgG5WRx/Phi9vUeCfP79wPzd+xvdwtbYGQAD6A/QrRxcfvsUMAAFoDxj/8edfM5wpz7PT6RzdFXWkZzwVol9kABCAFt9D4bd8FVeVavMaWyR6xmu5njtf7xkwASAAA5ajzWpv/Q6szfWiZ87nc7v++6Ripl3OBiAAjQF1O/VOGnzdVVU1c9v33pxMS2czlDiJlk2Oc9evk5dtClhKPgAC0BbQsRzlzk9RUydq33u5Q/ldXLEnfDFzB3gAIABDlKMbmVg1UohuqPRAm45VlqVDVOdiBoAAdA7oZjuSG1OS9ztYN46jg/AByWLZX5urzVYArgCQvn67IAFtN+uF3EzlKazO6zWTtZpeioo0N/P1llu9/gBTAALQiRzNb85dVwxoV8I6StfPtQMWFDP+AE8AnAVwEzygoRxtq+gcDofI5+BZMofSGtTwMFYLAFwN4D54wMlylFeWrter2d0xdt+8UTN1gdhAzCwHGAPwYwJOk6P0atLBNl04jAuzkqCn29pWVvUkZhYFrAD4MQF1N+u5xrhlYamobyd00mjNGxca0Hm9bnE3AAJwIcDHcpSuiW+Ekw6mDtug6pS70hEzaUrHqdcMSMepARgu4AM5St9As8mYc1+v3qlmRnvrO2UsZiRgsnLABIBBAw7KUW4Sau/c3fr6zpCbP+z6s/vupzpihltMPg9g3guyIsDJ72CxFsAeOcr601VZRX++/j3q22XriJnnBKynACacG77ed3BVgN0EDTWzw+1w5etVc3KXdTIW7/sxAGMAPhGgYBfJmR30eDqdZihu42ncCmPVWZZyuR654rJGwPRjAm5XCZj8/vs/uWMGgc2Qye/J16uo/AOhJrJ7KwABGCygeHl54fDWeYqFePL1KiEN4nqRA4AADBkwPRyPq6nVo3Jy3goAARgyYPLbyxe5RCOKopjBEc/j6/Msq281QjiBpemMVRTVWgC5efiKAT/UOyjapZvDocn2TxK/NR59+/qiaGKXTjLQ9P55+u9+RYDntQN+qHdQtIn6arWp5xrc177TtSOVA4AADBkw+frt+73ebhtHbbelrEPlWIt78vX0rsSy9Zxywd35/AcCLMu+1wcKWHxgwOT16/fev+FYmyQRzj9MDiHJrtBU9q22Yl/wBPEOvUfrB6yeCbD6wIBipG5U3USm18G6fnbux9G6PfdiBoAADBOwK0fV8dbpW+Yp2ofqubIxZVlw/tGjFz7eXgLgQoClXq7g+gEH5ajKyXuLQggbFW7p6+nsmzyvZJKIzmWMiBkAAjAQQKFfxvTWqibv7fQ9j2dvnPuUWjrjYgaAAAwB8LEc7XX9xJkkiYHBMLMxBFbK2e10sTE52gmAAJwZUFeOqhfKJyPOSXdoqq8nM5GmGf3J2ShwXl/MDAFy6QQAAnAQMEnSzApQGFfV5+8e3WJPEQytojCo5WgmZnoBEwACcBwwtgWcLEdVe8NJ3+T9dbK8NG1M0zlgk0vnbrkVaxt8D0AA+gY0lKOd0Ra64roDNr6eZ9VcJMf+wozFDAABOBugcNXkiY1VHAsODzd27saFk52LmQHAGIAAdAtoK0dVe8OdR4cSo4ZsDN0XrnLlunSP41xQAALQOaAbOareNhbi6tqp6uvpGR+F69yKGQAC0B+g8NEBOBrOOrlfR+KdTaOtlQXEzDBgDkAABiRHe+0Nc6rWhWe3nisX+C1NAkAABipHh3Q2fek/fdq2nS38WRffYgaAAHwCOdo78pwmtxk9znZGf2IGgAB8Djl6r62jJqivMS1tZ9NZGGeqlAdAABoDCuv9fq2RSWNG9/J4q7CYZalNp2/N0dZvBiAAgwX0K0eJgVdHT7JqHTvf2xrU+XQ6cfK/P5PjW8wAEIDhylFu5aVurRSbTSfYnOe+3iB9iRkAAtAVoJfVUSG7zlz6VpbU4q23bAzd+NqpS08+3j8AAtAhoGM5So47y7KmC9TAtQ4llRDb4XDgIzg0Oc7FDAAB6BxQkEN2cqyNnMLSVZ5v2rpfAzyKnaVpsZCNIR3Nei8ABOAb4CZQQDdylFuQ6ih3nV4CdJym8UBZcGnQEMQMAAHYB1iOf581AZOfsj+h8SG22y3PbjXnzr0dg3sh+f3jlSvjiXnj62V3OwAC0APg2Q2gma8nX8xbKLvdblJoeT4xlYtcf3w745xiBoAAnA3QUI7S1NZsmcigtdVVFpOk2fB1euMBYzEDQADOBjhtdZSEAfcNJ0ds5n/NSu7Qufb7PRFmMrPS39oaAAE4P6CuHCW2TGplcu42W6d5ZhUa29zZqNZ3/fpiBoAAXApQV44aO3d7X69cdEOo2XhAX8wAEIBLAT6Qo/TbsiwjmW7sJHbIVQXIw+FAd5yONh5i+1DMABCAywMO+Xr6FSFVckTuRu7IXPG4XC5v9VfjuPcNGFEyaZrQXwDwiQGTpI7WADiYykQK20dZm70M/HE4qurCUqTX3owkwgiRAPC5AZOVAIqO8/2V2WFR2XsGX98ZJzl4mbhzOgACMHTAL6/fWrbezA63Q80TcTvq+l3WyX0aDAABGCagaMXnPFUEnPt6RYJfuZgkEXXUNQABGCageH39IoXp1T4UdUFfr6jwt0KRRAdAAAYOKKJ5h+VOaPgDgACcOuI//vyLfT0ZgBkszdBCrdvBgfD3+6QABGCwgG+ekP7DFb+f3deT0uaqyZ1IBQACMFjAX1sUHHDQrv8+o6+XXa/y++n7/QI3AAEYKOC37z/vnW+7/kuoPhaCKz+Ly3S1idy67cQ68AIUAAEYMuCvfUL1K+tDHGumLU85YCKDKq6978fIojbpmjgWAHxiQPon1gAoRmpL0d+00bFh+nq52ZJEw8UF1HiLO8ALAJ8b8LIWwI4c7Yy2MzAHK4Tj6zn252HwhCpmAAjA0AAH5ajqNNMksYe09/Xs3DXbVunHWAAQgEsBCs0FWS6W2tYOWMrXZ1kWN3MB3eJWI2IGgAAMBXBcjqrfWt4tpTOZTYjNfD3dU9L9Bn0bH4oZAAJwcUBdOaqiEqTBArGBr2eNYda12DjkF4AAnA1QGNeW4mwucv2TjjDV1282m/p2RrO1KQACMHTASXJUHVxYjoyH5qaipq9vi6ibWRdjMQNAAE4BbMrg2wO6qWFRVVWqZ2we2iS6U/Qaotrt9vYX5ioBFIBrAEydA+6cAApX4apH6fq575SNryfnblDG2LmYAeAKAY+hAlrKUdXe0PWRgx3asRny9W0HRreVs+zFDAAB6BvQcHX04Zx4aIlJfb69y5WHwh6eCiIAEIAOr0T4qy2lk3XSts7xlEbpUMwAEICeANPI52iL0pHOPskt1NaW5Dkp75hecPBcVweAAAwc0IscVce1fmuRwZPaSNY89Vq4zquYASAAn0COqmeix7IsPn3a0qM/5z6bmAEgAJ9Djiqu/0ynpMdopQOAAAxXjm42OQe2ksJmX09O37IXeVBiBoAANAZMfvz8hz9I7gt1H/TQ5phwsE8bfODvAoSHCgjvATMAAtAK0NOhW5Lj8Xj/fHnXDYONXNMuWMxdg9gp4AmAAAxOjtIVF0XRm1hVK71L2d5kcjhfjPIkZgAIwHDlKF1lb123zhqUOtpqxG5rXTkXM1mWAhCAjgHdOve6ftC1o3zfnE2Fb4L60lnXbCcC1gAEoFtAN3K0jW0daqo64us7gxUCmYei2NiH6rkSMwAEoD9AWzm62eR8WZpXo185i8U3F65aUMwAEIDeAS2dO1eY1f+rEV8/dC96O33Ppl4uAATgOGBtC2goR9vC+lNN1ENfr8yGG3tDd3NblgZlsIzFTAt4BSAAxwFrW8BpcpTb3l9uw0wBm1kLxpsaRjhVzAAQgAsATnXunIVl7Hn1fX2vRaSx8aZtAAjARQB15SgX1rcvrTHV16ucbG/KstARKvpiBoCzA5YA1JKj7Ny5roaTDUpXu6680vUwmOihmAEgAJcHHHfuQsSd4E/LYezrh2ykTdNWAAIwBMBBObrdllOr6s/g64fsTZN1Esc9cYDDemBbAhCA8wEWm008ANiVo23y0flceapy5WNGPpR1ooqZX4AVAAE4H2A1AqimUbl17v58fa/JzLJ3WSe9eWIABGBQgMnXbz+i0cyOwH294vobe5NnWf3epDWdA2j6vhZAriG9YsAP9Q7G//r3305K6uvPpOepVnCb2W7pEYAADBlQ8HxxtlP68/W9d5PoAAjAwAGTl89fyMPHcsxwVt++vmVje1ZdqtPpBEAAhgwozue3/I6yLGaAnKGaaiQ7p/IPRAdAAAYOSNPdt3Tj3W7Ppfm9pkV79fVNJDspbBG3i9f0MwABGDygeBf03Zbm92RyTmcvZVUJI8sy7tt4n2FJdB8SsAbgEwH2RMywINYMIJ4suP2sO2VZ2ps33Rbn6QEsngswmwJYPyFg+mEB3+SoOvb7A4ljrswRrK9PkmS7LaV1PPfeu1bM9AAengvwtHbA84cFbMLWRtaC6Fcc8ObK9btaeuI+IRxeN/qyNI7FI8DGsq4ZUGZ/AzBYwMf5hG7r8rvy9STPzhravVfM9GqbNQPWAAwacFCOdsbxeKQj0qttEk/sfT2Bce5mu77yaDYcAxCAgQM+kKNDRsLY9Rv7eprXRlMK12mKGQACcHHAdGr1Ut7KpK87mRyDYHaznVAZXUDvxORCqwa1WQEIwJkBdeVoZ5DfZzzyvJNMzlRfT9Iiz3Myb5rO3VjMAHCtgGXwgNPkaP/a1BRCfV/fNja0CSOaKmYACMD5AYVlMX1evGpyvcrSoa9PksTJMjHX/wEgAEMGTL7/+Gm/JNsEg98KaVxHgxi2ZXkevad8p1ylF5Ovl7HqAARguIC2crRrRaTJGVmbGvL19Hp27q4K17kSMwAEoG9AYd/bqWNvLrfKp72QQ76enLvbK3ElZoYBCwAC0Amg4eroQ87dbveWdfK+NH8nzO+W2SHcWhf7tTUNwD0AAegIUCSRt9Es2sZR1Fcni565y+zwlcisJsK4B4wACEA7QB8e9r235Z3TtIM6lNkRuJjpOcUFgAC0AnSzOvp4Nnx5iwL//PmFG9bxM76Hq7U1AALQH6BfObr48C1mAAhAe8D4jz//muFMeZ6dTuforqgjPeOp0v4iA4AAtPgeCr/lq3jpqc1rbJHoGa/leu58PQABGDigT1/frva2YG2uFz1zPp/b9d8nFTMABKA9oG6n3klDXndZVXJu+96bk2npbIYSJ9GyyXHu+nXysgEIQB3AzBugYznKnZ8iWSeq93KH8ru4Yk/4YgaAHxaw8gjo1NdvZGLVSCG6odIDbTpWWZYOUZ2LGQAC0Dmgm+1I7tu4J9ti3TiODsIHJItlf22uNlsBCEB/gLab9UJupvIUVuf1mslaLMHtuwLYb/X6A0wBCEAncjS/OXddMaBdCesoXT/XDlhQzPgDPAEQgDZytK2iczgcIp+DZ8kcSmtQw8NYLQAQgLMBTpajvLJ0vV7N7o6x++aNmqkLxAZiZjnAeOWAMQBdyFF6Nelgmy4cxoVZSdDTbW0rq3oSM4sCVisHrADYD6i7Wc81xi0LS0V9O6GTRmveuNCAzus1t3oBCMClAB/L0TRNrteaXuqkg6nDNqg65a50xAwAAbgs4AM5SlaBX+AqWseyT8D9nWpmtLe+U8ZiBoAAXBxwUI5yB0Z75+7W13eG3Pxh15/ddz/VETPPBpj3ggBwBYA9cpQugj27j8BZt/frDvXtsnXEzHMC1lMAE84NB+BTAHYTNNTMDrfDla9Xzcld1slYvO/HAIwB+ESAglUcZ3bQ4+l0mqG4jadxK4xVZ1nK5XrkfH2NgCkA1/MRTX7//Z/cMYPAZsjk9+TrVVT+gd7LRHZvBSAAgwUULy8vHN46T7EQT75eJaxlE/MXOQAIwJAB08PxuJpaPSon560AEIAhAya/vXyRSzSiKIoZHPE8vj7PsvpWI4QTWJrOWEVRARCA4QGKdunmcGiy/ZPEb41H376+KJrYpZMMNL1/nv67ByAAgwQUbaK+Wm3quYZsGh5zGHT7ZCoHANcFWK8MMPn67fu93m4bR223paxD5ViLe/L19K7EsvWccsHd+fwHAizLvtcDMDjA5PXr996/4VibJBHOL8UhJNkVmspWsnJdb/AE8Q69R+sHrAD4HIBipG4UfWXpexus62fnfhyt23MvZgAIwDABu3JUHW+dvmWeon2onisbU5YFZ688euHj7SUAAnBZwEE5qnLy3qIQwkaFW/p6OvsmzyuZJKJzGSNiBoAADARQ6JcxvbWqyXs7fc/j2RvnPqWWzriYASAAQwB8LEd7XT9xJkliYDDMbAyBlXJ2O11sTI52WgywBOCTA5p+RHXlqHqhfDLinHSHpvp6MhNpmtGfnI0C5/XFzBBgmiRXv4ApZ5G2rbkA6BhQJh+G/BEVxlX1+btHV+ApgqFVFAa1HM3ETC9g4h2wBqBfwCT0j+hkOaraG04ZJu+vk+WlaWPorm02uXTulluxtsH3AASgb0BDOdoZbaGrh67/oa/nWTUXybG/MGMxA0AAzgYoXDV5YmMVxyLLMhvnblw42bmYGQCMrQEvAFwSMIpD+4jaylHV3nDn0aHEqCEbQ/eFp++uS/c4zgV1AVgD8MkBHX9E3chR9baxEFfXTlVfT8/4KFznVswAEID+AIWPDsDRcFrN/ToS72waba0sIGaGAXMAAjAgOdprb5hTtS48u/VcucBvaRIAAjBQOTqks+lL/+nTlkW5p8qt84gZAALwCeRo78hzmtxm9DjbGf2JGQAC8Dnk6L22jpqgvsa0tJ1NZ2GcqVIeAAFoDChcLyj3j0waM7qXx1uFxSxLbTp9a462fjMAARgsoF85Sgy8OnqSVevY+d7WoM6n04mT//2ZHN9iBoAADFeOciModWul2Gw6weY89/UG6UvMABCArgC9rI4K2XXm0reypBZvvWVj6MbXTl168vH+ARCADgEdy1Fy3FmWNV2gBq51KKmE2A6HAx/BoclxLmYACEDngIIcspNjbeQUlq7yfNPW/RrgUewsTYuFbAzpaNZ7ASAAAwd0I0e5BamOctfpJUDHaRoPlIVZLrYPMQNAI8By/OOOd5ABk5+yP6HxIbbbLc9uNefOvR2DeyEZj1eujCfmja+X3e0AuATgGe+gRzlKvpi3UHa73aTQ8nxiKhe5/vh2xjnFDAABOBugoRylqa3ZMpFBa6urLCZJs+Hr9MYDxmIGgACcDXDa6igJA3LusrPM2cz/mpXcoXPt93sizGRmpb+1NQACcH5AXTlKbJnUyuTcbbZO88wqNLa5s1Gt7/r1xQwAAbgUoK4cNXbu9r5eueiGULPxgL6YASAAlwJ8IEfpt2VZRjLd2EnskKsKkIfDge44HW08xPahmAEgAJcHHPL19CtCquSI3I3ckbnicblc2OeT6+99A0aUDAABGAjgYCoTKWwfZW32MvDH4aiqC0uRXnszkggDQAAGAig6zvdXZodFZe8ZfH1nnOTgZeLO6QAIwNABv7x+a9l6MzvcDjVPxO2o63dZJ/dpMAAEYJiAovXs81QRcO7rFQl+5WKSRNSRLgAEYJiA4vX1ixSmV/tY2wV9vaLC3wpFEh0AARg44P8LMACM4cURIdXaEQAAAABJRU5ErkJggg==');
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
.my_acc{
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}
.my_acc li{
    width: 45%;
    margin-right: 5%;
}
.my_acc li:last-child {
  width: 100% !important;
  max-width: 100% !important;
}
.rating-popup .modal-dialog.modal-md {
    max-width: 480px !important;
}
.product-listing .product .wish-icon a.fav-active i::before {
    content: '\F415' !important;
}


.popup-store-list input#rad_product_1:checked ~ label.rad_product_1 img, 
.popup-store-list input#rad_product_2:checked ~ label.rad_product_2 img, 
.popup-store-list input#rad_product_3:checked ~ label.rad_product_3 img,
.popup-store-list input#rad-1:checked ~ label.tab-1 img, 
.popup-store-list input#rad-2:checked ~ label.tab-2 img, 
.popup-store-list input#rad-3:checked ~ label.tab-3 img, 
.popup-store-list input#rad-4:checked ~ label.tab-4 img,
.popup-store-list label.tab:hover img, 
.popup-store-list label.tab.active img {
  filter: brightness(0) invert(1);
}
.popup-store-list label.tab:after{
  display: none !important;
}
.popup-store-list label img {
  width: 50px;
  height: 50px !important;
  object-fit: contain;
  content: '';
  position: absolute;
  left: 20px;
  top: 0px;
}
.pagination{
  margin: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination ul li{
  margin: 0 2px;
}
.page-item .page-link{
  line-height: 15px;
  border-color: #000000;
  color: #000000;
}
.page-item.active .page-link{
  background-color: #000000;
    border-color: #000000;
}
.product-delvery-dtls li.time {
    background-image: url(../assets/time.svg);
    background-repeat: no-repeat;
}

.bottom-list li{
      padding: 15px 35px;
}
.bottom-list .bottom-right .delivery-link{
  padding: 0 !important;
}
.btn-secondary.close-btn{
  width: 150px;
    background: #000000;
    animation: none;
    border: none;
    padding: 8px;
    margin: auto;
    text-transform: capitalize;
    margin-top: 1rem;
    border-radius: 0;
}
.modal-footer{
  border-top: none !important;
}
.popup-store-list .modal-header h5{
  font-size: 1.5rem;
  text-transform: capitalize;
}

.form-area .cust-select{
    border: 1px solid #000000;
    border-radius: 0;
    background-color: transparent;
    font-size: 1.6rem;
    height: calc(1.5em + 1.625rem + 2px);
    padding: 0.8125rem 1.25rem;
    font-size: .9375rem;
    line-height: 1.5;

}

.form-control:focus{
  box-shadow: none !important;
}
.product-dtls-top .wishlist .btn.fav-active {
    background-color: #f10 !important;
}
.product-dtls-top .wishlist .btn.fav-active i{
  color: #fff;
}
.timelist.delivery_list{
  margin: 0 10%;
  width: 80%;
  justify-content: center;
}
.timelist.delivery_list li {
    padding: 15px 15px !important;
    margin-bottom: 0 !important;
}
.msg-btn{
  justify-content: center;
}
.time.disabled{
  opacity: 0.25 !important;
}

/* The container */
.cust-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-top: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cust-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #000000;
}

.cust-checkbox:hover input ~ .checkmark {
  opacity: 0.9;
}

.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cust-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.cust-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.extra-bottom .checkmark{
  left: auto !important;
}
.rating-block .share-btn{
  width: 40%;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
/*    align-items: center;*/
}
.rating-block .share-btn .icon {
    width: 20px;
    height: 20px;
}
.go-top {
  position:fixed;
  bottom: 20%;
  right: 30px;
  padding:20px;
  border-radius: 5px;
  display:none;
  background-color: #e7c85c;
  cursor: pointer;
  padding: 10px 10px;
  color: #000;
  bottom:30px;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  z-index: 998;
}

.preloader {
    position: fixed;
    left: 0;
    width: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999999;
    -webkit-transition: .9s;
    transition: .9s;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #f9eedf;*/
}
.preloader img {
  animation: rotation 2s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.preloader::before, .preloader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: #f9eedf;
    -webkit-transition: 1.5s;
    transition: 1.5s;
}
.preloader::after {
    left: auto;
    right: 0;
}
.preloader.preloader-deactivate {
    visibility: hidden;
}
.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
    width: 0;
}
.preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden;
}

.preloader img{
  height: 7rem;
  object-fit: contain;
}


.popup-store-list P {
    text-transform: initial !important;
    color: #333;
}

.onsale {
       z-index: 6;
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 11px;
    background-color: #F44336;
    color: #fff;
    padding: 5px;
    min-width: 60px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 3px;
}
/* .onsale:before, .onsale:after {
   content: "";
   position: absolute;
}*/
/* .onsale:before {
   width: 7px;
   height: 33px;
   top: 0;
   left: -6.5px;
   padding: 0 0 7px;
   background: inherit;
   border-radius: 5px 0 0 5px;
}
 .onsale:after {
   width: 5px;
   height: 5px;
   bottom: -5px;
   left: -4.5px;
   border-radius: 5px 0 0 5px;
   background: #fff;
}*/
.onsale.sold {
  background: #9e9e9e;
}

.order-short .thumb {
  width: 70px;
  height: 100px;
  object-fit: cover;
}
.order-short .thumb img {
      width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.order-short ._pname {
  font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: normal;
}
.order-short ._price {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.order-short ._weight {
  font-size: 13px;
  font-weight: 500;
}
.order-short .product-delvery-dtls li {
  font-size: 14.4px;
  margin-top: 6px !important;
}
.order-short ._del-type {
  font-size: 14.4px;
  color: #000000;
}
.order-short tr:last-child {
border-color: transparent; !important;
}
.summ {
  max-height: 500px;
  overflow-y: auto;
  margin-bottom: 1.5rem;
}
.summ::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.summ::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

.summ::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #000000;
}
._price {
  font-family: sans-serif;
}
.__track .form-control {
  border: none;
  background-color: #f7f4ee;
}
.__track button {
  text-transform: capitalize !important;
    box-shadow: none !important;
    padding: 2px 7px !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


.modal.left .modal-content, .modal.right .modal-content{
  background-color: #fff8ec !important;
  border-left: 4px solid #bc8f28;
}

.item-1 .cat-block .category-img img{
  max-height: 40rem;
    height: auto;
}
.track {

    color: #fff;
   
     font-size: 12px; 
    font-weight: 400;
    cursor: pointer;
    letter-spacing: 1px;
}
.track img {

    margin-right: 2px;

}
._phone {

    color: #fff;

     font-size: 0.9rem; 
    font-weight: 400;
}
.yourLocation h5{
  font-size: 0.9rem;
  color: #000000;
  padding-left: 5px;
}
.yourLocation p{
  font-weight: 400;
  font-size: 0.95rem;
  color: #fff;
}
.yourLocation i{
  font-size: 1.25rem;
}
.yourLocation{
  cursor: pointer;
}
.header .header-middle{
  padding: 25px 0 25px 0;
}

.trackOrder{
  margin-left: 1.5rem;
/*  border-bottom: 1px solid #dadada;*/
  padding-bottom: 3px;
  width: 15rem;
}
.trackOrder .form-control{
  background-color: #fff;
/*  padding: 0.375rem 0.25rem;*/
}
.trackOrder img{
  height: 100%;
  object-fit: contain;
}
.category-item-list{
/*  padding: 0;*/
  height: 100%;
  text-align: center;
  margin: 0 10px;

}
.category-item-list:hover img{
  transform: scale(1.1);
}
.category-item-list:hover .image-sec{
box-shadow: 17.6195px 19.9688px 43.4615px rgba(0, 0, 0, 0.35);
}
.category-item-list .cat-box {
  display: flex;
  flex-direction: column;
  position: relative;
}

.category-item-list .__inner{
  width: 100%;
  height: 100%;
  position: relative;
  
  
}
/*.category-item-list .__inner:after {
  content: "";
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
  opacity: 0.8;
}*/
.category-item-list .image-sec {
/*  position: absolute;*/
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.5s all ease-in-out;

}
.category-item-list img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
  transition: 0.5s all ease-in-out;
}
.category-item .category-item-list .__inner {
/*  background-color: #e8e8e8;*/
/*  border-radius: 50% ;*/
/*  position: relative;*/
  overflow: hidden;
  width: 100%;
  height: 100%;

}
/*@media only screen and (max-width: 1400px){
    .category-item .category-item-list .__inner {
      height: 356px;
    }
  }
@media only screen and (max-width: 1200px){
  .category-item .category-item-list .__inner {
  height: 296px;
  }
  }*/

@media only screen and (max-width: 991px){
/*  .category-item .category-item-list .__inner {
  height: 216px;
  }*/
  .ad-sec .ad-sec-cont,.ambass .title-s{
    margin-left: 0 !important;
  }

}
@media only screen and (max-width: 767px){
/*  .category-item .category-item-list .__inner {
  height: 156px;
  }*/
  .category-item .category-item-list .text h4 {
    font-size: 16px !important;
    
}
  }
  /*@media only screen and (max-width: 575px){
  .category-item .category-item-list .__inner {
  height: 100px;
  width: 100px;
  }
  }*/

.category-item .category-item-list .text {
  margin-top: 15px;
  width: 100%;
  
/*  position: absolute;
  bottom: 10px;*/
}
.category-item .category-item-list .text h4 {
  color: #000 !important;
    font-weight: 500;
    font-size: 1.25rem;
/*    text-transform: uppercase;*/
    font-family: "Raleway", sans-serif;
    text-align:left;
    
}
/*.category-item .category-item-list:nth-child(odd) a{
  background-color: #ccebed;
  color: #1f8a91 !important;
}
.category-item .category-item-list:nth-child(odd) a h4{
  color: #1f8a91 !important;
  font-weight: 500;
}
.category-item .category-item-list:nth-child(even) a{
  background-color: #f6e8e0;
  color: #722b04 !important;
}
.category-item .category-item-list:nth-child(even) h4{
  color: #722b04 !important;
  font-weight: 500;
}
.category-item .category-item-list:nth-child(3n) a{
  background-color: #f9eedf;
  color: #000000 !important;
}
.category-item .category-item-list:nth-child(even) h4{
  color: #000000 !important;
  font-weight: 500;
}*/
.category_sec{
/*    margin-top: 120px;*/
  padding-top: 50px;
  position: relative;
/*  background-color: #f9eedf;*/
/*border-bottom: 1px solid #f9eedf;*/
}
.category_sec::after {
          content: "";
    position: absolute;
    background-image: url(../assets/bg-2.png);
    width: 250px;
    height: 250px;
    bottom: -100px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    z-index: -1;
    transform: rotate(-13deg);
}
.category_sec .container-fluid {
  max-width: initial;
}
.custCall{
  font-weight: 500;
  font-size: 0.95rem !important;
}
.custCall i{
  margin-right: 0.5rem;
}
header .top-message{
  align-items: center;
}
.trackOrder {
  margin-left: 0;
}

.category_sec .slick-arrow {
  position: absolute;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  bottom: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9000px;
  border: #000000 solid 1px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.category_sec .slick-arrow:hover {
  border-color: transparent;
  background-color: #000000;
  color: #fff;
}

.category_sec .slick-arrow.prev {
  left: 0;
}

.category_sec .slick-arrow.prev:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url(../assets/arrow-2.svg);
  mask-image: url(../assets/arrow-2.svg);
  background-color: #000000;
  -webkit-mask-size: 20px;
          mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.category_sec .slick-arrow.prev:hover:after {
  background-color: #FFF;
}

.category_sec .slick-arrow.next {
  right: 0;
}

.category_sec .slick-arrow.next:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url(../assets/arrow-1.svg);
  mask-image: url(../assets/arrow-1.svg);
  background-color: #000000;
  -webkit-mask-size: 20px;
          mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.category_sec .slick-arrow.next:hover:after {
  background-color: #FFF;
}


.item-slick.slick-slide.slick-current.slick-active .thumb{
  outline: none !important;
  border-color: #082215;
}

.slider-for{
/*  margin-bottom: 15px;*/
}
.slider-for .slide {
/*  background: #fff;*/
    border-radius: 16px;
    overflow: hidden;
/*    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);*/

}
.slider-for img{
        width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease-out;
    object-position: center;
}
.slider-for .zoom-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.slider-for .zoom-wrap.active img{ 
  transform: scale(2.2); 
}
.slider-for .zoom-hint {
    position: absolute;
    right: .75rem;
    bottom: .75rem;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    padding: .25rem .5rem;
    border-radius: 999px;
    font-size: .8rem;
}
.slider-thumb-nav{
  margin: auto;
}
.slider-thumb-nav .item-slick .thumb {
        border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    height: 100%;
    cursor: pointer;
}
.slider-thumb-nav .item-slick img{
        width: 100%;
    background-size: cover;
    background-position: center;
    height: 100%;
    margin: auto;
    object-fit: cover;
}


.slick-arrow{
  position: absolute;
  top: 50%;
  z-index: 50;
  margin-top: -12px;
}

.slick-prev{
  left: 0;
}
.slick-next{
  right: 0
}
.lg-toolbar{
    background-color: transparent !important;
}
.lg-backdrop.in {
    opacity: 0.7 !important;
}
.slide-thumb{
  position: relative;
}
.ribbon{
    position: absolute;
    top: 10px;
    right: 12px;
    /*-ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;*/
    margin: 0;
    padding: 0;
    color: white;
    padding: 10px 10px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    
    z-index: 2;
}
.ribbon.offer {
      background: #01a85a;
}
._offer {
      margin-left: 1rem;
    font-size: 0.8rem;
    background-color: #000000;
    color: #fff;
    padding: 0.2rem 0.75rem;
    border-radius: 50px;
    text-transform: uppercase;
}
._offer_ {
    font-size: 14px;
    color: #cc0c39;
    text-transform: uppercase;
    padding-left: 10px;
}
.slick-arrow{
  top: auto;
}

@media only screen and (max-width: 767px){
  header .top-message {
    align-items: center;
    flex-direction: column;
    }

  .mobile-menu-bottom ul li a span.cart-mob-menu{
    display: flex !important;
  }
  .menu-icon i{
       height: 32px;
    width: 32px;
    font-size: 26px;
    line-height: 10px;
    font-weight: lighter;
    margin-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.inner-banner{
  position: relative;
}
.inner-banner img {
  width: 100%;
}
.cate_heading{
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  text-transform: uppercase;
      font-family: "Raleway", sans-serif;
      font-weight: 600;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #000000;
}
.top-categories ._cat-ban {
  background-color: #000000;
    display: flex;
    height: 300px;
}
.top-categories ._cat-ban ._image {
    background-color: #f9eedf;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-categories ._cat-ban ._image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-categories ._cat-ban .__shop {
    width: 47%;
    margin-left: 3%;
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 3px dashed #97bcbd;
}
.top-categories ._cat-ban .__shop ._cat-name {
    font-size: 2rem;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
}
.top-categories ._cat-ban .__shop ._shop-btn {
    text-align: center;
    padding-top: 2rem;
}
.top-categories ._cat-ban .__shop ._shop-btn .btn {
    background-color: #498D53;
    border: none;
    color: #fff;
    border-radius: 50px;
    padding: 10px 16px;
}

.subscribe {
    padding: 0;
}
.subscribe .text {
    font-size: 1.8rem;
    color: #fff;
    font-family: "Raleway", sans-serif;
}
.subscribe .s-form {
/*    width: 80%;*/
    position: relative;
    margin-top: 1rem;
}
.subscribe .s-form .form-control {
    height: 2.5rem;
    box-shadow: none;
    border-radius: 5px;
    border: none;
    color: #fff;
    border: 1px solid #e7c85c;
    background-color: transparent !important;
    font-size: 13px;
}
.subscribe .s-form .form-control:hover {
  border: 1px solid #e7c85c;
}
.subscribe .s-form .btn {
    position: absolute;
    background-color: #e7c85c;
    border: none;
    box-shadow: none;
    color: #000;
    right: 0;
    border-radius: 0 5px 5px 0;
    font-size: 0.8rem;
    height: 2.5rem;
    transition: all 0.3s ease-in-out;
}
.subscribe .s-form .btn i {
    transition: all 0.3s ease-in-out;
}
.footer-copy {
  padding: 1rem 0;
/*    background-color: #fff;*/
    color: #fff;
}
.footer-copy .container {
  flex-direction: column;
  align-items: center;
      gap: 1rem;
}
.footer-copy .cp {
    font-size: 12px;
}
.footer-copy .cp a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.footer-copy .cp a:hover {
  color: #fff;
}
.footer-copy .social a {
    color: #fff;
    margin-left: 1rem;
    font-size: 1.25rem;
    transition: all 0.3s ease-in-out;
}

.__contact {
  padding: 4rem 0;
  position: relative;
    z-index: 1;
}
.__contact::after {
 /* position: absolute;
    background-color: #000000;
    content: "";
    top: 30%;
    width: 45%;
    height: 350px;
    z-index: -1;*/
}
.__contact .gap_3 {
  row-gap: 3rem;
}
.__contact img {
  width: 80%;
}
.__contact .title-s h2 {
    font-family: "Raleway", sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 1.25rem;
    text-transform: uppercase;
}
.__contact .contact-form {
    margin-top: 2rem;
}
.__contact .contact-form .form-control {
    border-color: #000000;
    min-height: 3rem;
    border-radius: 0;
}
 ._main-btn .btn {
    border-color: #000000;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    border-width: 2px;
    min-width: 10rem;
    padding: 12px 15px;
    font-size: 0.8rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    background-color: #000000;
    transition: 0.3s ease-in-out;
}
.__contact ._main-btn .btn:hover {
  background-color: transparent;
    color: #000000;

}
.__contact .contact-form .form-check-input {
  box-shadow: none;
    border-color: #000000 !important;
    margin-right: 1rem;
    cursor: pointer;
        display: inline-block;
}
.__contact .contact-form .form-check-label a {
    color: #000000;
    font-weight: 600;
}
.__contact .contact-form .form-check-label {
    color: #666666;
   
}
.benifits {
  padding: 50px 0;
  margin-top: 120px;
  background-color: #f9eedf;
}
.title-s p {
  font-size: 0.9rem;
  line-height: 30px;
}
.benifits .benifit-item {
  min-height: 310px;
}
.benifits .benifit-item h4 {
    color: #000000;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
}
.benifits .benifit-item p {
    color: #666666;
    line-height: 30px;
    font-size: 0.9rem;
}
.benifits .center .product img {
    width: 90%;
}
.benifits .center .product {
    position: absolute;
    text-align: center;
}
.benifits .center {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.benifits .center .circle img {
    -webkit-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}
.ad-sec {
  padding: 50px 0;
/*  margin-top: 2rem;*/
/*  border-top: 1px solid #f9eedf;
  border-bottom: 1px solid #f9eedf;*/
  position: relative;
}
.ad-sec::after {
    content: "";
    position: absolute;
    background-image: url(../assets/bg-4.png);
    width: 250px;
    height: 250px;
    bottom: -100px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    z-index: -1;
    transform: rotate(-13deg);
}
.ad-sec::before {
  content: "";
    position: absolute;
    background-image: url(../assets/bg-6.png);
    width: 250px;
    height: 250px;
    top: -100px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    z-index: -1;
    transform: rotate(-13deg);
}
.ad-sec .ad-sec-img {
    background-size: cover;
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: center;
    border-radius: 15px;
    overflow: hidden;
}
.ad-sec .ad-sec-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ad-sec .left {
  height: 400px;
}
.ad-sec.nor .ad-sec-cont {
  box-shadow: none;
  margin-left: 0;

} 
.ad-sec .ad-sec-cont p {
  padding-bottom: 1rem;
      font-size: 0.9rem;
    line-height: 30px;
}
.ad-sec .ad-sec-cont h2 {
    font-family: "Raleway", sans-serif;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.25rem;
}
.ad-sec .ad-sec-cont {
  background: #fff;
  box-shadow: #00000026 1.95px 1.95px 2.6px;
  padding: 48px 15px;
  margin-left: -60px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.ambass .amb-sec {
    background-size: cover;
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}
.ambass .amb-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ambass .title-s p {
  padding-bottom: 1rem;
}
.ambass {
  padding: 50px 0;
  margin-top: 2rem;
  border-top: 1px solid #f9eedf;
  border-bottom: 1px solid #f9eedf;
}
.ambass .left {
  height: 500px;
}
.ambass .title-s h2 {
    font-family: "Raleway", sans-serif;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.25rem;
}
.ambass .title-s {
  background: #fff;
  box-shadow: #00000026 1.95px 1.95px 2.6px;
  padding: 48px 15px;
  margin-left: -60px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.ambass .amb-sec {
    background-size: cover;
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}
.ambass .title-s p {
  padding-bottom: 1rem;
}
.grid-top {
/*      background-color: #f1f1f1;*/
/*    padding: 10px 20px;*/
    border-radius: 0;
    border: 1px solid #f1f1f1;
    transition: 0.3s ease;
}

.grid-top .tab-content {
  display: none;
}
.grid-top .tab-content.show {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}
.grid-top .nav-tabs .nav-link {
    border: none;
    border-radius: 50px !important;
    padding: 2px 15px;
    color: #000000;
    font-size: 0.9rem;
}
.applyBtn {
  background-color: #000000;
    border-radius: 50px;
    color: #fff;
    width: 40px;
    height: 40px;
}
.clearBtn {
  background-color: #f9eedf;
    border-radius: 50px;
    color: #000000;
    width: 40px;
    height: 40px;
}
.grid-top .nav-tabs .nav-link::after {
  content: "\F22C";
    font-family: 'Bootstrap-icons';
    top: 3px;
    position: relative;
    left: 5px;
}
.grid-top .nav-tabs .nav-link.active::after {
content: "\F238";
}
.grid-top .nav-tabs .nav-item.show .nav-link, .grid-top .nav-tabs .nav-link.active {
  color: #f9eedf;
    background-color: #000000;
    border-color: transparent;
}
.grid-top .tabSec {
  gap: 2rem;
}
.grid-top .nav-tabs {
  border: none;
}
.leftTab {
  visibility: hidden;
}
.leftTab.show {
  visibility: visible;
}
.grid-top .head {
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f9eedf;
    padding: 7px 10px;
}
.filterIcon {
  align-items: center;
  gap: 1.5rem;
}
.filterIcon img {
  width: 23px;
    cursor: pointer;
    margin-left: 4px;
}
.grid-top .head.show {
  justify-content: space-between;
}
.grid-top .left .sortItem {
    font-size: 0.9rem;
    padding: 2px 15px;
    transition: 0.2s ease-in-out;
}
.grid-top .left .sortItem.active::after {
    content: "\F238";
}
.grid-top .left .sortItem:hover {
    background-color: #f9eedf;
    border-radius: 50px;
    cursor: pointer;
}
.grid-top .left .sortItem::after {
      content: "\F22C";
    font-family: 'Bootstrap-icons';
    top: 3px;
    position: relative;
    left: 5px;

}
.leftSec {
  display: flex;
  gap: 2rem;
}
.btn-border {
  border-radius: 50px;
}
.filter-btns {
  display: flex;
  gap: 1rem;
  margin-top: 4px;
}
.filter-btns i {
  font-size: 1.25rem;
  color: #c4c4c4;
    cursor: pointer;

}
.filter-btns .active i {
    color: #000000;
}
.filterBtn {
      font-weight: 400;
    color: #000;
    cursor: pointer;
}
.btnSec {
  display: flex;
  gap: 1rem;
}

.cartBtn {
  position: relative;
  font-size: 0.75rem;
  padding: 0.4em 1.4em;
  background: rgb(190,141,48);
background: linear-gradient(90deg, rgba(190,141,48,1) 0%, rgba(208,165,67,1) 48%, rgba(190,141,48,1) 100%);
  text-decoration: none;
  border: none;
  letter-spacing: 0.2rem;
  border-radius: 0;
  color: #fff !important;
  text-transform: uppercase;
  margin-top: 10px;
  transition: 0.3s;
  width: 100%;
  text-align: center;
}



.cartBtn:hover  {
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
  transform: translate(0.1em, 0.1em);
/*  letter-spacing: ;*/
}

.cartBtn:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  
}

.nav-foot {
  background-color: #bc8f28;
  padding: 1px 0;
}
.navInner {
  justify-content: space-between;
  align-items: center;
}
._white {
  filter: invert(1);
  width: 22px;
  height: 22px;
  object-fit: contain;
}
._iIcon {

  width: 27px;
  height: 27px;
  object-fit: contain;
  filter: invert(1);
}
.dtbtn {
  background-color: transparent;
  border: none;
  right: 15px;
    position: absolute;
}

.dtbtn::after {
  content: 'delete';
  position: absolute;
  top: -130%;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  height: fit-content;
  background-color: rgb(168, 7, 7);
  padding: 0px 6px;
  border-radius: 0;
  transition: .2s linear;
  transition-delay: .2s;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  opacity: 0;
  visibility: hidden;
}

.dicon {
  transform: scale(1.2);
  transition: .2s linear;
}

.dtbtn:hover > .icon {
  transform: scale(1.5);
}

.dtbtn:hover > .icon path {
  fill: rgb(168, 7, 7);
}

.dtbtn:hover::after {
  visibility: visible;
  opacity: 1;
  top: -95%;
}


.primery-btn-outline {

}
.primery-btn-outline {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 10px;
 background: none;
 overflow: hidden;
 border: 1px solid #c39d4d;
 
}

.primery-btn-outline:after {
 content: " ";
 width: 0%;
 height: 100%;
 background: #e7c85c;
 position: absolute;
 transition: all 0.4s ease-in-out;
 right: 0;
}

.primery-btn-outline:hover::after {
 right: auto;
 left: 0;
 width: 100%;
}

.primery-btn-outline span {
 text-align: center;
 text-decoration: none;
 width: 100%;
 padding: 10px;
 color: #000000;
 font-size: 14px;
 font-weight: 500;
/* letter-spacing: 0.3em;*/
 z-index: 20;
 transition: all 0.3s ease-in-out;
}

.primery-btn-outline:hover span {
 color: #000;
 animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
 0% {
  transform: scale(1);
 }

 50% {
  transform: scale(0.95);
 }

 100% {
  transform: scale(1);
 }
}

a{
  text-decoration:none;
}
.floating_btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  /*width: 100px;
  height: 100px;*/
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
@media (max-width: 991px) {
 .floating_btn {
  bottom: 80px;
  left: 5px;
 }

 .go-top {
  bottom: 80px;
  right: 5px;
  font-size: 16px;
  padding: 8px;
}
.contact_icon {
  width: 35px !important;
  height: 35px !important;
  font-size: 22px !important;
}
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.payment img{
  width: 300px;
}
.daterangepicker .drp-buttons .btn {
  border-radius: 5px !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
}

.ad-sec {
  padding: 50px 0;
}
.stand {
  padding: 50px 0;
  border-top: 1px solid #f9eedf;
}
.stand .web {
/*  margin-top: 40px;*/
}

.video-sec .full-banner-video {
  width: 100%;
  height: 100%;
  margin-top: 40px;
}
.video-sec .container-fluid {
  max-width: 100%;
}
.video-sec{
  padding: 50px 0;
}

.site-info__item .site-info__title {
      font-size: 15px;
    margin: 0 0 3px;
    font-weight: 400;
}
.site-info__item .site-info__desc {
  font-size: 13px;
}
.site-info__item .site-info__image img {
    height: 37px;
    max-width: 100%;
}

.btn-check:focus+.btn, .btn:focus {
  box-shadow: none;
  color: #fff;
}


.loader {
 --size: 60px;
 display: flex;
 gap: 0.8rem;
}

.box {
 width: var(--size);
 height: var(--size);
 background: #fff;
 animation: rotate 2s infinite;
}

.box:nth-child(2) {
 animation-delay: 0.25s;
}

.box:nth-child(3) {
 animation-delay: 0.5s;
}

@keyframes rotate {
 50% {
  transform: rotate(180deg)
 }
}

/*//rating style*/
.product-rate {
    background-image: url(../assets/rating-stars.png);
    background-position: 0 -18px;
    background-repeat: repeat-x;
    height: 18px;
    width: 90px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.product-rating {
    height: 18px;
    background-repeat: repeat-x;
    background-image: url(../assets/rating-stars.png);
    background-position: 0 0;
}
.rat-sec {
/*  background-color: white;
    box-shadow: 0px 4px 16px rgba(0,0,0,0.1);
    padding: 24px 16px 24px 16px;*/
}
.rat-sec .review-card {
  background: #fff;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}
.rat-sec .review-card .display-5 {
      font-family: 'Montserrat', sans-serif;
}
.pr-sec + .pr-sec {
    margin-top: .5rem;
}
.pr-sec span {
  font-size: 14px;
  padding-left: 1rem;
  font-family: 'Montserrat', sans-serif;
}
.pr-sec {
  align-items: center;
}
.progress {
  width: 180px;
  border-radius: 0;
  height: 10px;
  margin-left: 1rem;
}

.progress-bar {
    background-color: #000;
  
}
.rew-sec  {
  padding-top: 2rem;
}
.rew-sec .s-item {
  background-color: white;
    box-shadow: 0px 4px 16px rgba(0,0,0,0.1);
    padding: 24px 16px 24px 16px;
    height: 200px;
    overflow: auto;
}
.rew-sec .s-item::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.rew-sec .s-item::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}
.rew-sec .s-item::-webkit-scrollbar-thumb
{
  background-color: #000000;
}
.rew-sec .s-item h4 {
  color: #399;
  font-size: 14px;
  font-weight: 600;
  
}
.rew-sec .s-item h3 {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.rew-sec .s-item p {
  color: #000;
  font-size: 13px;
}
.rew-sec .s-item .icon {
  background-color: #e0e0e080;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.rew-sec .s-item .icon i {
  font-size: 24px;
  color: #399;
}
.rat-rev {
  display: flex;
  justify-content: center;
}

.rat-rev div:first-child {
  border-right: 1px solid #888787;
  padding-right: 6px;
}
.rat-rev div:last-child {
  padding-left: 6px;
}
.rat-rev i {
  color: #fdc040;
  padding-right: 3px;
}
.rat-rev div {
  font-size: 12px;
}
.rat-rev img {
  padding-right: 3px;
}
.rat-rev .__rew {
  display: flex;
  display: -webkit-box;
}

._order-track .pin-checker{
  display: flex;
  flex-direction: column;
/*  row-gap: 1rem;*/
}
._order-track .pin-checker .pin-btn {
  width: 100%;
}
._order-track .pin-checker .pin-field {
  height: 50px;
}
.tooltip-arrow,
.red-tooltip + .tooltip > .tooltip-inner {background-color: red !important;}

.track h6, .review_ord h6 {
  color: #fff;
}
.free-ship {
  margin-top: 50px;
}
.free-ship .lrg {
  font-size: 60px;
  font-weight: 800;
}
.free-ship .med {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 15px;
  margin-top: 5px;
}
.free-ship .sml {
  background: #000;
    width: fit-content;
    color: #fff;
    padding: 0 10px;
    font-size: 16px;
    margin-top: 15px;
    letter-spacing: 1px;
}
.free-ship .sml span {
  font-weight: 600;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ffffff;
    background-color: #000;
    border-radius: 0 !important;
    color: #fff !important;
}
.nav-tabs .nav-link {
  background-color: #fff;
  color: #000 !important;
  border-radius: 0 !important;
  margin-right: 10px;
  border-color: #000;
}
.country-dropdown {
  margin-right: 10px;
}
.country-dropdown .btn{
  padding: 2px;
  background: none !important;
  border: none !important;
}
.dropdown-toggle::after {
  color: #fff;
}
.country-dropdown .btn img {
  width: 25px;
}
  #loom-loader {
    position: fixed;
    inset: 0;
    background: linear-gradient(180deg, #154734, #0f3d2e);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    color: #d4af37;
    font-family: system-ui, sans-serif;
  }

  .loom-wheel {
    position: relative;
    width: 90px;
    height: 90px;
    border: 4px solid #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: spin 2.5s linear infinite;
  }

  .loom-wheel .thread {
    position: absolute;
    width: 2px;
    height: 40%;
    background: #d4af37;
    top: 10%;
    left: 50%;
    transform-origin: bottom center;
  }

  /* 8 spokes (like a loom wheel) */
  .loom-wheel .thread:nth-child(1) { transform: rotate(0deg); }
  .loom-wheel .thread:nth-child(2) { transform: rotate(45deg); }
  .loom-wheel .thread:nth-child(3) { transform: rotate(90deg); }
  .loom-wheel .thread:nth-child(4) { transform: rotate(135deg); }
  .loom-wheel .thread:nth-child(5) { transform: rotate(180deg); }
  .loom-wheel .thread:nth-child(6) { transform: rotate(225deg); }
  .loom-wheel .thread:nth-child(7) { transform: rotate(270deg); }
  .loom-wheel .thread:nth-child(8) { transform: rotate(315deg); }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .loader-text {
    font-size: 1.1rem;
    margin-top: 20px;
    animation: pulse 1.5s ease-in-out infinite;
  }

  @keyframes pulse {
    0%, 100% { opacity: .6; }
    50% { opacity: 1; }
  }

  .note_block {
        background: #eab46140;
    padding: 10px;
    border-radius: 10px;
    margin-top: 1rem;
  }
   .note_block .note {

    font-size: 13px;
    text-transform: capitalize;
   }
.note_block .note span {
            font-family: 'Montserrat', sans-serif;
      }
.note_block .note i {
            font-size: 16px;
            padding-right: 10px;
          }
.note_block .note a {
  font-weight: 600;
}
.offer_block {
    background: #eab46140;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}
.offer_block span {
      font-family: 'Montserrat', sans-serif;
}
.offer_block .cpn_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 2px dashed #bf9f40;
    padding: 3px 3px 3px 5px;
    font-size: 13px;
    border-radius: 9px;
}
.offer_block .cpn_ span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.offer_block .cpn_ .btn {
      background-color: #e7c85c;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 13px;
      font-weight: 600;
}
.res_img {
  display: flex;
  gap: 1rem;

}

.product-cart .product-cart-item {
  background-color: #f9eedf;
  border-radius: 10px;
  padding: 1rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    margin-bottom: 1.5rem;
    border: 1px solid #c39d4d;
}
.product-cart .product-cart-item .top {
  display: flex;
  gap: 1.5rem;
}
.product-cart .product-cart-item .name {
  font-size: 16px;
    font-weight: 500;
}
.product-cart .product-cart-item .tax {
  font-size: 13px;
    
}
.product-cart .product-cart-item .type {
  font-size: 13px;
}
.product-cart .product-cart-item .product-cart-img {
  height: 200px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.product-cart .bottom {
 border-top: 1px solid #DED1C4;
padding-top: 10px;
margin-top: 10px;
display: flex;
justify-content: space-between;
}
.product-cart .bottom .delete {
  font-size: 14px;
  font-weight: 600;
  color: #082215;
}
.product-cart .bottom .wishlist {
  font-size: 14px;
  font-weight: 600;
  color: #082215;
}
.shopping-cart .qty-count {
  margin-top: 3rem;
}

@media only screen and (max-width: 991px){
  .slider-for .zoom-wrap {
    height: 550px;
  }
/*  .slider-thumb-nav .item-slick .thumb {
    height: 10rem;
  }*/
  .product-right {
    padding-left: 0;
  }
  .product-details-btn {
    display: flex;
    gap: 1rem;
  }
  .product-details-btn .cart-btn, .product-details-btn .primery-btn {
        padding: 6px 20px;
  }
  .offer_block  {
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }
  .page-content {

  }
  .recomend-product {
    margin-top: 10px;
    margin-bottom: 10px;
}

}
 .features {
    padding: 50px 0;
    border-top: 1px solid #f9eedf;
}

.feature-card {
  background: #f9eedf;
  border-radius: 20px;
  text-align: center;
  padding: 18px;
  transition: all 0.3s ease;
/*  box-shadow: 0 4px 12px rgba(0,0,0,0.08);*/
  height: 100%;
}

.feature-card img {
  width: 60px;
  margin-bottom: 15px;
}

.feature-card h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
}

.feature-card p {
  font-size: 13px;
  color: #666;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
/*.vid-sec {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  color: white;
  overflow: hidden;
}
.vid-sec::before {
  content: '';
    position: absolute;
    top:0;
    bottom: 0;
    right:0;
    left:0;
    background: rgba(0,0,0,.5);
    z-index:-1;
}
.video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -2;
}*/

.hero {
  position: relative;
  /*      min-height:420px;*/
  height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px;
  overflow: hidden;
  background-color: #000;
}

.hero__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
/*  filter: brightness(.65) contrast(.98);*/
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
/*  background: linear-gradient(180deg, rgba(15, 23, 42, 0.25), rgba(15, 23, 42, 0.45));*/
  mix-blend-mode: multiply;
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
}

.hero__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  backdrop-filter: blur(3px);
  padding: 28px 34px;
  border-radius: 14px;
  max-width: 820px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.kicker {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f2e9c9;
  background: rgba(0, 0, 0, 0.18);
  padding: 6px 10px;
  border-radius: 999px;
}

h1 {
  font-size: 40px;
  line-height: 1.05;
  margin-top: 2px;
  color: #fff;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  font-weight: 700;
/*  font-family: 'Georgia', serif;*/
}

p.lead {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 680px;
  margin-top: 6px;
}

.cta-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 12px
}

.btn {
  padding: 12px 18px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  transition: transform .16s ease, box-shadow .16s ease;
}

.btn--primary {
  background: #e7c85c;
  color: #132018
}

.btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18)
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22)
}

.caption {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 8px
}

.hero__swatch {
  display: none
}

@media(min-width:880px) {
  .hero__content {
    grid-template-columns: 1fr auto;
    align-items: center
  }

  .hero__card {
    padding: 36px 44px
  }

  .hero__swatch {
    display: block;
    margin-left: 26px
  }

  h1 {
    font-size: 48px
  }
}

@media(max-width:480px) {
  h1 {
    font-size: 28px
  }

  .hero {
    min-height: 360px;
    padding: 28px 14px
  }

  .hero__card {
    padding: 20px
  }
}
@media(max-width:991px) {
  .category_sec::after, .ad-sec::before, .ad-sec::after, .best-sellers::after, .best-sellers::before, .news-block::before {
    display: none;
  }
  .page-head h4 {
    font-size: 14px;
  }
  .category_sec {
    padding-top: 30px;
  }
  .category-item .category-item-list .text h4 {
    text-align: center;
  }
  .category-item .category-item-list .text {
    margin-top: 8px;
  }
  .page-head {
    margin-bottom: 1rem;
  }
  .ad-sec, .news-block {
    padding: 30px 0;
  }
  .testimonials .testimonial-slider {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .footer-copy .cp {
    text-align: center;
  }
}
.v_m {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mission,.vision {
    text-align: center;
    padding: 40px;
    background: #f9eedf;
    border-radius: 10px;
    border: 2px dashed #c89d2d;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    height: 100%;

}
.mission h2,.vision h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    color: #bc8f28;
}
.ceo-message {
    align-items: center;
    padding: 50px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-left: 8px solid #c89d2d;
}
.ceo-message h2 {
  font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    color: #bc8f28;
}
.ceo-message .ceo-name {
  font-size: 18px;
  font-weight: 600;
  color: #c89d2d;
  padding: 10px 0;
}
.ceo-message .ceo-role {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.ceo-message img {
  width: 100%;
    border-radius: 10px;
    border: 4px solid #c89d2d;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}
.about-content h2 {
  font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    color: #bc8f28;
}
.about-content img {
  height: 400px;
  width: 100%;
  margin-bottom: 1.25rem;
  margin-top: 1rem;
  border-radius: 10px;
  object-fit: cover;

}
.product-box {
  width: 75%;
}
.slider-thumb-nav {
  width: 25%;
  margin: 0;
}
.slide-thumb {
  display: flex;
  gap: 1rem;

}


.ui-widget.ui-widget-content {
  z-index: 9999;
  border-radius: 8px;
  margin-top: 10px;
  padding: 10px;
      overflow-y: auto;
    max-height: 260px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background-color: #01afee !important;
  border-radius: 8px;
  border-color: #01afee !important;
}
@media (max-width: 767px) {
  .slide-thumb {
    flex-direction: column-reverse;
  }
  .slider-thumb-nav .item-slick .thumb {
    height: 10rem;
  }
  .product-box,.slider-thumb-nav {
    width: 100%;
  }
}


/* Floating Button */
.video-float-btn {
    position: fixed;
    bottom: 92px;
    left: 25px;
    width: 55px;
    height: 55px;
    background: #e7c85c;
    color: #fff;
    font-size: 23px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    z-index: 999;
}

/* Overlay */
.video-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;               /* keep hidden */
    align-items: center;         /* vertical center */
    justify-content: center;     /* horizontal center */
    z-index: 1000;
}


/* Popup Box */
.video-popup {
    background: #fff;
    width: 350px;
    padding: 25px;
    border-radius: 12px;
    position: relative;
    animation: scaleIn 0.3s ease;
}


@keyframes scaleIn {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}


.video-popup h3 {
    margin-bottom: 15px;
    text-align: center;
}

/* Form */
.video-popup input,
.video-popup textarea,
.video-popup select
 {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.video-popup textarea {
    resize: none;
    height: 80px;
}

.video-popup button {
    width: 100%;
    padding: 12px;
    background: #e7c85c;
    border: none;
    color: #000;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}
@media (max-width: 991px) {

  .video-float-btn {
        bottom: 131px;
        left: auto;
    right: 3px;
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
  .menu-item-has-children > .next-submenu  {
    left: 0;
  }
}


.video-call-wrap {
  position: fixed;
  z-index: 999;
    bottom: 92px;
    left: 25px;
}

.video-call-btn {
  display: flex;
  align-items: center;
  background: #e7c85c;
    color: #000;
     font-size: 23px;
  width: 55px;
    height: 55px;
  border-radius: 50px;
  text-decoration: none;
  overflow: hidden;
  transition: width 0.4s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.video-call-btn .icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  flex-shrink: 0;
}

.video-call-btn .text {
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  font-size: 16px;
  padding-right: 20px;
  font-weight: 600;
}

/* Hover animation */
.video-call-btn:hover {
  width: 170px;
}

.video-call-btn:hover .text {
  opacity: 1;
  transform: translateX(0);
}

/* Mobile friendly */
@media (max-width: 768px) {
  .video-call-btn:hover {
    width: 45px;
  }
  .video-call-btn:hover .text {
    opacity: 0;
  }
  .video-call-wrap {
    bottom: 131px;
        left: auto;
    right: 3px;
   
  }
  .video-call-btn {
      width: 45px;
    height: 45px;
    font-size: 22px;
  }
  .video-call-btn .icon {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}

