@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: inherit;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: #888;
  background-color: #d3d3d3;
  /*background: url(../images/patern.png);*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
  border: 0;
  outline: 0;
  background: 0 0;
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
  line-height: inherit;
  transition: all 0.5s ease 0s;
  background-image: none !important;
}

button:focus {
  outline: 0 dotted;
  outline: 0 auto -webkit-focus-ring-color;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: 0 dotted;
  outline: 0 auto -webkit-focus-ring-color;
}

a:hover {
  text-decoration: none;
}

a {
  transition: all 0.3s linear;
}

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

li {
  display: inline-block;
}

p {
  margin: 0;
}

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

.mb-0px {
  margin-bottom: 0 !important;
}

.ptb-30px {
  padding: 30px 0;
}

.mtb-60px {
  margin: 60px 0;
}

.ptb-60px {
  padding: 60px 0;
}

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

.ptb-10px {
  padding: 10px 0;
}

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

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

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

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

.pb-30px {
  padding-bottom: 30px;
}

.mb-30px {
  margin-bottom: 30px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-15px {
  margin-bottom: 15px;
}

.mb-40px {
  margin-bottom: 40px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-60px {
  margin-bottom: 60px;
}

.bg-blue {
  background-color: #f79b23;
}

.bg-blue-deep {
  background-color: #0562d6;
}

.bg-blue-light {
  background-color: #146cda;
}

.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.bg-white {
  background-color: #fff;
  padding: 4px 0px;
}

.bg-light-gray {
  background-color: #f9f9f9;
}

.bg-light-gray-2 {
  background-color: #f7f7f7;
}

.color-gray {
  color: #47494a;
}

.color-black {
  color: #1d1d1d;
}

.color-white {
  color: #fff;
}

.mr-30px {
  margin-right: 30px !important;
}

.custom-col {
  padding: 0;
}

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

@media only screen and (max-width: 767px) {
  .new_p a {
    text-align: center;
  }

  .card-img,
  .card-img-top {
    height: 200px !important;
  }
  .pl-60px {
    padding-left: 30px;
  }
  .search-element {
    margin-top: 13px !important;
  }
}

.padding-30px {
  padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .padding-30px {
    padding: 20px;
  }
  .share_custom .menu {
    display: none;
  }
}

.mr-120px {
  margin-right: 120px;
}

.swiper-slide .slider-content-1 * {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.swiper-slide-active .slider-animated-1 h1 {
  animation-delay: 1.3s;
  animation-name: fadeInUp;
}

.swiper-slide-active .slider-animated-1 a {
  animation-delay: 1.6s;
  animation-name: fadeInUp;
}

.swiper-slide-active .slider-animated-1 span {
  animation-delay: 1s;
  animation-name: fadeInUp;
}

.swiper-slide-active .slider-animated-1 p {
  animation-delay: 1s;
  animation-name: fadeInUp;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  margin: 0 5px;
  transition: all 0.3s linear;
}

.swiper-pagination-bullet:hover {
  background-color: #146cda;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #146cda;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 25px;
}

.section-title {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}

.section-title h2 {
  margin: 0;
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  font-size: 24px;
  color: #1d1d1d;
}

.section-title h2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -1px;
  background: #146cda;
}

.sticky-nav.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation: sticky 1s;
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  padding: 10px 0;
}

.sticky-nav.menu_fixed.padding-0px {
  padding: 0;
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

#scrollUp {
  width: 50px;
  height: 50px;
  background-color: #0064d4;
  color: #fff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important;
  font-size: 32px;
  line-height: 50px;
}

#scrollUp:hover {
  background: #333;
  color: #fff;
  box-shadow: 0 0 20px #fff;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}

.tab-content .tab-pane {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  max-width: 100%;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.animation {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

@keyframes slideDownIn {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(-20px);
  }
}

.slideDownIn {
  animation-name: slideDownIn;
}

@keyframes slideUpIn {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(20px);
  }
}

.slideUpIn {
  animation-name: slideUpIn;
}

.header-nav {
  padding: 15px 0;
  line-height: 12px;
  font-size: 13px;
  border-bottom: 1px solid #ebebeb;
  color: #47494a;
}

.header-nav li {
  padding: 0 15px;
  border-right: 1px solid #47494a;
}

.header-nav li.pr-0 {
  padding-right: 0;
  border: 0;
}

.header-nav ul li ul.dropdown-menu {
  margin: 0;
  top: 29px;
  left: auto;
  right: 0;
  min-width: 130px;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid #ebebeb;
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  transform: rotateX(90deg);
  transform-origin: center top 0;
}

.header-nav ul li ul.dropdown-menu {
  top: 28px !important;
  right: 0;
  left: auto !important;
  transform: rotateX(0);
}

.header-nav ul li ul.dropdown-menu li {
  display: block;
  padding: 0 18px;
  border: 0;
}

.header-nav ul li ul.dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 12px 10px;
  color: #47494a;
  font-size: 13px;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border-bottom: 1px solid #ebebeb;
}

.header-nav ul li ul.dropdown-menu li:hover > a {
  color: #146cda;
}

.header-nav ul li ul.dropdown-menu li:last-child a {
  border-bottom: 0 solid #ebebeb;
}

.header-nav ul li button:hover {
  color: #146cda;
}

@media only screen and (max-width: 575px) {
  .header-nav .header-static-nav {
    text-align: center;
    margin: 0 0 15px;
  }
  .header-nav .header-menu-nav {
    text-align: center;
  }
}

.header-nav-2 {
  border-bottom: 0 solid #ebebeb;
  color: #fff;
}

.header-nav-2 li {
  border-right: 1px solid #fff;
}

.header-nav-2 li button {
  color: #fff;
}

.header-nav-2 li button:hover {
  color: #1d1d1d !important;
}

.header-top .header-right-element .contact-link {
  float: right;
  padding-left: 45px;
  line-height: 17px;
  position: relative;
  color: #47494a;
  text-transform: capitalize;
  margin-top: 6px;
  margin-right: 50px;
  margin-left: 100px;
}

.header-top .header-right-element .contact-link a {
  color: #1d1d1d;
  font-weight: 700;
}

.header-top .header-right-element .contact-link a:hover {
  color: #146cda;
}

.header-top .header-right-element .contact-link:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc0MkMzQjg0NEE5MTFFQTgwNDFGODlFNDQxM0M3MjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc0MkMzQjk0NEE5MTFFQTgwNDFGODlFNDQxM0M3MjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzQyQzNCNjQ0QTkxMUVBODA0MUY4OUU0NDEzQzcyOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzQyQzNCNzQ0QTkxMUVBODA0MUY4OUU0NDEzQzcyOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqbE2QIAAATgSURBVHjatJhpbFRVGIZnhrYoNiDVGK1xhSJoXFERVFC0WAMRBI0K/pAQBRuNC3WJYsQFIj8U1KAExcQoBaFxS6xYSkYFIgUVUQEVR1wSbYJURShoW/X9kueYw/XcuTOAX/Jklnvnnvd+59vupKvOGpT6n+1JMUWU5Tlnp5hesh+LlIoqcZSoEHvENrFZ/MY5xyDkbLErz7UGiIZixdiiE8QYMVj8Lb4Vu0UPcZg4XGwS14oMxz4T74rywDU/EQ+LgwoV01s8ICaLj8RiUSu+QpBvh4rzxdein/f9HLwZtZ/dm0LEmBfmI+ICsT7h/F/FW4Hvz7C79z6bp1rFeSKXJCaN+24RN+ON0LaZF44U7eJTtmSfLJ+Y2WI0sfFF5NgJYhZes/jYKnoRqD9ZZohFvD9Y3CA28tvV4kfeXyS2i+tFW5yYO8U4cSEB6tsw8aZ4VfQV33vHuhPgs1loCnE2mXgZKM4kzZ8WQ7gRy7QJ6UCdOUdkxXCxNnKsj/hQ3CWez+PVSvGeWIiXzI5l4QfFPWy7vbbFbZOl4rNiZkCIy4iXE4Sk2IaxogVBW8TJXP86cblYlQos7tvV1IrHAwucJEZ4d5pkFshLxa18ti2dxjY5IROpS3uJSfN6O0L+CFx8GBfZHjh2aSRtnb3B78zmiRniTz5bvCygVlnNypiYoaKJ0m6qX4rJsqPZ82j62w0s4xpHRI5vJX7MOr3vu4m5FDyrMXdYLGUISBPyovjOeoS4PyCmjLuyatxfTBJryLwafvuleIy7rkRsqOoOJ+Ut23qKU8QTJRQru7vXUP82nTZkfbiTMgpcPdXZ+k8zXrYFluDJV2Kus5w0L6NllPt15nX2cwmLxNkloovXVYHj70OK64zk/JDtglbSvs3PpmkJQlJU1dYiKvxTBZyzzWVUJiY2QraRRllehJiaAs7pZPz4jxjbqnfcwYjVU/C60xiTrJIgTbIexNxeYmbQ0EoYAaKC/mKmWUAFzWfnIvq2SEqHiu5xZOK/Yu4j1ztoajYwNcZ46BmmOL+pjeQ3jha2symhdQxAbM6JqaKuDKZiNlLCu0jzqCCrJXUUuvEUsCxpX8MM3ELK2nbem0fMCEaKLtcozeUrxAbqTYptaqWjhlLTmukOmuAcSnoFxbCZJrmzgHixpvmC37VLvV5kLp7KxdoYnlwvOZ07t/HxNG++bcSDFcRdNW7fAB/gxfaIkCGIX+gH0Eou4PpKP96PQ0g3gnYlk5wtcLc4kVQfQ0euo0v3ZEJsYIsfYVI8NdLTZjJg/e57Zi0VeBndN0eDs4J1EwPQIERGC94PBG8jqV+Ld9eAW3g602F/dmESsXpFaJ65UXzDfpcjylr/cwRzXURIL+/9ajxWG3hscVv/EJnqFh9LGdkREtNBMOVoYrvprEMR1+zd5SwevI73rrMlRohfo8xz13ilYHm+Sa+DVM2xuAm6mAl/HkXMxoyrmG+z1IneBbKCzD0kTnh0iHKC6hFUjaAmXPoLQf0oz9Ob9uHxaFTcaBGa6NyWLcKV1cwefb3hKYvIUvb/ssgjSz7bU+xDXCeCnIcsoD/n2FTcnMVT64iZ9v397yST0NrHU12b+evD2Xwy6mNx5YEQkiTG99A6ClcDI8Z6CtbEhK5clKWL+OdqII+snQT05gP9F9c/AgwA86I/LUAPDuoAAAAASUVORK5CYII=)
    no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-top .header-right-element .contact-link {
    margin-right: 50px;
    margin-left: 50px;
  }
}

.header-menu .header-menu-vertical {
  position: relative;
  z-index: 2;
}

.header-menu .header-menu-vertical .menu-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  height: 54px;
  line-height: 54px;
  cursor: pointer;
  margin: 0;
  padding-right: 10px;
}

.header-menu .header-menu-vertical .menu-title:before {
  content: "";
  display: inline-block;
  font-size: 18px;
  font-family: simple-line-icons;
  font-weight: 400;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #247cea;
  margin-right: 10px;
  text-align: center;
  border-radius: 5px;
  vertical-align: -3px;
}

.header-menu .header-menu-vertical .menu-title:after {
  content: "";
  display: inline-block;
  font-size: 12px;
  font-family: Ionicons;
  font-weight: 400;
  margin-left: 7px;
  float: right;
}

.header-menu .header-menu-vertical .be-af-none {
  padding-left: 20px;
}

.header-menu .header-menu-vertical .be-af-none:after {
  display: none;
}

.header-menu .header-menu-vertical .be-af-none:before {
  display: none;
}

.header-menu .header-menu-vertical .display-block {
  display: block;
}

.header-menu .header-menu-vertical .display-none {
  display: none;
}

.header-menu .header-menu-vertical .menu-content {
  width: 100%;
  background: #fff;
  border: 1px solid #eaeaea;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
}

.header-menu .header-menu-vertical .menu-content.display-block {
  min-width: inherit;
}

.header-menu .header-menu-vertical .menu-content li.expand a {
  padding-left: 45px;
  font-weight: 700;
}

.header-menu .header-menu-vertical .menu-content li.expand a i {
  right: auto;
  left: 20px;
}

.header-menu .header-menu-vertical .menu-content li {
  display: block;
  position: relative;
}

.header-menu .header-menu-vertical .menu-content li a {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 24px;
  text-transform: capitalize;
  word-wrap: break-word;
  background: #fff;
  color: #47494a;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s linear;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu {
  position: absolute;
  z-index: 9;
  text-align: left;
  top: 0;
  left: 100%;
  background: #fff;
  padding: 15px 10px 15px 10px;
  display: inline-block;
  width: 900px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  border: 1px solid #eaeaea;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu li {
  width: 33.33%;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu li a {
  margin: 5px 0 5px 0;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu li a:hover {
  background: #fff;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li {
  width: 100%;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li a {
  padding: 2px 20px 2px 20px;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li a:hover {
  padding-left: 30px;
  background: #fff;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu li img {
  width: 100%;
  transition: all 0.3s linear;
  margin-top: 10px;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu li img:hover {
  transform: scale(1.05) rotate(0.05deg);
  transition: all 0.3s linear;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 {
  padding: 0;
  width: 240px;
  border: 1px solid #eaeaea;
  background: #fff;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li {
  width: 100%;
  padding: 0;
  line-height: 20px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  display: block;
}

.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li a {
  padding: 3px 20px;
}

.header-menu
  .header-menu-vertical
  .menu-content
  li
  .sub-menu.sub-menu-2
  li:last-child {
  border-bottom: 0;
}

.header-menu .header-menu-vertical .menu-content li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-menu .header-menu-vertical .menu-content li a {
  transition: all 0.3s linear;
}

.header-menu .header-menu-vertical .menu-content li a:hover {
  background: #f9f9f9;
}

.header-menu .header-menu-vertical .menu-content li a i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.header-menu .header-menu-vertical li:hover > a {
  color: #146cda;
}

.header-menu .header-horizontal-menu li {
  float: left;
  margin-left: 38px;
  padding: 15px 0;
  position: relative;
}

.header-menu .header-horizontal-menu li:first-child {
  margin-left: 0;
}

.header-menu .header-horizontal-menu li a {
  display: block;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: 0 0;
  text-transform: uppercase;
  line-height: 24px;
  height: 24px;
  border-bottom: 2px solid transparent;
  position: relative;
}

.header-menu .header-horizontal-menu li.menu-dropdown {
  position: relative;
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu {
  position: absolute;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  min-width: 205px;
  left: auto !important;
  background: #fff;
  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  top: 54px;
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li {
  display: block;
  margin: 0;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #eaeaea;
}

.header-menu
  .header-horizontal-menu
  li.menu-dropdown
  ul.main-sub-menu
  li:last-child {
  border: 0;
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li a {
  color: #47494a;
  font-weight: 400;
  text-transform: capitalize;
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li a i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-menu
  .header-horizontal-menu
  li.menu-dropdown
  ul.main-sub-menu
  li:hover
  > a {
  color: #146cda;
  padding-left: 10px;
}

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

.header-menu
  .header-horizontal-menu
  li.menu-dropdown
  ul.main-sub-menu
  li.position-static:hover
  .main-sub-menu.main-sub-menu-2 {
  transform: translateY(-54px);
  opacity: 1;
  visibility: visible;
}

.header-menu
  .header-horizontal-menu
  li.menu-dropdown
  ul.main-sub-menu.main-sub-menu-2 {
  left: 100% !important;
  transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
}

.header-menu .header-horizontal-menu li.menu-dropdown:hover .main-sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  -o-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  padding: 0 !important;
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap {
  background-color: #fff;
  display: block;
  left: -100px;
  padding: 30px 30px 30px 30px;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 1010px;
  z-index: 9999;
  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li {
  margin: 0;
  width: 25%;
  padding: 0 0;
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li a {
  color: #47494a;
}

.header-menu
  .header-horizontal-menu
  li.menu-dropdown
  ul.mega-menu-wrap
  li
  li.mega-menu-title {
  padding: 0 0;
  margin: 0 0 5px;
}

.header-menu
  .header-horizontal-menu
  li.menu-dropdown
  ul.mega-menu-wrap
  li
  li.mega-menu-title
  a {
  color: #47494a;
  text-transform: uppercase;
  font-weight: 700;
}

.header-menu
  .header-horizontal-menu
  li.menu-dropdown
  ul.mega-menu-wrap
  li
  li.mega-menu-title
  a:hover {
  padding: 0 0;
  color: #146cda;
}

.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li {
  width: 100%;
  padding: 0 0;
  overflow: hidden;
}

.header-menu
  .header-horizontal-menu
  li.menu-dropdown
  ul.mega-menu-wrap
  li
  li
  a {
  color: #47494a;
  font-weight: 400;
  text-transform: capitalize;
  margin: 3px 0;
}

.header-menu
  .header-horizontal-menu
  li.menu-dropdown
  ul.mega-menu-wrap
  li
  li
  a:hover {
  padding-left: 10px;
}

.header-menu
  .header-horizontal-menu
  li.menu-dropdown
  ul.mega-menu-wrap
  li:hover
  > a {
  color: #146cda;
}

.header-menu
  .header-horizontal-menu
  li.menu-dropdown
  ul.mega-menu-wrap
  li.w-100 {
  width: 100%;
  margin-top: 20px;
}

.header-menu
  .header-horizontal-menu
  li.menu-dropdown
  ul.mega-menu-wrap
  li.w-100
  a {
  display: inline;
}

.header-menu
  .header-horizontal-menu
  li.menu-dropdown
  ul.mega-menu-wrap
  li.w-100
  a:hover {
  padding: 0;
}

.header-menu
  .header-horizontal-menu
  li.menu-dropdown
  ul.mega-menu-wrap
  li.w-100
  a
  img {
  max-width: 100%;
  transition: all 0.3s linear;
}

.header-menu
  .header-horizontal-menu
  li.menu-dropdown
  ul.mega-menu-wrap
  li.w-100
  a
  img:hover {
  transform: scale(1.05) rotate(0.05deg);
  transition: all 0.3s linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap {
    left: -200px;
    width: 920px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-menu
    .header-horizontal-menu
    li.menu-dropdown
    ul.mega-menu-wrap.left-0px {
    left: 0;
  }
}

.header-menu .header-horizontal-menu li.menu-dropdown:hover .mega-menu-wrap {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  -o-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.header-menu .free-ship {
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  padding: 15px 0;
}

.header-menu.header-menu-2 .header-horizontal-menu li {
  margin: 0;
  padding: 15px 40px;
  border-left: 1px solid #257dea;
}

.header-menu.header-menu-2 .header-horizontal-menu li:hover {
  background: #257dea;
}

.header-menu.header-menu-2 .header-horizontal-menu li:first-child {
  margin-left: 0;
  border: 0;
}

.header-menu.header-menu-2 .header-horizontal-menu li ul li {
  border-bottom: 0 solid #ebebeb;
  border-left: 0 solid #257dea;
}

.header-menu.header-menu-2 .header-horizontal-menu li ul li:hover {
  background: 0 0;
}

.header-menu.header-menu-2 .header-horizontal-menu li ul li li {
  border: 0;
}

.header-menu.header-menu-2 .header-horizontal-menu li a i.icon {
  margin-right: 5px;
  font-size: 16px;
}

.header-menu.header-menu-2
  .header-horizontal-menu
  li.menu-dropdown:hover
  .main-sub-menu {
  left: 0 !important;
}

.header-menu.header-menu-2
  .header-horizontal-menu
  li.menu-dropdown:hover
  .main-sub-menu-2 {
  left: 100% !important;
}

.header-menu-style-2 {
  padding: 21px 0;
  line-height: 12px;
  font-size: 13px;
}

.header-menu-style-2 li {
  padding: 0 15px;
  border-right: 1px solid #47494a;
}

.header-menu-style-2 li button {
  color: 1d1d1d;
}

.header-menu-style-2 li button:hover {
  color: #146cda;
}

.header-menu-style-2 .pr-0 {
  padding-right: 0;
  border: 0;
}

.header-menu-style-2 ul.dropdown-menu {
  margin: 0;
  top: 28px !important;
  left: auto !important;
  right: 0 !important;
  min-width: 130px;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid #ebebeb;
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  transform: rotateX(90deg);
  transform-origin: center top 0;
}

.header-menu-style-2 ul.dropdown-menu li {
  display: block;
  padding: 0 18px;
  border: 0;
}

.header-menu-style-2 ul.dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 12px 10px;
  color: #47494a;
  font-size: 13px;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border-bottom: 1px solid #ebebeb;
}

.header-menu-style-2 ul.dropdown-menu li a:hover {
  color: #146cda;
}

.header-menu-style-2 ul.dropdown-menu li:last-child a {
  border-bottom: 0 solid #ebebeb;
}

.header-menu-3 {
  box-shadow: 0 3px 2.55px 0.45px rgba(0, 0, 0, 0.06);
}

.header-menu-3 .header-menu-vertical .menu-title {
  color: #1d1d1d;
}

.header-menu-3 .header-menu-vertical .menu-title:before {
  background: #fff;
  width: auto;
}

.header-menu-3 .header-horizontal-menu li a {
  color: #1d1d1d;
}

.header-menu-3 .header-horizontal-menu li:hover a {
  color: #146cda;
}

.header-menu .col-lg-3.custom-col-2 {
  ms-flex: 0 0 16.7%;
  flex: 0 0 16.7%;
  max-width: 16.7%;
}

@media only screen and (min-width: 1200px) and (max-width: 1342px) {
  .header-menu .col-lg-3.custom-col-2 {
    ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.header-menu .col-lg-9.custom-col-2 {
  ms-flex: 0 0 83.3%;
  flex: 0 0 83.3%;
  max-width: 83.3%;
}

@media only screen and (min-width: 1200px) and (max-width: 1342px) {
  .header-menu .col-lg-9.custom-col-2 {
    ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

.header-menu .col-lg-2.custom-col-3 {
  ms-flex: 0 0 20.666667%;
  flex: 0 0 20.666667%;
  max-width: 20.666667%;
}

.header-menu .col-lg-7.custom-col-3 {
  ms-flex: 0 0 54.3%;
  flex: 0 0 54.3%;
  max-width: 54.3%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.slider-height-1 {
  height: 530px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile_user {
    margin-right: -8%;
  }
  .slider-height-1 {
    height: 430px;
  }
  .header-tools {
    position: absolute;
    right: 0;
    bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-height-1 {
    height: 400px;
  }
}

.slider-height-2 {
  height: 437px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-2 {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-height-2 {
    height: 300px;
  }
}

.slider-height-3 {
  height: 530px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-3 {
    height: 430px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-height-3 {
    height: 300px;
  }
}

.slider-height-4 {
  height: 530px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-4 {
    height: 430px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-height-4 {
    height: 300px;
  }
}

.slider-area .bg-img {
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-color: #bebebe;
  transition: all 0.3s ease-in-out !important;
}

.slider-area .bg-img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  z-index: -1;
  opacity: 0.2;
}

.slider-area .bg-img .slider-content-1 span {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1;
  display: block;
  text-align: center;
  text-shadow: 1px 1px #fff;
  color: #0064d4;
}

.slider-area .bg-img .slider-content-1 h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1;
  margin-top: 10px;
  text-transform: uppercase;
  color: #0d488a;
  text-shadow: 1px 1px #ccc;
}

.slider-area .bg-img .slider-content-1 h1 strong {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .slider-area .bg-img .slider-content-1 h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.slider-area .bg-img .slider-content-1 a {
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  background-color: #146cda;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  font-size: 14px;
}

.slider-area .bg-img .slider-content-1 a:hover {
  background-color: #1d1d1d;
}

.slider-nav-style-1 {
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
}

.slider-nav-style-1 .swiper-button-next:after,
.slider-nav-style-1 .swiper-button-prev:after {
  font-family: Ionicons;
  font-size: 32px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  outline: 0;
}

.slider-nav-style-1 .swiper-button-next {
  outline: 0;
  right: -20px;
  left: auto;
}

.slider-nav-style-1 .swiper-button-prev {
  outline: 0;
  right: auto;
  left: -20px;
}

.slider-nav-style-1 .swiper-button-next:after {
  content: "";
}

.slider-nav-style-1 .swiper-button-next:after:hover {
  color: #146cda;
}

.slider-nav-style-1 .swiper-button-prev:after {
  content: "";
}

.slider-nav-style-1 .swiper-button-prev:after:hover {
  color: #146cda;
}

.slider-nav-style-1:hover .swiper-button-next {
  right: 10px;
}

.slider-nav-style-1:hover .swiper-button-prev {
  left: 10px;
}

.slider-nav-style-1 .swiper-button-next,
.slider-nav-style-1 .swiper-button-prev {
  color: #1d1d1d;
}

.slider-nav-style-1 .swiper-button-next:hover,
.slider-nav-style-1 .swiper-button-prev:hover {
  color: #146cda;
}

.slider-nav-style-1 .swiper-buttons .swiper-button-next,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  margin: auto;
}

.slider-nav-style-1:hover .swiper-button-next,
.slider-nav-style-1:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.static-area .single-static {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.static-area .single-static img {
  flex: 0 0 auto;
  margin: 0;
  margin-right: 15px;
}

.static-area .single-static .single-static-meta h4 {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 25px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .static-area .single-static .single-static-meta h4 {
    font-size: 15px;
  }
}

.static-area .single-static .single-static-meta p {
  line-height: 20px;
  color: #888;
  font-size: 13px;
  margin: 0;
}

.banner-area .banner-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 3px solid #f00;
}

.banner-area .banner-wrapper img {
  width: 100%;
  transition: all 0.3s linear;
  height: 300px;
}

.banner-area .banner-wrapper:hover img {
  transition: all 0.3s linear;
  transform: scale(1.035) rotate(0.05deg);
}

.banner-area.banner-area-2 .banner-wrapper {
  margin: 0;
}

.banner-area.banner-area-2 .banner-wrapper:first-child {
  margin-bottom: 15px;
}

.popular-categories-area .category-slider .category-slider-bg {
  background-color: #fff;
}

.popular-categories-area
  .category-slider
  .category-slider-bg
  .category-discript {
  padding: 30px 25px;
}

.popular-categories-area .category-slider .thumb-category {
  position: relative;
  overflow: hidden;
}

.popular-categories-area .category-slider .thumb-category img {
  width: 100%;
  transition: all 0.3s linear;
}

.popular-categories-area .category-slider .thumb-category:hover img {
  transition: all 0.3s linear;
  transform: scale(1.035) rotate(0.05deg);
}

.popular-categories-area .category-slider .category-discript {
  padding-top: 20px;
}

.popular-categories-area .category-slider .category-discript h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #47494a;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}

.popular-categories-area .category-slider .category-discript li {
  display: block;
}

.popular-categories-area .category-slider .category-discript a {
  color: #888;
  font-size: 14px;
  line-height: 24px;
  display: block;
  text-transform: capitalize;
}

.popular-categories-area .category-slider .category-discript a:hover {
  color: #146cda;
}

.popular-categories-area .category-slider .category-discript a.view-all-btn {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  line-height: 32px;
  height: 32px;
  color: #253237;
  background: #f5f5f5;
  padding: 0 15px;
  border-radius: 5px;
  text-transform: uppercase;
}

.popular-categories-area
  .category-slider
  .category-discript
  a.view-all-btn:hover {
  background-color: #146cda;
  color: #fff;
}

.list-product {
  position: relative;
  background: #fff;
  z-index: 1;
  border: 1px solid #00000021;
  border-radius: 5px;
  margin-bottom: 30px;
  transition: all 0.3s linear;
}

.list-product .img-block {
  position: relative;
}

.list-product .img-block img {
  width: 100%;
  margin: 0;
  transition: all 0.3s linear;
  height: 170px;
}

.list-product .img-block .second-img {
  position: absolute;
  opacity: 0;
  transition: all 0.3s linear;
  left: 0;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
}

.list-product .img-block .quick-view {
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  line-height: 1;
}

.list-product .img-block .quick-view a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: 0 0;
  color: #47494a;
  padding: 0;
  border: none;
  padding: 0;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  pointer-events: visible;
  opacity: 0;
  transform: scale3d(0, 0, 0);
}

.list-product:hover {
  border: 1px solid #ebebeb;
}

.list-product:hover .second-img {
  opacity: 1;
  visibility: visible;
}

.list-product:hover .quick-view a {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.list-product:hover .pricing-meta {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.3s linear;
}

.list-product:hover .add-to-link {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateZ(0);
}

.list-product .new {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
  text-transform: capitalize;
  text-align: center;
  z-index: 1;
  background: #146cda;
}

.list-product .product-decs {
  padding: 15px;
}

.list-product .product-decs a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  color: #146cda;
}

.list-product .product-decs h2 {
  font-weight: 400;
  margin: 0;
  line-height: 1;
}

.list-product .product-decs h2 a {
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  color: #47494a;
  font-size: 14px;
  text-transform: capitalize;
}

.list-product .product-decs h2 a:hover {
  color: #146cda;
}

.list-product .product-decs .rating-product {
  margin-bottom: 10px;
}

.list-product .product-decs .rating-product i {
  overflow: hidden;
  margin: 0 1px 0 0;
  display: inline-block;
  color: #fdd835;
  font-weight: 400;
  line-height: 1;
  vertical-align: top;
  font-size: 18px;
}

.list-product .product-decs .pricing-meta {
  line-height: 20px;
  transition: all 0.3s linear;
}

.list-product .product-decs .pricing-meta li {
  color: #9b9b9b;
  font-weight: 400;
  margin-right: 2px;
  font-size: 14px;
}

.list-product .product-decs .pricing-meta li.old-price {
  text-decoration: line-through;
}

.list-product .product-decs .pricing-meta li.old-price.not-cut {
  text-decoration: none;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 600;
}

.list-product .product-decs .pricing-meta li.current-price {
  color: #eb2606;
  font-weight: 600;
  font-size: 16px;
}

.list-product .product-decs .pricing-meta li.discount-price {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background: #eb2606;
  padding: 0 4px;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  z-index: 4;
  margin-left: 2px;
}

.list-product .add-to-link {
  margin-top: -30px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  background: #fff;
  padding: 0 15px 15px 15px;
  border: 1px solid #ebebeb;
  border-top: transparent;
  border-radius: 0 0 5px 5px;
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px) translateZ(0);
  -webkit-transform: translateY(15px) translateZ(0);
  perspective: 800px;
  -webkit-perspective: 800px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.list-product .add-to-link li {
  display: inline-flex;
  line-height: 1;
  margin-right: 3px;
  transition: all 0.3s linear;
}

.list-product .add-to-link a {
  display: inline-block;
  color: #fff;
  border: none;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  background: #146cda;
}

.list-product .add-to-link a:hover {
  background: #1d1d1d;
}

.list-product .add-to-link a.cart-btn {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 0 10px;
  border: none;
  line-height: 40px;
  height: 40px;
  width: auto;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  letter-spacing: -0.08em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 105px;
}

@media only screen and (max-width: 575px) {
  .list-product .add-to-link a.cart-btn {
    padding: 0 7px;
  }
}

.feature-tab-area .nav-tabs {
  position: relative;
  display: block;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}

.feature-tab-area .nav-tabs li a {
  margin: 0;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #888;
  cursor: pointer;
  margin-right: 35px;
  transition: all 0.3s linear;
}

.feature-tab-area .nav-tabs li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -1px;
  background: 0 0;
}

.feature-tab-area .nav-tabs li a.active {
  color: #1d1d1d;
}

.feature-tab-area .nav-tabs li a.active:after {
  background: #146cda;
}

.feature-tab-area .nav-tabs li a:hover {
  color: #1d1d1d;
}

.feature-tab-area .nav-tabs li a:hover:after {
  background: #146cda;
}

@media only screen and (max-width: 767px) {
  .feature-tab-area .nav-tabs li a {
    font-size: 16px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 360px) {
  .feature-tab-area .nav-tabs li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1380px) {
  .single-product-responsive .list-product .add-to-link {
    padding: 0 7px 15px 10px;
  }
}

.deal-slider .list-product {
  display: flex;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .deal-slider .list-product {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .deal-slider .list-product {
    display: block;
    padding-bottom: 20px;
  }
}

.deal-slider .list-product .img-block {
  flex: 0 0 310px;
  margin-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .deal-slider .list-product .img-block {
    flex: 0 0 243px;
  }
}

.deal-slider .list-product .product-decs {
  padding-top: 20px;
}

.deal-slider .list-product .product-decs h2 a {
  font-size: 16px;
  line-height: 20px;
}

.deal-slider .list-product .product-decs .in-stock {
  font-size: 14px;
  text-transform: capitalize;
  color: #888;
  line-height: 1;
  display: block;
  margin: 25px 0;
}

.deal-slider .list-product .product-decs .in-stock span {
  color: #146cda;
  margin-left: 5px;
}

.deal-slider .list-product .product-decs .clockdiv {
  background: #f9f9f9;
  border-radius: 5px;
  line-height: 1;
  padding: 10px 15px;
  font-size: 22px;
}

.deal-slider .list-product .product-decs .clockdiv span {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  color: #47494a;
  position: relative;
}

.deal-slider .list-product .product-decs .clockdiv span p {
  font-size: 14px;
  margin: 5px 0 0;
}

.deal-slider .list-product .product-decs .clockdiv span:after {
  position: absolute;
  top: 0;
  left: -4px;
  content: ":";
}

.deal-slider .list-product .product-decs .clockdiv span:first-child:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .deal-slider .list-product .product-decs .clockdiv {
    display: inline-block;
    margin-bottom: 20px;
  }
}

.deal-slider .list-product:hover .pricing-meta {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s linear;
}

@media only screen and (max-width: 767px) {
  .category-tab-area .section-title.d-flex {
    display: block !important;
    position: relative;
  }
  .category-tab-area .section-title.d-flex .justify-content-end {
    justify-content: flex-start !important;
    position: absolute;
    left: 0;
    padding: 30px 0;
  }
}

.category-tab-area .nav-tabs {
  border: 0;
}

.category-tab-area .nav-tabs .nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0 17px;
  cursor: pointer;
  color: #7e8081;
  line-height: 26px;
  border: 2px solid transparent;
  margin-right: 2px;
  margin-top: -2px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-tab-area .nav-tabs .nav-link {
    padding: 0 5px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 575px) {
  .category-tab-area .nav-tabs .nav-link {
    font-size: 13px;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .category-tab-area .nav-tabs .nav-link {
    font-size: 13px;
    padding: 0 5px;
  }
}

.category-tab-area .nav-tabs .nav-link .active {
  border: 0;
  color: #146cda;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #146cda;
  background-color: #fff;
  border-color: #146cda;
}

.brand-slider {
  border: 1px solid #ebebeb;
  text-align: center;
  padding: 18px 0;
}

.brand-slider .brand-slider-item img {
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.3s linear;
}

.brand-slider .brand-slider-item:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
}

.recent-add-area .multi-row .list-product {
  padding: 15px;
  margin-bottom: 30px;
  position: static;
  display: inline-block;
  width: 100%;
  padding-bottom: 0;
  position: static;
}

.recent-add-area .multi-row .list-product .img-block {
  float: left;
  width: 210px;
  margin-right: 20px;
}

@media only screen and (max-width: 575px) {
  .recent-add-area .multi-row .list-product .img-block {
    width: 130px;
  }
}

@media only screen and (max-width: 360px) {
  .recent-add-area .multi-row .list-product .img-block {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  .recent-add-area .multi-row .list-product .img-block {
    width: 180px;
  }
}

.recent-add-area .multi-row .list-product .product-decs {
  padding: 25px 0 0 0;
}

.recent-add-area .multi-row-2 .list-product {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  .recent-add-area .multi-row-2 .list-product .img-block {
    width: 110px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recent-add-area .multi-row-2 .list-product .img-block {
    width: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  .recent-add-area .multi-row-2 .list-product {
    padding: 0 0 15px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recent-add-area .multi-row-2 .list-product {
    padding: 0 0 15px 0;
  }
}

.recent-add-area .list-product {
  border: 0 solid transparent;
  border-radius: 5px;
  padding: 0 15px 15px 15px;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}

.recent-add-area .list-product .img-block {
  float: left;
  width: 120px;
  margin-right: 20px;
}

@media only screen and (max-width: 360px) {
  .recent-add-area .list-product .img-block {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  .recent-add-area .list-product .img-block {
    width: 110px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recent-add-area .list-product .img-block {
    width: 100px;
  }
}

.recent-add-area .list-product .product-decs {
  padding: 0;
}

.recent-add-area .list-product:hover .pricing-meta {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  .recent-add-area .list-product {
    padding: 0 0 15px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recent-add-area .list-product {
    padding: 0 0 15px 0;
  }
}

.footer-area {
  background-color: #f79b23;
  color: #fff;
}

.footer-area .footer-top {
  padding: 60px 0;
}

.footer-area .footer-top .single-wedge h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
}

.footer-area .footer-top .single-wedge p {
  line-height: 24px;
}

.footer-area .footer-top .single-wedge p.text-infor {
  width: 90%;
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-top .single-wedge p.text-infor {
    width: 100%;
  }
}

.footer-area .footer-top .single-wedge .need-help {
  margin-top: 30px;
  background: url("https://oneclicktouch.com/assets/frontend/images/wp.png") 0
    5px no-repeat;
  padding-left: 36px;
  padding-bottom: 5px;
}

.footer-area .footer-top .single-wedge .need-help p {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.footer-area .footer-top .single-wedge .need-help p span {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  display: block;
  line-height: 30px;
}

.footer-area .footer-top .single-wedge .footer-links li {
  display: block;
  margin: 0;
  line-height: 1;
  border: 0;
  padding: 0;
  font-weight: 400;
  margin-bottom: 8px;
}

.footer-area .footer-top .single-wedge .footer-links a {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  display: block;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
  display: block;
  position: relative;
  transition: all 0.3s linear;
}

.footer-area .footer-top .single-wedge .footer-links a:hover {
  padding-left: 10px;
  color: #fff;
  opacity: 0.8;
}

.footer-area .footer-top .single-wedge .subscribe-form {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.footer-area .footer-top .single-wedge .subscribe-form .validate {
  height: 47px;
  background: #fff;
  border: 0;
  color: #b1b1b1;
  padding: 15px 120px 0 20px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  border: none;
  border-radius: 5px;
}

.footer-area .footer-top .single-wedge .subscribe-form .validate input.email {
  width: 100%;
}

.footer-area .footer-top .single-wedge .subscribe-form .validate .button {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-size: 0;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: #0064d4;
  border: 0;
  box-shadow: none;
  padding: 0 20px;
  line-height: 47px;
  height: 47px;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s linear;
}

.footer-area .footer-top .single-wedge .subscribe-form .validate .button:hover {
  background: #292929;
}

.footer-area .footer-top .single-wedge .social-info {
  margin-top: 30px;
}

.footer-area .footer-top .single-wedge .social-info li {
  display: inline-block;
  margin: 0 10px 10px 0;
  line-height: 40px;
  padding: 0;
}

.footer-area .footer-top .single-wedge .social-info a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #0064d4;
  font-size: 16px;
  padding: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  border: none;
  z-index: 1;
  transition: all 0.3s linear;
}

.footer-area .footer-top .single-wedge .social-info a:hover {
  background: #fff;
  color: #146cda;
}

.footer-area .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #fff;
}

.footer-area .footer-bottom p {
  font-size: 14px;
  color: #fff;
  margin-top: 3px;
  text-align: center;
}

.footer-area .footer-bottom p a {
  color: #fff;
}

.footer-area .footer-bottom p a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom {
    text-align: center;
  }
  .footer-area .footer-bottom .text-right {
    text-align: center !important;
  }
}

body.offcanvas-open {
  overflow: hidden;
  padding-right: 17px;
}

.offcanvas {
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  overflow: hidden;
  width: 400px;
  height: 100vh;
  padding: 20px;
  transition: all 0.5s ease 0s;
  transform: translateX(100%);
  background-color: #fff;
  box-shadow: none;
}

@media only screen and (max-width: 479px) {
  .offcanvas {
    width: 300px;
  }
}

.offcanvas .inner {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.offcanvas .inner .head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.offcanvas .inner .head .title {
  color: #1d1d1d;
  font-weight: 700;
}

.offcanvas .inner .head .offcanvas-close {
  position: relative;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: 0;
  background-color: transparent;
}

.offcanvas .inner .head .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  transition: all 0.5s ease 0s;
  transform: rotate(-45deg);
  background-color: #333;
}

.offcanvas .inner .head .offcanvas-close::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  transition: all 0.5s ease 0s;
  transform: rotate(45deg);
  background-color: #333;
}

.offcanvas .inner .head .offcanvas-close:hover:before {
  transform: rotate(180deg);
}

.offcanvas .inner .head .offcanvas-close:hover:after {
  transform: rotate(0);
}

.offcanvas .inner .offcanvas-menu-search-form {
  margin-bottom: 30px;
}

.offcanvas .inner .offcanvas-menu-search-form form {
  position: relative;
}

.offcanvas .inner .offcanvas-menu-search-form form input[type="text"] {
  width: 100%;
  padding: 12px 20px;
  padding-right: 50px;
  color: #1d1d1d;
  border: 1px solid #ebebeb;
  display: block;
  font-size: 16px;
  background: 0 0;
}

.offcanvas .inner .offcanvas-menu-search-form form input[type="text"]:focus {
  border-bottom-color: #146cda;
}

.offcanvas .inner .offcanvas-menu-search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 5px 15px;
  border: 0;
  background-color: transparent;
  outline: 0;
}

.offcanvas .inner .offcanvas-menu-search-form form button i {
  font-size: 16px;
}

.offcanvas .inner .offcanvas-menu-search-form form button:hover {
  color: #146cda;
}

.offcanvas .inner .offcanvas-menu ul li {
  position: relative;
  display: block;
  line-height: 24px;
}

.offcanvas .inner .offcanvas-menu ul li a {
  display: block;
  padding: 8px 24px 8px 0;
  text-transform: uppercase;
  color: #7e7e7e;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu {
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  width: 100%;
  min-width: auto;
  padding: 0;
  padding-left: 15px;
  transition: none;
  opacity: 1;
  box-shadow: none;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
  line-height: inherit;
  position: relative;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
  text-transform: capitalize;
}

.offcanvas .inner .offcanvas-menu ul li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}

.offcanvas .inner .offcanvas-menu ul li:hover > a {
  color: #146cda;
}

.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:before {
  background: #146cda;
}

.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:after {
  background: #146cda;
}

.offcanvas .inner .offcanvas-social li {
  display: inline-block;
  margin: 0 10px 10px 0;
  line-height: 40px;
  padding: 0;
}

.offcanvas .inner .offcanvas-social li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #247cea;
  font-size: 16px;
  padding: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  border: none;
  z-index: 1;
  transition: all 0.3s linear;
}

.offcanvas .inner .offcanvas-social li a:hover {
  background: #1d1d1d;
  color: #fff;
}

.offcanvas .inner .foot .buttons a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  border: none;
  color: #47494a;
  box-shadow: none;
  padding: 10px 15px;
  line-height: 26px;
  border: none;
  background: #ebebeb;
  border-radius: 5px;
}

.offcanvas .inner .foot .buttons a:hover {
  background-color: #146cda;
  color: #fff;
}

.offcanvas .inner .foot .buttons .current-btn {
  background-color: #146cda;
  color: #fff;
}

.offcanvas .inner .foot .sub-total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eee;
  margin: 30px 0;
  border-bottom: 1px solid #eee;
}

.offcanvas .inner .foot .sub-total strong {
  font-weight: 600;
  color: #333;
}

.offcanvas .inner .foot .sub-total .amount {
  color: #eb2606;
  font-weight: 600;
}

.offcanvas .inner .foot .minicart-message {
  margin-top: 15px;
}

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

.offcanvas.offcanvas-mobile-menu {
  right: auto;
  left: 0;
  padding: 50px 40px;
  transform: translateX(-100%);
}

@media only screen and (max-width: 479px) {
  .offcanvas.offcanvas-mobile-menu {
    padding: 50px 17px;
  }
}

.offcanvas-menu > ul > li .menu-expand::after,
.offcanvas-menu > ul > li .menu-expand::before {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  width: 14px;
  height: 2px;
  content: "";
  transition: all 0.5s ease 0s;
  transform: scale(0.75);
  background-color: #7e7e7e;
}

.offcanvas-menu > ul > li .menu-expand::after {
  transform: rotate(90deg) scale(0.75);
}

.offcanvas-menu > ul > li.active > .menu-expand::after {
  transform: rotate(0) scale(0.75);
}

.offcanvas-menu > ul > li .sub-menu li.active > .menu-expand::after {
  transform: rotate(0) scale(0.75);
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
  transform: translateX(0);
}

.offcanvas-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas.offcanvas-open {
  transform: translateX(0);
}

.mobile-menu-toggle.home-2 svg {
  position: initial;
  transform: translate3d(-29%, 0, 0);
}

.mobile-menu-toggle svg {
  position: absolute;
  top: 50%;
  left: auto;
  width: 50px;
  height: 50px;

  margin-left: -2px;
  cursor: pointer;
  transform: translate3d(-50%, -78%, 0);
  right: -90px;
}

.mobile-menu-toggle svg path {
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
    stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  fill: none;
  stroke: #1d1d1d;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 30px;
}

@media only screen and (max-width: 575px) {
  .mobile-menu-toggle svg {
    right: -80px;
  }
}

.mobile-menu-toggle svg path#bottom,
.mobile-menu-toggle svg path#top {
  stroke-dasharray: 240px 950px;
}

.mobile-menu-toggle svg path#middle {
  stroke-dasharray: 240px 240px;
}

.mobile-menu-toggle .close svg path#bottom,
.mobile-menu-toggle .close svg path#top {
  stroke-dasharray: -650px;
  stroke-dashoffset: -650px;
}

.mobile-menu-toggle .close svg path#middle {
  stroke-dasharray: 1px 220px;
  stroke-dashoffset: -115px;
}

.minicart-product-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.minicart-product-list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

.minicart-product-list li .image {
  flex: 1 0 75px;
}

.minicart-product-list li .image img {
  max-width: 100%;
  border: 1px solid #ebebeb;
}

@media only screen and (max-width: 575px) {
  .minicart-product-list li .image {
    flex: 1 0 50px;
  }
}

.minicart-product-list li .content {
  position: relative;
  flex: 1 0 calc(100% - 150px);
  padding-left: 15px;
}

.minicart-product-list li .content .title {
  color: #1d1d1d;
  font-weight: 600;
}

.minicart-product-list li .content .title:hover {
  color: #146cda;
}

.minicart-product-list li .content .quantity-price {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

.minicart-product-list li .content .quantity-price .amount {
  color: #1d1d1d;
  font-weight: 600;
}

.minicart-product-list li .content .remove {
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px;
  color: #1d1d1d;
  font-size: 16px;
}

.minicart-product-list li .content .remove:hover {
  color: #eb2606;
}

@media only screen and (max-width: 575px) {
  .minicart-product-list li .content {
    flex: 1 0 calc(100% - 75px);
  }
}

.minicart-product-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.header-tools {
  position: relative;
  margin-left: 40px;
}

.header-tools .cart-info a {
  font-size: 16px;
  color: #1d1d1d;
  margin-right: 0px;
  position: relative;
}

/*.header-tools .cart-info a:before {
	position: absolute;
	bottom: -3px;
	left: 17px;
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #fff;
	background: #eb2606;
	line-height: 20px;
	font-size: 12px;
	border-radius: 100%;
	text-align: center;
	font-weight: 700;
	content: "3"
}*/

