@charset "UTF-8";
/*-------------------------------------------------
  Fonts Family & Style CSS
---------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*===== Commen css =====*/
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  -webkit-user-select: none;
  -gi-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  color: #c74395;
}

a:hover {
  color: #c74395;
}

h1 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01rem;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  letter-spacing: 0.01rem;
}

p,
li,
span {
  letter-spacing: 0.02rem;
}

p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}

ul {
  margin: 0;
  padding: 0;
}



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

a:hover {
  cursor: pointer;
}

.gi-flash:after {
  content: "";
  width: 2000px;
  height: 2000px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: gi-flash 3s ease-in-out infinite;
  animation: gi-flash 3s ease-in-out infinite;
  z-index: 99;
}

@-webkit-keyframes gi-flash {
  0% {
    -webkit-transform: translateX(-100%) rotate(45deg);
    transform: translateX(-100%) rotate(45deg);
  }

  100% {
    -webkit-transform: translateX(100%) rotate(45deg);
    transform: translateX(100%) rotate(45deg);
  }
}

/* Spaccing */
.m-r-5px {
  margin-right: 5px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.padding-tb-80 {
  padding: 80px 0;
}

.padding-tb-40 {
  padding: 40px 0;
}

.padding-tb-80 {
  padding: 80px 0;
}

.padding-t-40 {
  padding-top: 40px;
}

.padding-b-40 {
  padding-bottom: 40px;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-tb-40 {
  margin: 40px 0;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-b-minus-24px {
  margin-bottom: -24px;
}

.m-b-minus-15px {
  margin-bottom: -15px;
}

.m-tb-minus-12 {
  margin-top: -12px;
  margin-bottom: -12px;
}

.m-minus-15 {
  margin: -15px;
}

.m-minus-12 {
  margin: -12px;
}

.m-minus-lr-12 {
  margin-left: -12px;
  margin-right: -12px;
}

.p-tp-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.m-tp-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* Buttons */
button {
  background: transparent;
  border: 0;
}

.custom-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 130px;
  height: 40px;
  color: #fff;
  padding: 10px 15px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
}

.gi-btn,
.gi-btn-1 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  color: #fff;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #353535;
  ;
  border: 1px solid #4b4b4b;
  position: relative;
  border-radius: 5px;
}

.btn-disabled {
  pointer-events: none;
  background-color: #555 !important;
}

.gi-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #4b4b4b;
  color: #fff;
}

.gi-btn:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.gi-btn-1 {
  padding: 10px 15px;
  background-color: #353535;
  ;
  color: #fff;
  border: 0;
}

.gi-btn-1:hover {
  background-color: #4b4b4b;
  color: #fff;
}

.gi-btn-2 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  background-color: #deeef9;
  color: #434343;
  text-align: center;
  border-radius: 5px;
}

.gi-btn-2:hover {
  background-color: #353535;
  ;
  color: #fff;
}

.gi-btn-3 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
}

.gi-btn-3:hover {
  background-color: #fff;
  color: #777;
  border: 1px solid #fff;
}

.gi-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
}

.gi-box {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  padding: 30px;
  border-radius: 0px;
  background: #fff;
}

.gi-btn:active {
  -webkit-box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.img-responsive {
  max-width: 100%;
  display: block;
}

input {
  height: 41px;
  outline: none;
}

.border-r {
  border-right: 10px dashed #fff;
}

.main-bg {
  height: 100%;
  background: #4b4b4b;
}

.gi-row {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-bg {
  background-color: #fff;
}

.section-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 5;
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.section-title .section-detail h2 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 38px;
  position: relative;
  font-weight: 900;
  color: #313131;
  border-bottom: 2px dashed #c74395;
  position: relative;
  display: inline;
  padding: 0;
  text-transform: none;
  line-height: 27px;
  font-family: 'Rubik', sans-serif;
}

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

.section-title .section-detail p {
  z-index: 3;
  max-width: 400px;
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #777;
  position: relative;
  margin-top: 15px;
  line-height: 18px;
}

.section-title .title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-title .title-link a {
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row-reverse;
}

.section-title .title-link a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 18px;
  margin-left: 10px;
  color: #777;
}

.section-title .title-link a:hover {
  color: #4b4b4b;
}

.section-title .title-link a:hover i {
  color: #4b4b4b;
}

.section-title-2 {
  margin-bottom: 20px;
  padding-bottom: 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;
  z-index: 5;
}

.section-title-2 h2 {
  margin-bottom: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  color: #353535;
  position: relative;
  display: inline;
  padding: 0;
  text-transform: none;
  line-height: 1;
}

.section-title-2 h2 span {
  color: #4b4b4b;
}

.section-title-2 p {
  max-width: 400px;
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #777;
  text-align: center;
  line-height: 23px;
}

.section-title-3 {
  padding-bottom: 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;
  z-index: 5;
}

.section-title-3 h2 {
  margin-bottom: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  line-height: 38px;
  font-weight: 600;
  color: #353535;
  ;
  position: relative;
  display: inline;
  padding: 0;
  text-transform: capitalize;
  line-height: 1;
}

.section-title-3 h2 span {
  color: #4b4b4b;
}

.section-title-3 p {
  max-width: 400px;
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #777;
  text-align: center;
  line-height: 23px;
}

section {
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.show-section {
  display: block !important;
}

.hide-section {
  z-index: 7;
  -webkit-transform: translate3d(0px, -100%, 0px);
  transform: translate3d(0px, -100%, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#overlay_shine {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  top: 0px;
  left: -50%;
  width: 200%;
  height: 100%;
  -webkit-transform: rotate(-30deg) translateY(-150%);
  transform: rotate(-30deg) translateY(-150%);
}

#gi-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  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;
}

#gi-overlay .loader {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

#gi-overlay .loader:after {
  content: "";
  width: 10em;
  height: 10em;
  position: absolute;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  border: 6px solid rgba(92, 175, 144, 0.19);
}

#gi-overlay .loader {
  margin: 45px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 6px dotted transparent;
  border-right: 6px dotted transparent;
  border-bottom: 6px dotted transparent;
  border-left: 6px dotted #353535;
  ;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.gi-cursor {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #4b4b4b;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 15px), -50%);
  transform: translate(calc(-50% + 15px), -50%);
  -webkit-animation: morphing-image 10s linear infinite forwards;
  animation: morphing-image 10s linear infinite forwards;
  z-index: 9999;
}

.gi-cursor-2 {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #4b4b4b;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 9999;
}

.gi-hover-cursor {
  width: 50px;
  height: 50px;
  background-color: #4b4b4b;
  border: 0;
  opacity: 0.5;
  z-index: 9999;
}

.gi-cursorinnerhover {
  width: 30px;
  height: 30px;
  opacity: 0.5;
  z-index: 9999;
}

@-webkit-keyframes morphing-image {
  0% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }

  10% {
    border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
  }

  20% {
    border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
  }

  30% {
    border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
  }

  40% {
    border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
  }

  50% {
    border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
  }

  60% {
    border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
  }

  70% {
    border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
  }

  80% {
    border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
  }

  90% {
    border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
  }

  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}

@keyframes morphing-image {
  0% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }

  10% {
    border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
  }

  20% {
    border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
  }

  30% {
    border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
  }

  40% {
    border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
  }

  50% {
    border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
  }

  60% {
    border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
  }

  70% {
    border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
  }

  80% {
    border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
  }

  90% {
    border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
  }

  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}

.gicon {
  color: #353535;
  ;
}

i.gicon.gi-star.fill {
  color: #f27d0c;
}

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

.gi-wish-notify,
.gi-compare-notify,
.gi-cart-notify {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 99;
}

.gi-wish-notify p,
.gi-compare-notify p,
.gi-cart-notify p {
  padding: 15px 20px;
  background-color: #fff;
  font-size: 14px;
  color: #353535;
  ;
  border-bottom: 5px solid #4b4b4b;
  border-radius: 5px;
  display: block;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}

.gi-wish-notify p i,
.gi-compare-notify p i,
.gi-cart-notify p i {
  margin-right: 5px;
}

.gi-wish-notify a,
.gi-compare-notify a,
.gi-cart-notify a {
  color: #4b4b4b;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gi-wish-notify a:hover,
.gi-compare-notify a:hover,
.gi-cart-notify a:hover {
  color: #353535;
  ;
}

/**  Pagination  **/
.gi-pro-pagination {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eee;
  flex-direction: row;
}

.gi-pro-pagination span {
  font-size: 14px;
  color: #777;
}

.gi-pro-pagination ul li {
  display: inline-block;
  float: left;
}

.gi-pro-pagination ul li:not(:last-child) {
  margin-right: 5px;
}

.gi-pro-pagination ul li span {
  width: 32px;
  height: 32px;
  padding: 0;
  font-weight: 300;
  color: #ffffff;
  line-height: 32px;
  background: #c74295;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  vertical-align: top;
  font-size: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.gi-pro-pagination ul li a {
  width: 32px;
  height: 32px;
  padding: 0;
  font-weight: 300;
  color: #777;
  line-height: 32px;
  background: #eee;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  vertical-align: top;
  font-size: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.gi-pro-pagination ul li a:hover {
  color: #3f3f3f;
  background-color: #deeef9;
}

.gi-pro-pagination ul li a:hover i {
  color: #fff;
}

.gi-pro-pagination ul li a.next {
  width: auto;
  margin-right: 4px;
  padding: 0 13px;
  color: #2b2b2b;
  background-color: #deeef9;
  line-height: 30px;
}

ul.page-numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.gi-pro-pagination ul li a.next i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  color: #fff;
}

.gi-pro-pagination ul li a.next:hover i {
  color: #fff;
}

.gi-pro-pagination ul li a.active {
  color: #fff;
  background-color: #4b4b4b;
}

/** Back to top button **/
.gi-back-to-top {
  display: inline-block;
  background-color: #353535;
  ;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 16;
  border: 1px solid #fff;
}

.gi-back-to-top:after {
  content: "\f062";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
}

.gi-back-to-top:hover {
  cursor: pointer;
  background-color: #353535;
  ;
  opacity: 1;
}

.gi-back-to-top:active {
  background-color: #555;
}

.gi-back-to-top.show {
  opacity: 0.8;
  visibility: visible;
}

/*===== Cart sideabr css =====*/
.gi-open-cart {
  overflow: hidden;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
}

.gi-open-cart:before {
  height: 100%;
  width: 100;
  background: #353535;
  ;
  opacity: 0.7;
  position: absolute;
  z-index: 998;
  content: "";
}

.gi-side-cart-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 17;
}

.gi-side-cart {
  width: 350px;
  height: 100%;
  padding: 15px 20px 0 20px;
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 17;
  top: 0;
  left: 0;
  right: auto;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
}

.gi-side-cart::-webkit-scrollbar {
  width: 12px !important;
  height: 10px !important;
  padding: 8px !important;
}

.gi-side-cart::-webkit-scrollbar-track {
  width: 12px !important;
  background-color: #353535;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
}

.gi-side-cart::-webkit-scrollbar-thumb {
  background-color: #353535;
  border-radius: 10px !important;
  border: 3px solid #fff !important;
}

.gi-side-cart::-webkit-scrollbar-thumb:hover {
  background-color: #4b4b4b !important;
}

.gi-side-cart .text-right {
  font-weight: 700;
}

.gi-side-cart .gi-cart-inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gi-side-cart .gi-cart-inner .gi-cart-title {
  width: 100;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gi-side-cart .gi-cart-inner .gi-cart-title .cart_title {
  font-size: 15px;
  color: #353535;
  ;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
}

.gi-side-cart .gi-cart-inner .gi-cart-title .gi-cart-close {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 20px;
  color: #353535;
  ;
}

.gi-side-cart .gi-cart-inner .gi-cart-title .gi-cart-close i {
  font-size: 20px;
  line-height: 0;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li {
  margin-bottom: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

/* Центрирование модального окна */
.modal-dialog.modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: auto;
}

/* Удаление полей по умолчанию, если вы не используете другие стили Bootstrap */
.modal-header,
.modal-body,
.modal-footer {
  padding: 0;
  border: none;
}


.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-img img {
  width: 100%;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content {
  position: relative;
  -webkit-box-flex: 1;
  -gi-flex: 1 0 70%;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  padding-left: 15px;
  overflow: hidden;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .cart-pro-title {
  width: 100%;
  padding-right: 30px;
  text-decoration: none;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .cart-price {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .cart-price span {
  color: #777;
  font-weight: 600;
  font-size: 16px;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .remove {
  line-height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 0 10px;
  color: red;
  font-size: 22px;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .qty-plus-minus {
  border: 1px solid #eeeeee;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 0;
  margin-top: 7px;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .qty-plus-minus .dec.ms_qtybtn {
  border-right: 1px solid #eeeeee;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .qty-plus-minus .gi-qtybtn {
  width: 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;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #777;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #777;
  float: left;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}

.gi-side-cart .gi-cart-inner .gi-cart-bottom .cart_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.gi-side-cart .gi-cart-inner .gi-cart-bottom .cart_btn a {
  width: 48%;
  height: 40px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 15px;
  line-height: 22px;
}

.gi-side-cart .gi-cart-inner .gi-cart-bottom .cart-sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 8px;
  border-top: 1px solid #eeeeee;
  margin: 20px 0 0 0px;
}

.gi-side-cart .gi-cart-inner .gi-cart-bottom .cart-sub-total table {
  margin: 10px 0 0 0;
}

.gi-side-cart .gi-cart-inner .gi-cart-bottom .cart-sub-total table tr td {
  border: none;
  color: #777;
}

.gi-side-cart .gi-cart-inner .gi-cart-bottom .cart-sub-total table tr td.text-left {
  font-weight: 500;
}

.gi-side-cart .gi-cart-inner .gi-cart-bottom .cart-sub-total table tr td.text-right {
  text-align: right;
}

/* Responsive css */
@media (max-width: 480px) {
  .gi-side-cart {
    width: 300px;
  }
}

/*=======  Quick View ========*/
.quickview-modal {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.quickview-modal .qty_close {
  width: 5px;
  height: 5px;
  background: url("../img/icons/close.svg");
  background-size: 100%;
}

.quickview-modal .modal-body {
  padding: 30px;
}

.quickview-modal .modal-content .single-pro-img {
  height: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}

.quickview-modal .modal-content .single-pro-img .single-product-scroll {
  height: 100%;
}

.quickview-modal .modal-content .single-pro-img .single-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qty-nav-thumb {
  margin-bottom: -5px;
  padding: 0 40px;
}

.qty-nav-thumb .slick-slider:hover .slick-prev,
.qty-nav-thumb .slick-slider:hover .slide-arrow.prev-arrow {
  opacity: 1 !important;
}

.quickview-pro-content .gi-quick-title a {
  margin: 0 0 15px 0;
  display: block;
  color: #353535;
  ;
  font-size: 22px;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 500;
}

.quickview-pro-content p {
  font-size: 14px;
  color: #777;
  margin: 0 0 12px;
  font-weight: 600;
}

.quickview-pro-content p span {
  font-weight: 400;
}

.quickview-pro-content .quickview-para {
  font-weight: 400;
  color: #777;
  line-height: 26px;
}

.quickview-pro-content .gi-quickview-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.quickview-pro-content .gi-quickview-rating i {
  margin-right: 5px !important;
}

.quickview-pro-content .gi-quickview-desc {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
  color: #777;
  font-weight: 300;
}

.quickview-pro-content .gi-quickview-price {
  padding: 5px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.quickview-pro-content .gi-quickview-price span.old-price {
  font-size: 18px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #777;
}

.quickview-pro-content .gi-quickview-price span.new-price {
  color: #353535;
  ;
  font-weight: 700;
  font-size: 22px;
}

.quickview-pro-content .gi-pro-variation .gi-pro-variation-content ul li {
  height: 22px;
  padding: 2px 8px;
  cursor: pointer;
  border: 1px solid #eeeeee;
  color: #777;
  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;
  font-size: 12px;
  line-height: 22px;
  border-radius: 3px;
  font-weight: 400;
}

.quickview-pro-content .gi-pro-variation .gi-pro-variation-content ul li a {
  color: #777;
}

.quickview-pro-content .gi-pro-variation .gi-pro-variation-content ul li:hover a {
  color: #fff;
}

.quickview-pro-content .gi-pro-variation .gi-pro-variation-content ul li.active {
  background-color: #4b4b4b !important;
  color: #fff !important;
  border-color: #4b4b4b !important;
}

.quickview-pro-content .gi-pro-variation .gi-pro-variation-content ul li.active a {
  color: #fff;
}

.quickview-pro-content .pro-details-list {
  padding: 0 0 30px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #17181c;
  display: inline-block;
  width: 100;
  color: #777;
}

.quickview-pro-content .pro-details-list .gi-quickview-desc {
  font-weight: 400;
  color: #777;
  line-height: 24px;
  margin: 0;
}

.quickview-pro-content .pro-details-list li {
  display: block;
  width: 100;
  line-height: 24px;
}

.quickview-pro-content .gi-quickview-qty {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 15px 0 0 0;
  width: 100;
}

.quickview-pro-content .gi-quickview-qty .qty-plus-minus {
  width: 100px;
  height: 43px;
  padding: 0;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
}

.quickview-pro-content .gi-quickview-qty .qty-plus-minus .gi-qtybtn {
  width: 30px;
  height: 100%;
  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;
  cursor: pointer;
  color: #777;
}

.quickview-pro-content .gi-quickview-qty .qty-plus-minus input.qty-input {
  width: 40px;
  height: 50px;
  margin: 0;
  padding: 0;
  background: transparent none repeat scroll 0 0;
  color: #777;
  font-size: 14px;
  border: medium none;
  text-align: center;
  outline: none;
}

.quickview-pro-content .gi-quickview-qty .gi-quickview-cart .gi-btn-1 {
  margin: 0 0 0 15px;
  padding: 10px 15px;
  border-radius: 3px;
}

.quickview-pro-content .gi-quickview-qty .gi-quickview-cart .gi-btn-1 svg {
  margin-right: 8px;
}

.quickview-pro-content .gi-quickview-qty .gi-quickview-cart .gi-btn-1 .svg_img.pro_svg {
  display: none;
}

@media only screen and (max-width: 991px) {
  .quickview-pro-content .gi-quick-title a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 720px;
    width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 80%;
    height: auto;
    max-width: 100%;
    padding: 35px 0;
    margin: 0 auto;
  }

  .modal-dialog .qty-product-cover {
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .modal-dialog .qty-nav-thumb {
    max-width: 420px;
    margin: 0 auto;
  }

  .quickview-pro-content {
    margin-top: 5px;
  }

  .quickview-pro-content .gi-quick-title a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .modal-dialog {
    width: 90%;
  }

  .quickview-pro-content {
    margin-top: 5px;
  }

  .quickview-pro-content .gi-quick-title a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 360px) {
  .quickview-modal .modal-body {
    padding: 15px;
  }

  .quickview-modal button.btn-close.qty_close {
    right: 5px;
    top: 5px;
  }
}

/*===== New Popup for home page =====*/
#gi-popnews-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 25;
}

#gi-popnews-box {
  width: 100%;
  max-width: 600px;
  padding: 24px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #353535;
  ;
  display: none;
  z-index: 25;
  text-align: center;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

#gi-popnews-box #gi-popnews-box-content {
  height: 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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#gi-popnews-box img {
  width: 100%;
  border-radius: 5px;
}

#gi-popnews-box h2 {
  text-decoration: none;
  color: #353535;
  ;
  display: block;
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  margin: 0 auto 10px;
  letter-spacing: 0;
  text-transform: capitalize;
}

#gi-popnews-box p {
  color: #777;
}

#gi-popnews-box form {
  margin-bottom: 0px;
}

#gi-popnews-box input {
  background-color: transparent;
  border: 1px solid #eeeeee;
  color: #353535;
  ;
  font-size: 14px;
  margin-bottom: 27px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  border-radius: 5px;
}

#gi-popnews-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: red;
  border-radius: 100%;
  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;
  font-size: 24px;
  line-height: 1;
  opacity: 0.5;
}

#gi-popnews-close:hover {
  opacity: 1;
}

/*-------------------------------------------------
    Site Header Section
---------------------------------------------------*/
.lock body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper>main {
  flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

.header-mobile {
  display: none;
  position: relative;
  /* height: 50px; */
  width: 100%;
}

.header-logo {
  z-index: 11;
}

.header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 10px;
}



.header__actions i {
  color: #c74295;
  font-size: 20px;
}

.header__actions {
  display: flex;
  align-items: center;
  column-gap: 17px;
  z-index: 11;
}

.header__favorite,
.header__cart {
  position: relative;
}

.actions-counter {
  position: absolute;
  width: 15px;
  height: 15px;
  top: -10px;
  left: 10px;
  background-color: #c74295;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #fff
}

.menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0rem 0.1875rem;
  padding: 0.3125rem 0rem;
  position: relative
}

.menu__item:hover {
  color: #dcafff
}

.menu__item:hover .menu__sub-list {
  transform: translate(0px, 0px);
  visibility: visible;
  opacity: 1;
  pointer-events: auto
}

.menu__item:hover .menu__arrow {
  transform: rotate(-180deg)
}

.menu__item:hover .menu__arrow,
.menu__item:hover .menu__link {
  color: #dcafff
}

@media(min-width: 767.98px) {
  .menu__item._hover .menu__sub-list {
    transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1;
    pointer-events: auto
  }

  .menu__item._hover .menu__arrow {
    transform: rotate(-180deg)
  }

  .menu__item._hover .menu__arrow,
  .menu__item._hover .menu__link {
    color: #dcafff
  }
}

.menu__link {
  font-weight: 500;
  transition: color .3s ease 0s
}

.menu__arrow {
  margin-left: 5px;
  transition: all .3s ease 0s;
  font-size: 8px
}

.menu__sub-list {
  position: relative;
  background: #fff;
  padding: 0.9375rem;
  flex: 1 1 100%
}

.menu__sub-item:not(:last-child) {
  margin-bottom: 5px
}

.menu__sub-link:hover {
  text-decoration: underline
}

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

  .icon-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    z-index: 11;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #c74395;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 1px);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
}

@media (max-width: 991.98px) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 991.98px) {
  .header-mobile {
    display: block;
    background-color: #deeef9;
  }

  .menu__body {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0%;
    left: -100%;
    width: 80%;
    height: 100%;
    overflow: auto;
    transition: left .3s ease 0s;
    padding: 5.625rem 0.9375rem 0.9375rem 1.875rem;
    background-color: #deeef9;
    z-index: 10;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    transition: left .3s ease 0s;
    width: 100%;
    height: 50px;
    z-index: 10;
    background-color: #fff
  }

  .menu-open .menu__body {
    left: 0%
  }

  .menu-open .menu__body::before {
    left: 0%
  }

  .menu__body__overlay {
    background-color: #000
  }

  .menu__list {
    flex-direction: column;
    flex: 1 1 auto
  }

  .menu__item {
    width: 100%;
    padding: 0
  }

  .menu__link {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    height: 40px
  }
}


@media(min-width: 47.99875em) {
  .menu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
  }
}

.menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0rem 0.1875rem;
  padding: 0.3125rem 0rem;
  position: relative
}

@media(any-hover: hover) {
  .menu__item:hover .menu__sub-list {
    transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1;
    pointer-events: auto
  }

  .menu__item:hover .menu__arrow {
    transform: rotate(-180deg)
  }

  .menu__item:hover .menu__arrow,
  .menu__item:hover .menu__link {
    color: #e89f71
  }
}

@media(min-width: 47.99875em) {
  .menu__item._hover .menu__sub-list {
    transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1;
    pointer-events: auto
  }

  .menu__item._hover .menu__arrow {
    transform: rotate(-180deg)
  }

  .menu__item._hover .menu__arrow,
  .menu__item._hover .menu__link {
    color: #e89f71
  }
}

@media(max-width: 47.99875em) {
  .menu__item {
    margin-bottom: 0.9375rem
  }

  .menu__item:last-child {
    margin-bottom: 0rem
  }
}

.menu__link {
  font-weight: 500;
  transition: color .3s ease 0s
}

@media(max-width: 47.99875em) {
  .menu__link {
    font-size: 19px;
    font-weight: 500;
    color: #242424;
  }
}

.menu__arrow {
  margin-left: 0.5rem;
  transition: all .3s ease 0s;
  font-size: 8px
}

@media(max-width: 47.99875em) {
  .menu__arrow {
    font-size: 0.875rem
  }

  .menu__arrow._active {
    transform: rotate(-180deg)
  }
}

.menu__sub-list {
  position: relative;
  padding: 0.9375rem;
  flex: 1 1 100%
}

@media(min-width: 47.99875em) {
  .menu__sub-list {
    transition: all .3s ease 0s;
    transform: translate(0px, 10px);
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    left: 0;
    top: 100%;
    position: absolute;
    pointer-events: none;
    z-index: 5
  }
}

@media(max-width: 47.99875em) {
  .menu__sub-list {
    margin: 0.625rem -0.9375rem 0rem -0.9375rem
  }
}

.menu__sub-item:not(:last-child) {
  margin-bottom: 5px
}

@media(max-width: 47.99875em) {
  .menu__sub-item:not(:last-child) {
    margin-bottom: 0.625rem
  }
}

.menu__sub-link {
  color: #1c1c1c;
  font-size: 13px;
  font-weight: 300;
  line-height: 120%
}

@media(any-hover: hover) {
  .menu__sub-link:hover {
    text-decoration: underline
  }
}

@media(max-width: 47.99875em) {
  .menu__sub-link {
    font-size: 13px;
  }
}


/*-------------------------------------------------
    End Mobile - Header Section
---------------------------------------------------*/

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  max-width: 150px;
  font-size: 14px;
  line-height: 28px;
  color: #777;
}

.bootstrap-select .form-control {
  min-height: 35px !important;
  height: 35px !important;
}

.bootstrap-select .btn-light {
  background-color: transparent;
  border-color: transparent;
}

.bootstrap-select .btn-light:focus,
.bootstrap-select .btn-light:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}

.bootstrap-select .dropdown-menu li a span.text {
  margin-right: 34px;
  font-size: 13px;
  color: #777;
}

.bootstrap-select .dropdown-menu .dropdown-item.active,
.bootstrap-select .dropdown-menu .dropdown-item:active {
  background-color: #4b4b4b;
}

.bootstrap-select .dropdown-menu .dropdown-item.active span,
.bootstrap-select .dropdown-menu .dropdown-item:active span {
  color: #fff;
}

.bootstrap-select .bs-actionsbox {
  padding: 8px;
}

.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
  font-size: 12px;
  color: #4b4b4b;
  font-weight: 500;
  border: 1px solid #eee;
}

.bootstrap-select .bs-actionsbox .btn-group button:hover {
  color: #353535;
  ;
}

.bootstrap-select .bs-ok-default:after {
  content: "✔";
  display: inline-block;
  color: #777;
  border: none;
  -webkit-transform: none;
  transform: none;
}

.gi-header {
  background-color: #fff;
  z-index: 14;
  position: relative;
}

.header-top {
  padding: 0px;
  width: 100%;
  color: #777;
  background-color: #deeef9;
}

.header-top .header-top-message {
  font-size: 13px;
}

.header-top-right-inner>div {
  padding-left: 20px;
}

.header-top-right-inner>div:last-child {
  padding-right: 0;
  border: none;
}

.header-top-right-inner>div a {
  color: #fff;
}

.header-top-right-inner>div a:hover {
  color: #4b4b4b;
}

.header-top-social ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top-social ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}

.header-top-social ul li a {
  margin: 0 5px;
  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;
  font-size: 15px;
}

.header-top-social ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #777;
}

.header-top-social ul li:hover i {
  color: #4b4b4b;
}

.header-top-social ul li.list-inline-item:not(:last-child) {
  margin-right: 15px;
}

.gi-help {
  padding-left: 20px;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.7px;
  font-weight: 400;
}

.gi-help:hover {
  color: #4b4b4b;
}

.header-top-lan-curr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-top-lan-curr .dropdown .dropdown-toggle {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  border: none;
  letter-spacing: 0.7px;
}

.header-top-lan-curr .dropdown .dropdown-toggle i {
  font-size: 14px;
  margin-left: 2px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-top-lan-curr .dropdown .dropdown-toggle::after {
  display: none;
}

.header-top-lan-curr .dropdown .dropdown-toggle:hover {
  color: #4b4b4b;
}

.header-top-lan-curr .dropdown .dropdown-toggle:hover i {
  color: #4b4b4b;
}

.header-top-lan-curr .dropdown .dropdown-menu {
  margin: 0;
  top: 32px !important;
  left: auto !important;
  right: 0 !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0 10px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.header-top-lan-curr .dropdown .dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.header-top-lan-curr .dropdown .dropdown-menu li:last-child {
  border: none;
}

.header-top-lan-curr .dropdown .dropdown-menu .dropdown-item {
  padding: 7px;
  color: #353535;
  ;
  font-size: 14px;
  background: transparent;
}

.header-top-lan-curr .dropdown .dropdown-menu .dropdown-item:hover {
  color: #4b4b4b;
}

.header-top-lan-curr .dropdown .dropdown-menu li.active .dropdown-item {
  color: #4b4b4b;
}

.header-top-lan-curr.dropdown .dropdown-toggle {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #777;
  border: none;
  letter-spacing: 0.7px;
}

.header-top-lan-curr.dropdown .dropdown-toggle i {
  font-size: 14px;
  margin-left: 5px;
  color: #777;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top-lan-curr.dropdown .dropdown-toggle::after {
  display: none;
}

.header-top-lan-curr.dropdown .dropdown-toggle:hover {
  color: #4b4b4b;
}

.header-top-lan-curr.dropdown .dropdown-toggle:hover i {
  color: #4b4b4b;
}

.header-top-lan-curr.dropdown .dropdown-menu {
  margin: 0;
  top: 32px !important;
  left: auto !important;
  right: 0 !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0 10px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.header-top-lan-curr.dropdown .dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.header-top-lan-curr.dropdown .dropdown-menu li:last-child {
  border: none;
}

.header-top-lan-curr.dropdown .dropdown-menu .dropdown-item {
  padding: 7px;
  color: #353535;
  ;
  font-size: 14px;
  background: transparent;
}

.header-top-lan-curr.dropdown .dropdown-menu .dropdown-item:hover {
  color: #4b4b4b;
}

.header-top-lan-curr.dropdown .dropdown-menu li.active .dropdown-item {
  color: #4b4b4b;
}

.gi-header-bottom {
  padding: 4px 0;
}

.gi-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-logo {
  text-align: left;
}

.header-logo img {
  width: 154px;
}

.col.gi-header-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 13.8%;
  flex: 0 0 13.8%;
}

.header_svg {
  width: 26px;
  height: 26px;
  fill: #353535;
  ;
}

.svg_cat {
  width: 23px;
  height: 23px;
}

.gi-header-wishlist {
  position: relative;
}

.gi-header-wishlist .header_svg {
  width: 27px;
  height: 27px;
}

.gi-header-user .header_svg {
  width: 30px;
  height: 30px;
}

.gi-header-bottons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  margin-top: 9px;
  -ms-flex-pack: start;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-left: 43px;
}

.gi-header-bottons .gi-acc-drop {
  position: relative;
}

.gi-header-bottons .gi-acc-drop:hover .gi-dropdown-menu {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}

.gi-header-bottons .gi-acc-drop .gi-dropdown-menu {
  min-width: 150px;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
  display: block;
  border-radius: 5px;
}

.gi-header-bottons .gi-acc-drop .gi-dropdown-menu a {
  padding: 8px 20px;
  font-size: 13px;
  color: #777;
}

.gi-header-bottons .gi-acc-drop .gi-dropdown-menu a:hover {
  background: transparent;
  color: #4b4b4b;
}

.gi-header-bottons .gi-header-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #fefefe;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-header-bottons .gi-header-btn:not(:last-child) {
  margin-left: 30px;
}

.gi-header-bottons .gi-header-btn .header-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background: #c74295;
  padding: 10px;
}

.gi-header-bottons .gi-header-btn .header-icon .main-label-note-new {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #ec716d;
  border-radius: 50%;
  cursor: default;
  display: none;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-animation: wave-animate 1s 1.5s infinite ease-out;
  animation: wave-animate 1s 1.5s infinite ease-out;
}

@-webkit-keyframes wave-animate {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}

@keyframes wave-animate {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}

.gi-header-bottons .gi-header-btn .gi-header-count {
  width: 15px;
  height: 15px;
  color: #fff;
  background-color: #17181c !important;
  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%;
  font-size: 11px;
  position: absolute;
  top: -2px;
  right: -6px;
  opacity: 0.8;
}

.gi-header-bottons .gi-header-btn:hover {
  color: #fff;
}

.gi-header-bottons .gi-header-btn:hover .gi-header-count {
  color: #f8f8fb;
}

.gi-header-bottons .gi-header-btn:hover .gi-btn-title {
  color: #4b4b4b;
}

.gi-header-bottons .gi-header-btn:hover .header_svg {
  fill: #4b4b4b;
}

.gi-header-bottons .gi-header-btn i {
  font-size: 17px;
  line-height: 10px;
}

.gi-header-bottons .gi-header-btn .header_svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gi-header-bottons .gi-header-btn .gi-btn-stitle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  color: #353535;
  ;
  line-height: 1;
}

.gi-header-bottons .gi-header-btn.gi-side-toggle {
  padding-right: 0;
}

.gi-header-bottons .gi-header-btn.dropdown-toggle::after {
  display: none;
}

.gi-header-bottons .gi-btn-title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  line-height: 1;
  color: #666;
  margin-bottom: 6px;
  letter-spacing: 0.6px;
  text-transform: none;
  font-weight: 300;
}

