@font-face {
  font-family: 'Adobe Garamond Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Adobe Garamond Pro Regular'), url('AGaramondPro-Regular.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Adobe Garamond Pro Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Adobe Garamond Pro Italic'), url('AGaramondPro-Italic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Adobe Garamond Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Adobe Garamond Pro Bold'), url('AGaramondPro-Bold.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Adobe Garamond Pro Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Adobe Garamond Pro Bold Italic'), url('AGaramondPro-BoldItalic.woff') format('woff');
  }

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
 font-family: 'Adobe Garamond Pro Regular';
  color: #262626;
  overflow-x: hidden;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 10px;
  background-color: black;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float{
	margin-top:16px;
}
img.main-logo {
  width: 15%;
}
span.logo-text {

    padding-left: 10px;
    color: black;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 0px !important;
    font-family: calibri;

}
button.search-icon {
  margin: 0px 8px;
}

a {
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  text-decoration: none;
}
a:hover, a:focus {
  color: #FA6D3F !important;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #262626;
}

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

strong, b {
  font-weight: 700;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}
.search-icon {
  background: #0177B5 !important;
  color: white !important;
  padding: 6px !important;
  font-size: 15px  !important;
  font-weight: 400;
}
button:active, button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  border: none;
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  padding: 20px 25px;
  font-size: 1.3rem;
  text-transform: capitalize;
  border-radius: 0;
}
.btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn i.fa {
  margin-right: 5px;
}
.btn.btn-small {
  padding: 8px 20px;
}
.btn.btn-full {
  width: 100%;
}
.btn.btn-round {
  border-radius: 50%;
  padding: 0;
  line-height: 40px;
  height: 40px;
  width: 40px;
}
.btn.btn-round i.fa {
  padding: 0;
  margin: 0;
}
.btn.btn-semi-round {
  border-radius: 100px;
}
.btn.btn-brand {
  background-color: #d25b5b;
  color: #fff;
}
.btn.btn-brand:hover {
  background-color: #b03030;
}
.btn.btn-black {
  background-color: #262626;
  color: #fff;
}
.btn.btn-black:hover {
  background-color: #d25b5b;
  color: white !important;
}
.btn.btn-transparent {
  background-color: transparent;
  border: 1px solid #d25b5b;
  color: #262626;
}
.btn.btn-transparent:hover {
  background-color: black;
  color: #fff !important;
  border: 1px solid black;
}
.pro-qty {
  border: 1px solid #e7e7e7;
  display: inline-block;
  position: relative;
  height: 40px;
  width: 100px;
}
.pro-qty input {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  padding: 0 40px 0 15px;
  outline: none;
  width: 100%;
  border: none;
  height: 100%;
}
.pro-qty a {
  color: #000;
  font-weight: normal;
  font-size: 1.4rem;
  position: absolute;
  text-align: center;
  border-left: 1px solid #e7e7e7;
  height: 50%;
  right: 0;
  width: 25px;
  line-height: 33px;
}
.pro-qty a:hover {
  color: #d25b5b;
}
.pro-qty a.inc {
  top: 0;
  border-bottom: 1px solid #e7e7e7;
}
.pro-qty a.dec {
  bottom: 0;
}

.table-responsive::-webkit-scrollbar-thumb, .list::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: 0;
  background-color: #d25b5b;
}
.table-responsive::-webkit-scrollbar, .list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 15px;
  height: 5px;
  background-color: rgba(210, 91, 91, 0.3);
}

.nice-select {
  border-radius: 0px;
  float: none;
  height: auto;
  text-transform: capitalize;
  line-height: inherit;
  padding: 8px 30px 8px 15px;
  width: 200px;
}
@media only screen and (max-width: 479.98px), only screen and (max-width: 575.98px) {
  .nice-select {
    width: 160px;
  }
}
.nice-select span.current {
  font-weight: 600;
  font-size: 1.3rem;
}
.nice-select .list {
  border-radius: 0px;
  width: 100%;
}
.nice-select .list .option {
  line-height: 30px;
  min-height: 30px;
}

.form-check {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-check-input[type=checkbox], .form-check-input[type=radio] {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin-left: 0;
  margin-top: 3px;
  cursor: pointer;
  min-width: 13px;
  min-height: 13px;
}
.form-check-input[type=checkbox]:focus, .form-check-input[type=radio]:focus {
  border-color: #dfdfdf;
}
.form-check-input[type=checkbox]:checked, .form-check-input[type=radio]:checked {
  border-color: #d25b5b;
  background-color: #d25b5b;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-label {
  color: #262626;
  font-size: 1.4rem;
  line-height: 1;
  padding-left: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 479.98px) {
  .form-check-label {
    font-size: 1.3rem;
  }
}
.form-check-label a {
  color: #262626;
  font-weight: 500;
}
.form-check-label a:hover {
  color: #d25b5b;
}

fieldset {
  margin-top: 30px;
}
fieldset legend {
  border-bottom: 1px solid #c5c5c5;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.5;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.slick-slider {
  margin-bottom: 0;
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}
.slick-slider .slick-slide > div > div,
.slick-slider .slick-slide > div > figure {
  vertical-align: middle;
}
.slick-slider .slick-arrow {
  height: 60px;
  width: 40px;
  padding: 0;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  color: #d25b5b;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
}
.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.slick-slider .slick-arrow:hover {
  background-color: #d25b5b;
  color: #fff;
}
.slick-slider .slick-arrow * {
  margin: 0;
}
.slick-slider .slick-dots {
  margin-top: 35px;
  text-align: center;
  line-height: 1;
}
.slick-slider .slick-dots li {
  border: 1px solid #D4D4D4;
  background-color: #D4D4D4;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  margin-right: 10px;
  height: 12px;
  width: 12px;
}
.slick-slider .slick-dots li:hover, .slick-slider .slick-dots li.slick-active {
  background-color: #262626;
  border-color: #262626;
}
.slick-slider .slick-dots li button {
  display: none;
}
.slick-slider.slick-vertical .slick-arrow {
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.slick-slider.slick-vertical .slick-arrow.slick-prev {
  top: auto;
  bottom: 10px;
}
.slick-slider img {
  width: 100%;
}
.slick-slider:hover .slick-arrow {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
}

::-moz-selection {
  color: #fff;
  background: #d25b5b;
}

::selection {
  color: #fff;
  background: #d25b5b;
}

#quickViewModal.modal {
  display: block !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
  z-index: -99;
}
#quickViewModal.modal.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
  z-index: 9999;
  -webkit-animation: slideInDown 0.4s forwards;
  animation: slideInDown 0.4s forwards;
}
#quickViewModal.modal .modal-content {
  border: none;
  border-radius: 0;
}
#quickViewModal.modal .modal-dialog {
  max-width: 1140px;
}
#quickViewModal.modal .modal-dialog .modal-body {
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #quickViewModal.modal .modal-dialog .modal-body {
    padding: 15px;
  }
}
#quickViewModal.modal .modal-dialog .close {
  background-color: #262626;
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 99;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  #quickViewModal.modal .modal-dialog .close {
    left: auto;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  #quickViewModal.modal .modal-dialog .close {
    top: auto;
    bottom: 100%;
  }
}