@media only screen and (max-width: 479px) {
  .header-tools .cart-info a:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    left: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .header-tools .cart-info a {
    font-size: 18px;
    margin-right: 20px;
  }
}

.header-tools .cart-info a:hover {
  color: #146cda;
}

@media only screen and (max-width: 575px) {
  .header-tools .cart-info .shuffle {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .header-tools .cart-info .heart {
    display: none;
  }
}

.header-tools .cart-info a.bag {
  margin: 0;
}

.header-tools .cart-info a.bag span {
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin: 0px 1px 0px 0px;
  position: relative;
  top: -8px;
}

@media only screen and (max-width: 575px) {
  .header-tools .cart-info a.bag span {
    margin: 0 0 0 10px;
  }
}

.header-tools .cart-info a.user {
  margin-right: 15px;
}

.header-tools .cart-info a.user:before {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-tools {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-tools {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas .inner .offcanvas-menu ul li {
    border-bottom: 1px solid #e2dfdf;
  }
  .header-tools {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .header-tools {
    margin-right: 40px;
  }
}

.header-tools .dropdown button {
  font-size: 24px;
  margin-right: 20px;
}

.header-tools .dropdown button:hover {
  color: #1d1d1d !important;
}

.header-tools .dropdown ul.dropdown-menu {
  margin: 0;
  top: 30px !important;
  right: 0;
  left: auto !important;
  min-width: 130px;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid #ebebeb;
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  transform: rotateX(90deg);
  transform-origin: center top 0;
}

.header-tools .dropdown ul.dropdown-menu li {
  display: block;
  padding: 0 18px;
  border: 0;
}

.header-tools .dropdown ul.dropdown-menu li:last-child a {
  border: 0;
}

.header-tools .dropdown ul.dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 12px 10px;
  color: #47494a;
  font-size: 13px;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border-bottom: 1px solid #ebebeb;
}

.header-tools .dropdown ul.dropdown-menu li a:hover {
  color: #146cda;
}

.tools-style-2 .cart-info a {
  color: #fff;
}

.tools-style-2 .cart-info a:before {
  background: #fff;
  color: #1d1d1d;
}

.tools-style-2 .cart-info a:hover {
  color: #1d1d1d !important;
}

.search-element {
  position: relative;
}

.search-element .search-category {
  position: absolute;
  width: 160px;
}

.search-element .search-category:before {
  content: "";
  display: inline-block;
  font-size: 12px;
  font-family: Ionicons;
  font-weight: 400;
  float: right;
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 0;
}

@media only screen and (max-width: 575px) {
  .search-element .search-category:before {
    right: 50px;
  }
}

.search-element .search-category select {
  width: 170px;
  height: 42px;
  line-height: 42px;
  margin: 0;
  border: 0;
  padding: 0 25px;
  color: #1d1d1d;
  font-size: 14px;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 2px;
  top: 2px;
  background: #f3f3f3;
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .search-element .search-category select {
    padding: 0 10px;
    width: 118px;
  }
}

.search-element input {
  width: 100%;
  border: 2px solid #ebebeb;
  height: 46px;
  line-height: 42px;
  padding: 20px 20px 20px 20px;
}

@media only screen and (max-width: 575px) {
  .search-element input {
    padding-left: 125px;
    font-size: 12px;
    width: 88%;
  }
}

.search-element button {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  line-height: 42px;
  text-align: center;
  width: 65px;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  padding: 0;
  border: 0;
  transition: all 0.3s linear;
  background: #0064d4;
}

.search-element button i {
  font-size: 24px;
  display: block;
  line-height: 46px;
}

@media only screen and (max-width: 360px) {
  .search-element button i {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .search-element button i {
    font-size: 16px;
  }
}

.search-element button:hover {
  background-color: #1d1d1d;
}

@media only screen and (max-width: 360px) {
  .search-element button {
    width: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .search-element button {
    width: 45px;
  }
}

.header-top-2 .search-element input {
  background: #fff;
  border-radius: 5px;
}

.header-top-2 .search-element button {
  background: #1d1d1d;
  height: 46px;
}

.hero-side-category {
  width: 100%;
  position: relative;
}

.hero-side-category .category-toggle-wrap {
  width: 100%;
}

.hero-side-category .category-toggle-wrap .category-toggle {
  padding: 10px 25px;
  margin: 0;
  border: none;
  background-color: transparent;
  color: #1d1d1d;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  text-align: left;
  outline: 0;
  border: 2px solid #ebebeb;
  margin-bottom: 15px;
  margin-top: 15px;
}

.hero-side-category .category-toggle-wrap .category-toggle i {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  font-size: 18px;
  transform: translate(0, 2px);
}

.hero-side-category .category-toggle-wrap .category-toggle:after {
  content: "";
  display: inline-block;
  font-size: 14px;
  font-family: Ionicons;
  font-weight: 400;
  margin-left: 7px;
  float: right;
  transform: translateY(1px);
}

.hero-side-category .category-menu {
  background-color: #fff;
  float: left;
  width: 100%;
  left: 0;
  top: 100%;
  border: 1px solid #ebebeb;
  position: absolute;
  display: none;
  z-index: 2;
  height: 500px;
  overflow-x: auto;
}

.hero-side-category .category-menu li {
  display: block;
}

.hero-side-category .category-menu li .menu-item-has-children {
  position: relative;
}

.hero-side-category .category-menu li a {
  display: block;
  padding: 10px 25px;
  line-height: 30px;
  font-size: 14px;
  color: #253237;
  font-weight: 400;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}

.hero-side-category .category-menu li a i {
  position: absolute;
  right: 30px;
}

.hero-side-category .category-menu li .category-mega-menu {
  display: none;
}

.hero-side-category .category-menu li .category-mega-menu a {
  padding: 10px 25px 10px 35px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #253237;
  position: relative;
  margin: 0;
  text-transform: inherit;
}

.hero-side-category .category-menu li #more-btn {
  font-weight: 700;
  padding-left: 45px;
}

.hero-side-category .category-menu li #more-btn i {
  right: auto;
  left: 30px;
}

.hero-side-category .category-menu li:hover > a {
  color: #146cda;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-md-30px {
    margin-bottom: 30px;
  }
  .mb-md-60px {
    margin-bottom: 60px;
  }
  .mt-md-50px {
    margin-top: 50px;
  }
  .mt-md-30px {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-lm-30px {
    margin-bottom: 30px;
  }
  .mt-lm-55px {
    margin-top: 55px;
  }
  .mt-lm-50px {
    margin-top: 50px;
  }
  .mt-lm-30px {
    margin-top: 30px;
  }
  .mb-lm-60px {
    margin-bottom: 60px;
  }
  .mb-lm-100px {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .mb-sm-30px {
    margin-bottom: 30px;
  }
}

.breadcrumb-area {
  background-color: #f3f3f3;
  padding: 10px 0;
}

.breadcrumb-area .breadcrumb-content .nav {
  background: 0 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area .breadcrumb-content .nav {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-content .nav {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-content .nav {
    padding: 0;
  }
}

.breadcrumb-area .breadcrumb-content .nav li {
  color: #146cda;
  line-height: 20px;
}

.breadcrumb-area .breadcrumb-content .nav li:after {
  color: #47494a;
  margin: 0 10px;
  vertical-align: -1px;
  content: "";
  font-family: Ionicons;
}

.breadcrumb-area .breadcrumb-content .nav li a {
  display: inline-block;
  position: relative;
  color: #47494a;
}

.breadcrumb-area .breadcrumb-content .nav li a:hover {
  color: #146cda;
}

.breadcrumb-area .breadcrumb-content .nav li:last-child:after {
  display: none;
}

.shop-category-area .shop-top-bar {
  padding: 12px 30px;
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
}

.shop-category-area .shop-top-bar .shop-tab {
  flex: 0 0 60%;
  width: 60%;
}

.shop-category-area .shop-top-bar .shop-tab a:first-child {
  margin-right: 20px;
}

.shop-category-area .shop-top-bar .shop-tab a.active i {
  color: #146cda;
}

.shop-category-area .shop-top-bar .shop-tab a:hover i {
  color: #146cda;
}

.shop-category-area .shop-top-bar .shop-tab i {
  font-size: 18px;
  line-height: 30px;
  color: #c1c1c1;
}

.shop-category-area .shop-top-bar .shop-tab p {
  line-height: 20px;
  font-size: 14px;
  padding: 5px;
  margin: 0;
  float: left;
  color: #888;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 50px;
}

@media only screen and (max-width: 575px) {
  .shop-category-area .shop-top-bar .shop-tab p {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-category-area .shop-top-bar .shop-tab {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .shop-category-area .shop-top-bar .shop-tab {
    flex: 0 0 100%;
    width: 100%;
  }
}

.shop-category-area .shop-top-bar .select-shoing-wrap {
  flex: 0 0 40%;
  width: 40%;
}

.shop-category-area .shop-top-bar .select-shoing-wrap .shot-product {
  line-height: 20px;
  font-size: 14px;
  padding: 5px;
  margin: 0;
  float: left;
  color: #888;
  font-weight: 400;
  text-transform: capitalize;
  width: 20%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-category-area .shop-top-bar .select-shoing-wrap .shot-product {
    width: 26%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-category-area .shop-top-bar .select-shoing-wrap .shot-product {
    width: 30%;
  }
}

@media only screen and (max-width: 575px) {
  .shop-category-area .shop-top-bar .select-shoing-wrap .shot-product {
    width: 30%;
    padding: 5px 0 0;
  }
}

.shop-category-area .shop-top-bar .select-shoing-wrap .shop-select {
  width: 85%;
}

.shop-category-area .shop-top-bar .select-shoing-wrap .shop-select select {
  border: 1px solid #ebebeb;
  padding: 2px 15px;
  line-height: 24px;
  font-size: 14px;
  margin: 0;
  background: #f7f7f7;
  border-radius: 30px;
  color: #47494a;
  text-align: left;
  box-shadow: none;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-category-area .shop-top-bar .select-shoing-wrap .shop-select {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-category-area .shop-top-bar .select-shoing-wrap .shop-select {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-category-area .shop-top-bar .select-shoing-wrap {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .shop-category-area .shop-top-bar .select-shoing-wrap {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .shop-category-area .shop-top-bar {
    display: block !important;
  }
}

.pro-pagination-style a {
  font-weight: 400;
  color: #1d1d1d;
  padding: 0;
  height: 36px;
  line-height: 36px;
  background: #f6f6f6;
  font-size: 14px;
  display: inline-block;
  width: 36px;
  border-radius: 100%;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}

.pro-pagination-style a.active {
  color: #fff;
  background-color: #146cda;
}

.pro-pagination-style a:hover {
  color: #fff;
  background-color: #146cda;
}

.shop-list-wrap .list-product {
  margin-left: 0;
  margin-right: 0;
}

.shop-list-wrap .list-product .box-inner {
  position: absolute;
  top: 15px;
  right: 25px;
  bottom: 15px;
  border-left: 1px solid #ebebeb;
  padding-left: 25px;
  padding-top: 20px;
}

.shop-list-wrap .list-product .box-inner .in-stock {
  font-size: 14px;
  text-transform: capitalize;
  color: #888;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}

.shop-list-wrap .list-product .box-inner .in-stock span {
  color: #146cda;
}

.shop-list-wrap .list-product .box-inner .pricing-meta {
  opacity: 1;
  transform: none !important;
  margin-bottom: 25px;
}

.shop-list-wrap .list-product .box-inner .pricing-meta li {
  color: #1d1d1d;
  font-size: 20px;
  font-weight: 600;
}

.shop-list-wrap .list-product .box-inner .add-to-link {
  margin-top: 0;
  position: initial;
  left: -1px;
  right: -1px;
  width: 100%;
  background: #fff;
  padding: 0;
  border: 0 solid #ebebeb;
  border-top: transparent;
  visibility: visible;
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  perspective: 0;
  -webkit-perspective: 0;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.shop-list-wrap .list-product .box-inner .add-to-link li {
  display: block;
  margin: 0;
}

.shop-list-wrap .list-product .box-inner .add-to-link li a {
  display: block;
  border: none;
  border-radius: 0;
  text-align: left;
  text-transform: capitalize;
  font-size: 14px;
  width: auto;
  border: none;
  background: 0 0;
  line-height: 24px;
  height: auto;
  color: #888;
}

.shop-list-wrap .list-product .box-inner .add-to-link li a i {
  font-size: 16px;
  margin-right: 5px;
  display: inline-block;
  transform: translateY(3px);
}

.shop-list-wrap .list-product .box-inner .add-to-link li a.cart-btn {
  width: 100%;
  text-align: center;
  max-width: 210px;
  line-height: 44px;
  height: auto;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  background: #146cda;
  margin-bottom: 15px;
}

.shop-list-wrap .list-product .box-inner .add-to-link li a.cart-btn:hover {
  background: #1d1d1d;
  color: #fff;
}

.shop-list-wrap .list-product .box-inner .add-to-link li a:hover {
  color: #146cda;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-list-wrap .list-product .box-inner {
    position: static;
    border: 0;
    padding-left: 30px;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .shop-list-wrap .list-product .box-inner {
    position: static;
    border: 0;
    padding: 0;
  }
}

.shop-list-wrap .list-product .product-decs {
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 0;
  text-align: left;
  margin: 0 !important;
  padding-right: 300px;
  position: static;
}

.shop-list-wrap .list-product .product-decs h2 a {
  min-height: auto;
  font-size: 16px;
  overflow: visible;
  white-space: normal;
  line-height: 20px;
  margin-bottom: 15px;
}

.shop-list-wrap .list-product .product-decs .product-intro-info {
  padding: 10px 0;
}

.shop-list-wrap .list-product .product-decs .product-intro-info P {
  color: #888;
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-list-wrap .list-product .product-decs {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .shop-list-wrap .list-product .product-decs {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .shop-list-wrap .list-product {
    padding: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .shop-list-wrap .list-product .quick-view {
    top: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-list-wrap.shop-list-page .list-product .product-decs {
    padding-right: 170px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-list-wrap.shop-list-page .list-product .product-decs {
    padding-right: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-md-class .list-product .add-to-link a.cart-btn {
    padding: 0 4px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .responsive-xl-class .list-product .add-to-link a.cart-btn {
    padding: 0 5px;
    width: 91px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .responsive-xl-class .list-product .add-to-link a {
    width: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .responsive-lg-class .list-product .add-to-link a.cart-btn {
    padding: 0 5px;
    width: 91px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .responsive-lg-class .list-product .add-to-link a {
    width: 30px;
  }
}

.shop-sidebar-wrap h3 {
  font-size: 18px;
  line-height: 1;
  color: #1d1d1d;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  display: block;
  border-bottom: 1px solid #ebebeb;
  text-transform: capitalize !important;
}

.shop-sidebar-wrap h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 2px;
  background: #146cda;
}

.shop-sidebar-wrap .card {
  border: 0;
}

.shop-sidebar-wrap .card .card-header {
  border: 0;
  padding-left: 0;
}

.shop-sidebar-wrap .card .card-header a {
  font-weight: 400;
  color: #47494a;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  transition: all 0.3s linear;
}

.shop-sidebar-wrap .card .card-header a:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  font-family: Ionicons;
  transition: all 0.3s linear;
  transform: rotate(0);
}

.shop-sidebar-wrap .card .card-header a:hover {
  color: #146cda;
}

.shop-sidebar-wrap .card .card-header a.collapsed::before {
  transform: rotate(180deg);
  transition: all 0.3s linear;
}

.shop-sidebar-wrap .card .card-body {
  padding: 0 0 0 15px;
  background: #f7f7f7;
}

.shop-sidebar-wrap .card .card-body li {
  display: block;
}

.shop-sidebar-wrap .card .card-body li a {
  font-weight: 400;
  color: #47494a;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 35px;
  margin: 0;
  padding: 0;
  border: none;
}

.shop-sidebar-wrap .card .card-body li a:hover {
  color: #146cda;
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li {
  align-items: center;
  position: relative;
  padding: 0 0 15px;
  display: block;
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left {
  position: relative;
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left
  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  width: auto;
  top: 6px;
  left: 1px;
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left
  .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  transition: all 0.3s linear;
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left
  .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid #146cda;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left
  .checkmark.grey {
  background: #aab2bd;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left
  .checkmark.white {
  background: #fff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left
  .checkmark.black {
  background: #434a54;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.shop-sidebar-wrap
  .sidebar-widget
  .sidebar-widget-list
  li
  .sidebar-widget-list-left
  .checkmark.camel {
  background: #c19a6b;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li a {
  margin-left: 25px;
  display: block;
  color: #555;
  font-size: 14px;
  margin-top: 0;
  line-height: 22px;
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li a span {
  margin-left: 5px;
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover .checkmark {
  border-color: #146cda;
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover a {
  color: #146cda;
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover a span {
  color: #146cda;
}

.shop-sidebar-wrap .sidebar-widget-group {
  border: 2px solid #f7f7f7;
}

.shop-sidebar-wrap .sidebar-widget-group h4 {
  display: block;
  clear: both;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  border: none;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 24px;
  text-transform: capitalize !important;
}

.shop-sidebar-wrap .sidebar-widget-group .price-slider-amount {
  color: #47494a;
  font-size: 14px;
  margin: 0 0 15px;
}

.shop-sidebar-wrap .sidebar-widget-group .ui-widget-content {
  border: 1px solid #146cda;
}

.shop-sidebar-wrap .sidebar-widget-group .ui-slider-horizontal {
  height: 5px;
}

.shop-sidebar-wrap .sidebar-widget-group .ui-widget-header {
  background: #146cda;
}

.shop-sidebar-wrap .sidebar-widget-group .ui-slider-handle {
  top: 50%;
  width: 15px;
  height: 15px;
  border: none;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  outline: 0;
  margin-top: -7.5px;
}

.shop-sidebar-wrap .sidebar-widget-tag li {
  line-height: 1;
  float: left;
  list-style: none;
}

.shop-sidebar-wrap .sidebar-widget-tag li a {
  display: block;
  float: left;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  font-weight: 400;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  background: #fff;
  margin: 4px;
  text-transform: capitalize;
}

.shop-sidebar-wrap .sidebar-widget-tag li a:hover {
  background-color: #146cda;
  border-color: #146cda;
  color: #fff;
}

.shop-sidebar-wrap .sidebar-widget-tag li:first-child a {
  margin-left: 0;
}

.sidebar-widget
  .sidebar-widget-list
  ul
  li
  .sidebar-widget-list-left
  input:checked
  ~ .checkmark::after {
  display: block;
}

.sidebar-widget.no-cba
  .sidebar-widget-list
  ul
  li
  .sidebar-widget-list-left
  input:checked
  ~ .checkmark::after {
  display: none;
}

.sidebar-widget.no-cba
  .sidebar-widget-list
  ul
  li
  .sidebar-widget-list-left
  .checkmark {
  border: 0;
}

.product-details-img.product-details-tab {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-img.product-details-tab {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-img.product-details-tab {
    margin-bottom: 50px;
  }
}

.product-details-img.product-details-tab .zoompro-wrap.zoompro-2 {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}

.product-details-img.product-details-tab
  .zoompro-wrap.zoompro-2
  .zoompro-border.zoompro-span
  img {
  width: 100%;
}

.product-dec-slider-2 {
  display: inline-block;
  float: left;
}

@media only screen and (max-width: 767px) {
  .product-dec-slider-2 {
    margin: 30px 0 0 0;
  }
}

.product-dec-slider-2 .swiper-slide {
  margin: auto;
  text-align: center;
  transition: all 0.3s linear;
  outline: 0 none;
  margin-top: 7px;
}

.product-dec-slider-2 .swiper-slide img {
  width: 100%;
  height: auto;
  margin: auto;
  transition: all 0.3s linear;
  border: 1px solid #cccaca;
  height: 100px;
}

@media only screen and (max-width: 479px) {
  .product-dec-slider-2 .swiper-slide img {
    width: 60px;
    height: auto;
  }
}

@media only screen and (max-width: 360px) {
  .product-dec-slider-2 .swiper-slide img {
    width: 40px;
    height: auto;
  }
}

.product-dec-slider-2 .swiper-slide.swiper-slide .active img {
  border: 1px solid #146cda;
  transition: all 0.3s linear;
}

.product-dec-slider-2 .swiper-slide:hover img {
  border: 1px solid #146cda;
}

.product-details-content h2 {
  color: #47494a;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 25px 0;
}

.product-details-content p {
  font-size: 14px;
  color: #1d1d1d;
  font-weight: 700;
  margin: 0 0 12px;
}

.product-details-content p span {
  font-weight: 400;
}

.product-details-content .pro-details-rating-wrap {
  display: flex;
}

.product-details-content .pro-details-rating-wrap .rating-product {
  margin-right: 20px;
}

.product-details-content .pro-details-rating-wrap .rating-product i {
  color: #fdd835;
  overflow: hidden;
  width: 16px;
  font-size: 18px;
}

.product-details-content .pro-details-rating-wrap .read-review a {
  text-decoration: none;
  color: #1d1d1d;
  position: relative;
  margin-left: 8px;
  line-height: 21px;
  padding: 0;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  color: #253237;
}

.product-details-content .pro-details-rating-wrap .read-review a:before {
  display: inline-block;
  font-family: Ionicons;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-right: 6px;
  content: "";
}

.product-details-content .pro-details-rating-wrap .read-review a:hover {
  color: #146cda;
}

.product-details-content .pricing-meta {
  font-size: 24px;
  color: #1d1d1d;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 25px;
  margin-top: 10px;
}

.product-details-content .pro-details-list {
  padding: 0 0 30px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  width: 100%;
  color: #888;
}

.product-details-content .pro-details-list p {
  font-weight: 400;
  color: #888;
  line-height: 24px;
  margin: 0;
}

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

.product-details-content .pro-details-quality {
  display: inline-flex;
  margin: 30px 0;
  width: 100%;
}

.product-details-content .pro-details-quality .cart-plus-minus {
  border: 1px solid #e8e8e8;
  display: inline-block;
  height: 48px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80px;
}

.product-details-content .pro-details-quality .cart-plus-minus .qtybutton {
  color: #8f8f8f;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 24px;
}

.product-details-content
  .pro-details-quality
  .cart-plus-minus
  input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #8f8f8f;
  float: left;
  font-size: 14px;
  height: 48px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 80px;
  outline: 0;
}

@media only screen and (max-width: 360px) {
  .product-details-content
    .pro-details-quality
    .cart-plus-minus
    input.cart-plus-minus-box {
    width: 65px;
  }
}

.product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton {
  height: 48px;
  padding-top: 14px;
  right: 0;
  top: 0;
}

.product-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton {
  height: 48px;
  left: 0;
  padding-top: 14px;
  top: 0;
}

.product-details-content .pro-details-quality .pro-details-cart a {
  position: relative;
  padding: 0 55px;
  line-height: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 15px;
  background: #146cda;
  color: #fff;
}

.product-details-content .pro-details-quality .pro-details-cart a:hover {
  background-color: #1d1d1d;
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-quality .pro-details-cart a {
    padding: 0 30px;
  }
}

.product-details-content .pro-details-wish-com {
  display: flex;
}

.product-details-content .pro-details-wish-com a {
  line-height: 30px;
  padding: 0;
  border: none;
  color: #555;
  font-size: 14px;
  margin-right: 15px;
}

.product-details-content .pro-details-wish-com a i {
  margin-right: 10px;
}

.product-details-content .pro-details-wish-com a:hover {
  color: #146cda;
}

.product-details-content .pro-details-social-info {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  margin-top: 10px;
  padding-bottom: 12px;
}

.product-details-content .pro-details-social-info span {
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 30px;
  font-weight: 700;
  color: #47494a;
  font-size: 14px;
}

.product-details-content .pro-details-social-info .social-info a {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #b4b4b4;
  margin-right: 0;
  white-space: normal;
  text-indent: 0;
  overflow: hidden;
  padding: 0;
  font-size: 18px;
  width: 30px;
}

.product-details-content .pro-details-social-info .social-info a:hover {
  color: #146cda;
}

.product-details-content .pro-details-policy {
  margin: 25px 0 0;
}

.product-details-content .pro-details-policy li {
  margin-bottom: 20px;
  display: block;
}

.product-details-content .pro-details-policy li:last-child {
  margin: 0;
}

.product-details-content .pro-details-policy li span {
  font-size: 14px;
  color: #888;
  overflow: hidden;
  font-weight: 400 !important;
}

.product-details-content .pro-details-policy img {
  margin-right: 15px;
}

.description-review-topbar.nav {
  border-bottom: none;
  position: relative;
  display: block;
  margin-bottom: 0;
  margin: auto;
  text-align: center;
}

.description-review-topbar.nav a {
  background: 0 0;
  border: 0;
  text-transform: capitalize;
  line-height: 24px;
  color: #888;
  padding: 0 0 15px 0;
  margin: 0 30px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s linear;
  display: inline-block;
}

.description-review-topbar.nav a:hover {
  color: #1d1d1d;
}

.description-review-topbar.nav a:hover:after {
  background-color: #146cda;
}

.description-review-topbar.nav a.active {
  color: #1d1d1d;
}

.description-review-topbar.nav a.active:after {
  background-color: #146cda;
}

.description-review-topbar.nav a:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: 0 0;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 767px) {
  .description-review-topbar.nav a {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 575px) {
  .description-review-topbar.nav a {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 479px) {
  .description-review-topbar.nav a {
    margin: 0 5px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 360px) {
  .description-review-topbar.nav a {
    font-size: 13px;
  }
}

.description-review-bottom {
  overflow: hidden;
  font-size: 15px;
  background: #fff;
  line-height: 24px;
  text-align: left;
  padding: 40px 30px 30px 30px;
  border: 1px solid #ebebeb;
}

@media only screen and (max-width: 360px) {
  .description-review-bottom {
    padding: 40px 20px 30px 20px;
  }
}

.description-review-bottom .product-description-wrapper p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 28px;
  color: #69696c;
  width: 84%;
}

@media only screen and (max-width: 767px) {
  .description-review-bottom .product-description-wrapper p {
    width: 100%;
  }
}

.description-review-bottom .product-anotherinfo-wrapper li {
  color: #69696c;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 0 13px;
  display: block;
}

.description-review-bottom .product-anotherinfo-wrapper li span {
  color: #1d1d1d;
  display: inline-block;
  font-weight: 500;
  margin: 0 26px 0 0;
  min-width: 85px;
}

.description-review-bottom .single-review {
  display: flex;
  margin: 0 0 50px;
}

.description-review-bottom .single-review .review-img {
  flex: 0 0 90px;
  margin: 0 15px 0 0;
}

@media only screen and (max-width: 767px) {
  .description-review-bottom .single-review .review-img {
    margin: 0 0 20px 0;
  }
}

.description-review-bottom .single-review .review-top-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
  align-items: center;
}

.description-review-bottom .single-review .review-top-wrap .review-left {
  display: flex;
}

.description-review-bottom
  .single-review
  .review-top-wrap
  .review-left
  .review-name {
  margin-right: 25px;
}

@media only screen and (max-width: 360px) {
  .description-review-bottom
    .single-review
    .review-top-wrap
    .review-left
    .review-name {
    margin-right: 10px;
  }
}

.description-review-bottom
  .single-review
  .review-top-wrap
  .review-left
  .review-name
  h4 {
  font-size: 16px;
  margin: 0;
  line-height: 1;
  font-weight: 500;
}

.description-review-bottom
  .single-review
  .review-top-wrap
  .review-left
  .rating-product {
  line-height: 1;
  margin-bottom: 6px;
}

.description-review-bottom
  .single-review
  .review-top-wrap
  .review-left
  .rating-product
  i {
  overflow: hidden;
  font-size: 18px;
  color: #fdd835;
}

.description-review-bottom .single-review .review-top-wrap .review-left a {
  color: #253237;
}

.description-review-bottom
  .single-review
  .review-top-wrap
  .review-left
  a:hover {
  color: #146cda;
}

.description-review-bottom .single-review .review-bottom p {
  margin: 0;
  width: 93%;
}

.description-review-bottom .single-review.child-review {
  margin-left: 70px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .description-review-bottom .single-review.child-review {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .description-review-bottom .single-review {
    display: block;
  }
}

.description-review-bottom .ratting-form-wrapper {
  padding-left: 50px;
}

.description-review-bottom .ratting-form-wrapper h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.description-review-bottom .ratting-form-wrapper .star-box {
  display: flex;
  margin: 6px 0 20px;
}

.description-review-bottom .ratting-form-wrapper .star-box span {
  margin: 0 15px 0 0;
  font-size: 15px;
  color: #1d1d1d;
}

.description-review-bottom .ratting-form-wrapper .star-box i {
  overflow: hidden;
  font-size: 18px;
  color: #fdd835;
}

.description-review-bottom .ratting-form-wrapper .rating-form-style {
  margin-bottom: 10px;
}

.description-review-bottom .ratting-form-wrapper .rating-form-style input {
  height: 45px;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #1d1d1d;
  width: 100%;
  margin-bottom: 15px;
  outline: 0;
  padding: 2px 10px 2px 20px;
  background: 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  padding: 2px 10px 2px 20px;
}

.description-review-bottom .ratting-form-wrapper .rating-form-style textarea {
  background: 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: 0;
}

.description-review-bottom .ratting-form-wrapper .form-submit input {
  padding: 0 55px !important;
  line-height: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  text-transform: uppercase;
  background: #146cda !important;
  display: block;
  color: #fff !important;
  width: 200px;
  transition: all 0.3s linear;
  border: 1px solid #e6e6e6;
}

.description-review-bottom .ratting-form-wrapper .form-submit input:hover {
  background: #1d1d1d !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .description-review-bottom .ratting-form-wrapper {
    margin-top: 50px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .description-review-bottom .ratting-form-wrapper {
    margin-top: 50px;
    padding: 0;
  }
}

.single-product-slider-item img {
  border: 1px solid #ebebeb;
  transition: all 0.3s linear;
  margin: auto;
  width: 100%;
}

.single-product-slider-item:hover img {
  border-color: #146cda;
}

.pro-details-size-color {
  margin: 0 0 10px;
}

.pro-details-size-color .pro-details-color-wrap {
  font-size: 14px;
  font-weight: 700;
  color: #1d1d1d;
}

.pro-details-size-color .pro-details-color-wrap span {
  display: block;
  margin: 0 0 10px;
}

.pro-details-size-color .pro-details-color-wrap .pro-details-color-content li {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  margin-right: 15px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
  background: #fff;
}

.pro-details-size-color
  .pro-details-color-wrap
  .pro-details-color-content
  li.active {
  background-color: #434a54;
}

.pro-details-size-color
  .pro-details-color-wrap
  .pro-details-color-content
  li:hover {
  border: 2px solid #434a54;
}

.pro-details-size-color .product-size {
  margin-left: 20px;
}

.pro-details-size-color .product-size span {
  display: block;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 7px;
}

.product-details-table.pro-details-quality {
  display: block;
  margin: 20px 0;
}

.product-details-table .table tbody tr td {
  padding: 10px 15px;
  width: 33.33%;
  text-align: center;
  border: 1px solid #ebebeb;
  vertical-align: middle;
}

.product-details-table .table tbody tr td a {
  color: #888;
}

.product-details-img.product-details-tab.product-details-tab-2 {
  flex-direction: row;
}

.product-details-img.product-details-tab.product-details-tab-2 #gallery {
  flex: 0 0 20%;
  width: 20%;
}

.product-details-img.product-details-tab.product-details-tab-2
  .zoompro-wrap.zoompro-2 {
  flex: 0 0 80%;
  width: 80%;
}

.product-dec-slider-3 {
  display: inline-block;
  float: left;
}

.product-dec-slider-3 .swiper-slide {
  margin: 10px 0;
  text-align: center;
  transition: all 0.3s linear;
  outline: 0 none;
}

.product-dec-slider-3 .swiper-slide img {
  width: 90px;
  height: 90px;
  margin: auto;
  transition: all 0.3s linear;
  border: 1px solid #fff;
}

@media only screen and (max-width: 479px) {
  .product-dec-slider-3 .swiper-slide img {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 360px) {
  .product-dec-slider-3 .swiper-slide img {
    width: 50px;
    height: 50px;
  }
}

.product-dec-slider-3 .swiper-slide.swiper-slide .active img {
  border: 1px solid #146cda;
  transition: all 0.3s linear;
}

.product-dec-slider-3 .swiper-slide:hover img {
  border: 1px solid #146cda;
}

.single-product-gallery .single-product-slider-item {
  width: 50%;
}

.single-product-sticky .single-product-slider-item {
  width: 100%;
  text-align: center;
}

.product-details-content.sticky {
  position: sticky;
  top: 85px;
  left: 0;
  width: 100%;
}

.cart-main-area h3.cart-page-title {
  color: #1d1d1d;
  text-align: left;
  font-size: 24px;
  line-height: 16px;
  font-style: normal;
  text-transform: none;
  margin: 0 0 30px;
  font-weight: 600;
}

.cart-main-area .table-content table {
  border: 1px solid #ebebeb;
  width: 100%;
}

.cart-main-area .table-content table thead > tr {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
}

.cart-main-area .table-content table thead > tr > th {
  border-top: medium none;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  padding: 21px 45px 22px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.cart-main-area .table-content table tbody > tr {
  border-bottom: 1px solid #ebebeb;
}

.cart-main-area .table-content table tbody > tr td {
  color: #666;
  font-size: 15px;
  padding: 30px 0;
  text-align: center;
}

.cart-main-area .table-content table tbody > tr td.product-thumbnail {
  width: 150px;
}

.cart-main-area .table-content table tbody > tr td.product-name {
  width: 435px;
}

.cart-main-area .table-content table tbody > tr td.product-name a {
  color: #666;
  font-size: 15px;
  font-weight: 500;
}

.cart-main-area .table-content table tbody > tr td.product-price-cart {
  width: 435px;
}

.cart-main-area .table-content table tbody > tr td.product-quantity {
  width: 435px;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-quantity
  .cart-plus-minus {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-quantity
  .cart-plus-minus
  .dec.qtybutton {
  border-right: 1px solid #e5e5e5;
  height: 40px;
  left: 0;
  padding-top: 8px;
  top: 0;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-quantity
  .cart-plus-minus
  .inc.qtybutton {
  border-left: 1px solid #e5e5e5;
  height: 40px;
  padding-top: 9px;
  right: 0;
  top: 0;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-quantity
  .cart-plus-minus
  .qtybutton {
  color: #666;
  cursor: pointer;
  float: inherit;
  font-size: 16px;
  margin: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 20px;
  text-align: center;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-quantity
  .cart-plus-minus
  input.cart-plus-minus-box {
  color: #666;
  float: left;
  font-size: 14px;
  height: 40px;
  margin: 0;
  width: 110px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  padding: 0;
  text-align: center;
}

.cart-main-area .table-content table tbody > tr td.product-remove {
  width: 100px;
}

.cart-main-area .table-content table tbody > tr td.product-remove a {
  color: #666;
  font-size: 16px;
  margin: 0 10px;
}

.cart-main-area .table-content table tbody > tr td.product-remove a:hover {
  color: #146cda;
}

.cart-main-area .table-content table tbody > tr td.product-wishlist-cart > a {
  background-color: #146cda;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 12px;
  text-transform: uppercase;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-wishlist-cart
  > a:hover {
  background-color: #1d1d1d;
}

.cart-main-area .cart-shiping-update-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 60px;
}

.cart-main-area .cart-shiping-update-wrapper .cart-clear > button {
  border: medium none;
  cursor: pointer;
  margin-right: 27px;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .cart-main-area .cart-shiping-update-wrapper {
    display: block;
    padding: 30px 0 15px;
  }
}

.cart-shiping-update-wrapper .cart-clear > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-shiping-update > a {
  background-color: #f2f2f2;
  border-radius: 5px;
  color: #1d1d1d;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 63px 17px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-shiping-update-wrapper .cart-clear > a,
  .cart-shiping-update-wrapper .cart-clear > button,
  .cart-shiping-update-wrapper .cart-shiping-update > a {
    padding: 18px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper .cart-clear > a,
  .cart-shiping-update-wrapper .cart-clear > button,
  .cart-shiping-update-wrapper .cart-shiping-update > a {
    padding: 18px 25px;
    margin: 0 0 15px;
  }
}

.cart-shiping-update-wrapper .cart-clear > button:hover,
.cart-shiping-update-wrapper .cart-shiping-update > a:hover {
  background-color: #146cda;
  color: #fff;
}

.cart-shiping-update-wrapper .cart-clear > a {
  background-color: #146cda;
  color: #fff;
}

.cart-shiping-update-wrapper .cart-clear > a:hover {
  background-color: #1d1d1d;
  color: #fff;
}

.cart-tax,
.discount-code-wrapper,
.grand-totall {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 45px 30px 50px;
}

.cart-tax .title-wrap,
.discount-code-wrapper .title-wrap,
.grand-totall .title-wrap {
  position: relative;
}

.cart-tax .title-wrap::before,
.discount-code-wrapper .title-wrap::before,
.grand-totall .title-wrap::before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}

.cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title,
.grand-totall .title-wrap h4.cart-bottom-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding-right: 18px;
  background-color: #f8f9f9;
  position: relative;
  z-index: 1;
  color: #1d1d1d;
}

.cart-tax .tax-wrapper,
.discount-code-wrapper .tax-wrapper,
.grand-totall .tax-wrapper {
  margin-top: 22px;
}

.tax-select-wrapper {
  margin: 15px 0 0;
}

.tax-select-wrapper select {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding-left: 20px;
  border-radius: 5px;
}

.tax-select-wrapper input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding-left: 20px;
  border-radius: 5px;
}

.tax-select-wrapper .tax-select {
  margin-bottom: 20px;
}

.tax-select-wrapper .tax-select label {
  color: #1d1d1d;
  font-size: 14px;
  margin: 0 0 10px;
}

.tax-select-wrapper button.cart-btn-2 {
  background: #146cda;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 58px;
  text-transform: uppercase;
}

.tax-select-wrapper button.cart-btn-2:hover {
  color: #fff;
  background: #1d1d1d;
}

.discount-code-wrapper .title-wrap {
  margin-bottom: 22px;
}

.discount-code-wrapper .discount-code p {
  margin: 0 0 15px;
}

.discount-code-wrapper .discount-code input {
  background: #fff;
  border: 1px solid #ebebeb;
  height: 45px;
  margin-bottom: 30px;
  padding-left: 10px;
  outline: 0;
  width: 100%;
  border-radius: 5px;
}

.discount-code-wrapper .discount-code button.cart-btn-2 {
  background: #146cda;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 58px;
  text-transform: uppercase;
}

.discount-code-wrapper .discount-code button.cart-btn-2:hover {
  color: #fff;
  background: #1d1d1d;
}

.grand-totall h5 {
  font-size: 14px;
  margin: 36px 0 27px;
  font-weight: 400;
}

.grand-totall h5 span {
  float: right;
  font-size: 18px;
  font-weight: 700;
}

.grand-totall .total-shipping {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin: 0 0 27px;
  padding: 28px 0;
}

.grand-totall .total-shipping h5 {
  font-size: 14px;
  margin: 0;
}

.grand-totall .total-shipping ul {
  padding: 19px 0 0 0;
}

.grand-totall .total-shipping ul li {
  color: #242424;
  list-style: outside none none;
  margin: 0 0 6px;
  display: block;
}

.grand-totall .total-shipping ul li input {
  background: #e9e9e9 none repeat scroll 0 0;
  border: 1px solid #d7d7d7;
  border-radius: 5px !important;
  color: #626262;
  cursor: pointer;
  height: 13px;
  margin-right: 10px;
  padding: 0;
  position: relative;
  top: 2px;
  width: 13px;
}

.grand-totall .total-shipping ul li span {
  float: right;
}

.grand-totall .grand-totall-title {
  color: #146cda;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 25px;
}

.grand-totall .grand-totall-title span {
  float: right;
}

.grand-totall a {
  background-color: #146cda;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 18px 10px 17px;
  text-align: center;
  text-transform: uppercase;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.grand-totall a:hover {
  background-color: #1d1d1d;
}

.billing-info-wrap h3 {
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 16px;
}

.billing-info-wrap .billing-info input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: 0;
  height: 45px;
}

.billing-info-wrap .billing-info input.billing-address {
  margin-bottom: 10px;
}

.billing-info-wrap .billing-info .checkout-account label {
  color: #666;
  font-weight: 400;
  margin: 0 0 0 12px;
}

.billing-info-wrap .billing-info .checkout-account input {
  border: 1px solid #e6e6e6;
  display: inline-block;
  float: left;
  height: 12px;
  width: 12px;
  margin-top: 7px;
  cursor: pointer;
}

.billing-info-wrap .billing-select select {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: 0;
  height: 45px;
}

.billing-info-wrap .checkout-account-toggle input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0 0 20px;
  width: 100%;
  height: 45px;
  outline: 0;
}

.billing-info-wrap .checkout-account-toggle button.checkout-btn {
  background-color: #146cda;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 9;
}

.billing-info-wrap .checkout-account-toggle button.checkout-btn:hover {
  background-color: #1d1d1d;
}

.billing-info-wrap .additional-info-wrap {
  margin: 30px 0;
}

.billing-info-wrap .additional-info-wrap h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 10px;
}

.billing-info-wrap .additional-info-wrap textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 14px;
  height: 138px;
  padding: 17px 20px;
  width: 100%;
  outline: 0;
}

.your-order-area h3 {
  font-weight: 700;
  color: #1d1d1d;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 16px;
}

.your-order-area .your-order-wrap {
  padding: 38px 45px 44px;
  background: #f6f6f6;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
  display: flex;
  justify-content: space-between;
}

.your-order-area
  .your-order-wrap
  .your-order-product-info
  .your-order-top
  ul
  li {
  font-size: 16px;
  font-weight: 700;
  list-style: outside none none;
  color: #1d1d1d;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 29px 0;
  padding: 19px 0 18px;
}

.your-order-area
  .your-order-wrap
  .your-order-product-info
  .your-order-middle
  li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}

.your-order-area
  .your-order-wrap
  .your-order-product-info
  .your-order-bottom
  ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.your-order-area
  .your-order-wrap
  .your-order-product-info
  .your-order-bottom
  ul
  li.your-order-shipping {
  font-size: 16px;
  color: #253237;
  font-weight: 600;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 18px 0 33px;
  padding: 17px 0 19px;
}

.your-order-area
  .your-order-wrap
  .your-order-product-info
  .your-order-total
  ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.your-order-area
  .your-order-wrap
  .your-order-product-info
  .your-order-total
  ul
  li {
  font-weight: 700;
  color: #146cda;
  font-size: 16px;
  list-style: outside none none;
}

.your-order-area
  .your-order-wrap
  .your-order-product-info
  .your-order-total
  ul
  li.order-total {
  font-weight: 700;
  color: #212121;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .your-order-area .your-order-wrap {
    padding: 38px 30px 44px;
  }
}

.your-order-area .payment-accordion {
  margin: 0 0 16px;
}

.your-order-area .payment-accordion:last-child {
  margin: 0 0 0;
}

.your-order-area .payment-accordion h4 a {
  color: #1d1d1d;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.your-order-area .payment-accordion .panel-body {
  padding: 5px 0 0 0;
}

.your-order-area .payment-accordion .panel-body p {
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #888;
  line-height: 24px;
}

.your-order-area .Place-order {
  margin-top: 25px;
}

.your-order-area .Place-order a {
  background-color: #146cda;
  color: #fff;
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  padding: 18px 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 9;
}

.your-order-area .Place-order a:hover {
  background-color: #1d1d1d;
}

.open-toggle,
.open-toggle2 {
  display: none;
}

.compare-table .table tbody tr:first-child {
  border-top: 1px solid #eee;
}

.compare-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}

.compare-table .table tbody tr td.first-column {
  min-width: 180px;
  font-size: 18px;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0;
  line-height: 1;
}

.compare-table .table tbody tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
  padding-top: 70px;
}

.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
  display: block;
}

.compare-table .table tbody tr td.product-image-title .category {
  float: left;
  clear: both;
  font-size: 13px;
  line-height: 15px;
  color: #1d1d1d;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 20px;
  margin-bottom: 10px;
}

.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
  line-height: 24px;
}

.compare-table .table tbody tr td.pro-color,
.compare-table .table tbody tr td.pro-price,
.compare-table .table tbody tr td.pro-stock {
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1d;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
  position: relative;
  background-color: #146cda;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  width: 170px;
  padding: 14px 25px 14px 25px;
  transition: all 0.3s ease-in-out;
  outline: 0;
  font-weight: 700;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
  background-color: #1d1d1d;
}

.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  outline: 0;
  color: #1d1d1d;
}

.compare-table .table tbody tr td.pro-remove button i {
  font-size: 22px;
}

.compare-table .table tbody tr td.pro-remove button:hover {
  color: #146cda;
}

.compare-table .table tbody tr td.pro-ratting i {
  font-size: 20px;
  color: #fdd835;
}

.login-register-wrapper .login-register-tab-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.login-register-wrapper .login-register-tab-list a {
  position: relative;
}

.login-register-wrapper .login-register-tab-list a:before {
  background-color: #000;
  bottom: 5px;
  content: "";
  height: 18px;
  margin: 0 auto;
  position: absolute;
  right: -2px;
  transition: all 0.4s ease 0s;
  width: 1px;
}

.login-register-wrapper .login-register-tab-list a:hover h4 {
  color: #146cda !important;
}

.login-register-wrapper .login-register-tab-list a h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 0 20px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  color: #1d1d1d;
}

.login-register-wrapper .login-register-tab-list a:last-child:before {
  display: none;
}

.login-register-wrapper .login-form-container {
  background: transparent none repeat scroll 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 80px;
  text-align: left;
}

.login-register-wrapper .login-form-container .login-register-form input {
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #666;
  font-size: 14px;
  height: 45px;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
  outline: 0;
}

.login-register-wrapper
  .login-form-container
  .login-register-form
  .button-box
  .login-toggle-btn {
  padding: 10px 0 19px;
}

.login-register-wrapper
  .login-form-container
  .login-register-form
  .button-box
  .login-toggle-btn
  input[type="checkbox"] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 1px;
  width: 17px;
}

.login-register-wrapper
  .login-form-container
  .login-register-form
  .button-box
  .login-toggle-btn
  a {
  color: #1d1d1d;
  float: right;
  font-size: 15px;
  transition: all 0.3s ease 0s;
  padding: 0px 10px;
}

.login-register-wrapper
  .login-form-container
  .login-register-form
  .button-box
  .login-toggle-btn
  a.flote-none {
  float: none !important;
}

.login-register-wrapper
  .login-form-container
  .login-register-form
  .button-box
  .login-toggle-btn
  a:hover {
  color: #146cda;
}

.login-register-wrapper
  .login-form-container
  .login-register-form
  .button-box
  button {
  background-color: #f26700;
  border: medium none;
  color: #1d1d1d;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 11px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  outline: 0;
  border-radius: 5px;
}

.login-register-wrapper
  .login-form-container
  .login-register-form
  .button-box
  button:hover {
  background-color: #146cda;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-register-wrapper .login-form-container {
    padding: 80px 50px;
  }
}

@media only screen and (max-width: 767px) {
  #login {
    margin-top: 6px;
    color: #fff;
  }
  .login-toggle-btn label {
    width: 100%;
  }
  .login-register-wrapper .login-form-container {
    padding: 40px 15px;
  }
}

.login-register-wrapper .login-register-tab-list a.active h4 {
  color: #146cda;
}

.single-my-account {
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
}

.single-my-account h3.panel-title {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ebebeb;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  line-height: 2;
}

.single-my-account h3.panel-title span {
  color: #1d1d1d;
  font-size: 14px;
  left: 20px;
  position: absolute;
  top: 16px;
}

.single-my-account h3.panel-title a {
  color: #1d1d1d;
  display: block;
  padding: 16px 55px;
  position: relative;
}

.single-my-account h3.panel-title a:before {
  content: "";
  display: inline-block;
  font-family: Ionicons;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
}

.single-my-account h3.panel-title a:hover {
  color: #146cda;
}

.single-my-account .myaccount-info-wrapper {
  padding: 30px 20px;
  background-color: #fff;
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 28px;
  padding-bottom: 30px;
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper h4 {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #1d1d1d;
  font-weight: 700;
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper h5 {
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-top: 7px;
  font-weight: 600;
  color: #1d1d1d;
}

.single-my-account
  .myaccount-info-wrapper
  .account-info-wrapper
  .account-info-wrapper {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 28px;
  padding-bottom: 30px;
}

.single-my-account .myaccount-info-wrapper .billing-info {
  margin-bottom: 20px;
}

.single-my-account .myaccount-info-wrapper .billing-info label {
  color: #888;
  font-size: 14px;
  text-transform: capitalize;
}

.single-my-account .myaccount-info-wrapper .billing-info input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #888;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  outline: 0;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  align-items: center;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a {
  color: #1d1d1d;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i {
  font-size: 15px;
  color: #146cda;
}

.single-my-account
  .myaccount-info-wrapper
  .billing-back-btn
  .billing-back
  a:hover {
  color: #146cda;
}

.single-my-account
  .myaccount-info-wrapper
  .billing-back-btn
  .billing-btn
  button {
  background-color: #f2f2f2;
  border: medium none;
  color: #1d1d1d;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 35px 17px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  outline: 0;
  border-radius: 5px;
}

.single-my-account
  .myaccount-info-wrapper
  .billing-back-btn
  .billing-btn
  button:hover {
  background-color: #146cda;
  color: #fff;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper {
  border: 1px solid #eaeaea;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .single-my-account .myaccount-info-wrapper .entries-wrapper {
    padding: 30px 10px;
  }
}

.single-my-account .myaccount-info-wrapper .entries-wrapper:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  background-color: #eaeaea;
}

@media only screen and (max-width: 767px) {
  .single-my-account .myaccount-info-wrapper .entries-wrapper:before {
    display: none;
  }
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
  padding: 30px 20px;
}

@media only screen and (max-width: 767px) {
  .single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
    padding: 0 10px 30px;
  }
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info p {
  color: #888;
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
  line-height: 24px;
}

.single-my-account
  .myaccount-info-wrapper
  .entries-wrapper
  .entries-edit-delete
  a {
  background-color: #f32013;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
  padding: 12px 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.single-my-account
  .myaccount-info-wrapper
  .entries-wrapper
  .entries-edit-delete
  a:hover {
  background-color: #146cda;
}

.single-my-account
  .myaccount-info-wrapper
  .entries-wrapper
  .entries-edit-delete
  a.edit {
  background-color: #1d1d1d;
  font-weight: 700;
}

.single-my-account
  .myaccount-info-wrapper
  .entries-wrapper
  .entries-edit-delete
  a.edit:hover {
  background-color: #146cda;
}

.about-area .about-content h2 {
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 40px;
}

@media only screen and (max-width: 479px) {
  .about-area .about-content h2 {
    font-size: 24px;
  }
}

.about-area .about-content p {
  line-height: 24px;
  color: #1d1d1d;
}

.about-area .single-about h4 {
  font-size: 30px;
  font-weight: 600;
  color: #1d1d1d;
  margin: 0 0 15px;
}

@media only screen and (max-width: 479px) {
  .about-area .single-about h4 {
    font-size: 24px;
  }
}

.about-area .single-about p {
  line-height: 24px;
  color: #1d1d1d;
}

.left-sidebar .search-widget {
  position: relative;
}

.left-sidebar input {
  width: 100%;
  border: 1px solid #ebebeb;
  height: 45px;
  padding: 0 55px 0 20px;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .left-sidebar input {
    font-size: 12px;
    padding-left: 10px;
  }
}

.left-sidebar button {
  position: absolute;
  width: 50px;
  height: 45px;
  left: auto;
  right: 0;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  border-radius: 0 5px 5px 0;
  background-color: #146cda;
  color: #fff;
}

.left-sidebar button:hover {
  background-color: #1d1d1d;
}

.left-sidebar .category-post li {
  margin-bottom: 5px;
  display: block;
}

.left-sidebar .category-post li a {
  color: #888;
  line-height: 24px;
}

.left-sidebar .category-post li a:hover {
  color: #146cda;
}

.left-sidebar .category-post li:last-child {
  margin: 0;
}

.left-sidebar .recent-post-widget .recent-single-post {
  margin: 0 0 30px;
}

.left-sidebar .recent-post-widget .recent-single-post .thumb-side img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  object-position: center;
}

.left-sidebar .recent-post-widget .recent-single-post .media-side {
  margin: 0 0 0 18px;
  align-self: center;
  align-items: center;
  line-height: 24px;
}

.left-sidebar .recent-post-widget .recent-single-post .media-side a {
  font-size: 14px;
  color: #1d1d1d;
  font-weight: 600;
}

.left-sidebar .recent-post-widget .recent-single-post .media-side a:hover {
  color: #146cda;
}

.single-blog-post {
  line-height: 24px;
}

.single-blog-post .blog-post-media {
  overflow: hidden;
}

.single-blog-post .blog-post-media .blog-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.single-blog-post .blog-post-media iframe {
  width: 100%;
  position: relative;
}

.single-blog-post .slick-slide:focus {
  outline: 0 none;
}

.single-blog-post.blog-list-post .blog-post-media .blog-image img {
  height: 300px;
}

.single-blog-post.blog-list-post .blog-post-media iframe {
  width: 100%;
  position: relative;
  height: 300px;
}

.single-blog-post.blog-list-post
  .blog-post-media
  .blog-gallery
  .swiper-slide
  img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.blog-post-content-inner .blog-title a {
  font-size: 24px;
  font-weight: 600;
  color: #1d1d1d;
}

.blog-post-content-inner .blog-title a:hover {
  color: #146cda;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-content-inner .blog-title a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-content-inner .blog-title a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .blog-post-content-inner .blog-title a {
    font-size: 20px;
  }
}

.blog-post-content-inner .blog-page-meta {
  margin: 10px 0;
}

.blog-post-content-inner .blog-page-meta li {
  display: inline-block;
  position: relative;
}

.blog-post-content-inner .blog-page-meta li:first-child {
  margin-right: 15px;
}

.blog-post-content-inner .blog-page-meta li:first-child:after {
  position: absolute;
  top: 50%;
  right: -9px;
  left: auto;
  background: #555;
  content: "";
  width: 1px;
  height: 12px;
  margin-top: -6px;
}

.blog-post-content-inner .blog-page-meta li a {
  display: block;
  color: #1d1d1d;
}

.blog-post-content-inner .blog-page-meta li a:hover {
  color: #146cda;
}

.blog-post-content-inner p {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
  color: #1d1d1d;
  line-height: 24px;
}

.blog-post-content-inner .read-more-btn {
  color: #1d1d1d;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1;
  position: relative;
  display: inline-block;
}

.blog-post-content-inner .read-more-btn i {
  color: #146cda;
  font-size: 16px;
  transition: all 0.3s linear;
  transform: translate(2px, 2px);
  display: inline-block;
}

.blog-post-content-inner .read-more-btn:hover {
  padding-left: 10px;
  color: #146cda;
}

.single-post-content p {
  margin: 20px 0;
  color: #1d1d1d;
  line-height: 24px;
}

.single-post-content p.quate-speech {
  margin-left: 100px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  border-left: 3px solid #146cda;
}

@media only screen and (max-width: 767px) {
  .single-post-content p.quate-speech {
    margin-left: 50px;
  }
}

.blog-single-tags-share {
  margin-bottom: 35px;
  line-height: 24px;
}

.blog-single-tags-share span.title {
  font-weight: 700;
  color: #1d1d1d;
}

.blog-single-tags-share .tag-list li {
  display: inline-block;
  margin-left: 5px;
  color: #1d1d1d;
}

.blog-single-tags-share .tag-list li a {
  color: #1d1d1d;
}

.blog-single-tags-share .tag-list li a:hover {
  color: #146cda;
}

.blog-single-tags-share .social li {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  color: #1d1d1d;
}

.blog-single-tags-share .social li a {
  color: #1d1d1d;
}

.blog-single-tags-share .social li a:hover {
  color: #146cda;
}

.blog-related-post {
  padding: 40px 0 30px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.blog-related-post .section-title {
  border-bottom: 0 solid #ebebeb;
  margin-bottom: 30px;
}

.blog-related-post .section-title h2:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -25px;
  height: 2px;
  bottom: -1px;
  background: #146cda;
  width: 50px;
}

.blog-related-post .blog-title a {
  font-size: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-related-post .blog-title a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-related-post .blog-title a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-related-post .blog-title a {
    font-size: 20px;
  }
}

.comment-area {
  line-height: 24px;
  margin-top: 35px;
}

.comment-area h2.comment-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #1d1d1d;
  text-transform: capitalize;
  line-height: 16px;
  font-weight: 600;
  margin: 0 0 40px;
}

.comment-area .single-review {
  display: flex;
  margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
  .comment-area .single-review {
    display: block;
  }
}

.comment-area .single-review .review-img {
  flex: 0 0 90px;
  margin: 0 15px 0 0;
}

@media only screen and (max-width: 767px) {
  .comment-area .single-review .review-img {
    margin: 0 0 20px 0;
  }
}

.comment-area .single-review .review-content {
  padding: 30px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

.comment-area .single-review .review-content .review-top-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
  align-items: center;
}

.comment-area .single-review .review-content .review-top-wrap .review-left {
  display: flex;
}

.comment-area
  .single-review
  .review-content
  .review-top-wrap
  .review-left
  .review-name
  h4 {
  font-weight: 600;
  color: #1d1d1d;
}

.comment-area .single-review .review-content .review-top-wrap .review-left a {
  color: #1d1d1d;
}

.comment-area
  .single-review
  .review-content
  .review-top-wrap
  .review-left
  a:hover {
  color: #146cda;
}

.comment-area .single-review .review-content p {
  margin: 0;
  width: 93%;
}

@media only screen and (max-width: 479px) {
  .comment-area .single-review .review-content p {
    width: 100%;
  }
}

.comment-area .single-review.child-review {
  margin-left: 70px;
}

@media only screen and (max-width: 767px) {
  .comment-area .single-review.child-review {
    margin-left: 0;
  }
}

.blog-comment-form {
  line-height: 24px;
}

.blog-comment-form h2.comment-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #1d1d1d;
  text-transform: capitalize;
  line-height: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}

.blog-comment-form p {
  margin: 0 0 30px;
}

.blog-comment-form .single-form input,
.blog-comment-form .single-form textarea {
  padding: 2px 10px 2px 20px;
  background: 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  border-radius: 5px;
}

.blog-comment-form .single-form textarea {
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: 0;
}

.blog-comment-form .single-form input {
  height: 45px;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #253237;
  width: 100%;
  margin-bottom: 15px;
  outline: 0;
}

.blog-comment-form .single-form input.submit {
  padding: 0 55px !important;
  line-height: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  text-transform: uppercase;
  background: #146cda !important;
  display: block;
  color: #fff !important;
  width: 200px;
  transition: all 0.3s linear;
  margin: 20px 0 0 0;
}

.blog-comment-form .single-form input.submit:hover {
  background-color: #1d1d1d !important;
}

.contact-area .contact-map {
  margin-bottom: 60px;
}

.contact-area .contact-map #map {
  height: 560px;
}

.contact-area .custom-row-2 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.contact-area .custom-row-2 div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.contact-area .custom-row-2 .contact-info-wrap {
  background-color: #f3f3f3;
  padding: 120px 70px 112px 90px;
}

.contact-area .custom-row-2 .contact-info-wrap .single-contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.contact-area
  .custom-row-2
  .contact-info-wrap
  .single-contact-info
  .contact-icon {
  margin-right: 20px;
}

.contact-area
  .custom-row-2
  .contact-info-wrap
  .single-contact-info
  .contact-icon
  i {
  font-size: 20px;
  color: #1d1d1d;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #252525;
  text-align: center;
  border-radius: 100%;
  transition: all 0.3s ease 0s;
}

.contact-area
  .custom-row-2
  .contact-info-wrap
  .single-contact-info:hover
  .contact-icon
  i {
  background-color: #146cda;
  color: #fff;
  border-color: #146cda;
}

.contact-area
  .custom-row-2
  .contact-info-wrap
  .single-contact-info
  .contact-info-dec
  p {
  line-height: 1;
  color: #1d1d1d;
  margin: 0 0 9px;
}

.contact-area
  .custom-row-2
  .contact-info-wrap
  .single-contact-info
  .contact-info-dec
  p
  a {
  color: #1d1d1d;
}

.contact-area
  .custom-row-2
  .contact-info-wrap
  .single-contact-info
  .contact-info-dec
  p
  a:hover {
  color: #146cda;
}

.contact-area .custom-row-2 .contact-info-wrap .contact-social h3 {
  font-weight: 700;
  color: #1d1d1d;
  font-size: 24px;
  margin: 0 0 17px;
  line-height: 1;
}

.contact-area .custom-row-2 .contact-info-wrap .contact-social .social-info {
  margin-top: 30px;
}

.contact-area .custom-row-2 .contact-info-wrap .contact-social .social-info a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 24px;
  padding: 0;
  line-height: 36px;
  border-radius: 100%;
  text-align: center;
  border: none;
  z-index: 1;
  transition: all 0.3s linear;
  margin-right: 15px;
}

.contact-area
  .custom-row-2
  .contact-info-wrap
  .contact-social
  .social-info
  a:hover {
  color: #146cda;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-area .custom-row-2 .contact-info-wrap {
    padding: 120px 20px 112px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area .custom-row-2 .contact-info-wrap {
    padding: 120px 20px 112px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-area .custom-row-2 .contact-info-wrap {
    padding: 50px 30px 50px 30px;
  }
}

/**.contact-area .custom-row-2 .contact-form {
	background-color: #f3f3f3;
	padding: 50px 110px 50px 110px
}*/

.contact-area .custom-row-2 .contact-form .contact-title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 1;
  margin-bottom: 36px;
  margin-left: -10px;
}

.contact-area .custom-row-2 .contact-form .contact-form-style input,
.contact-area .custom-row-2 .contact-form .contact-form-style textarea {
  background: 0 0;
  border: 1px solid #c1c1c1;
  height: 40px;
  padding: 2px 14px;
  margin-bottom: 30px;
  color: #000;
  width: 100%;
  outline: 0;
  border-radius: 5px;
}

.contact-area .custom-row-2 .contact-form .contact-form-style textarea {
  padding: 20px 14px;
  margin-bottom: 0;
  height: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area .custom-row-2 .contact-form .contact-form-style textarea {
    height: 130px;
  }
}

.contact-area .custom-row-2 .contact-form .contact-form-style button {
  border: none;
  background-color: #146cda;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px 52px;
  margin-top: 33px;
  outline: 0;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}

.contact-area .custom-row-2 .contact-form .contact-form-style button:hover {
  background: #1d1d1d;
}

.contact-area .custom-row-2 .contact-form p {
  color: #333;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area .custom-row-2 .contact-form {
    padding: 50px 30px 50px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-area .custom-row-2 .contact-form {
    padding: 0px 0px 0px 0px;
  }
}

.modal-dialog {
  margin: 0 auto;
  max-width: 960px;
  width: 960px;
  padding: 35px;
}

.modal-dialog .product-details-content p.quickview-para {
  font-size: 14px;
  color: #1d1d1d;
  line-height: 24px;
  margin: 0 0 20px;
  font-weight: 400;
}

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

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

.modal-dialog .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.modal-dialog .swiper-slide {
  background-size: cover;
  background-position: center;
}

.modal-dialog .gallery-top {
  height: 80%;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog .gallery-top {
    height: 50%;
  }
}

.modal-dialog .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.modal-dialog .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .modal-dialog .gallery-thumbs .swiper-slide img {
    width: 90px;
    height: 90px;
  }
  .modal-dialog .gallery-thumbs .swiper-slide img:hover {
    border: 1px solid #146cda;
  }
}

@media only screen and (max-width: 575px) {
  .modal-dialog .gallery-thumbs .swiper-slide img {
    width: 50px;
    height: 50px;
  }
}

.modal-dialog .gallery-thumbs .swiper-slide-thumb-active img {
  border: 1px solid #146cda;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog .gallery-thumbs {
    height: 14%;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog .gallery-thumbs {
    height: auto;
  }
}

.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
}

.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.product {
  margin-bottom: 30px;
}
.product-inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.product img {
  margin-bottom: 10px;
  width: 100%;
}
.search_form {
  width: 100%;
  display: flex;
}
.select-form {
  background: #fff;
  padding: 27px;
  border-radius: 5px;
}
.search_form input {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}
.banner-area h4 {
  text-align: center;
  padding: 40px;
}
.small_images img {
  width: 100px;
  border-radius: 50%;
  height: 100px;
}
.shop_page img {
  width: 100%;
  padding: 10px;
  border-radius: 18px;
}
.small_images {
  padding: 10px;
}
.small_images h5 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
}
.small_images p {
  margin-bottom: 10px;
  color: #000;
}
.shop-one {
  background: #f5f4f4;
  margin-bottom: 20px;
  border-radius: 5px;
}
.places h4 {
  padding: 30px;
  text-align: center;
}
.small_images ul li i {
  margin-right: 4px;
}
.facebooks {
  background: #146cda;
  color: #fff !important;
  padding: 7px !important;
  border-radius: 7px;
  font-size: 12px !important;
}
.gmail {
  background: #f00;
  color: #fff !important;
  padding: 7px !important;
  border-radius: 7px;
  font-size: 12px !important;
  margin-left: 10px;
}
.job_open img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 21px;
}
.job_open {
  padding: 20px 10px;
}
.part_time li {
  padding: 10px 18%;
}
.part_time {
  border-top: 1px solid #e3e0e0;
}
.job_file li i {
  margin-right: 8px;
}
#business {
  width: 100%;
  padding: 7px;
  border: 1px solid #ebebeb;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.product_file {
  overflow-x: hidden;
  height: 560px;
}
#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d62929;
}
.job_time {
  padding: 4px 10px;

  margin-top: 0px;
  background: #fff;
}
.job_time h4 {
  font-size: 16px;
  padding: 3px 0px;
  font-weight: 700;
  background: #eee;
}
job_time p {
  padding: 10px 0px;
}
.job_time1 {
  padding: 30px 10px;

  margin-top: 10px;
  width: 32em;
}
.job_time1 h4 {
  font-size: 18px;
  padding: 14px 0px;
}

.msger {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  margin: 25px 10px;
  /*height: calc(100% - 50px);*/
  border: var(--border);
  border-radius: 5px;
  background: var(--msger-bg);
  box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
}

.msger-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: var(--border);
  background: #eee;
  color: #666;
}

.msger-chat {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
}
.msger-chat::-webkit-scrollbar {
  width: 6px;
}
.msger-chat::-webkit-scrollbar-track {
  background: #ddd;
}
.msger-chat::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}
.msg {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.msg:last-of-type {
  margin: 0;
}
.msg-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.msg-bubble {
  max-width: 450px;
  padding: 15px;
  border-radius: 15px;
  background: var(--left-msg-bg);
}
.msg-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.msg-info-name {
  margin-right: 10px;
  font-weight: bold;
}
.msg-info-time {
  font-size: 0.85em;
}

.left-msg .msg-bubble {
  border-bottom-left-radius: 0;
}

.right-msg {
  flex-direction: row-reverse;
}
.right-msg .msg-bubble {
  background: var(--right-msg-bg);
  color: #000;
  border-bottom-right-radius: 0;
}
.right-msg .msg-img {
  margin: 0 0 0 10px;
}

.msger-inputarea {
  display: flex;
  padding: 10px;
  border-top: var(--border);
  background: #eee;
}
.msger-inputarea * {
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 1em;
}
.msger-input {
  flex: 1;
  background: #ddd;
}
.msger-send-btn {
  margin-left: 10px;
  background: rgb(0, 196, 65);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.23s;
}
.msger-send-btn:hover {
  background: rgb(0, 180, 50);
}

.msger-chat {
  background-color: #fcfcfe;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-opacity='0.4'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1z'/%3E%3Cpath id='path6_fill-copy' d='M284.37 16c.2.65.39 1.32.54 2H281.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9z'/%3E%3Cpath d='M159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42z'/%3E%3Cpath d='M39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38z'/%3E%3Cpath d='M129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126z'/%3E%3Cpath d='M212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6H223a3 3 0 1 0 0-6H220v-2h2a12 12 0 1 0-24 0h2zm-1.44 14l-1-4h24.88l-1 4h-22.88zm8.95 26l-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73l2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6z'/%3E%3Cpath d='M-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.col-md-auto {
  margin: 0 auto;
}
.job_time ul li {
  font-size: 20px;
  margin: 0px 7%;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  /* Compensate for excess margin on outer gallery flex items */
  margin: -1rem -1rem;
}

.gallery-item {
  /* Minimum width of 24rem and grow to fit available space */
  flex: 1 0 24rem;
  /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
  margin: 1rem;
  box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
}

.gallery-image:hover {
  transform: scale(1.15);
}

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

@supports (display: grid) {
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
    grid-gap: 2rem;
  }

  .gallery,
  .gallery-item {
    margin: 0;
  }
}
.gallery-item {
  width: 133px;
  float: left;
  margin: 3px;
  display: inline-block;
}
.gallery {
  display: inline-block;
}
.foal span {
  display: block;
  margin-top: 10px;
  color: #000;
  font-weight: 700;
}
.offers {
  margin: 102px auto;
  width: 88px;
  height: 88px;
  display: block;
  position: absolute;
  overflow: hidden;
  right: 10px;
  top: -92px;
}
.offers span {
  width: 140px;
  height: 34px;
  top: 17px;
  right: -40px;
  position: absolute;
  display: block;
  background: #ff0000;
  color: #333;
  font-family: arial;
  font-size: 16px;
  color: white;
  text-align: center;
  line-height: 34px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.job_file li {
  display: block;
  color: #000;
  line-height: 26px;
}
.job-related {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.19), 0 1px 6px rgba(0, 0, 0, 0.23);
  margin-bottom: 10px;
  background: #fff;
}
.loan-req {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.19), 0 1px 6px rgba(0, 0, 0, 0.23);
  width: 98%;
  margin: 0 auto;
  margin-bottom: 9px;
  margin-top: 10px;
  color: #000;
  background: #fff;
  text-align: center;
  min-height: 344px;
}
.offer-page {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.19), 0 1px 6px rgba(0, 0, 0, 0.23);
  width: 100%;
  margin: 0 auto;
  margin-bottom: 9px;
  margin-top: 10px;
  color: #000;
  background: #fff;
  border-radius: 10px;
}
.latest_job {
  margin-bottom: 30px;
}
.product_file1 {
  margin: 40px 0px;
}
.offers span {
  margin-top: 0px;
  display: block;
  margin-left: 6px;
}
.offer_price {
  font-weight: 800;
  font-size: 18px;
  color: #000 !important;
}
.logo img {
  width: 286px;
}
.follow_link ul li img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #efebeb;
}
.follow_link ul li a {
  background: #f26700;
  color: #fff;
  padding: 3px;
  border-radius: 5px;
}
.follow_link ul {
  border-bottom: 1px solid #efeded;
  padding: 7px 3px;
}
.follow_link {
  overflow-x: hidden;
  height: 560px;
  width: 100%;
}
.visitor_name {
  overflow-x: hidden;
  height: 560px;
}
.follow_option a {
  background: #f26700;
  color: #fff;
  padding: 6px;
  border-radius: 5px;
}

.star-rating {
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.5em;
  justify-content: space-around;
  padding: 0 0.2em;
  text-align: center;
  width: 5em;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: #ccc;
  cursor: pointer;
}

.star-rating :checked ~ label {
  color: #f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #fc0;
}

.job_time p a {
  background: #f26700;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.profile-image {
  width: 50px;
  height: 50px;
  border-radius: 40px;
}

.settings-tray {
  background: #eee;
  padding: 10px 15px;
  border-radius: 7px;
}
.no-gutters {
  padding: 0;
}

/* &--right {
    float: right;
    
    i {
      margin-top: 10px;
      font-size: 25px;
      color: grey;
      margin-left: 14px;
      transition: .3s;
      
      &:hover {
        color: $blue;
        cursor: pointer;
      }
    }
  }
} */

.search-box {
  background: #fafafa;
  padding: 10px 13px;
}

.search-box .input-wrapper {
  background: #fff;
  border-radius: 40px;
}
.search-box .input-wrapper i {
  color: grey;
  margin-left: 7px;
  vertical-align: middle;
}
.search-box input {
  border: none;
  border-radius: 30px;
  width: 80%;
}
.search-box input::placeholder {
  color: #e3e3e3;
  font-weight: 300;
  margin-left: 20px;
}
.search-box input:focus {
  outline: none;
}

.friend-drawer {
  padding: 10px 15px;
  display: flex;
  min-width: 268px;
  max-width: 100%;
  vertical-align: baseline;
  background: #fff;
  transition: 0.3s ease;
}

.friend-drawer--onhover:hover {
  background: blue;
  cursor: pointer;
}
.friend-drawer--onhover:hover .friend-drawer p,
h6,
.time {
  color: #333;
}
.friend-drawer .time {
  color: grey;
}
.friend-drawer--grey {
  background: #eee;
}
.friend-drawer .text {
  margin-left: 12px;
  width: 70%;
}
.friend-drawer h6 {
  margin-top: 6px;
  margin-bottom: 0;
}
.friend-drawer p {
  margin: 0;
}
.chat-user-list {
  height: auto;
  max-height: 450px;
  overflow: hidden;
  overflow-y: scroll;
}
.chat-msge-list {
  height: 450px;
}
.chat-panel {
  height: 320px;
  overflow: hidden;
  overflow-y: scroll;
  display: flex;
  flex-direction: column-reverse;
}
hr {
  margin: 5px auto;
  width: 60%;
}

.chat-bubble {
  padding: 10px 14px;
  background: #fff;
  color: #000;
  margin: 10px 30px;
  border-radius: 9px;
  position: relative;
  animation: fadeIn 1s ease-in;
}
.chat-msge-list .settings-tray {
  background: #eee;
  padding: 0;
  border: 1px solid #eee;
  border-radius: 7px;
}
.chat-panel p.loadingmsge,
.chat-panel p.no_message {
  text-align: center;
}

.chat-bubble:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom: 0;
  margin-top: -10px;
}

.chat-bubble--left {
}

.chat-bubble--left:after {
  left: 0;
  border-right-color: #fff;
  border-left: 0;
  margin-left: -20px;
}

.chat-bubble--right {
}

.chat-bubble--right:after {
  right: 0;
  border-left-color: #fff;
  border-right: 0;
  margin-right: -20px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.chat-msge-right .chat-bubble {
  background: #fff;
  color: #000;
}

.chat-box-tray {
  position: relative;
  background: #eee;
  display: flex;
  align-items: baseline !important;
  padding: 10px 15px;
  align-items: center;
}

.chat-box-tray input {
  margin: 0 10px;
  padding: 6px 2px;
}

.chat-box-tray i {
  color: #f26700;
  font-size: 16px;
  vertical-align: middle;
}

#message {
  width: 85%;
  display: inline-block;
  margin: 0;
  height: 40px;
}

span#msger-send-btn {
  width: 10%;
  display: inline-block;
  margin: 0;
}

.chat_box_time .border-right {
  border-right: 1px solid #ffffff !important;
}
.no-gutters {
  background: #dedede;
}
.friend-drawer .text {
  padding: 0;
}
.chat_box_time {
  max-height: 500px;
  height: 100%;
}
form#chat_form {
  width: 100%;
}
.text h6 {
  font-size: 13px;
}
.text p {
  font-size: 11px;
  padding-top: 5px;
}

/* Slider */
#textSlider.rows {
  position: absolute;
  top: 0;
}
#textSlider div {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
}

.iamCol {
  text-align: right;
  float: left;
  font-weight: 300;
  font-size: 30pt;
}
.iamCol p:nth-child(2) {
  margin-top: -20pt !important;
}
.iamCol p:nth-child(3) {
  margin-top: -20pt !important;
}
.slideCol {
  text-align: left;
  overflow: hidden;
  font-weight: 500;
  font-size: 14pt;
  display: block;
  white-space: nowrap;
}
.slideCol p {
  margin: -23px 10px !important;
}

.scroller {
  height: 37pt;
  line-height: 70pt;
  overflow: hidden;
}
.scroller .inner {
  animation: 10s normal infinite running scroll;
}
@keyframes scroll {
  0% {
    margin-top: 0px;
  }
  15% {
    margin-top: 0px;
  }

  25% {
    margin-top: -70pt;
  }
  40% {
    margin-top: -70pt;
  }

  50% {
    margin-top: -140pt;
  }
  65% {
    margin-top: -140pt;
  }

  75% {
    margin-top: -210pt;
  }
  90% {
    margin-top: -210pt;
  }

  100% {
    margin-top: 0px;
  }
}
.col-lg-3 {
  padding-right: 10px;
  padding-left: 10px;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #textSlider.rows {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .iamCol {
    text-align: center;
    font-size: 20pt;
  }
  .iamCol p {
    display: inline !important;
  }
  .slideCol {
    font-size: 25pt;
    text-align: center;
    margin-top: -20px;
  }
  #scrollUp {
    display: none !important;
  }
  #floatingSocialShare {
    display: none;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) and (max-width: 765px) {
  #textSlider.rows {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .iamCol {
    text-align: center;
    font-size: 25pt;
  }
  .iamCol p {
    display: inline !important;
  }
  .slideCol {
    font-size: 38pt;
    text-align: center;
    margin-top: -20px;
  }
  #scrollUp {
    display: none !important;
  }
  #floatingSocialShare {
    display: none;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #textSlider.rows {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .iamCol {
    text-align: center;
    font-size: 30pt;
  }
  .iamCol p {
    display: inline !important;
  }
  .slideCol {
    font-size: 50pt;
    text-align: center;
    margin-top: 5px;
  }
  .product-middle-rows .col-md-4 {
    padding: 0 5px;
  }

  .header-logo {
    width: 70%;
  }
  .sticky-nav .mobile_user {
    margin-right: 0;
    width: 20%;
    font-size: 20px;
  }
  .mobileBtn svg {
    top: 35px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #textSlider.rows {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .iamCol {
    text-align: right;
    font-size: 30pt;
  }
  .slideCol {
    font-size: 55pt;
    text-align: left;
  }
}

