/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
::-moz-selection {
  /* Code for Firefox */
  background-color: #287cb1;
  color: #fff; }

::selection {
  background-color: #287cb1;
  color: #fff; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300; }

body {
  color: #777777;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative; }

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

select {
  display: block; }

figure {
  margin: 0; }

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

iframe {
  border: 0; }

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0; }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0; }

.card-panel {
  margin: 0;
  padding: 60px; }

/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit; }

.gray-bg {
  background: #f9f9ff; }

h1, h2, h3,
h4, h5, h6 {
  font-family: Arial, sans-serif;
  color: #222222;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600; }

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: Arial, sans-serif;
  font-weight: 600;
  color: #222222; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px;
  color: #222222; }

td, th {
  border-radius: 0px; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table; }

.clear::after {
  clear: both; }

.fz-11 {
  font-size: 11px; }

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

.fz-13 {
  font-size: 13px; }

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

.fz-15 {
  font-size: 15px; }

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

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

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

.fz-48 {
  font-size: 48px !important; }

.fw100 {
  font-weight: 100; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400 !important; }

.fw500 {
  font-weight: 500; }

.f700 {
  font-weight: 700; }

.fsi {
  font-style: italic; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0 !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.mr-0 {
  margin-right: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-40 {
  padding: 40px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.text-italic {
  font-style: italic; }

.text-white {
  color: #fff; }

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.section-full {
  padding: 100px 0; }

.section-half {
  padding: 75px 0; }

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

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

.text-rigth {
  text-align: right; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.display-table {
  display: table; }

.light {
  color: #fff; }

.dark {
  color: #000; }

.relative {
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.container.fullwidth {
  width: 100%; }

.container.no-padding {
  padding-left: 0;
  padding-right: 0; }

.no-padding {
  padding: 0; }

.section-bg {
  background: #f9fafc; }

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important; }
    .no-flex-xs .footer-li li a {
      margin-left: 20px;
      display: block;
      color: red; } }

.row.no-margin {
  margin-left: 0;
  margin-right: 0; }

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0; }

.text-heading {
  margin-bottom: 30px;
  font-size: 24px; }

b, sup, sub, u, del {
  color: #287cb1; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

h1, h2, h3,
h4, h5, h6 {
  line-height: 1.5em; }

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #777777; }

.button-area {
  background: #fff; }
  .button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee; }

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px; }
  .button-group-area .genric-btn:last-child {
    margin-right: 0; }

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .genric-btn:focus {
    outline: none; }
  .genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px; }
  .genric-btn.large {
    line-height: 45px; }
  .genric-btn.medium {
    line-height: 30px; }
  .genric-btn.small {
    line-height: 25px; }
  .genric-btn.radius {
    border-radius: 3px; }
  .genric-btn.circle {
    border-radius: 20px; }
  .genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .genric-btn.arrow span {
      margin-left: 10px; }
  .genric-btn.default {
    color: #222222;
    background: #f9f9ff;
    border: 1px solid transparent; }
    .genric-btn.default:hover {
      border: 1px solid #f9f9ff;
      background: #fff; }
  .genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff; }
    .genric-btn.default-border:hover {
      color: #222222;
      background: #f9f9ff;
      border: 1px solid transparent; }
  .genric-btn.primary {
    color: #fff;
    background: #287cb1;
    border: 1px solid transparent; }
    .genric-btn.primary:hover {
      color: #287cb1;
      border: 1px solid #287cb1;
      background: #fff; }
  .genric-btn.primary-border {
    color: #287cb1;
    border: 1px solid #287cb1;
    background: #fff; }
    .genric-btn.primary-border:hover {
      color: #fff;
      background: #287cb1;
      border: 1px solid transparent; }
  .genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent; }
    .genric-btn.success:hover {
      color: #4cd3e3;
      border: 1px solid #4cd3e3;
      background: #fff; }
  .genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff; }
    .genric-btn.success-border:hover {
      color: #fff;
      background: #4cd3e3;
      border: 1px solid transparent; }
  .genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent; }
    .genric-btn.info:hover {
      color: #38a4ff;
      border: 1px solid #38a4ff;
      background: #fff; }
  .genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff; }
    .genric-btn.info-border:hover {
      color: #fff;
      background: #38a4ff;
      border: 1px solid transparent; }
  .genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent; }
    .genric-btn.warning:hover {
      color: #f4e700;
      border: 1px solid #f4e700;
      background: #fff; }
  .genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff; }
    .genric-btn.warning-border:hover {
      color: #fff;
      background: #f4e700;
      border: 1px solid transparent; }
  .genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent; }
    .genric-btn.danger:hover {
      color: #f44a40;
      border: 1px solid #f44a40;
      background: #fff; }
  .genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff; }
    .genric-btn.danger-border:hover {
      color: #fff;
      background: #f44a40;
      border: 1px solid transparent; }
  .genric-btn.link {
    color: #222222;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent; }
    .genric-btn.link:hover {
      color: #222222;
      border: 1px solid #f9f9ff;
      background: #fff; }
  .genric-btn.link-border {
    color: #222222;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline; }
    .genric-btn.link-border:hover {
      color: #222222;
      background: #f9f9ff;
      border: 1px solid transparent; }
  .genric-btn.disable {
    color: #222222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed; }

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #287cb1; }

.progress-table-wrap {
  overflow-x: scroll; }

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px; }
  .progress-table .serial {
    width: 11.83%;
    padding-left: 30px; }
  .progress-table .country {
    width: 28.07%; }
  .progress-table .visit {
    width: 19.74%; }
  .progress-table .percentage {
    width: 40.36%;
    padding-right: 50px; }
  .progress-table .table-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
      color: #222222;
      line-height: 40px;
      text-transform: uppercase;
      font-weight: 500; }
  .progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .progress-table .table-row .country img {
      margin-right: 15px; }
    .progress-table .table-row .percentage .progress {
      width: 80%;
      border-radius: 0px;
      background: transparent; }
      .progress-table .table-row .percentage .progress .progress-bar {
        height: 5px;
        line-height: 5px; }
        .progress-table .table-row .percentage .progress .progress-bar.color-1 {
          background-color: #6382e6; }
        .progress-table .table-row .percentage .progress .progress-bar.color-2 {
          background-color: #e66686; }
        .progress-table .table-row .percentage .progress .progress-bar.color-3 {
          background-color: #f09359; }
        .progress-table .table-row .percentage .progress .progress-bar.color-4 {
          background-color: #73fbaf; }
        .progress-table .table-row .percentage .progress .progress-bar.color-5 {
          background-color: #73fbaf; }
        .progress-table .table-row .percentage .progress .progress-bar.color-6 {
          background-color: #6382e6; }
        .progress-table .table-row .percentage .progress .progress-bar.color-7 {
          background-color: #a367e7; }
        .progress-table .table-row .percentage .progress .progress-bar.color-8 {
          background-color: #e66686; }

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px; }

.list-style {
  width: 14px;
  height: 14px; }

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important; }
  .unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #287cb1;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%; }

.ordered-list {
  margin-left: 30px; }
  .ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #287cb1;
    font-weight: 500;
    line-height: 1.82em !important; }
    .ordered-list li span {
      font-weight: 300;
      color: #777777; }

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #287cb1;
  font-weight: 500;
  line-height: 1.82em !important; }
  .ordered-list-alpha li span {
    font-weight: 300;
    color: #777777; }

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #287cb1;
  font-weight: 500;
  line-height: 1.82em !important; }
  .ordered-list-roman li span {
    font-weight: 300;
    color: #777777; }

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input:focus {
    outline: none; }

.input-group-icon {
  position: relative; }
  .input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3; }
    .input-group-icon .icon i {
      color: #797979; }
  .input-group-icon .single-input {
    padding-left: 45px; }

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none; }
  .single-textarea:focus {
    outline: none; }

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input-primary:focus {
    outline: none;
    border: 1px solid #287cb1; }

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55; }

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359; }

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
    .default-switch input + label {
      position: absolute;
      top: 1px;
      left: 1px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #287cb1;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
      cursor: pointer; }
    .default-switch input:checked + label {
      left: 19px; }

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .primary-switch input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .primary-switch input + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: 8.5px;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
      .primary-switch input + label:after {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
        cursor: pointer; }
    .primary-switch input:checked + label:after {
      left: 19px; }
    .primary-switch input:checked + label:before {
      background: #287cb1; }

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .confirm-switch input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .confirm-switch input + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: 8.5px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        cursor: pointer; }
      .confirm-switch input + label:after {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
        cursor: pointer; }
    .confirm-switch input:checked + label:after {
      left: 19px; }
    .confirm-switch input:checked + label:before {
      background: #4cd3e3; }

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .primary-checkbox input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .primary-checkbox input:checked + label {
      background: url(../img/elements/primary-check.png) no-repeat center center/cover;
      border: none; }

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .confirm-checkbox input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .confirm-checkbox input:checked + label {
      background: url(../img/elements/success-check.png) no-repeat center center/cover;
      border: none; }

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .disabled-checkbox input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .disabled-checkbox input:disabled {
      cursor: not-allowed;
      z-index: 3; }
    .disabled-checkbox input:checked + label {
      background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
      border: none; }

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .primary-radio input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .primary-radio input:checked + label {
      background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
      border: none; }

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .confirm-radio input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .confirm-radio input:checked + label {
      background: url(../img/elements/success-radio.png) no-repeat center center/cover;
      border: none; }

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .disabled-radio input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .disabled-radio input:disabled {
      cursor: not-allowed;
      z-index: 3; }
    .disabled-radio input:checked + label {
      background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
      border: none; }

.default-select {
  height: 40px; }
  .default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px; }
    .default-select .nice-select .list {
      margin-top: 0;
      border: none;
      border-radius: 0px;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      padding: 10px 0 10px 0px; }
      .default-select .nice-select .list .option {
        font-weight: 300;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        line-height: 28px;
        min-height: 28px;
        font-size: 12px;
        padding-left: 20px; }
        .default-select .nice-select .list .option.selected {
          color: #287cb1;
          background: transparent; }
        .default-select .nice-select .list .option:hover {
          color: #287cb1;
          background: transparent; }
  .default-select .current {
    margin-right: 50px;
    font-weight: 300; }
  .default-select .nice-select::after {
    right: 20px; }

.form-select {
  height: 40px;
  width: 100%; }
  .form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%; }
    .form-select .nice-select .list {
      margin-top: 0;
      border: none;
      border-radius: 0px;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      padding: 10px 0 10px 0px; }
      .form-select .nice-select .list .option {
        font-weight: 300;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        line-height: 28px;
        min-height: 28px;
        font-size: 12px;
        padding-left: 45px; }
        .form-select .nice-select .list .option.selected {
          color: #287cb1;
          background: transparent; }
        .form-select .nice-select .list .option:hover {
          color: #287cb1;
          background: transparent; }
  .form-select .current {
    margin-right: 50px;
    font-weight: 300; }
  .form-select .nice-select::after {
    right: 20px; }

@media (max-width: 992px) {
  .navbar-nav {
    height: auto;
    max-height: 400px;
    overflow-x: hidden; } }

.default-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9; }

.menu-bar {
  cursor: pointer; }
  .menu-bar span {
    color: #000;
    font-size: 24px; }

.main-menubar {
  display: none !important; }

@media (max-width: 991px) {
  .main-menubar {
    display: block !important; } }

.menu-top li {
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .menu-top li:hover {
    background-color: #287cb1; }

.navbar-nav a {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding: 20px; }
  .navbar-nav a:hover {
    color: #287cb1; }

@media (max-width: 992px) {
  .navbar-nav {
    margin-top: 10px; }
    .navbar-nav a {
      padding: 0; }
    .navbar-nav li {
      padding: 15px 0; } }

.menutop-wrap {
  background-color: #f9f9ff; }
  .menutop-wrap .menu-top .list li {
    padding: 15px 15px;
    text-transform: uppercase;
    cursor: pointer; }
  .menutop-wrap a {
    font-size: 12px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase; }
    .menutop-wrap a:hover {
      color: #fff; }
    @media (max-width: 462px) {
      .menutop-wrap a {
        font-size: 8px;
        padding: 5px 0px; } }

.section-gap {
  padding: 120px 0; }

.section-gap1 {
  padding-top: 120px; }

.section-title {
  padding-bottom: 30px; }
  .section-title h2 {
    margin-bottom: 20px; }
  .section-title p {
    font-size: 16px;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .section-title p br {
        display: none; } }

.p1-gradient-bg, .primary-btn2, .primary-btn2.primary-border:hover, .category-area .content .content-overlay, .men-product-area .overlay-bg, .bottom, .countdown-area .view-btn:hover, .single-footer-widget .click-btn, .generic-banner, .top-section-area, .details-tab-navigation .nav-link:hover, .details-tab-navigation .nav-link.active, .quick-view-carousel-details .owl-controls .owl-dots .owl-dot.active:after, .organic-body .quick-view-carousel .owl-controls .owl-dots .owl-dot.active:after, .organic-body .organic, .organic-body .organic:hover, .checkput-login .top-title, .register-form, .mini-cart-2a.mini-cart-1 .mini-border, .mini-cart-2a.mini-cart-2 .mini-border, .mini-cart-2a.mini-cart-3 .mini-border, .mini-cart-2a.mini-cart-4 .mini-border, .mini-cart.mini-cart-1 .mini-border, .mini-cart.mini-cart-2 .mini-border, .mini-cart.mini-cart-3 .mini-border, .mini-cart.mini-cart-4 .mini-border, .item-cart, .submit-btn, .submit-btn.color-1, .submit-btn.color-2, .submit-btn.color-3, .submit-btn.color-4, .view-btn.color-1:after, .view-btn.color-2:after, .view-btn.color-3:after, .view-btn.color-4:after, .organic-section-title-left .carousel-trigger .prev-trigger:after, .organic-section-title-left .carousel-trigger .next-trigger:after, .single-search-product:before, .single-organic-product:after, .single-organic-product .bottom, .single-organic-product:hover .discount, .single-furniture-product .bottom, .single-furniture-product:hover .discount, .single-sidebar-product:before, .organic-breadcrumb, .grid-btn:hover, .list-btn:hover, .grid-btn.active, .list-btn.active, .pagination a.active, .pagination a:hover, .single-organic-product-list:after {
  background-image: -moz-linear-gradient(45deg, #2a95d9 0%, #08629a 100%);
  background-image: -webkit-linear-gradient(45deg, #2a95d9 0%, #08629a 100%);
  background-image: -ms-linear-gradient(45deg, #2a95d9 0%, #08629a 100%); }

.p1-gradient-color, .countdown-area .countdown .countdown-item .countdown-timer, .footer-social a:hover i, .single-footer-widget .bb-btn, .quick-view-content .price span, .quick-view-content .category span, .quick-view-content .view-full, .organic-body .quick-view-content .price span, .organic-body .quick-view-content .category span, .organic-body .quick-view-content .view-full, .organic-product-top .single-product-top:hover .product-title, .tab-navigation .nav-link:hover, .tab-navigation .nav-link.active, .mini-cart-2a.mini-cart-1 .middle h5 a:hover, .mini-cart-2a.mini-cart-1 .cross span:hover, .mini-cart-2a.mini-cart-2 .middle h5 a:hover, .mini-cart-2a.mini-cart-2 .cross span:hover, .mini-cart-2a.mini-cart-3 .middle h5 a:hover, .mini-cart-2a.mini-cart-3 .cross span:hover, .mini-cart-2a.mini-cart-4 .middle h5 a:hover, .mini-cart-2a.mini-cart-4 .cross span:hover, .mini-cart.mini-cart-1 .middle h5 a:hover, .mini-cart.mini-cart-1 .cross span:hover, .mini-cart.mini-cart-2 .middle h5 a:hover, .mini-cart.mini-cart-2 .cross span:hover, .mini-cart.mini-cart-3 .middle h5 a:hover, .mini-cart.mini-cart-3 .cross span:hover, .mini-cart.mini-cart-4 .middle h5 a:hover, .mini-cart.mini-cart-4 .cross span:hover, .single-search-product .desc .title:hover, .single-sidebar-product .desc .title:hover {
  background-image: -moz-linear-gradient(45deg, #2a95d9 0%, #08629a 100%);
  background-image: -webkit-linear-gradient(45deg, #2a95d9 0%, #08629a 100%);
  background-image: -ms-linear-gradient(45deg, #2a95d9 0%, #08629a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.primary-btn {
  background-color: #fff;
  border-radius: 20px;
  padding: 8px 35px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .primary-btn a {
    font-weight: 600;
    color: #000; }
  .primary-btn:hover {
    cursor: pointer;
    background-color: #287cb1; }
    .primary-btn:hover a {
      color: #fff; }

.navbar-brand img {
  height: 60px; }

.single-defination {
  padding-bottom: 30px; }

.primary-btn2 {
  display: inline-block;
  outline: none;
  line-height: 28px;
  padding: 0 30px;
  color: #fff;
  border: 1px solid #transparent;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .primary-btn2:hover {
    color: #fff; }
  .primary-btn2:focus {
    outline: none; }
  .primary-btn2.e-large {
    padding: 0 40px;
    line-height: 50px; }
  .primary-btn2.large {
    line-height: 45px; }
  .primary-btn2.medium {
    line-height: 30px; }
  .primary-btn2.small {
    line-height: 25px; }
  .primary-btn2.radius {
    border-radius: 3px; }
  .primary-btn2.circle {
    border-radius: 20px; }
  .primary-btn2.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .primary-btn2.arrow span {
      margin-left: 10px; }
  .primary-btn2.primary-border {
    color: #000;
    font-weight: 600;
    border: 1px solid #777777;
    background: #fff; }
    .primary-btn2.primary-border:hover {
      color: #fff;
      border: 1px solid #fff;
      border: none; }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.default-header {
  background-color: #fff;
  width: 100% !important;
  -webkit-box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
  box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3); }

.sticky-wrapper {
  height: 48px !important; }

.dropdown-item {
  font-size: 14px;
  width: auto !important;
  text-align: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 767px) {
    .dropdown-item {
      text-align: left;
      padding: 0.25rem; } }

@media (min-width: 768px) {
  .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .dropdown-menu {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; } }

.dropdown-menu {
  border-radius: 0;
  margin-top: 15px;
  border: none; }
  .dropdown-menu a {
    padding: 5px 15px; }
  @media (max-width: 767px) {
    .dropdown-menu {
      margin-top: 0px; } }

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: transparent; }

.banner-area {
  background: url("../img/men-bg.jpg") 0px 0px no-repeat;
  width: 100%;
  background-size: cover;
  height: auto;
  display: block; }

@media (max-width: 991px) {
  .banner-content {
    text-align: center; } }

.banner-content .title-top {
  font-size: 48px;
  font-weight: 400; }
  .banner-content .title-top span {
    font-size: 18px; }

.banner-content h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.15em;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .banner-content h1 {
      font-size: 36px; } }
  @media (max-width: 991px) {
    .banner-content h1 br {
      display: none; } }
  @media (max-width: 1199px) {
    .banner-content h1 {
      font-size: 45px; } }
  @media (max-width: 414px) {
    .banner-content h1 {
      font-size: 40px; } }

.banner-content p {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 300;
  max-width: 730px; }
  @media (max-width: 991px) {
    .banner-content p br {
      display: none; } }

@media (max-width: 991px) {
  .img-right img {
    width: 50%;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 767px) {
  .img-right img {
    width: 90%;
    margin-top: 40px; } }

.category-area .content {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden; }

.category-area .content .content-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }

.category-area .content-overlay {
  margin: 20px; }

.category-area .content:hover .content-overlay {
  opacity: .8; }

.category-area .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.category-area .content-title {
  font-size: 18px;
  color: #fff;
  font-weight: 500; }

.category-area .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1; }

.category-area .content-image {
  width: 100%; }

.category-area .content-details p {
  color: #fff;
  font-size: 0.8em; }

.category-area .fadeIn-bottom {
  top: 80%; }

@media (max-width: 1024px) {
  .category-area .category-bottom .mb-30 {
    margin-bottom: 22px; } }

@media (max-width: 800px) {
  .category-area .category-bottom .mb-30 {
    margin-bottom: 14px; } }

.men-product-area {
  background-image: url(../img/men-bg.jpg); }
  .men-product-area .overlay-bg {
    opacity: .8; }
  .men-product-area .menu-content {
    z-index: 2; }

.single-product .price h5 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600; }

.single-product .price h3 {
  font-weight: 700; }

@media (max-width: 768px) {
  .single-product .price {
    text-align: center; } }

@media (max-width: 800px) {
  .single-product {
    margin-bottom: 20px; } }

.content {
  position: relative;
  max-width: 400px;
  margin: auto;
  overflow: hidden; }

.content .content-overlay {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }

.content:hover .content-overlay {
  opacity: .5; }

.content-image {
  width: 100%; }

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1; }

.fadeIn-bottom {
  top: 80%; }

.bottom {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .bottom a {
    display: inline-block;
    width: 25%;
    line-height: 40px;
    text-align: center; }
    .bottom a span {
      color: #fff; }
    .bottom a:hover {
      background: #fff;
      -webkit-box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1); }
      .bottom a:hover span {
        color: #222222; }

.countdown-area {
  background: #f9f9ff;
  position: relative;
  padding: 80px 0; }
  .countdown-area .countdown-content {
    position: relative;
    z-index: 3; }
  .countdown-area .countdown {
    background: #fff;
    border-radius: 3px;
    padding: 35px;
    margin-top: 30px;
    position: relative; }
    @media (max-width: 767px) {
      .countdown-area .countdown {
        padding: 15px; } }
    .countdown-area .countdown .view-btn {
      position: absolute;
      right: 20px;
      bottom: -20px; }
      @media (max-width: 767px) {
        .countdown-area .countdown .view-btn {
          bottom: -30px; } }
    .countdown-area .countdown .cd-img {
      position: absolute;
      left: -40%;
      top: 28%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 991px) {
        .countdown-area .countdown .cd-img {
          left: 0;
          width: 250px; } }
      @media (max-width: 767px) {
        .countdown-area .countdown .cd-img {
          display: none; } }
    .countdown-area .countdown .countdown-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 25px;
      position: relative; }
      @media (max-width: 767px) {
        .countdown-area .countdown .countdown-item {
          padding: 0 15px; } }
      .countdown-area .countdown .countdown-item:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 40px;
        background: #eee;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .countdown-area .countdown .countdown-item:first-child {
        padding-left: 0; }
        .countdown-area .countdown .countdown-item:first-child:before {
          width: 0px; }
      .countdown-area .countdown .countdown-item:last-child {
        padding-right: 0; }
      .countdown-area .countdown .countdown-item .countdown-timer {
        font-size: 36px;
        font-weight: 700;
        line-height: 36px;
        margin-bottom: 5px; }
        @media (max-width: 767px) {
          .countdown-area .countdown .countdown-item .countdown-timer {
            font-size: 24px;
            line-height: 30px; } }
  .countdown-area .view-btn {
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .countdown-area .view-btn:hover {
      color: #fff; }

.related-content {
  margin-bottom: 80px; }

.single-related-product .desc {
  margin: 15px; }

.single-related-product .price {
  font-weight: 600;
  color: #000; }

.single-related-product a {
  color: #000; }

.logo-wrap {
  padding: 60px 65px;
  background-color: white;
  -webkit-box-shadow: -21.213px 21.213px 30px 0px rgba(157, 157, 157, 0.2);
  box-shadow: -21.213px 21.213px 30px 0px rgba(157, 157, 157, 0.2); }

.single-img img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .single-img img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%); }
  @media (max-width: 800px) {
    .single-img img {
      margin-bottom: 40px; } }

.footer-area {
  padding-top: 50px;
  background-color: #222222; }
  .footer-area p h6 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600; }

.copy-right-text i, .copy-right-text a {
  color: #287cb1; }

.instafeed {
  margin: -5px; }
  .instafeed li {
    overflow: hidden;
    width: 25%; }
    .instafeed li img {
      margin: 5px; }

.footer-social a {
  padding-right: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

@media (max-width: 991px) {
  .footer-social {
    text-align: left; } }

.single-footer-widget input {
  border: none;
  width: 80% !important;
  font-weight: 300;
  background: #191919;
  color: #777;
  padding-left: 20px;
  border-radius: 0;
  font-size: 14px; }
  .single-footer-widget input:focus {
    background-color: #191919; }

.single-footer-widget .bb-btn {
  color: #fff;
  font-weight: 300;
  border-radius: 0;
  z-index: 9999;
  cursor: pointer; }

.single-footer-widget .info {
  position: absolute;
  margin-top: 20%;
  color: #fff;
  font-size: 12px; }
  .single-footer-widget .info.valid {
    color: green; }
  .single-footer-widget .info.error {
    color: red; }

.single-footer-widget .click-btn {
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 12px;
  border: 0; }

.single-footer-widget ::-moz-selection {
  /* Code for Firefox */
  background-color: #191919 !important;
  color: #777777; }

.single-footer-widget ::selection {
  background-color: #191919 !important;
  color: #777777; }

.single-footer-widget ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300; }

.single-footer-widget :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300; }

.single-footer-widget ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300; }

.single-footer-widget :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300; }

.single-footer-widget ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300; }

@media (max-width: 991px) {
  .single-footer-widget {
    margin-bottom: 30px; } }

.footer-text {
  padding-top: 10px;
  font-size: 13px; }

.whole-wrap {
  background-color: #fff; }

.generic-banner .height {
  height: 600px; }
  @media (max-width: 767px) {
    .generic-banner .height {
      height: 400px; } }

.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .generic-banner .generic-banner-content h2 br {
      display: none; } }

.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px; }
  @media (max-width: 991px) {
    .generic-banner .generic-banner-content p br {
      display: none; } }

.generic-content h1 {
  font-weight: 600; }

.about-generic-area {
  background: #fff; }
  .about-generic-area .border-top-generic {
    border-top: 1px dotted #eee; }
  .about-generic-area p {
    margin-bottom: 20px; }

.white-bg {
  background: #fff; }

.section-top-border {
  padding: 70px 0;
  border-top: 1px dotted #eee; }

.section-top-border1 {
  padding-top: 70px; }
  .section-top-border1 i {
    font-size: 60px;
    padding-bottom: 20px;
    color: #287cb1; }

.switch-wrap {
  margin-bottom: 10px; }
  .switch-wrap p {
    margin: 0; }

.quick-view-content {
  padding: 20px 50px 20px 10px; }
  @media (max-width: 991px) {
    .quick-view-content {
      padding: 50px; } }
  @media (max-width: 767px) {
    .quick-view-content {
      padding: 30px 15px; } }
  .quick-view-content .head {
    margin-bottom: 10px;
    font-weight: 400; }
  .quick-view-content .price {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px; }
  .quick-view-content .available span {
    color: #222222; }
  .quick-view-content .content {
    margin: 20px 0; }
  .quick-view-content .top {
    padding-bottom: 25px;
    border-bottom: 1px dotted #eee; }
  .quick-view-content .middle {
    padding-bottom: 25px;
    border-bottom: 1px dotted #eee; }
  .quick-view-content .bottom {
    padding: 25px 0; }
    .quick-view-content .bottom .view-btn {
      padding: 0 30px; }
  .quick-view-content .color-picker .single-pick {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px; }
    .quick-view-content .color-picker .single-pick:nth-child(1) {
      margin-left: 10px;
      background: #9906e5; }
    .quick-view-content .color-picker .single-pick:nth-child(2) {
      background: #ff6600; }
    .quick-view-content .color-picker .single-pick:nth-child(3) {
      background: #03c197; }
    .quick-view-content .color-picker .single-pick:nth-child(4) {
      background: #068fe5; }
    .quick-view-content .color-picker .single-pick:nth-child(5) {
      background: #e506ae; }
  .quick-view-content .like-btn {
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    background: #f9fafc;
    margin-left: 10px; }
    .quick-view-content .like-btn span {
      color: #222222; }
    .quick-view-content .like-btn:hover {
      background: #fff;
      -webkit-box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1); }

.top-section-area .top-left h1 {
  font-size: 48px; }
  @media (max-width: 768px) {
    .top-section-area .top-left h1 {
      font-size: 35px; } }

.top-section-area .top-left ul {
  text-align: left; }
  .top-section-area .top-left ul li {
    display: inline-block; }
    .top-section-area .top-left ul li a {
      font-size: 14px;
      font-weight: 400;
      color: #fff; }
    .top-section-area .top-left ul li .lnr {
      color: #fff;
      font-weight: 900;
      margin: 0px 20px; }
  @media (max-width: 800px) {
    .top-section-area .top-left ul {
      text-align: left;
      margin-top: 30px; } }

.details-tab-navigation {
  background: #f9fafc; }
  .details-tab-navigation .nav-tabs {
    border: none; }
  .details-tab-navigation .nav-link {
    border: 1px solid #eee;
    background: #fff;
    color: #000;
    padding: 0 30px;
    line-height: 35px;
    margin: 10px 3px;
    border-radius: 0px; }
    .details-tab-navigation .nav-link:hover {
      color: #fff;
      border: 1px solid transparent; }
    .details-tab-navigation .nav-link.active {
      color: #fff;
      border: 1px solid transparent; }

.description {
  padding: 0px;
  border-top: 0px; }
  .description b {
    font-weight: bold;
    color: #000; }
  .description p {
    line-height: 24px; }
  .description ol {
    padding-top: 20px;
    padding-bottom: 20px; }
  .description ul {
    padding-top: 20px;
    padding-bottom: 20px; }
  .description li {
    margin-bottom: 10px;
    padding-left: 15px;
    border-left: 2px solid #287cb1; }
  .description a {
    color: #287cb1; }
    .description a:hover {
      text-decoration: underline; }
  @media (max-width: 767px) {
    .description {
      padding: 30px 10px; } }

.p-bot-100 {
  padding-bottom: 100px; }

.p-bot-50 {
  padding-bottom: 50px; }

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

.specification-table {
  padding: 30px;
  border: 1px solid #eee;
  border-top: 0px; }
  @media (max-width: 767px) {
    .specification-table {
      padding: 30px 10px; } }
  .specification-table .single-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee; }
    .specification-table .single-row span {
      width: 50%; }
      .specification-table .single-row span:first-child {
        margin-left: 50px; }
        @media (max-width: 767px) {
          .specification-table .single-row span:first-child {
            margin-left: 0; } }
    .specification-table .single-row:last-child {
      border-bottom: 0px; }

.review-wrapper {
  padding: 30px;
  border: 1px solid #eee;
  border-top: 0px; }
  @media (max-width: 767px) {
    .review-wrapper {
      padding: 30px 10px; } }

.review-overall {
  width: 235px;
  padding: 30px 0;
  border: 1px solid #eee;
  background: #f9fafc;
  text-align: center; }
  .review-overall h3 {
    font-weight: 500; }
  .review-overall .main-review {
    color: #287cb1;
    font-size: 48px;
    font-weight: 700;
    padding: 15px 0; }

.review-count {
  margin-left: 30px; }
  .review-count h4 {
    margin-bottom: 5px; }
  @media (max-width: 575px) {
    .review-count {
      margin-top: 30px; } }

.single-review-count .total-star {
  margin: 0 10px; }

.total-star i {
  display: inline-block;
  margin: 0 1px;
  color: #cccccc; }

.total-star.five-star i:nth-child(-n+5) {
  color: #fbd600; }

.total-star.four-star i:nth-child(-n+4) {
  color: #fbd600; }

.total-star.three-star i:nth-child(-n+3) {
  color: #fbd600; }

.total-star.two-star i:nth-child(-n+2) {
  color: #fbd600; }

.total-star.one-star i:nth-child(-n+1) {
  color: #fbd600; }

.total-comment {
  margin-top: 30px; }
  .total-comment .single-comment .user-details img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px; }
  @media (max-width: 575px) {
    .total-comment .single-comment .user-details .user-name {
      margin-top: 10px; } }
  .total-comment .single-comment .user-details .user-name h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px; }
  .total-comment .single-comment .user-comment {
    margin-top: 15px;
    margin-bottom: 30px; }

.add-review h3 {
  margin-bottom: 20px; }

.main-form {
  text-align: right; }
  .main-form .view-btn {
    border: 0px;
    cursor: pointer;
    margin-top: 10px; }

.common-input {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  line-height: 40px;
  padding: 0 30px;
  margin-top: 10px; }
  @media (max-width: 575px) {
    .common-input {
      padding: 0 10px; } }
  .common-input:focus {
    outline: none; }
  .common-input.mt-20 {
    margin-top: 20px; }

.common-textarea {
  display: block;
  width: 100%;
  height: 100px;
  border: 1px solid #eee;
  padding: 10px 30px;
  margin-top: 10px; }
  @media (max-width: 575px) {
    .common-textarea {
      padding: 10px; } }
  .common-textarea:focus {
    outline: none; }

.reply-comment {
  margin-left: 30px; }

.quick-view-carousel-details {
  position: relative; }
  .quick-view-carousel-details .item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    height: 600px;
    display: block; }
    @media (max-width: 767px) {
      .quick-view-carousel-details .item {
        height: 300px; } }
  .quick-view-carousel-details .owl-controls {
    position: absolute;
    bottom: 20px;
    right: 20px; }
    @media (max-width: 991px) {
      .quick-view-carousel-details .owl-controls {
        display: none; } }
    .quick-view-carousel-details .owl-controls .owl-dots {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .quick-view-carousel-details .owl-controls .owl-dots .owl-dot {
        width: 60px;
        height: 60px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        margin-left: 10px; }
        .quick-view-carousel-details .owl-controls .owl-dots .owl-dot:nth-child(1) {
          background: url(../img/ob1.jpg);
          margin-left: 0; }
        .quick-view-carousel-details .owl-controls .owl-dots .owl-dot:nth-child(2) {
          background: url(../img/ob2.jpg); }
        .quick-view-carousel-details .owl-controls .owl-dots .owl-dot:nth-child(3) {
          background: url(../img/ob3.jpg); }
        .quick-view-carousel-details .owl-controls .owl-dots .owl-dot.active {
          -webkit-box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
          position: relative; }
          .quick-view-carousel-details .owl-controls .owl-dots .owl-dot.active:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: .8;
            left: 0;
            top: 0; }

.organic-body .quick-view-carousel .owl-controls .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .organic-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(1) {
    background: url(../img/organic-food/ob1.jpg);
    margin-left: 0; }
  .organic-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(2) {
    background: url(../img/organic-food/ob2.jpg); }
  .organic-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(3) {
    background: url(../img/organic-food/ob3.jpg); }

.organic-body .organic span {
  color: #fff; }

.organic-product-top .single-product-top {
  height: 500px;
  padding: 40px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }
  @media (max-width: 991px) {
    .organic-product-top .single-product-top {
      padding: 20px; } }
  .organic-product-top .single-product-top.middle {
    height: 235px; }
  .organic-product-top .single-product-top .product-title {
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 21px; }

@media (max-width: 991px) {
  .organic-product-top .middle-section {
    margin: 30px 0; } }

.tab-navigation .nav-tabs {
  border: none; }

.tab-navigation .nav-link {
  border: none;
  background: #f9fafc;
  padding: 0 30px;
  line-height: 35px;
  margin: 10px 3px;
  border-radius: 3px; }
  .tab-navigation .nav-link:hover {
    -webkit-box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1); }
  .tab-navigation .nav-link.active {
    -webkit-box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1); }

.single-product .content-box {
  background: #fff;
  padding: 30px;
  min-height: 300px; }
  .single-product .content-box h3 {
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 20px; }

.genric-btn {
  position: absolute;
  bottom: 30px; }

label {
  margin-bottom: 0; }

.view-btn {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
  padding: 0 30px;
  cursor: pointer;
  min-width: 172px; }
  .view-btn.color-2:after {
    border-radius: 0; }
  .view-btn span {
    font-weight: 400; }

.billing-form-page .common-input {
  padding: 0 15px; }

.billing-form-page .common-textarea {
  padding: 10px 15px; }

.billing-form-page .view-btn {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
  padding: 0 30px;
  cursor: pointer;
  min-width: 172px; }
  .billing-form-page .view-btn.color-2:after {
    border-radius: 0; }
  .billing-form-page .view-btn span {
    font-weight: 400; }

.checkput-login .top-title {
  padding: 10px 15px; }
  .checkput-login .top-title p {
    margin: 0;
    color: #fff; }
    .checkput-login .top-title p a {
      color: #fff;
      text-decoration: underline; }

.checkout-login-collapse {
  padding: 20px; }
  @media (max-width: 575px) {
    .checkout-login-collapse {
      padding: 20px 0; } }

.pixel-checkbox + label {
  margin-left: 10px; }

.billing-title {
  border-bottom: 1px solid #ddd;
  line-height: 1.3em;
  padding-bottom: 10px; }
  .billing-title.pl-15 {
    padding-left: 15px; }
    @media (max-width: 575px) {
      .billing-title.pl-15 {
        padding-left: 0; } }

.billing-form .common-input {
  margin-top: 20px; }

.billing-form .sorting {
  margin-top: 20px;
  margin-right: 0; }
  .billing-form .sorting .nice-select {
    width: 100%; }
    .billing-form .sorting .nice-select .list {
      width: 100%; }

.order-wrapper {
  background: #f9fafc;
  padding: 20px 15px; }
  .order-wrapper .list-row {
    border-bottom: 1px solid #eee;
    padding: 10px 0; }
    .order-wrapper .list-row h6 {
      text-transform: uppercase; }
    .order-wrapper .list-row .total {
      font-weight: 500;
      color: #222222; }
  .order-wrapper .bold-lable {
    font-weight: 700;
    text-transform: uppercase;
    color: #222222; }
  .order-wrapper .payment-info {
    margin-top: 20px;
    background: #f5f5f5;
    border-top: 1px solid #eee;
    padding: 15px; }
  .order-wrapper .terms-link {
    color: #43b253; }
  .order-wrapper .pixel-checkbox {
    margin-top: 5px; }

.cart-title {
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .cart-title {
      display: none; } }

.cart-single-item {
  border-top: 1px solid #eee;
  padding: 15px 0; }
  .cart-single-item .product-item {
    margin-left: 15px; }
    @media (max-width: 767px) {
      .cart-single-item .product-item {
        margin-left: 0; } }
    .cart-single-item .product-item img {
      border: 1px solid #eee;
      border-radius: 3px; }
    .cart-single-item .product-item h6 {
      color: #000;
      margin-left: 30px;
      font-weight: 400; }
  .cart-single-item .price, .cart-single-item .total {
    font-size: 18px;
    font-weight: 500;
    color: #222222; }
  .cart-single-item .quantity-container .quantity-amount {
    color: #222222;
    font-weight: 500;
    font-size: 18px;
    border-radius: 20px 0 0 20px;
    width: 60px; }
  .cart-single-item .quantity-container .arrow-btn {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    border-left: 1px solid #eee; }
    .cart-single-item .quantity-container .arrow-btn .arrow {
      padding-right: 15px; }

.cupon-area {
  padding: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  @media (max-width: 767px) {
    .cupon-area {
      padding-left: 0;
      padding-right: 0; } }
  .cupon-area .view-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    cursor: pointer;
    border: 1px solid #eee;
    padding: 0 30px; }
    .cupon-area .view-btn.color-2:after {
      border-radius: 0; }
    .cupon-area .view-btn span {
      font-weight: 400; }
  .cupon-area .cuppon-wrap .view-btn {
    border-radius: 0; }
    .cupon-area .cuppon-wrap .view-btn.color-2:after {
      border-radius: 0; }
  .cupon-area .cupon-code {
    display: none; }
    @media (max-width: 767px) {
      .cupon-area .cupon-code {
        margin-top: 10px; } }
    .cupon-area .cupon-code input {
      border: 1px solid #eee;
      line-height: 40px;
      padding: 0 15px;
      width: 200px;
      border-right: 0px;
      margin-right: -5px; }
    .cupon-area .cupon-code button {
      border-right: 0;
      cursor: pointer; }
      @media (max-width: 575px) {
        .cupon-area .cupon-code button {
          border-right: 1px solid #eee; } }
      .cupon-area .cupon-code button:focus {
        outline: none; }
    .cupon-area .cupon-code .view-btn {
      border-radius: 0; }
      .cupon-area .cupon-code .view-btn:after {
        border-radius: 0; }

.subtotal-area {
  padding: 15px;
  border-bottom: 1px solid #eee; }
  .subtotal-area .subtotal {
    margin-left: 200px;
    font-weight: 500;
    color: #222222;
    font-size: 18px; }

.shipping-area {
  padding: 15px;
  border-bottom: 1px solid #eee; }
  .shipping-area .filter-list label {
    margin-right: 10px; }
  .shipping-area .calculate {
    margin-right: 43px; }
  .shipping-area .view-btn {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
    padding: 0 30px;
    cursor: pointer;
    width: 172px; }
    .shipping-area .view-btn.color-2:after {
      border-radius: 0; }
    .shipping-area .view-btn span {
      font-weight: 400; }
  .shipping-area .sorting {
    margin-right: 0;
    width: 300px; }
    .shipping-area .sorting .nice-select {
      width: 100%; }
    .shipping-area .sorting .list {
      width: 100%; }
  .shipping-area .common-input {
    padding: 0 15px; }

.quantity-container .quantity-amount {
  width: 50px;
  line-height: 36px;
  border: 1px solid #eeeeee;
  border-right: 0px;
  border-radius: 3px;
  margin-right: -3px;
  padding-left: 20px; }

.quantity-container .arrow {
  height: 17px;
  padding-left: 15px;
  border: none;
  cursor: pointer;
  background: #fff; }
  .quantity-container .arrow:focus {
    outline: none; }
  .quantity-container .arrow span {
    font-size: 12px; }

.quantity-container .arrow-btn {
  padding: 1px 0 3px 0;
  border: 1px solid #eeeeee;
  border-left: 0px;
  border-radius: 3px; }

.order-rable {
  width: 100%;
  padding: 15px;
  display: block; }
  @media (max-width: 575px) {
    .order-rable {
      padding: 15px 0; } }
  .order-rable tr td {
    width: 50%; }
    .order-rable tr td:last-child {
      color: #222222;
      font-weight: 500; }

.login-form {
  padding: 30px;
  background: #f9fafc;
  height: 100%; }
  .login-form a:hover {
    color: #44b253; }

.register-form {
  padding: 30px 30px 100px 30px; }
  @media (max-width: 767px) {
    .register-form {
      margin-top: 30px; } }
  .register-form .billing-title {
    color: #fff;
    border-bottom: 1px solid #fff; }
  .register-form p {
    color: #fff; }
  .register-form .common-input {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #fff; }
    .register-form .common-input:focus {
      border: 1px solid white; }
  .register-form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
    font-weight: 300; }
  .register-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
    font-weight: 300; }
  .register-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
    font-weight: 300; }
  .register-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-weight: 300; }
  .register-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    font-weight: 300; }

.order-tracking {
  padding: 30px;
  background: #f9fafc; }

.load-product {
  display: none; }

.section-gap {
  padding: 100px 0; }

.cart-btn {
  display: inline-block;
  height: 40px;
  width: 174px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  overflow: hidden; }
  .cart-btn span {
    color: #222222;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .cart-btn .cart {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }
  .cart-btn .lnr-cart {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .cart-btn:hover .cart {
    margin-top: -30px; }
  .cart-btn:hover .lnr-cart {
    margin-top: 0; }

.mini-cart-2a {
  width: 290px;
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 50px;
  right: 15px;
  display: none;
  z-index: 5; }
  @media (max-width: 767px) {
    .mini-cart-2a {
      height: 200px;
      overflow-y: scroll; } }
  @media (max-width: 575px) {
    .mini-cart-2a {
      height: 300px;
      overflow-y: scroll; } }
  .mini-cart-2a .mini-border {
    width: 100%;
    height: 1px; }
  .mini-cart-2a.showing {
    display: block; }
  .mini-cart-2a .total-amount {
    border-bottom: 1px dotted #eee;
    padding: 20px;
    background: #f9fafc; }
    .mini-cart-2a .total-amount .title span {
      color: #cccccc; }
    .mini-cart-2a .total-amount .amount {
      font-size: 24px;
      color: #222222; }
  .mini-cart-2a .single-cart-item {
    padding: 20px;
    border-bottom: 1px dotted #eee; }
    .mini-cart-2a .single-cart-item .middle {
      padding: 0 10px; }
      .mini-cart-2a .single-cart-item .middle h5 a {
        font-size: 14px;
        font-weight: 400;
        background: -webkit-linear-gradient(-180deg, #555555, #555555);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .mini-cart-2a .single-cart-item .middle h6 {
        font-weight: 700;
        margin-top: 5px; }
    .mini-cart-2a .single-cart-item .cross {
      cursor: pointer; }
      .mini-cart-2a .single-cart-item .cross span {
        background: -webkit-linear-gradient(-180deg, #777, #777);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  .mini-cart-2a .proceed-btn {
    padding: 20px; }
    .mini-cart-2a .proceed-btn .view-btn {
      width: 100%;
      text-align: center; }
  .mini-cart-2a.mini-cart-4 {
    right: 0; }

.mini-cart {
  width: 290px;
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 50px;
  right: 15px;
  display: none;
  z-index: 5; }
  @media (max-width: 767px) {
    .mini-cart {
      height: 200px;
      overflow-y: scroll; } }
  @media (max-width: 575px) {
    .mini-cart {
      height: 300px;
      overflow-y: scroll; } }
  .mini-cart .mini-border {
    width: 100%;
    height: 1px; }
  .mini-cart.showing {
    display: block; }
  .mini-cart .total-amount {
    border-bottom: 1px dotted #eee;
    padding: 20px;
    background: #f9fafc; }
    .mini-cart .total-amount .title span {
      color: #cccccc; }
    .mini-cart .total-amount .amount {
      font-size: 24px;
      color: #222222; }
  .mini-cart .single-cart-item {
    padding: 20px;
    border-bottom: 1px dotted #eee; }
    .mini-cart .single-cart-item .middle {
      padding: 0 10px; }
      .mini-cart .single-cart-item .middle h5 a {
        font-size: 14px;
        font-weight: 400;
        background: -webkit-linear-gradient(-180deg, #555555, #555555);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .mini-cart .single-cart-item .middle h6 {
        font-weight: 700;
        margin-top: 5px; }
    .mini-cart .single-cart-item .cross {
      cursor: pointer; }
      .mini-cart .single-cart-item .cross span {
        background: -webkit-linear-gradient(-180deg, #777, #777);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  .mini-cart .proceed-btn {
    padding: 20px; }
    .mini-cart .proceed-btn .view-btn {
      width: 100%;
      text-align: center; }
  .mini-cart.mini-cart-4 {
    right: 0; }
    @media (max-width: 767px) {
      .mini-cart.mini-cart-4 {
        right: -40px; } }

.item-cart {
  display: inline-block;
  line-height: 40px;
  border-radius: 20px;
  text-transform: uppercase;
  width: 170px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  -o-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
  color: #fff; }
  .item-cart:hover {
    color: #fff; }

.submit-btn {
  display: inline-block;
  line-height: 42px;
  border-radius: 20px;
  text-transform: uppercase;
  padding: 0 40px;
  text-align: center;
  z-index: 4;
  color: #fff;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  -o-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0; }

.view-btn {
  display: inline-block;
  line-height: 40px;
  padding: 0 40px;
  text-align: center;
  background: #287cb1;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  position: relative; }
  .view-btn span {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3; }
  .view-btn i {
    color: #222222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3; }
  .view-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .view-btn.reply {
    padding: 0 30px;
    text-transform: capitalize;
    border-radius: 20px;
    margin-left: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee; }
    @media (max-width: 575px) {
      .view-btn.reply {
        width: 160px; } }
    .view-btn.reply span {
      font-weight: 300;
      margin-left: 10px; }
    .view-btn.reply:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: 2;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .view-btn.reply:hover {
      border: 1px solid transparent; }
  .view-btn:hover:after {
    opacity: 1; }
  .view-btn:hover span {
    color: #fff; }
  .view-btn:hover i {
    color: #fff; }

.section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
  .section-title h3 {
    font-size: 24px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .section-title h3 {
        width: 45%;
        font-size: 20px; } }

.furniture-section-title {
  margin-bottom: 30px;
  padding: 10px 0;
  border-bottom: 1px dotted #eeeeee; }
  .furniture-section-title h3 {
    font-size: 24px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .furniture-section-title h3 {
        width: 100%;
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .furniture-section-title .view-btn {
      width: 100%; } }

.jewellery-section-title img {
  margin-bottom: 10px; }

.jewellery-section-title h3 {
  margin-bottom: 10px;
  position: relative; }
  .jewellery-section-title h3:before {
    position: absolute;
    content: "";
    width: 25%;
    height: 1px;
    background: #eeeeee;
    left: 0;
    bottom: 5px; }
    @media (max-width: 767px) {
      .jewellery-section-title h3:before {
        display: none; } }
  .jewellery-section-title h3:after {
    position: absolute;
    content: "";
    width: 25%;
    height: 1px;
    background: #eeeeee;
    right: 0;
    bottom: 5px; }
    @media (max-width: 767px) {
      .jewellery-section-title h3:after {
        display: none; } }

.testimonial-section-title {
  padding-right: 50px; }
  .testimonial-section-title img {
    margin-bottom: 10px; }
  .testimonial-section-title h3 {
    margin-bottom: 10px;
    position: relative;
    display: inline-block; }
    .testimonial-section-title h3:after {
      position: absolute;
      content: "";
      width: 200px;
      height: 1px;
      background: #eeeeee;
      left: 110%;
      bottom: 5px; }
      @media (max-width: 767px) {
        .testimonial-section-title h3:after {
          display: none; } }

.organic-section-title {
  overflow: hidden; }
  .organic-section-title h3 {
    text-transform: uppercase;
    display: inline-block;
    position: relative; }
    .organic-section-title h3:before {
      position: absolute;
      content: "";
      height: 1px;
      width: 500px;
      background: url(../img/logo/title-line.png) repeat;
      top: 50%;
      right: 120%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .organic-section-title h3:after {
      position: absolute;
      content: "";
      height: 1px;
      width: 500px;
      background: url(../img/logo/title-line.png) repeat;
      top: 50%;
      left: 120%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.organic-section-title-left {
  padding: 15px 0;
  overflow: hidden;
  position: relative; }
  .organic-section-title-left h3 {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-left: 50px; }
    @media (max-width: 767px) {
      .organic-section-title-left h3 {
        margin-left: 0;
        width: 50%; } }
    .organic-section-title-left h3:before {
      position: absolute;
      content: "";
      height: 1px;
      width: 200px;
      background: url(../img/logo/title-line.png) repeat;
      top: 50%;
      right: 107%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        .organic-section-title-left h3:before {
          display: none; } }
    .organic-section-title-left h3:after {
      position: absolute;
      content: "";
      height: 1px;
      width: 2000px;
      background: url(../img/logo/title-line.png) repeat;
      top: 50%;
      left: 107%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        .organic-section-title-left h3:after {
          display: none; } }
  .organic-section-title-left .carousel-trigger {
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 2;
    padding: 7px 15px;
    background: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media (max-width: 767px) {
      .organic-section-title-left .carousel-trigger {
        right: 0; } }
    .organic-section-title-left .carousel-trigger .prev-trigger {
      margin-right: 5px; }
    .organic-section-title-left .carousel-trigger .next-trigger {
      margin-left: 5px; }
    .organic-section-title-left .carousel-trigger .prev-trigger, .organic-section-title-left .carousel-trigger .next-trigger {
      width: 40px;
      height: 40px;
      text-align: center;
      border-radius: 50%;
      background: #fff;
      -webkit-box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      z-index: 3;
      position: relative; }
      .organic-section-title-left .carousel-trigger .prev-trigger span, .organic-section-title-left .carousel-trigger .next-trigger span {
        line-height: 40px;
        position: relative;
        z-index: 3;
        display: inline-block;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .organic-section-title-left .carousel-trigger .prev-trigger:after, .organic-section-title-left .carousel-trigger .next-trigger:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .organic-section-title-left .carousel-trigger .prev-trigger:hover, .organic-section-title-left .carousel-trigger .next-trigger:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
        .organic-section-title-left .carousel-trigger .prev-trigger:hover:after, .organic-section-title-left .carousel-trigger .next-trigger:hover:after {
          opacity: 1; }
        .organic-section-title-left .carousel-trigger .prev-trigger:hover span, .organic-section-title-left .carousel-trigger .next-trigger:hover span {
          color: #fff; }

.banner-discount {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  position: absolute;
  background: url(../img/logo/discount-shape.svg) no-repeat center center/cover;
  z-index: 5; }
  .banner-discount .offer {
    margin-top: 7px;
    position: relative;
    color: #fff;
    z-index: 5; }
    .banner-discount .offer b {
      font-size: 24px;
      font-weight: 700; }

.single-search-product {
  padding: 15px 0;
  position: relative; }
  .single-search-product img {
    max-width: 70px;
    height: auto; }
  .single-search-product .desc {
    margin-left: 15px;
    margin-top: 5px; }
    .single-search-product .desc .title {
      margin-bottom: 5px;
      display: inline-block;
      background: -webkit-linear-gradient(-180deg, #555555, #555555);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .single-search-product .desc .price {
      font-weight: 700;
      color: #222222; }
      .single-search-product .desc .price span {
        font-weight: 700; }
      .single-search-product .desc .price del {
        font-size: 12px;
        color: #cccccc;
        font-weight: 400; }
  .single-search-product:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #eeeeee;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .single-search-product:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .single-search-product:hover:before {
    width: 100%; }

.single-organic-product {
  margin-top: 30px;
  padding: 30px 20px 0 20px;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  position: relative; }
  .single-organic-product:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 0%;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .single-organic-product .price {
    margin-top: 10px;
    margin-bottom: 5px; }
    .single-organic-product .price del {
      font-size: 14px;
      color: #cccccc;
      font-weight: 400; }
  .single-organic-product .bottom {
    width: 160px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px 20px 0 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .single-organic-product .bottom a {
      display: inline-block;
      width: 25%;
      line-height: 40px; }
      .single-organic-product .bottom a span {
        color: #fff; }
      .single-organic-product .bottom a:hover {
        background: #fff; }
        .single-organic-product .bottom a:hover span {
          color: #222222; }
  .single-organic-product .text {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .single-organic-product .discount {
    width: 60px;
    line-height: 30px;
    border-radius: 3px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    color: #222222;
    text-align: center;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 4;
    -webkit-box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1); }
  .single-organic-product:hover {
    -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1); }
    .single-organic-product:hover .bottom {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }
    .single-organic-product:hover:after {
      width: 100%; }
    .single-organic-product:hover .text {
      opacity: 0; }
    .single-organic-product:hover .discount {
      color: #fff; }

@media (min-width: 1200px) {
  .product-6col .single-organic-product .bottom {
    width: 120px; } }

.single-furniture-product {
  margin-top: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative; }
  .single-furniture-product .thumb {
    border: 15px solid #f9fafc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #f9fafc; }
  .single-furniture-product .desc {
    padding: 20px 15px 10px 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .single-furniture-product .desc p {
      margin-bottom: 10px; }
  .single-furniture-product .bottom {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 20px;
    width: 160px;
    height: 40px;
    margin-right: auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .single-furniture-product .bottom a {
      display: inline-block;
      width: 25%;
      line-height: 40px;
      text-align: center; }
      .single-furniture-product .bottom a span {
        color: #fff; }
      .single-furniture-product .bottom a:hover {
        background: #fff;
        -webkit-box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1); }
        .single-furniture-product .bottom a:hover span {
          color: #222222; }
  .single-furniture-product .discount {
    width: 60px;
    line-height: 30px;
    border-radius: 3px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    color: #222222;
    text-align: center;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 4;
    -webkit-box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1); }
  .single-furniture-product:hover {
    -webkit-box-shadow: 2.828px 2.828px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2.828px 2.828px 25px 0px rgba(0, 0, 0, 0.1); }
    .single-furniture-product:hover .desc {
      padding: 5px 15px 25px 15px; }
    .single-furniture-product:hover .thumb {
      border: 15px solid #fff; }
    .single-furniture-product:hover .discount {
      color: #fff; }

.jewellery-single-product {
  margin-top: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .jewellery-single-product .top {
    padding: 40px 40px 0 40px;
    text-align: center; }
  .jewellery-single-product .desc {
    margin-top: 10px;
    text-align: center;
    padding-bottom: 40px; }
    .jewellery-single-product .desc h6 {
      font-family: Arial, sans-serif;
      font-weight: 400;
      margin-bottom: 8px; }
    .jewellery-single-product .desc h5 {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      font-family: Arial, sans-serif;
      font-weight: 700;
      margin-bottom: 8px; }
      .jewellery-single-product .desc h5 del {
        color: #cccccc;
        font-weight: 400;
        font-size: 12px; }
    .jewellery-single-product .desc .icon-group span {
      color: #6a12c9;
      padding: 0 2px; }
  .jewellery-single-product .bottom {
    background: #f9fafc; }
    .jewellery-single-product .bottom a {
      width: 40px;
      line-height: 40px;
      border-right: 1px solid #eee;
      text-align: center;
      color: #222222; }
      .jewellery-single-product .bottom a:last-child {
        border-right: 0px; }
      .jewellery-single-product .bottom a:hover {
        background: #fff; }
  .jewellery-single-product:hover {
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1); }
    .jewellery-single-product:hover h5 {
      color: #6f0fce; }
      .jewellery-single-product:hover h5 del {
        color: #cccccc; }
  .jewellery-single-product .discount {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3; }
    .jewellery-single-product .discount .st0 {
      fill: #fff; }
    .jewellery-single-product .discount .st1 {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      fill-rule: evenodd;
      clip-rule: evenodd;
      fill: none;
      stroke: #68489D;
      stroke-miterlimit: 10; }
    .jewellery-single-product .discount:hover .st0 {
      fill: #8421e1; }
    .jewellery-single-product .discount:hover .st1 {
      stroke: #fff; }
    .jewellery-single-product .discount span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .jewellery-single-product .discount:hover {
      color: #fff; }

.single-small-banner {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding: 20px;
  width: 32.36%; }
  @media (max-width: 767px) {
    .single-small-banner {
      width: 100%; } }
  .single-small-banner:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 200px;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(25deg);
    -ms-transform: translateY(-50%) rotate(25deg);
    transform: translateY(-50%) rotate(25deg);
    background: rgba(0, 0, 0, 0.05); }
  .single-small-banner:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 200px;
    left: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(25deg);
    -ms-transform: translateY(-50%) rotate(25deg);
    transform: translateY(-50%) rotate(25deg);
    background: rgba(0, 0, 0, 0.05); }
  .single-small-banner.color-1 {
    background: #3fcaff; }
  .single-small-banner.color-2 {
    background: #ffcc00; }
  .single-small-banner.color-3 {
    background: #e10101; }
  .single-small-banner .desc {
    margin-left: 10px; }
    .single-small-banner .desc h5 {
      text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.15);
      font-size: 16px;
      margin-bottom: 3px; }
    .single-small-banner .desc p {
      margin: 0;
      text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.15); }

.single-sidebar-product {
  padding: 15px 0;
  overflow: hidden;
  position: relative; }
  .single-sidebar-product img {
    max-width: 70px;
    height: auto; }
  .single-sidebar-product .desc {
    margin-left: 12px;
    margin-top: 5px; }
    .single-sidebar-product .desc .title {
      margin-bottom: 5px;
      display: inline-block;
      background: -webkit-linear-gradient(-180deg, #555555, #555555);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .single-sidebar-product .desc .price {
      font-weight: 700;
      color: #222222; }
      .single-sidebar-product .desc .price span {
        font-weight: 700; }
      .single-sidebar-product .desc .price del {
        font-size: 12px;
        color: #cccccc;
        font-weight: 400; }
  .single-sidebar-product:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #eeeeee;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .single-sidebar-product:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .single-sidebar-product:hover:before {
    width: 100%; }
  .single-sidebar-product .dot-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5; }
    .single-sidebar-product .dot-bottom span {
      width: 3px;
      height: 1px;
      display: inline-block;
      background: transparent;
      position: relative;
      margin-left: 9px; }
      .single-sidebar-product .dot-bottom span:first-child {
        margin-left: 6px; }
      .single-sidebar-product .dot-bottom span:before {
        width: 3px;
        height: 1px;
        background: #fff;
        content: "";
        position: absolute;
        left: -3px;
        top: 0; }
      .single-sidebar-product .dot-bottom span:after {
        width: 3px;
        height: 1px;
        background: #fff;
        content: "";
        position: absolute;
        left: 3px;
        top: 0; }

.jewellery-tab-area ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 300px; }

.jewellery-tab-area ul.tabs li {
  background: #f9fafc;
  padding: 10px 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  height: 100px;
  border-bottom: 1px solid #fff; }

.jewellery-tab-area ul.tabs li.current {
  background: #fff; }

.jewellery-tab-area .tab-content {
  display: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }

.jewellery-tab-area .tab-content.current {
  display: inherit; }

.jewellery-tab-area .first-tab-content {
  background: #f9fafc;
  position: relative;
  min-height: 300px; }
  @media (max-width: 767px) {
    .jewellery-tab-area .first-tab-content {
      min-height: 350px; } }
  .jewellery-tab-area .first-tab-content .text-btn {
    width: 55%;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .jewellery-tab-area .first-tab-content .text-btn {
        width: 100%; } }
  .jewellery-tab-area .first-tab-content .left-img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 150px;
    height: auto; }
    @media (max-width: 767px) {
      .jewellery-tab-area .first-tab-content .left-img {
        display: none; } }
  .jewellery-tab-area .first-tab-content .right-img {
    position: absolute;
    bottom: 0;
    right: 0; }

.organic-breadcrumb {
  margin-bottom: 30px;
  margin-top: 30px; }

.breadcrumb-banner {
  padding: 30px 0 50px 0; }
  .breadcrumb-banner h1 {
    font-weight: 600;
    color: #fff; }
  .breadcrumb-banner p {
    margin-bottom: 0;
    color: #fff; }
  .breadcrumb-banner nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    -moz-justify-content: end;
    justify-content: end; }
    .breadcrumb-banner nav a {
      display: inline-block;
      color: #fff;
      font-weight: 400; }
      .breadcrumb-banner nav a:hover {
        color: #287cb1; }
    .breadcrumb-banner nav i {
      display: inline-block;
      margin: 0 10px;
      color: #fff; }
    .breadcrumb-banner nav span {
      color: #fff; }
  .breadcrumb-banner .col-first {
    margin-top: 20px;
    width: 38%;
    padding-right: 15px; }
    @media (max-width: 991px) {
      .breadcrumb-banner .col-first {
        width: 40%; } }
    @media (max-width: 991px) {
      .breadcrumb-banner .col-first {
        width: 100%;
        border-right: none; } }
    .breadcrumb-banner .col-first nav {
      margin-top: 20px; }
  .breadcrumb-banner .col-second {
    margin-top: 20px;
    width: 30%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 991px) {
      .breadcrumb-banner .col-second {
        width: 50%; } }
    @media (max-width: 991px) {
      .breadcrumb-banner .col-second {
        width: 100%; } }
  .breadcrumb-banner .col-third {
    margin-top: 20px;
    width: 27%; }
    @media (max-width: 991px) {
      .breadcrumb-banner .col-third {
        width: 100%; } }

.filter-bar {
  padding: 0px 20px 10px 20px;
  background: #f9fafc; }
  .filter-bar a, .filter-bar i {
    color: #000; }

.main-categories a {
  color: #000; }

.grid-btn, .list-btn {
  margin-top: 10px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  text-align: center;
  margin-right: 10px; }
  .grid-btn i, .list-btn i {
    display: inline-block; }
  .grid-btn:hover i, .list-btn:hover i {
    color: #fff; }
  .grid-btn.active i, .list-btn.active i {
    color: #fff; }

.sorting {
  margin-top: 10px;
  margin-right: 10px; }
  .sorting .nice-select {
    border-radius: 0px;
    border: 1px solid #eee;
    padding-right: 50px; }
    .sorting .nice-select:after {
      right: 18px; }
    .sorting .nice-select .list {
      border-radius: 0px; }

.pagination {
  margin-top: 10px;
  border-left: 1px solid #eee;
  border-radius: 0px; }
  .pagination a {
    width: 40px;
    line-height: 40px;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    display: inline-block;
    background: #fff; }
    .pagination a.active {
      border: 1px solid transparent;
      color: #fff; }
    .pagination a:hover {
      border: 1px solid transparent;
      color: #fff; }
  .pagination .dot-dot {
    width: auto;
    background: transparent;
    border-top: 0px;
    border-bottom: 0px;
    color: #cccccc;
    padding: 0 5px; }
    .pagination .dot-dot:hover {
      background: transparent;
      border: 0px;
      border-right: 1px solid #eee;
      color: #cccccc; }

.single-organic-product-list {
  padding: 30px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #eee;
  position: relative; }
  .single-organic-product-list .product-thumb {
    position: relative;
    z-index: 2;
    border: 1px solid #eee;
    border-radius: 3px;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 100%;
    min-height: 190px;
    max-width: 400px; }
  .single-organic-product-list .product-details {
    position: relative;
    z-index: 2;
    padding: 10px 70px 10px 20px; }
    @media (max-width: 767px) {
      .single-organic-product-list .product-details {
        padding: 20px 0; } }
    .single-organic-product-list .product-details h4 {
      margin-bottom: 10px;
      margin-top: 3px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .single-organic-product-list .product-details .rattings {
      margin-bottom: 20px; }
      .single-organic-product-list .product-details .rattings i {
        color: #fbd600;
        margin-right: 2px; }
      .single-organic-product-list .product-details .rattings span {
        margin-left: 5px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .single-organic-product-list .product-details .collect-info li {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .single-organic-product-list .product-details .collect-info li i {
        color: #44b253;
        margin-right: 10px; }
  .single-organic-product-list .price-wrap {
    position: relative;
    z-index: 2;
    padding: 10px 0; }
    .single-organic-product-list .price-wrap .avalability {
      margin-bottom: 0px;
      border-bottom: 1px solid #eee;
      padding-bottom: 3px; }
      .single-organic-product-list .price-wrap .avalability span {
        color: #44b253; }
    .single-organic-product-list .price-wrap .price {
      font-size: 24px;
      font-weight: 700;
      color: #222222;
      margin: 25px 0; }
    .single-organic-product-list .price-wrap .view-btn {
      width: 100%; }
    .single-organic-product-list .price-wrap .compare {
      margin-top: 20px; }
      .single-organic-product-list .price-wrap .compare p i {
        margin-right: 10px; }
  .single-organic-product-list:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1; }
  .single-organic-product-list:hover {
    padding: 30px; }
    .single-organic-product-list:hover:after {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }
    .single-organic-product-list:hover .product-details span {
      color: #fff; }
    .single-organic-product-list:hover .product-details p {
      color: #fff; }
    .single-organic-product-list:hover .product-details h4 {
      color: #fff; }
    .single-organic-product-list:hover .product-details .rattings {
      margin-bottom: 20px; }
      .single-organic-product-list:hover .product-details .rattings span {
        color: #fff; }
    .single-organic-product-list:hover .product-details .collect-info li {
      color: #fff; }
      .single-organic-product-list:hover .product-details .collect-info li i {
        color: #fff; }
    .single-organic-product-list:hover .price-wrap .avalability {
      color: #fff; }
      .single-organic-product-list:hover .price-wrap .avalability span {
        color: #fff; }
    .single-organic-product-list:hover .price-wrap .price {
      color: #fff; }
    .single-organic-product-list:hover .price-wrap .compare p {
      color: #fff; }
      .single-organic-product-list:hover .price-wrap .compare p i {
        color: #fff; }

.sidebar-categories .head {
  line-height: 60px;
  background: #f9fafc;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  color: #222222; }

.sidebar-categories .main-categories {
  padding: 0 20px;
  background: #fff;
  border: 1px solid #eee; }

.sidebar-categories .main-nav-list a {
  font-size: 13px;
  display: block;
  line-height: 50px;
  padding-left: 10px;
  border-bottom: 1px solid #eee; }
  .sidebar-categories .main-nav-list a:hover {
    color: white;
    background: #287cb1; }
  .sidebar-categories .main-nav-list a .number {
    color: #cccccc;
    margin-left: 10px; }
  .sidebar-categories .main-nav-list a .lnr {
    margin-right: 10px; }

.sidebar-categories .main-nav-list.child a {
  padding-left: 32px; }

.sidebar-filter .top-filter-head {
  line-height: 60px;
  background: #f9fafc;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  color: #222222; }

.sidebar-filter .head {
  line-height: 60px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  margin-top: 5px; }

.sidebar-filter .common-filter {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px; }
  .sidebar-filter .common-filter .filter-list {
    padding-left: 28px; }

.filter-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  line-height: 30px; }
  .filter-list i {
    margin-right: 10px;
    cursor: pointer; }
  .filter-list .number {
    color: #ccc; }
  .filter-list label {
    margin-bottom: 3px;
    cursor: pointer; }

@-webkit-keyframes click-wave {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.35;
    position: absolute;
    top: 50%;
    left: 50%; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3);
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
    top: 50%;
    left: 50%;
    position: absolute; } }

@-moz-keyframes click-wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.35;
    position: absolute;
    top: 50%;
    left: 50%; }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
    top: 50%;
    left: 50%;
    position: absolute; } }

@keyframes click-wave {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.35;
    position: absolute;
    top: 50%;
    left: 50%; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3);
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
    top: 50%;
    left: 50%;
    position: absolute; } }

.pixel-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: 1px solid #eee;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  outline: none;
  position: relative;
  z-index: 1; }

.pixel-radio:checked {
  border: 7px solid #287cb1; }

.pixel-radio:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #287cb1;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  opacity: 0; }

.pixel-radio {
  border-radius: 50%; }

.pixel-radio::after {
  border-radius: 50%; }

.price-range-area {
  padding: 30px 30px 0 30px; }
  .price-range-area .noUi-target {
    background: #eee;
    border-radius: 0px;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .price-range-area .noUi-horizontal {
    height: 6px; }
  .price-range-area .noUi-connect {
    background: #eee;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .price-range-area .noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    left: -8px;
    top: -5px;
    border-radius: 50%;
    border: 0px;
    background: #287cb1;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: ease 0.1s;
    -moz-transition: ease 0.1s;
    -o-transition: ease 0.1s;
    transition: ease 0.1s; }
    .price-range-area .noUi-horizontal .noUi-handle:focus {
      outline: none; }
    .price-range-area .noUi-horizontal .noUi-handle:hover {
      border: 3px solid #287cb1;
      background: #fff; }
  .price-range-area .noUi-handle::after, .price-range-area .noUi-handle::before {
    display: none; }
  .price-range-area .value-wrapper {
    margin-top: 20px;
    color: #cccccc; }
    .price-range-area .value-wrapper .to {
      margin: 0 5px; }
  .price-range-area .price {
    margin-right: 5px;
    color: #777777; }

.footer-li li a {
  margin-left: 20px;
  display: block;
  color: white; }
  .footer-li li a:hover {
    color: #287cb1; }

@media (max-width: 767.98px) {
  .footer-li li a {
    margin-left: 0px;
    display: block;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white; }
  .p-bot-50, .p-top-50 {
    padding: 0px; } }