.container-fluid {
  padding: 5px 80px;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.veeraModal.mfp-wrap .mfp-container {
  padding: 0;
}
.veeraModal.mfp-wrap .mfp-container .mfp-content {
  padding: 0;
  width: auto;
}
.veeraModal .mfp-close {
  font-size: 5rem;
  line-height: 1;
  -webkit-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  color: #262626;
  position: absolute;
  top: 30px;
  right: 50px;
}
.veeraModal .mfp-close:hover {
  color: #d25b5b;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (max-width: 767.98px) {
  .veeraModal .mfp-close {
    top: 5px;
    right: 5px;
    font-size: 4rem;
  }
}

.page-padding {
  padding: 90px 0;
}

.section-title-wrap {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #8d8d8d;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767.98px) {
  .section-title-wrap {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section-title-wrap {
    margin-bottom: 40px;
  }
}
.section-title-wrap h2 {
  font-size: 3.6rem;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: -5px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 32px;
}
@media only screen and (max-width: 767.98px) {
  .section-title-wrap h2 {
    font-size: 3rem;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section-title-wrap h2 {
    padding-bottom: 20px;
  }
}
.section-title-wrap h2:before {
  background-color: #d25b5b;
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 60px;
}
.section-title-wrap p {
  margin-bottom: 0;
}
.section-title-wrap.style-two {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 68px;
}
@media only screen and (max-width: 767.98px) {
  .section-title-wrap.style-two {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section-title-wrap.style-two {
    margin-bottom: 38px;
  }
}
.section-title-wrap.style-two h2 {
  font-family: "Playfair Display", serif;
  font-size: 4.8rem;
  padding-bottom: 17px;
}
@media only screen and (max-width: 575.98px) {
  .section-title-wrap.style-two h2 {
    font-size: 3.5rem;
  }
}
.section-title-wrap.style-two h2:before {
  display: none;
}
.section-title-wrap.style-three h2 {
  font-family: "Playfair Display", serif;
  font-size: 3.6rem;
  padding-bottom: 30px;
}

.tooltip .tooltip-inner {
  font-size: 1.3rem;
  line-height: 1;
  text-shadow: none;
  padding: 8px 15px 10px;
  border-radius: 0;
}

.page-pagination ul {
  line-height: 1;
}
.page-pagination ul li {
  margin: 0 5px;
}
.page-pagination ul li a {
  border: 1px solid transparent;
  border-radius: 50%;
  color: #848484;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 40px;
}
.page-pagination ul li a [class*=dl-icon] {
  vertical-align: middle;
}
.page-pagination ul li a.active {
  border-color: #e7e7e7;
  color: #000;
}

.no-margin {
  margin-top: 0 !important;
}
.no-margin [class*=col-] > div {
  margin: 0 !important;
}

.video-popup .mfp-close {
  background-color: #262626;
  color: #fff !important;
  text-align: center;
  padding: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  top: 0;
  left: 100%;
  right: auto;
  line-height: 60px;
  height: 60px;
  width: 60px;
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  z-index: 1;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .video-popup .mfp-close {
    bottom: 100%;
    left: auto;
    right: 0;
    top: auto;
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
}

.row:not(.g-0) {
  margin-left: -15px;
  margin-right: -15px;
}
.row:not(.g-0) > * {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
/*===========================
Start Header Area
==============================*/
.header-content-wrapper {
  /* padding: 30px 0; */
  position: relative;
}
.header-content-wrapper .header-left-area, .header-content-wrapper .header-right-area {
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-content-wrapper .header-left-area, .header-content-wrapper .header-right-area {
    width: 50%;
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.header-content-wrapper .header-mainmenu-area {
  -webkit-box-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
}
.header-content-wrapper button {
  background-color: transparent;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}
.header-content-wrapper button.menu-icon-bar {
  font-size: 2.6rem;
  margin-left: 30px;
}
@media only screen and (max-width: 767.98px) {
  .header-content-wrapper button.menu-icon-bar {
    margin-left: 15px;
  }
}
.header-content-wrapper button.menu-icon-bar:hover {
  color: #d25b5b;
}
.header-content-wrapper .menu-icon-wrap {
  height: 26px;
}

@media only screen and (max-width: 767.98px) {
  .logo-area {
    max-width: 90px;
  }
}

.header-right-area button {
  font-size: 1.6rem;
  line-height: 1;
}
.header-right-area button:hover {
  color: #d25b5b;
}
.header-right-area .user-area {
  margin: 0 25px;
}
.header-right-area .user-area li .dropdown-nav {
  width: 200px;
  padding: 30px;
  margin-top: 30px;
  left: auto;
  right: -15px;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header-right-area .user-area li .dropdown-nav {
    padding: 15px;
    width: 150px;
  }
}
.header-right-area .user-area li .dropdown-nav:after {
  content: "";
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 100%;
}
.header-right-area .user-area li .dropdown-nav li {
  margin-bottom: 20px;
}
.header-right-area .user-area li .dropdown-nav li:last-child {
  margin-bottom: 0;
}
.header-right-area .user-area li .dropdown-nav li a {
  color: #8d8d8d;
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase;
}
.header-right-area .user-area li .dropdown-nav li a:hover {
  color: #d25b5b;
}
.header-right-area .user-area li.dropdown-show:hover button {
  color: #d25b5b;
}
.header-right-area .mini-cart-icon {
  position: relative;
}
.header-right-area .mini-cart-icon .cart-count {
  background-color: #262626;
  color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 15px;
  display: block;
  position: absolute;
  top: -15px;
  left: 2px;
  height: 15px;
  width: 15px;
}

.sticky-header {
  -webkit-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
}
.sticky-header.fixedHeader {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 992;
  -webkit-animation: slideInDown 0.7s both;
          animation: slideInDown 0.7s both;
}

.preheader-area-wrapper {
  font-size: 1.4rem;
  /* line-height: 1.2; */
  /* padding: 24px 0; */
  background-color: black;
  padding-bottom: 0px;
}
.preheader-area-wrapper a {
  color: white;
}
.preheader-area-wrapper a:hover {
  color: #d25b5b;
}
.preheader-area-wrapper a i.fa {
  font-size: 1.6rem;
  vertical-align: middle;
  margin-right: 5px;
}

.preheader-left-area a {
  margin-right: 20px;
}
@media only screen and (max-width: 479.98px) {
  .preheader-left-area a {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.preheader-left-area a:last-child {
  margin: 0;
}

.preheader-middle-area {
  color: #d25b5b;
}

.preheader-right-area button {
  position: relative;
  margin-left: 20px;
}
.preheader-right-area button:hover, .preheader-right-area button:focus {
  color: #d25b5b;
  border: none;
}
.preheader-right-area button:before {
  font-family: "FontAwesome";
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  float: left;
}
.preheader-right-area button.language-switch-btn:before {
  content: "\f0ac";
}
.preheader-right-area button.currency-switch-btn:before {
  content: "\f155";
}
.preheader-right-area button.myaccount-switch-btn:before {
  content: "\f2c0";
}
.preheader-right-area .switcher .dropdown-nav {
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  margin-top: 15px;
}
.preheader-right-area .switcher .dropdown-nav:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 15px;
  width: 100%;
}
.preheader-right-area .switcher .dropdown-nav li {
  margin-bottom: 15px;
}
.preheader-right-area .switcher .dropdown-nav li:last-child {
  margin-bottom: 0;
}
.preheader-right-area .switcher .dropdown-nav li a {
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase;
}

.search-box-wrap form {
  position: relative;
}
.search-box-wrap form input[type=search] {
  border: none;
  border-bottom: 1px solid #737373;
  padding: 5px 20px 8px 0;
  font-size: 1.3rem;
  line-height: 1.5;
  outline: none;
  display: block;
  width: 100%;
}
.search-box-wrap form input[type=search]:focus {
  border-bottom-color: #d25b5b;
}
.search-box-wrap form .srch-btn {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 1.3rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*==================
Header Two
=====================*/
.header-two .headroom.headroom--not-top.headroom--pinned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.header-two .header-left-area .menu-icon-wrap {
  height: auto;
  line-height: 1;
}
.header-two .header-left-area .menu-icon-wrap button {
  font-size: 1.6rem;
  margin: 0;
}
.header-two #mainmenu-wrap .mainmenu li a {
  font-weight: 500;
}

/*==================
Header Three
=====================*/
.header-three {
  padding: 10px 0;
}
@media only screen and (max-width: 767.98px) {
  .header-three {
    padding: 0;
  }
}
.header-three .header-content-wrapper .header-left-area, .header-three .header-content-wrapper .header-right-area {
  -webkit-box-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-three .header-content-wrapper .header-left-area, .header-three .header-content-wrapper .header-right-area {
    width: 50%;
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.header-three .header-mainmenu-area {
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 47%;
}
.header-three .header-mainmenu-area #mainmenu-wrap .mainmenu {
  -moz-justify-content: flex-start!important;
  -ms-justify-content: flex-start!important;
  -webkit-box-pack: start!important;
          justify-content: flex-start!important;
  -ms-flex-pack: flex-start!important;
}
.header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li:first-child {
  padding-left: 0;
}
.header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li:first-child a {
  padding-left: 0;
}
.header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li:first-child a.current:before {
  left: 0;
  width: calc(100% - 15px);
}
.header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li.mega-fullwidth .mega-menu-wrap.dropdown-nav {
  left: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li.mega-fullwidth:hover .mega-menu-wrap.dropdown-nav {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li > a {
  font-size: 1.6rem;
}

/*==================
Header Five
=====================*/
.header-five .preheader-area-wrapper {
  border-bottom: 1px solid #F9F9F9;
  padding: 10px 0;
}
.header-five .preheader-area-wrapper .preheader-left-area a {
  color: #8d8d8d;
  font-size: 1.2rem;
}
.header-five .preheader-area-wrapper .preheader-left-area a i.fa {
  margin-top: -2px;
}
.header-five .preheader-area-wrapper .preheader-left-area a:hover {
  color: #d25b5b;
}
.header-five .preheader-area-wrapper .preheader-right-area {
  color: #8d8d8d;
  font-size: 1.2rem;
}
.header-five .preheader-area-wrapper .preheader-right-area button {
  color: #8d8d8d;
}
@media only screen and (max-width: 479.98px) {
  .header-five .preheader-area-wrapper .preheader-right-area button {
    margin-left: 10px;
  }
}
.header-five .preheader-area-wrapper .preheader-right-area button:before {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 479.98px) {
  .header-five .preheader-area-wrapper .preheader-right-area button:before {
    margin-right: 4px;
  }
}
.header-five .preheader-area-wrapper .preheader-right-area button:hover {
  color: #d25b5b;
}
.header-five .preheader-area-wrapper .preheader-right-area .switcher .dropdown-nav {
  left: auto;
  right: 0;
}
.header-five .preheader-area-wrapper .preheader-right-area .switcher .dropdown-nav li {
  margin-bottom: 20px;
}
.header-five .preheader-area-wrapper .preheader-right-area .switcher .dropdown-nav li:last-child {
  margin-bottom: 0;
}
.header-five .preheader-area-wrapper .preheader-right-area .switcher.myaccount-switcher .myaccount-switch-btn {
  margin-left: 0;
}
.header-five .preheader-area-wrapper .preheader-right-area .switcher.myaccount-switcher .dropdown-nav {
  white-space: nowrap;
  text-align: left;
  padding: 30px;
  width: 200px;
  left: 0;
  right: auto;
}
.header-five .header-five-middle-area {
  padding: 48px 0 15px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-five .header-five-middle-area {
    padding: 20px 0 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-five .header-five-middle-area {
    padding: 25px 0;
  }
}
.header-five .header-five-middle-area .minicart-button-content {
  font-size: 1.3rem;
}
.header-five .header-five-middle-area .minicart-button-content button {
  line-height: 24px;
}
.header-five .header-five-middle-area .minicart-button-content button:hover {
  color: #d25b5b;
}
.header-five .header-five-middle-area .minicart-button-content button i[class*=dl-icon-] {
  font-size: 2.4rem;
  vertical-align: text-bottom;
  line-height: 1;
  margin-right: 5px;
}
.header-five .header-five-middle-area .minicart-button-content .slicknav_menu {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .header-five .header-five-middle-area .minicart-button-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
}
@media only screen and (max-width: 479.98px) {
  .header-five .header-five-middle-area .minicart-button-content {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media only screen and (max-width: 479.98px) {
  .header-five .header-five-middle-area [class^=col-6] {
    max-width: 100%;
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center !important;
  }
  .header-five .header-five-middle-area [class^=col-6] .logo-area {
    margin-bottom: 20px;
    display: block;
  }
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-five .header-five-middle-area [class^=col-]:last-child {
    position: static;
  }
}
.header-five .header-five-middle-area .slicknav_menu .slicknav_nav {
  top: calc(100% - 50px);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-five .header-five-middle-area .slicknav_menu .slicknav_nav {
    top: calc(100% - 0px);
  }
}
.header-five .navigation-area-wrapper {
  padding: 30px 0;
}
.header-five .navigation-area-wrapper #mainmenu-wrap .mainmenu li a {
  font-weight: 400;
}
.header-five .navigation-area-wrapper #mainmenu-wrap .mainmenu li.mega-fullwidth .dropdown-nav.mega-menu-wrap {
  margin-top: 30px !important;
}
.header-five .logo-area {
  margin: auto;
}

/*==================
Header Seven
=====================*/
.header-seven {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.06);
  box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.06);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 350px;
  z-index: 99;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header-seven {
    width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .header-seven {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    height: auto;
    width: auto;
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .header-seven .header-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.header-seven .header-content-wrap .header-right-area .user-area .dropdown-nav {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header-seven .header-content-wrap .header-right-area .user-area .dropdown-nav:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) {
  .header-seven .logo-area {
    margin: auto;
  }
}
.header-seven .slicknav_menu {
  text-align: left;
}

/*==================
Header Eight
=====================*/
.header-eight .preheader-area-wrapper {
  padding: 20px 0;
  font-size: 1.2rem;
}
.header-eight .preheader-area-wrapper i.fa, .header-eight .preheader-area-wrapper [class*=dl-icon-] {
  font-size: 1.3rem;
}
.header-eight .preheader-area-wrapper .switcher button:before {
  font-size: 1.3rem;
}
.header-eight .header-five-middle-area {
  padding: 26px 0 40px;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .header-eight .header-five-middle-area {
    padding: 10px 0 30px;
  }
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-eight .header-five-middle-area [class^=col-]:last-child {
    position: static;
  }
}
.header-eight .header-five-middle-area .slicknav_menu .slicknav_nav {
  top: calc(100% - 70px);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-eight .header-five-middle-area .slicknav_menu .slicknav_nav {
    top: calc(100% - 30px);
  }
}
.header-eight .navigation-area-wrapper {
  background-color: #262626;
  padding: 20px 0;
}
.header-eight .navigation-area-wrapper .category-menu-wrapper {
  line-height: 1;
}
.header-eight .navigation-area-wrapper .category-menu-wrapper .shopByCategory-btn {
  color: #fff;
}
.header-eight .navigation-area-wrapper .category-menu-wrapper .shopByCategory-btn span {
  padding-left: 10px;
}
.header-eight .navigation-area-wrapper .category-menu-wrapper .shopByCategory-btn span, .header-eight .navigation-area-wrapper .category-menu-wrapper .shopByCategory-btn i {
  vertical-align: middle;
  display: table-cell;
}
.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li {
  padding: 0;
}
.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav {
  width: 100%;
  margin-top: 25px;
}
.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li {
  margin-bottom: 30px;
}
.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li:last-child {
  margin-bottom: 0;
}
.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li > a {
  font-size: 1.4rem;
}
.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li > a:after {
  display: none;
}
.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li .dropdown-nav li {
  margin-bottom: 20px;
}
.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li .dropdown-nav li:last-child {
  margin-bottom: 0;
}
.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li .dropdown-nav.mega-menu-wrap .mega-item-title {
  margin-bottom: 25px;
}
.header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li:hover > a {
  color: #d25b5b;
}
.header-eight .navigation-area-wrapper #mainmenu-wrap .mainmenu {
  -moz-justify-content: flex-start!important;
  -ms-justify-content: flex-start!important;
  -webkit-box-pack: start!important;
          justify-content: flex-start!important;
  -ms-flex-pack: flex-start!important;
}
.header-eight .navigation-area-wrapper #mainmenu-wrap .mainmenu > li > a {
  color: #fff;
  font-weight: 400;
}
.header-eight .navigation-area-wrapper #mainmenu-wrap .mainmenu > li .dropdown-nav {
  margin-top: 20px !important;
}
.special-category h4 {
  color: black !important;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    font-family: system-ui;
}
.special-category {
  float: left;
  width: 100%;
  /* background-color: black; */
  padding: 30px 0px;
  /* background-image: url(../img/5.webp); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: fixed;
  background-attachment: fixed;
  height: auto;
}
/*===============================
Start Preloader Wrap
================================*/
.preloader-active {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
}
.preloader-active .preloader-area-wrap {
  background-color: #fff;
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999999;
}
.preloader-active .preloader-area-wrap .spinner div {
  background-color: #d25b5b;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.preloader-active .preloader-area-wrap .spinner div.bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.preloader-active .preloader-area-wrap .spinner div.bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.preloader-area-wrap {
  display: none;
}

/*===============================
Start Page Header Wrapper
================================*/
.page-header-wrapper {
  background-color: #fff9f9;
  padding: 80px 0 78px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .page-header-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-header-wrapper {
    padding: 50px 0;
  }
}
.page-header-wrapper .page-header-content h2 {
  font-weight: 400;
  font-size: 3.6rem;
  margin-top: -7px;
}
@media only screen and (max-width: 575.98px) {
  .page-header-wrapper .page-header-content h2 {
    font-size: 2.2rem;
  }
}
.page-header-wrapper .page-header-content .page-breadcrumb ul li {
  position: relative;
}
.page-header-wrapper .page-header-content .page-breadcrumb ul li:after {
  content: "/";
  font-size: 1rem;
  margin: 0 10px;
}
.page-header-wrapper .page-header-content .page-breadcrumb ul li:last-child:after {
  display: none;
}
.page-header-wrapper .page-header-content .page-breadcrumb ul li a {
  font-size: 1.2rem;
  color: #8d8d8d;
}
.page-header-wrapper .page-header-content .page-breadcrumb ul li a:hover, .page-header-wrapper .page-header-content .page-breadcrumb ul li a.active {
  color: #262626;
}
.page-header-wrapper .page-header-content .page-breadcrumb ul li a.active {
  pointer-events: none;
}
.page-header-wrapper.layout-two {
  background-image: url(../img/my-account-bgtitle.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-header-wrapper.layout-two .page-header-content h2 {
  color: #fff;
}
.page-header-wrapper.layout-two .page-header-content .page-breadcrumb {
  color: #fff;
}
.page-header-wrapper.layout-two .page-header-content .page-breadcrumb a {
  color: #fff;
}
.page-header-wrapper.layout-two .page-header-content .page-breadcrumb a.active {
  color: #fff;
}

.dropdown-nav {
  background-color: #fff;
  -webkit-box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
  box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
  pointer-events: none;
  position: absolute;
  visibility: hidden;
  top: 100%;
  left: 0;
  width: 220px;
  z-index: 999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
.dropdown-nav.mega-menu-wrap {
  width: auto;
}

.dropdown-show {
  position: relative;
}
.dropdown-show:hover > .dropdown-nav {
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: none;
  transform: none;
}
.dropdown-show:hover .arrow-toggle:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-toggle {
  position: relative;
}
.arrow-toggle:after {
  content: "\f107";
  font-family: "FontAwesome";
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: 0.1s 0.2s ease-out;
  transition: 0.1s 0.2s ease-out;
}

/*============================================
 Start Navigation // Main Menu Style
=============================================*/
.mainmenu > li {
  padding: 0 10px;
}
.mainmenu > li > a {
  font-size: 20px;
  color: #262626;
  line-height: 1;
  font-weight: 400 !important;
  display: block;
  padding: 5px 15px;
  position: relative;
}
.mainmenu > li > a.current {
  color: #d25b5b;
}
.mainmenu > li > a.current:before {
  background-color: #d25b5b;
  content: "";
  position: absolute;
  left: 15px;
  bottom: 2px;
  height: 2.5px;
  width: calc(100% - 30px);
  opacity: 0;
}
.mt-60 {
  margin-top: 60px!important;
  margin-bottom: 20px;
}
.mainmenu > li:hover > a {
  color: #d25b5b;
}
.mainmenu > li .dropdown-nav {
  padding: 30px 0;
  margin-top: 30px;
}
.mainmenu > li .dropdown-nav:after {
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 100%;
}
.mainmenu > li .dropdown-nav li {
  padding: 0 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mainmenu > li .dropdown-nav li:last-child {
  margin-bottom: 0;
}
.mainmenu > li .dropdown-nav li a {
  color: black;
  font-size: 15px;
 
  display: inline-block;
  position: relative;
  padding: 0;
}
img.menu-products-img {
  width: 80%;
  margin: 5px 0px;

}
li.mega-menu-item {
  text-align: center;
}
.mega-menu-wrap.dropdown-nav.d-flex {
  overflow-y: scroll;
  height: 100vh;
  margin-top: 0px !important;
  width: 1000px;
}
h4.new-section {
  font-size: 22px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
   font-family: system-ui;
    font-weight: 500;
    text-transform: capitalize;
  text-indent: 20px;
}
p.new-sections {
  font-family: calibri;
  line-height: 1.8;
  font-weight: 500;
  font-size: 19px;
  text-align: justify;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
  color: #5c5c5c;
}

img.banner-image {
  width: 100%;
  height: 80vh;
  border-radius: 10px;
  margin-top: 20px;
}
.mainmenu > li .dropdown-nav li a:before {
  content: "";
  border-top: none;
  right: 0;
  left: auto;
  width: 0;
  position: absolute;
  -webkit-transition: width 300ms ease-out;
  transition: width 300ms ease-out;
  bottom: 0;
}
li.mega-menu-item {
  width: 15%;
}
.mainmenu > li .dropdown-nav li:hover > a {
  color: #262626;
}
.mainmenu > li .dropdown-nav li:hover > a:before {
  left: 0;
  right: auto;
  width: 100%;
}
.mainmenu > li .dropdown-nav li .dropdown-nav {
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  left: 100%;
  top: -20px;
  margin-top: 0;
}
.mainmenu > li .dropdown-nav li .dropdown-nav li a:after {
  display: none;
}
.mainmenu > li .dropdown-nav li.dropdown-show:hover .dropdown-nav {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mega-menu-wrap {
  white-space: nowrap;
}
.mega-menu-wrap .mega-menu-item {
  margin-bottom: 0 !important;
}
.mega-menu-wrap .mega-menu-item a.mega-item-title {
  margin-bottom: 10px;
  font-weight: 500 !important;
  color: #262626 !important;
  font-size: 17px !important;
}
.mega-menu-wrap .mega-menu-item ul li {
  padding: 0 !important;
}

.mega-fullwidth {
  position: static;
}
.mega-fullwidth .mega-menu-wrap {
  background-image: url(../img/menu-shop-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 1500px;
  width: 100%;
}
.mega-fullwidth .mega-menu-wrap.dropdown-nav {
  margin-top: -100px !important;
  left: 100%;
  -webkit-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  -webkit-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
}
.mega-fullwidth:hover .dropdown-nav {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-110%, 0);
}

.main-menu-list {
  margin-top: 70px;
}
.main-menu-list ul.mainmenu > li {
  margin-bottom: 35px;
}
.main-menu-list ul.mainmenu > li:last-child {
  margin-bottom: 0;
}
.main-menu-list ul.mainmenu > li > a {
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
}
.main-menu-list ul.mainmenu > li .dropdown-nav {
  left: 100%;
  top: 0;
  margin-top: -30px;
  text-align: left;
}
.main-menu-list ul.mainmenu > li .dropdown-nav li a {
  font-size: 1.4rem;
}
.main-menu-list ul.mainmenu > li.mega-fullwidth {
  position: relative;
}
.main-menu-list ul.mainmenu > li.mega-fullwidth .mega-menu-wrap.dropdown-nav {
  background-color: #fff;
  margin-top: -30px !important;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  width: auto;
  background-image: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .main-menu-list ul.mainmenu > li.mega-fullwidth .mega-menu-wrap.dropdown-nav {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .main-menu-list ul.mainmenu > li.mega-fullwidth .mega-menu-wrap.dropdown-nav .mega-menu-item {
    padding: 0 10px;
  }
  .main-menu-list ul.mainmenu > li.mega-fullwidth .mega-menu-wrap.dropdown-nav .mega-menu-item ul li a {
    font-size: 1.2rem;
  }
}
.main-menu-list ul.mainmenu > li.mega-fullwidth:hover .dropdown-nav {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.slicknav_menu {
  background-color: transparent;
  left: 0;
  padding: 0;
  top: 0;
  display: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .slicknav_menu {
    display: block;
  }
}
.slicknav_menu .slicknav_btn {
  background-color: transparent;
  color: #262626;
  border-radius: 1px;
  margin: 0;
  margin-left: 25px;
  padding: 0;
}
.slicknav_menu .slicknav_btn .slicknav_icon {
  display: none;
}
.slicknav_menu .slicknav_btn .slicknav_menutxt {
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 400;
  color: #262626;
  font-size: 1.6rem;
}
.slicknav_menu .slicknav_btn .slicknav_menutxt span, .slicknav_menu .slicknav_btn .slicknav_menutxt i {
  vertical-align: middle;
  display: table-cell;
}
.slicknav_menu .slicknav_nav {
  background-color: #262626;
  left: 0;
  position: absolute;
  padding: 0;
  top: calc(100% + 0px);
  width: 100%;
  max-height: 300px;
  overflow: auto;
  z-index: 97;
}
.slicknav_menu .slicknav_nav li a {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 40px 0 20px;
  margin: 0;
  display: block;
  position: relative;
  line-height: 45px;
}
.slicknav_menu .slicknav_nav li a:hover, .slicknav_menu .slicknav_nav li a:focus, .slicknav_menu .slicknav_nav li a:active {
  background-color: transparent;
  border-radius: 0;
  color: #d25b5b;
}
.slicknav_menu .slicknav_nav li a .slicknav_arrow {
  border-left: 1px solid #dfdfdf;
  margin-left: 0;
  font-size: 2.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  width: 40px;
}
.slicknav_menu .slicknav_nav li .slicknav_row {
  border-bottom: 0;
  padding: 0;
}
.slicknav_menu .slicknav_nav li ul {
  margin: 0;
  background-color: #000;
}
.slicknav_menu .slicknav_nav li ul ul {
  background-color: #333333;
}

/*=============================
Start Search box Wrapper
================================*/
.modalSearchBox {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1040;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.modalSearchBox .modaloverlay {
  background-color: white;
  cursor: url("../img/icons/cancel.png"), auto;
  height: 100vw;
  -webkit-transform: scale(0) translate(0);
  transform: scale(0) translate(0);
  border-radius: 50%;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: -50vw;
  top: -50vw;
  width: 100vw;
  z-index: 10;
}
.modalSearchBox.modalOpen {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  pointer-events: visible;
}
.modalSearchBox.modalOpen .modaloverlay {
  -webkit-transform: scale(2.5) translate(-25%, 25%);
  transform: scale(2.5) translate(-25%, 25%);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.modalSearchBox.modalOpen .search-box-wrapper {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.modalSearchBox .search-box-wrapper {
  -webkit-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  left: 50%;
  text-align: center;
  top: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: 0s 0.2s ease-out;
  transition: 0s 0.2s ease-out;
  position: absolute;
  max-width: 800px;
  width: 100%;
  z-index: 1100;
  padding: 0 20px;
}
.modalSearchBox .search-box-wrapper p {
  margin: 0;
  font-weight: 300;
  font-size: 1.8rem;
  color: black;
}
@media only screen and (max-width: 767.98px) {
  .modalSearchBox .search-box-wrapper p {
    font-size: 1.4rem;
  }
}
.modalSearchBox .search-box-wrapper .search-box-form {
  margin-top: 30px;
}
.modalSearchBox .search-box-wrapper .search-box-form form {
  position: relative;
}
.modalSearchBox .search-box-wrapper .search-box-form form input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid black;
  font-size: 3rem;
  font-weight: 300;
  display: block;
  outline: none;
  text-align: center;
  padding: 10px 70px 10px 10px;
  width: 100%;
  color: black;
}
.modalSearchBox .search-box-wrapper .search-box-form form input::-webkit-input-placeholder {
  color: black;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.modalSearchBox .search-box-wrapper .search-box-form form input::-moz-placeholder {
  color: black;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.modalSearchBox .search-box-wrapper .search-box-form form input:-ms-input-placeholder {
  color: black;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.modalSearchBox .search-box-wrapper .search-box-form form input::-ms-input-placeholder {
  color: black;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.modalSearchBox .search-box-wrapper .search-box-form form input::placeholder {
  color: black;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.modalSearchBox .search-box-wrapper .search-box-form form input::-moz-placeholder {
  color: black;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 767.98px) {
  .modalSearchBox .search-box-wrapper .search-box-form form input {
    font-size: 2rem;
  }
}
.modalSearchBox .search-box-wrapper .search-box-form form button.btn-search {
  font-size: 3rem;
  position: absolute;
  right: 2px;
  top: 0;
  height: 100%;
  color: black;
}

/*===============================
Start Mini Cart Wrapper
================================*/
.modal-minicart {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.modal-minicart .minicart-content-wrap {
  background-color: #fff;
  max-width: 420px;
  padding: 100px 50px 50px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media only screen and (max-width: 767.98px) {
  .modal-minicart .minicart-content-wrap {
    overflow: auto;
  }
}
.modal-minicart .minicart-content-wrap h2 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 40px;
}

.mfp-ready .modal-minicart {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.minicart-product-list {
  max-height: 300px;
  overflow: auto;
  margin-right: -70px;
  padding-right: 70px;
}
@media only screen and (max-width: 767.98px) {
  .minicart-product-list {
    padding-right: 10px;
    margin-right: -10px;
  }
}
.minicart-product-list .single-product-item {
  position: relative;
  margin-bottom: 30px;
  padding-right: 25px;
}
.minicart-product-list .single-product-item:last-child {
  margin-bottom: 0;
}
.minicart-product-list .single-product-item .product-thumb {
  max-width: 70px;
  -webkit-box-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-right: 20px;
}
.minicart-product-list .single-product-item .product-details {
  margin-top: 10px;
}
.minicart-product-list .single-product-item .product-details .product-title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
.minicart-product-list .single-product-item .product-details .product-title a {
  color: #262626;
}
.minicart-product-list .single-product-item .product-details .product-title a:hover {
  color: #d25b5b;
}
.minicart-product-list .single-product-item .product-details .prod-cal {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
}
.minicart-product-list .single-product-item .product-details .prod-cal .multiplication {
  margin: 0 5px;
}
.minicart-product-list .single-product-item .remove-icon {
  font-size: 2rem;
  color: #262626;
  position: absolute;
  right: 0;
  top: 5px;
}
.minicart-product-list .single-product-item .remove-icon:hover {
  color: #d25b5b;
}

.minicart-calculation-wrap {
  margin-top: 38px;
}
.minicart-calculation-wrap .cal-title {
  font-size: 1.3rem;
}
.minicart-calculation-wrap .cal-amount {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .minicart-btn-group {
    margin-bottom: 50px;
  }
}
.minicart-btn-group .btn {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .minicart-btn-group .btn {
    display: inline-block;
    padding: 10px 22px;
  }
  .minicart-btn-group .btn:last-child {
    margin-top: 0 !important;
  }
}

/*==================================
Start Left Offside Menu Wrapper
===================================*/
.modalLeftOffside {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.modalLeftOffside .leftoffside-content-wrap {
  background-color: #fff;
  max-width: 420px;
  padding: 100px 50px 50px;
  height: 100vh;
  overflow: auto;
}

.mfp-ready .modalLeftOffside {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.offside-menu ul.left-offsidemenu li {
  margin-bottom: 35px;
}
.offside-menu ul.left-offsidemenu li:last-child {
  margin-bottom: 0;
}
.offside-menu ul.left-offsidemenu li a {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  color: #262626;
}
.offside-menu ul.left-offsidemenu li a:hover {
  color: #d25b5b;
}

.offside-text {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 80px;
}
.offside-text img {
  margin-bottom: 10px;
}
.offside-text a {
  display: block;
  color: #262626;
  margin-bottom: 5px;
}
.offside-text a:hover {
  color: #d25b5b;
}

.offset-menu-footer {
  margin-top: 10px;
}
.offset-menu-footer .social-icons {
  margin: 15px 0 25px;
}
.offset-menu-footer .social-icons a {
  margin-right: 20px;
}
.offset-menu-footer .copyright {
  font-size: 1.1rem;
}

/*===========================
Off Canvas Main Menu Start
============================*/
.offcanvas-mainmenu-wrapper .mainmenu {
  display: none;
}
.offcanvas-mainmenu-wrapper .slicknav_menu {
  display: block;
}
.offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_btn {
  display: none;
}
.offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav {
  background-color: transparent;
  display: block !important;
  position: static;
  max-height: 100%;
  width: 250px;
}
@media only screen and (max-width: 479.98px) {
  .offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav {
    width: 200px;
  }
}
.offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li a {
  color: #262626;
  border: none;
  font-weight: 700;
  font-size: 1.8rem;
}
.offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li a:hover {
  color: #d25b5b;
}
.offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li a .slicknav_arrow {
  border: none;
  font-weight: 300;
  font-size: 1.6rem;
  color: #000;
}
.offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li ul {
  background-color: transparent;
  margin-left: 15px;
}
.offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li ul li a {
  font-weight: 400;
  font-size: 1.4rem;
}

.slider-area-wrapper {
  overflow: hidden;
}
.slider-area-wrapper .tp-caption.LA-BTN-OUTLINE-Black,
.slider-area-wrapper .LA-BTN-OUTLINE-Black {
  color: #262626;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  background-color: rgba(38, 38, 38, 0);
  border: 2px solid #262626;
}
.slider-area-wrapper .tp-caption.LA-BTN-OUTLINE-Black:hover,
.slider-area-wrapper .LA-BTN-OUTLINE-Black:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #262626;
  border: 2px solid #262626;
  cursor: pointer;
}

/*=============================
Home 1 Revolution Slider Css
===============================*/
#rev_slider_home1 .larev-dot.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#rev_slider_home1 .larev-dot.tp-bullets .tp-bullet {
  width: 10px;
  height: 10px;
  position: absolute;
  background: rgb(212, 212, 212);
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#rev_slider_home1 .larev-dot.tp-bullets .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
}
#rev_slider_home1 .larev-dot.tp-bullets .tp-bullet.selected:hover .tp-bullet-title {
  background: rgb(38, 38, 38);
}
#rev_slider_home1 .larev-dot.tp-bullets .tp-bullet:hover, #rev_slider_home1 .larev-dot.tp-bullets .tp-bullet.selected {
  background: rgb(38, 38, 38);
}
#rev_slider_home1 .larev-dot .tp-bullet-title {
  position: absolute;
  font-size: 12px;
  padding: 0 10px;
  font-weight: 600;
  right: 27px;
  top: -4px;
  background: rgba(255, 255, 255, 0.75);
  visibility: hidden;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition: transform 0.3s;
  line-height: 20px;
  white-space: nowrap;
}
#rev_slider_home1 .larev-dot .tp-bullet-title:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: " ";
  position: absolute;
  right: -10px;
  top: 0;
}

/*=========================================
Home 2, 3 and 7 Revolution Slider Css
=============================================*/
#rev_slider_home_3 .larev-dot2.tp-bullets .tp-bullet, #rev_slider_home_2 .larev-dot2.tp-bullets .tp-bullet, #rev_slider_home_7 .larev-dot2.tp-bullets .tp-bullet {
  width: 30px;
  padding-bottom: 13px;
  background: none;
  text-align: right;
  border-bottom: 2px solid rgba(38, 38, 38, 0.2);
}
#rev_slider_home_3 .larev-dot2.tp-bullets .tp-bullet .tp-bullet-title, #rev_slider_home_2 .larev-dot2.tp-bullets .tp-bullet .tp-bullet-title, #rev_slider_home_7 .larev-dot2.tp-bullets .tp-bullet .tp-bullet-title {
  color: rgba(38, 38, 38, 0.2);
  font-size: 12px;
  opacity: 0;
  position: relative;
  top: -5px;
}
#rev_slider_home_3 .larev-dot2.tp-bullets .tp-bullet.selected, #rev_slider_home_2 .larev-dot2.tp-bullets .tp-bullet.selected, #rev_slider_home_7 .larev-dot2.tp-bullets .tp-bullet.selected {
  border-bottom-color: #262626;
  width: 50px;
  right: 0;
  left: auto !important;
}
#rev_slider_home_3 .larev-dot2.tp-bullets .tp-bullet.selected .tp-bullet-title, #rev_slider_home_2 .larev-dot2.tp-bullets .tp-bullet.selected .tp-bullet-title, #rev_slider_home_7 .larev-dot2.tp-bullets .tp-bullet.selected .tp-bullet-title {
  color: #262626;
  opacity: 1;
}

/*=========================================
Home 4, 6, 8, 9 and 15 Revolution Slider Css
==============================================*/
#rev_slider_home_4 .tparrows, #rev_slider_home_6 .tparrows, #rev_slider_home_8 .tparrows, #rev_slider_home_9 .tparrows, #rev_slider_home_15 .tparrows {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
}
#rev_slider_home_4 .tparrows:before, #rev_slider_home_6 .tparrows:before, #rev_slider_home_8 .tparrows:before, #rev_slider_home_9 .tparrows:before, #rev_slider_home_15 .tparrows:before {
  font-family: "FontAwesome";
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  color: rgb(255, 255, 255);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#rev_slider_home_4 .tparrows.tp-leftarrow:before, #rev_slider_home_6 .tparrows.tp-leftarrow:before, #rev_slider_home_8 .tparrows.tp-leftarrow:before, #rev_slider_home_9 .tparrows.tp-leftarrow:before, #rev_slider_home_15 .tparrows.tp-leftarrow:before {
  content: "\f104";
}
#rev_slider_home_4 .tparrows.tp-rightarrow:before, #rev_slider_home_6 .tparrows.tp-rightarrow:before, #rev_slider_home_8 .tparrows.tp-rightarrow:before, #rev_slider_home_9 .tparrows.tp-rightarrow:before, #rev_slider_home_15 .tparrows.tp-rightarrow:before {
  content: "\f105";
}

/*===============================
Start Special Categories Banner
================================*/
.special-category-banner .special-category-header {
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .special-category-banner .special-category-header {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .special-category-banner .special-category-header {
    margin-bottom: 15px;
  }
}
.special-category-banner .special-category-header .special-cate-header-content {
  font-family: inherit;
  line-height: 2;
  font-size: 20px;
  text-align: center;
}
.special-category-banner .special-category-header .special-cate-header-content img {
  margin-bottom: 33px;
}
.special-category-banner .special-category-banner-content {
  margin-top: -30px;
}
.special-category-banner.special-cate-bg {
  /* background-image: url(../img/category/home8/h8-bg3.png), url(../img/category/home8/bh3copy.png); */
  background-repeat: no-repeat;
  background-position: right top, left top;
  background-color: black;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .special-category-banner.special-cate-bg {
    background-size: 200px 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .special-category-banner.special-cate-bg {
    background-size: 150px 150px;
  }
}

.single-special-banner {
  margin-top: 150px;
  border: 1px solid white;
  padding: 10px 10px;
  height: 30vh;
  overflow: hidden;
  border-radius: 10px;
}

.move-up:hover{
  
  transition: all .1s;
  box-shadow: 5px 5px 20px;
}

.move-down:hover{
  box-shadow: 5px 5px 20px;
  transition: all .5s;
  
  
}
.zoom-in:hover{
  box-shadow: 5px 5px 20px;
  transition: all .5s;
 
}
.cta{
  float: left;
  width:100%;
  text-align: center;
}
.single-special-banner .banner-thumbnail {
  position: relative;
  overflow: hidden;
}
.single-special-banner .banner-thumbnail:after {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  top: 0;
  left: calc(-100% + 0px);
  -webkit-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
  height: 100%;
  width: 30%;
}
.new-sectioned{
  color:white !important;
  font-size:35px;
}
.pt-90 {
  padding-top: 35px!important;
  padding-bottom: 35px !important;
}
.title-new2 {
  color: white;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-top: -170px;
  margin-left: 215px;
  width: 90%;
}
.title-new1 {
  color: white;
  font-size: 20px;
  font-weight: 500;
  margin-top: -145px;
  margin-left: 125px;
}
.caption-new{
  color:white;
}
.title-new {
  color: white;
  font-size: 23px;
  font-weight: 500;
  margin-top: -84px;
  margin-left: 30px;
}
.banners-new1 {
  margin-top: 60px !important;
}
.banners-new {
  margin-top: 125px !important;
}

.single-special-banner .banner-thumbnail img.banner-thumb {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}
.single-special-banner .banner-thumbnail .banner-cate-name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100%;
}
.single-special-banner .banner-thumbnail .banner-cate-name .banner-title {
  font-size: 2rem;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767.98px) {
  .single-special-banner .banner-thumbnail .banner-cate-name .banner-title {
    font-size: 1.6rem;
  }
}
.single-special-banner .banner-thumbnail .banner-cate-name .banner-sale {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 767.98px) {
  .single-special-banner .banner-thumbnail .banner-cate-name .banner-sale {
    max-width: 100px;
  }
}
.single-special-banner .banner-thumbnail .banner-cate-name .btn {
  padding: 20px 30px;
  min-width: 180px;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 20px;
}
@media only screen and (max-width: 767.98px) {
  .single-special-banner .banner-thumbnail .banner-cate-name .btn {
    min-width: 120px;
    padding: 15px 10px;
  }
}
.single-special-banner:hover .banner-thumbnail:after {
  left: calc(100% + 100px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}
.single-special-banner:hover .banner-thumbnail img.banner-thumb {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.single-special-banner:hover .banner-thumbnail .btn {
  background-color: #d25b5b;
}

.special-category-banner.layout-two .banner-cate-name a.category-name {
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #262626;
  display: inline-block;
  padding: 20px 45px;
}
@media only screen and (max-width: 479.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .special-category-banner.layout-two .banner-cate-name a.category-name {
    padding: 15px 30px;
    font-size: 1.4rem;
  }
}
.special-category-banner.layout-two .masonry-category .banner-thumbnail img {
  display: block;
  margin: auto;
}
.special-category-banner.layout-two .masonry-category .banner-cate-name {
  top: auto;
  bottom: 20px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.special-category-banner.layout-three .single-special-banner .banner-thumbnail:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  visibility: hidden;
  pointer-events: none;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.special-category-banner.layout-three .single-special-banner .banner-cate-name {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  z-index: 1;
}
.special-category-banner.layout-three .single-special-banner .banner-cate-name a.category-name {
  color: #fff;
  font-size: 2.5rem;
  text-transform: capitalize;
}
.special-category-banner.layout-three .single-special-banner:hover .banner-thumbnail:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}
.special-category-banner.layout-three .single-special-banner:hover .banner-cate-name {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
}

.special-category-banner.layout-four {
  margin-top: -190px;
}
.special-category-banner.layout-four .banner-cate-name {
  left: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
  width: auto;
}
.special-category-banner.layout-four .banner-cate-name a.category-name {
  background-color: #262626;
  color: #fff;
  display: block;
  padding: 22px 60px;
}

.special-category-banner.layout-five .banner-cate-name {
  left: auto;
  right: 30%;
  -webkit-transform: translate(45%, -50%);
  transform: translate(45%, -50%);
}
.special-category-banner.layout-five .banner-cate-name a.category-name {
  font-family: "Playfair Display", serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .special-category-banner.layout-five .banner-cate-name a.category-name {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .special-category-banner.layout-five .banner-cate-name a.category-name {
    font-size: 2.5rem;
  }
}

.special-category-banner.layout-six .banner-cate-name {
  position: absolute;
  left: 40%;
  width: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.special-category-banner.layout-six .banner-cate-name h2 {
  color: #fff;
  font-size: 7.2rem;
  line-height: 1.2;
  font-weight: 300;
}
.special-category-banner.layout-six .banner-cate-name h2 b {
  font-weight: 300;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .special-category-banner.layout-six .banner-cate-name h2 {
    font-size: 3.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .special-category-banner.layout-six .banner-cate-name h2 {
    font-size: 5rem;
  }
}
.special-category-banner.layout-six .banner-cate-name .btn-transparent {
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 35px;
  font-size: 1.3rem;
  margin-top: 28px;
  display: inline-block;
}

/*===========================================
Start Slider Categories Area / index5.html
============================================*/
.slider-categories-wrapper .single-slider-category .category-thumb {
  position: relative;
  overflow: hidden;
}
.slider-categories-wrapper .single-slider-category .category-thumb:after {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  left: calc(-100% + 0px);
  -webkit-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
  height: 100%;
  width: 30%;
}
.slider-categories-wrapper .single-slider-category .category-thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}
.slider-categories-wrapper .single-slider-category .category-thumb .category-name {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slider-categories-wrapper .single-slider-category .category-thumb .category-name a {
  background-color: #262626;
  padding: 20px 40px;
  color: #fff;
}
.slider-categories-wrapper .single-slider-category:hover .category-thumb:after {
  left: calc(100% + 100px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}
.slider-categories-wrapper .single-slider-category:hover .category-thumb img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.slider-categories-wrapper .slick-slider .slick-dots .slick-active {
  background-color: #d25b5b;
  border-color: #d25b5b;
}

/*===============================
Products Style Here
================================*/
.products-wrapper {
  overflow: hidden;
}
.products-wrapper .slick-slider .slick-list {
  margin: 0 -15px;
}
.products-wrapper .slick-slider .slick-list .slick-slide {
  margin: 0 15px;
}
.products-wrapper .slick-slider .slick-dots {
  margin-top: 48px;
}
@media only screen and (max-width: 767.98px) {
  .products-wrapper .slick-slider .slick-dots {
    margin-top: 25px;
  }
}
.products-wrapper .slick-slider .slick-dots .slick-active {
  background-color: #d25b5b;
  border-color: #d25b5b;
}
.products-wrapper .product-centerCarousel-wrap {
  padding-bottom: 60px;
}
.products-wrapper .product-centerCarousel-wrap .slick-slider .slick-list {
  margin: 0 -10px;
}
.products-wrapper .product-centerCarousel-wrap .slick-slider .slick-list .slick-slide {
  margin: 0 10px;
}
.products-wrapper .product-centerCarousel-wrap .slick-slider .slick-arrow {
  background-color: transparent;
  border: 1px solid #8d8d8d;
  color: #8d8d8d;
  border-radius: 50%;
  -webkit-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
  top: calc(100% + 45px);
  left: 50%;
  height: 30px;
  width: 30px;
}
.products-wrapper .product-centerCarousel-wrap .slick-slider .slick-arrow.slick-prev {
  margin-left: -35px;
}
.products-wrapper .product-centerCarousel-wrap .slick-slider .slick-arrow.slick-next {
  margin-left: 5px;
}
.products-wrapper .product-centerCarousel-wrap .slick-slider .slick-arrow:hover {
  color: #d25b5b;
  border-color: #d25b5b;
}

.single-product-wrap {
  overflow: hidden;
  text-align: center;
  padding: 0px;
  border-radius: 0.625rem;
  box-sizing: border-box;
  border: 3px solid transparent;
  box-shadow: 0 7px 22px 0 rgba(0,0,0,0.12), 0 2px 15px 0 rgba(0,0,0,0.12);
  margin: 0;
}
.single-product-wrap .product-thumbnail {
  position: relative;
  overflow: hidden;
}
.single-product-wrap .product-thumbnail a img {
  -webkit-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  width: 100%;
  z-index: 1;
}
.single-product-wrap .product-thumbnail a img.secondary-thumb {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
}
.single-product-wrap .product-thumbnail .product-hvr-content > .btn-addToCart {
  font-size: 1.3rem;
  text-transform: capitalize;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  width: 100%;
  -webkit-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  pointer-events: none;
  z-index: 3;
}
@media only screen and (max-width: 767.98px) {
  .single-product-wrap .product-thumbnail .product-hvr-content > .btn-addToCart {
    padding: 13px 10px;
  }
}
.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group {
  position: absolute;
  bottom: 80px;
  right: 30px;
  z-index: 3;
}
.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a, .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span {
  background-color: #fff;
  color: #262626;
  font-size: 1.8rem;
  border-radius: 50%;
  display: block;
  line-height: 50px;
  margin-bottom: 10px;
  padding: 0;
  cursor: pointer;
  height: 45px;
  width: 45px;
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a:hover, .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span:hover {
  background-color: #d25b5b;
  color: #fff !important;
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}
.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a:hover button, .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span:hover button {
  color: #fff;
}
.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a:last-child, .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span:last-child {
  margin-bottom: 0;
}
.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group button {
  display: inline-block;
  width: 100%;
}
.single-product-wrap .product-details {
  margin-top: 0px;
}
.single-product-wrap .product-details .product-name {
  font-size: 1.6rem;
  line-height: 2;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 10px;
}
.single-product-wrap .product-details .product-name a {
  color: #262626;
  font-family: calibri;
  font-size: 17px;
}
.single-product-wrap .product-details .product-name a:hover {
  color: #d25b5b;
}
.single-product-wrap .product-details .product-prices {
  color: #d25b5b;
  font-size: 1.4rem;
  line-height: 1;
}
.single-product-wrap .product-details .product-prices del {
  color: #8d8d8d;
  margin-right: 5px;
}
.single-product-wrap .product-details .product-desc {
  color: #8d8d8d;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 0;
}
.single-product-wrap .product-details .list-view-content {
  display: none;
}
.single-product-wrap .product-details .list-view-content .btn {
  padding: 15px 45px;
}
.single-product-wrap .product-details .list-view-content a {
  margin-right: 20px;
  vertical-align: middle;
  display: inline-block;
}
.single-product-wrap .product-details .list-view-content a i {
  color: #262626;
  font-size: 2rem;
}
.single-product-wrap .product-details .list-view-content a i:hover {
  color: #d25b5b;
}
.single-product-wrap .product-badge {
  background-color: #262626;
  color: #fff;
  padding: 15px 12px;
  font-size: 1.2rem;
  text-transform: capitalize;
  line-height: 1;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 85px;
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
}
.single-product-wrap .product-badge.sale {
  background-color: #79bf56;
}
.single-product-wrap .product-badge.hot {
  background-color: #ea6153;
}
.single-product-wrap:hover .product-thumbnail a img.primary-thumb {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
}
.single-product-wrap:hover .product-thumbnail a img.secondary-thumb {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
}
.single-product-wrap:hover .product-thumbnail .product-hvr-content .btn-addToCart {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
}
.single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group a, .single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group span {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}
.single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group a:nth-child(2), .single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group span:nth-child(2) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group a:nth-child(3), .single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group span:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group a:nth-child(4), .single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group span:nth-child(4) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.single-product-wrap:hover .product-thumbnail .product-hvr-content .product-badge {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}

.layout-two .single-product-wrap {
  position: relative;
}
.layout-two .single-product-wrap:after {
  background-color: #000;
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  visibility: hidden;
  height: 100%;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 767.98px) {
  .layout-two .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group {
    bottom: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .layout-two .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span, .layout-two .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a {
    font-size: 1.4rem;
    line-height: 40px;
    height: 35px;
    width: 35px;
  }
}
.layout-two .single-product-wrap .product-details {
  position: absolute;
  bottom: -50px;
  width: 100%;
  -webkit-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  z-index: 3;
}
.layout-two .single-product-wrap .product-details * {
  color: #fff !important;
}
.layout-two .single-product-wrap:hover:after {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  visibility: visible;
}
.layout-two .single-product-wrap:hover .product-details {
  top: auto;
  bottom: 50px;
}

.product-filter-menu {
  margin-bottom: 30px;
  position: relative;
  z-index: 22;
}
@media only screen and (max-width: 767.98px) {
  .product-filter-menu {
    margin-bottom: 20px;
  }
}
.product-filter-menu ul li {
  font-size: 1.6rem;
  line-height: 1;
  color: #8d8d8d;
  text-transform: capitalize;
  margin: 0 10px;
  position: relative;
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  cursor: pointer;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767.98px) {
  .product-filter-menu ul li {
    margin-bottom: 10px;
  }
}
.product-filter-menu ul li:hover {
  color: #262626;
}
.product-filter-menu ul li.active {
  color: #262626;
}
.product-filter-menu ul li.active:before {
  background-color: #262626;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.product-filter-menu.layout-two {
  margin-bottom: 65px;
  margin-top: 0px;
}
.box {
  margin-top: 30px;
  padding: 10px 0px;
  height: 35vh;
  border-radius: 10px;
  background: white;
  box-shadow: 0 7px 22px 0 rgba(0,0,0,0.12), 0 2px 15px 0 rgba(0,0,0,0.12);
  width: 100%;
}
.box:hover{
  border: 1px solid #838383;
}
.button-cta {
  float: left;
  width: 100%;
  margin: 35px auto 0px auto;
  text-align: center;
}
.box .btn {
  border: 1px solid black;
  -webkit-transition: 0.4s 0.2s ease-out;
  transition: 0.4s 0.2s ease-out;
  padding: 5px 15px;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 0;
  font-weight: 400;
  font-family: system-ui;
}
.box .btn:hover{
  cursor:pointer;
  background:black;
  color: white;
}

.box h4 {
    font-size: 18px !important;
    font-weight: 600;
    padding: 10px 0px;
    font-family: system-ui;
    text-transform: capitalize;
}
.box p {
  color: #535353;
  font-size: 19px;
  text-align: justify;
  float: none;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 5px 0px;
  line-height: 1.5;
  height: 15vh;
  font-family:calibri;
}

#products-area h4 {
  font-size: 35px;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-filter-menu.layout-two {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-filter-menu.layout-two {
    margin-bottom: 30px;
  }
}
.product-filter-menu.layout-two li {
  font-size: 19px;
  color: #D4D4D4;
  padding-bottom: 0;
}
.thumbs{
  width:100%;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-filter-menu.layout-two li {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-filter-menu.layout-two li {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .product-filter-menu.layout-two li {
    font-size: 1.6rem;
  }
}
.product-filter-menu.layout-two li:before {
  display: none;
}
.product-filter-menu.layout-three {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767.98px) {
  .product-filter-menu.layout-three {
    margin-bottom: 20px;
  }
}
.product-filter-menu.layout-three li {
  font-size: 1.3rem;
}

.product-category-filter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  margin-top: -50px;
}
@media only screen and (max-width: 767.98px) {
  .product-category-filter-wrap {
    margin-top: -30px;
  }
}
.product-category-filter-wrap .single-product-wrap {
  max-width: 25%;
  -webkit-box-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-top: 50px;
}
@media only screen and (max-width: 479.98px) {
  .product-category-filter-wrap .single-product-wrap {
    max-width: 100% !important;
    -webkit-box-flex: 0 0 100%!important;
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-category-filter-wrap .single-product-wrap {
    max-width: 50%;
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-category-filter-wrap .single-product-wrap {
    max-width: 33.333%;
    -webkit-box-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
}

.grid-three {
  margin: -20px -10px 0;
}
.grid-three .single-product-wrap {
  margin: 0 10px;
  max-width: calc(33.333% - 20px);
  -webkit-box-flex: 0 0 calc(33.333% - 20px);
  -ms-flex: 0 0 calc(33.333% - 20px);
  flex: 0 0 calc(33.333% - 20px);
  margin-top: 20px;
}
@media only screen and (max-width: 479.98px) {
  .grid-three .single-product-wrap {
    max-width: calc(100% - 20px) !important;
    -webkit-box-flex: 0 0 calc(100% - 20px)!important;
    -ms-flex: 0 0 calc(100% - 20px)!important;
    flex: 0 0 calc(100% - 20px)!important;
  }
}
@media only screen and (max-width: 767.98px) {
  .grid-three .single-product-wrap {
    max-width: calc(50% - 20px);
    -webkit-box-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .grid-three .single-product-wrap {
    max-width: calc(50% - 20px);
    -webkit-box-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}

.grid-four {
  margin: -50px -10px 0;
}
.grid-four .single-product-wrap {
  margin: 0 10px;
  max-width: calc(25% - 20px);
  -webkit-box-flex: 0 0 calc(25% - 20px);
  -ms-flex: 0 0 calc(25% - 20px);
  flex: 0 0 calc(25% - 20px);
  margin-top: 50px;
}
@media only screen and (max-width: 479.98px) {
  .grid-four .single-product-wrap {
    max-width: calc(100% - 20px) !important;
    -webkit-box-flex: 0 0 calc(100% - 20px)!important;
    -ms-flex: 0 0 calc(100% - 20px)!important;
    flex: 0 0 calc(100% - 20px)!important;
  }
}
@media only screen and (max-width: 767.98px) {
  .grid-four .single-product-wrap {
    max-width: calc(50% - 20px);
    -webkit-box-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .grid-four .single-product-wrap {
    max-width: calc(33.333% - 20px);
    -webkit-box-flex: 0 0 calc(33.333% - 20px);
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
  }
}

.grid-five {
  margin: -50px -10px 0;
}
.grid-five .single-product-wrap {
  margin: 0 10px;
  max-width: calc(20% - 20px);
  -webkit-box-flex: 0 0 calc(20% - 20px);
  -ms-flex: 0 0 calc(20% - 20px);
  flex: 0 0 calc(20% - 20px);
  margin-top: 50px;
}
@media only screen and (max-width: 479.98px) {
  .grid-five .single-product-wrap {
    max-width: calc(100% - 20px) !important;
    -webkit-box-flex: 0 0 calc(100% - 20px)!important;
    -ms-flex: 0 0 calc(100% - 20px)!important;
    flex: 0 0 calc(100% - 20px)!important;
  }
}
@media only screen and (max-width: 767.98px) {
  .grid-five .single-product-wrap {
    max-width: calc(50% - 20px);
    -webkit-box-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .grid-five .single-product-wrap {
    max-width: calc(33.333% - 20px);
    -webkit-box-flex: 0 0 calc(33.333% - 20px);
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .grid-five .single-product-wrap {
    max-width: calc(25% - 20px);
    -webkit-box-flex: 0 0 calc(25% - 20px);
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
  }
}

.masonry-layout .single-product-wrap .product-thumbnail {
  overflow: hidden;
}
.masonry-layout .single-product-wrap .product-thumbnail.masonry-height-530 {
  max-height: 530px;
}
.masonry-layout .single-product-wrap .product-thumbnail.masonry-height-350 {
  max-height: 350px;
}

.product-load-more-wrap .btn-transparent {
  border-color: #262626;
  padding: 15px 40px;
}
.product-load-more-wrap .btn-transparent:hover {
  border-color: #d25b5b;
}

.products-on-column {
  margin-top: -30px;
}
.products-on-column .single-product-wrap {
  margin-top: 30px;
}

.products-wrapper.list-view [class*=col-] {
  max-width: 100%;
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.products-wrapper.list-view [class*=col-] .single-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .products-wrapper.list-view [class*=col-] .single-product-wrap {
    display: block;
  }
}
.products-wrapper.list-view [class*=col-] .single-product-wrap .product-thumbnail {
  max-width: 320px;
  -webkit-box-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
}
@media only screen and (max-width: 767.98px) {
  .products-wrapper.list-view [class*=col-] .single-product-wrap .product-thumbnail {
    max-width: 100%;
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.products-wrapper.list-view [class*=col-] .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.products-wrapper.list-view [class*=col-] .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a {
  display: none;
}
.products-wrapper.list-view [class*=col-] .single-product-wrap .product-thumbnail .product-hvr-content .btn-addToCart {
  display: none;
}
.products-wrapper.list-view [class*=col-] .single-product-wrap .product-details {
  max-width: calc(100% - 320px);
  -webkit-box-flex: 0 0 calc(100% - 320px);
  -ms-flex: 0 0 calc(100% - 320px);
  flex: 0 0 calc(100% - 320px);
  text-align: left;
  margin-left: 50px;
  margin-top: 0;
}
@media only screen and (max-width: 767.98px) {
  .products-wrapper.list-view [class*=col-] .single-product-wrap .product-details {
    max-width: 100%;
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .products-wrapper.list-view [class*=col-] .single-product-wrap .product-details {
    margin-left: 30px;
  }
}
.products-wrapper.list-view [class*=col-] .single-product-wrap .product-details .product-name, .products-wrapper.list-view [class*=col-] .single-product-wrap .product-details .product-prices {
  font-size: 1.8rem;
}
.products-wrapper.list-view [class*=col-] .single-product-wrap .product-details .product-prices {
  margin: 30px 0 20px;
}
@media only screen and (max-width: 767.98px) {
  .products-wrapper.list-view [class*=col-] .single-product-wrap .product-details .product-prices {
    margin: 15px 0 10px;
  }
}
.products-wrapper.list-view [class*=col-] .single-product-wrap .product-details .list-view-content {
  display: block;
}

/*===============================
Start Instagram Feed Area
================================*/
.instagram-item {
  position: relative;
}
.instagram-item:hover .instagram-image::before {
  opacity: 0.5;
  visibility: visible;
}
.instagram-item:hover .add-action {
  top: 50%;
}
.instagram-item:hover .add-action a {
  opacity: 1;
  visibility: visible;
}
.instagram-item .add-action {
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.instagram-item .add-action a {
  background-color: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  line-height: 47px;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-size: 18px;
}
.instagram-item .add-action a i {
  color: #000;
}
.instagram-item .add-action a:hover {
  background-color: #d25b5b;
}
.instagram-item .add-action a:hover i {
  color: #fff;
}
.instagram-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.instagram-image::before {
  background-color: #000;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  pointer-events: none;
}
.instagram-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
}

/*=========================================
Start Spacial Offers Product Area
=============================================*/
.special-content-wrap {
  margin-top: -30px;
}

.single-special-product {
  margin-top: 30px;
}
.single-special-product .single-product-wrap .product-hvr-content .prod-btn-group {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.single-special-product .single-product-wrap .product-hvr-content .prod-btn-group a, .single-special-product .single-product-wrap .product-hvr-content .prod-btn-group span {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}
.single-special-product .single-product-wrap .product-hvr-content .prod-btn-group a:last-child, .single-special-product .single-product-wrap .product-hvr-content .prod-btn-group span:last-child {
  margin-right: 0;
}
.single-special-product .single-product-wrap .product-details {
  position: relative;
}
.single-special-product .single-product-wrap .product-details .product-prices {
  position: absolute;
  right: 30px;
  top: -23px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single-special-product .single-product-wrap .product-details .product-prices {
    top: -30px;
    right: 15px;
  }
}
.single-special-product .single-product-wrap .product-details .product-prices .price {
  background-color: #d25b5b;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 1;
  margin-bottom: 0;
  height: 90px;
  width: 90px;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single-special-product .single-product-wrap .product-details .product-prices .price {
    font-size: 1.3rem;
    height: 60px;
    width: 60px;
  }
}
.single-special-product .single-product-wrap .product-details .product-prices .price span {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 5px;
}

.sale-countdown-wrap {
  margin-top: 20px;
}
.sale-countdown-wrap .sale-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}
.sale-countdown-wrap .sale-countdown .countdown-item {
  margin-right: 45px;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .sale-countdown-wrap .sale-countdown .countdown-item {
    margin-right: 20px;
  }
}
.sale-countdown-wrap .sale-countdown .countdown-item:last-child {
  margin-right: 0;
}
.sale-countdown-wrap .sale-countdown .countdown-item span {
  display: block;
}
.sale-countdown-wrap .sale-countdown .countdown-item span.countdown-time {
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .sale-countdown-wrap .sale-countdown .countdown-item span.countdown-time {
    font-size: 2rem;
  }
}
.sale-countdown-wrap .sale-countdown .countdown-item span.countdown-label {
  color: #8d8d8d;
  font-size: 1.3rem;
}

/*===============================
Start Call to Action Area
================================*/
.call-to-action-wrapper {
  background-color: #f9f9f9;
  padding: 55px 0;
}
.call-to-action-wrapper .call-action-content-wrapper {
  margin-top: -30px;
}

.single-call-to-action-wrap {
  color: #8d8d8d;
  font-size: 1.1rem;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.single-call-to-action-wrap * {
  margin: 0;
  padding: 0;
}
.single-call-to-action-wrap h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 5px;
}
.single-call-to-action-wrap .action-icon {
  margin-right: 20px;
  max-width: 50px;
}

.call-to-action-wrapper.layout-two {
  background-color: #fff;
  padding: 0px 0;
}
@media only screen and (max-width: 767.98px) {
  .call-to-action-wrapper.layout-two {
    padding:0px 0;
  }
}
.call-to-action-wrapper.layout-two .single-call-to-action-wrap {
  font-size: 1.2rem;
}
.call-to-action-wrapper.layout-two .single-call-to-action-wrap h2 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.call-to-action-wrapper.layout-two .single-call-to-action-wrap .action-icon i {
  font-size: 4.5rem;
  line-height: 1;
  color: #262626;
}
.action-info p {
  font-size: 16px;
  text-align: left;
  width: 85%;
}


/*===============================
Start Banner Area // Home3
================================*/
.banner-content-wrap {
  background-image: url("../img/banner/home3-banner-bg.jpg");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 180px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner-content-wrap {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-content-wrap {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 479.98px) {
  .banner-content-wrap [class*=col-] {
    max-width: 100%;
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-content-wrap .banner-content {
    padding: 0 20px;
  }
}
.banner-content-wrap .banner-content h4, .banner-content-wrap .banner-content h2 {
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 9px;
}
.banner-content-wrap .banner-content h4 {
  font-size: 2.4rem;
  margin-top: -5px;
}
@media only screen and (max-width: 767.98px) {
  .banner-content-wrap .banner-content h4 {
    font-size: 2rem;
  }
}
.banner-content-wrap .banner-content h2 {
  font-size: 12rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner-content-wrap .banner-content h2 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-content-wrap .banner-content h2 {
    font-size: 4rem;
  }
}
.banner-content-wrap .banner-content h3 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
  .banner-content-wrap .banner-content h3 {
    margin-bottom: 25px;
  }
}
.banner-content-wrap .banner-content .btn-transparent {
  border-width: 2px;
  border-color: #262626;
  padding: 15px 45px;
}
@media only screen and (max-width: 767.98px) {
  .banner-content-wrap .banner-content .btn-transparent {
    padding: 10px 30px;
  }
}
.banner-content-wrap .banner-content .btn-transparent:hover {
  border-color: #d25b5b;
}

/*===========================================
Start Banner Area // Home4
=============================================*/
.banner-area-wrapper.layout-two {
  background-image: url("../img/banner/home4-banner-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 145px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner-area-wrapper.layout-two {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-area-wrapper.layout-two {
    padding: 50px 0;
  }
}
.banner-area-wrapper.layout-two .banner-content-wrap {
  background-image: none;
  padding: 0;
}
.banner-area-wrapper.layout-two .banner-content-wrap * {
  color: #fff;
}
.banner-area-wrapper.layout-two .banner-content-wrap .btn-transparent {
  border-color: #fff;
}
.banner-area-wrapper.layout-two .banner-content-wrap .btn-transparent:hover {
  border-color: #d25b5b;
}

/*==========================================
Start Summer Banner Area / index6.html
===========================================*/
.summer-banner-area {
  background-image: url("../img/summer.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 200px 0;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .summer-banner-area {
    padding: 130px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .summer-banner-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .summer-banner-area {
    padding: 50px 0;
  }
}
.summer-banner-area:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.summer-banner-area .summer-banner-content h4, .summer-banner-area .summer-banner-content h2 {
  text-transform: uppercase;
  color: #fff;
}
.summer-banner-area .summer-banner-content h4 {
  font-size: 2rem;
  margin-top: -5px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 575.98px) {
  .summer-banner-area .summer-banner-content h4 {
    font-size: 1.7rem;
  }
}
.summer-banner-area .summer-banner-content h2 {
  font-size: 12rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .summer-banner-area .summer-banner-content h2 {
    font-size: 9rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .summer-banner-area .summer-banner-content h2 {
    font-size: 4rem;
  }
}
.summer-banner-area .summer-banner-content .btn-brand {
  background-color: #fff;
  color: #262626;
  padding: 20px 60px;
  margin-top: 83px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .summer-banner-area .summer-banner-content .btn-brand {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .summer-banner-area .summer-banner-content .btn-brand {
    margin-top: 18px;
    padding: 10px 25px;
  }
}
.summer-banner-area .summer-banner-content .btn-brand:hover {
  background-color: #d25b5b;
  color: #fff;
}
.summer-banner-area.layout-two {
  background-image: url("../img/new-summer.jpg");
  background-attachment: scroll;
  padding: 143px 0 160px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .summer-banner-area.layout-two {
    padding: 48px 0 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .summer-banner-area.layout-two {
    padding: 45px 0 50px;
  }
}
.summer-banner-area.layout-two .summer-banner-content * {
  text-transform: capitalize;
  color: #fff;
}
.summer-banner-area.layout-two .summer-banner-content h4 {
  font-weight: 400;
  font-size: 2.4rem;
  margin: 10px 0 40px;
}
@media only screen and (max-width: 767.98px) {
  .summer-banner-area.layout-two .summer-banner-content h4 {
    margin: 10px 0 20px;
  }
}
.summer-banner-area.layout-two .summer-banner-content .btn-transparent {
  border: 2px solid #fff;
  padding: 15px 50px;
  display: inline-block;
}
.summer-banner-area.layout-two .summer-banner-content .btn-transparent:hover {
  border-color: #d25b5b;
}
.summer-banner-area.layout-three {
  background-image: url("../img/summer-sale-bg.jpg");
  background-attachment: scroll;
}
.summer-banner-area.layout-three h4 {
  font-size: 4.8rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 28px;
}
@media only screen and (max-width: 575.98px) {
  .summer-banner-area.layout-three h4 {
    font-size: 3.5rem;
  }
}
.summer-banner-area.layout-three img {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 767.98px) {
  .summer-banner-area.layout-three img {
    max-width: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .summer-banner-area.layout-three img {
    max-width: 45%;
  }
}
.summer-banner-area.layout-three .btn-brand {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .summer-banner-area.layout-three .btn-brand {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .summer-banner-area.layout-three .btn-brand {
    margin-top: 18px;
    padding: 10px 25px;
  }
}
.summer-banner-area.layout-three .btn-brand:hover {
  background-color: #d25b5b;
  color: #fff;
}

/*===============================
Start Testimonial Area
================================*/
.testimonial-area-wrapper {
  background-color: #f9f9f9;
  padding: 50px 0 70px;
}
.testimonial-area-wrapper .testimonial-content-wrapper {
  position: relative;
}
.testimonial-area-wrapper .testimonial-content-wrapper:before {
  content: url("../img/icons/quote.png");
  display: inline-block;
  margin-bottom: 23px;
}
.testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap {
  font-size: 2.6rem;
  line-height: 1.5;
  font-family: "Playfair Display", serif;
}
@media only screen and (max-width: 767.98px) {
  .testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap * {
  margin-bottom: 0;
}
.testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap .client-name {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-top: 30px;
}
.testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap .client-name .client-type {
  margin-left: 25px;
  position: relative;
}
.testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap .client-name .client-type:before {
  background-color: #262626;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 5px;
  width: 5px;
}

/*===============================
Start Newsletter Area
================================*/
#newsletter-area-wrap {
  background-image: url("../img/newsletterbg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 125px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #newsletter-area-wrap {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  #newsletter-area-wrap {
    padding: 50px 0;
  }
}
#newsletter-area-wrap h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 400;
  margin-top: -7px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  #newsletter-area-wrap h2 {
    font-size: 2.6rem;
  }
}
#newsletter-area-wrap .newsletter-area {
  margin-top: 22px;
}
#newsletter-area-wrap .newsletter-area input[type=email] {
  border: none;
  padding: 25px 30px;
  padding-right: 110px;
}
#newsletter-area-wrap .newsletter-area button {
  right: 30px;
  font-size: 1.4rem;
}

/*===============================
Start We Love Fashion Banner
================================*/
.love-fashion-text {
  color: #8d8d8d;
}
.love-fashion-text h2 {
  font-family: "Playfair Display", serif;
  font-size: 6.4rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .love-fashion-text h2 {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .love-fashion-text h2 {
    font-size: 4rem;
    margin-bottom: 10px;
  }
}
.love-fashion-text .btn {
  padding: 17px 40px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .love-fashion-text .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .love-fashion-text .btn {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .love-fashion-thumbnail img {
    max-width: 300px;
    margin: auto;
  }
}

/*===============================
Start Header Sale Discount Bar
================================*/
.header-discount-bar {
  background-color: #d25b5b;
  border: none;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 0;
  font-weight: 300;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 20px 0;
}
@media only screen and (max-width: 575.98px) {
  .header-discount-bar {
    padding: 10px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-discount-bar {
    padding: 10px 0;
  }
}
.header-discount-bar p {
  margin: 0;
}
.header-discount-bar a {
  color: #fff;
  font-weight: 600;
}
.header-discount-bar a:hover {
  color: #262626;
}
.header-discount-bar .close-button-wrap {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -11px;
}
@media only screen and (max-width: 767.98px) {
  .header-discount-bar .close-button-wrap {
    right: 5px;
  }
}
.header-discount-bar .close-button-wrap .close {
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  font-size: 2.2rem;
  line-height: 1;
}
.header-discount-bar.layout-two {
  background-color: #bdfbe1;
  padding: 10px;
  color: #262626;
  letter-spacing: normal;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: capitalize;
}
.header-discount-bar.layout-two .btn {
  border-radius: 5px;
  margin-left: 15px;
  font-weight: 400;
}
.header-discount-bar.layout-two .btn:hover {
  background-color: #262626;
  color: #fff;
}
.header-discount-bar.layout-two .close {
  color: #000;
}

/*===============================
Start Single Product Banner
================================*/
.single-product-banner-area {
  background-image: url("../img/product-banner/single-product-banner-1.jpg");
  background-size: cover;
  background-position: center center;
  padding: 250px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .single-product-banner-area {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .single-product-banner-area {
    padding: 60px 0;
  }
}
.single-product-banner-area .single-product-banner-content h2 {
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: 400;
  margin-top: -7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single-product-banner-area .single-product-banner-content h2 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .single-product-banner-area .single-product-banner-content h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .single-product-banner-area .single-product-banner-content h2 {
    font-size: 2.4rem;
  }
}
.single-product-banner-area .single-product-banner-content h2 a {
  color: #262626;
}
.single-product-banner-area .single-product-banner-content .reference {
  font-size: 1.2rem;
  line-height: 1;
}
.single-product-banner-area .single-product-banner-content .price {
  display: block;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 300;
  margin: 30px 0 37px;
}
@media only screen and (max-width: 767.98px) {
  .single-product-banner-area .single-product-banner-content .price {
    font-size: 2.4rem;
    margin: 15px 0 20px;
  }
}
.single-product-banner-area .single-product-banner-content .btn-transparent {
  border-color: #262626;
  padding: 18px 60px;
}
@media only screen and (max-width: 767.98px) {
  .single-product-banner-area .single-product-banner-content .btn-transparent {
    padding: 12px 30px;
  }
}
.single-product-banner-area .single-product-banner-content .btn-transparent:hover {
  border-color: #d25b5b;
}

/*===============================
Start Sidebar Area Wrapper
================================*/
.single-sidebar-wrap {
  margin-bottom: 58px;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .single-sidebar-wrap {
    margin-bottom: 38px;
  }
}
.single-sidebar-wrap:last-child {
  margin-bottom: 0;
}
.single-sidebar-wrap .sidebar-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 25px;
}

.sidebar-list {
  line-height: 1;
}
.sidebar-list li {
  margin-bottom: 20px;
}
.sidebar-list li:last-child {
  margin-bottom: 0;
}
.sidebar-list li a {
  color: #262626;
  font-size: 1.4rem;
  -webkit-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
  display: block;
}
.sidebar-list li a:hover {
  color: #d25b5b;
  text-decoration: underline;
}
.sidebar-list li a span {
  float: right;
  text-align: center;
  width: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .sidebar-list li a span {
    float: none;
  }
}

.price-range-wrap {
  margin-right: 15px;
  padding-top: 8px;
}
.price-range-wrap .price-range.ui-widget-content {
  border: none;
  background: #eeeeee;
  height: 3px;
}
.price-range-wrap .price-range.ui-widget-content .ui-slider-range {
  background: #262626;
}
.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
  border-radius: 50%;
  border: none;
  background: #262626;
  height: 15px;
  width: 15px;
  outline: none;
  top: -6px;
  cursor: ew-resize;
  margin-left: 0;
}
.price-range-wrap .range-slider {
  font-size: 1.4rem;
  line-height: 1;
  color: #8d8d8d;
  margin-top: 22px;
}
.price-range-wrap .range-slider * {
  margin: 0;
  line-height: 1;
}
.price-range-wrap .range-slider input#amount {
  border: none;
  outline: none;
  font-size: 1.4rem;
  line-height: 1;
  color: #8d8d8d;
  pointer-events: none;
  height: 12px;
}

.size-list {
  margin-top: -2px;
}
.size-list li {
  display: inline-block;
  margin: 4px 2px;
}
.size-list li a {
  border: 1px solid #dddddd;
  color: #8d8d8d;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 40px;
}
.size-list li a:hover {
  border-color: #262626;
  background-color: #262626;
  color: #fff;
}

.tags-cloud li {
  display: inline-block;
  position: relative;
}
.tags-cloud li:after {
  content: ",";
}
.tags-cloud li:last-child:after {
  display: none;
}
.tags-cloud li a {
  font-size: 1.4rem;
  line-height: 1;
  color: #262626;
}
.tags-cloud li a:hover {
  color: #d25b5b;
}

.sidebar-search-box form {
  position: relative;
}
.sidebar-search-box form input[type=search] {
  outline: none;
  border: 1px solid #e7e7e7;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 15px 40px 15px 15px;
  display: block;
  -webkit-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  width: 100%;
}
.sidebar-search-box form input[type=search]:focus {
  border-color: #262626;
}
.sidebar-search-box form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
  line-height: 1;
}
.sidebar-search-box form button:hover {
  color: #d25b5b;
}

.sidebar-author-profile .author-pic {
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto 13px;
  border-radius: 50%;
  overflow: hidden;
}
.sidebar-author-profile .author-info {
  color: #8d8d8d;
  font-size: 1.3rem;
  line-height: 1.5;
}
.sidebar-author-profile .author-info h4 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
}
.sidebar-author-profile .author-social-link a {
  color: #8d8d8d;
  margin-right: 10px;
}
.sidebar-author-profile .author-social-link a:last-child {
  margin-right: 0;
}
.sidebar-author-profile .author-social-link a:hover {
  color: #d25b5b;
}

/*==============================
Start Footer Section
============================*/
.footer-widget-content {
  margin-top: -30px;
}

.footer-widget-item-wrap {
  margin-top: 30px;
}
.footer-widget-item-wrap .widget-title {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.footer-widget-item-wrap .widget-body {
  color: #8d8d8d;
  font-size: 1.2rem;
  line-height: 1.5;
}
.footer-widget-item-wrap .widget-body a {
  color: #8d8d8d;
  display: block;
}
.footer-widget-item-wrap .widget-body a:hover {
  color: #262626;
}
.footer-widget-item-wrap .widget-body .contact-text p {
  margin-bottom: 0;
}
.footer-widget-item-wrap .widget-body .contact-text a {
  margin-bottom: 5px;
}
.footer-widget-item-wrap .widget-body .about-text a {
  margin-bottom: 18px;
}
.footer-widget-item-wrap .widget-body .about-text p {
  margin-bottom: 0;
  line-height: 22px;
}

.footer-bottom-wrapper {
  border-top: 1px solid #dfdfdf;
  padding: 0px 0;
}
.footer-bottom-wrapper .copyright-text {
  font-size: 1.1rem;
  color: #616161;
}
.footer-bottom-wrapper .copyright-text * {
  margin-bottom: 0;
  font-family: system-ui;
    color: #fff;
    font-size: 12px;
}
.footer-bottom-wrapper .copyright-text a {
  color: #262626 !important;
}

.newsletter-area form {
  position: relative;
}
.newsletter-area form input[type=email] {
  border: none;
  border-bottom: 1px solid #dfdfdf;
  padding: 5px 70px 5px 0;
  display: block;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.4rem;
  width: 100%;
}
.newsletter-area form button.btn {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.newsletter-area form button.btn:hover {
  color: #d25b5b;
}
.newsletter-area .mailchimp-alerts {
  color: #d25b5b;
}

.footer-menu li {
  margin-right: 20px;
  line-height: 0;
}
.footer-menu li:last-child {
  margin-right: 0;
}
.footer-menu li a {
  font-size: 1.1rem;
  line-height: 1;
  color: #262626;
  text-transform: capitalize;
}
.footer-menu li a:hover {
  color: #d25b5b;
}

.footer-social-icons a {
  color: #262626 !important;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 20px;
}
.footer-social-icons a:last-child {
  margin-right: 0;
}

.footer-list li {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.footer-list li:last-child {
  margin-bottom: 0;
}

#footer-area.footer-three {
  background-color: #262626;
  color: #fff;
}
#footer-area.footer-three .about-text {
  margin-top: 0;
  color: #8d8d8d;
}
@media only screen and (max-width: 575.98px) {
  #footer-area.footer-three .about-text {
    font-size: 1.2rem;
  }
}
#footer-area.footer-three .footer-menu li a {
  font-size: 1.8rem;
  color: #fff;
  margin-right: 15px;
}
@media only screen and (max-width: 575.98px) {
  #footer-area.footer-three .footer-menu li a {
    font-size: 1.1rem;
    margin-right: 0;
  }
}
#footer-area.footer-three .footer-menu li a:hover {
  color: #8d8d8d;
}
#footer-area.footer-three .footer-menu li:last-child a {
  margin-right: 0;
}
#footer-area.footer-three .footer-bottom-wrapper {
  border: none;
}
#footer-area.footer-three .footer-bottom-wrapper .copyright-text {
  color: #8d8d8d;
}
#footer-area.footer-three .footer-bottom-wrapper .copyright-text a {
  color: #8d8d8d !important;
}
#footer-area.footer-three .footer-bottom-wrapper .footer-social-icons a {
  color: #fff !important;
}
#footer-area.footer-three .footer-bottom-wrapper .footer-social-icons a:hover {
  color: #d25b5b !important;
}

.footer-four .footer-menu li a {
  font-weight: 700;
  color: #000;
  font-size: 1.2rem;
}
.footer-four .footer-menu li a:hover {
  color: #d25b5b;
}
.footer-four .footer-bottom-wrapper {
  border-top: 0 solid transparent;
}
@media only screen and (max-width: 767.98px) {
  .footer-four .footer-widget-content {
    margin-top: -15px;
  }
  .footer-four .footer-widget-content .footer-widget-item-wrap {
    margin-top: 15px;
  }
}

/*===============================
Home Page Style Left Fixed Header
================================*/
.site-content-wrapper {
  position: relative;
  padding-left: 350px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .site-content-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .site-content-wrapper {
    padding-left: 250px;
  }
}
.site-content-wrapper .container-fluid {
  padding: 0 65px;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .site-content-wrapper .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) {
  .site-content-wrapper .summer-banner-area.hero-banner {
    height: 100vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .site-content-wrapper .summer-banner-area .summer-banner-content h2 {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .site-content-wrapper .summer-banner-area .summer-banner-content h2 {
    font-size: 10rem;
  }
}
.site-content-wrapper .summer-banner-area .summer-banner-content .btn {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .site-content-wrapper .special-category-banner.layout-six .banner-cate-name h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .site-content-wrapper .special-category-banner.layout-six .banner-cate-name h2 {
    font-size: 2.5rem;
  }
}
.site-content-wrapper .special-category-banner.layout-six .banner-cate-name .btn-transparent {
  padding: 10px 15px;
  margin-top: 10px;
}
.site-content-wrapper .home-search-box {
  padding: 50px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .site-content-wrapper .home-search-box {
    padding: 0 15px 30px;
  }
}
.site-content-wrapper .home-search-box .search-box-form input {
  border: none;
  font-size: 7rem;
  color: #848484;
  font-weight: 300;
  outline: none;
  text-align: center;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .site-content-wrapper .home-search-box .search-box-form input {
    padding: 5px 10px;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .site-content-wrapper .home-search-box .search-box-form input {
    font-size: 2rem;
  }
}
.site-content-wrapper .home-search-box .search-box-form input::-webkit-input-placeholder {
  color: #848484;
}
.site-content-wrapper .home-search-box .search-box-form input::-moz-placeholder {
  color: #848484;
}
.site-content-wrapper .home-search-box .search-box-form input:-ms-input-placeholder {
  color: #848484;
}
.site-content-wrapper .home-search-box .search-box-form input::-ms-input-placeholder {
  color: #848484;
}
.site-content-wrapper .home-search-box .search-box-form input::placeholder {
  color: #848484;
}
.site-content-wrapper .home-search-box .search-box-form input::-moz-placeholder {
  color: #848484;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .site-content-wrapper .products-wrapper .grid-four .single-product-wrap {
    max-width: calc(33.333% - 20px);
    -webkit-box-flex: 0 0 calc(33.333% - 20px);
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
  }
}

.single-product-banner-wrapper .single-product-banner-area {
  height: 100vh;
}
.single-product-banner-wrapper .single-product-banner-area.bg-1 {
  background-image: url("../img/product-banner/single-product-banner-2.jpg");
}
.single-product-banner-wrapper .single-product-banner-area.bg-3 {
  background-image: url("../img/product-banner/single-product-banner-3.jpg");
}
.single-product-banner-wrapper .single-product-banner-area.bg-4 {
  background-image: url("../img/product-banner/single-product-banner-4.jpg");
}

/*========================================
Start Home Banner Wrapper // index13
=========================================*/
.single-home-banner-wrap .home-banner-content {
  max-width: 470px;
  margin: auto;
  color: #8d8d8d;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .single-home-banner-wrap .home-banner-content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .single-home-banner-wrap .home-banner-content {
    margin-top: 23px;
  }
}
.single-home-banner-wrap .home-banner-content h2 {
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .single-home-banner-wrap .home-banner-content h2 {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479.98px) {
  .single-home-banner-wrap .home-banner-content h2 {
    font-size: 2rem;
    font-weight: 500;
  }
}
.single-home-banner-wrap .home-banner-content .btn {
  padding: 20px 60px;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
  .single-home-banner-wrap .home-banner-content .btn {
    padding: 15px 30px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .single-home-banner-wrap:nth-child(2n) [class*=col-md-6] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .single-home-banner-wrap:nth-child(2n) [class*=col-md-6]:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .single-home-banner-wrap:nth-child(1n+2) {
    margin-top: 50px;
  }
}

.layout-two .single-home-banner-wrap {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 0;
  height: 100vh;
}
@media only screen and (max-width: 575.98px) {
  .layout-two .single-home-banner-wrap {
    height: auto;
    padding: 80px 0;
  }
}
.layout-two .single-home-banner-wrap.bg-1 {
  background-image: url("../img/banner/home14/h14-banner-1.jpg");
}
.layout-two .single-home-banner-wrap.bg-2 {
  background-image: url("../img/banner/home14/h14-banner-2.jpg");
}
.layout-two .single-home-banner-wrap.bg-3 {
  background-image: url("../img/banner/home14/h14-banner-3.jpg");
}
.layout-two .single-home-banner-wrap.bg-4 {
  background-image: url("../img/banner/home14/h14-banner-4.jpg");
}
.layout-two .single-home-banner-wrap .container, .layout-two .single-home-banner-wrap .row {
  height: 100%;
}
.layout-two .single-home-banner-wrap .home-banner-content {
  margin-top: 0;
  max-width: 100%;
}
.layout-two .single-home-banner-wrap .home-banner-content h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 575.98px) {
  .layout-two .single-home-banner-wrap .home-banner-content h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.layout-two .single-home-banner-wrap .home-banner-content h2 {
  text-transform: capitalize;
  color: #fff;
  font-size: 14rem;
  line-height: 1;
  margin-bottom: 54px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .layout-two .single-home-banner-wrap .home-banner-content h2 {
    font-size: 8rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .layout-two .single-home-banner-wrap .home-banner-content h2 {
    font-size: 5rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479.98px) {
  .layout-two .single-home-banner-wrap .home-banner-content h2 {
    font-size: 3rem;
  }
}
.layout-two .single-home-banner-wrap .home-banner-content .btn {
  background-color: #fff;
  color: #262626;
}
.layout-two .single-home-banner-wrap .home-banner-content .btn:hover {
  background-color: #d25b5b;
  color: #fff;
}
.layout-two .two-column-banner .single-home-banner-wrap {
  background-attachment: scroll;
}
.layout-two .two-column-banner .single-home-banner-wrap .home-banner-content h2 {
  font-size: 11rem;
  margin-bottom: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599.98px), only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  .layout-two .two-column-banner .single-home-banner-wrap .home-banner-content h2 {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .layout-two .two-column-banner .single-home-banner-wrap .home-banner-content h2 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 479.98px) {
  .layout-two .two-column-banner .single-home-banner-wrap .home-banner-content h2 {
    font-size: 3rem;
  }
}



img.vjm-img {
  width: 10%;
}

header.small img {
  width: 10%;
}
header.small img.menu-products-img {
  width: 100% !important;
}
.vjm-special {
  margin-top: 0%;
}


.floats {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 95%;
  background-color: black;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-floats{
	margin-top:16px;
}
/*figure.product-thumbnail img {
  -webkit-filter: drop-shadow(5px 5px 5px #222 );
  filter: drop-shadow(5px 5px 5px #222);
  border:1px solid #f8f8f8;
  border-radius: 5px;
}*/

.single-product-wrap:hover .product-thumbnail img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.new-products-list h4 {
  font-size: 24px !important;
  margin-top: 0px !important;
  text-align: center !important;
  margin-bottom: 40px;
}
.centre-product {
  margin: 0 auto;
}
.hide-row{
  opacity: 0;
}

.sliderWrap {
  width: 100%;
  height: 450px;
}

.sliderWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
p.inno-para {
  text-align: justify;
  font-size: 19px;
  font-family: calibri;
}
.heading-inno {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.heading-inno h4 {
  font-size: 22px;
  font-family:system-ui;
}
div#rev_slider_home_8_forcefullwidth{
  height: auto !important;
}
.logo-loader{
  width:30%;
}
img.value {
  width: 20%;
  margin: 10px auto;
}
.Hide
{
  display:none;
}
#target{
  display:none;
}
#targets{
  display:none;
}
#targetss{
  display:none;
}
.action-icon {
  float: left;
  width: 100%;
  text-align: center;
}
.action-show{
  float: left;
  width: 100%;
  text-align: center;
  margin-top:0px;
}
button.toggle {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
button.toggles {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: system-ui;
}
button.toggless {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: system-ui;
}
p.target-para {
    float: none;
    width: 100%;
    max-width: 90%;
    margin: 0px auto;
    font-size: 19px;
	text-align:center;
    box-shadow: 0 7px 22px 0 rgba(0,0,0,0.12), 0 2px 15px 0 rgba(0,0,0,0.12);
    padding: 30px;
    font-family: calibri;
}
.special-cate-header-content {
  margin-right: 0%;
  margin-left: 0;
}

div#rev_slider_9_1_wrapper {
  left: 0 !important;
}
.product {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  float: none;
  max-width: 30%;
  margin: 0 auto;
}


.product:hover {
  width:100%;
}
.product-text {
  float: left;
  width:100%;
  display: none;
}
.header-texts {
  float: left;
  width: 100%;
  text-align: center;
}
button.cta-new.new-section {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-size: 20px;
}
.product:hover .product-text {
  display: block;
}

/**Responsive **/
@media only screen and (max-width: 300px){
  span.logo-text {
    padding-left: 10px;
    color: black;
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 0px !important;
}
  img.main-logo {
    width: 20%;
}

div#rev_slider_home_8_forcefullwidth {
  height: 30vh !important;
}
p.new-sections {
  font-family: inherit;
  line-height: 2;
  font-weight: 500;
  font-size: 16px;
  text-align: justify;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 35px;
  color: #5c5c5c;
}
h4.new-section {
  font-size: 30px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 40px;
}
.box {
  margin-top: 30px;
  border: 1px solid #838383;
  padding: 10px 10px;
  height: 45vh;
  border-radius: 10px;
  background: black;
}
.row.mb-5.vjm-core {
  
  position: relative;
  margin-top: 205%;
}
.single-call-to-action-wrap {
  margin-left: 15%;
}
.footer-bottom-wrapper .copyright-text * {
  margin-bottom: 0;
  text-align: left;
}
.justify-content-end {
  justify-content: flex-start;
  /* margin: 5px 0px; */
}
#footer-area.footer-three .footer-bottom-wrapper .footer-social-icons a {
  color: #fff !important;
  margin: 5px 4px;
}
.floats {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 80%;
  background-color: black;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}


}


@media only screen and (max-width: 420px) and (min-width: 301px){
  span.logo-text {
    padding-left: 10px;
    color: black;
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 0px !important;
}
  img.main-logo {
    width: 20%;
}

div#rev_slider_home_8_forcefullwidth {
  height: 30vh !important;
}
p.new-sections {
  font-family: inherit;
  line-height: 2;
  font-weight: 500;
  font-size: 16px;
  text-align: justify;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 35px;
  color: #5c5c5c;
}
h4.new-section {
  font-size: 30px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0px;
}
.box {
  margin-top: 30px;
  border: 1px solid #838383;
  padding: 10px 10px;
  height: 45vh;
  border-radius: 10px;
  background: black;
}
.row.mb-5.vjm-core {
  
  position: relative;
  margin-top: 205%;
}
.single-call-to-action-wrap {
  margin-left: 15%;
}
.footer-bottom-wrapper .copyright-text * {
  margin-bottom: 0;
  text-align: left;
}
.justify-content-end {
  justify-content: flex-start;
  /* margin: 5px 0px; */
}
#footer-area.footer-three .footer-bottom-wrapper .footer-social-icons a {
  color: #fff !important;
  margin: 5px 4px;
}
.floats {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 80%;
  background-color: black;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
}


@media only screen and (max-width: 575px) and (min-width: 421px){
  span.logo-text {
    padding-left: 10px;
    color: black;
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 0px !important;
}
  img.main-logo {
    width: 20%;
}

div#rev_slider_home_8_forcefullwidth {
  height: 30vh !important;
}
p.new-sections {
  font-family: inherit;
  line-height: 2;
  font-weight: 500;
  font-size: 16px;
  text-align: justify;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 35px;
  color: #5c5c5c;
}
h4.new-section {
  font-size: 30px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 40px;
}
.box {
  margin-top: 30px;
  border: 1px solid #838383;
  padding: 10px 10px;
  height: 45vh;
  border-radius: 10px;
  background: black;
}
.row.mb-5.vjm-core {
  position: relative;
  margin-top: 160%;
}
.single-call-to-action-wrap {
  margin-left: 15%;
}
.footer-bottom-wrapper .copyright-text * {
  margin-bottom: 0;
  text-align: left;
}
.justify-content-end {
  justify-content: flex-start;
  /* margin: 5px 0px; */
}
#footer-area.footer-three .footer-bottom-wrapper .footer-social-icons a {
  color: #fff !important;
  margin: 5px 4px;
}
.floats {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 80%;
  background-color: black;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#footer-area.footer-three .footer-bottom-wrapper .copyright-text {
  color: #8d8d8d;
  padding-left: 15px;
}


}


@media only screen and (max-width: 768px) and (min-width: 576px){
  span.logo-text {
    padding-left: 10px;
    color: black;
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 0px !important;
}
  img.main-logo {
    width: 20%;
}

div#rev_slider_home_8_forcefullwidth {
  height: 50vh !important;
}
.box p {
  color: #9f9f9f;
  font-size: 11px;
  text-align: justify;
  float: none;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.box h4 {
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 10px 0px;
}
p.new-sections {
  font-family: inherit;
  line-height: 2;
  font-weight: 500;
  font-size: 16px;
  text-align: justify;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 35px;
  color: #5c5c5c;
}
h4.new-section {
  font-size: 30px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 40px;
}
.box {
  margin-top: 30px;
  border: 1px solid #838383;
  padding: 10px 10px;
  height: 45vh;
  border-radius: 10px;
  background: black;
}

.single-call-to-action-wrap {
  margin-left: 15%;
}
.footer-bottom-wrapper .copyright-text * {
  margin-bottom: 0;
  text-align: left;
}
.justify-content-end {
  justify-content: flex-start;
  /* margin: 5px 0px; */
}
#footer-area.footer-three .footer-bottom-wrapper .footer-social-icons a {
  color: #fff !important;
  margin: 5px 4px;
}
.floats {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 80%;
  background-color: black;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#footer-area.footer-three .footer-bottom-wrapper .copyright-text {
  color: #8d8d8d;
  padding-left: 15px;
}


}

@media only screen and (max-width: 991px) and (min-width: 769px){
  span.logo-text {
    padding-left: 10px;
    color: black;
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 0px !important;
}
  img.main-logo {
    width: 20%;
}

div#rev_slider_home_8_forcefullwidth {
  height: 50vh !important;
}
.box p {
  color: #9f9f9f;
  font-size: 11px;
  text-align: justify;
  float: none;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.box h4 {
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 10px 0px;
}
p.new-sections {
  font-family: inherit;
  line-height: 2;
  font-weight: 500;
  font-size: 16px;
  text-align: justify;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 35px;
  color: #5c5c5c;
}
h4.new-section {
  font-size: 30px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 40px;
}
.box {
  margin-top: 30px;
  border: 1px solid #838383;
  padding: 10px 10px;
  height: 25vh;
  border-radius: 10px;
  background: black;
}

.single-call-to-action-wrap {
  margin-left: 15%;
}
.footer-bottom-wrapper .copyright-text * {
  margin-bottom: 0;
  text-align: left;
}
.justify-content-end {
  justify-content: flex-start;
  /* margin: 5px 0px; */
}
#footer-area.footer-three .footer-bottom-wrapper .footer-social-icons a {
  color: #fff !important;
  margin: 5px 4px;
}
.floats {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 80%;
  background-color: black;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#footer-area.footer-three .footer-bottom-wrapper .copyright-text {
  color: #8d8d8d;
  padding-left: 15px;
}


}

@media only screen and (max-width: 1024px) and (min-width: 992px){
  div#rev_slider_home_8_forcefullwidth {
    height: 70vh !important;
}
.box {
  margin-top: 30px;
  border: 1px solid #838383;
  padding: 10px 10px;
  height: 30vh;
  border-radius: 10px;
  background: black;
}
.row.mb-5.vjm-core {
  margin-left: 5%;
 
}

}


.menu-container {
  background-color: white;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.menu-icon {
  display: flex;
  flex-direction: column;
  height: 64px;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  padding-right: 17px;
  cursor: pointer;
}

.line {
  width: 30px;
  height: 2px;
  background-color: black;
}

.line2 {
  width: 20px;
  height: 2px;
  background-color: black;
  margin: 5px 0;
  transition-duration: 0.5s;
}

.menu-icon:hover .line2 {
  width: 30px;
}

#menu-nav {
  display: none;
  /* border: 1px solid red; */
  position: absolute;
  z-index: 99999999;
}
#menu-nav::before {
  content: '';
  position: absolute;
  top: -20px;
  right: 22.5px;
  border: 10px solid transparent;
  border-bottom: 10px solid black;
}

.menu-icon:hover #menu-nav {
  background-color: white;
  position: absolute;
  top: 100%;
  right: 0;
  width: 120px;
  display: grid;
  align-content: center;
  height: 20vh;
  border: 1px solid black;
  padding: 0;
}
#menu-nav li {
  padding: 5px;
  list-style-type: none;
  margin-left:15px;
}

.menu-list a {
text-decoration: none;
    color: black;
    border-bottom: 1px solid black;
    font-size: 17px;
    font-weight: 700;
    transition: 0.5s;
    font-family: calibri;
    text-transform: uppercase;
}

.menu-list a:nth-child(4) {
  border-bottom: none;
}

.menu-list a:hover {
  padding-left: 0px !important;
}
#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 1px;
  
  
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 700px;
  height: 300px;
  background: inherit;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
  display: none;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}


a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

#sliders {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 1px;
  height: 40vh;
}
#sliders ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#sliders ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 700px;
  height: 300px;
  background: inherit;
  text-align: center;
  line-height: 300px;
}
.sliders_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
.flipper-container {
  position: relative;
  margin: 35px auto;
  perspective: 1000;
  width: 100%;
  height: 45vh;
}
.flip{
  height:100%;
  width:100%;
  transform-style:preserve-3d;
  transition:all 1s;
}
.flipper-container:hover .flip{
  transform:rotateY(180deg);
  box-shadow: 0px 10px 10px #aaa;
}
.face{
  position:absolute;
  height:100%;
  width:100%;
  backface-visibility:hidden;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  color: black;
  text-align: center;
  
}
.back h2{
  padding:70px 0px;
  font-family:Pacifico;
  letter-spacing:1px;
  font-size:30px;
}
.back-para{
  margin-top:0px !important;
}
.container-new{
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.products {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  float: none;
  max-width: 100%;
  margin: 0 auto;
}


.products:hover {
  width:100%;
}
.products-text {
  float: left;
  width:100%;
  display: none;
}
.headers-texts {
  float: left;
  width: 100%;
  text-align: center;
}
button.cta-new.new-section {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-size: 22px;
    font-family: system-ui;
    font-weight: 500;
    text-transform: capitalize;
}
.products:hover .products-text {
  display: block;
}

 p.contact-para {
    line-height: 1.5;
    text-align: justify;
    font-size: 16px;
    font-family: system-ui;
    color: #396b7b;
    margin-top: -10px;
    font-weight: 500;
}
.contact-img {
  width: 100%;
  height: 66vh;
}
.contact {
  background-image: url(../img/contact.jpeg);
  background-size: cover;
  height: 67vh;
  background-repeat: no-repeat;
  padding: 65px;
}



/**Resposnive **/

@media only screen and (max-width: 300px) {
  .logo-area {
    max-width: 100%;
}
img.main-logo {
  width: 40%;
}
span.logo-text {
  padding-left: 0px;
  color: black;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px !important;
}

.product {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  float: none;
  max-width: 84%;
  margin: 0 auto;
  text-align: justify;
}
.box {
  margin-top: 30px;
  border: 1px solid #838383;
  padding: 10px 10px;
  height: 45vh;
  border-radius: 10px;
  background: white;
}
.face {
  position: absolute;
  height: 100%;
  width: 90%;
  backface-visibility: hidden;
}
.face img{
  width:100%;
}
.button-cta {
  float: left;
  width: 100%;
  margin: 35px auto 0px auto;
  text-align: center;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  color: black;
  text-align: center;
  
}
p.target-para {
  float: none;
  width: 100%;
  max-width: 90%;
  margin: 0px auto;
  font-size: 18px;
  text-align: justify;
  box-shadow: 0 7px 22px 0 rgba(0,0,0,0.12), 0 2px 15px 0 rgba(0,0,0,0.12);
  padding: 25px;
}
.vjm-special {
  margin-top: -30%;
}
.box p {
  color: #535353;
  font-size: 14px;
  text-align: justify;
  float: none;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 5px 0px;
  line-height: 1.5;
  height: 18vh;
}
.contact {
  background-image: url(../img/contact.jpeg);
  background-size: cover;
  height: 40vh;
  background-repeat: no-repeat;
  padding: 35px;
  margin-bottom: 20px;
}


}

@media only screen and (max-width: 420px) and (min-width: 301px){
  .logo-area {
    max-width: 100%;
}
.back-para {
  margin-top: 0px !important;
}
img.main-logo {
  width: 40%;
}
span.logo-text {
  padding-left: 0px;
  color: black;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px !important;
}

.product {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  float: none;
  max-width: 84%;
  margin: 0 auto;
  text-align: justify;
}
.box {
  margin-top: 30px;
  border: 1px solid #838383;
  padding: 10px 10px;
 
  border-radius: 10px;
  background: white;
}
.face {
  position: absolute;
  height: 100%;
  width: 90%;
  backface-visibility: hidden;
}
.face img {
  width: 80%;
}
.button-cta {
  float: left;
  width: 100%;
  margin: 30px auto 0px auto;
  text-align: center;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  color: black;
  text-align: center;
  
}
p.target-para {
  float: none;
  width: 100%;
  max-width: 90%;
  margin: 0px auto;
  font-size: 18px;
  text-align: justify;
  box-shadow: 0 7px 22px 0 rgba(0,0,0,0.12), 0 2px 15px 0 rgba(0,0,0,0.12);
  padding: 25px;
}
.vjm-special {
  margin-top: -30%;
}
.box p {
  color: #535353;
  font-size: 14px;
  text-align: justify;
  float: none;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 5px 0px;
  line-height: 1.5;
  height: 18vh;
}
.contact {
  background-image: url(../img/contact.jpeg);
  background-size: cover;
  height: 60vh;
  background-repeat: no-repeat;
  padding: 35px;
  margin-bottom: 20px;
}
}


@media only screen and (max-width: 575px) and (min-width: 421px){
  .logo-area {
    max-width: 100%;
}
.flipper-container {
  position: relative;
  margin: 35px auto;
  perspective: 1000;
  width: 90%;
  height: 40vh;
}
img.main-logo {
  width: 40%;
}
span.logo-text {
  padding-left: 0px;
  color: black;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 0px !important;
}

.product {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  float: none;
  max-width: 84%;
  margin: 0 auto;
  text-align: justify;
}
.box {
  margin-top: 30px;
  border: 1px solid #838383;
  padding: 10px 10px;
  
  border-radius: 10px;
  background: white;
}
.face {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  max-width: 95%;
}
.face img {
  width: 80%;
}
.button-cta {
  float: left;
  width: 100%;
  margin: 35px auto 0px auto;
  text-align: center;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  color: black;
  text-align: center;
  
}
p.target-para {
  float: none;
  width: 100%;
  max-width: 90%;
  margin: 0px auto;
  font-size: 18px;
  text-align: justify;
  box-shadow: 0 7px 22px 0 rgba(0,0,0,0.12), 0 2px 15px 0 rgba(0,0,0,0.12);
  padding: 25px;
}
.vjm-special {
  margin-top: -20%;
}
.box p {
  color: #535353;
  font-size: 17px;
  text-align: justify;
  float: none;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 5px 0px;
  line-height: 1.5;
  height: 18vh;
}
.contact {
  background-image: url(../img/contact.jpeg);
  background-size: cover;
  height: auto;
  background-repeat: no-repeat;
  padding: 35px;
  margin-bottom: 20px;
}
}

@media only screen and (max-width: 768px) and (min-width: 576px){
  .logo-area {
    max-width: 100%;
}
.flipper-container {
  position: relative;
  margin: 35px auto;
  perspective: 1000;
  width: 90%;
  height: 40vh;
}
img.main-logo {
  width: 40%;
}
span.logo-text {
  padding-left: 0px;
  color: black;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 0px !important;
}

.product {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  float: none;
  max-width: 84%;
  margin: 0 auto;
  text-align: justify;
}
.box {
  margin-top: 30px;
  border: 1px solid #838383;
  padding: 10px 10px;
 
  border-radius: 10px;
  background: white;
}
.face {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  max-width: 95%;
}
.face img {
  width: 100%;
}
.button-cta {
  float: left;
  width: 100%;
  margin: 35px auto 0px auto;
  text-align: center;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  color: black;
  text-align: center;
  
}
p.target-para {
  float: none;
  width: 100%;
  max-width: 90%;
  margin: 0px auto;
  font-size: 18px;
  text-align: justify;
  box-shadow: 0 7px 22px 0 rgba(0,0,0,0.12), 0 2px 15px 0 rgba(0,0,0,0.12);
  padding: 25px;
}
.vjm-special {
  margin-top: -10%;
}
.box p {
  color: #535353;
  font-size: 17px;
  text-align: justify;
  float: none;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 5px 0px;
  line-height: 1.5;
  height: 18vh;
}
.contact {
  background-image: url(../img/contact.jpeg);
  background-size: cover;
  height: auto;
  background-repeat: no-repeat;
  padding: 35px;
  margin-bottom: 20px;
}
#footer-area.footer-three .footer-bottom-wrapper .footer-social-icons a {
  color: #fff !important;
  margin: 0px 5px;
}


}
@media only screen and (max-width: 1024px) and (min-width: 769px){
  .product {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    float: none;
    max-width: 50%;
    margin: 0 auto;
}
.box {
  margin-top: 30px;
  border: 1px solid #838383;
  padding: 10px 10px;
 
  border-radius: 10px;
  background: white;
}
.face {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  max-width: 90%;
}
.flipper-container {
  position: relative;
  margin: 35px auto;
  perspective: 1000;
  width: 100%;
  height: 20vh;
}
.button-cta {
  float: left;
  width: 100%;
  margin: -40px auto 0px auto;
  text-align: center;
}
.back-para {
  margin-top: 0px !important;
}
p.target-para {
  float: none;
  width: 100%;
  max-width: 90%;
  margin: 0px auto;
  font-size: 13px;
  text-align: justify;
  box-shadow: 0 7px 22px 0 rgba(0,0,0,0.12), 0 2px 15px 0 rgba(0,0,0,0.12);
  padding: 10px;
}
.contact-page-top-area {
  margin-top: 17%;
}

}