.scroller {
  border: 1px solid #ccc;
}
.registor_pg select {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: 1px solid #edecec;
}
.registor_pg {
  margin-bottom: 30px;
}

#gallery {
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay > i {
  color: #fff;
  font-size: 3em;
}
#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay > img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}

.tabs ul li {
  display: block;
  background: #0064d4;
  padding: 8px 5px;
  border-bottom: 1px solid #fff;
}
.tabs ul li a {
  color: #fff;
}
.billing-info input {
  border: 1px solid #e9e9e9;
  padding: 7px;
  width: 100%;
  margin-bottom: 10px;
}
#business {
  background: transparent;
}
.myinformation {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 30px;
}
.billing-btn button {
  background: #f26700;
  color: #fff;
  padding: 10px;
}
.billing-info textarea {
  border: 1px solid #e9e9e9;
  padding: 7px;
  width: 100%;
  margin-bottom: 10px;
  background: transparent;
}
.error {
  color: #f00 !important;
}
.banner-wrapper p {
  position: absolute;
  top: 46%;
  text-align: center;
  width: 100%;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: #1716164a;
}

@media (max-width: 768px) {
  .feature-area .swiper-slide {
    width: 50% !important;
  }
  .banner-wrapper p {
    font-size: 14px !important;
  }
  .banner-area .banner-wrapper img {
    height: 156px !important;
  }
  .main_cats {
    width: 49%;
    float: left;
  }
  .header-logo img {
    width: 50%;
  }
}
.badge {
  display: inline-block;
  padding: 0.4em 0.4em;
  width: 20px;
  height: 20px;
  border-radius: 1.25rem;
}
.add-product {
  margin-bottom: 10px;
}