.gi-btn-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
  margin-right: 10px;
}

div#gi-main-menu-desk {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.gi-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.gi-main-menu ul {
  width: 100%;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.gi-main-menu ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 20px;
}

.gi-main-menu ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 52px;
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
}

.gi-main-menu ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
  font-size: 18px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-main-menu ul li:hover>a {
  color: #f9d696;
}

.gi-main-menu ul li:hover>a:after {
  color: #4b4b4b;
}

.gi-main-menu ul li:hover>a .svg_img path {
  fill: #4b4b4b;
}

.gi-main-menu ul li .mega-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-top: 15px;
  position: absolute;
  background: #fff;
  padding: 0 0 0 30px !important;
  opacity: 0;
  visibility: hidden;
  left: 0;
  z-index: 15;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
  overflow: hidden;
}

.gi-main-menu ul li .mega-menu li ul {
  padding: 15px 0;
}

.gi-main-menu ul li .mega-menu li .mega-block {
  width: calc(25% - 30px);
  margin-right: 30px;
}

.gi-main-menu ul li .mega-menu li .mega-block li.menu_title a {
  color: #4b4b4b;
  font-size: 15px;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 5px;
  height: auto;
}

.gi-main-menu ul li .mega-menu li .mega-block li.menu_title a:hover {
  color: #4b4b4b;
}

.gi-main-menu ul li .mega-menu li .mega-block li {
  border: 0 !important;
}

.gi-main-menu ul li .mega-menu li .mega-block li a {
  color: #777;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 400;
  font-size: 13px;
  display: block;
  padding: 5px 0;
  border: 0;
  height: auto;
}

.gi-main-menu ul li .mega-menu li .mega-block li a:hover {
  color: #4b4b4b;
}

.gi-main-menu ul li .mega-menu ul.gi-main-banner {
  margin-top: 20px;
}

.gi-main-menu ul li .mega-menu ul.gi-main-banner li {
  width: 25%;
  padding-right: 30px;
}

.gi-main-menu ul li .mega-menu ul.gi-main-banner li a {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  height: auto;
}

.gi-main-menu ul li.drop-list {
  margin-right: 30px !important;
}

.gi-main-menu ul li.dropdown {
  position: relative;
  list-style: none;
}

.gi-main-menu ul li.dropdown ul.sub-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 15px 0 0 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  min-width: 277px;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  display: block;
  border-radius: 5px;
  border: 1px solid #eee;
}

.gi-main-menu ul li.dropdown ul {
  padding-top: 5px;
  padding-bottom: 5px;
}

.gi-main-menu ul li.dropdown ul li.active a {
  color: #4b4b4b;
}

.gi-main-menu ul li.dropdown ul li.active a i {
  color: #4b4b4b;
}

.gi-main-menu ul li.dropdown ul li {
  padding: 0;
  margin: 0;
  display: block;
}

.gi-main-menu ul li.dropdown ul li:hover>a {
  color: #4b4b4b;
}

.gi-main-menu ul li.dropdown ul li:hover>a i {
  color: #4b4b4b;
}

.gi-main-menu ul li.dropdown ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  line-height: 12px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 12px;
  color: #464646;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-main-menu ul li.dropdown ul li a:hover {
  color: #4b4b4b;
}

.gi-main-menu ul li.dropdown ul li a:hover i {
  color: #4b4b4b;
}

.gi-main-menu ul li.dropdown ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #777;
  position: absolute;
  right: 2px;
}

.gi-main-menu ul li.dropdown ul li:first-child {
  border-top: none;
}

.gi-main-menu ul li.dropdown li.position-static {
  position: relative !important;
}

.gi-main-menu ul li.dropdown li.position-static:hover .sub-menu.sub-menu-child {
  margin: -5px 0 0 0;
  opacity: 1;
  visibility: visible;
}

.gi-main-menu ul li.dropdown ul.sub-menu.sub-menu-child {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 30px 0 0 0;
  left: 100% !important;
  opacity: 0;
  visibility: hidden;
  top: 0;
}

.gi-main-menu ul li.dropdown:hover .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.gi-main-menu ul li.dropdown:hover .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.gi-main-menu ul .dropdown-arrow {
  position: relative !important;
}

.gi-main-menu ul .dropdown-arrow i {
  /* position: absolute; */
  /* right: -27px; */
  font-size: 18px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.gi-main-menu ul li.active>a {
  color: #4b4b4b;
}

.gi-main-menu>ul>li:hover>a:before {
  background: #4b4b4b;
  width: 100%;
}

.gi-main-menu>ul>li:hover>a i {
  color: #f9d696;
}

.gi-main-menu>ul>li>a:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  width: 0;
  margin: 0 auto;
  background: transparent;
  left: 0;
  right: auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gi-main-menu>ul>li.active>a:before {
  background: #4b4b4b;
  width: 100%;
}

.gi-header-cat {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #c74395;
}

.gi-header-cat .gi-nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.col.gi-category-icon-block {
  min-width: 200px;
}

.gi-location-block {
  padding: 5px 0;
}

.gi-location-block .gi-location-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.gi-location-block .gi-location-menu .gi-location-toggle {
  width: 200px;
  min-height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4b4b4b;
  border-radius: 5px;
  cursor: pointer;
}

.gi-location-block .gi-location-menu .gi-location-toggle .gi-location-title {
  width: calc(100% - 30px);
  padding: 0 10px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gi-location-block .gi-location-menu .gi-location-toggle i {
  color: #fff;
  font-size: 18px;
  line-height: 0;
}

.gi-location-block .gi-location-menu .gi-location-toggle .gi-angle {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 15px;
  line-height: 0;
}

.gi-location-block .gi-location-menu:hover .gi-location-content {
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
}

.gi-location-block .gi-location-content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 200px;
  padding: 15px;
  margin-top: 15px;
  display: block;
  position: absolute;
  visibility: hidden;
  left: auto;
  right: 0;
  top: 100%;
  border-radius: 5px;
  z-index: 14;
  border: 1px solid #eee;
  background: #fff;
  overflow: auto;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}

.gi-location-block .gi-location-dropdown .loc-grid {
  padding-left: 10px;
  padding-right: 10px;
}

.gi-location-block .gi-location-dropdown .loc-grid .loc-list {
  width: 100%;
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}

.gi-location-block .gi-location-dropdown .loc-grid .loc-list span {
  width: calc(100% - 30px);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #353535;
  ;
}

.gi-location-block .gi-location-dropdown .loc-grid .loc-list:not(:last-child) {
  margin-bottom: 10px;
}

.gi-location-block .gi-location-dropdown .loc-grid .loc-list i {
  font-size: 14px;
  margin-right: 10px;
  color: #777;
  line-height: 0;
}

.gi-location-block .gi-location-dropdown .loc-grid .loc-list:hover {
  color: #4b4b4b;
  border: 1px solid #4b4b4b;
}

.gi-location-block .gi-location-dropdown .loc-grid .loc-list:hover i {
  color: #4b4b4b;
}

.gi-location-block .gi-location-dropdown li.show a {
  text-align: center;
}

.gi-location-block .gi-location-dropdown li.show a:hover {
  color: #777;
}

.gi-location-block .gi-location-dropdown li.show a:hover img {
  margin-left: 10px;
}

.gi-location-block .gi-location-dropdown li.show a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 13px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.gi-location-block .gi-location-dropdown li:first-child {
  border-top: none;
}

.gi-location-block .gi-location-dropdown li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.gi-category-icon-block {
  padding: 5px 0;
  position: static !important;
}

.gi-category-icon-block:hover .gi-cat-dropdown {
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
  z-index: 16;
}

.gi-category-menu {
  position: relative;
}

.gi-category-menu .gi-category-toggle {
  width: 200px;
  min-height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd696;
  border-radius: 5px;
  cursor: pointer;
}

.gi-category-menu .gi-category-toggle .svg_cat path {
  fill: #fff;
}

.gi-category-menu .gi-category-toggle span {
  margin-right: 10px;
  font-size: 15px;
  color: #353535;
  font-weight: 500;
}

.gi-category-menu .gi-category-toggle i {
  font-size: 18px;
  color: #353535;
  line-height: 0;
}

.gi-category-menu .gi-category-toggle .gi-angle {
  font-size: 18px;
  text-transform: uppercase;
  color: #353535;
  text-align: center;
  position: absolute;
  left: 15px;
  line-height: 0;
}

.gi-cat-dropdown {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 600px;
  margin-top: 15px;
  padding: 15px;
  position: absolute;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  right: 0;
  z-index: -15;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
}

.gi-cat-dropdown .gi-cat-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-cat-dropdown .gi-cat-tab .gi-tab-list {
  min-width: 230px;
  background: #f8f8fb;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gi-cat-dropdown .gi-cat-tab button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 13px;
  color: #353535;
  ;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  border: 1px solid #eee;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-cat-dropdown .gi-cat-tab button:not(:last-child) {
  margin-bottom: 10px;
}

.gi-cat-dropdown .gi-cat-tab button:hover {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}

.gi-cat-dropdown .gi-cat-tab button i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  font-size: 18px;
  line-height: 0;
}

.gi-cat-dropdown .gi-cat-tab button.active {
  color: #4b4b4b;
  background-color: #fff;
  border-color: #4b4b4b;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}

.gi-cat-dropdown .gi-cat-tab button.active i {
  color: #4b4b4b;
}

.gi-cat-dropdown .gi-cat-tab .tab-content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.gi-cat-dropdown .gi-cat-tab .tab-content .gi-col-title {
  color: #4b4b4b;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  font-family: 'Rubik', sans-serif;
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 5px;
  height: auto;
}

.gi-cat-dropdown .gi-cat-tab .tab-content .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-cat-dropdown .gi-cat-tab .tab-content .tab-list li a {
  color: #777;
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 400;
  font-size: 13px;
  display: block;
  padding: 5px 0;
  border: 0;
  height: auto;
}

.gi-cat-dropdown .gi-cat-tab .tab-content .tab-list li a:hover {
  color: #4b4b4b;
}

.header-search {
  width: 100%;
  min-width: 400px;
  padding: 0 30px;
  position: relative;
}

.header-search .form-control {
  display: block;
  width: 100%;
  min-height: 50px;
  height: 50px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #777;
  border-radius: 0;
  background-color: transparent;
  border: none;
  letter-spacing: 0.6px;
}

.header-search .bs-searchbox {
  margin: 4px 8px;
  padding: 0;
  border: 1px solid #eee;
  border-radius: 5px;
}

.header-search input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-search .dropdown-menu {
  border-radius: 5px;
}

.gi-header-search {}

.gi-header-search form.gi-search-group-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.action-form {
  position: relative;
}

.search_submit {
  position: relative;
  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: 48px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  height: 100%;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  padding: 0;
  height: 40px;
}

.search_submit i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 18px;
  height: 18px;
  color: #353535;
  ;
}

.search_submit:hover i {
  color: #353535;
  ;
}

body.gi-menu-open {
  overflow: hidden;
}

body.gi-menu-open:before {
  height: 100%;
  width: 100%;
  background: #353535;
  000;
  opacity: 0.7;
  position: absolute;
  z-index: 998;
  content: "";
}

.col.gi-location-block {
  min-width: 200px;
}

.gi-menu-content>ul>li .menu-toggle {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}

.gi-menu-content>ul>li.active>.menu-toggle::before {
  content: "+";
}

.gi-menu-content>ul>li.active>ul>li.active>.menu-toggle::before {
  content: "-";
}

/*===== Mobile menus =====*/
.gi-mobile-menu-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 16;
}

.gi-mobile-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 340px;
  height: 100%;
  padding: 15px 20px 20px 20px;
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 17;
  overflow: auto;
}