.select2-container--default .select2-results__option[role="group"] {
  display: list-item;
  width: 100%;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
  display: list-item;
}
.select2-results__option[aria-selected] {
  display: list-item;
}
.product-lists .product-middle-rows {
  padding-top: 30px;
}

.sidepanel-category-dropdown .sidepanel {
  display: flex;
  align-items: flex-start;
  color: #f52a60;
  padding: 0 0 10px;
}

.sidepanel-category-dropdown .sidepanel .controls {
  position: absolute;
  right: 5%;
}

.sidepanel-category-dropdown .sidepanel .controls i {
  font-size: 17px;
}

.sidepanel-category-dropdown .sidepanel h5 {
  font-size: 16px;
}

.sidepanel-category-dropdown .list-group .nav-link {
  font-size: 14px;
  color: inherit;
  padding: 0.1rem 1rem;
}

.sidepanel-category-dropdown .list-group a.nav-link.active span {
  border-left: 4px solid #f52a60;
  padding-left: 6px;
  font-weight: 500;
}

.sidepanel-category-dropdown .block {
  padding: 5px 0;
}

.sidepanel-category-dropdown {
  padding-top: 15px;
}

.sidepanel-shadow {
  box-shadow: 5px 0 4px -4px #ececec;
}

.price-range-picker .ui-widget-content {
  border: none !important;
  background-color: #e8e2e2 !important;
}

.price-range-picker .ui-widget-header {
  background: #f52a60;
  border: none !important;
}

.price-range-picker .ui-state-default,
.ui-button,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  background: #f52a60 !important;
  border-radius: 50px;
  border: none !important;
}

#related_top a:hover {
  text-decoration: none;
}

#related_top .panel-title {
  font-size: 14px;
  font-weight: 500;
  padding: 7px 0;
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px solid #d6dbe0;
}

#related_top .panel-title a {
  color: #666;
  font-weight: 400;
  padding: 0 10px;
}

#related_top .panel-title a.active {
  border-left: 4px solid #f52a60;
  font-weight: 600;
}

#related_top .panel-title span {
  position: absolute;
  right: 0;
}

#related_top .panel-body ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

#related_top .panel-body ul li a {
  font-size: 13px;
  color: #666;
  font-weight: 400;
}

.price-range-picker .ui-slider-horizontal .ui-slider-handle {
  top: -0.5em !important;
  width: 1em !important;
  height: 1em !important;
}

.price-range-picker .ui-slider-horizontal {
  height: 0.2em;
  width: 90%;
  margin: 0 auto;
}

.price-range-picker .ui-slider-horizontal .ui-slider-handle:focus {
  border: none;
  outline: 0;
}

.price-range-picker input#amount {
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.price-range-picker .price-range {
  display: flex;
  align-items: baseline;
  padding-top: 20px;
  font-size: 14px;
}