.gi-mobile-menu::-webkit-scrollbar {
  width: 12px !important;
  height: 10px !important;
  padding: 8px !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.callback.gi-btn-2 {
    text-indent: 0px;
    background: #deeef9;
}

.wpcf7-spinner {
    display: none;
}


.gi-mobile-menu::-webkit-scrollbar-track {
  width: 12px !important;
  background-color: #353535;
  !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
}

.gi-mobile-menu::-webkit-scrollbar-thumb {
  background-color: #353535;
  !important;
  border-radius: 10px !important;
  border: 3px solid #fff !important;
}

.gi-mobile-menu::-webkit-scrollbar-thumb:hover {
  background-color: #4b4b4b !important;
}

.gi-mobile-menu .gi-menu-title {
  width: 100%;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gi-mobile-menu .gi-menu-title .menu_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #353535;
  ;
  font-weight: 600;
}

.gi-mobile-menu .gi-menu-title .gi-close-menu {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #777;
  background-color: transparent;
  border: 0;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li {
  position: relative;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li a {
  margin-bottom: 12px;
  padding: 12px 12px;
  display: block;
  text-transform: capitalize;
  color: #777;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li a:last-child() {
  margin-bottom: 0;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li .menu-toggle {
  width: 24px;
  height: 47px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 5px;
  cursor: pointer;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li .menu-toggle::before {
  content: "+";
  font-weight: 500;
  color: #777;
  font-size: 19px;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li .sub-menu {
  width: 100%;
  min-width: auto;
  padding: 0;
  margin-bottom: 10px;
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li .sub-menu li a {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 0px;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li .sub-menu li .sub-menu li a {
  font-weight: 400;
  padding-left: 30px;
  font-size: 14px;
  color: #999;
}

.gi-mobile-menu .gi-menu-inner .header-res-social {
  margin-top: 30px;
}

.gi-mobile-menu .gi-menu-inner .header-res-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gi-mobile-menu .gi-menu-inner .header-res-social ul li {
  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;
  background-color: #353535;
  ;
  border-radius: 5px;
}

.gi-mobile-menu .gi-menu-inner .header-res-social ul li a i {
  color: #fff;
}

.gi-mobile-menu.gi-menu-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Responsive Header */
@media (max-width: 1399px) {
  .header-search {
    min-width: 500px;
  }

  .gi-main-menu {
    position: unset;
  }
}

@media (max-width: 1199px) {
  .header-search {
    min-width: 400px;
  }

  .header-logo img {
    width: 130px;
  }

  .gi-category-menu .gi-category-toggle {
    width: auto;
  }

  .gi-category-menu .gi-category-toggle span,
  .gi-category-menu .gi-category-toggle .gi-angle {
    display: none;
  }

  .gi-main-menu ul li {
    margin: 0 15px;
  }

  .gi-main-menu ul li .mega-menu li .mega-block {
    width: calc(25% - 30px);
  }

  .gi-header-bottons .gi-header-btn .gi-btn-stitle {
    font-size: 11px;
  }

  .gi-header-bottons .gi-header-btn .gi-btn-stitle {
    min-width: 48px;
  }

  .header-top-center {
    display: none;
  }
}

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

  .gi-header-bottom {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }

  .gi-header-bottom .gi-site-menu-icon .svg_img path {
    fill: #777;
  }

  .header-logo img {
    width: 120px;
  }

  .header-search .form-control {
    height: 40px;
    min-height: 40px;
  }

  .gi-header-action {
    display: none;
  }

  .gi-header-search {
    margin: 0;
  }

  .gi-header-search .header-search {
    padding: 0;
  }

  .gi-header {
    z-index: 16;
  }

  .gi-header-bottons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .gi-header-bottons .right-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .gi-header-bottons .gi-header-btn:not(:last-child()) {
    margin-right: 0 !important;
  }

  .gi-header-bottons .gi-header-btn .svg_img {
    fill: #777;
  }

  .gi-header-bottons .gi-header-btn .header-icon .main-label-note-new {
    display: none;
  }

  .gi-header-btn .header_svg path {
    fill: #777;
  }

  .gi-category-menu .gi-category-toggle {
    min-height: 23px;
    padding: 0;
    background: transparent;
  }

  .gi-category-menu .gi-category-toggle .svg_img path {
    fill: #777;
  }

  .gi-header-user .header_svg {
    width: 25px;
    height: 25px;
  }

  .gi-wish-toggle .header_svg {
    width: 22px;
    height: 22px;
  }

  .gi-cart-toggle .header_svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .header-logo img {
    width: 100px;
  }

  .header-search {
    min-width: 350px;
  }

  .header-top-left {
    display: none;
  }

  .gi-header-bottons {
    position: relative;
  }

  .gi-header-bottons .gi-site-menu-icon {
    position: absolute;
    left: 0;
  }

  .gi-header-bottons .gi-header-btn {
    margin-right: 20px !important;
  }

  .gi-header-bottons .gi-header-btn:nth-last-child(-n+2) {
    margin-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .gi-header-bottom .gi-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gi-header-bottom .gi-flex .gi-header-logo {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .gi-mobile-menu {
    width: 300px;
  }

  .header-search {
    min-width: 300px;
  }
}

/*-------------------------------------------------
    Site Footer Section
---------------------------------------------------*/
.gi-footer {
  color: #fff;
  background: #fff;
  border-top: 1px solid #eee;
}

.gi-footer .footer-top .gi-footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gi-footer .footer-top .gi-footer-company .gi-app-store {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gi-footer .footer-top .gi-footer-widget .gi-footer-logo {
  max-width: 144px;
  margin-bottom: 30px;
}

.gi-footer .footer-top .gi-footer-widget .gi-footer-detail {
  v max-width: 400px;
  margin-bottom: 30px;
  padding: 0;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  color: #d1d1d1;
  display: inline-block;
  position: relative;
}

.gi-footer .footer-top .gi-footer-widget .app-img img {
  max-width: 140px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.gi-footer .footer-top .gi-footer-widget .app-img .adroid {
  margin-right: 15px;
}

.gi-footer .footer-top .gi-footer-widget .gi-footer-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #323232;
  letter-spacing: 0;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 0;
  text-transform: none;
  font-family: 'Rubik', sans-serif;
  border-bottom: 1px solid #eeeeee1f;
}

.gi-footer .footer-top .gi-footer-widget .s-head {
  display: none;
}

.gi-footer .footer-top .gi-footer-widget .gi-footer-links i {
  line-height: 0;
  font-size: 18px;
}

.gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link {
  display: block;
  margin: 0;
  line-height: 1.5;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color: #deeef9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-left: 15px;
  list-style-type: disc;
  align-items: center;
}

.gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link:not(:last-child) {
  margin-bottom: 16px;
  /* padding-left: 10px; */
}

.gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  color: #2d2d2d;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  word-break: break-all;
  letter-spacing: 0;
  font-weight: 300;
}

.gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link a:hover {
  color: #4b4b4b;
  opacity: 1;
}

.gi-footer .footer-top .gi-footer-contact .gi-footer-widget .gi-footer-links li:first-child {
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}

.gi-footer .footer-top .gi-footer-contact .gi-footer-widget .gi-footer-links li p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  color: #2d2d2d;
  margin-bottom: 0;
  display: inline-block;
  line-height: 29px;
  position: relative;
  word-break: break-all;
  letter-spacing: 0;
  font-weight: 300;
}

.gi-footer .footer-top .gi-footer-contact .gi-footer-widget .gi-footer-links a {
  text-transform: unset;
}

.gi-footer .footer-top .gi-footer-contact .gi-footer-widget .gi-footer-links .gi-footer-link span {
  width: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-footer .footer-top .gi-footer-social {
  margin-bottom: 0;
}

.gi-footer .footer-top .gi-footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gi-footer .footer-top .gi-footer-social .gi-footer-widget .gi-footer-links .gi-footer-link {
  padding-right: 5px;
}

.gi-footer .footer-top .gi-footer-social .gi-footer-widget .gi-footer-links .gi-footer-link:not(:last-child) {
  margin-bottom: 0;
}

.gi-footer .footer-top .gi-footer-social .gi-footer-widget .gi-footer-links .gi-footer-link a {
  width: 30px;
  height: 30px;
  background-color: #353535;
  ;
  border-radius: 5px;
  text-transform: capitalize;
  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;
  font-size: 15px;
}

.gi-footer .footer-top .gi-footer-social .gi-footer-widget .gi-footer-links .gi-footer-link a i {
  font-size: 16px;
  color: #fff;
}

.gi-footer-contact {
  margin-bottom: 30px;
}

.svg_img.foo_svg {
  height: 25px;
  color: #deeef9;
  width: auto;
}

.gi-foo-location .svg_img.foo_svg {
  margin-top: 5px;
}

.gi-foo-call .svg_img.foo_svg {
  height: 20px;
}

.gi-foo-mail .svg_img.foo_svg {
  height: 20px;
}

.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #eee;
  background-color: #f8f8fb;
}

.footer-bottom .gi-bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom .gi-copy {
  color: #777;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 300;
}

.footer-bottom .gi-copy a {
  color: #4b4b4b;
}

.footer-bottom .gi-copy .site-name:hover {
  color: #353535;
  ;
}

.gi-heading-res {
  display: none;
}

/* Responsive footer css */
@media only screen and (max-width: 1399px) {
  .gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link a {
    font-size: 15px;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-footer-links li p {
    font-size: 15px;
  }

  .gi-footer .footer-top .gi-footer-widget .app-img img {
    max-width: 120px;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-footer-detail {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link a {
    font-size: 14px;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-footer-links li p {
    font-size: 14px;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-footer-detail {
    font-size: 14px;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-foo-location .svg_img.foo_svg {
    height: 20px;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-foo-call .svg_img.foo_svg {
    height: 18px;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-foo-mail .svg_img.foo_svg {
    height: 17px;
  }

  .gi-footer .footer-top .gi-footer-company .gi-app-store {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 992px) {
  .gi-footer .footer-top .gi-footer-widget .gi-footer-dropdown {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .gi-footer .footer-top .gi-footer-company .gi-app-store {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .gi-footer .footer-top .container>.row {
    padding: 0;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-footer-links ul {
    margin-bottom: 15px;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link:not(:last-child) {
    margin-bottom: 15px;
  }

  .gi-footer .footer-top .col-sm-12.col-lg-3 {
    width: 100%;
    margin-bottom: 0;
  }

  .gi-footer .footer-top .gi-footer-contact .gi-footer-widget .gi-footer-heading {
    margin-bottom: 15px;
  }

  .gi-footer-contact {
    margin-bottom: 0;
  }

  .footer-news-title {
    font-size: 20px;
  }

  .gi-subscribe-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
  }

  .gi-heading-res {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
  }

  .gi-footer-links.gi-footer-dropdown {
    display: none;
    padding: 0 0 20px 0;
  }

  .footer-bottom-copy {
    text-align: center;
  }

  .footer-bottom {
    padding: 15px 0;
  }

  .footer-bottom .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .footer-bottom .gi-bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom .gi-bottom-info .footer-copy {
    margin-bottom: 15px;
  }

  .col.footer-bottom-right {
    margin: 15px auto;
  }

  .footer-bottom-payment.d-flex.justify-content-end {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .gi-footer .footer-top .gi-footer-widget .s-head {
    display: block;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-footer-heading {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .m-minus-991 {
    margin-bottom: -15px;
  }
}

@media (max-width: 767px) {
  .gi-footer .footer-top .gi-footer-widget .gi-footer-logo {
    max-width: 130px;
  }
}

@media (max-width: 360px) {
  .footer-bottom .gi-bottom-info .footer-bottom-right img {
    width: 100%;
  }
}

/*===== Category section css =====*/
.gi-category-shop .gi-category-block {
  padding: 0 !important;
  border: 0 !important;
}

.gi-category .gi-category-block,
.gi-category .gi-category-block-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-category .gi-category-block .gi-cat-box,
.gi-category .gi-category-block-2 .gi-cat-box {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}

.gi-category .gi-category-block .gi-cat-box:hover:after,
.gi-category .gi-category-block-2 .gi-cat-box:hover:after {
  top: 50%;
}

.gi-category .gi-category-block .gi-cat-box:after,
.gi-category .gi-category-block-2 .gi-cat-box:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(#fff), to(transparent));
  background-image: linear-gradient(360deg, #fff, #fff, transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.gi-category .gi-category-block .gi-cat-box .gi-cat-icon,
.gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon {
  height: 100%;
  padding: 15px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(88, 110, 125, 0.1);
  box-shadow: 0 5px 15px rgba(88, 110, 125, 0.1);
  z-index: 5;
}

.gi-category .gi-category-block .gi-cat-box .gi-cat-icon i,
.gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 40px;
  margin: 10px 0;
  color: #4b4b4b;
  line-height: 0;
}

.gi-category .gi-category-block .gi-cat-box .gi-cat-icon img,
.gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 10px 0;
  padding: 6px;
  background: #deeef9;
}

.gi-category .gi-category-block .gi-cat-box .gi-cat-icon .gi-cat-detail,
.gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon .gi-cat-detail {
  text-align: center;
}

.gi-category .gi-category-block .gi-cat-box .gi-cat-icon .gi-cat-detail .gi-cat-title,
.gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon .gi-cat-detail .gi-cat-title {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  text-transform: none;
  color: #0a0a0a;
  font-family: 'Rubik', sans-serif;
}

.gi-category .gi-category-block .gi-cat-box .gi-cat-icon .gi-cat-detail .items,
.gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon .gi-cat-detail .items {
  margin: 0;
  font-size: 13px;
  line-height: 28px;
  color: #777;
  font-weight: 300;
}

.gi-category .gi-category-block .gi-cat-box .gi-cat-icon .gi-lbl,
.gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon .gi-lbl {
  padding: 0 5px;
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  background: #c74395;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0 5px 0 5px;
}

.gi-category .gi-category-block .gi-cat-box-1,
.gi-category .gi-category-block-2 .gi-cat-box-1 {
  background-color: #deeef9;
}

.gi-category .gi-category-block .gi-cat-box-2,
.gi-category .gi-category-block-2 .gi-cat-box-2 {
  background-color: #e2fde2;
}

.gi-category .gi-category-block .gi-cat-box-3,
.gi-category .gi-category-block-2 .gi-cat-box-3 {
  background-color: #ffeae9;
}

.gi-category .gi-category-block .gi-cat-box-4,
.gi-category .gi-category-block-2 .gi-cat-box-4 {
  background-color: #fde1f5;
}

.gi-category .gi-category-block .gi-cat-box-5,
.gi-category .gi-category-block-2 .gi-cat-box-5 {
  background-color: #ecf0ff;
}

.gi-category .gi-category-block .gi-cat-box-6,
.gi-category .gi-category-block-2 .gi-cat-box-6 {
  background-color: #f9f9d9;
}

/*===== New Product css =====*/
.gi-tab-title {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gi-tab-title .gi-pro-tab {
  margin-top: 40px;
}

.gi-tab-title .gi-pro-tab ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gi-pro-tab-nav {
  margin: 0 auto;
}

.gi-pro-tab-nav .nav-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.gi-pro-tab-nav .nav-item:not(:last-child) {
  margin-left: 50px;
}

.gi-pro-tab-nav .nav-item .nav-link {
  padding: 0;
  color: #777;
  position: relative;
  font-weight: 500;
}

.gi-pro-tab-nav .nav-item .nav-link:hover {
  color: #4b4b4b;
}

.gi-pro-tab-nav .nav-item .nav-link.active {
  color: #4b4b4b;
}

.gi-products .gi-product-slider .owl-stage,
.gi-products .gi-product-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-product-slider .gi-product-content {
  height: 100%;
  padding: 0 12px 24px 12px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.gi-product-content {
  height: 100%;
  padding: 0 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-products-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.deal-slick-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.deal-slick-carousel .slick-track {
  height: 100%;
}

.deal-slick-carousel .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.width-100 .gi-product-inner .gi-pro-content .gi-pro-title,
.width-50 .gi-product-inner .gi-pro-content .gi-pro-title {
  height: auto;
}

.gi-product-inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  border-radius: 13px;
}

.gi-product-inner .gi-pro-image {
  overflow: hidden;
  min-height: 235px;
  display: flex;
  padding: 25px;
  min-width: 166px;
  max-height: 166px;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.gi-product-inner .gi-pro-image .image {
  position: relative;
  display: block;
  overflow: hidden;
  pointer-events: all;
}

.gi-product-inner .gi-pro-image .image img {
  z-index: 1;
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-width: 166px;
  max-height: 166px;
  /* width: 235px; */
  width: 315px;
  object-fit: contain;
  display: block!important;
  opacity: 1!important;
}

.gi-product-inner .gi-pro-image .image img.hover-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}

.gi-product-inner .gi-pro-image .flags {
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.gi-product-inner .gi-pro-image .flags span {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #deeef9;
  color: #020202;
  letter-spacing: 0.5px;
  position: relative;
  border-radius: 13px;
}

.gi-product-inner .gi-pro-image .flags span.new {
  background: #4b4b4b;
}

.gi-product-inner .gi-pro-image .percentage {
  position: absolute;
  z-index: 8;
  top: 15px;
  right: 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 29px;
  padding: 0 7px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  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;
  background-color: #4b4b4b;
}

.gi-product-inner .gi-pro-image .gi-pro-actions {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  opacity: 0;
}

.gi-product-inner .gi-pro-image .gi-pro-actions .gi-btn-group {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  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;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.gi-product-inner .gi-pro-image .gi-pro-actions .gi-btn-group:hover {
  background-color: #4b4b4b;
}

.gi-product-inner .gi-pro-image .gi-pro-actions .gi-btn-group:hover i {
  color: #fff;
}

.gi-product-inner .gi-pro-image .gi-pro-actions .gi-btn-group i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #777;
  line-height: 10px;
}

.gi-product-inner .gi-pro-image .gi-pro-actions .wishlist.active,
.gi-product-inner .gi-pro-image .gi-pro-actions .compare.active {
  background-color: #4b4b4b;
}

.gi-product-inner .gi-pro-image .gi-pro-actions .wishlist.active i,
.gi-product-inner .gi-pro-image .gi-pro-actions .compare.active i {
  color: #fff;
}

.gi-product-inner .gi-pro-image-outer {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  position: relative;
}

.gi-product-inner:hover .gi-pro-actions {
  opacity: 1;
  bottom: 10px;
}

.gi-product-inner:hover .gi-pro-image .image img {
  /* -webkit-transform: scale(1.1); */
  /* transform: scale(1.1); */
}

.gi-product-inner:hover .gi-pro-image .image img:not(:last-child) {
  opacity: 0;
}

.gi-product-inner:hover .gi-pro-image .image img.hover-image {
  opacity: 1;
}

.gi-product-inner .gi-pro-content {
  height: 100%;
  padding: 20px;
  position: relative;
  z-index: 9;
  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: left;
  border-top: 1px solid #f5f5f5;
  align-content: center;
  justify-content: center;
}

.gi-product-inner .gi-pro-content .gi-pro-stitle {
  margin-bottom: 10px;
  font-weight: 300;
  color: #999;
  font-size: 11px;
  text-transform: capitalize;
}

.gi-product-inner .gi-pro-content .gi-pro-rat-price {
  margin-top: 5px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gi-product-inner .gi-pro-content .gi-pro-title {
  margin: 0 0 10px;
  font-size: 16px;
}

.gi-product-inner .gi-pro-content .gi-pro-title a {
  text-decoration: none;
  color: #363636;
  display: block;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.85px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-transform: none;
  font-family: 'Rubik', sans-serif;
}

.gi-product-inner .gi-pro-content .gi-pro-title a:hover {
  color: #4b4b4b;
}

.gi-product-inner .gi-pro-content .gi-info {
  display: none;
}

.gi-product-inner .gi-pro-content .gi-price {
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: righy;
  -ms-flex-pack: right;
  justify-content: left;
  color: #3d3d3d;
  letter-spacing: 0.4px;
  flex-direction: row;
  color: #353535;
  font-weight: 900;
  font-size: 14px;
}

.gi-product-inner .gi-pro-content .gi-price span.new-price {
  color: #353535;
  font-weight: 900;
  font-size: 14px;
  margin-left: 7px;
}

.gi-product-inner .gi-pro-content .gi-price span.old-price {
  font-size: 11px;
  text-decoration: line-through;
  color: #434343;
  font-weight: 400;
  margin-top: -6px;
}

.gi-product-inner .gi-pro-content .btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.gi-product-inner .gi-pro-content .gi-pro-rating {
  margin-bottom: 10px;
  opacity: 0.7;
  position: relative;
}

.gi-product-inner .gi-pro-content .gi-pro-rating .qty {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #777;
  font-size: 13px;
}

.gi-product-inner .gi-pro-image.pro-loading:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  opacity: 0.5;
  z-index: 98;
}

.gi-pro-variation {
  margin: 5px 0 0px;
}

.gi-pro-variation .gi-pro-variation-inner {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-pro-variation .gi-pro-variation-inner>span {
  display: block;
  margin: 0 0 5px;
}

.gi-pro-variation .gi-pro-variation-inner .gi-pro-variation-content li {
  display: inline-block;
  border: 1px solid transparent;
  padding: 1px;
  float: left;
  cursor: pointer;
  margin-right: 5px;
}

.gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-color .gi-pro-variation-content li {
  border-radius: 100%;
}

.gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-color .gi-pro-variation-content li span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 100%;
}

.gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-color .gi-pro-variation-content li:hover {
  border: 1px solid #353535;
  ;
}

.gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-size .gi-pro-variation-content li {
  height: 22px;
  padding: 2px 8px;
  cursor: pointer;
  border: 1px solid #eeeeee;
  color: #777;
  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;
  font-size: 12px;
  line-height: 22px;
  border-radius: 5px;
  font-weight: 400;
}

.gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-size .gi-pro-variation-content li:hover {
  background-color: #4b4b4b;
  color: #fff;
  border-color: #4b4b4b;
}

.gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-size .gi-pro-variation-content li.active {
  background-color: #4b4b4b !important;
  color: #fff !important;
  border-color: #4b4b4b !important;
}

button.btn-close.qty_close {
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  z-index: 9999;
}

.svg_img.pro_svg {
  width: 18px;
  fill: #777;
}

a.wishlist .svg_img.pro_svg {
  width: 16px;
  height: 16px;
}

.eccart-pro-items li .gi-pro-content .qty-plus-minus {
  width: 85px;
  height: 35px;
  margin-top: 7px;
  padding: 7px 0;
  border: 1px solid #eeeeee;
  display: inline-block;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-radius: 30px;
}

.eccart-pro-items li .gi-pro-content .qty-plus-minus .gi_qtybtn {
  width: 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;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #777;
}

.eccart-pro-items li .gi-pro-content .qty-plus-minus input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #353535;
  ;
  float: left;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}

.eccart-pro-items li .gi-pro-content .qty-plus-minus .dec.gi_qtybtn {
  border-right: 1px solid #eeeeee;
}

.eccart-pro-items li .gi-pro-content .qty-plus-minus .inc.gi_qtybtn {
  border-left: 1px solid #eeeeee;
}


.pro-loading .gi-pro-loader {
  opacity: 1;
  display: block;
}

i.gicon.gi-star-o {
  font-size: 14px;
  margin-right: 3px;
}

i.gicon.gi-star {
  color: #777;
  float: left;
  font-size: 14px;
  margin-right: 3px;
}

i.gicon.gi-star.fill {
  color: #ffc870;
}

.gi-pro-opt-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 15px;
}

.product-block {
  display: -ms-grid;
  display: grid;
}

/**===== Blog & blog Section =====**/
.gi-blog-section .section-title {
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gi-blog .blog-info,
.gi-blog-section .blog-info {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 5px;
}

.gi-blog .blog-info:hover .blog-img img,
.gi-blog-section .blog-info:hover .blog-img img {
  -webkit-transform: rotate(-3deg) scale(1.1);
  transform: rotate(-3deg) scale(1.1);
}

.gi-blog .blog-info .blog-img,
.gi-blog-section .blog-info .blog-img {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.gi-blog .blog-info .blog-img img,
.gi-blog-section .blog-info .blog-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  width: 100%;
  height: 100%;
}

.gi-blog .blog-info .detail,
.gi-blog-section .blog-info .detail {
  width: 100%;
  margin: 0;
}

.gi-blog .blog-info .detail label,
.gi-blog-section .blog-info .detail label {
  margin-top: 20px;
  display: inline-block;
  font-size: 13px;
  color: #999;
  border-radius: 5px;
}

.gi-blog .blog-info .detail label a,
.gi-blog-section .blog-info .detail label a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #999;
}

.gi-blog .blog-info .detail label a:hover,
.gi-blog-section .blog-info .detail label a:hover {
  color: #4b4b4b;
}

.gi-blog .blog-info .detail h3,
.gi-blog-section .blog-info .detail h3 {
  margin: 10px 0 15px 0;
  padding: 0;
  line-height: 26px;
}

.gi-blog .blog-info .detail h3 a,
.gi-blog-section .blog-info .detail h3 a {
  font-family: 'Rubik', sans-serif;
  color: #353535;
  ;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.gi-blog .blog-info .detail p,
.gi-blog-section .blog-info .detail p {
  font-size: 14px;
  color: #777;
}

.gi-blog .blog-info .detail .more-info a,
.gi-blog-section .blog-info .detail .more-info a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #353535;
  ;
  font-size: 13px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-blog .blog-info .detail .more-info a:hover,
.gi-blog-section .blog-info .detail .more-info a:hover {
  background: #fff;
  color: #4b4b4b;
}

.gi-blog .blog-info .detail .more-info a:hover i,
.gi-blog-section .blog-info .detail .more-info a:hover i {
  color: #4b4b4b;
}

.gi-blog .blog-info .detail .more-info a i,
.gi-blog-section .blog-info .detail .more-info a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  color: #353535;
  ;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/**  Blog Sidebar  **/
.gi-blogs-sidebar .gi-sb-title {
  border-bottom: 2px solid #eee;
  padding-bottom: 15px;
}

.gi-blogs-sidebar .gi-sb-title h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.gi-blogs-sidebar .gi-blog-sidebar-wrap {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.gi-blogs-sidebar .gi-blog-search {
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #eee;
  color: #353535;
  ;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.gi-blogs-sidebar .gi-blog-search .gi-blog-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.gi-blogs-sidebar .gi-blog-search .form-control {
  display: block;
  width: 100%;
  min-height: 48px;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #777;
  background-color: transparent;
  border: none;
  letter-spacing: 0;
}

.gi-blogs-sidebar .gi-blog-search .submit {
  position: relative;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  color: #353535;
  ;
}

.gi-blogs-sidebar .gi-sidebar-block ul li a {
  padding-left: 30px;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item {
  position: relative;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item input {
  width: 100%;
  height: calc(100% - 5px);
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item input:checked~.checked::after {
  display: block;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item a {
  width: 100%;
  display: block;
  color: #777;
  font-size: 14px;
  margin-top: 0;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item a span {
  color: #999;
  font-size: 13px;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .checked {
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 5px;
  overflow: hidden;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #4b4b4b;
  content: "\f00c";
  position: absolute;
  display: none;
  background: #4b4b4b;
  font-family: "gIcons";
  font-size: 10px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}

.gi-blogs-sidebar .gi-sidebar-block:not(:last-child) {
  margin-bottom: 30px;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-img {
  margin-right: 15px;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-img img {
  width: 100px;
  border-radius: 5px;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial .gi-blog-title a {
  color: #777;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 600;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial .gi-blog-date {
  margin-bottom: 10px;
  font-size: 14px;
  color: #999;
  line-height: 1;
  letter-spacing: 0;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial a {
  font-size: 14px;
  color: #4b4b4b;
}

/**  Single blog (Blog details)   **/
.gi-single-blog-item .single-blog-info .blog-img img {
  width: 100%;
  border-radius: 5px;
}

.gi-single-blog-item .single-blog-info .single-blog-detail label {
  margin-bottom: 15px;
  color: #999;
}

.gi-single-blog-item .single-blog-info .single-blog-detail label a {
  color: #999;
}

.gi-single-blog-item .single-blog-info .single-blog-detail label a:hover {
  color: #4b4b4b;
}

.gi-single-blog-item .single-blog-info .single-blog-detail h3 {
  font-size: 22px;
  font-weight: 600;
  color: #353535;
  ;
}

.gi-single-blog-item .single-blog-info .single-blog-detail p {
  color: #777;
  font-size: 14px;
}

.gi-single-blog-item .single-blog-info .single-blog-detail .gi-text-highlight {
  font-weight: 500;
  font-style: italic;
}

.gi-single-blog-item .single-blog-info .single-blog-detail .sub-img {
  margin-top: 30px;
}

.gi-single-blog-item .single-blog-info .single-blog-detail .sub-img img {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 5px;
}

.gi-blog-comments .gi-blog-dgi-title {
  margin-bottom: 30px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #353535;
  ;
  background-color: #f8f8fb;
  border-radius: 5px;
}

.gi-blog-comments .sub-cmt {
  margin-left: 65px;
}

.gi-blog-comments .gi-single-comment-wrapper {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gi-blog-comments .gi-single-comment-wrapper .gi-blog-user-img {
  width: 50px;
  margin-right: 15px;
}

.gi-blog-comments .gi-single-comment-wrapper .gi-blog-user-img img {
  width: 100%;
  border-radius: 5px;
}

.gi-blog-comments .gi-single-comment-wrapper .gi-blog-comment-content {
  width: calc(100% - 115px);
}

.gi-blog-comments .gi-single-comment-wrapper .gi-blog-comment-content h5 {
  color: #353535;
  ;
  font-size: 16px;
  font-weight: 600;
}

.gi-blog-comments .gi-single-comment-wrapper .gi-blog-comment-content span {
  color: #999;
  font-size: 13px;
}

.gi-blog-comments .gi-single-comment-wrapper .gi-blog-comment-content p {
  margin: 5px 0;
  color: #777;
  font-size: 14px;
}

.gi-blog-comments .gi-single-comment-wrapper .gi-blog-comment-content .gi-blog-details-btn a {
  color: #4b4b4b;
  font-size: 13px;
}

.gi-blog-comments .gi-blog-cmt-form .gi-blog-form input {
  width: 100%;
  height: 45px;
  margin-bottom: 30px;
  padding-left: 20px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #777;
  font-size: 14px;
}

.gi-blog-comments .gi-blog-cmt-form .gi-blog-form textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  padding: 15px 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gi-blog-comments .gi-blog-cmt-form .gi-blog-form textarea:focus {
  outline: none;
}

/*===== Banners section css =====*/
.gi-offer-section {
  overflow: hidden;
}

.gi-ofr-banners .gi-bnr-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  overflow: hidden;
}

.gi-ofr-banners .gi-bnr-body::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.gi-ofr-banners .gi-bnr-body:hover::before,
.gi-ofr-banners .gi-bnr-body:focus::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.gi-ofr-banners .gi-bnr-body .gi-bnr-img {
  width: 100%;
  position: relative;
}

.gi-ofr-banners .gi-bnr-body .gi-bnr-img img {
  width: 100%;
  border-radius: 5px;
}

.gi-ofr-banners .gi-bnr-body .gi-bnr-img .lbl {
  padding: 2px 7px;
  font-size: 15px;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  left: 15px;
  text-transform: capitalize;
  background-color: #c74395;
  color: #fff;
  opacity: 1;
}

.gi-ofr-banners .gi-bnr-body .gi-bnr-detail {
  max-width: 282px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gi-ofr-banners .gi-bnr-body .gi-bnr-detail h5 {
  color: #353535;
  font-size: 34px;
  font-weight: 700;
  text-transform: none;
}

.gi-ofr-banners .gi-bnr-body .gi-bnr-detail p {
  color: #5a5a5a;
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.gi-ofr-banners .gi-bnr-body .gi-bnr-detail a {
  padding: 5px 15px;
  font-size: 15px;
  letter-spacing: 0;
  background: #deeef9;
  color: #3e3e3e;
  font-weight: 300;
  border-radius: 20px;
  display: -webkit-inline-box;
  padding: 10px 20px 10px 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/**===== Start Service Section =====**/
.gi-ser-inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
}

.gi-ser-inner .gi-service-image {
  margin-bottom: 15px;
  background: #deeef9;
  line-height: 24px;
  border-radius: 50%;
  padding: 12px 15px 15px 15px;
}

.gi-ser-inner .gi-service-image i {
  font-size: 32px;
  color: #c74395;
  display: block;
  margin-top: 1px;
  line-height: 21px;
}

.gi-service-desc h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #353535;
  ;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

.gi-service-desc p {
  margin: 0;
  font-size: 11px;
  color: #777;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

/*-------------------------------------------------
   Demo 1 Page CSS
---------------------------------------------------*/
/*===== Hero section css =====*/
.gi-hero {
  width: 100%;
  background: #deeef9;
  height: 100%;
  /*-----  Slider Style  -----*/
  padding-bottom: 28px;
}

.gi-hero .gi-main-content .gi-slider-content {
  height: 100%;
}

.gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider {
  border-radius: 0;
}

.gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content {
  max-width: 100%;
  min-width: 100%;
  /* margin-right: 100px; */
  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;
  position: relative;
  z-index: 9;
  align-content: center;
  /* align-items: center; */
}

.gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content .gi-slide-title {
  margin-bottom: 60px;
  font-size: 43px;
  line-height: 50px;
  color: #fff;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
}

.gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content p {
  margin-bottom: 18px;
  font-size: 16px;
  color: #d5d5d5;
  text-transform: lowercase;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 300;
}

.gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content .gi-slide-btn {
  display: block;
}

.gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content .gi-slide-btn .gi-btn-1 {
  font-size: 15px;
  letter-spacing: 0;
  background: #deeef9;
  color: #3e3e3e;
  font-weight: 300;
  border-radius: 20px;
  display: -webkit-inline-box;
  padding: 10px 20px 10px 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content .gi-slide-btn .gi-btn-1 i {
  margin-left: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-hero .gi-main-content .gi-slider-content .gi-main-slider .swiper-slide {
  height: 541px;
  min-width: 100%;
}

.gi-hero .gi-main-content .gi-slider-content .gi-main-slider .slide-3 {
  background-image: url("https://maraviyainfotech.com/projects/grabit/grabit-html/assets/img/hero-bg/6.jpg");
  background-position: center;
}

.gi-hero .swiper-buttons {
  display: none;
}

.gi-hero .main-slider-dot .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 2.5px !important;
  display: inline-block;
  border-radius: 30px;
  opacity: 1;
  border: 1px solid #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
}

.gi-hero .main-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c74395;
  width: 30px;
  display: none;
}

.gi-hero .slider-animation>* {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.gi-hero :root {
  --transition: .75s cubic-bezier(0.255, 0.670, 0.000, 1.010);
}

.gi-hero .gi-slide-item {
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
  transition: -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
  transition: transform var(--transition), box-shadow var(--transition);
  transition: transform var(--transition), box-shadow var(--transition), -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
}

.gi-hero .swiper-slide-active .slider-animation>* {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.gi-hero .swiper-slide-active .slider-animation>*:nth-child(1) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.gi-hero .swiper-slide-active .slider-animation>*:nth-child(2) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.gi-hero .swiper-slide-active .slider-animation>*:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.gi-hero .swiper-slide-active .slider-animation>*:nth-child(4) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.gi-hero .swiper-slide-active .slider-animation>*:nth-child(5) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.gi-hero .swiper-slide-active .slider-animation>*:nth-child(6) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

/*===== Banner Section =====*/
.gi-animated-banner {
  width: 100%;
  /* background-image: url("../img/banner/1.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.gi-animated-banner .gi-bnr-detail {
  height: 100%;
  padding: 80px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  position: relative;
  align-content: center;
}

.gi-animated-banner .gi-bnr-detail h2 {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  line-height: 65px;
  z-index: 2;
  position: relative;
}

.gi-animated-banner .gi-bnr-detail h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #ededed;
  font-size: 17px;
  font-weight: 300;
  z-index: 2;
}

.gi-animated-banner .gi-bnr-detail h3 span {
  font-weight: 400;
  color: #777;
}

.gi-animated-banner .gi-bnr-detail a {
  margin-top: 15px;
  padding: 5px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 15px;
  font-size: 15px;
  letter-spacing: 0;
  background: #deeef9;
  color: #3e3e3e;
  font-weight: 300;
  border-radius: 20px;
  display: -webkit-inline-box;
  padding: 10px 20px 10px 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

/*===== Deal section css =====*/
.gi-deal-section .section-title {
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.gi-deal-section .section-title #dealend {
  padding: 0;
}

.gi-deal-section .section-title .dealend-timer {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.gi-deal-section .section-title .dealend-timer .dealend-timer {
  background-color: #f8f8fb;
  border-radius: 5px;
}

.gi-deal-section .section-title .dealend-timer .time-block {
  margin-left: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  color: #353535;
  ;
}

.gi-deal-section .section-title .dealend-timer .time-block .day {
  margin-left: 5px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 28px;
  color: #353535;
  ;
}

.gi-deal-section .section-title .dealend-timer .time-block .time {
  min-width: 20px;
  position: relative;
}

.gi-deal-section .section-title .dealend-timer .time-block .dots {
  margin-top: -1px;
  margin-left: 5px;
  color: #353535;
  ;
}

/*===== Top Selling, Banner, Top Rated section css =====*/
.gi-all-product-content .section-title {
  margin-bottom: 0;
  padding-bottom: 15px;
}

.gi-all-product-content .slick-slide {
  margin-top: 15px;
}

.gi-all-product-content .slick-slide>div:not(:last-child) {
  margin-bottom: 15px;
}

.gi-all-product-content .slick-arrow {
  width: auto;
  top: -62px;
}

.gi-all-product-content .slick-arrow.slick-prev {
  right: auto;
  left: 30px;
}

.gi-all-product-content .slick-arrow.slick-prev:before {
  content: "\f104";
}

.gi-all-product-content .slick-arrow {
  margin: 0 auto;
  font-size: 0;
  top: -45px;
  position: absolute;
  left: auto;
  right: 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;
  padding: 0;
  z-index: 1;
}

.gi-all-product-content .slick-arrow:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  color: #353535;
  ;
  position: relative;
  font-size: 24px;
  font-family: "gIcons";
  width: 100%;
  line-height: 30px;
  height: 30px;
}

.gi-all-product-content .slick-arrow:hover:before {
  color: #4b4b4b;
}

.gi-all-product-content .slick-arrow.slick-next {
  left: 60px;
}

.gi-all-product-content .slick-arrow.slick-next:before {
  content: "\f105";
}

.gi-all-product-inner {
  margin-right: 1px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #eeeeee;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  flex-direction: row-reverse;
}

.gi-all-product-inner:hover .gi-pro-content .add-to-cart {
  opacity: 1;
}

.gi-all-product-inner .label {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 7px;
  right: 7px;
  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;
}

.gi-all-product-inner .label .dot {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
}

.gi-all-product-inner .veg .dot {
  background-color: #46c389;
}

.gi-all-product-inner .nonveg .dot {
  background-color: #ff9898;
}

.gi-all-product-inner .gi-pro-image-outer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

.gi-all-product-inner .gi-pro-image-outer .gi-pro-image {
  overflow: hidden;
  border-radius: 15px;
}

.gi-all-product-inner .gi-pro-image-outer .gi-pro-image img {
  width: 100%;
  object-fit: contain;
  max-height: 85px;
  min-height: 85px;
}

.gi-all-product-inner .gi-pro-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  width: calc(100% - 70px);
  padding-left: 15px;
}

.gi-all-product-inner .gi-pro-content .gi-pro-title {
  font-size: 16px;
  margin: 0 0 5px;
}

.gi-all-product-inner .gi-pro-content .gi-pro-title a {
  text-decoration: none;
  color: #3d3d3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.gi-all-product-inner .gi-pro-content .gi-pro-stitle {
  text-decoration: none;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.gi-all-product-inner .gi-pro-content .gi-pro-stitle a {
  color: #999;
}

.gi-all-product-inner .gi-pro-content .gi-pro-stitle a:hover {
  color: #4b4b4b;
}

.gi-all-product-inner .gi-pro-content .gi-price {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4b4b4b;
}

.gi-all-product-inner .gi-pro-content .gi-price span.new-price {
  color: #353535;
  ;
  font-weight: 700;
  font-size: 14px;
}

.gi-all-product-inner .gi-pro-content .gi-price span.old-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #777;
  margin-left: 9px;
}

.gi-all-product-inner .gi-pro-content .gi-price span.qty {
  display: none;
  font-size: 12px;
  color: #777;
  margin-left: 9px;
}

.gi-all-product-inner .gi-pro-content .add-to-cart {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #eee;
  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;
  opacity: 0;
}

.gi-all-product-inner .gi-pro-content .add-to-cart i {
  width: 18px;
  color: #777;
  line-height: 0;
}

.yoast-breadcrumbs a {
  color: #c74395;
}

.gi-banner-block {
  width: 100%;
  height: 100%;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gi-banner-inner {
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
}

.banner-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-block img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.banner-block:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.banner-block .banner-text {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner-block .banner-text .gi-banner-title {
  font-size: 22px;
  position: relative;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.banner-block .banner-content {
  width: 100%;
  height: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  cursor: pointer;
  border-radius: 30px;
}

.banner-block .banner-content .gi-btn-2 {
  padding: 5px 15px;
}

/*  Demo 1 Responsive style  */
@media (max-width: 1399px) {
  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .swiper-slide {
    height: 380px;
  }

  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content {
    max-width: 25rem;
  }

  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content .gi-slide-title {
    font-size: 40px;
    line-height: 50px;
  }

  .gi-hero .gi-category-block .gi-cat-box .gi-cat-icon .svg_img {
    width: 60px;
    height: 60px;
  }

  .gi-hero .gi-category-block .gi-cat-box .gi-cat-icon .gi-cat-title {
    font-size: 15px;
  }

  .gi-animated-banner {
    height: 380px;
  }

  .gi-animated-banner .gi-bnr-detail h2 {
    font-size: 38px;
  }
}

@media (max-width: 1199px) {
  .gi-hero {
    height: auto;
    position: relative;
  }

  .gi-hero .container-fluid {
    max-width: 930px;
  }

  .gi-hero .border-content {
    width: 100%;
    padding: 0 15px;
  }

  .gi-hero .main-bg-black {
    padding: 30px 30px 15px 30px;
    border-right: 1px solid #eee;
    border-bottom: 0;
  }

  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content {
    max-width: 20rem;
  }

  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content .gi-slide-title {
    font-size: 32px;
    line-height: 42px;
  }

  .gi-hero .border-content-color {
    width: 100%;
    padding: 0 15px 80px 15px;
  }

  .gi-hero .gi-category-block {
    padding: 15px 30px 30px 30px;
    border: 1px solid #eee;
    border-top: 0;
  }

  .gi-hero .gi-category-block .gi-cat-box .gi-cat-icon {
    padding: 30px;
  }

  .gi-animated-banner {
    height: 350px;
  }

  .gi-animated-banner .gi-bnr-detail h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .gi-social {
    display: none;
  }
}

@media (max-width: 991px) {
  .gi-ser-inner {
    padding: 24px;
  }

  .section-title .section-detail h2,
  .section-title-2 .section-detail h2 {
    font-size: 24px;
  }

  .section-title-3 .section-detail h2 {
    font-size: 20px;
  }

  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .swiper-slide {
    height: 400px;
  }

  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content {
    margin-left: 70px;
    max-width: 17rem;
  }

  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content .gi-slide-title {
    font-size: 26px;
    line-height: 36px;
  }

  .gi-new-product-block .gi-all-product-inner .add-to-cart {
    opacity: 1;
  }

  .gi-pro-tab-nav .nav-item:not(:last-child) {
    margin-right: 30px;
  }

  .gi-animated-banner {
    height: 300px;
  }

  .gi-animated-banner .gi-bnr-detail {
    padding: 50px;
  }

  .gi-animated-banner .gi-bnr-detail h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .gi-animated-banner .gi-bnr-detail h3 {
    font-size: 20px;
  }

  .m-t-991 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {

  .section-title .section-detail h2,
  .section-title-2 .section-detail h2 {
    font-size: 22px;
  }

  .section-title-3 .section-detail h2 {
    font-size: 18px;
  }

  .gi-deal-section .section-title {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .gi-deal-section .section-title #dealend {
    margin-top: 15px;
  }

  .gi-hero .gi-main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .swiper-slide {
    height: 300px;
  }

  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content {
    margin-left: 30px;
    max-width: 14rem;
  }

  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content .gi-slide-btn .gi-btn-1 {
    font-size: 13px;
    padding: 6px 10px;
  }

  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content p {
    font-size: 16px;
  }

  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content .gi-slide-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .gi-hero .gi-category-block {
    padding: 0 15px 15px 15px;
    grid-template-columns: repeat(auto-fill, calc(33.33% - 10px));
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }

  .gi-hero .main-bg-black {
    padding: 15px;
  }

  .gi-pro-tab {
    margin: 0 0 15px 0;
  }

  .gi-pro-tab .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .gi-animated-banner {
    height: 250px;
  }

  .gi-animated-banner .gi-bnr-detail h2 {
    font-size: 20px;
    line-height: 27px;
  }

  .gi-animated-banner .gi-bnr-detail h3 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #gi-popnews-box {
    width: 90%;
  }

  #gi-popnews-box img {
    display: none;
  }

  .m-t-767 {
    margin-top: 30px;
  }

  .gi-banner-block {
    height: 450px;
    background-position: bottom;
  }
}

@media (max-width: 575px) {

  .section-title .section-detail h2,
  .section-title-2 .section-detail h2 {
    font-size: 20px;
  }

  .gi-hero .swiper-slide {
    height: 290px;
  }

  .gi-hero .gi-hero-slider .gi-slide {
    height: 60vh;
  }

  .gi-hero .gi-hero-slider .gi-slide-content {
    padding: 50px;
  }

  .gi-hero .gi-hero-slider .gi-slide-content .gi-slide-title {
    font-size: 24px;
  }

  .gi-hero .gi-category-block .gi-cat-box .gi-cat-icon {
    padding: 15px 10px;
  }

  .gi-hero .gi-category-block .gi-cat-box .gi-cat-icon .svg_img {
    width: 40px;
    height: 40px;
  }

  .gi-hero .gi-category-block .gi-cat-box .gi-cat-icon .gi-cat-title {
    font-size: 14px;
  }

  .gi-hero .gi-category-block .gi-cat-box .gi-cat-icon .gi-lbl {
    font-size: 11px;
    top: 0;
    right: 0;
  }

  .gi-hero .border-content-color {
    padding: 0 15px 100px 15px;
  }

  .gi-tool {
    top: 230px;
  }

  .owl-carousel .gi-product-content {
    width: 100%;
    margin: auto;
  }
}

@media (max-width: 480px) {
  .gi-hero .gi-category-block .gi-cat-box .gi-cat-icon .gi-cat-title {
    font-size: 12px;
    text-align: center;
  }

  .gi-pro-tab-nav .nav-item .nav-link {
    font-size: 13px;
    line-height: 28px;
  }

  .gi-pro-tab-nav .nav-item:not(:last-child) {
    margin-right: 20px;
  }

  .gi-animated-banner {
    background-size: cover;
    height: 274px;
    background-position: center center;
    text-align: center;
  }

  .gi-animated-banner .gi-bnr-detail h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 17px;
  }

  .gi-banner-block {
    height: 400px;
    background-position: bottom;
  }
}

@media (max-width: 420px) {

  .section-title .section-detail h2,
  .section-title-2 .section-detail h2 {
    font-size: 20px;
  }

  .gi-hero .gi-category-block {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(50% - 8px));
  }

  .gi-hero .gi-category-block .gi-cat-box.more {
    display: block;
  }

  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .swiper-slide {
    height: 230px;
    background-position: center;
  }

  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content {
    max-width: 12rem;
    margin-left: 0;
  }

  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content .gi-slide-title {
    font-size: 18px;
    line-height: 28px;
  }

  .gi-hero .swiper-pagination {
    display: none;
  }

  .gi-animated-banner .gi-bnr-detail {
    padding: 15px;
    text-align: center;
  }

  .gi-offer-section .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gi-offer-section .section-title h2 {
    margin-bottom: 15px;
  }

  .gi-offer-section .section-title .dealend-timer {
    max-width: 195px;
  }

  .gi-banner-block {
    height: 350px;
    background-position: bottom;
  }

  .banner-block .banner-text .gi-banner-title {
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content {
    max-width: 10rem;
  }

  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content .gi-slide-title {
    font-size: 17px;
    line-height: 27px;
  }

  .gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content p {
    font-size: 13px;
  }
}


.gi-slide-content picture {
  display: flex;
  width: 100%;
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  height: 100%;
  min-width: 100%;
}

.slider_text_block {
  width: 100%;
  text-align: center;
}

.dgwt-wcas-search-wrapp {
  max-width: 100% !important;
}

.footer-container {
  background: #deeef9;
  color: #363636;
}

.gi-cat-dropdown .gi-cat-tab .tab-content .tab-list .col {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.m-tb-10 {
  margin-top: 10px;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover,
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
  text-indent: 20px;
}

.dgwt-wcas-preloader {
  /* right: auto!important; */
  /* left: 0!important; */
}

.single-product-cover.slick-initialized.slick-slider .slick-slide img {
  display: block;
  max-height: 450px !important;
  margin: 0 auto;
}

span.regular-price {
  font-weight: 800;
}

.gi-cat-box.gi-cat-box-1 a {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}



img.deal_boxed {
  width: 120px !important;
  height: 120px !important;
}

.pulse {
  position: fixed;
  bottom: 0;
  left: 53px;
  transform: translate(-50%, -50%);
  background: #5bd641;
  border-radius: 50%;
  width: 61px;
  height: 61px;
  color: #fff;
  text-align: center;
  line-height: 64px;
  z-index: 999;
  font-size: 20px;
}

.pulse:before,
.pulse:after {
  content: " ";
  display: block;
  position: absolute;
  border: 1px solid #5cd745;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}


.pulse:after {
  animation-delay: 0.5s;
}

.pulse img {
  margin-top: -5px;
  width: 33px;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}


.fixed_header {
  position: fixed !important;
  animation: slideDown 0.35s ease-out;
  box-shadow: -1px 2px 13px 0px rgb(4 4 4 / 5%);
  z-index: 99;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    text-indent: 17px;
}

video {
  min-width: 100%;
  min-height: 60vh;
  z-index: 1;
}

.overlay_sl {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgb(0 0 0 / 0%) 50%, rgb(11 105 168 / 22%) 50%);
  background-size: 1px 1px;
  z-index: 2;
}

.bg-video-wrap_slider {
  position: absolute;
  /* width: 100%; */
  z-index: -1;
}

.gi-footer-widget.gi-footer-company img {
  max-width: 170px;
  margin-bottom: 26px;
}

ul.product-categories ul.children {
  display: none;
}

ul.product-categories li.cat-item:hover>ul.children {
  display: block;
}

a.tel_header {
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  font-weight: 900;
  margin-top: 0;
  line-height: 13px;
  text-align: center;
  display: flex;
  margin-right: 39px;
  text-decoration: none;
  color: #c74395;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

span.after_tel.text {
  font-size: 12px;
  width: 100%;
  text-align: center;
  color: #323232;
  margin-left: 19px;
  font-weight: 300;
}

.gi-main-menu i.fi.fi-rr-apps {
  font-size: 13px;
  margin-top: -2px;
}

li.dropdown.drop-list img {
  margin-top: -2px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 10px;
  line-height: 17px;
  font-size: 17px;
  border: 0px solid transparent;
  border-radius: 28px;
  height: auto;
  font-size: 13px;
  font-family: 'Rubik';
  background-color: #eee;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  background: 0 0;
  border-radius: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  position: absolute;
  min-height: 33px;
  min-width: 33px;
  height: 25px;
  width: 25px;
  right: 25px;
  left: auto;
  top: 11px;
  pointer-events: none;
  transition: none;
}

.gi-product-inner:hover {
  box-shadow: 0px 0px 16px 2px rgb(222 238 249 / 42%);
  transition: 0.3s;
}

.gi-header-action.align-self-center {
  width: 450px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-start;
  justify-content: flex-end;
}

p.desc_footeer {
  font-size: 13px;
}

.lottie_anima {
  z-index: 0;
  position: absolute;
  margin-top: -10px;
  margin-left: -137px;
}

.anima_phone {
  position: absolute;
  margin-left: -67px;
  margin-top: -34px;
}

.anima_chat {
  position: absolute;
  margin-top: -88px;
  margin-left: -102px;
  opacity: 0.1;
}

.yoast-breadcrumbs {
  text-align: center;
  margin-top: 12px;
  font-size: 13px;
  padding-top: 14px;
  border-top: 1px solid #deeef973;
}

/* Стилизация основного контейнера ползунка */
.ui-slider {
  position: relative;
  height: 10px;
  background-color: #e4e4e4;
  border-radius: 5px;
}

/* Стилизация ручки ползунка */
.ui-slider .ui-slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* Стилизация области выбранного диапазона цен */
.ui-slider .ui-slider-range {
  position: absolute;
  height: 100%;
  background-color: #c74395;
  border-radius: 5px;
}


ul.product-categories ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.product-categories li::before {
  content: "■";
  margin-left: 0px;
  padding-right: 8px;
}

.gi-footer-links.gi-footer-dropdown li.gi-footer-link ::before {
  content: "■";
  position: absolute;
  margin-left: -16px;
}

li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a {
  color: #181818;
  font-size: 13px;
}

li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term span.count {
  font-size: 11px;
  margin-top: 5px;
  font-weight: 300;
  position: absolute;
  color: #c74395;
  margin-left: 6px;
}

.gi-single-product .single-pro-content .gi-single-qty .gi-single-cart .gi-btn-1:hover {
  background: #c6e1f4;
}

li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term {
  margin-bottom: 10px;
  padding-left: 5px !important;
}

ul.product_list_widget span.woocommerce-Price-amount.amount {
  font-weight: 800;
  font-size: 12px;
  margin-left: 12px;
}

.price_slider_wrapper {
  width: 89%;
  margin-top: 21px;
}

.price_slider_amount {
  margin-top: 15px;
}

.gi-shop-sidebar .gi-sidebar-block ul li a:hover {
  color: #c74395;
}

.gi-main-menu ul li.dropdown ul li a:hover {
  color: #c74395;
}

ul.cat_terms li a:hover {
  color: #c74395;
}

.woocommerce button.button {
  margin-top: 5px;
  padding: 5px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 15px;
  font-size: 15px;
  letter-spacing: 0;
  background: #deeef9;
  color: #3e3e3e;
  font-weight: 300;
  border-radius: 20px;
  display: -webkit-inline-box;
  padding: 10px 20px 10px 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.price_label {
  font-size: 13px;
  margin-top: 19px;
  padding-left: 7px;
}

section.descr_main {
  margin-top: 50px;
  margin-bottom: 50px;
}

.gi-single-desc {
  font-size: 14px;
  font-weight: 300;
  margin-top: 60px;
  user-select: all;
  color: #444;
  line-height: 28px;
}

.gi-single-desc h3 {
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
}

ul.cat_terms {
  display: flex;
  column-gap: 10px;
  font-size: 14px;
  padding-left: 0;
  color: #2b2b2b;
}

ul.cat_terms li a {
  color: #2b2b2b;
  font-weight: 600;
}

.cat_tt {
  margin-top: 13px;
}

.brand_att {
  font-size: 15px;
  line-height: 32px;
  color: #4b5966;
  font-weight: 300;
  margin-top: 5px;
}

/* Стилизация корзины WooCommerce */
.woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.woocommerce table.shop_table th {
  text-align: left;
}

.woocommerce table.shop_table td.product-thumbnail img {
  max-width: 60px;
  height: auto;
}

.woocommerce table.shop_table td.product-name {
  width: 40%;
}

.woocommerce table.shop_table td.product-price {
  width: 20%;
}

.woocommerce table.shop_table td.product-quantity {
  width: 15%;
}

.woocommerce table.shop_table td.product-subtotal {
  width: 25%;
}

.woocommerce table.shop_table td.actions {
  width: 10%;
}

.woocommerce .cart-collaterals .cart_totals {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.woocommerce .cart-collaterals .cart_totals table {
  width: 100%;
  margin-bottom: 0;
}

.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals td {
  padding: 14px;
  font-size: 13px;
  border-top: none;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}

.woocommerce .cart-collaterals .cart_totals .order-total {
  font-weight: bold;
}

.woocommerce .cart-collaterals .cart_totals .checkout-button {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0;
  background: #deeef9;
  color: #3e3e3e;
  font-weight: 300;
  border-radius: 20px;
  display: -webkit-inline-box;
  padding: 10px 20px 10px 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce .cart-empty {
  text-align: center;
  padding: 40px;
}

.woocommerce .cart-empty .return-to-shop a {
  color: #007cba;
  text-decoration: none;
}


.dgwt-wcas-suggestions-wrapp {
  font-family: 'Rubik' !important;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-st {
  font-size: 13px;
  font-weight: 300;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp * {
  font-weight: 700;
  line-height: 13px;
  color: #232222;
  /* margin-top: -30px; */
}


.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
  background: #deeef9;
  color: #2d2d2d;
  margin-top: 20px;
  font-family: 'Rubik';
  font-weight: 700;
}

.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp,
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
  border-radius: 20px;
  margin-top: 5px;
}

.price_label span.from {
  font-weight: 700;
}

.price_label span.to {
  font-weight: 700;
}

i.yith-wcwl-icon.fa.fa-heart-o {
  background: #deeef9;
  color: #c74395;
  font-weight: 900;
  padding: 10px;
  border-radius: 50%;
}

a.add_to_wishlist.single_add_to_wishlist {
  font-size: 13px;
  color: #313131;
  font-family: 'Rubik';
  font-weight: 300;
}

.yith-wcwl-add-button {
  margin-top: 27px;
}

.yith-wcwl-wishlistaddedbrowse {
  font-size: 13px;
  color: #313131;
  margin-top: 27px;
  font-family: 'Rubik';
  font-weight: 300;
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  background: #deeef9;
  color: #c74395;
  font-weight: 900;
  padding: 10px;
  border-radius: 50%;
}


.yith-wcwl-wishlistaddedbrowse a {
  font-size: 13px;
  color: #c74395;
  margin-top: 27px;
  font-family: 'Rubik';
  font-weight: 300;
}

.yith-wcwl-wishlistexistsbrowse {
  font-size: 13px;
  margin-top: 27px;
  font-family: 'Rubik';
  font-weight: 300;
}

.yith-wcwl-wishlistexistsbrowse a {
  color: #c74395;
}

.gi-hero .gi-main-content .gi-slider-content .gi-main-slider .gi-slider .gi-slide-content .gi-slide-btn .gi-btn-1:hover {
  background: #c6e1f4;
}


.gi-animated-banner .gi-bnr-detail a:hover {
  background: #c6e1f4;
}

.woocommerce .cart-collaterals .cart_totals .checkout-button:hover {
  background: #c6e1f4;
  color: #17181c;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order:hover {
  background: #c74295;
  color: #ffffff;
}

.woocommerce-privacy-policy-text a {
  color: #c74395;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-radius: 14px;
  box-shadow: none;
  text-indent: 13px;
}

div#customer_details {
  margin-bottom: 40px;
}

li.wc_payment_method.payment_method_cod label {
  font-weight: 700;
  margin-top: 12px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #ffffff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #ffffff;
  color: #212121;
}

.woocommerce h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 18px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #deeef9;
  border-radius: 21px;
  padding: 37px;
}

a.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.alt {
  font-size: 13px;
  letter-spacing: 0;
  text-transform: inherit;
  color: #c74395;
  font-weight: 600;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  text-align: left;
  font-weight: 300;
  font-size: 14px;
}

.wishlist-title-container {
  display: none;
}

td.product-subtotal span.woocommerce-Price-amount.amount {
  font-weight: 800;
  font-size: 13px;
}

.cart_totals h2 {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 16px;
}

form.woocommerce-shipping-calculator a {
  font-size: 13px;
  color: #c74395;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  /* Удаление стандартной обводки */
  outline: none;
  border: none;

  /* Добавление подходящего фона и отступов */
  background-color: #deeef9;
  padding: 10px;

  /* Добавление границы и закругление углов */
  border: 1px solid #deeef9;
  border-radius: 21px;

  /* Добавление стилей при наведении на инпут */
  font-size: 13px;
  font-weight: 400;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 500;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce form .form-row input.input-text:hover,
.woocommerce form .form-row textarea:hover {
  /* Добавление стилей при наведении */
  border-color: #999;
}

table.shop_table.woocommerce-checkout-review-order-table th.product-name {
  font-weight: 500 !important;
}

input#ship-to-different-address-checkbox {
  height: auto;
  display: inline;
  padding-right: 10px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
  margin-left: 10px;
}

.gi-single-price {
  display: flex;
  flex-direction: row !important;
}

.original-price {
  font-size: 13px;
  text-decoration: line-through;
  margin-left: 10px;
}

table.shop_table.woocommerce-checkout-review-order-table th.product-total {
  font-weight: 500 !important;
}

/* Добавление стилей при фокусе на инпут */
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  /* Добавление стилей при фокусе */
  border-color: #c74395;
}

.main-about .row {
  row-gap: 10px;
}

.wpb_wrapper .woodmart-title-container a {
  color: #c74395;
}



@media (max-width:768px) {
  .gi-single-product .single-pro-desc-no-sidebar {
    margin-right: 0;
  }

  /* Стилизация корзины WooCommerce */
  .woocommerce table.shop_table {
    width: 100%;
    border-collapse: collapse;
  }

  .gi-ofr-banners .gi-bnr-body .gi-bnr-detail a {
    font-size: 12px;
  }

  a.header__favorite {
    position: relative;
    color: #fff;
    border-radius: 50%;
    background: #c74295;
    padding: 8px;
  }

  a.header__favorite i {
    color: #fff;
    font-size: 17px;
    line-height: 15px;
    display: block;
  }

  a.header__cart i {
    color: #fff;
    font-size: 17px;
    line-height: 15px;
    display: block;
  }

  a.header__cart {
    position: relative;
    color: #fff;
    border-radius: 50%;
    background: #c74295;
    padding: 8px;
  }

  nav.menu__body li {
    border-bottom: 1px solid #bbbbbb69;
  }

  nav.menu__body a {
    font-size: 15px;
    color: #151515;
    font-weight: 500;
    line-height: 41px;
  }

  ul.sub-menu a {
    font-size: 13px;
    font-weight: 300;
  }

  .menu__list .menu-item-has-children>.sub-menu {
    display: none;
  }


  .row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gi-single-product .single-pro-content .gi-single-price-stoke .gi-single-ps-title {
    margin-bottom: 8px !important;
  }

  .gi-single-product .single-pro-content .gi-single-title {
    font-size: 16px;
  }

  .lottie_anima {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: -31px;
  }

  video {
    max-height: 20vh;
  }

  .gi-animated-banner .gi-bnr-detail {
    padding: 20px;
  }

  .promotion .row {
    row-gap: 20px;
  }

  .gi-ofr-banners .gi-bnr-body .gi-bnr-detail {
    top: 60%;
    left: 20px;
  }

  .shop_table .item-details h3 {
    font-weight: 500;
    font-size: 15px;
    color: #272727;
  }

  .shop_table .item-details a {
    color: #272727;
  }

  .shop_table li {
    position: relative;
    color: #272727;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 20px;
  }


  .wishlist_table.images_grid li .item-details table.item-details-table,
  .wishlist_table.mobile li .item-details table.item-details-table,
  .wishlist_table.mobile li table.additional-info,
  .wishlist_table.modern_grid li .item-details table.item-details-table,
  .wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist,
  .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    margin-bottom: 0;
  }

  .wishlist_table.modern_grid li .item-details table.item-details-table,
  .wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist,
  .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    margin-top: 7px;
  }

  a.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.alt {
    font-size: 15px;
    letter-spacing: 0;
    background: #deeef9;
    color: #3e3e3e;
    font-weight: 300;
    border-radius: 20px;
    display: -webkit-inline-box;
    width: 100%;
    padding: 10px 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wishlist_table.mobile li .additional-info-wrapper .product-remove {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }

  .woocommerce table.shop_table td.product-name,
  .woocommerce table.shop_table td.product-price,
  .woocommerce table.shop_table td.product-quantity,
  .woocommerce table.shop_table td.product-subtotal,
  .woocommerce table.shop_table td.actions {
    width: 100%;
  }

  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }

  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    text-align: center !important;
  }

  .woocommerce table.shop_table td.product-thumbnail img {
    max-width: 100px;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    position: relative;
  }

  .woocommerce table.shop_table_responsive tbody tr .product-remove,
  .woocommerce-page table.shop_table_responsive tbody tr .product-remove {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
  }

  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    font-size: 12px;
  }

  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order:hover {
    justify-content: center;
  }

  .wpb_wrapper div {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .gi-animated-banner .gi-bnr-detail {
    padding: 12px;
  }

  .gi-animated-banner .gi-bnr-detail a {
    margin-top: 5px;
  }

  .gi-animated-banner .gi-bnr-detail h3 {
    font-size: 15px;
  }

  .gi-ofr-banners .gi-bnr-body .gi-bnr-detail {
    top: 60%;
    left: 20px;
  }

  .gi-ofr-banners .gi-bnr-body .gi-bnr-detail h5 {
    font-size: 18px !important;
  }

  .shop_table .item-details h3 {
    font-size: 13px;
  }

  ul.page-numbers {
    row-gap: 5px;
  }
}


.modal {}

.modal-dialog {}

.modal-dialog-centered {}

.modal-content {
  display: flex;
  justify-content: center;
  border-radius: 29px;
  align-items: center;
  flex-direction: column;
  max-width: 304px;
  background-color: #fff;
  padding: 26px;
  padding-bottom: 46px;
  padding-top: 40px;
  text-align: center;
}

.modal-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
  text-align: center;
  align-content: center;
}

.modal-title {
    text-align: center;
    font-weight: 800;
}

.close {}

.modal-body input[type="submit"] {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.modal-body p {
  margin: 0;
}
button.close {
  font-weight: 800;
  margin-left: 244px;
  position: absolute;
  margin-top: -67px;
  font-size: 21px;
  font-family: monospace;
}
.modal-body input {
  height: 45px;
  width: 100%;
  outline: none;
  background-color: #fff;
  padding: 10px;
  border: 2px solid #deeef9;
  border-radius: 21px;
  font-size: 13px;
  margin-bottom: 16px;
  font-weight: 400;
  color: #000;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.callback.gi-btn-2:hover{
  background: #c6e1f4;
color:#1c1c1c;
}


@media (max-width: 500px) {
  .modal-body input {
    height: 50px;
  }
}
.zen-ui-select__value:hover {
  outline: none;
  border: none;
  background-color: #deeef9;
  padding: 10px;
  border: 1px solid #deeef9;
  border-radius: 21px;
  font-size: 13px;
  font-weight: 200;
  margin-bottom: 9px;
  text-indent: 13px;
}
.zen-ui-select__value {
  outline: none;
  border: none;
  background-color: #deeef9;
  padding: 10px;
  border: 1px solid #deeef9;
  border-radius: 21px;
  font-size: 13px;
  font-weight: 200;
  margin-bottom: 9px;
  text-indent: 13px;
}

.wcus-checkout-fields {
  margin-top: 36px;
}

a.add_to_wishlist.single_add_to_wishlist {
  font-family: inherit!important;
}

input#dgwt-wcas-search-input-1 {
  font-family: inherit!important;
}

.category-description {
  margin-top: 60px;
}

th.woocommerce-product-attributes-item__label {
  font-size: 14px;
}

.woocommerce table.shop_attributes th {
  max-width: 200px;
}

.gi-single-attr {
  margin-top: 30px;
}


.features-single-product {
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr)) [2];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 30px;
}
.features-single-product__item {
  border-radius: 0.625rem;
  padding: 1.25rem;
}
.features-single-product__item:nth-child(1) {
  background-color: #fef2f2;
}
.features-single-product__item:nth-child(2) {
  background-color: #f0f9ff;
}
.features-single-product__item:nth-child(3) {
  background-color: #f0fdf4;
}
.features-single-product__item:nth-child(4) {
  background-color: #fffbeb;
}
.features-single-product__icon {
  font-size: 1.25rem;
}
.features-single-product__title {
  margin-top: 0.625rem;
  font-weight: 600;
  font-size: 1rem;
}
.features-single-product__descr {
  margin-top: 0.625rem;
  opacity: 0.6;
}

.single-product-scroll span.flags {
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.single-product-scroll span.sale {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #deeef9;
  color: #020202;
  letter-spacing: 0.5px;
  position: relative;
  border-radius: 13px;
}
ul.sitemap-list {
  display: flex;
  flex-direction: column;
}

li.sitemap-item a {
  color: #000;
  font-size: 14px;
}

li.sitemap-item {
  margin-bottom: 8px;
}
#chaty-widget-0 .chaty-widget {
  left: 88px!important;
  right: auto!important;
  bottom: 29px!important;
}
.chaty-tooltip.pos-left .on-hover-text, .chaty-tooltip.pos-left:after {
  top: 50%;
  left: calc(100% + 10px);
  transform: translate(-0.5em,-50%);
  right: auto;
}
@media (max-width:768px) {
  .callback_btn {
    right: 30px;
    left: auto;
    bottom: 170px;
}

#chaty-widget-0 .chaty-widget {
  right: 26px!important;
  left: auto!important;
  bottom: 85px!important;
}
}




hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}


pre {
	font-family: monospace; /* 1 */
	font-size: 1em; /* 2 */
}


abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration-style: dotted; /* 2 */
}


b,
strong {
	font-weight: 700;
}


code,
kbd,
samp {
	font-family: monospace; /* 1 */
	font-size: 1em; /* 2 */
}


small {
	font-size: 80%;
}


sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/
img {
	border-style: none;
}

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}


ul {
    list-style-type: disc;
    padding-left: 1em;
    margin-bottom: 1em;
}
li {
    margin-bottom: 0.5em;
}

ul.cat_terms li {
  list-style: none;
  padding-left: 0;
}

.woocommerce .woocommerce-ordering {
  margin: 0;
}

ul.product-categories li {
  list-style: none;
}

ul.align-itegi-center {
  padding-left: 0;
}

.woocommerce .widget_price_filter .price_slider_amount {
  display: flex;
  text-align: right;
  line-height: 2.4;
  font-size: .8751em;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
  font-size: 15px;
  letter-spacing: 0;
  background: #deeef9;
  color: #3e3e3e;
  font-weight: 300;
  border-radius: 20px;
  display: -webkit-inline-box;
  padding: 10px 29px 10px 30px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

button.single_add_to_cart_button.button.alt {
  font-size: 15px;
  letter-spacing: 0;
  background: #deeef9;
  color: #3e3e3e;
  font-weight: 300;
  border-radius: 20px;
  display: -webkit-inline-box;
  padding: 10px 29px 10px 30px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-variation-add-to-cart {
  DISPLAY: flex;
}

.woocommerce-variation-price {
  display: none;
}
a.reset_variations {
  font-size: 11px;
  margin-left: 18px;
}
button.single_add_to_cart_button.button.alt:hover {
  background: #d1e8f7;
  color: #000;
}
table.variations {
  margin-bottom: 20px;
}

table.variations label {
  margin-right: 20px;
  font-size: 14px;
}

@media (max-width: 29.99875em) {
.features-single-product {
    -ms-grid-columns: (minmax(0, 1fr)) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.woocommerce-message {
    font-size: 11px;
}
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 999;
}

.side-panel {
  position: fixed;
  top: 50px;
  left: -333px; /* Начальное положение за пределами экрана */
  padding-top: 37px;
  padding-right: 25px;
  padding-left: 19px;
  width: 333px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  transition: left 0.3s ease-in-out;
  z-index: 1200;
}

.side-panel.open {
  left: 0; /* Открывает панель */
}

.action-button {
  position: fixed;
  bottom: 0px;
  gap: 7px;
  font-size: 13px;
  height: 60px;
  display: flex;
  width: 100%;
  padding: 11px;
  border-radius: 0;
  left: 0;
  color: #000;
  font-weight: 700;
  background: #deedf9;
  z-index: 999;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#closePanel {
  position: absolute;
  top: 11px;
  right: 0;
  border-radius: 7px;
  left: 269px;
  font-size: 22px;
  width: 33px;
  height: 33px;
  line-height: 0px;
  font-weight: 700;
}

@keyframes pulse {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.008);
  }
  100% {
      transform: scale(1);
  }
}

.gi-single-product .single-pro-content .gi-single-qty .gi-single-cart .gi-btn-1 {
  animation: pulse 2s infinite ease-in-out;
}

.related__container.swiper-cat__container {
  margin-bottom: 53px;
}

.gi-single-product .single-pro-content .gi-single-qty .gi-single-cart .gi-btn-1:after {
  content: "";
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
  background-color: rgba(255,255,255,.4);
  border-radius: 100px;
  width: 74px;
  height: 74px;
  z-index: 100;
  -webkit-animation: pulseBlob 1.5s 1s infinite linear;
  animation: pulseBlob 1.5s 1s infinite linear;
}

@keyframes pulseBlob {
0% {
    transform: scale(.2);
    opacity: 0
}

33% {
    transform: scale(1);
    opacity: 1
}

100% {
    transform: scale(3);
    opacity: 0
}
}



@media (max-width: 420px) {
.gi-product-inner .gi-pro-image .image img {
    z-index: 1;
    max-width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    min-width: auto;
    max-height: max-content;
    width: 235px;
    width: 100%;
    object-fit: contain;
    max-height: 190px;
    min-height: 190px;
    object-position: center;
    display: block!important;
    opacity: 1!important;
}
  @charset "UTF-8";

/*===== Commen css =====*/
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: 400;
  -webkit-user-select: none;
  -gi-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h1 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01rem;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  letter-spacing: 0.01rem;
}

p,
li,
span {
  letter-spacing: 0.02rem;
}

p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
}

ul {
  margin: 0;
  padding: 0;
}



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

.gi-flash:after {
  content: "";
  width: 2000px;
  height: 2000px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: gi-flash 3s ease-in-out infinite;
  animation: gi-flash 3s ease-in-out infinite;
  z-index: 99;
}

@-webkit-keyframes gi-flash {
  0% {
    -webkit-transform: translateX(-100%) rotate(45deg);
    transform: translateX(-100%) rotate(45deg);
  }

  100% {
    -webkit-transform: translateX(100%) rotate(45deg);
    transform: translateX(100%) rotate(45deg);
  }
}


/* Spaccing */
.m-r-5px {
  margin-right: 5px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.padding-tb-80 {
  padding: 80px 0;
}

.padding-tb-40 {
  padding: 40px 0;
}

.padding-tb-80 {
  padding: 80px 0;
}

.padding-t-40 {
  padding-top: 40px;
}

.padding-b-40 {
  padding-bottom: 40px;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-tb-40 {
  margin: 40px 0;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-b-minus-24px {
  margin-bottom: -24px;
}

.m-b-minus-15px {
  margin-bottom: -15px;
}

.m-tb-minus-12 {
  margin-top: -12px;
  margin-bottom: -12px;
}

.m-minus-15 {
  margin: -15px;
}

.m-minus-12 {
  margin: -12px;
}

.m-minus-lr-12 {
  margin-left: -12px;
  margin-right: -12px;
}

.p-tp-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.m-tp-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* Buttons */
button {
  background: transparent;
  border: 0;
}

.custom-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 130px;
  height: 40px;
  color: #fff;
  padding: 10px 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
}

.gi-btn,
.gi-btn-1 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  color: #fff;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #4b5966;
  border: 1px solid #5caf90;
  position: relative;
  border-radius: 5px;
}

.btn-disabled {
  pointer-events: none;
  background-color: #555 !important;
}

.gi-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #5caf90;
  color: #fff;
}

.gi-btn:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.gi-btn-1 {
  padding: 10px 15px;
  background-color: #4b5966;
  color: #fff;
  border: 0;
}

.gi-btn-1:hover {
  background-color: #5caf90;
  color: #fff;
}

.gi-btn-2 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  background-color: #5caf90;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.gi-btn-2:hover {
  background-color: #4b5966;
  color: #fff;
}

.gi-btn-3 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
}

.gi-btn-3:hover {
  background-color: #fff;
  color: #777;
  border: 1px solid #fff;
}

.gi-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
}

.gi-box {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  padding: 30px;
  border-radius: 0px;
  background: #fff;
}

.gi-btn:active {
  -webkit-box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.img-responsive {
  max-width: 100%;
  display: block;
}

input {
  height: 50px;
  outline: none;
}

.border-r {
  border-right: 10px dashed #fff;
}

.qty {
  max-width: 45px;
  text-indent: 6px;
}

.main-bg {
  height: 100%;
  background: #5caf90;
}

.gi-row {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-bg {
  background-color: #fff;
}

.section-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 5;
}

.section-title .section-detail h2 {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 38px;
  font-weight: 600;
  color: #4b5966;
  position: relative;
  display: inline;
  padding: 0;
  text-transform: capitalize;
  line-height: 1;
  font-family: 'Rubik', sans-serif;
}

.section-title .section-detail h2 span {
  color: #5caf90;
}

.section-title .section-detail p {
  max-width: 400px;
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #777;
  line-height: 18px;
}

.section-title .title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-title .title-link a {
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title .title-link a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 18px;
  margin-left: 10px;
  color: #777;
}

.section-title .title-link a:hover {
  color: #5caf90;
}

.section-title .title-link a:hover i {
  color: #5caf90;
}

.section-title-2 {
  margin-bottom: 20px;
  padding-bottom: 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;
  z-index: 5;
}

.section-title-2 h2 {
  margin-bottom: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  color: #4b5966;
  position: relative;
  display: inline;
  padding: 0;
  text-transform: capitalize;
  line-height: 1;
}

.section-title-2 h2 span {
  color: #5caf90;
}

.section-title-2 p {
  max-width: 400px;
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #777;
  text-align: center;
  line-height: 23px;
}

.section-title-3 {
  padding-bottom: 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;
  z-index: 5;
}

.section-title-3 h2 {
  margin-bottom: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  line-height: 38px;
  font-weight: 600;
  color: #4b5966;
  position: relative;
  display: inline;
  padding: 0;
  text-transform: capitalize;
  line-height: 1;
}

.section-title-3 h2 span {
  color: #5caf90;
}

.section-title-3 p {
  max-width: 400px;
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #777;
  text-align: center;
  line-height: 23px;
}

section {
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.show-section {
  display: block !important;
}

.hide-section {
  z-index: 7;
  -webkit-transform: translate3d(0px, -100%, 0px);
  transform: translate3d(0px, -100%, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#overlay_shine {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  top: 0px;
  left: -50%;
  width: 200%;
  height: 100%;
  -webkit-transform: rotate(-30deg) translateY(-150%);
  transform: rotate(-30deg) translateY(-150%);
}

#gi-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  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;
}

#gi-overlay .loader {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

#gi-overlay .loader:after {
  content: "";
  width: 10em;
  height: 10em;
  position: absolute;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  border: 6px solid rgba(92, 175, 144, 0.19);
}

#gi-overlay .loader {
  margin: 45px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 6px dotted transparent;
  border-right: 6px dotted transparent;
  border-bottom: 6px dotted transparent;
  border-left: 6px dotted #4b5966;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.gi-cursor {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #5caf90;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 15px), -50%);
  transform: translate(calc(-50% + 15px), -50%);
  -webkit-animation: morphing-image 10s linear infinite forwards;
  animation: morphing-image 10s linear infinite forwards;
  z-index: 9999;
}

.gi-cursor-2 {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #5caf90;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 9999;
}

.gi-hover-cursor {
  width: 50px;
  height: 50px;
  background-color: #5caf90;
  border: 0;
  opacity: 0.5;
  z-index: 9999;
}

.gi-cursorinnerhover {
  width: 30px;
  height: 30px;
  opacity: 0.5;
  z-index: 9999;
}

@-webkit-keyframes morphing-image {
  0% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }

  10% {
    border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
  }

  20% {
    border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
  }

  30% {
    border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
  }

  40% {
    border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
  }

  50% {
    border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
  }

  60% {
    border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
  }

  70% {
    border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
  }

  80% {
    border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
  }

  90% {
    border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
  }

  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}

@keyframes morphing-image {
  0% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }

  10% {
    border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
  }

  20% {
    border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
  }

  30% {
    border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
  }

  40% {
    border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
  }

  50% {
    border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
  }

  60% {
    border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
  }

  70% {
    border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
  }

  80% {
    border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
  }

  90% {
    border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
  }

  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}

.gicon {
  color: #4b5966;
}

i.gicon.gi-star.fill {
  color: #f27d0c;
}

.modal-dialog {
  height: 100%;
  margin: 0% auto;
  max-width: 960px;
  width: 960px;
  padding: 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gi-wish-notify,
.gi-compare-notify,
.gi-cart-notify {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 99;
}

.gi-wish-notify p,
.gi-compare-notify p,
.gi-cart-notify p {
  padding: 15px 20px;
  background-color: #fff;
  font-size: 14px;
  color: #4b5966;
  border-bottom: 5px solid #5caf90;
  border-radius: 5px;
  display: block;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}

.gi-wish-notify p i,
.gi-compare-notify p i,
.gi-cart-notify p i {
  margin-right: 5px;
}

.gi-wish-notify a,
.gi-compare-notify a,
.gi-cart-notify a {
  color: #5caf90;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gi-wish-notify a:hover,
.gi-compare-notify a:hover,
.gi-cart-notify a:hover {
  color: #4b5966;
}

/**  Pagination  **/
.gi-pro-pagination {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eee;
}

.gi-pro-pagination span {
  font-size: 14px;
  color: #777;
}

.gi-pro-pagination ul li {
  display: inline-block;
  float: left;
}

.gi-pro-pagination ul li:not(:last-child) {
  margin-right: 5px;
}

.gi-pro-pagination ul li span {
  width: 20px;
  color: #777;
  display: block;
  text-align: center;
}

h2.widget-title {
  font-size: 15px;
  color: #000;
  padding-bottom: 9px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
}

.gi-sidebar-block section {
  margin-bottom: 30px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 20px;
}

ul.product-categories li a {
  color: #181818;
}

ul.product-categories li {
  padding-bottom: 10px;
}

span.product-title {
  color: #3c3c3c;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 9px;
  display: block;
}

ul.product_list_widget li {
  padding-bottom: 20px !important;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px !important;
}

.gi-sidebar-block section:last-child {
  border-bottom: none;
}

.gi-pro-pagination ul li a {
  width: 32px;
  height: 32px;
  padding: 0;
  font-weight: 300;
  color: #777;
  line-height: 32px;
  background: #eee;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.gi-pro-pagination ul li a:hover {
  color: #fff;
  background-color: #5caf90;
}

.gi-pro-pagination ul li a:hover i {
  color: #fff;
}

.gi-pro-pagination ul li a.next {
  width: auto;
  padding: 0 13px;
  color: #fff;
  background-color: #5caf90;
  line-height: 30px;
}

.gi-pro-pagination ul li a.next i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  color: #fff;
}

.gi-pro-pagination ul li a.next:hover i {
  color: #fff;
}

.gi-pro-pagination ul li a.active {
  color: #fff;
  background-color: #5caf90;
}

/** Back to top button **/
.gi-back-to-top {
  display: inline-block;
  background-color: #4b5966;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 16;
  border: 1px solid #fff;
}

.gi-back-to-top:after {
  content: "\f062";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
}

.gi-back-to-top:hover {
  cursor: pointer;
  background-color: #000;
  opacity: 1;
}

.gi-back-to-top:active {
  background-color: #555;
}

.gi-back-to-top.show {
  opacity: 0.8;
  visibility: visible;
}

/*-------------------------------------------------
  Breadcrumb Style CSS
---------------------------------------------------*/
.gi-breadcrumb .gi_breadcrumb_inner {
  margin: 0;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  text-align: center;
  font-size: 13px;
}
.aioseo-breadcrumbs {
    margin-top: 15px;
}
.gi-breadcrumb .gi-breadcrumb-title {
  text-decoration: none;
  color: #0a0a0a;
  display: block;
  text-align: center;
  font-size: 24px;
  font-family: 'Rubik', sans-serif;
  line-height: 22px;
  font-weight: 800;
  margin: 0 auto;
}

.gi-breadcrumb-list {
  text-align: right;
}

.gi-breadcrumb-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  line-height: 1.2;
  text-transform: capitalize;
}

.gi-breadcrumb-list li a {
  position: relative;
  color: #4b5966;
}

.gi-breadcrumb-list li.active {
  color: #5caf90;
}

.gi-breadcrumb-list .gi-breadcrumb-item.active::before {
  color: #5caf90;
}

.gi-breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-breadcrumb-item+.gi-breadcrumb-item {
  padding-left: 7px;
}

.gi-breadcrumb-item+.gi-breadcrumb-item::before {
  display: inline-block;
  padding-right: 7px;
  color: #4b5966;
  content: "\f105";
  font-family: "gIcons";
  font-size: 15px;
}

/*===== Cart sideabr css =====*/
.gi-open-cart {
  overflow: hidden;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
}

.gi-open-cart:before {
  height: 100%;
  width: 100;
  background: #000;
  opacity: 0.7;
  position: absolute;
  z-index: 998;
  content: "";
}

.gi-side-cart-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 17;
}

.gi-side-cart {
  width: 350px;
  height: 100%;
  padding: 15px 20px 0 20px;
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 17;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  opacity: 0;
}

.gi-side-cart::-webkit-scrollbar {
  width: 12px !important;
  height: 10px !important;
  padding: 8px !important;
}

.gi-side-cart::-webkit-scrollbar-track {
  width: 12px !important;
  background-color: #4b5966 !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
}

.gi-side-cart::-webkit-scrollbar-thumb {
  background-color: #4b5966 !important;
  border-radius: 10px !important;
  border: 3px solid #fff !important;
}

.gi-side-cart::-webkit-scrollbar-thumb:hover {
  background-color: #5caf90 !important;
}

.gi-side-cart .text-right {
  font-weight: 700;
}

.gi-side-cart .gi-cart-inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gi-side-cart .gi-cart-inner .gi-cart-title {
  width: 100;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gi-side-cart .gi-cart-inner .gi-cart-title .cart_title {
  font-size: 15px;
  color: #4b5966;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
}

.gi-side-cart .gi-cart-inner .gi-cart-title .gi-cart-close {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 20px;
  color: #4b5966;
}

.gi-side-cart .gi-cart-inner .gi-cart-title .gi-cart-close i {
  font-size: 20px;
  line-height: 0;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li {
  margin-bottom: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-img img {
  width: 100%;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content {
  position: relative;
  -webkit-box-flex: 1;
  -gi-flex: 1 0 70%;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  padding-left: 15px;
  overflow: hidden;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .cart-pro-title {
  width: 100%;
  padding-right: 30px;
  text-decoration: none;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .cart-price {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .cart-price span {
  color: #777;
  font-weight: 600;
  font-size: 16px;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .remove {
  line-height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 0 10px;
  color: red;
  font-size: 22px;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .qty-plus-minus {
  border: 1px solid #eeeeee;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 0;
  margin-top: 7px;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .qty-plus-minus .dec.ms_qtybtn {
  border-right: 1px solid #eeeeee;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content .qty-plus-minus .gi-qtybtn {
  width: 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;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #777;
}

.gi-side-cart .gi-cart-inner .gi-cart-pro-items li .gi-pro-content input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #777;
  float: left;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}

.gi-side-cart .gi-cart-inner .gi-cart-bottom .cart_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.gi-side-cart .gi-cart-inner .gi-cart-bottom .cart_btn a {
  width: 48%;
  height: 40px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 15px;
  line-height: 22px;
}

.gi-side-cart .gi-cart-inner .gi-cart-bottom .cart-sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 8px;
  border-top: 1px solid #eeeeee;
  margin: 20px 0 0 0px;
}

.gi-side-cart .gi-cart-inner .gi-cart-bottom .cart-sub-total table {
  margin: 10px 0 0 0;
}

.gi-side-cart .gi-cart-inner .gi-cart-bottom .cart-sub-total table tr td {
  border: none;
  color: #777;
}

.gi-side-cart .gi-cart-inner .gi-cart-bottom .cart-sub-total table tr td.text-left {
  font-weight: 500;
}

.gi-side-cart .gi-cart-inner .gi-cart-bottom .cart-sub-total table tr td.text-right {
  text-align: right;
}

/* Responsive css */
@media (max-width: 480px) {
  .gi-side-cart {
    width: 300px;
  }
}

/*=======  Quick View ========*/
.quickview-modal {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.quickview-modal .qty_close {
  width: 5px;
  height: 5px;
  background: url("../img/icons/close.svg");
  background-size: 100%;
}

.quickview-modal .modal-body {
  padding: 30px;
}

.quickview-modal .modal-content .single-pro-img {
  height: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}

.quickview-modal .modal-content .single-pro-img .single-product-scroll {
  height: 100%;
}

.quickview-modal .modal-content .single-pro-img .single-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qty-nav-thumb {
  margin-bottom: -5px;
  padding: 0 40px;
}

.qty-nav-thumb .slick-slider:hover .slick-prev,
.qty-nav-thumb .slick-slider:hover .slide-arrow.prev-arrow {
  opacity: 1 !important;
}

.quickview-pro-content .gi-quick-title a {
  margin: 0 0 15px 0;
  display: block;
  color: #4b5966;
  font-size: 22px;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 500;
}

.quickview-pro-content p {
  font-size: 14px;
  color: #777;
  margin: 0 0 12px;
  font-weight: 600;
}

.quickview-pro-content p span {
  font-weight: 400;
}

.quickview-pro-content .quickview-para {
  font-weight: 400;
  color: #777;
  line-height: 26px;
}

.quickview-pro-content .gi-quickview-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.quickview-pro-content .gi-quickview-rating i {
  margin-right: 5px !important;
}

.quickview-pro-content .gi-quickview-desc {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
  color: #777;
  font-weight: 300;
}

.quickview-pro-content .gi-quickview-price {
  padding: 5px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.quickview-pro-content .gi-quickview-price span.old-price {
  font-size: 18px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #777;
}

.quickview-pro-content .gi-quickview-price span.new-price {
  color: #4b5966;
  font-weight: 700;
  font-size: 22px;
}

.quickview-pro-content .gi-pro-variation .gi-pro-variation-content ul li {
  height: 22px;
  padding: 2px 8px;
  cursor: pointer;
  border: 1px solid #eeeeee;
  color: #777;
  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;
  font-size: 12px;
  line-height: 22px;
  border-radius: 3px;
  font-weight: 400;
}

.quickview-pro-content .gi-pro-variation .gi-pro-variation-content ul li a {
  color: #777;
}

.quickview-pro-content .gi-pro-variation .gi-pro-variation-content ul li:hover a {
  color: #fff;
}

.quickview-pro-content .gi-pro-variation .gi-pro-variation-content ul li.active {
  background-color: #5caf90 !important;
  color: #fff !important;
  border-color: #5caf90 !important;
}

.quickview-pro-content .gi-pro-variation .gi-pro-variation-content ul li.active a {
  color: #fff;
}

.quickview-pro-content .pro-details-list {
  padding: 0 0 30px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #17181c;
  display: inline-block;
  width: 100;
  color: #777;
}

.quickview-pro-content .pro-details-list .gi-quickview-desc {
  font-weight: 400;
  color: #777;
  line-height: 24px;
  margin: 0;
}

.quickview-pro-content .pro-details-list li {
  display: block;
  width: 100;
  line-height: 24px;
}

.quickview-pro-content .gi-quickview-qty {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 15px 0 0 0;
  width: 100;
}

.quickview-pro-content .gi-quickview-qty .qty-plus-minus {
  width: 100px;
  height: 43px;
  padding: 0;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
}

.quickview-pro-content .gi-quickview-qty .qty-plus-minus .gi-qtybtn {
  width: 30px;
  height: 100%;
  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;
  cursor: pointer;
  color: #777;
}

.quickview-pro-content .gi-quickview-qty .qty-plus-minus input.qty-input {
  width: 40px;
  height: 50px;
  margin: 0;
  padding: 0;
  background: transparent none repeat scroll 0 0;
  color: #777;
  font-size: 14px;
  border: medium none;
  text-align: center;
  outline: none;
}

.quickview-pro-content .gi-quickview-qty .gi-quickview-cart .gi-btn-1 {
  margin: 0 0 0 15px;
  padding: 10px 15px;
  border-radius: 3px;
}

.quickview-pro-content .gi-quickview-qty .gi-quickview-cart .gi-btn-1 svg {
  margin-right: 8px;
}

.quickview-pro-content .gi-quickview-qty .gi-quickview-cart .gi-btn-1 .svg_img.pro_svg {
  display: none;
}

@media only screen and (max-width: 991px) {
  .quickview-pro-content .gi-quick-title a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 720px;
    width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 80%;
    height: auto;
    max-width: 100%;
    padding: 35px 0;
    margin: 0 auto;
  }

  .modal-dialog .qty-product-cover {
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .modal-dialog .qty-nav-thumb {
    max-width: 420px;
    margin: 0 auto;
  }

  .quickview-pro-content {
    margin-top: 5px;
  }

  .quickview-pro-content .gi-quick-title a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .modal-dialog {
    width: 90%;
  }

  .quickview-pro-content {
    margin-top: 5px;
  }

  .quickview-pro-content .gi-quick-title a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 360px) {
  .quickview-modal .modal-body {
    padding: 15px;
  }

  .quickview-modal button.btn-close.qty_close {
    right: 5px;
    top: 5px;
  }
}

/*-------------------------------------------------
    Site Header Section
---------------------------------------------------*/
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  max-width: 150px;
  font-size: 14px;
  line-height: 28px;
  color: #777;
}

.bootstrap-select .form-control {
  min-height: 35px !important;
  height: 35px !important;
}

.bootstrap-select .btn-light {
  background-color: transparent;
  border-color: transparent;
}

.bootstrap-select .btn-light:focus,
.bootstrap-select .btn-light:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}

.bootstrap-select .dropdown-menu li a span.text {
  margin-right: 34px;
  font-size: 13px;
  color: #777;
}

.bootstrap-select .dropdown-menu .dropdown-item.active,
.bootstrap-select .dropdown-menu .dropdown-item:active {
  background-color: #5caf90;
}

.bootstrap-select .dropdown-menu .dropdown-item.active span,
.bootstrap-select .dropdown-menu .dropdown-item:active span {
  color: #fff;
}

.bootstrap-select .bs-actionsbox {
  padding: 8px;
}

.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
  font-size: 12px;
  color: #5caf90;
  font-weight: 500;
  border: 1px solid #eee;
}

.bootstrap-select .bs-actionsbox .btn-group button:hover {
  color: #4b5966;
}

.bootstrap-select .bs-ok-default:after {
  content: "✔";
  display: inline-block;
  color: #777;
  border: none;
  -webkit-transform: none;
  transform: none;
}

.gi-header {
  background-color: #fff;
  z-index: 14;
  position: relative;
}

.header-top {
  padding: 10px 0;
  color: #777;
  background-color: #f8f8fb;
}

.header-top .header-top-message {
  font-size: 13px;
}

.header-top-right-inner>div {
  padding-left: 20px;
}

.header-top-right-inner>div:last-child {
  padding-right: 0;
  border: none;
}

.header-top-right-inner>div a {
  color: #fff;
}

.header-top-right-inner>div a:hover {
  color: #5caf90;
}

.header-top-social ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top-social ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}

.header-top-social ul li a {
  margin: 0 5px;
  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;
  font-size: 15px;
}

.header-top-social ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #777;
}

.header-top-social ul li:hover i {
  color: #5caf90;
}

.header-top-social ul li.list-inline-item:not(:last-child) {
  margin-right: 15px;
}

.gi-help {
  padding-left: 20px;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.7px;
  font-weight: 400;
}

.gi-help:hover {
  color: #5caf90;
}

.header-top-lan-curr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-top-lan-curr .dropdown .dropdown-toggle {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  border: none;
  letter-spacing: 0.7px;
}

.header-top-lan-curr .dropdown .dropdown-toggle i {
  font-size: 14px;
  margin-left: 2px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-top-lan-curr .dropdown .dropdown-toggle::after {
  display: none;
}

.header-top-lan-curr .dropdown .dropdown-toggle:hover {
  color: #5caf90;
}

.header-top-lan-curr .dropdown .dropdown-toggle:hover i {
  color: #5caf90;
}

.header-top-lan-curr .dropdown .dropdown-menu {
  margin: 0;
  top: 32px !important;
  left: auto !important;
  right: 0 !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0 10px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.header-top-lan-curr .dropdown .dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.header-top-lan-curr .dropdown .dropdown-menu li:last-child {
  border: none;
}

.header-top-lan-curr .dropdown .dropdown-menu .dropdown-item {
  padding: 7px;
  color: #4b5966;
  font-size: 14px;
  background: transparent;
}

.header-top-lan-curr .dropdown .dropdown-menu .dropdown-item:hover {
  color: #5caf90;
}

.header-top-lan-curr .dropdown .dropdown-menu li.active .dropdown-item {
  color: #5caf90;
}

.header-top-lan-curr.dropdown .dropdown-toggle {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #777;
  border: none;
  letter-spacing: 0.7px;
}

.header-top-lan-curr.dropdown .dropdown-toggle i {
  font-size: 14px;
  margin-left: 5px;
  color: #777;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top-lan-curr.dropdown .dropdown-toggle::after {
  display: none;
}

.header-top-lan-curr.dropdown .dropdown-toggle:hover {
  color: #5caf90;
}

.header-top-lan-curr.dropdown .dropdown-toggle:hover i {
  color: #5caf90;
}

.header-top-lan-curr.dropdown .dropdown-menu {
  margin: 0;
  top: 32px !important;
  left: auto !important;
  right: 0 !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0 10px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.header-top-lan-curr.dropdown .dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.header-top-lan-curr.dropdown .dropdown-menu li:last-child {
  border: none;
}

.header-top-lan-curr.dropdown .dropdown-menu .dropdown-item {
  padding: 7px;
  color: #4b5966;
  font-size: 14px;
  background: transparent;
}

.header-top-lan-curr.dropdown .dropdown-menu .dropdown-item:hover {
  color: #5caf90;
}

.header-top-lan-curr.dropdown .dropdown-menu li.active .dropdown-item {
  color: #5caf90;
}

.gi-header-bottom {
  padding: 30px 0;
}

.gi-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-logo {
  text-align: left;
}

.header-logo img {
  width: 144px;
}

.col.gi-header-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 13.8%;
  flex: 0 0 13.8%;
}

.header_svg {
  width: 26px;
  height: 26px;
  fill: #4b5966;
}

.svg_cat {
  width: 23px;
  height: 23px;
}

.gi-header-wishlist {
  position: relative;
}

.gi-header-wishlist .header_svg {
  width: 27px;
  height: 27px;
}

.gi-header-user .header_svg {
  width: 30px;
  height: 30px;
}

.gi-header-bottons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gi-header-bottons .gi-acc-drop {
  position: relative;
}

.gi-header-bottons .gi-acc-drop:hover .gi-dropdown-menu {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}

.gi-header-bottons .gi-acc-drop .gi-dropdown-menu {
  min-width: 150px;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
  display: block;
  border-radius: 5px;
}

.gi-header-bottons .gi-acc-drop .gi-dropdown-menu a {
  padding: 8px 20px;
  font-size: 13px;
  color: #777;
}

.gi-header-bottons .gi-acc-drop .gi-dropdown-menu a:hover {
  background: transparent;
  color: #5caf90;
}

.gi-header-bottons .gi-header-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #4b5966;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-header-bottons .gi-header-btn:not(:last-child) {
  margin-right: 30px;
}

.gi-header-bottons .gi-header-btn .header-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-header-bottons .gi-header-btn .header-icon .main-label-note-new {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #ec716d;
  border-radius: 50%;
  cursor: default;
  display: none;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-animation: wave-animate 1s 1.5s infinite ease-out;
  animation: wave-animate 1s 1.5s infinite ease-out;
}

@-webkit-keyframes wave-animate {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}

@keyframes wave-animate {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}

.gi-header-bottons .gi-header-btn .gi-header-count {
  width: 15px;
  height: 15px;
  color: #fff;
  background-color: #17181c !important;
  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%;
  font-size: 11px;
  position: absolute;
  top: -2px;
  right: -6px;
  opacity: 0.8;
}

.gi-header-bottons .gi-header-btn:hover {
  color: #5caf90;
}

.gi-header-bottons .gi-header-btn:hover .gi-header-count {
  color: #f8f8fb;
}

.gi-header-bottons .gi-header-btn:hover .gi-btn-title {
  color: #5caf90;
}

.gi-header-bottons .gi-header-btn:hover .header_svg {
  fill: #5caf90;
}

.gi-header-bottons .gi-header-btn i {
  font-size: 24px;
  line-height: 17px;
}

.gi-header-bottons .gi-header-btn .header_svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gi-header-bottons .gi-header-btn .gi-btn-stitle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  color: #4b5966;
  line-height: 1;
}

.gi-header-bottons .gi-header-btn.gi-side-toggle {
  padding-right: 0;
}

.gi-header-bottons .gi-header-btn.dropdown-toggle::after {
  display: none;
}

.gi-header-bottons .gi-btn-title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  line-height: 1;
  color: #777;
  margin-bottom: 6px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  font-weight: 500;
}

.gi-btn-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
  margin-left: 10px;
}

div#gi-main-menu-desk {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.gi-main-menu ul {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.gi-main-menu ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 20px;
}

.gi-main-menu ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  line-height: 60px;
  text-decoration: none;
  text-transform: capitalize;
  color: #4b5966;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
}

.gi-main-menu ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
  font-size: 18px;
  color: #4b5966;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-main-menu ul li:hover>a {
  color: #5caf90;
}

.gi-main-menu ul li:hover>a:after {
  color: #5caf90;
}

.gi-main-menu ul li:hover>a .svg_img path {
  fill: #5caf90;
}

.gi-main-menu ul li .mega-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-top: 15px;
  position: absolute;
  background: #fff;
  padding: 0 0 0 30px !important;
  opacity: 0;
  visibility: hidden;
  left: 0;
  z-index: 15;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
  overflow: hidden;
}

.gi-main-menu ul li .mega-menu li ul {
  padding: 15px 0;
}

.gi-main-menu ul li .mega-menu li .mega-block {
  width: calc(25% - 30px);
  margin-right: 30px;
}

.gi-main-menu ul li .mega-menu li .mega-block li.menu_title a {
  color: #5caf90;
  font-size: 15px;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 5px;
  height: auto;
}

.gi-main-menu ul li .mega-menu li .mega-block li.menu_title a:hover {
  color: #5caf90;
}

.gi-main-menu ul li .mega-menu li .mega-block li {
  border: 0 !important;
}

.gi-main-menu ul li .mega-menu li .mega-block li a {
  color: #777;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 400;
  font-size: 13px;
  display: block;
  padding: 5px 0;
  border: 0;
  height: auto;
}

.gi-main-menu ul li .mega-menu li .mega-block li a:hover {
  color: #5caf90;
}

.gi-main-menu ul li .mega-menu ul.gi-main-banner {
  margin-top: 20px;
}

.gi-main-menu ul li .mega-menu ul.gi-main-banner li {
  width: 25%;
  padding-right: 30px;
}

.gi-main-menu ul li .mega-menu ul.gi-main-banner li a {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  height: auto;
}

.gi-main-menu ul li.drop-list {
  margin-right: 30px !important;
}

.gi-main-menu ul li.dropdown {
  position: relative;
}

.gi-main-menu ul li.dropdown ul.sub-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 15px 0 0 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  min-width: 205px;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  display: block;
  border-radius: 5px;
  border: 1px solid #eee;
}

.gi-main-menu ul li.dropdown ul {
  padding-top: 5px;
  padding-bottom: 5px;
}

.gi-main-menu ul li.dropdown ul li.active a {
  color: #5caf90;
}

.gi-main-menu ul li.dropdown ul li.active a i {
  color: #5caf90;
}

.gi-main-menu ul li.dropdown ul li {
  padding: 0;
  margin: 0;
  display: block;
}

.gi-main-menu ul li.dropdown ul li:hover>a {
  color: #5caf90;
}

.gi-main-menu ul li.dropdown ul li:hover>a i {
  color: #5caf90;
}

.gi-main-menu ul li.dropdown ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  line-height: 20px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 13px;
  color: #777;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-main-menu ul li.dropdown ul li a:hover {
  color: #5caf90;
}

.gi-main-menu ul li.dropdown ul li a:hover i {
  color: #5caf90;
}

.gi-main-menu ul li.dropdown ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #777;
  position: absolute;
  right: 2px;
}

.gi-main-menu ul li.dropdown ul li:first-child {
  border-top: none;
}

.gi-main-menu ul li.dropdown li.position-static {
  position: relative !important;
}

.gi-main-menu ul li.dropdown li.position-static:hover .sub-menu.sub-menu-child {
  margin: -5px 0 0 0;
  opacity: 1;
  visibility: visible;
}

.gi-main-menu ul li.dropdown ul.sub-menu.sub-menu-child {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 30px 0 0 0;
  left: 100% !important;
  opacity: 0;
  visibility: hidden;
  top: 0;
}

.gi-main-menu ul li.dropdown:hover .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.gi-main-menu ul li.dropdown:hover .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.gi-main-menu ul .dropdown-arrow {
  position: relative !important;
}

.gi-main-menu ul .dropdown-arrow i {
  /* position: absolute; */
  /* right: -27px; */
  font-size: 18px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.gi-main-menu ul li.active>a {
  color: #5caf90;
}

.gi-main-menu>ul>li:hover>a:before {
  background: #5caf90;
  width: 100%;
}

.gi-main-menu>ul>li:hover>a i {
  color: #5caf90;
}

.gi-main-menu>ul>li>a:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  width: 0;
  margin: 0 auto;
  background: transparent;
  left: 0;
  right: auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gi-main-menu>ul>li.active>a:before {
  background: #5caf90;
  width: 100%;
}

.gi-header-cat {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.gi-header-cat .gi-nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.col.gi-category-icon-block {
  min-width: 200px;
}

.gi-location-block {
  padding: 5px 0;
}

.gi-location-block .gi-location-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.gi-location-block .gi-location-menu .gi-location-toggle {
  width: 200px;
  min-height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5caf90;
  border-radius: 5px;
  cursor: pointer;
}

.gi-location-block .gi-location-menu .gi-location-toggle .gi-location-title {
  width: calc(100% - 30px);
  padding: 0 10px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gi-location-block .gi-location-menu .gi-location-toggle i {
  color: #fff;
  font-size: 18px;
  line-height: 0;
}

.gi-location-block .gi-location-menu .gi-location-toggle .gi-angle {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 15px;
  line-height: 0;
}

.gi-location-block .gi-location-menu:hover .gi-location-content {
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
}

.gi-location-block .gi-location-content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 200px;
  padding: 15px;
  margin-top: 15px;
  display: block;
  position: absolute;
  visibility: hidden;
  left: auto;
  right: 0;
  top: 100%;
  border-radius: 5px;
  z-index: 14;
  border: 1px solid #eee;
  background: #fff;
  overflow: auto;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}

.gi-location-block .gi-location-dropdown .loc-grid {
  padding-left: 10px;
  padding-right: 10px;
}

.gi-location-block .gi-location-dropdown .loc-grid .loc-list {
  width: 100%;
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}

.gi-location-block .gi-location-dropdown .loc-grid .loc-list span {
  width: calc(100% - 30px);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #4b5966;
}

.gi-location-block .gi-location-dropdown .loc-grid .loc-list:not(:last-child) {
  margin-bottom: 10px;
}

.gi-location-block .gi-location-dropdown .loc-grid .loc-list i {
  font-size: 14px;
  margin-right: 10px;
  color: #777;
  line-height: 0;
}

.gi-location-block .gi-location-dropdown .loc-grid .loc-list:hover {
  color: #5caf90;
  border: 1px solid #5caf90;
}

.gi-location-block .gi-location-dropdown .loc-grid .loc-list:hover i {
  color: #5caf90;
}

.gi-location-block .gi-location-dropdown li.show a {
  text-align: center;
}

.gi-location-block .gi-location-dropdown li.show a:hover {
  color: #777;
}

.gi-location-block .gi-location-dropdown li.show a:hover img {
  margin-left: 10px;
}

.gi-location-block .gi-location-dropdown li.show a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 13px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.gi-location-block .gi-location-dropdown li:first-child {
  border-top: none;
}

.gi-location-block .gi-location-dropdown li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.gi-category-icon-block {
  padding: 5px 0;
  position: static !important;
}

.gi-category-icon-block:hover .gi-cat-dropdown {
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
  z-index: 16;
}

.gi-category-menu {
  position: relative;
}

.gi-category-menu .gi-category-toggle {
  width: 200px;
  min-height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5caf90;
  border-radius: 5px;
  cursor: pointer;
}

.gi-category-menu .gi-category-toggle .svg_cat path {
  fill: #fff;
}

.gi-category-menu .gi-category-toggle span {
  margin-left: 10px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

.gi-category-menu .gi-category-toggle i {
  font-size: 18px;
  color: #fff;
  line-height: 0;
}

.gi-category-menu .gi-category-toggle .gi-angle {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 15px;
  line-height: 0;
}

.gi-cat-dropdown {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 600px;
  margin-top: 15px;
  padding: 15px;
  position: absolute;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  left: 0;
  z-index: -15;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
}

.gi-cat-dropdown .gi-cat-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-cat-dropdown .gi-cat-tab .gi-tab-list {
  min-width: 230px;
  background: #f8f8fb;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gi-cat-dropdown .gi-cat-tab button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 13px;
  color: #4b5966;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  border: 1px solid #eee;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-cat-dropdown .gi-cat-tab button:not(:last-child) {
  margin-bottom: 10px;
}

.gi-cat-dropdown .gi-cat-tab button:hover {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}

.gi-cat-dropdown .gi-cat-tab button i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.gi-cat-dropdown .gi-cat-tab button.active {
  color: #5caf90;
  background-color: #fff;
  border-color: #5caf90;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}

.gi-cat-dropdown .gi-cat-tab button.active i {
  color: #5caf90;
}

.gi-cat-dropdown .gi-cat-tab .tab-content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.gi-cat-dropdown .gi-cat-tab .tab-content .gi-col-title {
  color: #5caf90;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  font-family: 'Rubik', sans-serif;
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 5px;
  height: auto;
}

.gi-cat-dropdown .gi-cat-tab .tab-content .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-cat-dropdown .gi-cat-tab .tab-content .tab-list li a {
  color: #777;
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 400;
  font-size: 13px;
  display: block;
  padding: 5px 0;
  border: 0;
  height: auto;
}

.gi-cat-dropdown .gi-cat-tab .tab-content .tab-list li a:hover {
  color: #5caf90;
}

.header-search {
  width: 100%;
  min-width: 700px;
  padding: 0 30px;
  position: relative;
}

.header-search .form-control {
  display: block;
  width: 100%;
  min-height: 50px;
  height: 50px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #777;
  border-radius: 0;
  background-color: transparent;
  border: none;
  letter-spacing: 0.6px;
}

.header-search .bs-searchbox {
  margin: 4px 8px;
  padding: 0;
  border: 1px solid #eee;
  border-radius: 5px;
}

.header-search input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-search .dropdown-menu {
  border-radius: 5px;
}


.gi-header-search form.gi-search-group-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.action-form {
  position: relative;
}

.search_submit {
  position: relative;
  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: 48px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  height: 100%;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  padding: 0;
  height: 40px;
}

.search_submit i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 18px;
  height: 18px;
  color: #4b5966;
}

.search_submit:hover i {
  color: #4b5966;
}

body.gi-menu-open {
  overflow: hidden;
}

body.gi-menu-open:before {
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.7;
  position: absolute;
  z-index: 998;
  content: "";
}

.col.gi-location-block {
  min-width: 200px;
}

.gi-menu-content>ul>li .menu-toggle {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}

.gi-menu-content>ul>li.active>.menu-toggle::before {
  content: "+";
}

.gi-menu-content>ul>li.active>ul>li.active>.menu-toggle::before {
  content: "-";
}

/*===== Mobile menus =====*/
.gi-mobile-menu-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 16;
}

.gi-mobile-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 340px;
  height: 100%;
  padding: 15px 20px 20px 20px;
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 17;
  overflow: auto;
}

.gi-mobile-menu::-webkit-scrollbar {
  width: 12px !important;
  height: 10px !important;
  padding: 8px !important;
}

.gi-mobile-menu::-webkit-scrollbar-track {
  width: 12px !important;
  background-color: #4b5966 !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
}

.gi-mobile-menu::-webkit-scrollbar-thumb {
  background-color: #4b5966 !important;
  border-radius: 10px !important;
  border: 3px solid #fff !important;
}

.gi-mobile-menu::-webkit-scrollbar-thumb:hover {
  background-color: #5caf90 !important;
}

.gi-mobile-menu .gi-menu-title {
  width: 100%;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gi-mobile-menu .gi-menu-title .menu_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #4b5966;
  font-weight: 600;
}

.gi-mobile-menu .gi-menu-title .gi-close-menu {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #777;
  background-color: transparent;
  border: 0;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li {
  position: relative;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li a {
  margin-bottom: 12px;
  padding: 12px 12px;
  display: block;
  text-transform: capitalize;
  color: #777;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li a:last-child() {
  margin-bottom: 0;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li .menu-toggle {
  width: 24px;
  height: 47px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 5px;
  cursor: pointer;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li .menu-toggle::before {
  content: "+";
  font-weight: 500;
  color: #777;
  font-size: 19px;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li .sub-menu {
  width: 100%;
  min-width: auto;
  padding: 0;
  margin-bottom: 10px;
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li .sub-menu li a {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 0px;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}

.gi-mobile-menu .gi-menu-inner .gi-menu-content ul li .sub-menu li .sub-menu li a {
  font-weight: 400;
  padding-left: 30px;
  font-size: 14px;
  color: #999;
}

.gi-mobile-menu .gi-menu-inner .header-res-social {
  margin-top: 30px;
}

.gi-mobile-menu .gi-menu-inner .header-res-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gi-mobile-menu .gi-menu-inner .header-res-social ul li {
  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;
  background-color: #4b5966;
  border-radius: 5px;
}

.gi-mobile-menu .gi-menu-inner .header-res-social ul li a i {
  color: #fff;
}

.gi-mobile-menu.gi-menu-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Responsive Header */
@media (max-width: 1399px) {
  .header-search {
    min-width: 500px;
  }

  .gi-main-menu {
    position: unset;
  }
}

@media (max-width: 1199px) {
  .header-search {
    min-width: 400px;
  }

  .header-logo img {
    width: 130px;
  }

  .gi-category-menu .gi-category-toggle {
    width: auto;
  }

  .gi-category-menu .gi-category-toggle span,
  .gi-category-menu .gi-category-toggle .gi-angle {
    display: none;
  }

  .gi-main-menu ul li {
    margin: 0 15px;
  }

  .gi-main-menu ul li .mega-menu li .mega-block {
    width: calc(25% - 30px);
  }

  .gi-header-bottons .gi-header-btn .gi-btn-stitle {
    font-size: 11px;
  }

  .gi-header-bottons .gi-header-btn .gi-btn-stitle {
    min-width: 48px;
  }

  .header-top-center {
    display: none;
  }
}

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

  .gi-header-bottom {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }

  .gi-header-bottom .gi-site-menu-icon .svg_img path {
    fill: #777;
  }

  .header-logo img {
    width: 120px;
  }

  .header-search .form-control {
    height: 40px;
    min-height: 40px;
  }

  .gi-header-search {
    margin: 0;
  }

  .gi-header-search .header-search {
    padding: 0;
  }

  .gi-header {
    z-index: 16;
  }

  .gi-header-bottons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .gi-header-bottons .right-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .gi-header-bottons .gi-header-btn:not(:last-child()) {
    margin-right: 0 !important;
  }

  .gi-header-bottons .gi-header-btn .svg_img {
    fill: #777;
  }

  .gi-header-bottons .gi-header-btn .header-icon .main-label-note-new {
    display: none;
  }

  .gi-header-btn .header_svg path {
    fill: #777;
  }

  .gi-category-menu .gi-category-toggle {
    min-height: 23px;
    padding: 0;
    background: transparent;
  }

  .gi-category-menu .gi-category-toggle .svg_img path {
    fill: #777;
  }

  .gi-header-user .header_svg {
    width: 25px;
    height: 25px;
  }

  .gi-wish-toggle .header_svg {
    width: 22px;
    height: 22px;
  }

  .gi-cart-toggle .header_svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .header-logo img {
    width: 100px;
  }

  .header-search {
    min-width: 350px;
  }

  .header-top-left {
    display: none;
  }

  .gi-header-bottons {
    position: relative;
  }

  .gi-header-bottons .gi-site-menu-icon {
    position: absolute;
    left: 0;
  }

  .gi-header-bottons .gi-header-btn {
    margin-right: 20px !important;
  }

  .gi-header-bottons .gi-header-btn:nth-last-child(-n+2) {
    margin-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .gi-header-bottom .gi-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gi-header-bottom .gi-flex .gi-header-logo {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .gi-mobile-menu {
    width: 300px;
  }

  .header-search {
    min-width: 300px;
  }
}

/*-------------------------------------------------
    Site Footer Section
---------------------------------------------------*/
.gi-footer {
  color: #fff;
  background: #fff;
  border-top: 1px solid #eee;
}

.gi-footer .footer-top .gi-footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gi-footer .footer-top .gi-footer-company .gi-app-store {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gi-footer .footer-top .gi-footer-widget .gi-footer-logo {
  max-width: 144px;
  margin-bottom: 30px;
}

.gi-footer .footer-top .gi-footer-widget .gi-footer-detail {
  max-width: 400px;
  margin-bottom: 30px;
  padding: 0;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  color: #777;
  display: inline-block;
  position: relative;
}

.gi-footer .footer-top .gi-footer-widget .app-img img {
  max-width: 140px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.gi-footer .footer-top .gi-footer-widget .app-img .adroid {
  margin-right: 15px;
}

.gi-footer .footer-top .gi-footer-widget .gi-footer-heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #4b5966;
  letter-spacing: 0;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-family: 'Rubik', sans-serif;
  border-bottom: 1px solid #eee;
}

.gi-footer .footer-top .gi-footer-widget .s-head {
  display: none;
}

.gi-footer .footer-top .gi-footer-widget .gi-footer-links i {
  line-height: 0;
  font-size: 18px;
}

.gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link {
  display: block;
  margin: 0;
  line-height: 1.5;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color: #5caf90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link:not(:last-child) {
  margin-bottom: 16px;
}

.gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  color: #777;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  word-break: break-all;
  letter-spacing: 0;
  font-weight: 400;
}

.gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link a:hover {
  color: #5caf90;
  opacity: 1;
}

.gi-footer .footer-top .gi-footer-contact .gi-footer-widget .gi-footer-links li:first-child {
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}

.gi-footer .footer-top .gi-footer-contact .gi-footer-widget .gi-footer-links li p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #777;
}

.gi-footer .footer-top .gi-footer-contact .gi-footer-widget .gi-footer-links a {
  text-transform: unset;
}

.gi-footer .footer-top .gi-footer-contact .gi-footer-widget .gi-footer-links .gi-footer-link span {
  width: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-footer .footer-top .gi-footer-social {
  margin-bottom: 0;
}

.gi-footer .footer-top .gi-footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gi-footer .footer-top .gi-footer-social .gi-footer-widget .gi-footer-links .gi-footer-link {
  padding-right: 5px;
}

.gi-footer .footer-top .gi-footer-social .gi-footer-widget .gi-footer-links .gi-footer-link:not(:last-child) {
  margin-bottom: 0;
}

.gi-footer .footer-top .gi-footer-social .gi-footer-widget .gi-footer-links .gi-footer-link a {
  width: 30px;
  height: 30px;
  background-color: #4b5966;
  border-radius: 5px;
  text-transform: capitalize;
  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;
  font-size: 15px;
}

.gi-footer .footer-top .gi-footer-social .gi-footer-widget .gi-footer-links .gi-footer-link a i {
  font-size: 16px;
  color: #fff;
}

.gi-footer-contact {
  margin-bottom: 30px;
}

.svg_img.foo_svg {
  height: 25px;
  color: #5caf90;
  width: auto;
}

.gi-foo-location .svg_img.foo_svg {
  margin-top: 5px;
}

.gi-foo-call .svg_img.foo_svg {
  height: 20px;
}

.gi-foo-mail .svg_img.foo_svg {
  height: 20px;
}

.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #eee;
  background-color: #f8f8fb;
}

.footer-bottom .gi-bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom .gi-copy {
  color: #777;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 300;
}

.footer-bottom .gi-copy a {
  color: #5caf90;
}

.footer-bottom .gi-copy .site-name:hover {
  color: #4b5966;
}

.gi-heading-res {
  display: none;
}

/* Responsive footer css */
@media only screen and (max-width: 1399px) {
  .gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link a {
    font-size: 15px;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-footer-links li p {
    font-size: 15px;
  }

  .gi-footer .footer-top .gi-footer-widget .app-img img {
    max-width: 120px;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-footer-detail {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link a {
    font-size: 14px;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-footer-links li p {
    font-size: 14px;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-footer-detail {
    font-size: 14px;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-foo-location .svg_img.foo_svg {
    height: 20px;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-foo-call .svg_img.foo_svg {
    height: 18px;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-foo-mail .svg_img.foo_svg {
    height: 17px;
  }

  .gi-footer .footer-top .gi-footer-company .gi-app-store {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 992px) {
  .gi-footer .footer-top .gi-footer-widget .gi-footer-dropdown {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .gi-footer .footer-top .gi-footer-company .gi-app-store {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .gi-footer .footer-top .container>.row {
    padding: 0;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-footer-links ul {
    margin-bottom: 15px;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-footer-links .gi-footer-link:not(:last-child) {
    margin-bottom: 15px;
  }

  .gi-footer .footer-top .col-sm-12.col-lg-3 {
    width: 100%;
    margin-bottom: 0;
  }

  .gi-footer .footer-top .gi-footer-contact .gi-footer-widget .gi-footer-heading {
    margin-bottom: 15px;
  }

  .gi-footer-contact {
    margin-bottom: 0;
  }

  .footer-news-title {
    font-size: 20px;
  }

  .gi-subscribe-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
  }

  .gi-heading-res {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
  }

  .gi-footer-links.gi-footer-dropdown {
    display: none;
    padding: 0 0 20px 0;
  }

  .footer-bottom-copy {
    text-align: center;
  }

  .footer-bottom {
    padding: 15px 0;
  }

  .footer-bottom .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .footer-bottom .gi-bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom .gi-bottom-info .footer-copy {
    margin-bottom: 15px;
  }

  .col.footer-bottom-right {
    margin: 15px auto;
  }

  .footer-bottom-payment.d-flex.justify-content-end {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .gi-footer .footer-top .gi-footer-widget .s-head {
    display: block;
  }

  .gi-footer .footer-top .gi-footer-widget .gi-footer-heading {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .m-minus-991 {
    margin-bottom: -15px;
  }
}

@media (max-width: 767px) {
  .gi-footer .footer-top .gi-footer-widget .gi-footer-logo {
    max-width: 130px;
  }
}

@media (max-width: 360px) {
  .footer-bottom .gi-bottom-info .footer-bottom-right img {
    width: 100%;
  }
}

/*===== Category section css =====*/
.gi-category-shop .gi-category-block {
  padding: 0 !important;
  border: 0 !important;
}

.gi-category .gi-category-block,
.gi-category .gi-category-block-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-category .gi-category-block .gi-cat-box,
.gi-category .gi-category-block-2 .gi-cat-box {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}

.gi-category .gi-category-block .gi-cat-box:hover:after,
.gi-category .gi-category-block-2 .gi-cat-box:hover:after {
  top: 50%;
}

.gi-category .gi-category-block .gi-cat-box:after,
.gi-category .gi-category-block-2 .gi-cat-box:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(#fff), to(transparent));
  background-image: linear-gradient(360deg, #fff, #fff, transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.gi-category .gi-category-block .gi-cat-box .gi-cat-icon,
.gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon {
  height: 100%;
  padding: 15px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(88, 110, 125, 0.1);
  box-shadow: 0 5px 15px rgba(88, 110, 125, 0.1);
  z-index: 5;
}

.gi-category .gi-category-block .gi-cat-box .gi-cat-icon i,
.gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 40px;
  margin: 10px 0;
  color: #5caf90;
  line-height: 0;
}

.gi-category .gi-category-block .gi-cat-box .gi-cat-icon img,
.gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon img {
  width: 50px;
  height: 50px;
  margin: 10px 0;
}

.gi-category .gi-category-block .gi-cat-box .gi-cat-icon .gi-cat-detail,
.gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon .gi-cat-detail {
  text-align: center;
}

.gi-category .gi-category-block .gi-cat-box .gi-cat-icon .gi-cat-detail .gi-cat-title,
.gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon .gi-cat-detail .gi-cat-title {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #4b5966;
  font-family: 'Rubik', sans-serif;
  text-transform: capitalize;
}

.gi-category .gi-category-block .gi-cat-box .gi-cat-icon .gi-cat-detail .items,
.gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon .gi-cat-detail .items {
  margin: 0;
  font-size: 13px;
  line-height: 28px;
  color: #777;
}

.gi-category .gi-category-block .gi-cat-box .gi-cat-icon .gi-lbl,
.gi-category .gi-category-block-2 .gi-cat-box .gi-cat-icon .gi-lbl {
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: 0;
  background: #5caf90;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0 5px 0 5px;
}

.gi-category .gi-category-block .gi-cat-box-1,
.gi-category .gi-category-block-2 .gi-cat-box-1 {
  background-color: #fff6ec;
}

.gi-category .gi-category-block .gi-cat-box-2,
.gi-category .gi-category-block-2 .gi-cat-box-2 {
  background-color: #e2fde2;
}

.gi-category .gi-category-block .gi-cat-box-3,
.gi-category .gi-category-block-2 .gi-cat-box-3 {
  background-color: #ffeae9;
}

.gi-category .gi-category-block .gi-cat-box-4,
.gi-category .gi-category-block-2 .gi-cat-box-4 {
  background-color: #fde1f5;
}

.gi-category .gi-category-block .gi-cat-box-5,
.gi-category .gi-category-block-2 .gi-cat-box-5 {
  background-color: #ecf0ff;
}

.gi-category .gi-category-block .gi-cat-box-6,
.gi-category .gi-category-block-2 .gi-cat-box-6 {
  background-color: #f9f9d9;
}

/*===== New Product css =====*/
.gi-tab-title {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gi-tab-title .gi-pro-tab {
  margin-top: 40px;
}

.gi-tab-title .gi-pro-tab ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gi-pro-tab-nav {
  margin: 0 auto;
}

.gi-pro-tab-nav .nav-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 20px;
  letter-spacing: 0.7px;
}

.gi-pro-tab-nav .nav-item:not(:last-child) {
  margin-right: 50px;
}

.gi-pro-tab-nav .nav-item .nav-link {
  padding: 0;
  color: #777;
  position: relative;
  font-weight: 500;
}

.gi-pro-tab-nav .nav-item .nav-link:hover {
  color: #5caf90;
}

.gi-pro-tab-nav .nav-item .nav-link.active {
  color: #5caf90;
}

.gi-products .gi-product-slider .owl-stage,
.gi-products .gi-product-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-product-slider .gi-product-content {
  height: 100%;
  padding: 0 12px 24px 12px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.gi-product-content {
  height: 100%;
  padding: 0 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-products-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.deal-slick-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.deal-slick-carousel .slick-track {
  height: 100%;
}

.deal-slick-carousel .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.width-100 .gi-product-inner .gi-pro-content .gi-pro-title,
.width-50 .gi-product-inner .gi-pro-content .gi-pro-title {
  height: auto;
}

.gi-product-inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 5px;
}

.gi-product-inner .gi-pro-image {
  overflow: hidden;
}

.gi-product-inner .gi-pro-image .image {
  position: relative;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

.gi-product-inner .gi-pro-image .image img {
  z-index: 1;
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gi-product-inner .gi-pro-image .image img.hover-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}

.gi-product-inner .gi-pro-image .flags {
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.gi-product-inner .gi-pro-image .flags span {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff7070;
  color: #fff;
  letter-spacing: 0.5px;
  position: relative;
  border-radius: 5px;
}

.gi-product-inner .gi-pro-image .flags span.new {
  background: #5caf90;
}

.gi-product-inner .gi-pro-image .percentage {
  position: absolute;
  z-index: 8;
  top: 15px;
  right: 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 29px;
  padding: 0 7px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  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;
  background-color: #5caf90;
}

.gi-product-inner .gi-pro-image .gi-pro-actions {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  opacity: 0;
}

.gi-product-inner .gi-pro-image .gi-pro-actions .gi-btn-group {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  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;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.gi-product-inner .gi-pro-image .gi-pro-actions .gi-btn-group:hover {
  background-color: #5caf90;
}

.gi-product-inner .gi-pro-image .gi-pro-actions .gi-btn-group:hover i {
  color: #fff;
}

.gi-product-inner .gi-pro-image .gi-pro-actions .gi-btn-group i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #777;
  line-height: 10px;
}

.gi-product-inner .gi-pro-image .gi-pro-actions .wishlist.active,
.gi-product-inner .gi-pro-image .gi-pro-actions .compare.active {
  background-color: #5caf90;
}

.gi-product-inner .gi-pro-image .gi-pro-actions .wishlist.active i,
.gi-product-inner .gi-pro-image .gi-pro-actions .compare.active i {
  color: #fff;
}

.gi-product-inner .gi-pro-image-outer {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 11;
  position: relative;
}

.gi-product-inner:hover .gi-pro-actions {
  opacity: 1;
  bottom: 10px;
}

.gi-product-inner:hover .gi-pro-image .image img {
  /* -webkit-transform: scale(1.1); */
  /* transform: scale(1.1); */
}

.gi-product-inner:hover .gi-pro-image .image img:not(:last-child) {
  opacity: 0;
}

.gi-product-inner:hover .gi-pro-image .image img.hover-image {
  opacity: 1;
}

.gi-product-inner .gi-pro-content {
  height: 100%;
  padding: 20px;
  position: relative;
  z-index: 10;
  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: left;
  border-top: 1px solid #eee;
}

.gi-product-inner .gi-pro-content .gi-pro-stitle {
  margin-bottom: 10px;
  font-weight: 400;
  color: #999;
  font-size: 13px;
  text-transform: capitalize;
}

.gi-product-inner .gi-pro-content .gi-pro-rat-price {
  margin-top: 5px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gi-product-inner .gi-pro-content .gi-pro-title {
  height: 100%;
  margin: 0 0 10px;
  font-size: 16px;
}

.gi-product-inner .gi-pro-content .gi-pro-title a {
  text-decoration: none;
  color: #4b5966;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.85px;
  text-transform: capitalize;
  font-family: 'Rubik', sans-serif;
}

.gi-product-inner .gi-pro-content .gi-pro-title a:hover {
  color: #5caf90;
}

.gi-product-inner .gi-pro-content .gi-info {
  display: none;
}

.gi-product-inner .gi-pro-content .gi-price {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  color: #4b5966;
  letter-spacing: 0.4px;
}

.gi-product-inner .gi-pro-content .gi-price span.new-price {
  color: #4b5966;
  font-weight: 700;
  font-size: 14px;
  margin-right: 7px;
}

.gi-product-inner .gi-pro-content .gi-price span.old-price {
  font-size: 14px;
  text-decoration: line-through;
  color: #777;
}

.gi-product-inner .gi-pro-content .btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.gi-product-inner .gi-pro-content .gi-pro-rating {
  margin-bottom: 10px;
  opacity: 0.7;
  position: relative;
}

.gi-product-inner .gi-pro-content .gi-pro-rating .qty {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #777;
  font-size: 13px;
}

.gi-product-inner .gi-pro-image.pro-loading:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  opacity: 0.5;
  z-index: 98;
}

.gi-pro-variation {
  margin: 5px 0 0px;
}

.gi-pro-variation .gi-pro-variation-inner {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-pro-variation .gi-pro-variation-inner>span {
  display: block;
  margin: 0 0 5px;
}

.gi-pro-variation .gi-pro-variation-inner .gi-pro-variation-content li {
  display: inline-block;
  border: 1px solid transparent;
  padding: 1px;
  float: left;
  cursor: pointer;
  margin-right: 5px;
}

.gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-color .gi-pro-variation-content li {
  border-radius: 100%;
}

.gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-color .gi-pro-variation-content li span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 100%;
}

.gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-color .gi-pro-variation-content li:hover {
  border: 1px solid #4b5966;
}

.gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-size .gi-pro-variation-content li {
  height: 22px;
  padding: 2px 8px;
  cursor: pointer;
  border: 1px solid #eeeeee;
  color: #777;
  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;
  font-size: 12px;
  line-height: 22px;
  border-radius: 5px;
  font-weight: 400;
}

.gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-size .gi-pro-variation-content li:hover {
  background-color: #5caf90;
  color: #fff;
  border-color: #5caf90;
}

.gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-size .gi-pro-variation-content li.active {
  background-color: #5caf90 !important;
  color: #fff !important;
  border-color: #5caf90 !important;
}

button.btn-close.qty_close {
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  z-index: 9999;
}

.svg_img.pro_svg {
  width: 18px;
  fill: #777;
}

a.wishlist .svg_img.pro_svg {
  width: 16px;
  height: 16px;
}

.eccart-pro-items li .gi-pro-content .qty-plus-minus {
  width: 85px;
  height: 35px;
  margin-top: 7px;
  padding: 7px 0;
  border: 1px solid #eeeeee;
  display: inline-block;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-radius: 30px;
}

.eccart-pro-items li .gi-pro-content .qty-plus-minus .gi_qtybtn {
  width: 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;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #777;
}

.eccart-pro-items li .gi-pro-content .qty-plus-minus input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #4b5966;
  float: left;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}

.eccart-pro-items li .gi-pro-content .qty-plus-minus .dec.gi_qtybtn {
  border-right: 1px solid #eeeeee;
}

.eccart-pro-items li .gi-pro-content .qty-plus-minus .inc.gi_qtybtn {
  border-left: 1px solid #eeeeee;
}

.gi-pro-loader {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: none;
  background: url("https://maraviyainfotech.com/projects/grabit/grabit-html/assets/images/common/pro-loader.gif") no-repeat scroll 50% 50%;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: 75px;
}

.pro-loading .gi-pro-loader {
  opacity: 1;
  display: block;
}

i.gicon.gi-star-o {
  font-size: 14px;
  margin-right: 3px;
}

i.gicon.gi-star {
  color: #777;
  float: left;
  font-size: 14px;
  margin-right: 3px;
}

i.gicon.gi-star.fill {
  color: #f27d0c;
}

.gi-pro-opt-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 15px;
}

.product-block {
  display: -ms-grid;
  display: grid;
}

/**===== Blog & blog Section =====**/
.gi-blog-section .section-title {
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gi-blog .blog-info,
.gi-blog-section .blog-info {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 5px;
}

.gi-blog .blog-info:hover .blog-img img,
.gi-blog-section .blog-info:hover .blog-img img {
  -webkit-transform: rotate(-3deg) scale(1.1);
  transform: rotate(-3deg) scale(1.1);
}

.gi-blog .blog-info .blog-img,
.gi-blog-section .blog-info .blog-img {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.gi-blog .blog-info .blog-img img,
.gi-blog-section .blog-info .blog-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  width: 100%;
  height: 100%;
}

.gi-blog .blog-info .detail,
.gi-blog-section .blog-info .detail {
  width: 100%;
  margin: 0;
}

.gi-blog .blog-info .detail label,
.gi-blog-section .blog-info .detail label {
  margin-top: 20px;
  display: inline-block;
  font-size: 13px;
  color: #999;
  border-radius: 5px;
}

.gi-blog .blog-info .detail label a,
.gi-blog-section .blog-info .detail label a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #999;
}

.gi-blog .blog-info .detail label a:hover,
.gi-blog-section .blog-info .detail label a:hover {
  color: #5caf90;
}

.gi-blog .blog-info .detail h3,
.gi-blog-section .blog-info .detail h3 {
  margin: 10px 0 15px 0;
  padding: 0;
  line-height: 26px;
}

.gi-blog .blog-info .detail h3 a,
.gi-blog-section .blog-info .detail h3 a {
  font-family: 'Rubik', sans-serif;
  color: #4b5966;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.gi-blog .blog-info .detail p,
.gi-blog-section .blog-info .detail p {
  font-size: 14px;
  color: #777;
}

.gi-blog .blog-info .detail .more-info a,
.gi-blog-section .blog-info .detail .more-info a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #4b5966;
  font-size: 13px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-blog .blog-info .detail .more-info a:hover,
.gi-blog-section .blog-info .detail .more-info a:hover {
  background: #fff;
  color: #5caf90;
}

.gi-blog .blog-info .detail .more-info a:hover i,
.gi-blog-section .blog-info .detail .more-info a:hover i {
  color: #5caf90;
}

.gi-blog .blog-info .detail .more-info a i,
.gi-blog-section .blog-info .detail .more-info a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  color: #4b5966;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/**  Blog Sidebar  **/
.gi-blogs-sidebar .gi-sb-title {
  border-bottom: 2px solid #eee;
  padding-bottom: 15px;
}

.gi-blogs-sidebar .gi-sb-title h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.gi-blogs-sidebar .gi-blog-sidebar-wrap {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.gi-blogs-sidebar .gi-blog-search {
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #eee;
  color: #4b5966;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.gi-blogs-sidebar .gi-blog-search .gi-blog-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.gi-blogs-sidebar .gi-blog-search .form-control {
  display: block;
  width: 100%;
  min-height: 48px;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #777;
  background-color: transparent;
  border: none;
  letter-spacing: 0;
}

.gi-blogs-sidebar .gi-blog-search .submit {
  position: relative;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  color: #4b5966;
}

.gi-blogs-sidebar .gi-sidebar-block ul li a {
  padding-left: 30px;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item {
  position: relative;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item input {
  width: 100%;
  height: calc(100% - 5px);
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item input:checked~.checked::after {
  display: block;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item a {
  width: 100%;
  display: block;
  color: #777;
  font-size: 14px;
  margin-top: 0;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item a span {
  color: #999;
  font-size: 13px;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .checked {
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 5px;
  overflow: hidden;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #5caf90;
  content: "\f00c";
  position: absolute;
  display: none;
  background: #5caf90;
  font-family: "gIcons";
  font-size: 10px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}

.gi-blogs-sidebar .gi-sidebar-block:not(:last-child) {
  margin-bottom: 30px;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-img {
  margin-right: 15px;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-img img {
  width: 100px;
  border-radius: 5px;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial .gi-blog-title a {
  color: #777;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 600;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial .gi-blog-date {
  margin-bottom: 10px;
  font-size: 14px;
  color: #999;
  line-height: 1;
  letter-spacing: 0;
}

.gi-blogs-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial a {
  font-size: 14px;
  color: #5caf90;
}

/**  Single blog (Blog details)   **/
.gi-single-blog-item .single-blog-info .blog-img img {
  width: 100%;
  border-radius: 5px;
}

.gi-single-blog-item .single-blog-info .single-blog-detail label {
  margin-bottom: 15px;
  color: #999;
}

.gi-single-blog-item .single-blog-info .single-blog-detail label a {
  color: #999;
}

.gi-single-blog-item .single-blog-info .single-blog-detail label a:hover {
  color: #5caf90;
}

.gi-single-blog-item .single-blog-info .single-blog-detail h3 {
  font-size: 22px;
  font-weight: 600;
  color: #4b5966;
}

.gi-single-blog-item .single-blog-info .single-blog-detail p {
  color: #777;
  font-size: 14px;
}

.gi-single-blog-item .single-blog-info .single-blog-detail .gi-text-highlight {
  font-weight: 500;
  font-style: italic;
}

.gi-single-blog-item .single-blog-info .single-blog-detail .sub-img {
  margin-top: 30px;
}

.gi-single-blog-item .single-blog-info .single-blog-detail .sub-img img {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 5px;
}

.gi-blog-comments .gi-blog-dgi-title {
  margin-bottom: 30px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #4b5966;
  background-color: #f8f8fb;
  border-radius: 5px;
}

.gi-blog-comments .sub-cmt {
  margin-left: 65px;
}

.gi-blog-comments .gi-single-comment-wrapper {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gi-blog-comments .gi-single-comment-wrapper .gi-blog-user-img {
  width: 50px;
  margin-right: 15px;
}

.gi-blog-comments .gi-single-comment-wrapper .gi-blog-user-img img {
  width: 100%;
  border-radius: 5px;
}

.gi-blog-comments .gi-single-comment-wrapper .gi-blog-comment-content {
  width: calc(100% - 115px);
}

.gi-blog-comments .gi-single-comment-wrapper .gi-blog-comment-content h5 {
  color: #4b5966;
  font-size: 16px;
  font-weight: 600;
}

.gi-blog-comments .gi-single-comment-wrapper .gi-blog-comment-content span {
  color: #999;
  font-size: 13px;
}

.gi-blog-comments .gi-single-comment-wrapper .gi-blog-comment-content p {
  margin: 5px 0;
  color: #777;
  font-size: 14px;
}

.gi-blog-comments .gi-single-comment-wrapper .gi-blog-comment-content .gi-blog-details-btn a {
  color: #5caf90;
  font-size: 13px;
}

.gi-blog-comments .gi-blog-cmt-form .gi-blog-form input {
  width: 100%;
  height: 45px;
  margin-bottom: 30px;
  padding-left: 20px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #777;
  font-size: 14px;
}

.gi-blog-comments .gi-blog-cmt-form .gi-blog-form textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  padding: 15px 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gi-blog-comments .gi-blog-cmt-form .gi-blog-form textarea:focus {
  outline: none;
}

/*===== Banners section css =====*/
.gi-offer-section {
  overflow: hidden;
}

.gi-ofr-banners .gi-bnr-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  overflow: hidden;
}

.gi-ofr-banners .gi-bnr-body::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.gi-ofr-banners .gi-bnr-body:hover::before,
.gi-ofr-banners .gi-bnr-body:focus::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.gi-ofr-banners .gi-bnr-body .gi-bnr-img {
  width: 100%;
  position: relative;
}

.gi-ofr-banners .gi-bnr-body .gi-bnr-img img {
  width: 100%;
  border-radius: 5px;
}

.gi-ofr-banners .gi-bnr-body .gi-bnr-img .lbl {
  padding: 2px 7px;
  font-size: 12px;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  left: 15px;
  text-transform: capitalize;
  background-color: #4b5966;
  color: #fff;
  opacity: 0.8;
}

.gi-ofr-banners .gi-bnr-body .gi-bnr-detail {
  max-width: 200px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gi-ofr-banners .gi-bnr-body .gi-bnr-detail h5 {
  color: #4b5966;
  font-size: 34px;
  font-weight: 700;
  text-transform: capitalize;
}

.gi-ofr-banners .gi-bnr-body .gi-bnr-detail p {
  color: #777;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.gi-ofr-banners .gi-bnr-body .gi-bnr-detail a {
  padding: 5px 15px;
}

/**===== Start Service Section =====**/
.gi-ser-inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
}

.gi-ser-inner .gi-service-image {
  margin-bottom: 15px;
}

.gi-ser-inner .gi-service-image i {
  font-size: 40px;
  color: #5caf90;
  line-height: 0;
}

.gi-service-desc h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #4b5966;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

.gi-service-desc p {
  margin: 0;
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

/**  Shop Sidebar  **/
.h-sidebar {
  padding-left: 12px;
  padding-right: 12px;
}

.h-sidebar .gi-sidebar-block {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.h-sidebar .gi-sidebar-wrap {
  border: 0 !important;
  padding: 0 !important;
}

.h-sidebar .gi-sidebar-wrap .gi-sidebar-block {
  margin-bottom: 24px !important;
}

.h-sidebar .gi-sidebar-wrap .gi-sb-title h3 .gi-sidebar-res {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.h-sidebar h3 {
  margin: 5px 0;
}

.h-sidebar .cat-drop h6 {
  padding: 15px 0 0 0;
  font-size: 15px;
  color: #777;
  font-weight: 600;
}

.h-sidebar .cat-drop h6 i {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  font-size: 17px;
  line-height: 0 !important;
}

.h-sidebar .cat-drop h6 a {
  width: 100%;
  margin-top: 0;
  display: block;
  color: #777;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h-sidebar .cat-drop h6 a .avil {
  font-size: 13px;
  font-weight: 400;
}

.h-sidebar .cat-drop ul li {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.h-sidebar .cat-drop ul li a {
  width: 100%;
  margin-top: 0;
  display: block;
  color: #777;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h-sidebar .cat-drop ul li a .avil {
  font-size: 13px;
}

.gi-shop-sidebar-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 17;
}

.gi-open {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.gi-shop-sidebar,
.gi-shop-sidebar-2 {
  margin-bottom: -15px;
  position: sticky;
  top: 24px;
  z-index: 99;
}

.gi-shop-sidebar .gi-sb-title,
.gi-shop-sidebar-2 .gi-sb-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.gi-shop-sidebar .gi-sb-title h3,
.gi-shop-sidebar-2 .gi-sb-title h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  font-family: 'Rubik', sans-serif;
  font-size: 17px !important;
  font-weight: 500;
  color: #4b5966;
}

.gi-shop-sidebar .gi-blog-sidebar-wrap,
.gi-shop-sidebar-2 .gi-blog-sidebar-wrap {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.gi-shop-sidebar .gi-blog-search,
.gi-shop-sidebar-2 .gi-blog-search {
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #eee;
  color: #4b5966;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.gi-shop-sidebar .gi-blog-search .gi-blog-search-form,
.gi-shop-sidebar-2 .gi-blog-search .gi-blog-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.gi-shop-sidebar .gi-blog-search .form-control,
.gi-shop-sidebar-2 .gi-blog-search .form-control {
  display: block;
  width: 100%;
  min-height: 48px;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #777;
  background-color: transparent;
  border: none;
  letter-spacing: 0;
}

.gi-shop-sidebar .gi-blog-search .submit,
.gi-shop-sidebar-2 .gi-blog-search .submit {
  position: relative;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  color: #4b5966;
}

.gi-shop-sidebar .gi-sidebar-block ul li a,
.gi-shop-sidebar-2 .gi-sidebar-block ul li a {
  padding-left: 11px;
  font-size: 13px;
}

.gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item,
.gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item {
  position: relative;
}

.gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item input,
.gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item input {
  width: 100%;
  height: calc(100% - 5px);
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item input:checked~.checked::after,
.gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item input:checked~.checked::after {
  display: block;
}

.gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item a,
.gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item a {
  width: 100%;
  display: block;
  color: #777;
  font-size: 14px;
  margin-top: 0;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item a span,
.gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item a i,
.gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item a i {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  font-size: 17px;
}

.gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item a .products,
.gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item a .products {
  color: #999;
  font-size: 13px;
}

.gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item .checked,
.gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item .checked {
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 5px;
  overflow: hidden;
}

.gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item .checked:after,
.gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #5caf90;
  content: "\f00c";
  position: absolute;
  display: none;
  background: #5caf90;
  font-family: "gIcons";
  font-size: 10px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}

.gi-shop-sidebar .gi-sidebar-block:not(:last-child),
.gi-shop-sidebar-2 .gi-sidebar-block:not(:last-child) {
  margin-bottom: 15px;
}

.gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item,
.gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-img,
.gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-img {
  margin-right: 15px;
}

.gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-img img,
.gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-img img {
  width: 100px;
  border-radius: 5px;
}

.gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial .gi-blog-title a,
.gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial .gi-blog-title a {
  color: #777;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 600;
}

.gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial .gi-blog-date,
.gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial .gi-blog-date {
  margin-bottom: 5px;
  font-size: 14px;
  color: #999;
  line-height: 1;
  letter-spacing: 0;
}

.gi-shop-sidebar .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial a,
.gi-shop-sidebar-2 .gi-sidebar-block .gi-sidebar-block-item .gi-sidebar-block-detial a {
  font-size: 14px;
  color: #5caf90;
}

.gi-shop-sidebar .gi-sidebar-block.color-block .gi-sb-block-content.gi-sidebar-dropdown,
.gi-shop-sidebar-2 .gi-sidebar-block.color-block .gi-sb-block-content.gi-sidebar-dropdown {
  margin-top: 20px;
}

.gi-shop-sidebar .gi-sidebar-block.color-block ul,
.gi-shop-sidebar-2 .gi-sidebar-block.color-block ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gi-shop-sidebar .gi-sidebar-block.color-block ul li,
.gi-shop-sidebar-2 .gi-sidebar-block.color-block ul li {
  margin-right: 10px;
}

.gi-shop-sidebar .gi-sidebar-block.color-block .gi-sidebar-block-item,
.gi-shop-sidebar-2 .gi-sidebar-block.color-block .gi-sidebar-block-item {
  padding: 5px 0;
  border: 0;
}

.gi-shop-sidebar .gi-sidebar-block.color-block .gi-sidebar-block-item .gi-clr-block,
.gi-shop-sidebar-2 .gi-sidebar-block.color-block .gi-sidebar-block-item .gi-clr-block {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  opacity: 0.7;
  background: transparent;
  cursor: pointer;
}

.gi-shop-sidebar .gi-sidebar-block.color-block .gi-sidebar-block-item .gi-clr-block:hover,
.gi-shop-sidebar-2 .gi-sidebar-block.color-block .gi-sidebar-block-item .gi-clr-block:hover {
  opacity: 1;
}

.gi-shop-sidebar .gi-sidebar-block.color-block .gi-sidebar-block-item input,
.gi-shop-sidebar-2 .gi-sidebar-block.color-block .gi-sidebar-block-item input {
  width: 20px;
  height: 20px;
}

.gi-shop-sidebar .gi-sidebar-block.color-block .gi-sidebar-block-item .checked,
.gi-shop-sidebar-2 .gi-sidebar-block.color-block .gi-sidebar-block-item .checked {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 0;
}

.gi-shop-sidebar .gi-sidebar-block.color-block .gi-sidebar-block-item .checked:after,
.gi-shop-sidebar-2 .gi-sidebar-block.color-block .gi-sidebar-block-item .checked:after {
  width: 24px;
  height: 18px;
  left: -1px;
  top: 50%;
  border: 1px solid transparent;
  content: "\f00c";
  position: absolute;
  display: none;
  background: transparent;
  font-family: "gIcons";
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gi-shop-sidebar .gi-sidebar-wrap,
.gi-shop-sidebar-2 .gi-sidebar-wrap {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.gi-shop-sidebar-2 .gi-sb-title {
  border-bottom: 0;
  padding-bottom: 0;
}

.gi-shop-sidebar-2 .gi-sb-block-content {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.gi-shop-sidebar-2 .gi-close-btn {
  display: none;
  position: relative;
}

.gi-shop-sidebar-2 .gi-close-btn h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #4b5966;
}

.gi-shop-sidebar-2 .gi-close-btn .gi-cat-close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  font-size: 22px;
  line-height: 1;
  color: #777;
  background-color: transparent;
  border: 0;
}

/* Toggle filter sidebar */
.filter-sidebar-overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  display: none;
}

.gi-filter-sidebar {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 300px;
  height: 100vh;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  background-color: #ffffff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow: auto;
}

.gi-filter-sidebar::-webkit-scrollbar {
  width: 12px !important;
  height: 10px !important;
  padding: 8px !important;
}

.gi-filter-sidebar::-webkit-scrollbar-track {
  width: 12px !important;
  background-color: #4b5966 !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
}

.gi-filter-sidebar::-webkit-scrollbar-thumb {
  background-color: #4b5966 !important;
  border-radius: 10px !important;
  border: 3px solid #fff !important;
}

.gi-filter-sidebar::-webkit-scrollbar-thumb:hover {
  background-color: #5caf90 !important;
}

.gi-filter-sidebar .sidebar-filter-title {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f8f8fb;
}

.gi-filter-sidebar .sidebar-filter-title h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.gi-filter-sidebar .sidebar-filter-title .filter-close {
  margin-left: 15px;
  color: #ff8585;
  font-size: 24px;
  line-height: 1;
}

.gi-filter-sidebar .gi-sidebar-wrap {
  border: 0;
}

.gi-filter-sidebar .gi-sb-title h3 {
  font-size: 18px;
}

.filter-sidebar-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Price slider block */
.gi-price-range-slider {
  margin-top: 20px !important;
  /*-----  Price Filter  -----*/
}

.gi-price-range-slider .noUi-target {
  cursor: pointer;
}

.gi-price-range-slider .noUi-target:focus {
  outline: none;
}

.gi-price-range-slider .noUi-horizontal {
  height: 4px;
  margin-bottom: 5px;
}

.gi-price-range-slider .noUi-horizontal .noUi-handle {
  top: -6px;
  right: -15px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #5caf90;
  border-radius: 50%;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.gi-price-range-slider .noUi-horizontal .noUi-handle:hover {
  background: #5caf90;
}

.gi-price-range-slider .noUi-connect {
  background: #777;
}

.gi-price-range-slider .noUi-base {
  background: #f8f8fb;
}

.gi-price-range-slider .noUi-handle.noUi-handle-upper {
  right: -2px;
}

.gi-price-range-slider .filter__input {
  height: 30px;
  border: none;
  border-radius: 0;
  padding: 0;
  max-width: 48px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  color: #777;
}

.gi-price-range-slider .gi-price-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gi-price-range-slider .gi-price-input {
  margin-bottom: 15px;
  padding: 10px;
  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;
  background: #f8f8fb;
  border-radius: 5px;
}

.gi-price-range-slider .gi-price-input label {
  font-size: 14px;
  color: #777;
  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;
}

.gi-price-range-slider .gi-price-input label input {
  border-radius: 5px;
}

.gi-price-range-slider .gi-price-input .gi-price-divider {
  position: relative;
  border-bottom: 1px solid #777;
  width: 10px;
  height: 1px;
  margin: 0 10px;
}

/* Tags block */
.gi-tag-block {
  margin-bottom: -2px;
}

.gi-tag-block a {
  margin: 2px 0;
  padding: 3px 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: capitalize;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.02rem;
}

.gi-banner-side {
  height: 100%;
  padding: 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.gi-banner-side .gi-banner-block-side,
.gi-banner-side .gi-banner-block-side-2 {
  width: 100%;
  height: 400px;
  border-radius: 5px;
}

.gi-banner-side .gi-banner-block-side-2 {
  background-image: url("../img/banner/7.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1399px) {
  .gi-banner-side .gi-banner-block-side-2 {
    height: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .gi-shop-sidebar-2 {
    width: 350px;
    height: 100vh;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: auto;
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto;
    opacity: 1;
  }

  .gi-shop-sidebar-2 .gi-banner-side {
    height: auto;
  }

  .gi-shop-sidebar-2 .gi-close-btn {
    display: block;
  }
}

@media only screen and (max-width: 360px) {
  .gi-shop-sidebar-2 {
    width: 300px;
  }
}

/*-------------------------------------------------
   About Page CSS
---------------------------------------------------*/
/**===== About Section =====**/
.gi-about .gi-about-img {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(50% - 12px));
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}

.gi-about .gi-about-img .v-img {
  height: 100%;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

.gi-about .gi-about-img .h-img {
  height: 100%;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

.gi-about .gi-about-img img {
  width: 100%;
  border-radius: 5px;
}

.gi-about .gi-about-detail {
  height: 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;
}

.gi-about .gi-about-detail .section-title {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gi-about .gi-about-detail .section-title h2 {
  margin-bottom: 15px;
  font-family: 'Rubik', sans-serif;
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  color: #4b5966;
  position: relative;
  display: inline;
  padding: 0;
  text-transform: capitalize;
  line-height: 1;
}

.gi-about .gi-about-detail .section-title h2 span {
  color: #5caf90;
}

.gi-about .gi-about-detail .section-title p {
  margin: 0;
  color: #777;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.gi-about .gi-about-detail p {
  color: #777;
  font-size: 14px;
  font-weight: 400;
}

/**===== Start Service Section =====**/
.gi-ser-inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border: 1px solid #eee;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
}

.gi-ser-inner:hover .gi-service-image svg {
  stroke-dashoffset: 0;
  -webkit-transition: fill 0.5s, stroke-dashoffset 6s, -webkit-transform 0.3s;
  transition: fill 0.5s, stroke-dashoffset 6s, -webkit-transform 0.3s;
  transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
  transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s, -webkit-transform 0.3s;
}

.gi-ser-inner .gi-service-image {
  margin-bottom: 15px;
}

.gi-ser-inner .gi-service-image img {
  width: 50px;
  height: 50px;
}

.gi-service-desc h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #4b5966;
  letter-spacing: 0.6px;
  font-family: 'Rubik', sans-serif;
}

.gi-service-desc p {
  margin: 0;
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

/*=====  Testimonial Section CSS  =====*/
.testim-bg {
  background-color: #f8f8fb;
  border: 1px solid #eee;
  border-radius: 5px;
}

.gi-test-section .gi-test-inner {
  max-width: 730px;
  margin: 0 auto;
  cursor: pointer;
}

.gi-test-section .gi-test-item {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.gi-test-section .gi-test-item .svg_img path {
  fill: #999;
}

.gi-test-section .gi-test-desc {
  font-size: 15px;
  color: #4b5966;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.gi-test-section .gi-test-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gi-test-section .gi-test-content .gi-test-desc {
  margin-bottom: 15px;
  color: #777;
}

.gi-test-section .gi-test-name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #5caf90;
  letter-spacing: 0.6px;
  line-height: 1.2;
}

.gi-test-section .gi-test-designation {
  font-size: 16px;
  color: #777;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.gi-test-section .gi-test-rating {
  margin: 0 auto;
}

.gi-test-section .gi-test-rating i {
  font-size: 11px;
  margin: 0 0.5px;
}

#gi-testimonial-slider {
  margin-bottom: -30px;
  text-align: center;
}

.gi-test-outer {
  max-width: 700px;
  margin: 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;
  position: relative;
}

.gi-test-inner {
  max-width: 700px;
  -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;
}

.gi-test-inner .gi-test-img {
  width: 100px;
  margin: auto auto 30px auto;
  display: block;
}

.gi-test-inner .gi-test-img img {
  border-radius: 50%;
}

.svg_img.test_svg {
  position: absolute;
  width: 45px;
  height: auto;
  fill: #4b5966;
}

.svg_img.test_svg.top {
  width: 45px;
  top: -5px;
  left: 0;
  right: auto;
}

.svg_img.test_svg.bottom {
  width: 45px;
  bottom: -5px;
  right: 0;
  left: auto;
}

/*=====  Facts Section CSS  =====*/
.gi-facts-section .gi-facts-inner {
  padding: 30px 15px;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
}

.gi-facts-section .gi-facts-inner .counter {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 800;
  color: #ddd;
}

.gi-facts-section .gi-facts-inner h4 {
  font-size: 20px;
  color: #4b5966;
  font-weight: 600;
}

.gi-facts-section .gi-facts-inner p {
  max-width: 250px;
  margin: 0;
  font-size: 14px;
  color: #777;
}

/*=====  Team Section CSS  =====*/
.gi-team-section .gi-team-box {
  position: relative;
}

.gi-team-section .gi-team-box:hover .gi-team-imag .gi-team-socials {
  bottom: 15px;
  opacity: 1;
}

.gi-team-section .gi-team-box .gi-team-imag {
  position: relative;
}

.gi-team-section .gi-team-box .gi-team-imag img {
  width: 100%;
  border-radius: 5px;
}

.gi-team-section .gi-team-box .gi-team-imag .gi-team-socials {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.gi-team-section .gi-team-box .gi-team-imag .gi-team-socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gi-team-section .gi-team-box .gi-team-imag .gi-team-socials ul li a {
  width: 30px;
  height: 30px;
  margin: 2px;
  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;
  background-color: #4b5966;
  border-radius: 5px;
}

.gi-team-section .gi-team-box .gi-team-imag .gi-team-socials ul li a i {
  color: #fff;
  font-size: 15px;
}

.gi-team-section .gi-team-box .gi-team-imag .gi-team-socials ul li a:hover {
  background-color: #5caf90;
}

.gi-team-section .gi-team-box .gi-team-info {
  text-align: center;
}

.gi-team-section .gi-team-box .gi-team-info h5 {
  margin-top: 15px;
  color: #4b5966;
  font-size: 18px;
  font-weight: 700;
}

.gi-team-section .gi-team-box .gi-team-info p {
  margin: 0;
  color: #777;
  font-size: 13px;
  line-height: 16px;
}

/** Start Contact Section **/
.gi-contact iframe {
  width: 100%;
  height: 100%;
  margin-bottom: -7px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.gi-contact form .form-group {
  margin-bottom: 30px;
}

.gi-contact form .form-group input,
.gi-contact form .form-group textarea {
  padding: 10px 15px;
  border-color: #eee;
  border-radius: 5px;
  font-size: 15px;
  color: #777;
}

.gi-contact form .form-group input:focus,
.gi-contact form .form-group textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gi-contact form .form-group input::-webkit-input-placeholder,
.gi-contact form .form-group textarea::-webkit-input-placeholder {
  color: #999;
}

.gi-contact form .form-group input::-moz-placeholder,
.gi-contact form .form-group textarea::-moz-placeholder {
  color: #999;
}

.gi-contact form .form-group input:-ms-input-placeholder,
.gi-contact form .form-group textarea:-ms-input-placeholder {
  color: #999;
}

.gi-contact form .form-group input::-ms-input-placeholder,
.gi-contact form .form-group textarea::-ms-input-placeholder {
  color: #999;
}

.gi-contact form .form-group input::placeholder,
.gi-contact form .form-group textarea::placeholder {
  color: #999;
}

.gi-contact .gi-contact-detail .gi-box {
  height: 100%;
  padding: 24px;
  border: 1px solid #eee;
  background-color: #f8f8fb;
  position: relative;
  border-radius: 5px;
}

.gi-contact .gi-contact-detail .gi-box .detail {
  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;
}

.gi-contact .gi-contact-detail .gi-box .info h3 {
  font-size: 20px;
  font-weight: 600;
  color: #4b5966;
  text-transform: capitalize;
}

.gi-contact .gi-contact-detail .gi-box .info p {
  margin: 0;
  font-size: 14px;
  color: #777;
}

.gi-contact .gi-contact-detail .gi-box .icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background-color: #4b5966;
  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;
  border-radius: 5px;
}

.gi-contact .gi-contact-detail .gi-box .icon i {
  font-size: 25px;
  color: #fff;
}

/** End Contact Section **/
/*-------------------------------------------------
  Cart Page CSS
---------------------------------------------------*/
.gi-cart-section .shop-all-btn {
  margin-bottom: 0;
}

.gi-cart-section .gi-sidebar-wrap {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.gi-cart-section .gi-sidebar-wrap h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 21px;
}

.gi-cart-section .gi-sidebar-wrap .gi-sb-block-content {
  margin-bottom: 0;
  border-bottom: none;
}

.gi-cart-section .gi-sidebar-wrap .gi-ship-title {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 1px solid #eee;
  color: #777;
  padding-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gi-cart-section .gi-sidebar-wrap .gi-ship-title::after {
  content: "\f107";
  position: relative;
  font-family: "gIcons";
  font-size: 18px;
  color: #777;
  font-weight: 400;
}

.gi-cart-content .table-content table {
  width: 100%;
  background-color: #fff;
}

.gi-cart-content .table-content table thead>tr {
  background-color: #fff;
  border-bottom: 2px solid #eee;
}

.gi-cart-content .table-content table thead>tr>th {
  border-top: medium none;
  color: #4b5966;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 14px 12px;
  text-align: left;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
}

.gi-cart-content .table-content table tbody>tr {
  border-bottom: 1px solid #eee;
}

.gi-cart-content .table-content table tbody>tr td {
  color: #4b5966;
  font-size: 16px;
  padding: 15px 14px;
  text-align: left;
}

.gi-cart-content .table-content table tbody>tr td .gi-cart-pro-img {
  width: 60px;
  margin-right: 15px;
}

.gi-cart-content .table-content table tbody>tr td .cart-qty-plus-minus {
  border: 1px solid #eee;
  border-radius: 5px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.gi-cart-content .table-content table tbody>tr td .cart-qty-plus-minus input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #4b5966;
  float: left;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  outline: none;
  font-weight: 600;
  line-height: 38px;
}

.gi-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .ms_cart_qtybtn {
  color: #4b5966;
  float: left;
  font-size: 20px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 38px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gi-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .ms_qtybtn {
  width: 100%;
  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;
  cursor: pointer;
  font-size: 0;
  color: #4b5966;
  height: 19px;
  position: relative;
}

.gi-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .ms_qtybtn:before {
  width: 100%;
  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;
  cursor: pointer;
  font-size: 20px;
  color: #4b5966;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  font-family: "gIcons";
  overflow: hidden;
  font-size: 15px;
}

.gi-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .dec.ms_qtybtn:before {
  padding-bottom: 4px;
  content: "\f107";
  color: #999;
}

.gi-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .inc.ms_qtybtn:before {
  padding-top: 4px;
  content: "\f106";
  color: #999;
}

.gi-cart-content .table-content table tbody>tr td.gi-cart-pro-name {
  width: 40%;
}

.gi-cart-content .table-content table tbody>tr td.gi-cart-pro-name a {
  color: #777;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  letter-spacing: 0.6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-cart-content .table-content table tbody>tr td.gi-cart-pro-subtotal {
  color: #4b5966;
  font-weight: 500;
  font-size: 15px;
}

.gi-cart-content .table-content table tbody>tr td.gi-cart-pro-price {
  color: #4b5966;
  font-weight: 500;
  font-size: 15px;
}

.gi-cart-content .table-content table tbody>tr td.gi-cart-pro-qty .qty-plus-minus {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}

.gi-cart-content .table-content table tbody>tr td.gi-cart-pro-remove {
  width: 90px;
  text-align: right;
}

.gi-cart-content .table-content table tbody>tr td.gi-cart-pro-remove a {
  font-size: 22px;
  margin: 0 auto;
  color: #4b5966;
}

.gi-cart-content .table-content table tbody>tr td.gi-cart-pro-remove a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gi-cart-content .table-content table tbody>tr td.gi-cart-pro-remove a:hover i {
  color: #ff9d9d;
}

.gi-cart-content .gi-cart-update-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 0;
}

.gi-cart-update-bottom>a {
  color: #4b5966;
  display: inline-block;
  text-decoration: underline;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.gi-cart-update-bottom .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 150px;
}

.gi-cart-form {
  padding-top: 19px;
}

.gi-cart-form label {
  margin-bottom: 9px;
  color: #4b5966;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.gi-cart-form p {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.gi-cart-form input {
  height: 50px;
  background-color: transparent;
  border: 1px solid #eee;
  color: #4b5966;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  border-radius: 5px;
}

.gi-cart-form select {
  padding: 0 15px;
  webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  color: #777;
  cursor: pointer;
  border-radius: 5px;
}

.gi-cart-form .gi-cart-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #eee;
  font-size: 14px;
  padding: 0;
  margin-bottom: 28px;
  border-radius: 5px;
}

.gi-cart-form .gi-cart-select-inner::after {
  content: "\f107";
  position: absolute;
  font-family: "gIcons";
  top: 0;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
  pointer-events: none;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
}

.gi-cart-summary-bottom .gi-cart-summary>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.gi-cart-summary-bottom .gi-cart-summary .text-left {
  color: #4b5966;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.gi-cart-summary-bottom .gi-cart-summary .text-right {
  color: #4b5966;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.gi-cart-summary-bottom .gi-cart-summary .text-right a {
  color: #5caf90;
  font-weight: 500;
}

.gi-cart-summary-bottom .gi-cart-summary .gi-cart-summary-total {
  border-top: 1px solid #eee;
  padding-top: 19px;
  margin-bottom: 0;
  margin-top: 16px;
}

.gi-cart-summary-bottom .gi-cart-summary .gi-cart-summary-total .text-left {
  font-size: 16px;
  font-weight: 500;
}

.gi-cart-summary-bottom .gi-cart-summary .gi-cart-summary-total .text-right {
  font-size: 16px;
  font-weight: 500;
}

.gi-cart-summary-bottom .gi-cart-summary .gi-cart-coupan-content {
  display: none;
  margin-bottom: 0;
}

.gi-cart-coupan-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 5px;
}

.gi-cart-coupan-form .gi-coupan {
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  height: 40px;
  color: #777;
  font-size: 14px;
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.5px;
  outline: none;
  border-radius: 5px;
}

/*-------------------------------------------------
  Checkout Page CSS
---------------------------------------------------*/
.gi-checkout-section {
  font-size: 14px;
}

.gi-checkout-section label {
  margin-bottom: 15px;
}

.gi-checkout-section [type=radio]:checked {
  position: relative;
  opacity: 0;
  display: none;
}

.gi-checkout-section [type=radio]:checked+label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #777;
  letter-spacing: 0;
}

.gi-checkout-section [type=radio]:checked+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #5caf90;
}

.gi-checkout-section [type=radio]:checked+label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #5caf90;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gi-checkout-section [type=radio]:not(:checked) {
  position: relative;
  opacity: 0;
  display: none;
}

.gi-checkout-section [type=radio]:not(:checked)+label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #777;
  letter-spacing: 0;
}

.gi-checkout-section [type=radio]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #ffffff;
}

.gi-checkout-section [type=radio]:not(:checked)+label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #5caf90;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.gi-checkout-wrap {
  padding: 30px;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 5px;
}

.gi-checkout-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 25px;
  position: relative;
  display: block;
  color: #4b5966;
  font-family: "Montserrat";
  line-height: 1;
}

.gi-checkout-wrap .gi-check-login h3 {
  margin-bottom: 22px;
}

.gi-checkout-wrap .gi-check-bill h3 {
  margin-bottom: 26px;
  line-height: 1.2;
}

.gi-checkout-wrap .gi-check-bill .gi-check-subtitle {
  margin-bottom: 10px;
}

.gi-sidebar-wrap {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 5px;
}

.gi-sidebar-wrap:last-child {
  margin-bottom: 0;
}

.gi-sidebar-wrap .gi-sb-block-content {
  margin-bottom: 0;
  border-bottom: none;
}

.gi-sidebar-wrap .gi-sb-title h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
  position: relative;
  color: #4b5966;
}

.gi-sidebar-wrap .gi-sb-title h3 .gi-sidebar-res {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.gi-sb-block-content.gi-sidebar-dropdown {
  margin-top: 15px;
}

.gi-checkout-pay-wrap [type=radio]:checked+label {
  margin-bottom: 30px;
}

.gi-checkout-pay-wrap [type=radio]:not(:checked)+label {
  margin-bottom: 6px;
}

.gi-new-product {
  margin-top: 2px;
}

.gi-check-subtitle {
  margin-bottom: 14px;
  color: #4b5966;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.gi-checkout-block.gi-check-new {
  margin-bottom: 30px;
}

.gi-new-option span {
  margin-right: 45px;
}

.gi-new-desc {
  position: relative;
  line-height: 24px;
  color: #777;
  letter-spacing: 0;
  max-width: 64%;
}

.gi-new-btn {
  margin-top: 26px;
}

.gi-new-btn a {
  height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  min-width: 150px;
  line-height: 40px;
  letter-spacing: 0;
}

.gi-check-login-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gi-check-login-form label {
  margin-bottom: 11px;
  color: #4b5966;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.gi-check-login-form input {
  background-color: transparent;
  border: 1px solid #eee;
  color: #4b5966;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  border-radius: 5px;
}

.gi-check-login-form .gi-check-login-fp {
  color: #4b5966;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-decoration: underline;
  font-size: 15px;
  line-height: 24px;
}

.gi-check-login-form .gi-check-login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px;
}

.gi-check-login-form .gi-check-login-btn .gi-btn-2 {
  margin-right: 20px;
}

.gi-check-bill-form {
  margin-bottom: 2px;
}

.gi-bill-option {
  margin-bottom: 32px;
  display: block;
}

.gi-bill-option span {
  margin-right: 45px;
}

.padding-bottom-3 {
  padding-bottom: 3px !important;
}

/*-----  Checkout Page CSS  ------*/
.gi-checkout-wrap .gi-check-bill-form .gi-bill-wrap {
  width: 100%;
  padding: 0 15px;
}

.gi-checkout-wrap .gi-check-bill-form .gi-bill-wrap.gi-bill-half {
  width: 50%;
}

.gi-checkout-wrap .gi-check-bill-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}

.gi-checkout-wrap .gi-check-bill-form label {
  margin-bottom: 7px;
  color: #4b5966;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.gi-checkout-wrap .gi-check-bill-form input {
  background-color: transparent;
  border: 1px solid #eee;
  color: #4b5966;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  border-radius: 5px;
}

.gi-checkout-wrap .gi-check-bill-form .gi-bill-fp label {
  margin-bottom: 0;
}

.gi-checkout-wrap .gi-check-bill-form .gi-bill-fp label a {
  color: #4b5966;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}

.gi-checkout-wrap .gi-check-bill-form .gi-bl-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #eee;
  font-size: 14px;
  padding: 0;
  margin-bottom: 27px;
  border-radius: 5px;
}

.gi-checkout-wrap .gi-check-bill-form .gi-bl-select-inner select {
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  color: #777;
  cursor: pointer;
  border-radius: 5px;
}

.gi-checkout-wrap .gi-check-bill-form .gi-bl-select-inner::after {
  content: "\f107";
  position: relative;
  font-family: "gIcons";
  top: 0;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
  pointer-events: none;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
}

.gi-checkout-content .gi-check-order-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
}

.gi-checkout-content .gi-check-order-btn .btn {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
  width: 150px;
  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;
  letter-spacing: 0;
}

.gi-checkout-summary>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.gi-checkout-summary .text-left {
  color: #777;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.gi-checkout-summary .text-right {
  color: #4b5966;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.gi-checkout-summary .text-right a {
  color: #5caf90;
  font-weight: 500;
  font-size: 14px;
}

.gi-checkout-summary .gi-checkout-summary-total {
  border-top: 1px solid #eee;
  padding-top: 19px;
  margin-bottom: 0;
  margin-top: 16px;
}

.gi-checkout-summary .gi-checkout-summary-total .text-left {
  font-size: 16px;
  font-weight: 600;
  color: #4b5966;
  font-family: 'Rubik', sans-serif;
}

.gi-checkout-summary .gi-checkout-summary-total .text-right {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
}

/*-----  Sidebar Page CSS  ------*/
.gi-sidebar-wrap .gi-sidebar-block .gi-checkout-pro {
  margin-top: 34px;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-checkout-pro>div:not(:last-child) {
  margin-bottom: 15px;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro li {
  padding: 1px;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro li a {
  margin: 0 auto;
  display: block;
  color: #777;
  font-size: 12px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  cursor: pointer;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro .gi-pro-size li a {
  pointer-events: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: #eee;
  color: #777;
  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;
  font-size: 12px;
  line-height: 18px;
  padding-top: 2px;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro .gi-pro-size li.active a {
  background-color: #4b5966;
  color: #fff;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro .gi-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro .gi-product-inner .gi-pro-content {
  width: calc(100% - 143px);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro .gi-product-inner .gi-pro-content h5 {
  padding: 0 15px 0 0;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro .gi-product-inner .gi-pro-content h5 a {
  font-size: 15px;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-checkout-pro .gi-product-inner .gi-pro-image-outer {
  width: 128px;
  margin-right: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-del-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-del-option>* {
  width: 50%;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-del-opt-head {
  color: #4b5966;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-del-desc {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-pay-opt-head {
  color: #4b5966;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}

.gi-sidebar-wrap .gi-sidebar-block .gi-sb-block-content .gi-pay-desc {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0;
}

.gi-product-inner .gi-pro-content .gi-price:not(:last-child) {
  margin-bottom: 4px;
}

.gi-sidebar-wrap.gi-checkout-del-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

.gi-sidebar-wrap.gi-checkout-del-wrap .gi-del-commemt {
  margin-top: 12px;
  display: block;
}

.gi-sidebar-wrap.gi-checkout-del-wrap .gi-del-commemt .gi-del-opt-head {
  margin-bottom: 8px;
}

.gi-sidebar-wrap.gi-checkout-del-wrap textarea {
  background: transparent;
  border: 1px solid #eee;
  color: #4b5966;
  height: 100px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-size: 14px;
  display: block;
  border-radius: 5px;
}

.gi-sidebar-wrap.gi-checkout-pay-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

.gi-sidebar-wrap.gi-checkout-pay-wrap textarea {
  background: transparent;
  border: 1px solid #eee;
  color: #4b5966;
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-size: 14px;
  display: block;
  border-radius: 5px;
}

.gi-sidebar-wrap.gi-checkout-pay-wrap .gi-pay-commemt .gi-pay-opt-head {
  margin-bottom: 8px;
}

.gi-sidebar-wrap.gi-checkout-pay-wrap .gi-pay-agree {
  position: relative;
  display: block;
  margin-top: 20px;
}

.gi-sidebar-wrap.gi-checkout-pay-wrap .gi-pay-agree input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}

.gi-sidebar-wrap.gi-checkout-pay-wrap .gi-pay-agree input:checked~.checked::after {
  display: block;
}

.gi-sidebar-wrap.gi-checkout-pay-wrap .gi-pay-agree a {
  margin-left: 27px;
  display: block;
  color: #777;
  font-size: 14px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0;
  cursor: pointer;
}

.gi-sidebar-wrap.gi-checkout-pay-wrap .gi-pay-agree a span {
  font-weight: 500;
  color: #4b5966;
}

.gi-sidebar-wrap.gi-checkout-pay-wrap .gi-pay-agree .checked {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.gi-sidebar-wrap.gi-checkout-pay-wrap .gi-pay-agree .checked:after {
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border: 1px solid #5caf90;
  content: "\f00c";
  position: relative;
  display: none;
  font-family: "gIcons";
  font-size: 9px;
  color: #5caf90;
  line-height: 14px;
  text-align: center;
  border-radius: 4px;
}

.gi-sidebar-wrap.gi-check-pay-img-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

.gi-check-pay-img-wrap .gi-check-pay-img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gi-check-pay-img-wrap .gi-check-pay-img img {
  width: 100%;
}

/*-----  Checkout Summary CSS  ------*/
.gi-checkout-summary .gi-checkout-coupan-content {
  display: none;
  margin-bottom: 0;
}

.gi-checkout-coupan-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 5px;
}

.gi-checkout-coupan-form .gi-coupan {
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  height: 35px;
  color: #777;
  font-size: 14px;
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
}

.gi-checkout-coupan-form .gi-coupan-btn {
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
}

/*-------------------------------------------------
   Compare Page CSS
---------------------------------------------------*/
.gi-compare-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: auto;
}

.gi-compare-box::-webkit-scrollbar {
  width: 12px !important;
  height: 10px !important;
  padding: 8px !important;
}

.gi-compare-box::-webkit-scrollbar-track {
  width: 12px !important;
  background-color: #4b5966 !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
}

.gi-compare-box::-webkit-scrollbar-thumb {
  background-color: #4b5966 !important;
  border-radius: 10px !important;
  border: 3px solid #fff !important;
}

.gi-compare-box::-webkit-scrollbar-thumb:hover {
  background-color: #5caf90 !important;
}

.gi-compare-box .title-col {
  border-right: 1px solid #eee !important;
}

.gi-compare-box .gi-compare-col {
  width: 324px;
  min-width: 324px;
  height: 100%;
  display: block;
  border: 1px solid #eee;
  position: relative;
}

.gi-compare-box .gi-compare-col:not(:last-child) {
  margin-right: -1px;
  width: 314px;
  min-width: 314px;
}

.gi-compare-box .gi-compare-col:hover .gi-action {
  opacity: 1;
}

.gi-compare-box .gi-compare-col .remove-compare-product {
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 15px;
  z-index: 5;
}

.gi-compare-box .gi-compare-col .remove-compare-product .svg_img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 15px;
  height: 15px;
  opacity: 0.5;
}

.gi-compare-box .gi-compare-col .gi-action {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.gi-compare-box .gi-compare-col .gi-action ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gi-compare-box .gi-compare-col .gi-action ul li {
  margin: 2px;
}

.gi-compare-box .gi-compare-col .gi-action ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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: 5px;
  background-color: #4b5966;
}

.gi-compare-box .gi-compare-col .gi-action ul li a:hover {
  background-color: #5caf90 !important;
}

.gi-compare-box .gi-compare-col .gi-action ul li a i {
  font-size: 18px;
  color: #fff;
  line-height: 0;
}

.gi-compare-box .gi-compare-cell {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.gi-compare-box .gi-compare-cell:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.gi-compare-box .gi-compare-cell>div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-compare-box .gi-compare-cell .i-stock {
  color: #02d302;
}

.gi-compare-box .gi-compare-cell .o-stock {
  color: #ffa5a5;
}

.gi-compare-box .gi-compare-cell h5 {
  margin: 0;
  line-height: 28px;
  color: #4b5966;
  font-size: 15px;
  font-weight: 600;
}

.gi-compare-box .gi-compare-cell p {
  margin: 0;
  font-size: 14px;
  color: #777;
  font-weight: 300;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gi-compare-box .gi-compare-cell img {
  height: 200px;
  margin: auto;
}

.gi-compare-box .gi-compare-cell .desc {
  height: 115px;
}

.gi-compare-box .gi-compare-cell .desc p {
  height: 115px;
  max-height: 288px;
  display: -webkit-box;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.gi-compare-box .gi-compare-cell .list {
  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;
}

.gi-compare-box .gi-compare-cell .list,
.gi-compare-box .gi-compare-cell .title {
  width: 100%;
  min-height: 221px;
  height: 100%;
}

.gi-compare-box .gi-compare-cell .rating-info {
  margin-left: 5px;
  color: #999;
  font-size: 12px;
}

.gi-compare-box .gi-compare-cell .gi-pro-rating i {
  line-height: 28px;
}

/*-------------------------------------------------
   Faq Page CSS
---------------------------------------------------*/
.gi-accordion.style-1 .gi-accordion-item {
  border-color: #eee;
  overflow: hidden;
}

.gi-accordion.style-1 .gi-accordion-item:not(:last-child) {
  margin-bottom: 10px;
}

.gi-accordion.style-1 .gi-accordion-item .gi-accordion-header {
  margin: 0;
  padding: 15px 35px 15px 15px;
  background-color: #f8f8fb;
  color: #4b5966;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  font-family: 'Rubik', sans-serif;
  border: 1px solid #eee;
  border-radius: 5px;
}

.gi-accordion.style-1 .gi-accordion-item .gi-accordion-header:after {
  content: "\f107";
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "gIcons";
  cursor: pointer;
  font-size: 24px;
  color: #4b5966;
  font-weight: 400;
  position: absolute;
  top: 20px;
  right: 15px;
}

.gi-accordion.style-1 .gi-accordion-body {
  padding: 15px 0;
  font-size: 14px;
  color: #777;
  display: none;
  line-height: 24px;
}

.gi-accordion.style-1 .gi-accordion-body code {
  font-weight: 600;
  font-size: 14px;
  color: #5caf90;
}

.gi-accordion.style-1 .gi-accordion-body.show {
  display: block;
}

/*-------------------------------------------------
  Login Page CSS
---------------------------------------------------*/
.gi-login-content {
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gi-login-content .gi-login-box {
  width: 50%;
  padding: 0 15px;
}

.gi-login-wrapper {
  max-width: 530px;
  margin: 0 auto 0;
}

.gi-login-wrapper .gi-login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gi-login-wrapper .gi-login-container {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: left;
  background-color: #fff;
}

.gi-login-wrapper .gi-login-container .gi-login-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gi-login-wrapper .gi-login-container .gi-login-form label {
  margin-bottom: 10px;
  color: #4b5966;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.gi-login-wrapper .gi-login-container .gi-login-form input {
  width: 300;
  margin-bottom: 27px;
  padding: 0 15px;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #777;
  font-size: 14px;
  outline: none;
}

.gi-login-wrapper .gi-login-container .gi-login-form .gi-login-wrap+.gi-login-wrap input {
  margin-bottom: 15px;
}

.gi-login-wrapper .gi-login-container .gi-login-form .gi-login-fp label {
  margin-bottom: 0;
}

.gi-login-wrapper .gi-login-container .gi-login-form .gi-login-fp label a {
  margin-top: 10px;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gi-login-wrapper .gi-login-container .gi-login-form .gi-login-btn {
  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;
}

.gi-login-wrapper .gi-login-container .gi-login-form .gi-login-btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-login-wrapper .gi-login-container .gi-login-form .gi-login-btn button {
  padding: 8px 15px;
}

.gi-login-wrapper .gi-login-container .gi-login-form .gi-login-btn span {
  color: #777;
  font-size: 14px;
}

.gi-login-wrapper .gi-login-container .gi-login-form .gi-login-btn span a {
  color: #4b5966;
}

.gi-login-wrapper .gi-login-container .gi-login-form .gi-login-btn span a:hover {
  color: #5caf90;
}

.gi-login-img img {
  width: 100%;
  border-radius: 5px;
}

/*-------------------------------------------------
  Register Page CSS
---------------------------------------------------*/
.gi-register-wrapper {
  max-width: 934px;
  margin: 0 auto 0;
}

.gi-register-wrapper .gi-register-container {
  border: 1px solid #eee;
  padding: 30px;
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
}

.gi-register-wrapper .gi-register-container .gi-register-form .gi-register-wrap {
  width: 100%;
  padding: 0 15px;
}

li.wc_payment_method.payment_method_cheque label {
  font-weight: 700;
  margin-top: 12px;
}

.gi-register-wrapper .gi-register-container .gi-register-form .gi-register-wrap.gi-register-half {
  width: 50%;
}

.gi-register-wrapper .gi-register-container .gi-register-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}

input#payment_method_cheque {
  height: auto;
}

input#payment_method_cod {
  height: auto;
}

.gi-register-wrapper .gi-register-container .gi-register-form label {
  margin-bottom: 9px;
  color: #4b5966;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.gi-register-wrapper .gi-register-container .gi-register-form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eee;
  color: #777;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 15px;
  width: 300;
  outline: none;
  border-radius: 5px;
}

.gi-register-wrapper .gi-register-container .gi-register-form input::-webkit-input-placeholder {
  color: #777 !important;
}

.gi-register-wrapper .gi-register-container .gi-register-form input::-moz-placeholder {
  color: #777 !important;
}

.gi-register-wrapper .gi-register-container .gi-register-form input:-ms-input-placeholder {
  color: #777 !important;
}

.gi-register-wrapper .gi-register-container .gi-register-form input::-ms-input-placeholder {
  color: #777 !important;
}

.gi-register-wrapper .gi-register-container .gi-register-form input::placeholder {
  color: #777 !important;
}

.gi-register-wrapper .gi-register-container .gi-register-form .gi-register-fp label {
  margin-bottom: 0;
}

.gi-register-wrapper .gi-register-container .gi-register-form .gi-register-fp label a {
  color: #4b5966;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}

.gi-register-wrapper .gi-register-container .gi-register-form .gi-rg-select-inner {
  width: 300;
  height: 50px;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  border: 1px solid #eee;
  font-size: 14px;
}

.gi-register-wrapper .gi-register-container .gi-register-form .gi-rg-select-inner select {
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  color: #777;
  font-weight: 300;
  cursor: pointer;
}

.gi-register-wrapper .gi-register-container .gi-register-form .gi-rg-select-inner::after {
  content: "\f107";
  position: absolute;
  font-family: "gIcons";
  top: 0;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
  pointer-events: none;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
}

.gi-register-wrapper .gi-register-container .gi-register-form .gi-register-wrap.gi-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gi-register-wrapper .gi-register-container .gi-register-form .gi-register-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-register-wrapper .gi-register-container .gi-register-form .gi-register-btn button {
  padding: 8px 15px;
}

.gi-register-wrapper .gi-register-container .gi-register-form .gi-register-btn span {
  color: #777;
  font-size: 14px;
}

.gi-register-wrapper .gi-register-container .gi-register-form .gi-register-btn span a {
  margin-left: 10px;
  color: #4b5966;
}

.gi-register-wrapper .gi-register-container .gi-register-form .gi-register-btn span a:hover {
  color: #5caf90;
}

/*-------------------------------------------------
  Track Order Page CSS
---------------------------------------------------*/
.gi-track .gi-track-box {
  border-radius: 5px;
}

.gi-track .gi-track-card {
  height: 100%;
  padding: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  color: #777;
  text-align: center;
  font-size: 15px;
  background-color: #f8f8fb;
}

.gi-track .gi-track-card .gi-track-title {
  margin-bottom: 5px;
  color: #4b5966;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.gi-track .gi-steps {
  margin-top: 24px;
  border: 1px solid #e9ecef;
  border-radius: 5px;
}

.gi-track .gi-steps-header {
  padding: 0.375rem;
  border-top: 1px solid #e9ecef;
}

.gi-track .gi-steps-header .progress {
  height: 0.25rem;
}

.gi-track .gi-steps-header .progress .progress-bar {
  background-color: #5caf90;
}

.gi-track .gi-steps-body {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.gi-track .gi-step {
  padding: 30px 15px;
  display: table-cell;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-right: 1px solid #e9ecef;
  color: #777;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.gi-track .gi-step:last-child {
  border-right: 0;
}

.gi-track .gi-step:hover {
  color: #4b5966;
  text-decoration: none;
}

.gi-track .gi-step:hover .gi-step-indicator {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-color: transparent;
  background-color: #e9ecef;
}

.gi-track .gi-step:hover .gi-step-icon {
  color: #777;
}

.gi-track .gi-step-indicator {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #e9ecef;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.gi-track .has-indicator {
  padding-right: 1.5rem;
  padding-left: 2.375rem;
}

.gi-track .has-indicator .gi-step-indicator {
  top: 50%;
  margin-top: -0.75rem;
}

.gi-track .gi-step-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  margin-bottom: 0.75rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #999;
  font-size: 22px;
}

.gi-track .gi-step-active {
  color: #4b5966;
  pointer-events: none;
  cursor: default;
  font-weight: 500;
}

.gi-track .gi-step-active:hover {
  color: #4b5966;
  pointer-events: none;
  cursor: default;
}

.gi-track .gi-step-active:hover .gi-step-icon {
  color: #5caf90;
}

.gi-track .gi-step-active .gi-step-icon {
  color: #5caf90;
}

.gi-track .gi-step-completed .gi-step-indicator {
  border-color: transparent;
  background-color: #5caf90;
  color: #fff;
  line-height: 1.25rem;
}

.gi-track .gi-step-completed .gi-step-indicator i {
  line-height: 23px;
}

.gi-track .gi-step-completed:hover .gi-step-indicator {
  border-color: transparent;
  background-color: #5caf90;
  color: #fff;
  line-height: 1.25rem;
}

.gi-track .gi-step-completed:hover .gi-step-indicator i {
  line-height: 23px;
}

/*-------------------------------------------------
  Terms Condition & Privacy Policy Page CSS
---------------------------------------------------*/
.gi-terms-conditions .gi-common-wrapper,
.gi-privacy-policy .gi-common-wrapper {
  padding: 30px;
  border: 1px solid #eee;
  max-width: 1140px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
}

.gi-terms-conditions .gi-cgi-block h5,
.gi-privacy-policy .gi-cgi-block h5 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #4b5966;
}

.gi-terms-conditions .gi-cgi-block p,
.gi-privacy-policy .gi-cgi-block p {
  margin-bottom: 30px;
  color: #777;
  font-size: 14px;
  font-weight: 400;
}

.gi-terms-conditions .gi-cgi-block p b,
.gi-privacy-policy .gi-cgi-block p b {
  font-weight: 500;
  color: #4b5966;
}

.gi-terms-conditions .gi-cgi-block:last-child p,
.gi-privacy-policy .gi-cgi-block:last-child p {
  margin-bottom: 0;
}

/*-------------------------------------------------
   Shop Page CSS
---------------------------------------------------*/
.width-100 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  width: 100% !important;
}

.width-50 {
  -webkit-box-flex: 0 !important;
  -gi-flex: 0 0 auto !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  width: 50% !important;
}

.list-view,
.list-view-50 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.list-view .gi-product-inner,
.list-view-50 .gi-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-view .gi-product-inner .gi-pro-content,
.list-view-50 .gi-product-inner .gi-pro-content {
  border: 0;
}

.list-view .gi-product-inner .gi-pro-image-outer,
.list-view-50 .gi-product-inner .gi-pro-image-outer {
  max-width: 270px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-view .gi-product-inner .gi-pro-content,
.list-view-50 .gi-product-inner .gi-pro-content {
  border-left: 1px solid #eee;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-view .gi-product-inner .gi-pro-content .gi-pro-title a,
.list-view-50 .gi-product-inner .gi-pro-content .gi-pro-title a {
  font-size: 16px;
  color: #4b5966;
  font-weight: 20px;
}

.list-view .gi-product-inner .gi-pro-content .gi-info,
.list-view-50 .gi-product-inner .gi-pro-content .gi-info {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 5px 0;
  font-size: 13px;
  color: #777;
  display: block;
}

.gi-shop .gi-product-content {
  padding-top: 0;
}

.gi-shop .gi-pro-list-top {
  margin-bottom: 30px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.gi-shop .gi-pro-list-top .gi-gl-btn {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gi-shop .gi-pro-list-top .gi-gl-btn .grid-btn {
  height: 40px;
  width: 40px;
  border: 0;
  border-radius: 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gi-shop .gi-pro-list-top .gi-gl-btn .grid-btn i {
  font-size: 20px;
  color: #4b5966;
  line-height: 0;
}

.gi-shop .gi-pro-list-top .grid-btn.active {
  background: #c74395;
  border: 1px solid #deeef9;
  border-radius: 5px;
}

.gi-shop .gi-pro-list-top .grid-btn.active i {
  color: #fff;
}

.gi-shop .gi-pro-list-top .gi-sort-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-shop .gi-pro-list-top .gi-sort-select .sort-by {
  font-size: 14px;
  color: #777;
  padding-right: 22px;
}

.gi-shop .gi-pro-list-top .gi-sort-select .gi-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 140px; */
  /* height: 50px; */
  line-height: 1.5;
  background: #fff;
  overflow: hidden;
  border-radius: 0;
  border-left: 1px solid #eee;
}

.gi-shop .gi-pro-list-top .gi-sort-select .gi-select-inner:after {
  padding: 0 10px;
  content: "\f107";
  position: absolute;
  font-family: "gIcons";
  top: 50%;
  right: -2px;
  cursor: pointer;
  pointer-events: none;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gi-shop .gi-pro-list-top .gi-sort-select .gi-select-inner select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  font-size: 12px;
  flex: 1;
  padding: 0 21px;
  color: #373737;
  cursor: pointer;
}

.gi-shop .gi-select-bar {
  margin: -5px -5px 25px -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gi-shop .gi-select-bar .gi-select-btn {
  margin: 5px;
  padding: 0 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #777;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.gi-shop .gi-select-bar .gi-select-btn .gi-select-cancel {
  margin-left: 15px;
  color: #ff8585;
  font-size: 18px;
}

.gi-shop .gi-select-btn-clear {
  padding: 0 !important;
}

.gi-shop .gi-select-btn-clear .gi-select-clear {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  margin: 0;
  padding: 3px 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4b5966;
  color: #fff;
  border-radius: 5px;
}

.gi-shop .gi-select-btn-clear .gi-select-clear:hover {
  color: #fff;
  background-color: #5caf90;
}

/*-------------------------------------------------
  Single product Page CSS
---------------------------------------------------*/
.gi-single-product {
  margin-bottom: 0;
  /*-----  Single Product  -----*/
  /*-----  Add More Product  -----*/
  /*-----  Product Info Tabs  -----*/
}

.gi-single-product .single-pro-img-no-sidebar {
  width: 40%;
}

.gi-single-product .single-pro-desc-no-sidebar {
  width: 60%;
}

.gi-single-product .single-pro-img {
  position: relative;
  width: 47.3%;
}

.gi-single-product .single-pro-img .single-product-scroll {
  padding: 15px;
  position: sticky;
  top: 30px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.gi-single-product .single-pro-img .gi-360-lbl {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  width: 40px;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-grid;
  display: grid;
  opacity: 0.7;
}

.gi-single-product .single-pro-img .gi-360-lbl:hover {
  opacity: 1;
}

.gi-single-product .single-pro-img .gi-video-icon {
  position: absolute;
  display: -ms-grid;
  display: grid;
  top: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: pointer;
  z-index: 1;
  opacity: 0.7;
}

.gi-single-product .single-pro-img .gi-video-icon:hover {
  opacity: 1;
}

.gi-single-product .single-pro-desc {
  width: 52.7%;
}

.gi-single-product .single-pro-img-no-sidebar {
  width: 40%;
}

.gi-single-product .single-pro-desc-no-sidebar {
  margin-right: 25px;
  position: relative;
  width: 40%;
  /* z-index: 99; */
  pointer-events: all;
}

.gi-single-product .space-6>div {
  margin-top: 30px;
}

.gi-single-product .space-6>div:nth-child(-n+2) {
  margin-top: 0;
}

.gi-single-product .single-product-cover {
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: default;
  border-radius: 5px;
}

.gi-single-product .single-nav-thumb {
  width: 100%;
  overflow: hidden;
}

.gi-single-product .single-nav-thumb .slick-list {
  margin: 0 -8px;
}

.gi-single-product .single-nav-thumb .single-slide {
  padding: 11px 11px 0 11px;
  display: block !important;
}

.gi-single-product .single-nav-thumb .slick-slide img {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 5px;
}

.gi-single-product .single-nav-thumb .slick-slide:hover img {
  border-color: #5caf90;
}

.gi-single-product .single-nav-thumb .slick-slide.slick-current.slick-active img {
  border-color: #f9d796;
}

.gi-single-product .single-nav-thumb .slick-arrow {
  top: 42%;
}

.gi-single-product .single-nav-thumb .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}

.gi-single-product .single-nav-thumb .slick-arrow {
  position: absolute;
  top: 55%;
  left: auto;
  right: auto;
  margin: 0 auto;
  font-size: 0;
  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;
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gi-single-product .single-nav-thumb .slick-arrow:before {
  content: "";
  color: #777;
  position: relative;
  font-size: 30px;
  font-family: "EcIcons";
  width: 100%;
  line-height: 30px;
  height: 30px;
}

.gi-single-product .single-nav-thumb .slick-arrow.slick-prev:before {
  content: "\f104";
  font-family: "gIcons";
}

.gi-single-product .single-nav-thumb .slick-arrow.slick-next {
  right: 0;
  left: auto;
}

.gi-single-product .single-nav-thumb .slick-arrow.slick-next:before {
  content: "\f105";
  font-family: "gIcons";
}

.gi-single-product .single-pro-content .gi-single-title {
  font-size: 22px;
  text-transform: none;
  margin: 0 0 20px 0;
  text-decoration: none;
  display: block;
  font-family: 'Rubik', sans-serif;
  font-weight: 800;
  line-height: 27px;
  color: #313131;
  letter-spacing: 0px;
  user-select: all;
}

.gi-single-product .single-pro-content p {
  font-size: 14px;
  color: #4b5966;
  margin: 0 0 12px;
  font-weight: 600;
}

.gi-single-product .single-pro-content p span {
  font-weight: 400;
}

.gi-single-product .single-pro-content .single-para {
  font-weight: 400;
  color: #4b5966;
  line-height: 26px;
}

.gi-single-product .single-pro-content .gi-single-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-single-product .single-pro-content .gi-single-rating-wrap i.ecicon {
  margin-right: 2px;
  line-height: 20px;
  font-size: 16px;
  float: unset;
}

.gi-single-product .single-pro-content .gi-single-rating-wrap .gi-read-review {
  color: #999;
}

.gi-single-product .single-pro-content .gi-single-rating-wrap .gi-read-review a {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.gi-single-product .single-pro-content .gi-single-rating-wrap .gi-read-review a:hover {
  color: #5caf90;
}

.gi-single-product .single-pro-content .gi-single-rating {
  padding-right: 15px;
  line-height: 17px;
}

.gi-single-product .single-pro-content .gi-read-review {
  line-height: 17px;
}

.gi-single-product .single-pro-content .gi-single-desc {
  margin-bottom: 12px;
  color: #595959;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 300;
  word-break: break-all;
  line-height: 26px;
  font-family: 'Rubik', sans-serif;
}

.gi-single-product .single-pro-content .gi-single-list ul {
  margin-bottom: 30px;
  padding-left: 18px;
}

.gi-single-product .single-pro-content .gi-single-list ul li {
  margin: 10px 0;
  color: #777;
  font-size: 14px;
  list-style: circle;
}

.gi-single-product .single-pro-content .gi-single-list ul li strong {
  font-weight: 600;
}

.gi-single-product .row {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  /* align-items: center; */
}

.gi-single-product .single-pro-content .gi-single-price-stoke {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  z-index: 1;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}

.gi-single-product .single-pro-content .gi-single-price-stoke>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gi-single-product .single-pro-content .gi-single-price-stoke .gi-single-ps-title {
  line-height: 1;
  font-size: 15px;
  color: #59c79e;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.gi-single-product .single-pro-content .gi-single-price-stoke .gi-single-sku {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 32px;
  color: #4b5966;
  user-select: all;
  pointer-events: all;
  font-weight: 300;
}

.gi-single-product .single-pro-content .gi-single-price .final-price {
  margin-bottom: 15px;
  color: #282828;
  font-weight: 800;
  font-size: 22px;
  line-height: 32px;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 0;
}

.gi-single-product .single-pro-content .gi-single-price .final-price .price-des {
  margin-left: 15px;
  color: #5caf90;
  font-weight: 500;
  font-size: 18px;
}

.gi-single-product .single-pro-content .gi-single-price .mrp {
  color: #777;
}

.gi-single-product .single-pro-content .gi-single-price .mrp span {
  color: #999;
  text-decoration: line-through;
}

.gi-single-product .single-pro-content .gi-pro-variation {
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.gi-single-product .single-pro-content .gi-pro-variation .gi-pro-variation-inner {
  font-size: 16px;
  font-weight: 600;
  color: #4b5966;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gi-single-product .single-pro-content .gi-pro-variation .gi-pro-variation-inner>span {
  margin: 0 0 10px;
  color: #202020;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
}

.gi-single-product .single-pro-content .gi-pro-variation .gi-pro-variation-inner .gi-pro-variation-content li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #f8f8fb;
  color: #777;
  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;
  font-size: 12px;
  line-height: 22px;
  border: 1px solid #eee;
  float: left;
  border-radius: 5px;
}

.gi-single-product .single-pro-content .gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-color .gi-pro-variation-content li {
  padding: 2px;
  border-radius: 30px;
  opacity: 0.7;
  background-color: transparent;
}

.gi-single-product .single-pro-content .gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-color .gi-pro-variation-content li span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
}

.gi-single-product .single-pro-content .gi-pro-variation .gi-pro-variation-inner.gi-pro-variation-color .gi-pro-variation-content .active {
  border: 1px solid #4b5966;
}

.gi-single-product .single-pro-content .gi-single-qty {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.gi-single-product .single-pro-content .gi-single-qty .qty-plus-minus {
  width: 120px;
  height: 40px;
  padding: 10px;
  border: 1px solid #eee;
  display: inline-block;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
}

.gi-single-product .single-pro-content .gi-single-qty .qty-plus-minus .ms_qtybtn {
  width: 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;
  height: 100%;
  cursor: pointer;
  font-size: 22px;
  color: #4b5966;
}

.gi-single-product .single-pro-content .gi-single-qty .qty-plus-minus input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #4b5966;
  float: left;
  font-size: 15px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  outline: none;
  font-weight: 500;
}

.gi-single-product .single-pro-content .gi-single-qty .qty-plus-minus .dec.ms_qtybtn {
  border-right: 1px solid #eee;
}

.gi-single-product .single-pro-content .gi-single-qty .qty-plus-minus .inc.ms_qtybtn {
  border-left: 1px solid #eee;
}

.gi-single-product .single-pro-content .gi-single-qty .gi-single-cart .gi-btn-1 {
  font-size: 15px;
  letter-spacing: 0;
  background: #deeef9;
  color: #3e3e3e;
  font-weight: 300;
  border-radius: 20px;
  display: -webkit-inline-box;
  padding: 10px 29px 10px 30px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-single-product .single-pro-content .gi-single-qty .gi-single-cart .gi-btn-1 svg {
  margin-right: 8px;
}

.gi-single-product .single-pro-content .gi-single-qty .gi-btn-group {
  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;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #17181c !important;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
}

.gi-single-product .single-pro-content .gi-single-qty .gi-btn-group i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #4b5966;
  line-height: 0;
}

.gi-single-product .single-pro-content .gi-single-qty .gi-btn-group:hover {
  color: #fff;
  background-color: #5caf90;
  border-color: #5caf90;
}

.gi-single-product .single-pro-content .gi-single-qty .gi-btn-group:hover i {
  color: #fff !important;
}

.gi-single-product .single-pro-content .gi-single-qty .gi-single-wishlist {
  margin-right: 10px;
}

.gi-single-product .single-add-more .add-more-item {
  height: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #f8f8fb;
}

.gi-single-product .single-add-more .add-more-item:hover a {
  opacity: 1;
}

.gi-single-product .single-add-more .add-more-item a {
  padding: 5px 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
  z-index: 99;
}

.gi-single-product .single-add-more .add-more-item .add-more-img {
  margin-left: 15px;
  position: relative;
}

.gi-single-product .single-add-more .add-more-item .add-more-img img {
  width: 75px;
  border-radius: 5px;
  object-fit: contain;
  border: 1px solid #eee;
  max-height: 75px;
}

.gi-single-product .single-add-more .add-more-item .add-more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gi-single-product .single-add-more .add-more-item .add-more-info h5 {
  color: #777;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.85px;
  text-transform: capitalize;
  font-family: 'Rubik', sans-serif;
}

.gi-single-product .single-add-more .add-more-item .add-more-info .gi-pro-rating {
  margin-bottom: 5px;
}

.gi-single-product .single-add-more .add-more-item .add-more-info .gi-pro-rating i {
  font-size: 12px;
}

.gi-single-product .single-add-more .add-more-item .add-more-info .new-price {
  font-size: 15px;
}

.gi-single-product .single-add-more .add-more-item .add-more-info .old-price {
  margin-left: 5px;
  font-size: 14px;
  color: #777;
  text-decoration: line-through;
}

.gi-single-product .gi-single-pro-tab {
  margin-top: 40px;
}

.gi-single-product .gi-single-pro-tab .gi-single-pro-tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gi-single-product i.gicon.gi-star-o.fill {
  color: #ff6262;
}

.gi-single-product i.gicon.gi-star-o {
  color: #b2b2b2;
  float: left;
  font-size: 14px;
}

.gi-single-product .gi-single-pro-tab-nav {
  width: 100%;
  margin: auto;
  border-bottom: none;
  position: relative;
  display: block;
  text-align: center;
  float: left;
}

.gi-single-product .gi-single-pro-tab-nav .nav-tabs {
  border-bottom: none;
  display: inline-block;
  float: left;
}

.gi-single-product .gi-single-pro-tab-nav .nav-tabs li {
  margin: 0 5px 5px auto;
}

.gi-single-product .gi-single-pro-tab-nav .nav-tabs li:last-child {
  margin-right: 0;
}

.gi-single-product .gi-single-pro-tab-nav .nav-tabs .nav-link {
  border: 1px solid #eee;
  text-transform: capitalize;
  line-height: 24px;
  color: #4b5966;
  padding: 8px 28px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  letter-spacing: 0;
}

.gi-single-product .gi-single-pro-tab-nav .nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #5caf90;
  border: 1px solid #5caf90;
}

.gi-single-product .gi-single-pro-tab-nav .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #5caf90;
  border: 1px solid #5caf90;
}

.gi-single-product .gi-single-pro-tab-nav li {
  display: inline-block;
  float: left;
  margin-right: 2px;
}

.gi-single-product .tab-pane p {
  color: #777;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.gi-single-product .gi-single-pro-tab-content {
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 0;
  color: #202020;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
  border-radius: 5px;
}

.gi-single-product .gi-single-pro-tab-content .gi-t-review-wrapper {
  margin-top: 10px;
}

.gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-desc>p:last-child {
  margin-bottom: 0;
}

.gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-desc p {
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0;
  color: #777;
  line-height: 28px;
  font-weight: 400;
}

.gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-desc ol {
  padding-left: 24px;
}

.gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-desc ol li {
  list-style: outside;
  margin-bottom: 4px;
  color: #777;
}

.gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-desc ul {
  margin-bottom: 15px;
  padding-left: 24px;
}

.gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-desc ul li {
  font-size: 15px;
  list-style: outside;
  margin-bottom: 4px;
  color: #777;
}

.gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-moreinfo p {
  color: #777;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-moreinfo ol {
  padding-left: 24px;
}

.gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-moreinfo ol li {
  list-style: outside;
  margin-bottom: 4px;
  color: #777;
}

.gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-moreinfo ul {
  padding-left: 24px;
}

.gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-moreinfo ul li {
  margin-bottom: 4px;
  font-size: 15px;
  list-style: outside;
  color: #777;
}

.gi-single-product .gi-single-pro-tab-content .gi-single-pro-tab-moreinfo li span {
  margin: 0 25px 0 0;
  min-width: 150px;
  font-size: 15px;
  color: #4b5966;
  display: inline-block;
  font-weight: 500;
}

.gi-single-product .gi-single-pro-tab-content .gi-t-review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.gi-single-product .gi-single-pro-tab-content .gi-t-review-item p {
  color: #777;
}

.gi-single-product .gi-single-pro-tab-content .gi-t-review-item .gi-t-review-avtar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin: 0 15px 0 0;
}

.gi-single-product .gi-single-pro-tab-content .gi-t-review-item .gi-t-review-avtar img {
  max-width: 100%;
  border-radius: 5px;
}

.gi-single-product .gi-single-pro-tab-content .gi-t-review-item .gi-t-review-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 10px;
}

.gi-single-product .gi-single-pro-tab-content .gi-t-review-item .gi-t-review-top .gi-t-review-name {
  margin-bottom: 25px;
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
  display: block;
  color: #4b5966;
}

.gi-single-product .gi-single-pro-tab-content .gi-t-review-item .gi-t-review-top .gi-t-review-rating {
  font-size: 16px;
  margin-top: 5px;
}

.gi-single-product .gi-single-pro-tab-content .gi-t-review-item .gi-t-review-top a {
  color: #4b5966;
}

.gi-single-product .gi-single-pro-tab-content .gi-t-review-item .gi-t-review-top a:hover {
  color: #4b5966;
}

.gi-single-product .gi-single-pro-tab-content .gi-t-review-item .gi-t-review-bottom p {
  width: 100%;
  margin: 0;
  font-size: 14px;
  color: #777;
  line-height: 24px;
  font-weight: 400;
}

.gi-single-product .gi-single-pro-tab-content .gi-ratting-content h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  font-family: 'Rubik', sans-serif;
  color: #4b5966;
}

.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-star span {
  margin: 0 18px 0 0;
  font-size: 16px;
  color: #777;
}

.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-star i {
  font-size: 18px;
}

.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input:not(:last-child) {
  margin-bottom: 10px;
}

.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input input {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 20px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
  color: #777;
}

.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input input,
.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input textarea {
  font-size: 14px;
  border-radius: 5px;
}

.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input input::-webkit-input-placeholder,
.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input input::-moz-placeholder,
.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input input:-ms-input-placeholder,
.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input input::-ms-input-placeholder,
.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input textarea::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input input::placeholder,
.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input textarea::placeholder {
  color: #999;
  opacity: 1;
}

.gi-single-product .gi-single-pro-tab-content .gi-ratting-content .gi-ratting-input textarea {
  background: transparent;
  border: 1px solid #eee;
  color: #4b5966;
  height: 150px;
  padding: 20px;
  margin-bottom: 15px;
  width: 100%;
  outline: none;
  font-size: 14px;
}

.gi-single-product .gi-single-pro-tab-content .gi-product-vendor .gi-vendor-info {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gi-single-product .gi-single-pro-tab-content .gi-product-vendor .gi-vendor-info img {
  width: 80px;
  margin-right: 15px;
  border: 1px solid #eee;
}

.gi-single-product .gi-single-pro-tab-content .gi-product-vendor .gi-vendor-info h5 {
  font-size: 15px;
  font-weight: 600;
  color: #4b5966;
}

.gi-single-product .gi-single-pro-tab-content .gi-product-vendor .gi-vendor-info p {
  margin-bottom: 0;
}

.gi-single-product .gi-single-pro-tab-content .gi-product-vendor .gi-detail ul {
  margin-bottom: 15px;
}

/*-------------------------------------------------
   Wishlist Page CSS
---------------------------------------------------*/
.gi-wishlist .gi-vendor-dashboard-card {
  border: 1px solid #eee;
  border-radius: 5px;
  overflow-y: auto;
}

.gi-wishlist .gi-vendor-card-header {
  min-width: 700px;
  padding: 30px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gi-wishlist .gi-vendor-card-header h5 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #777;
}

.gi-wishlist .gi-vendor-card-body {
  min-width: 700px;
}

.gi-wishlist .gi-vendor-card-body {
  padding: 30px;
}

.gi-wishlist .table> :not(:first-child) {
  border-top: 2px solid #dee2e6;
}

.gi-wishlist .gi-table:before {
  content: "";
}

.gi-wishlist .gi-table thead tr th {
  bottom: 0 !important;
  color: #4b5966;
}

.gi-wishlist .gi-table tbody tr th span {
  padding: 14px 0 !important;
  display: block;
  color: #777;
}

.gi-wishlist .gi-table tbody tr td a {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gi-wishlist .gi-table tbody tr td a i {
  line-height: 10px;
}

.gi-wishlist .gi-table tbody tr td .prod-img {
  width: 58px;
  height: 58px;
}

.gi-wishlist .gi-table tbody tr td span {
  padding: 14px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #777;
}

.gi-wishlist .gi-table tbody tr td .avl {
  color: #5caf90;
}

.gi-wishlist .gi-table tbody tr td .out {
  color: #e9abab;
}

.gi-wishlist .gi-table tbody tr td .dis {
  color: #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gi-wishlist .gi-table tbody tr td .btn {
  width: 30px;
  height: 30px;
  margin: 0 3px;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
}

.gi-wishlist .gi-table tbody tr td .btn i {
  width: 16px;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 767px) {
  .gi-wishlist .gi-table tbody tr td span {
    font-size: 14px;
  }

  tr.woocommerce-cart-form__cart-item.cart_item td.product-subtotal {
    display: none !important;
  }
}

.phone_t a {
  color: #f5ad42 !important;
  font-weight: 800 !important;
  float: left !important;
  direction: ltr;
  text-align: left !important;
  font-size: 19px !important;
}

.info_block {
  background: #f5ad42;
  text-align: center;
  display: block;
  padding: 10px;
}

.gi-header-search {
  flex-direction: row;
  display: block;
  position: relative;
}

td.product-name a {
  font-weight: 300;
  font-size: 13px;
  color: #272727;
}


td.product-price span.woocommerce-Price-amount.amount {
  font-weight: 700;
  font-size: 13px;
}

.woocommerce a.remove {
  color: #c13737 !important;
  font-size: 17px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents table.shop_table th {
  font-size: 12px !important;
}

.footer__madeby {
  width: 100%;
  background-color: #353535;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  column-gap: 5px;
  font-size: 13px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.footer__madeby a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #deeef9;
  transition: all 0.3s ease 0s;
}

.footer__madeby a:hover {
  color: #BEC5A9;
}

.callback_btn {
  position: fixed;
  bottom: 100px;
  left: 30px;
  z-index: 11;
}

.phone-btn {
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 .125em .5em #aaa, inset 0 0 0 3em #2296f4, 0 0 0 0 rgba(34, 150, 244, .25);
  background-color: #3da3f6;
  animation: scaleUp 2s infinite, borderScale 2s infinite;
}

.phone-btn svg {
  width: 60%;
  height: 60%;
  fill: #fff;
  animation: shake 2s cubic-bezier(0.43, 0, 0.6, 0.4) infinite;
}



@keyframes borderScale {
  0% {
    box-shadow:
      0 .125em .5em #aaa,
      inset 0 0 0 3em #2296f4,
      0 0 0 0 rgba(34, 150, 244, .25);
  }

  50% {
    box-shadow:
      0 .125em .5em #aaa,
      inset 0 0 0 .5em #2296f4,
      0 0 0 0 rgba(34, 150, 244, .25);
  }

  100% {
    box-shadow:
      0 .125em .5em #aaa,
      inset 0 0 0 3em #2296f4,
      0 0 0 3em rgba(34, 150, 244, 0);
  }
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.125);
  }

  60% {
    transform: scale(1);
  }
}

@keyframes shake {
  0% {
    transform: translate(0, 0)
  }

  1.25% {
    transform: translate(-2.5%, 0)
  }

  2.5% {
    transform: translate(0, 0);
  }

  3.75% {
    transform: translate(2.5%, 0);
  }

  5% {
    transform: translate(0, 0);
  }

  6.25% {
    transform: translate(-5%, 0)
  }

  7.5% {
    transform: translate(0, 0);
  }

  8.75% {
    transform: translate(5%, 0);
  }

  10% {
    transform: translate(0, 0);
  }

  11.25% {
    transform: translate(-5%, 0)
  }

  12.5% {
    transform: translate(0, 0);
  }

  13.75% {
    transform: translate(5%, 0);
  }

  15% {
    transform: translate(0, 0);
  }

  16.25% {
    transform: translate(-7.5%, 0)
  }

  17.5% {
    transform: translate(0, 0);
  }

  18.75% {
    transform: translate(7.5%, 0);
  }

  20% {
    transform: translate(0, 0);
  }

  21.25% {
    transform: translate(-7.5%, 0)
  }

  22.5% {
    transform: translate(0, 0);
  }

  23.75% {
    transform: translate(7.5%, 0);
  }

  25% {
    transform: translate(0, 0);
  }

  26.25% {
    transform: translate(-7.5%, 0)
  }

  27.5% {
    transform: translate(0, 0);
  }

  28.75% {
    transform: translate(7.5%, 0);
  }

  30% {
    transform: translate(0, 0);
  }

  31.25% {
    transform: translate(-7.5%, 0)
  }

  32.5% {
    transform: translate(0, 0);
  }

  33.75% {
    transform: translate(7.5%, 0);
  }

  35% {
    transform: translate(0, 0);
  }

  36.25% {
    transform: translate(-7.5%, 0)
  }

  37.5% {
    transform: translate(0, 0);
  }

  38.75% {
    transform: translate(7.5%, 0);
  }

  40% {
    transform: translate(0, 0);
  }

  41.25% {
    transform: translate(-7.5%, 0)
  }

  42.5% {
    transform: translate(0, 0);
  }

  43.75% {
    transform: translate(7.5%, 0);
  }

  45% {
    transform: translate(0, 0);
  }

  46.25% {
    transform: translate(-7.5%, 0)
  }

  47.5% {
    transform: translate(0, 0);
  }

  48.75% {
    transform: translate(7.5%, 0);
  }

  50% {
    transform: translate(0, 0);
  }
}

.modal-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}

.modal-buttons a {
  width: 100%;
  border: 2px solid #deeef9;
  border-radius: 21px;
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s ease 0s;
}

.modal-buttons a:hover {
  background: #c6e1f4;
  color: #1c1c1c;
}


@media (max-width: 991px) {

  .dgwt-wcas-ico-magnifier,
  .dgwt-wcas-ico-magnifier-handler {
    fill: #c74295;
  }
}


@media (max-width: 768px) {

  .dgwt-wcas-ico-magnifier,
  .dgwt-wcas-ico-magnifier-handler {
    fill: #fff;
  }
  .subcategories-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
}


.subcategory {
    text-align: center;
    max-width: 49%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

  .dgwt-wcas-search-icon {
    border-radius: 50%;
    background: #c74295;
    padding: 8px;
    width: 35px;
    height: 35px;
  }
}

li.sitemap-item {}.sitemap-list,
.sitemap-sublist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sitemap-item,
.sitemap-subitem {
    padding: 5px 0;
    position: relative;
    /* color: #191919; */
}

.sitemap-link,
.sitemap-sublink {
    text-decoration: none;
    color: #212121!important;
    font-weight: bold;
    font-size: 16px;
}

.sitemap-sublink {
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.sitemap-sublist {
    padding-left: 20px;
}

.circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.sitemap-item:hover .sitemap-link,
.sitemap-subitem:hover .sitemap-sublink {
    color: #c74295;
}

.sitemap-subitem .circle {
    background-color: #666;
}


.gi-product-inner .gi-pro-image {
    overflow: hidden;
    display: flex;
    padding: 11px;
    min-height: auto;
    min-width: auto;
    max-height: max-content;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.gi-product-inner .gi-pro-content {
  padding: 10px;
}
  h2.widget-title {
    font-size: 18px;
    margin-bottom: 34px;
}
  div#sidePanel section {
    margin-bottom: 50px;
}


} 
ul.product-categories {
    padding-left: 0;
}



.subcategory-link {
  display: block;
  color: inherit; /* Наследует цвет текста от родителя */
  text-decoration: none; /* Убирает подчеркивание ссылки */
  width: 100%; /* Занимает весь доступный размер для корректного клика */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subcategory-name {
  font-size: 15px;
  /* background: rgb(220 234 247 / 92%); */ /* Фон для улучшения читаемости текста, настраивайте по вкусу */
  padding: 5px 10px; /* Отступы вокруг текста */
  color: #0a0a0a;
  min-height: 55px;
  font-weight: 500;
  border-radius: 5px; /* Скругление углов */
  text-align: center;
}


@media (min-width:1100px) {
  .subcategory.col-md-4 {
    width: 31%;
    margin: 0 auto;
    margin-bottom: 23px;
}
.subcategories-container {
  display: none;
}
.subcategories-container.row {
  display: none;
}

.action-button {
    display: none;
}

.products-grid__sidebar.has-widgets_mob {
    display: block!important;
}

div#sidePanel {
    display: block;
    position: relative;
    left: 0;
    box-shadow: none;
    padding-right: 0;
    padding-left: 0;
    background: transparent;
    top: inherit;
    padding-top: inherit;
    width: inherit;
}



.gi-shop-sidebar.col-lg-3.order-lg-first.col-md-12.order-md-last.m-t-991 {
    z-index: 11;
}
}

.gi-add-to-cart {
  margin-top: 16px;
  text-align: center;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  background: #c74295;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

a.button.product_type_simple {
  background: #ffbde6;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  min-height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}