.sidepanel-category-dropdown.collapse,
.sidepanel-category-dropdown.collapsing {
  display: block !important;
  transform: translate3D(-100%, 0, 0);
  transition: all 0.2s;
}

.sidepanel-category-dropdown.collapse.in {
  transform: translate3D(0, 0, 0);
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05), 2px 0 0 rgba(0, 0, 0, 0.05),
    3px 0 0 rgba(0, 0, 0, 0.05);
}

.collapsed .parent-expanded {
  display: none;
}

.collapsed .parent-collapsed {
  display: inline-block;
}

[data-toggle="collapse"] {
  cursor: pointer;
}

.price-range-picker {
  padding-top: 10px;
  font-size: 14px;
}

.sidepanel-seperator {
  border-color: #eee;
  margin: 5px 0;
}

.Colors-filter ul,
.brnad-filter ul,
.size-filter ul {
  padding-left: 0;
  padding: 0 5px;
}

.size-filter ul li {
  list-style: none;
  display: flex;
  align-items: baseline;
  position: relative;
  font-size: 14px;
}

.Colors-filter ul,
.brnad-filter ul,
.size-filter ul {
  padding-left: 0;
  padding: 0 5px;
}

.size-filter ul li {
  list-style: none;
  display: flex;
  align-items: baseline;
  position: relative;
  font-size: 14px;
}

.size-filter ul li label {
  margin-left: 0px;
}

.Colors-filter ul li span,
.brnad-filter ul li span,
.size-filter ul li span {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: gray;
}

.Colors-filter ul li,
.brnad-filter ul li {
  list-style: none;
  display: flex;
  align-items: baseline;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.Colors-filter ul li div {
  width: 13px;
  height: 13px;
  background-color: #000;
  border-radius: 100%;
  margin-left: 0;
  margin-right: 6px;
  border: 1px solid #d3d3d3;
  display: inline-block;
  position: relative;
  top: 2px;
}

.main-heading.mt-30 {
  margin-top: 30px;
}

.border-none {
  border: none !important;
}

p.category_tagline {
  font-weight: 500;
}

.sidepanel-category-dropdown label {
  /*  padding-left: 25px; */
  position: relative;
}

.more {
  color: #f52a60 !important;
  cursor: pointer;
}
.check_style span {
  display: none;
}
input.search_shop,
.search_location,
.search_job,
.search_min_salary,
.search_max_salary,
.search_loan,
.search_investment,
.search_min_loan,
.search_max_loan,
.search_min_investment,
.search_max_investment {
  font-size: 13px;
}
#filter_state_id {
  font-size: 13px;
}
.loan_type-filter ul li,
.investment_type-filter ul li {
  display: block;
}
div#related_top
  > .panel-group
  > .panel
  > .panel-collapse
  > .panel-body
  > ul
  > li {
  display: block;
}

.card-img,
.card-img-top {
  height: 360px;
}

.brands_jobs {
  overflow: auto;
  width: 100%;
}
.sidepanel-category-dropdown {
  background: #fff;
  padding: 4px;
}
.account-info-wrapper h4 {
  padding: 10px 20px;
  text-transform: uppercase;
}
.pull-right {
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
}
.search-element {
  margin-top: 0px;
}
#textSlider.rows {
  margin-top: -2px;
}
.near_shop {
  padding: 24px 0px;
}
.exhibitor-history {
  margin-bottom: 30px;
}
.mark,
mark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
}
.big {
  line-height: 15px;
  padding-left: 6px;
  font-weight: 500;
}
.terms_poilcy ul li a {
  color: #fff;
}

.myaccount-info-wrapper {
  background: #fff;
}
.submenu ul li {
  padding: 6px;
  border-bottom: 1px solid #f5f0f0;
}
.small_images ul li {
  display: flex;
}
.controls-top a {
  padding: 3px 8px;
  background: #f79b23;
  color: #fff;
}
.controls-top {
  margin-bottom: 10px;
}
.investor_imgs img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #f9f7f7;
  box-shadow: 1px 0px 3px #a5a5a5;
}
.fa-bell:before {
  color: #000;
}
.new_well {
  margin-top: 10px;
}
#login {
  color: #fff;
}
.new_p a {
  background: #f26700;
  color: #ffff;
  padding: 3px 7px;
  border-radius: 4px;
}
.new_p {
  margin-top: 8px;
}
#myPageContent {
  position: relative;
  left: 150px;
}
.statics_blog p {
  padding: 10px 0px;
  line-height: 22px;
  font-size: 15px;
}

.inner_banner_privacy {
  background: #fff;
}

.statics_blog h5 {
  margin-top: 30px;
  text-transform: uppercase;
}

.new_p {
  color: #000;
}
.forgot-password-content h5 {
  margin-bottom: 10px;
}
.forgot-password-content p {
  margin-bottom: 10px;
}
.style-button span {
  color: #fff;
}
#forget_passwd .button-box {
  text-align: center;
}
.product_in_bg {
  background: #fff;
}

.investor_imgs {
  background: #f79b23;
  margin-bottom: 30px;
  height: 81px;
  padding-top: 5px;
}
p.ng-binding:nth-child(3) {
  color: #f79b23;
  font-size: 17px;
}
li.notifics {
  display: block !important;
  width: 100% !important;
  padding: 12px 10px !important;
  color: #47494a !important;
  font-size: 13px !important;
  clear: both !important;
  font-weight: 400 !important;
  text-align: inherit !important;
  white-space: nowrap !important;
  background: 0 0 !important;
  border-bottom: 1px solid #ebebeb !important;
}
li.notifics a {
  display: unset !important;
  width: unset !important;
  padding: 2px !important;
  color: #47494a;
  font-size: 10px !important;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border-bottom: unset !important;
}
.lower-content {
  font-size: 9px;
  color: #222;
  padding: 5px 0px 0px 2px;
}
span.time-ns {
  text-align: right;
  float: right;
  font-weight: 900;
  color: #f00;
}
span.description-ns {
  font-weight: 600;
  color: #007bff;
}
@media (max-width: 768px) {
  .offers {
    margin: 114px auto !important;
    width: 88px !important;
    height: 102px !important;

    right: 5px !important;
    top: -105px !important;
  }
  .slider-content-1 {
    padding-left: 0px !important;
  }
  .slider-area .bg-img .slider-content-1 span {
    font-size: 40px !important;
  }
  .offer-page {
    min-height: 227px;
  }
  section.dashboard .col-md-10 .container {
    padding-left: 0;
  }
  .main-heading h3 {
    font-size: 18px;
    padding: 20px 5px;
    display: inline-block;
  }
  .account-info-wrapper h4 {
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 18px;
  }
  #shopkeeperlist {
    width: 100%;
    border-bottom: 1px dotted;
  }
  .chat_box_time {
    max-height: unset;
    height: 100%;
    padding: 0 !important;
  }
  .myinformation {
    padding: 0px !important ;
    border: 0 !important;
  }
  .my_mess {
    padding: 0;
  }
  #message {
    width: 70%;
  }
  .list-product .product-decs h2 a {
    width: 160px;
    height: 20px;
    overflow: hidden;
  }
  .product-middle-rows .col-6:nth-child(odd) {
    padding: 0 4px 0 15px;
  }
  .product-middle-rows .col-6:nth-child(even) {
    padding: 0 15px 0 4px;
  }
  .login_user {
    width: 100%;
    float: right;
  }
}
span.checkmark1 {
  padding: 2px;
}
.price-detail-oct {
  padding: 5px;
  font-size: 23px;
  font-weight: 600;
  color: #146cda;
}
.price-list-oct {
  font-size: 14px;
  font-weight: 900;
  color: #146cda !important;
}
.head-list-oct {
  font-size: 17px;
  font-weight: 900;
  color: #f79b23 !important;
}
.follow_btn {
  margin: 10px 0;
}
.price-detail-oct span del {
  color: #f79b23;
  font-weight: 600;
}
.offer_price span del {
  color: #f00;
  font-weight: 600;
  font-size: 14px;
}
.pro_name_one {
  font-size: 25px !important;
}
.jobs_titel_one {
  font-weight: 700 !important;
  font-size: 24px !important;
}

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 30px 0 7px;
}

.overlay {
  background-color: rgba(20, 20, 20, 0.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
  color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}
.bottom-line {
  margin-bottom: 30px;
  margin-top: 30px;
  text-transform: uppercase;
}
.team-member {
  margin-bottom: 35px;
}
.slider-animated-1 h1 {
  text-align: center;
}
.inner_banner_about {
  background: #fff;
}
.heading_title {
  margin-top: 20px;
  text-transform: uppercase;
}
.inner_banner_terms {
  background-color: #fff;
}
.statics_blog ol li {
  padding: 10px 0px;
}

.statics_blog ol li:before {
  font-family: "FontAwesome";
  content: "\f138";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: #f79b23;
}
.statics_blog ol li {
  list-style: none;
  display: flex;
  line-height: 25px;
  font-size: 17px;
  border-bottom: 1px solid #e6e1e1;
}

.statics_blog ul li:before {
  font-family: "FontAwesome";
  content: "\f138";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: #f79b23;
}
.statics_blog ul li {
  list-style: none;
  display: flex;
  line-height: 25px;
  font-size: 17px;
}
.about_text p {
  text-align: justify;
}
.ab_images img {
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.job_time p span del {
  color: #ff1700;
}
.offer_my {
  font-weight: 700;
  color: #28a745;
}
.read_me {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 2px;
}

/* share custom */
.share_custom .menu {
  display: none;
}
@media (max-width: 768px) {
  .payments {
    width: 100% !important;
  }
  .card iframe {
    height: 200px;
  }
  .slider-height-1 {
    height: 215px !important;
  }
  /*.swiper-container{height: 223px !important;}*/
  .shop_page img {
    height: 145px !important;
  }
  .box {
    width: 100% !important;
  }
  .mobileBtn svg {
    top: 11px;
  }
  .header-tools {
    margin-left: 0px;
  }
  .share_custom .menu {
    z-index: 999999999999;
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
  }
  .share_custom .menu .share i.fa {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    border-radius: 2px;
  }
  .share_custom .menu .share:hover.bottom .submenu li:nth-child(1) {
    opacity: 1;
    top: 50px;
    transform: rotate(0);
    border-top: 1px dashed #ccc;
    transition-delay: 80ms;
  }
  .share_custom .menu .share:hover.bottom .submenu li:nth-child(2) {
    opacity: 1;
    top: 100px;
    transform: rotate(0);
    border-top: 1px dashed #ccc;
    transition-delay: 0.16s;
  }
  .share_custom .menu .share:hover.bottom .submenu li:nth-child(3) {
    opacity: 1;
    top: 150px;
    transform: rotate(0);
    border-top: 1px dashed #ccc;
    transition-delay: 0.24s;
  }
  .share_custom .menu .share:hover.bottom .submenu li:nth-child(4) {
    opacity: 1;
    top: 200px;
    transform: rotate(0);
    border-top: 1px dashed #ccc;
    transition-delay: 0.32s;
  }
  .share_custom .menu .share:hover.bottom .submenu li:nth-child(5) {
    opacity: 1;
    top: 250px;
    transform: rotate(0);
    border-top: 1px dashed #ccc;
    transition-delay: 0.4s;
  }
  .share_custom .menu .share:hover.left .submenu li:nth-child(1) {
    opacity: 1;
    left: -51px;
    transform: rotate(0);
    transition-delay: 0.5s;
    border-right: 1px dashed #ccc;
  }
  .share_custom .menu .share:hover.left .submenu li:nth-child(2) {
    opacity: 1;
    left: -102px;
    transform: rotate(0);
    transition-delay: 1s;
    border-right: 1px dashed #ccc;
  }
  .share_custom .menu .share:hover.left .submenu li:nth-child(3) {
    opacity: 1;
    left: -153px;
    transform: rotate(0);
    transition-delay: 1.5s;
    border-right: 1px dashed #ccc;
  }
  .share_custom .menu .share:hover.left .submenu li:nth-child(4) {
    opacity: 1;
    left: -204px;
    transform: rotate(0);
    transition-delay: 2s;
    border-right: 1px dashed #ccc;
  }
  .share_custom .menu .share:hover.left .submenu li:nth-child(5) {
    opacity: 1;
    left: -255px;
    transform: rotate(0);
    transition-delay: 2.5s;
    border-right: 1px dashed #ccc;
  }
  .share_custom .menu .share:hover.right .submenu li:nth-child(1) {
    opacity: 1;
    left: 50px;
    transform: rotate(0);
    transition-delay: 80ms;
    border-left: 1px dashed #ccc;
  }
  .share_custom .menu .share:hover.right .submenu li:nth-child(2) {
    opacity: 1;
    left: 100px;
    transform: rotate(0);
    transition-delay: 0.16s;
    border-left: 1px dashed #ccc;
  }
  .share_custom .menu .share:hover.right .submenu li:nth-child(3) {
    opacity: 1;
    left: 150px;
    transform: rotate(0);
    transition-delay: 0.24s;
    border-left: 1px dashed #ccc;
  }
  .share_custom .menu .share:hover.right .submenu li:nth-child(4) {
    opacity: 1;
    left: 200px;
    transform: rotate(0);
    transition-delay: 0.32s;
    border-left: 1px dashed #ccc;
  }
  .share_custom .menu .share:hover.right .submenu li:nth-child(5) {
    opacity: 1;
    left: 250px;
    transform: rotate(0);
    transition-delay: 0.4s;
    border-left: 1px dashed #ccc;
  }
  .share_custom .menu .share:hover.top .submenu li:nth-child(1) {
    opacity: 1;
    top: -51px;
    transition-delay: 80ms;
    transform: rotateY(0);
    border-bottom: 1px dashed #d9d9d9;
  }
  .share_custom .menu .share:hover.top .submenu li:nth-child(2) {
    opacity: 1;
    top: -102px;
    transition-delay: 0.16s;
    transform: rotateY(0);
    border-bottom: 1px dashed #d9d9d9;
  }
  .share_custom .menu .share:hover.top .submenu li:nth-child(3) {
    opacity: 1;
    top: -153px;
    transition-delay: 0.24s;
    transform: rotateY(0);
    border-bottom: 1px dashed #d9d9d9;
  }
  .share_custom .menu .share:hover.top .submenu li:nth-child(4) {
    opacity: 1;
    top: -204px;
    transition-delay: 0.32s;
    transform: rotateY(0);
    border-bottom: 1px dashed #d9d9d9;
  }
  .share_custom .menu .share:hover.top .submenu li:nth-child(5) {
    opacity: 1;
    top: -255px;
    transition-delay: 0.4s;
    transform: rotateY(0);
    border-bottom: 1px dashed #d9d9d9;
  }
  .share_custom .menu .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .share_custom .menu .submenu li {
    transition: all ease-in-out 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
  }
  .share_custom .menu .submenu li a {
    color: #212121;
  }
  .share_custom .menu .submenu li a:hover i.fa {
    color: #fff;
  }
  .share_custom .menu .submenu li a:hover.facebook i.fa {
    background-color: #3b5999;
  }
  .share_custom .menu .submenu li a:hover.twitter i.fa {
    background-color: #55acee;
  }
  .share_custom .menu .submenu li a:hover.googlePlus i.fa {
    background-color: #dd4b39;
  }
  .share_custom .menu .submenu li a:hover.instagram i.fa {
    background-color: #e4405f;
  }
  .share_custom .menu .submenu li a:hover.whatsapp i.fa {
    background-color: #e4405f;
  }
  .share_custom .menu .submenu li:nth-child(1) {
    transform: rotateX(45deg);
  }
  .share_custom .menu .submenu li:nth-child(2) {
    transform: rotateX(90deg);
  }
  .share_custom .menu .submenu li:nth-child(3) {
    transform: rotateX(135deg);
  }
  .share_custom .menu .submenu li:nth-child(4) {
    transform: rotateX(180deg);
  }
  .share_custom .menu.topRight {
    top: 10px;
    right: 10px;
  }

  .small_images {
    padding: 5px;
  }
  .offer_price {
    font-size: 16px;
  }
  .cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    height: 1.2em;
    white-space: nowrap;
  }
}
span.settings-tray--right {
  color: #f26700;
  padding: 15px 0;
  cursor: pointer;
  width: 120px;
  text-align: right;
}
.box a {
  width: 48%;
  margin: 0px 2px;
  display: flex;
  float: left;
  background: #f79b23;
}
.swiper-pagination span {
  background: #d9d1d180;
  width: 243px;
  display: block;
  margin: 0 auto;
}
.card-title {
  font-size: 19px;
}
.card-title {
  margin-bottom: 3px;
}

.minicart-product-list .product-quantity .cart-plus-minus {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}
.minicart-product-list .product-quantity .cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #e5e5e5;
  height: 40px;
  left: 0;
  padding-top: 8px;
  top: 0;
}
.minicart-product-list .product-quantity .cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #e5e5e5;
  height: 40px;
  padding-top: 9px;
  right: 0;
  top: 0;
}
.minicart-product-list .product-quantity .cart-plus-minus .qtybutton {
  color: #666;
  cursor: pointer;
  float: inherit;
  font-size: 16px;
  margin: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 20px;
  text-align: center;
}
.minicart-product-list
  .product-quantity
  .cart-plus-minus
  input.cart-plus-minus-box {
  color: #666;
  float: left;
  font-size: 14px;
  height: 40px;
  margin: 0;
  width: 110px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  padding: 0;
  text-align: center;
}
.inner_banner_privacy ul li {
  font-weight: 500;
  line-height: 20px;
}
.payments {
  text-align: center;
  background: #ffff;
  width: 42%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.payments p {
  font-size: 40px;
  color: #28a745;
}

.payments a {
  color: #f8f9fa;
  font-size: 14px;
  background: #f79b23;
  padding: 4px;
  margin-top: 10px;
  display: -webkit-inline-box;
  border-radius: 6px;
  text-transform: uppercase;
}
.thnkxpage {
  margin-bottom: 30px;
  padding: 36px 0px;
}
.terms_poilcy ul {
  display: grid;
}
.terms_poilcy ul li a {
  font-size: 14px;
  line-height: 19px;
}
.add_to_cart p input {
  width: 40px;
  height: 33px;
  border: 1px solid #ccc;
  margin-right: 10px;
  padding: 7px;
}
.add_to_cart p button {
  background: #2196f3;
  padding: 9px;
  color: #fff;
}
.add_to_cart p {
  padding: 6px 10px;
}
.see p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  color: #3f51b5;
}
#offcanvas-cart {
  height: 100%;
  overflow: scroll;
}
.slider-content-1 {
  display: none;
}

.listing-section,
.cart-section {
  width: 100%;
  float: left;
  padding: 1%;
  border-bottom: 0.01em solid #dddbdb;
}

.product {
  width: 23%;
  border-radius: 2%;
  margin: 1%;
  float: inherit;
}

.product:hover {
  box-shadow: 1.5px 1.5px 2.5px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1.5px 1.5px 2.5px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1.5px 1.5px 2.5px 3px rgba(0, 0, 0, 0.4);
}

.image-box {
  width: 100%;
  overflow: hidden;
  border-radius: 2% 2% 0 0;
}

.images {
  height: 15em;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2% 2% 0 0;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.images:hover {
  transform: scale(1.2);
  overflow: hidden;
  border-radius: 2%;
}
#image-1 {
  background-image: url("https://sc01.alicdn.com/kf/UT8.CaXX2NXXXagOFbXC/fresh-navel-oranges.jpg");
}

#image-2 {
  background-image: url("https://newenglandapples.files.wordpress.com/2014/10/img_5595.jpg");
}

#image-3 {
  background-image: url("https://sc01.alicdn.com/kf/UT8ovSIXQNaXXagOFbXt/Fresh-Passion-Fruit-with-Best-Price-and.jpg");
}

#image-4 {
  background-image: url("http://www.foodmatters.com/media/images/articles/16-powerful-reasons-to-eat-pineapple.jpg");
}

#image-5 {
  background-image: url("http://membrillo.com.au/wp-content/uploads/2016/11/bg-mango-01.jpg");
}

#image-6 {
  background-image: url("http://ell.h-cdn.co/assets/16/27/980x490/landscape-1467750721-gettyimages-146896572.jpg");
}

#image-7 {
  background-image: url("http://www.hesca.org/wp-content/uploads/2016/08/banana.jpg");
}

#image-8 {
  background-image: url("http://www.baag.com.au/pictures/produce/plums2.jpg");
}

#image-9 {
  background-image: url("https://ecowatchroar-img.rbl.ms/simage/https%3A%2F%2Fassets.rbl.ms%2F9458277%2F1200x600.jpg/2000%2C2000/J9vl96eLQCOEy3Xy/img.jpg");
}

#image-10 {
  background-image: url("https://www.parhlo.com/wp-content/uploads/2016/04/Valencia_market_-_lemons-1940x1454.jpg");
}
.text-box {
  width: 100%;
  float: left;
  border: 0.01em solid #f00;
  border-radius: 0 0 2% 2%;
  padding: 1em;
  border-top: none;
}

.products {
  padding: 20px;
  padding-top: 20px;
  text-align: center;
}

.products .product {
  position: relative;
  overflow: hidden;
  width: 273px;
  height: 380px;
  text-align: left;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px;
  padding: 20px;
}

.products .product img {
  position: relative;
  top: -5px;
  margin: auto;
  transition: all 0.2s ease;
  width: 100%;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 70%);
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% 70%);
}
.products .product img:hover {
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.products .product h1 {
  line-height: 20px;
  font-size: 20px;
  margin-top: 15px;
}

.products .product .price {
  text-align: center;
  font-size: 20px;
  margin-top: 25px;
  color: darkblue;
  background: lightblue;
  border: 1px solid blue;
  border-radius: 10px;
  padding: 10px;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.mystyle-products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: var(--breakpoint-xs)) {
  .mystyle-products {
    display: block;
  }
}
.mystyle-products.slider-products .product {
  width: auto;
  margin-bottom: 0;
}
.mystyle-products .product {
  width: 22%;
  margin-bottom: 20px;
  position: relative;
  padding: 20px;
  background: #fff;
}
@media (max-width: var(--breakpoint-sm)) {
  .mystyle-products .product {
    width: 50%;
  }
}
@media (max-width: var(--breakpoint-xs)) {
  .mystyle-products .product {
    width: auto;
  }
}
.mystyle-products .product:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 7;
}
.mystyle-products .product:hover .btn-circle {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.mystyle-products .product h3 {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
  height: 39px;
  overflow: hidden;
}
@media (max-width: var(--breakpoint-xs)) {
  .mystyle-products .product h3 {
    height: auto;
  }
}
.mystyle-products .product > a {
  position: relative;
  display: block;
  color: #333;
  text-decoration: none;
}
.mystyle-products .product > a:hover {
  text-decoration: none;
}
.mystyle-products .product .add_to_cart_button {
  display: none;
}
.mystyle-products .product .attachment-shop_catalog {
  display: block;
  margin: 0 auto;
}
.mystyle-products .product .btn-circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  padding: 0;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  color: #fff;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: color 0.5s 0.001s ease-out, background 0.3s 0.001s ease-out,
    visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out,
    transform 0.5s 0.25s ease-out;
}
.mystyle-products .product .price {
  font-size: 14px;
}
.mystyle-products .product .price ins {
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}
.mystyle-products .product .price del {
  color: #666;
  font-size: 11px;
  padding-right: 7px;
  white-space: nowrap;
}
.mystyle-products .product .price .sale-tag {
  color: red;
  font-size: 12px;
  padding-left: 7px;
  font-weight: 700;
}
.mystyle-products .onsale {
  z-index: 6;
  position: absolute;
  top: 15px;
  left: -20px;
  padding: 2px 10px;
  background: var(--red);
  color: #fff;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 0 5px 5px 0;
  height: 25px;
  line-height: 25px;
  font-size: 0.8rem;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}
.mystyle-products .onsale:before,
.mystyle-products .onsale:after {
  content: "";
  position: absolute;
}
.mystyle-products .onsale:before {
  width: 7px;
  height: 33px;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.mystyle-products .onsale:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  left: -4.5px;
  border-radius: 5px 0 0 5px;
  background: #800;
}
.text-box h2 {
  font-weight: 600;
  font-size: 15px;
}
.text-box h3 {
  font-weight: 800;
  font-size: 18px;
}

.dropbtn1 {
  margin-top: 15px;
  margin-left: 10px;
  cursor: pointer;
}
.dropbtn1 i {
  font-size: 20px;
}
.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: +9;
}

.dropdown-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content1 a:hover {
  background-color: #f1f1f1;
}

.dropdown1:hover .dropdown-content1 {
  display: block;
}
.minicart-product-list {
  height: 420px;
  overflow: scroll;
}
.dataTables_scroll {
  width: 1095px;
}
span.totalPrice-row {
  float: right;
  font-weight: 600;
  color: #000;
}
