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

::selection {
  background-color: #f53f51;
  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: "Poppins", 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: "Poppins", 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: "Poppins", 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;
}

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

.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;
}

.text-black {
  color: #000;
}

.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: #222;
}

.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;
  }
}

.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: #f53f51;
}

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: #f53f51;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #f53f51;
  border: 1px solid #f53f51;
  background: #fff;
}

.genric-btn.primary-border {
  color: #f53f51;
  border: 1px solid #f53f51;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #f53f51;
  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 #f53f51;
}

.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: 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: flex;
}

.progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
  display: flex;
  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;*/
  margin-bottom: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  /*height: 200px;*/
  height: 330px;
}

.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 #f53f51;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #f53f51;
  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: #f53f51;
  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: #f53f51;
  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 #f53f51;
}

.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: #f53f51;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  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;
  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: #f53f51;
}

.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;
  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;
  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: #f53f51;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #f53f51;
  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;
  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: #f53f51;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #f53f51;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 14px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
  background: rgba(34, 34, 34, 0.9);
  transition: all 0.5s;
}

@media (max-width: 673px) {
  #logo {
    margin-left: 20px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #f53f51;
}

#header #logo img {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    background: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    max-width: 100px;
    box-shadow: 0px 0px 50px 0px rgb(157 157 157 / 30%);
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
  text-align: left;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 0px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 16px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 12px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #f53f51;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 999;
  top: 16px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
  font-weight: 900;
}

@media (max-width: 800px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f53f51;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #f53f51;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

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

.section-title {
  padding-bottom: 30px;
}

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

.section-title p {
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .section-title p br {
    display: none;
  }
}

.p1-gradient-bg, .primary-btn, .banner-area, .single-price:hover .price-bottom, .call-to-action-area, .single-footer-widget .click-btn, .generic-banner {
  background-image: -moz-linear-gradient(90deg, #f45622 0%, #f53e54 100%);
  background-image: -webkit-linear-gradient(90deg, #f45622 0%, #f53e54 100%);
  background-image: -ms-linear-gradient(90deg, #f45622 0%, #f53e54 100%);
}

.p1-gradient-color, .footer-social a:hover i, .single-footer-widget .bb-btn {
  background: -moz-linear-gradient(90deg, #f45622 0%, #f53e54 100%);
  background: -webkit-linear-gradient(90deg, #f45622 0%, #f53e54 100%);
  background: -ms-linear-gradient(90deg, #f45622 0%, #f53e54 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.primary-btn {
  line-height: 42px;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 25px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -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;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.primary-btn:focus {
  outline: none;
}

.primary-btn span {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 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;
}

.primary-btn:hover {
  color: #fff;
}

.primary-btn:hover span {
  color: #fff;
  right: 20px;
}

.primary-btn.white {
  border: 1px solid #fff;
  color: #fff;
}

.primary-btn.white span {
  color: #fff;
}

.primary-btn.white:hover {
  background: #fff;
  color: #f53f51;
}

.primary-btn.white:hover span {
  color: #f53f51;
}

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

@media (max-width: 1199.98px) {
  .banner-area .fullscreen {
    height: 800px !important;
  }
}

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

.banner-content h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 20px;
}

.banner-content h1 span {
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .banner-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 991.98px) {
  .banner-content h1 br {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .banner-content h1 {
    font-size: 45px;
  }
}

@media (max-width: 414px) {
  .banner-content h1 {
    font-size: 40px;
  }
}

.banner-content h5 {
  font-weight: 400;
  letter-spacing: 3px;
}

@media (max-width: 1280px) {
  .banner-content br {
    display: none;
  }
}

@media (max-width: 800px) {
  .banner-content {
    margin-top: 80px;
  }
}

@media (max-width: 800px) {
  .banner-right img {
    width: 55%;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
  }
}

.primary-btn {
  background: #fff;
  border: 1px solid transparent;
  color: #222;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 50px;
}

.primary-btn:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.info-area .info-thumb {
  overflow: hidden;
  display: inline-block;
}

@media (max-width: 800px) {
  .info-area .info-content {
    text-align: center;
    padding: 80px 30px 80px 0;
  }
}

.info-area .info-content {
  box-shadow: 0px 0px 50px 0px rgba(157, 157, 157, 0.3);
  position: relative;
  background: #fff;
  padding: 60px 40px 60px 0px;
}

@media (max-width: 575.98px) {
  .info-area .info-content {
    margin-top: 30px;
  }
}

.info-area .info-content:after {
  content: "";
  box-shadow: -35.355px 35.355px 50px 0px rgba(157, 157, 157, 0.3);
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 2;
  background: #fff;
  width: 70px;
  height: 100%;
}

@media (max-width: 991.98px) {
  .info-area .info-content:after {
    width: 50px;
  }
}

@media (max-width: 575.98px) {
  .info-area .info-content:after {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .info-area .info-content {
    padding: 30px 30px 30px 0;
  }
}

@media (max-width: 575.98px) {
  .info-area .info-content {
    padding: 30px;
  }
}

.info-area .info-content h1 {
  line-height: 1.15em;
  margin-bottom: 30px;
}

.info-area .info-content .meta {
  color: #222;
  font-weight: 400;
  font-size: 14px;
  margin-top: 20px;
}

.info-area .info-left {
  z-index: 2;
}

@media (max-width: 800px) {
  .info-area .info-left {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

.fact-area {
  background: url(../img/fact-bg.jpg) center;
  background-size: cover;
}

.fact-area h1, .fact-area p {
  color: #fff;
}

.fact-area .overlay-bg {
  background: rgba(0, 0, 0, 0.65);
}

.counter-area {
  margin-top: -100px;
}

.single-counter {
  text-align: center;
  border-radius: 10px;
  background-color: white;
  padding: 40px 0;
  box-shadow: 0px 10px 50px 0px rgba(245, 63, 81, 0.3);
}

.single-counter h1 {
  font-size: 60px;
  font-weight: 400;
  color: #f53f51;
}

.single-counter p {
  color: #222;
}

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

.single-price {
  text-align: center;
  border: 1px solid #eeeeee;
}

.single-price .price-top {
  background-color: #fbfcff;
  border-bottom: 1px solid #eeeeee;
  padding: 30px 0px;
}

.single-price .price-bottom {
  background-color: #f9f9ff;
  margin: 0 45px 45px 45px;
  padding: 35px;
  -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-price .price-bottom h1 {
  font-size: 60px;
  font-weight: 300;
}

.single-price .price-bottom h1 span {
  font-size: 25px;
  margin-top: -14px;
  position: absolute;
  margin-left: -20px;
}

.single-price .price-bottom .primary-btn {
  margin-top: 20px;
  background: #222;
  color: #fff;
  text-transform: capitalize;
  -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-price .price-bottom .primary-btn:hover {
  border: 1px solid transparent;
}

@media (max-width: 1280px) {
  .single-price .price-bottom {
    margin: 0;
  }
}

@media (max-width: 1024px) {
  .single-price .price-bottom .primary-btn {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.single-price p {
  padding: 30px 0px;
}

.single-price:hover {
  cursor: pointer;
}

.single-price:hover .price-bottom h1 {
  color: #fff;
}

.single-price:hover .primary-btn {
  background-color: #ca4829;
}

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

.course-area {
  background: #f9f9ff;
}

.course-area .owl-controls {
  position: absolute;
  left: 101%;
  top: 25%;
}

@media (max-width: 1024px) {
  .course-area .owl-controls {
    position: relative;
    text-align: center;
    left: 0;
    top: 20px;
  }
  .course-area .owl-controls .owl-prev, .course-area .owl-controls .owl-next {
    display: inline-block;
  }
}

.course-area .lnr-arrow-up, .course-area .lnr-arrow-down {
  background-color: white;
  box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.2);
  padding: 14px;
  color: #000;
  font-weight: 500;
  border: 1px solid #f5f5f5;
  display: inline-flex;
}

.single-course .sale-btn {
  background-color: #f53f51;
  color: #fff;
  width: 140px;
  text-align: center;
  padding: 10px 20px;
  position: absolute;
  /*margin-top: -80px;
  margin-left: 30px;*/
  margin-top: -43px;
    margin-left: 0px;
}

.single-course .price {
  color: #f53f51;
}

.single-course .details {
  padding: 5px 30px 30px 30px;
}

.single-course .details h4 {
  padding: 20px 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;
}

.single-course .details h4:hover {
  color: #f53f51;
}

@media (max-width: 768px) {
  .call-to-action-area .download-button {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

.buttons {
  padding: 20px 30px 0px 30px;
  margin: 20px;
  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;
  background-color: #fff;
  color: #222;
}

.buttons i {
  font-size: 40px;
  padding-right: 20px;
  color: #f53f51;
}

.buttons:hover {
  cursor: pointer;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.buttons:hover i, .buttons:hover a {
  color: #fff !important;
}

.buttons a {
  color: #222;
}

.buttons p span {
  font-size: 24px;
  font-weight: 600;
}

.testomial-area .owl-carousel .owl-item img {
  width: auto !important;
}

.testomial-area .owl-dots {
  text-align: center;
  bottom: 5px;
  margin-top: 20px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.testomial-area .owl-dot {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(127, 127, 127, 0.5);
  margin-left: 5px;
  margin-right: 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;
}

.testomial-area .owl-dot.active {
  -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: #f53f51;
}

.single-testimonial {
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  border: 1px solid #eee;
}

.single-testimonial .desc {
  padding: 30px 0px;
}

.footer-area {
  padding-top: 100px;
  background-color: #222222;
}

h6 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}

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

.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: 991.98px) {
  .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;
  padding: 10px 18px;
}

.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: 991.98px) {
  .single-footer-widget {
    margin-bottom: 30px;
  }
}

@media (max-width: 800px) {
  .social-widget {
    margin-top: 30px;
  }
}

.footer-text {
  padding-top: 20px;
}

.footer-text a, .footer-text i {
  color: #f53f51;
}

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

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

.generic-banner .height {
  height: 300px;
}

@media (max-width: 767.98px) {
  .generic-banner .height {
    height: 250px;
  }
}

.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  /*margin-bottom: 20px;*/
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content h2 br {
    display: none;
  }
}

.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}

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

.about-generic-area {
  background: #fff;
}

.about-generic-area p {
  margin-bottom: 20px;
}

.white-bg {
  background: #fff;
}

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

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

.switch-wrap p {
  margin: 0;
}





/* Blog Css Start */


/*================================================
Blog CSS
=================================================*/
.single-blog-post {
  border-radius: 5px 5px 0 0;
}

.single-blog-post .post-image {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  position: relative;
  overflow: hidden;
}

.single-blog-post .post-image img {
  -webkit-transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
}

.single-blog-post .post-image::before, .single-blog-post .post-image::after {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: '';
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.single-blog-post .post-image::before {
  width: 60px;
  height: 1px;
  left: 100%;
}

.single-blog-post .post-image::after {
  height: 60px;
  width: 1px;
  top: 0;
}

.single-blog-post .post-image .tag {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
}

.single-blog-post .post-image .tag a {
  display: inline-block;
  background-color: #ffffff;
  color: #ff1949;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
}

.single-blog-post .post-content {
  margin-top: 25px;
}

.single-blog-post .post-content .post-meta {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
}

.single-blog-post .post-content .post-meta li {
  display: inline-block;
  color: #727695;
  margin-right: 15px;
  position: relative;
}

.single-blog-post .post-content .post-meta li.post-author img {
  width: 30px;
  height: 30px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.single-blog-post .post-content .post-meta li.post-author a {
  color: #0eb582;
}

.single-blog-post .post-content .post-meta li a {
  display: inline-block;
  color: #727695;
}

.single-blog-post .post-content .post-meta li a:hover, .single-blog-post .post-content .post-meta li a:focus {
  color: #ff1949;
}

.single-blog-post .post-content .post-meta li::before {
  position: absolute;
  right: -10px;
  top: 7px;
  height: 14px;
  content: '';
  width: 1px;
  background-color: #727695;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.single-blog-post .post-content .post-meta li:last-child {
  margin-right: 0;
}

.single-blog-post .post-content .post-meta li:last-child::before {
  display: none;
}

.single-blog-post .post-content h3 {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}

.single-blog-post .post-content a {
	color:#000
}

.single-blog-post .post-content .read-more-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
}

.single-blog-post .post-content .read-more-btn i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-blog-post .post-content .read-more-btn::before {
  content: '';
  position: absolute;
  background-color: #ff1949;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .post-content .read-more-btn:hover::before, .single-blog-post .post-content .read-more-btn:focus::before {
  width: 100%;
}

.single-blog-post:hover .post-image::before, .single-blog-post:hover .post-image::after, .single-blog-post:focus .post-image::before, .single-blog-post:focus .post-image::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.single-blog-post:hover .post-image img, .single-blog-post:focus .post-image img {
  zoom: 1;
  opacity: .9 !important;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.single-blog-post:hover .post-image .tag a, .single-blog-post:focus .post-image .tag a {
  background-color: #ff1949;
  color: #ffffff;
}

.blog-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.blog-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: -50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-]:hover, .blog-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #ff1949;
  color: #ffffff;
  border-color: #ff1949;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}

.blog-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}

.blog-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .blog-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.blog-slides.owl-theme:hover .owl-nav [class*=owl-], .blog-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: -70px;
  opacity: 1;
  visibility: visible;
}

.blog-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .blog-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -70px;
}

.owl-item:nth-child(2) .single-blog-post .post-image .tag a, .owl-item:nth-child(7) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(2) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(7) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(2) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(7) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(2) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(7) .single-blog-post .post-image .tag a {
  color: #0eb582;
}

.owl-item:nth-child(2) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(2) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(7) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(7) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(2) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(2) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(7) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(7) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(2) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(2) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(7) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(7) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(2) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(2) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(7) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(7) .single-blog-post:focus .post-image .tag a {
  background-color: #0eb582;
  color: #ffffff;
}

.owl-item:nth-child(3) .single-blog-post .post-image .tag a, .owl-item:nth-child(8) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(3) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(8) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(3) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(8) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(3) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(8) .single-blog-post .post-image .tag a {
  color: #fea116;
}

.owl-item:nth-child(3) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(3) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(8) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(8) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(3) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(3) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(8) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(8) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(3) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(3) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(8) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(8) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(3) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(3) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(8) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(8) .single-blog-post:focus .post-image .tag a {
  background-color: #fea116;
  color: #ffffff;
}

.owl-item:nth-child(4) .single-blog-post .post-image .tag a, .owl-item:nth-child(9) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(4) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(9) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(4) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(9) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(4) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(9) .single-blog-post .post-image .tag a {
  color: #1cb5a3;
}

.owl-item:nth-child(4) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(4) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(9) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(9) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(4) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(4) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(9) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(9) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(4) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(4) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(9) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(9) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(4) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(4) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(9) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(9) .single-blog-post:focus .post-image .tag a {
  background-color: #1cb5a3;
  color: #ffffff;
}

.owl-item:nth-child(5) .single-blog-post .post-image .tag a, .owl-item:nth-child(10) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(5) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(10) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(5) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(10) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(5) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(10) .single-blog-post .post-image .tag a {
  color: #3d64ff;
}

.owl-item:nth-child(5) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(5) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(10) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(10) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(5) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(5) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(10) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(10) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(5) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(5) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(10) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(10) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(5) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(5) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(10) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(10) .single-blog-post:focus .post-image .tag a {
  background-color: #3d64ff;
  color: #ffffff;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details-desc .article-image img {
  width: 100%;
  border-radius: 5px;
}

.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 45px;
}

.blog-details-desc .article-content .entry-meta ul li i {
  font-size: 30px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details-desc .article-content .entry-meta ul li span {
  display: block;
  color: #ff1949;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #252525;
}

.blog-details-desc .article-content .entry-meta ul li a:hover, .blog-details-desc .article-content .entry-meta ul li a:focus {
  color: #ff1949;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 600;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 28px;
  color: #727695;
}

.blog-details-desc .article-content .features-list li i {
  color: #ff1949;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  color: #727695;
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #252525;
  margin-right: 3px;
  position: relative;
  top: 3px;
  font-size: 20px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #727695;
  font-weight: 500;
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: #ff1949;
}

.blog-details-desc .article-footer .article-share {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 500;
  color: #727695;
  position: relative;
  top: -2px;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #ff1949;
  color: #ffffff;
  border: 1px solid #ff1949;
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
}

.blog-details-desc .article-footer .article-share .social li a:hover, .blog-details-desc .article-footer .article-share .social li a:focus {
  color: #ff1949;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.facebook:hover, .blog-details-desc .article-footer .article-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.twitter:hover, .blog-details-desc .article-footer .article-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin:hover, .blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.instagram:hover, .blog-details-desc .article-footer .article-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

.blog-details-desc .article-author {
  margin-top: 30px;
  border-radius: 5px;
  background: #f8f8f8;
}

.blog-details-desc .article-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-color: #ff1949;
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-details-desc .article-author .author-profile {
  padding: 0 25px 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}

.blog-details-desc .article-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid #ffffff;
  width: 100px;
  height: 100px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: #0eb582;
  font-size: 14px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a {
  color: #252525;
  padding: 5px 12px 4px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:hover, .blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:focus {
  background-color: #ff1949;
  color: #ffffff;
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p, .blockquote p {
  color: #252525;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px !important;
}

blockquote cite, .blockquote cite {
  display: none;
}

blockquote::before, .blockquote::before {
  color: #efefef;
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  content: "\ed67";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 135px;
}

blockquote::after, .blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #ff1949;
  margin-top: 20px;
  margin-bottom: 20px;
}

.raque-post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}

.prev-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
  color: #ff1949;
}

.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #ff1949;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.prev-link-wrapper .prev-link-info-wrapper {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}

.prev-link-wrapper .meta-wrapper {
  display: block;
  color: #727695;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

.next-link-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-left: 15px;
}

.next-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
  color: #ff1949;
}

.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next img {
  border-radius: 5px;
}

.next-link-wrapper .image-next::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #ff1949;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.next-link-wrapper .next-link-info-wrapper {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #252525;
}

.next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
  display: block;
  color: #727695;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title {
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
  font-weight: 600;
}

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

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;
  padding-left: 65px;
  color: #252525;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: #252525;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #ff1949;
  border-color: #ff1949;
}

.comments-area .comment-author {
  font-size: 15px;
  margin-bottom: 0.2em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 600;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: .8em;
  color: #727695;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.comments-area .comment-metadata a {
  color: #727695;
}

.comments-area .comment-metadata a:hover {
  color: #ff1949;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 20px;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: none;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 0 0 0 15px;
  height: 50px;
  outline: 0;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #727695;
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .comments-area .comment-respond textarea:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #727695;
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #727695;
}

.comments-area .comment-respond input[type="date"]::placeholder, .comments-area .comment-respond input[type="time"]::placeholder, .comments-area .comment-respond input[type="datetime-local"]::placeholder, .comments-area .comment-respond input[type="week"]::placeholder, .comments-area .comment-respond input[type="month"]::placeholder, .comments-area .comment-respond input[type="text"]::placeholder, .comments-area .comment-respond input[type="email"]::placeholder, .comments-area .comment-respond input[type="url"]::placeholder, .comments-area .comment-respond input[type="password"]::placeholder, .comments-area .comment-respond input[type="search"]::placeholder, .comments-area .comment-respond input[type="tel"]::placeholder, .comments-area .comment-respond input[type="number"]::placeholder, .comments-area .comment-respond textarea::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #727695;
}

.comments-area .comment-respond input[type="date"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-webkit-input-placeholder, .comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus:-ms-input-placeholder, .comments-area .comment-respond textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-ms-input-placeholder, .comments-area .comment-respond textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::placeholder, .comments-area .comment-respond input[type="time"]:focus::placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::placeholder, .comments-area .comment-respond input[type="week"]:focus::placeholder, .comments-area .comment-respond input[type="month"]:focus::placeholder, .comments-area .comment-respond input[type="text"]:focus::placeholder, .comments-area .comment-respond input[type="email"]:focus::placeholder, .comments-area .comment-respond input[type="url"]:focus::placeholder, .comments-area .comment-respond input[type="password"]:focus::placeholder, .comments-area .comment-respond input[type="search"]:focus::placeholder, .comments-area .comment-respond input[type="tel"]:focus::placeholder, .comments-area .comment-respond input[type="number"]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
  color: transparent;
}

.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #727695;
  position: relative;
  top: -1.5px;
  font-weight: normal;
  font-size: 16px;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #ff1949;
  border: none;
  color: #ffffff;
  padding: 12px 30px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #0eb582;
}


/* Blog Css End */

/* Contact Css Start */


/*================================================
Contact CSS
=================================================*/
.contact-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contact-info-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contact-info-box {
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px 60px;
}

.contact-info-box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 35px;
  color: #ff1949;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
  position: relative;
}

.contact-info-box .icon i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.contact-info-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.contact-info-box p {
  margin-bottom: 2px;
}

.contact-info-box p a {
  display: inline-block;
  color: #727695;
}

.contact-info-box p a:hover {
  color: #ff1949;
}

.contact-info-box p:last-child {
  margin-bottom: 0;
}

.contact-info-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contact-info-box:hover .icon {
  background-color: #ff1949;
  color: #ffffff;
  border-color: #ff1949;
}

.contact-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border-radius: 5px;
  padding: 50px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

#contactForm .form-group {
  margin-bottom: 15px;
}

#contactForm .form-group .form-control {
  height: 50px;
  border-radius: 5px;
}

#contactForm .form-group .form-control::-webkit-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contactForm .form-group .form-control:-ms-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contactForm .form-group .form-control::-ms-input-placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contactForm .form-group .form-control::placeholder {
  color: #727695;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contactForm .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

#contactForm .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

#contactForm .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

#contactForm .form-group .form-control:focus::placeholder {
  color: transparent;
}

#contactForm .form-group textarea.form-control {
  height: auto;
}

#contactForm .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}

#contactForm .default-btn {
  border-radius: 30px;
  margin-top: 10px;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(255, 25, 73, 0.2);
          box-shadow: 0 5px 28.5px 1.5px rgba(255, 25, 73, 0.2);
}

#contactForm .default-btn:hover, #contactForm .default-btn:focus {
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.2);
          box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.2);
}

#contactForm #msgSubmit {
  margin: 0;
  font-size: 1.3rem;
}

#contactForm #msgSubmit.text-danger, #contactForm #msgSubmit.text-success {
  margin-top: 15px;
}

.contact-bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 65%;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
  text-align: center;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}

#map iframe {
  height: 550px;
  width: 100%;
  border: none;
  margin-bottom: -7px;
}

/* Contact Css End */












/* =========================================================================
2.1 FORM THEME
============================================================================ */
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
	border: 1px solid #dadada;
	padding: 0 20px;
	max-width: 100%;
	background-color: transparent;
	font-size: 18px;
	color: #495057;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
}
textarea {
	display: block;
	line-height: 24px;
	padding: 15px 20px;
	height: auto;
	width: 100%;
	border-radius: 0;
}
select {
	padding: 0 33px 0 15px;
	background: url(../images/select-arrow.png) center right no-repeat;
}
button, input[type="submit"], input[type="button"], .fami-btn {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
	padding: 0 15px;
	background: #495057;
	border: none;
	border-radius: 0;
	-webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
	-moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
	-o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
	transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}





/* ==========================================================================
6.3 WIDGET THEME
========================================================================== */
#widget-area .count {
	font-weight: 600;
	/*float: right;*/
}
#widget-area a:not(:hover) {
	color: #414141;
}
@media (min-width: 992px) {
	.left-sidebar .main-content {
		/*order: 2;*/
	}
}
#widget-area .widget:not(:last-child) {
	margin-bottom: 50px;
}
#widget-area .widgettitle {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
	position: relative;
	margin-top: -2px;
	z-index: 1;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}
#widget-area .widgettitle::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	border-bottom: 1px solid #ff9e00;
	width: 50px;
}
#widget-area .widgettitle a {
	color: inherit;
}
#widget-area .widget ul,
#widget-area .widget ol {
	padding: 0 0 8px 0;
	list-style: none;
}
#widget-area .widget ul ul,
#widget-area .widget ul ol,
#widget-area .widget ol ol,
#widget-area .widget ol ul {
	padding: 0 0 0 17px;
	margin-top: 8px;
	border-bottom: none;
}
#widget-area .widget ul li {
	list-style: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
#widget-area .widget ul li:last-child {
	padding-bottom: 0;
}
#widget-area .widget p:last-child {
	margin-bottom: 0;
}
#widget-area .widget label:not(.screen-reader-text) {
	width: 100%;
	margin: 15px 0;
}
/*general*/
.furgan-widget-layered-nav-list li.chosen a,
.widget_categories .cat-item.current-cat > a,
.widget_pages .page_item.current_page_item > a,
.widget_product_categories .cat-item.current-cat > a {
	color: #ff9e00;
}
/*widget_search*/
#widget-area .widget.widget_search .widgettitle {
	display: none;
}
.widget_product_search .furgan-product-search,
.widget_search .search-form {
	position: relative;
}
.widget_product_search .furgan-product-search .search-field,
.widget_search .search-form input {
	width: 100%;
	height: 46px;
	line-height: 44px;
	border-radius: 0;
	padding-right: 65px;
}
.widget_product_search .furgan-product-search button[type="submit"],
.widget_search .search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 46px;
	line-height: 46px;
	width: 60px;
	overflow: hidden;
	font-size: 0;
	background-color: #495057;
	border-radius: 0 3px 3px 0;
	color: #fff;
}
.widget_product_search .furgan-product-search button[type="submit"]::before,
.widget_search .search-form button::before {
	content: "\f100";
	font-family: 'Flaticon', sans-serif;
	font-size: 21px;
}
.widget_product_search .furgan-product-search button[type="submit"]:hover,
.widget_search .search-form button:hover {
	background-color: #ff9e00;
}
/*widget-furgan-socials*/
.widget-furgan-socials .socials-list {
	padding: 0 !important;
}
#widget-area .widget.widget-furgan-socials .socials-list li {
	padding: 3px 5px 3px 0;
	display: inline-block;
}
.widget-furgan-socials .socials-list li:last-child {
	padding-right: 0;
}
.widget-furgan-socials .socials-list li a {
	display: block;
	width: 46px;
	height: 46px;
	color: #fff !important;
	background-color: #495057;
	font-size: 0;
	text-align: center;
	border-radius: 50%;
	position: relative;
}
.widget-furgan-socials .socials-list li a::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 50%;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	opacity: 0;
	visibility: hidden;
	background-color: #ff9e00;
}
.widget-furgan-socials .socials-list li a:hover::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.widget-furgan-socials .socials-list li a span {
	font-size: 17px;
	line-height: 44px;
	position: relative;
}
/*widget-furgan-mailchimp*/
.widget-furgan-mailchimp .desc {
	margin-bottom: 10px;
	font-size: 13px;
	color: #000;
	font-weight: 600;
}
.widget-furgan-mailchimp .newsletter-form-wrap .form-newsletter {
	text-align: right;
}
.widget-furgan-mailchimp .newsletter-form-wrap .email-newsletter {
	width: 100%;
	border: none;
	border-bottom: 2px solid #232529;
	border-radius: 0;
	padding: 0;
	height: 44px;
	line-height: 44px;
}
.widget-furgan-mailchimp .newsletter-form-wrap .submit-newsletter {
	background-color: #ff9e00;
	min-width: 125px;
	height: 39px;
	line-height: 39px;
	border-radius: 39px;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 21px;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
}
.widget-furgan-mailchimp .newsletter-form-wrap .submit-newsletter::after {
	font-family: 'FontAwesome', sans-serif;
	content: "\f105";
	font-size: 18px;
	margin-left: 5px;
	vertical-align: top;
}
.widget-furgan-mailchimp .newsletter-form-wrap .submit-newsletter::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.widget-furgan-mailchimp .newsletter-form-wrap .submit-newsletter:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
/*.widget-furgan-instagram*/
.widget-furgan-instagram .content-instagram {
	margin-left: -5px;
	margin-right: -5px;
	overflow: hidden;
}
.widget-furgan-instagram .content-instagram .item {
	float: left;
	width: 33.3333333%;
	padding: 5px;
	position: relative;
}
.widget-furgan-instagram .content-instagram .item::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
	z-index: 1;
}
.widget-furgan-instagram .content-instagram .item:hover::before {
	opacity: 0.5;
	visibility: visible;
}
/*widget-furgan-post*/
.widget-furgan-post article {
	position: relative;
	display: inline-block;
	width: 100%;
}
.widget-furgan-post article:not(:last-child) {
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.widget-furgan-post .post-thumb {
	float: left;
	overflow: hidden;
	border-radius: 0;
	position: relative;
}
.widget-furgan-post .post-thumb a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
	z-index: 2;
}
.widget-furgan-post .post-thumb a:hover::before {
	opacity: 0.5;
	visibility: visible;
}
.widget-furgan-post .post-info {
	overflow: hidden;
	padding-left: 15px;
	padding-right: 0;
}
.widget-furgan-post .post-title {
	font-size: 14px;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.widget-furgan-post .post-title::after {
	display: none;
}
.widget-furgan-post .date {
	font-size: 12px;
	font-weight: 600;
	line-height: 17px;
	text-transform: capitalize;
}
/*.widget .widget_shopping_cart*/
#widget-area .widget_shopping_cart .product_list_widget li.mini_cart_item {
	position: relative;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
	overflow: visible;
}
#widget-area .widget_shopping_cart .furgan-mini-cart__total {
	padding: 0 0 10px 0;
}
#widget-area .widget_shopping_cart .furgan-mini-cart__buttons {
	padding: 0;
}
/*.widget .product_list_widget*/
#widget-area .widget .product_list_widget li:not(.mini_cart_item) {
	border-bottom: none;
	display: inline-block;
	width: 100%;
	position: relative;
	padding-top: 13px;
	padding-bottom: 13px;
}
.product_list_widget li:not(.mini_cart_item):not(:last-child)::before {
	display: block;
	content: '';
	border-bottom: 1px solid #e2e2e2;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.product_list_widget .rating-wapper .review {
	display: none;
}
/*furgan-widget-layered-nav-dropdown*/
body #widget-area .select2-container--default .select2-selection--single {
	border-color: #aaa;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0 5px;
}
#widget-area .widget .select2-container .select2-search--inline {
	padding: 0;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: none;
	color: #fff;
	background-color: #ff9e00;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
}
.furgan-widget-layered-nav-dropdown .furgan-widget-layered-nav-dropdown__submit {
	width: 100%;
	max-width: 270px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	background-color: #ff9e00;
	margin-top: 20px;
}
.furgan-widget-layered-nav-dropdown .furgan-widget-layered-nav-dropdown__submit:hover {
	opacity: 0.8;
}
/*.widget_price_filter*/
.widget_price_filter .price_slider_amount {
	overflow: hidden;
	margin-top: 25px;
}
.widget_price_filter .price_label {
	font-weight: 600;
	float: left;
	font-size: 0;
}
.widget_price_filter .price_label span {
	height: 40px;
	border-radius: 0;
	line-height: 40px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #495057;
	display: inline-block;
	padding: 0 12px;
	color: #fff;
	min-width: 75px;
	text-align: center;
}
.widget_price_filter .price_label span:first-child {
	margin-right: 5px;
}
.widget_price_filter .button {
	float: right;
	height: 40px;
	border-radius: 0;
	line-height: 40px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #ff9e00;
	position: relative;
	overflow: hidden;
}
.widget_price_filter .button::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.widget_price_filter .button:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.widget_price_filter .price_slider_wrapper {
	padding-top: 5px;
}
.widget_price_filter .price_slider {
	position: relative;
	height: 5px;
	border-radius: 2px 0 0 2px;
	background-color: #495057;
	width: -webkit-calc(100% - 14px);
	width: -moz-calc(100% - 14px);
	width: calc(100% - 14px);
}
.widget_price_filter .price_slider::before {
	content: '';
	display: block;
	height: 5px;
	border-radius: 0 2px 2px 0;
	width: 14px;
	background-color: #495057;
	position: absolute;
	left: 100%;
	top: 0;
}
.widget_price_filter .ui-slider-range {
	height: 5px;
	background-color: #ff9e00;
	position: absolute;
	top: 0;
}
.widget_price_filter .ui-slider-handle {
	border-radius: 50%;
	border: 1px solid #ebebeb;
	background: #fff;
	display: inline-block;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*furgan_widget_layered_nav*/
.furgan_widget_layered_nav .color-group::before,
.furgan_widget_layered_nav .color-group::after {
	content: '';
	display: table;
}
.furgan_widget_layered_nav .color-group::after {
	clear: both;
}
.furgan_widget_layered_nav .color-group {
	margin-top: -12px;
}
.furgan_widget_layered_nav .color-group .term-color {
	min-width: 100%;
	float: left;
	padding-top: 12px;
	font-weight: 600;
}
.furgan_widget_layered_nav .color-group .term-color i {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 12px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -2px;
	background-color: currentColor;
	position: relative;
	text-align: center;
}
.furgan_widget_layered_nav .color-group .term-color i[style="color: #ffffff"],
.furgan_widget_layered_nav .color-group .term-color i[style="color: #FFFFFF"] {
	border: 1px solid #e4e4e4;
}
.furgan_widget_layered_nav .color-group .term-color:hover i::before,
.furgan_widget_layered_nav .color-group .term-color.selected i::before {
	content: '\f00c';
	font-family: 'FontAwesome', sans-serif;
	color: #fff;
	font-size: 10px;
	position: relative;
	top: 2px;
	font-weight: normal;
}
.furgan_widget_layered_nav .color-group .term-color:hover i[style="color: #ffffff"],
.furgan_widget_layered_nav .color-group .term-color.selected i[style="color: #FFFFFF"] {
	background-color: #dbdbdb !important;
}
.furgan_widget_layered_nav .color-group .term-color .count {
	color: #868686;
}
.furgan_widget_layered_nav .inline-group a {
	display: inline-block;
	text-align: center;
	min-width: 38px;
	height: 38px;
	line-height: 36px;
	border: 1px solid #a9a9a9;
	border-radius: 0;
	margin: 6px 12px 6px 0;
}
.furgan_widget_layered_nav .inline-group a:last-child {
	margin-right: 0;
}
.furgan_widget_layered_nav .inline-group a:hover,
.furgan_widget_layered_nav .inline-group a.selected {
	border-color: #495057;
	background-color: #495057;
	color: #fff
}
@media (max-width: 767px) {
	#widget-area {
		padding-top: 40px;
	}
	.widget-furgan-instagram .content-instagram .item img {
		width: 100%;
	}
}
/* ==========================================================================
6.4 PAGINATION THEME
========================================================================== */
.page-links {
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.page-links > span.page-links-title {
	line-height: 44px;
}
.page-links > a,
.page-links > span:not(.page-links-title) {
	color: #cbd1da;
	display: inline-block;
	min-width: 43px;
	padding: 0 3px;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	position: relative;
	line-height: 41px;
	height: 43px;
	border: 1px solid;
	margin: 0 6px 6px 0;
	
	background-color: #fff;
}
.page-links > span:not(.page-links-title),
.page-links > a:hover {
	color: #000;
}
.comments-pagination,
.post-pagination,
.pagination {
	display: inline-block;
	width: 100%;
}
.comments-pagination {
	padding-top: 45px;
}
.blog-standard ~ .pagination {
	padding-top: 70px;
	padding-bottom: 25px;
}
.blog-grid ~ .pagination {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.post-pagination {
	margin-top: 15px;
}
.furgan-pagination ul {
	padding-left: 0;
	list-style: none;
}
.comments-pagination .nav-links,
.furgan-pagination .page-numbers,
.furgan-pagination li,
.pagination .nav-links {
	display: inline-block;
}
.furgan-pagination a.page-numbers,
.furgan-pagination span.page-numbers,
.furgan-pagination li .page-numbers,
.comments-pagination .page-numbers,
.post-pagination > span:not(.title),
.post-pagination a span,
.pagination .page-numbers {
	color: #000;
	display: inline-block;
	min-width: 43px;
	padding: 0 3px;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	line-height: 42px;
	height: 43px;
	border: 1px solid #495057;
	background-color: #fff;
	margin: 0 6px 6px 0;
}
.post-pagination a span {
	font-weight: normal;
}
.furgan-pagination span.page-numbers.current,
.furgan-pagination span.page-numbers:hover,
.furgan-pagination a.page-numbers:hover,
.furgan-pagination a.page-numbers:hover,
.furgan-pagination li .page-numbers.current,
.furgan-pagination li .page-numbers:hover,
.comments-pagination .page-numbers.current,
.comments-pagination a.page-numbers:hover,
.post-pagination > span:not(.title),
.post-pagination a span:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	color: #fff;
	border-color: #495057;
	background-color: #495057;
}
.furgan-pagination .page-numbers.prev,
.furgan-pagination .page-numbers.next,
.comments-pagination .page-numbers.prev,
.comments-pagination .page-numbers.next,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	font-size: 0;
}
.furgan-pagination .page-numbers.prev::before,
.comments-pagination .page-numbers.prev::before,
.pagination .page-numbers.prev::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f104";
	font-size: 20px;
}
.furgan-pagination .page-numbers.next::before,
.comments-pagination .page-numbers.next::before,
.pagination .page-numbers.next::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f105";
	font-size: 20px;
	line-height: 40px;
}
.post-pagination > span.title {
	line-height: 44px;
	padding-right: 10px;
}
@media (max-width: 1199px) {
	.blog-standard ~ .pagination {
		padding-top: 68px;
		margin-top: 42px;
		border-top: 1px solid #dfdfdf;
		padding-bottom: 0;
	}
	.blog-grid ~ .pagination {
		padding-top: 20px;
		padding-bottom: 0;
	}
}






/* ==========================================================================
7.0 SHOP THEME
========================================================================== */
ul.products li.product-category {
	width: 33.3333333%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-bottom: 30px;
}
ul.products li.product-category:nth-child(3n+1) {
	clear: left;
}
ul.products li.product-category a .furgan-loop-category__title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 0;
}
ul.products li.product-category a .furgan-loop-category__title mark {
	background-color: transparent;
	color: inherit;
	padding: 0;
}
@media (max-width: 1199px) {
	ul.products li.product-category {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	ul.products li.product-category {
		margin-bottom: 10px;
		width: 50%;
	}
	ul.products li.product-category:nth-child(3n+1) {
		clear: none;
	}
	ul.products li.product-category:nth-child(2n+1) {
		clear: left;
	}
}
/* ==========================================================================
7.1 SHOP CONTROL
========================================================================== */
/*shop-control*/
.shop-control::before, .shop-control::after {
	content: '';
	display: table;
}
.shop-control::after {
	clear: both;
}
.grid-view-mode {
	margin-bottom: 10px;
	display: inline-block;
}
.grid-view-mode > form {
	display: inline-block;
}
.grid-view-mode .modes-mode {
	background-color: #f0f0f0;
	width: 46px;
	height: 46px;
	line-height: 44px;
	color: #868686;
	border: 1px solid #f0f0f0;
	margin-right: 7px;
	padding: 13px 12px;
	border-radius: 0;
	vertical-align: top;
	display: inline-block;
}
.grid-view-mode .modes-mode.mode-list {
	padding: 13px 9px;
}
.grid-view-mode .modes-mode:hover,
.grid-view-mode .modes-mode:focus,
.grid-view-mode .modes-mode:active,
.grid-view-mode .modes-mode.active {
	color: #fff;
	border-color: #ff9e00;
	background-color: #ff9e00;
}
.grid-view-mode .modes-mode .button-inner {
	font-size: 0;
	position: relative;
}
/*mode-grid*/
.grid-view-mode .modes-mode.mode-grid .button-inner {
	width: 16px;
	height: 16px;
	display: block;
	margin-left: 2px;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span {
	display: block;
	position: absolute;
	left: 6px;
	width: 4px;
	border-bottom: 4px solid;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span:first-child {
	top: 0;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span:nth-child(2) {
	top: 6px;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span:nth-child(3) {
	bottom: 0;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 0;
	width: 4px;
	border-bottom: 4px solid;
	display: block;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span::after {
	content: '';
	position: absolute;
	right: -6px;
	top: 0;
	width: 4px;
	border-bottom: 4px solid;
	display: block;
}
/*mode-list*/
.grid-view-mode .modes-mode.mode-list .button-inner {
	width: 22px;
	height: 16px;
	display: block;
	margin-left: 2px;
}
.grid-view-mode .modes-mode.mode-list .button-inner span {
	display: block;
	position: absolute;
	left: 0;
	width: 4px;
	border-bottom: 4px solid;
}
.grid-view-mode .modes-mode.mode-list .button-inner span:first-child {
	top: 0;
}
.grid-view-mode .modes-mode.mode-list .button-inner span:nth-child(2) {
	top: 6px;
}
.grid-view-mode .modes-mode.mode-list .button-inner span:nth-child(3) {
	top: 12px;
}
.grid-view-mode .modes-mode.mode-list .button-inner span::before {
	content: '';
	position: absolute;
	top: 1px;
	right: -18px;
	width: 15px;
	border-bottom: 2px solid;
}
.furgan-ordering,
.per-page-form {
	vertical-align: top;
	text-align: left;
	display: inline-block;
	margin-bottom: 10px;
}
.furgan-ordering ~ .per-page-form {
	padding-left: 9px;
}
.furgan-ordering select,
.per-page-form select {
	border: 1px solid #e4e4e4;
	border-radius: 0;
	line-height: 44px;
	padding: 0 42px 0 22px;
	height: 46px;
}
.per-page-form label {
	margin-bottom: 0;
}
.per-page-form label:nth-child(2) {
	display: none;
}
.shop-before-control {
	/*text-align: right;*/
	padding-bottom: 15px;
}
.shop-before-control .grid-view-mode {
	float: left;
}
.shop-after-control {
	width: 100%;
	text-align: right;
	overflow: hidden;
	padding-top: 20px;
}
.shop-after-control .furgan-pagination {
	/*float: left;*/
}
.shop-after-control .furgan-result-count {
	float: right;
	border: 1px solid #e4e4e4;
	border-radius: 0;
	line-height: 44px;
	padding: 0 22px;
	height: 46px;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.shop-after-control .furgan-pagination {
		width: 100%;
		margin-bottom: 10px;
		text-align: left;
	}
	.shop-before-control {
		padding-bottom: 25px;
	}
}
@media (max-width: 480px) {
	.shop-before-control {
		text-align: center;
	}
	.shop-before-control .grid-view-mode {
		float: none;
		text-align: left;
	}
	.grid-view-mode,
	.furgan-ordering,
	.per-page-form {
		padding-left: 0 !important;
		width: 100%;
	}
	.per-page-form label,
	.furgan-ordering select,
	.per-page-form select {
		width: 100%;
	}
	.shop-after-control .furgan-result-count {
		width: 100%;
		text-align: center;
	}
}
/* ==========================================================================
7.2 PRODUCT ITEM
========================================================================== */
.product-inner,
.product-thumb,
.thumb-link {
	position: relative;
}
.product-thumb img {
	margin: 0 auto;
	border-radius: 8px;
	height:341px;
}
.product-inner .second-image {
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.product-inner:hover .second-image {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 1199px) {
	.product-thumb img {
		width: 100%;
	}
}
/*quickview*/
.yith-wcqv-button {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.yith-wcqv-button:not(:hover) {
	color: inherit;
}
.yith-wcqv-button::before {
	font-family: 'Flaticon', sans-serif;
	content: '\f12d';
	font-size: 18px;
	vertical-align: middle;
}
body.admin-bar #yith-quick-view-modal {
	top: 32px;
}
html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
	overflow: hidden;
}
#yith-quick-view-modal {
	position: fixed;
	visibility: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1400;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#yith-quick-view-modal:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}
#yith-quick-view-modal .yith-quick-view-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
}
#yith-quick-view-modal .yith-wcqv-wrapper {
	display: inline-block;
	vertical-align: middle;
	visibility: hidden;
	text-align: left;
	width: calc(100% - 30px) !important;
	height: auto !important;
	max-width: 920px;
}
#yith-quick-view-modal .yith-wcqv-main {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
	background-color: #fff;
}
#yith-quick-view-modal.open, #yith-quick-view-modal.open .yith-wcqv-wrapper {
	visibility: visible;
	opacity: 1;
}
#yith-quick-view-modal #yith-quick-view-content {
	height: 100%;
}
#yith-quick-view-modal .furgan-product-gallery .furgan-product-gallery__trigger {
	display: none;
}
#yith-quick-view-modal .yith-wcqv-main:after, #yith-quick-view-modal .yith-wcqv-main:before {
	content: '';
	display: table;
	clear: both;
}
#yith-quick-view-modal.open .yith-wcqv-main {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	height: 100%;
	position: relative;
	box-shadow: none;
}
#yith-quick-view-modal.open .yith-wcqv-main::before,
#yith-quick-view-modal.open .yith-wcqv-main::after {
	content: '';
	display: table;
}
#yith-quick-view-modal.open .yith-wcqv-main::after {
	clear: both;
}
#yith-quick-view-modal .furgan-product-gallery {
	float: none !important;
	margin-bottom: 0;
}
#yith-quick-view-close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: block;
	z-index: 11;
	font-size: 0;
}
#yith-quick-view-close::before,
#yith-quick-view-close::after {
	border-bottom: 2px solid;
	content: "";
	position: absolute;
	left: 12px;
	top: 19px;
	width: 17px;
}
#yith-quick-view-close::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#yith-quick-view-close::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#yith-quick-view-close:not(:hover) {
	color: #000;
}
#yith-quick-view-content div.images {
	width: 50%;
	float: left !important;
	opacity: 1 !important;
}
#yith-quick-view-modal div.entry-summary {
	position: absolute;
	top: 30px;
	bottom: 25px;
	right: 0;
	padding: 0 30px;
	height: auto;
	overflow-y: auto;
	width: 50%;
	float: left;
}
#yith-quick-view-content div.furgan-product-rating:after, #yith-quick-view-content div.furgan-product-rating:before {
	content: '';
	display: table;
	clear: both;
}
#yith-quick-view-content div.furgan-product-rating a.furgan-review-link {
	display: none;
}
#yith-quick-view-content .onsale {
	left: 10px;
	top: 10px;
	position: absolute;
}
body.admin-bar #yith-quick-view-modal {
	top: 32px;
}
@media (max-width: 767px) {
	.yith-wcqv-button {
		display: none !important;
	}
	body.admin-bar #yith-quick-view-modal {
		top: 46px;
	}
	#yith-quick-view-modal #yith-quick-view-content .summary-content > *:not(.price),
	#yith-quick-view-modal .price,
	#yith-quick-view-close {
		color: #fff;
	}
	#yith-quick-view-modal #yith-quick-view-content label {
		color: inherit;
	}
	#yith-quick-view-content div.images, #yith-quick-view-content div.summary {
		margin: 0 auto;
		padding: 15px;
		width: 100%;
		float: none !important;
	}
	#yith-quick-view-content::before {
		content: "";
		display: inline-block;
		background-color: rgba(0, 0, 0, 0.6);
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	#yith-quick-view-modal .entry-summary {
		z-index: 1;
	}
}
@media (max-width: 600px) {
	body.admin-bar #yith-quick-view-modal {
		top: 0;
	}
}
/*=========*/
.product-item .flash {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}
.sold-out, .onnew, .onsale {
	color: #fff;
	display: table;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	min-width: 50px;
	text-align: center;
}
.sold-out::before, .onnew::before, .onsale::before {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	border-style: solid;
	border-width: 11px 13px 11px 0;
}
.sold-out span, .onnew span, .onsale span {
	height: 22px;
	line-height: 25px;
	display: block;
}
.onnew {
	background-color: #ecb02f;
}
.onsale {
	font-size: 13px;
	background-color: #ff9e00;
}
.sold-out {
	background-color: #b6b6b6;
}
.sold-out::before {
	border-color: #b6b6b6 transparent #b6b6b6 transparent;
}
.onnew::before {
	border-color: #ecb02f transparent #ecb02f transparent;
}
.onsale::before {
	border-color: #ff9e00 transparent #ff9e00 transparent;
}
.cat-list {
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.1em;
	margin: -5px 0 5px 0;
	height: 24px;
	overflow: hidden;
	text-transform: uppercase;
}
.cat-list a:not(:hover) {
	color: #868686;
}
.product-name {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 6px;
}
.product-name a:not(:hover) {
	color: inherit;
}
.price {
	display: inline-block;
	font-size: 18px;
	color: #ff9e00;
}
.price del {
	font-size: 14px;
	color: #8a8a8a;
}
.price ins {
	color: #ff9e00;
	margin-right: 5px;
	text-decoration: none;
}
.product-item .price {
	font-weight: 600;
}
.product-item .variations_form {
	top: 10px;
	right: 10px;
	position: absolute;
}
.product-item .variations_form .data-val a {
	display: table;
}
.product-item.style-01 .variations_form {
	top: auto;
	right: auto;
	left: 10px;
	bottom: 10px;
}
/*group-button*/
.group-button a {
	display: inline-block;
}
/*addto cart*/
.add-to-cart {
	min-width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	display: inline-block;
}
.tooltip {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.add-to-cart a {
	font-size: 0;
	display: block;
	height: 40px;
}
.add-to-cart a:not(:hover) {
	color: inherit;
}
.add-to-cart a::before {
	/*font-family: 'Flaticon', sans-serif;
	content: "\f137";
	font-size: 18px;
	font-weight: normal;*/
	font-family: 'FontAwesome', sans-serif;
	content: '\f218';
	font-weight: normal;
	font-size: 18px;
}
.add_to_cart_button.loading {
	cursor: wait;
}
.add_to_cart_button.loading::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 18px;
	display: inline-block;
}
.add-to-cart a.added {
	display: none;
}
.add-to-cart a.added_to_cart::before {
	font-family: 'Flaticon', sans-serif;
	font-size: 16px;
	content: "\f130";
}
/*wishlist*/
.yith-wcwl-add-to-wishlist {
	position: relative;
	margin-top: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
}
.yith-wcwl-add-to-wishlist a {
	font-size: 0;
	display: block;
	height: 40px;
}
.yith-wcwl-add-to-wishlist a:not(:hover) {
	color: inherit;
}
.yith-wcwl-add-to-wishlist .feedback {
	display: none;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
	display: none !important;
}
.add_to_wishlist::before {
	font-family: 'FontAwesome', sans-serif;
	/*content: '\f08a';*/
	content: '\f004';
	font-weight: normal;
	font-size: 18px;
}
.add_to_wishlist.loading {
	cursor: wait;
}
.add_to_wishlist.loading::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-wishlistexistsbrowse a::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: "\f004";
	font-size: 18px;
}
#yith-wcwl-popup-message {
	margin: 0 !important;
	background-color: #ff9e00;
	color: #fff;
	border: none;
	
	top: 50px;
	left: 40px;
	padding: 10px 25px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
#yith-wcwl-message {
	color: #fff;
}
/*compare*/
.compare-button {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
}
.compare-button .compare {
	display: block;
}
.compare {
	display: inline-block;
	font-size: 0;
	text-align: center;
	height: 40px;
}
.compare:not(:hover) {
	color: inherit;
}
.compare::before {
	font-family: 'FontAwesome', sans-serif;
	content: '\f0ec';
	font-size: 16px;
	
}
.compare.added::before {
	font-family: 'Flaticon', sans-serif;
	font-size: 18px;
	content: "\f130";
}
.product-item.style-04 .yith-wcqv-button .blockOverlay,
.compare .blockOverlay {
	background: #fff !important;
	opacity: 1 !important;
	border-radius: 50%;
}
.product-item.style-01 .yith-wcqv-button .blockOverlay::before,
.product-item.style-04 .yith-wcqv-button .blockOverlay::before,
.compare .blockOverlay::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 21px;
	display: inline-block;
	vertical-align: middle;
}
.product-item.style-05 .yith-wcqv-button .blockOverlay,
.product-item.style-05 .compare .blockOverlay,
.product-item.style-01 .yith-wcqv-button .blockOverlay,
.product-item.style-01 .compare .blockOverlay {
	background: #495057 !important;
	opacity: 1 !important;
}
/*.star-rating*/
.star-rating {
	white-space: nowrap;
	line-height: 100%;
	display: block;
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 90px;
	letter-spacing: 5px;
}
.star-rating::before,
.star-rating span::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	line-height: 100%;
}
.star-rating::before {
	content: "\f006\f006\f006\f006\f006";
	color: #cfcfcf;
}
.star-rating > span::before {
	content: "\f005\f005\f005\f005\f005";
	color: #ff9e00;
}
.rating-wapper .star-rating {
	display: inline-block;
	vertical-align: top;
}
.rating-wapper .review {
	vertical-align: top;
	display: inline-block;
	line-height: 22px;
	font-size: 14px;
	padding-left: 4px;
	color: #999999;
	display: none;
}
.process-valiable {
	margin-bottom: 25px;
	display: none;
}
.process-valiable .valiable-text {
	overflow: hidden;
	margin-bottom: 11px;
	font-weight: 600;
}
.process-valiable .valiable-text .text:first-child {
	float: left;
	padding-right: 10px;
}
.process-valiable .valiable-text .text:last-child {
	float: right;
	padding-right: 2px;
}
.process-valiable .valiable-text .text span {
	color: #000;
}
.process-valiable .valiable-total {
	height: 13px;
	position: relative;
	display: block;
	margin-right: 4px;
}
.process-valiable .valiable-total::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: -4px;
	bottom: 0;
	border-radius: 9px;
	background-color: #d5d5d5;
}
.process-valiable .valiable-total .process {
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	border-radius: 9px;
	display: block;
	background-color: #ff9e00;
}
.countdown-product .furgan-countdown {
	margin-bottom: 25px;
}
.countdown-product .furgan-countdown > span {
	display: inline-block;
	border-radius: 50px;
	min-width: 50px;
	height: 50px;
	margin-right: 5px;
	border: 2px solid #ff9e00;
	color: #fff;
	background-color: #ff9e00;
	padding: 7px 3px 0;
	text-align: center;
}
.countdown-product .furgan-countdown > span:last-child {
	margin-right: 0;
}
.countdown-product .furgan-countdown > span .number {
	display: block;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 5px;
}
.countdown-product .furgan-countdown > span .text {
	display: block;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
}
.product-item .variations .data-val a.color {
	display: inline-block;
	float: left;
	clear: both;
	margin: 5px 0;
}
.product-item .variations select,
.product-item .variations .data-val[data-attributetype="select"],
.product-item .variations .reset_variations {
	display: none !important;
}
/*.product-item.style-01*/
.product-item.style-01 .product-thumb {
	margin-bottom: 15px;
	overflow: hidden;
}
.product-item.style-01 .product-thumb > .thumb-link,
.product-item.style-01 .product-thumb .second-image {
	display: block;
}
.product-item.style-01 .group-button {
	position: absolute;
	right: 14px;
	bottom: 14px;
}
.product-item.style-01 .group-button .add-to-cart,
.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-01 .group-button .compare-button,
.product-item.style-01 .group-button .yith-wcqv-button {
	display: block;
	background-color: #ff9e00;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-ms-transform: translateX(60px);
	-o-transform: translateX(60px);
	transform: translateX(60px);
	margin-top: 7px;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.05);
	color: #fff;
}
.product-item.style-01 .group-button .add-to-cart {
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.product-item.style-01 .group-button .yith-wcqv-button {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product-item.style-01 .group-button .compare-button {
	-webkit-transition: all 0.55s ease 0s;
	-moz-transition: all 0.55s ease 0s;
	-o-transition: all 0.55s ease 0s;
	transition: all 0.55s ease 0s;
}
.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist {
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.product-item.style-01 .product-inner:hover .group-button .add-to-cart,
.product-item.style-01 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-01 .product-inner:hover .group-button .compare-button,
.product-item.style-01 .product-inner:hover .group-button .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.product-item.style-01 .group-button .add-to-cart:hover,
.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist:hover,
.product-item.style-01 .group-button .compare-button:hover,
.product-item.style-01 .group-button .yith-wcqv-button:hover {
	background-color: #495057;
}
.product-item.style-01 .group-button .add-to-cart:hover a,
.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist:hover a,
.product-item.style-01 .group-button .compare-button:hover a,
.product-item.style-01 .group-button .yith-wcqv-button:hover {
	color: #fff;
}
.product-item.style-01 .product-info {
	position: relative;
	text-align:center
}
/*.product-item.style-02*/
.product-item.style-02 .product-inner {
	border-radius: 8px;
	background-color: #f8f8f8;
	border: 1px solid #F1F1F1;
}
.product-item.style-02 .product-inner:hover {
	border-color: #ff9e00;
}
.product-item.style-02 .product-thumb {
	overflow: hidden;
}
.product-item.style-02 .product-thumb > .thumb-link,
.product-item.style-02 .product-thumb .second-image {
	display: block;
}
.product-item.style-02 .product-info {
	padding: 15px 10px;
	text-align: center;
	position: relative;
}
.product-item.style-02 .product-name {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 7px;
}
.product-item.style-02 .yith-wcqv-button {
	position: absolute;
	right: -90px;
	top: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	background-color: rgba(100, 100, 100, 0.75);
	color: #fff;
	width: 90px;
	font-size: 11px;
	font-weight: 600;
	height: 26px;
	line-height: 28px;
	text-transform: uppercase;
}
.product-item.style-02 .yith-wcqv-button:hover {
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
}
.product-item.style-02 .product-inner:hover .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
	right: 10px;
}
.product-item.style-02 .yith-wcqv-button::before {
	display: none;
}
.product-item.style-02 .group-button {
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	padding: 10px 20px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	margin-top: -25px;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	z-index: 10;
	border-radius: 0 0 8px 8px;
	border: 1px solid #ff9e00;
	border-top: none;
	background-color: #f8f8f8;
}
.product-item.style-02 .product-inner:hover .group-button {
	opacity: 1;
	visibility: visible;
	margin-top: -15px;
}
.product-item.style-02 .group-button .yith-wcwl-add-to-wishlist {
	float: left;
}
.product-item.style-02 .group-button .compare-button {
	float: right;
}
/*.product-item.style-03*/
.product-item.style-03 .product-inner {
	padding: 25px 19px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #ebebeb;
}
.product-item.style-03 .product-inner:hover {
	border: 1px solid #ff9e00;
}
.product-item.style-03 .product-thumb {
	float: right;
	width: 45%;
}
.product-item.style-03 .product-info {
	position: relative;
	float: left;
	width: 55%;
	padding-right: 20px;
}
.product-item.style-03 .price {
	margin-bottom: 15px;
}
.product-item.style-03 .product-name {
	font-size: 20px;
	margin-bottom: 12px;
}
.product-item.style-03 .add-to-cart {
	min-width: 0;
	width: auto !important;
	height: auto !important;
	line-height: 40px !important;
}
.product-item.style-03 .add-to-cart a {
	font-size: 14px;
	padding: 0 15px;
	border: 1px solid;
	color: inherit;
	font-weight: 600;
	text-transform: capitalize;
}
.product-item.style-03 .add-to-cart a:hover {
	background-color: #495057;
	border-color: #495057;
	color: #fff;
}
.product-item.style-03 .add-to-cart a::before {
	vertical-align: middle;
	margin-right: 7px;
	font-weight: normal;
	position: relative;
	top: -2px;
}
/*.product-item.style-04*/
.product-item.style-04 .clear {
	display: none;
}
.product-item.style-04 .product-inner {
	text-align: center;
}
.product-item.style-04 .product-thumb {
	margin-bottom: 20px;
	overflow: hidden;
}
.product-item.style-04 .product-thumb > .thumb-link,
.product-item.style-04 .product-thumb .second-image {
	display: block;
}
.product-item.style-04 .price {
	margin-bottom: 8px;
}
.furgan-Price-currencySymbol {
    padding-right: 3px;
	font-family: sans-serif;
}
.product-item.style-04 .group-button {
	position: absolute;
	right: 5px;
	left: 5px;
	bottom: 15px;
	text-align:right;
}
.product-item.style-04 .group-button .add-to-cart,
.product-item.style-04 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-04 .group-button .compare-button,
.product-item.style-04 .group-button .yith-wcqv-button {
	display: inline-block;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
	background-color: #ff9e00;
	color: #fff;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
	margin: 0 4px;
}
.product-item.style-04 .group-button .yith-wcwl-add-to-wishlist {
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	margin: 0;
}
.product-item.style-04 .group-button .compare-button {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product-item.style-04 .group-button .yith-wcqv-button {
	-webkit-transition: all 0.55s ease 0s;
	-moz-transition: all 0.55s ease 0s;
	-o-transition: all 0.55s ease 0s;
	transition: all 0.55s ease 0s;
}
.product-item.style-04 .group-button .add-to-cart {
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.product-item.style-04 .product-inner:hover .group-button .add-to-cart,
.product-item.style-04 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-04 .product-inner:hover .group-button .compare-button,
.product-item.style-04 .product-inner:hover .group-button .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.product-item.style-04 .group-button .add-to-cart:hover,
.product-item.style-04 .group-button .yith-wcwl-add-to-wishlist:hover,
.product-item.style-04 .group-button .compare-button:hover,
.product-item.style-04 .group-button .yith-wcqv-button:hover {
	background-color: #495057;
	border-color: #495057;
}
.product-item.style-04 .group-button .add-to-cart:hover a,
.product-item.style-04 .group-button .yith-wcwl-add-to-wishlist:hover a,
.product-item.style-04 .group-button .compare-button:hover a,
.product-item.style-04 .group-button .yith-wcqv-button:hover {
	color: #fff;
}
/*.product-item.style-05*/
.product-item.style-05 .product-top {
	padding: 20px 20px 15px;
	border-bottom: 1px solid #eeeeee;
}
.product-item.style-05 .product-thumb {
	overflow: hidden;
	margin-bottom: 18px;
}
.product-item.style-05 .product-thumb > .thumb-link,
.product-item.style-05 .product-thumb .second-image {
	display: block;
}
.product-item.style-05 .group-button {
	position: absolute;
	left: 14px;
	bottom: 14px;
}
.product-item.style-05 .group-button .add-to-cart,
.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-05 .group-button .compare-button,
.product-item.style-05 .group-button .yith-wcqv-button {
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-60px);
	-moz-transform: translateX(-60px);
	-ms-transform: translateX(-60px);
	-o-transform: translateX(-60px);
	transform: translateX(-60px);
	background-color: #ff9e00;
	margin-top: 7px;
	color: #fff;
	border-radius: 50%;
}
.product-item.style-05 .group-button .add-to-cart:hover,
.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist:hover,
.product-item.style-05 .group-button .compare-button:hover,
.product-item.style-05 .group-button .yith-wcqv-button:hover {
	background-color: #495057;
}
.product-item.style-05 .group-button .add-to-cart {
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.product-item.style-05 .group-button .yith-wcqv-button {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product-item.style-05 .group-button .compare-button {
	-webkit-transition: all 0.55s ease 0s;
	-moz-transition: all 0.55s ease 0s;
	-o-transition: all 0.55s ease 0s;
	transition: all 0.55s ease 0s;
}
.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist {
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.product-item.style-05 .product-inner:hover .group-button .add-to-cart,
.product-item.style-05 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-05 .product-inner:hover .group-button .compare-button,
.product-item.style-05 .product-inner:hover .group-button .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist:hover,
.product-item.style-05 .group-button .compare-button:hover,
.product-item.style-05 .group-button .yith-wcqv-button:hover {
	background-color: #495057;
}
.product-item.style-05 .group-button .add-to-cart:hover a,
.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist:hover a,
.product-item.style-05 .group-button .compare-button:hover a,
.product-item.style-05 .group-button .yith-wcqv-button:hover {
	color: #fff;
}
.product-item.style-05 .product-info {
	position: relative;
}
/*.product-item.style-06*/
.product-item.style-06 .product-thumb {
	float: left;
	max-width: 90px;
	border: 1px solid #f0f0f0;
	overflow: hidden;
	border-radius: 4px;
}
.product-item.style-06 .product-info {
	overflow: hidden;
	padding-left: 15px;
}
.product-item.style-06 .product-name {
	font-size: 15px;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product-item.style-06 .rating-wapper .review {
	display: none;
}
/*.product-item.style-07*/
.product-item.style-07 .product-inner {
	overflow: hidden;
}
.product-item.style-07 .product-thumb {
	float: left;
	width: 60%;
}
.product-item.style-07 .product-info {
	float: left;
	width: 40%;
	padding-left: 35px;
	padding-top: 30px;
}
.product-gallery {
	overflow: hidden;
}
.product-gallery .product-gallery-slick {
	float: right;
	width: calc(100% - 100px);
	padding-left: 10px;
}
.product-gallery .gallery-dots {
	float: left;
	width: 100px;
	padding: 0;
}
.product-gallery .gallery-dots .slick-arrow {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
}
.product-gallery .gallery-dots .slick-arrow:hover {
	color: #ff9e00;
}
.product-gallery .gallery-dots img {
	border: 1px solid #e7e7e7;
	border-radius: 0;
	margin: 1px 0;
}
.product-gallery .gallery-dots .slick-current img {
	border-color: #ff9e00;
}
.product-item.style-07 .title {
	font-size: 32px;
	font-weight: 700;
	color: #ff9e00;
	margin-bottom: 5px;
}
.product-item.style-07 .onsale {
	display: none;
}
.product-item.style-07 .product-name {
	font-size: 22px;
	margin-bottom: 10px;
}
.product-item.style-07 .price {
	padding-bottom: 15px;
}
.product-item.style-07 .price del {
	font-size: 16px;
}
.product-item.style-07 .price ins {
	color: #fff;
	background-color: #ff9e00;
	padding: 4px 10px 2px;
	border-radius: 20px;
}
.product-item.style-07 .add-to-cart {
	min-width: 0;
	width: auto !important;
	height: auto !important;
	line-height: 40px !important;
}
.product-item.style-07 .add-to-cart a {
	font-size: 14px;
	padding: 0 15px;
	border: 1px solid #495057;
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
}
.product-item.style-07 .add-to-cart a:hover {
	background-color: #495057;
	color: #fff;
}
.product-item.style-07 .add-to-cart a::before {
	vertical-align: middle;
	margin-right: 7px;
	font-weight: normal;
	position: relative;
	top: -2px;
}
/*.product-item.list*/
.product-item.list .product-inner {
	overflow: hidden;
	background-color: transparent;
	display: table;
	width: 100%;
	padding-bottom: 30px;
}
.product-item.list:not(:last-child) .product-inner {
	margin-bottom: 30px;
	border-bottom: 1px solid #e2e2e2;
}
.product-item.list .product-thumb {
	width: 32%;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.product-item.list .yith-wcqv-button {
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.08);
	position: absolute;
	left: 0;
	bottom: -40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	background-color: rgba(100, 100, 100, 0.75);
	color: #fff;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
}
.product-item.list .yith-wcqv-button::before {
	margin-right: 10px;
	vertical-align: top;
}
.product-item.list .yith-wcqv-button:hover {
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
}
.product-item.list .product-inner:hover .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.product-item.list .product-info {
	display: table-cell;
	vertical-align: middle;
	width: 49%;
	padding: 0 15px 0 20px;
	border-right: 1px solid #ebebeb;
}
.product-item.list .product-name {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}
.product-item.list .price {
	margin-bottom: 12px;
}
.product-item.list .furgan-product-details__short-description {
	overflow: hidden;
}
.product-item.list .group-button {
	vertical-align: middle;
	display: table-cell;
	padding-left: 15px;
}
.product-item.list .group-button .clear {
	display: none;
}
.product-item.list .group-button .add-to-cart {
	background-color: #495057;
	border: 1px solid #495057;
	color: #fff;
	padding: 0 12px;
	border-radius: 0;
	display: table;
	margin-bottom: 15px;
	font-weight: 600;
}
.product-item.list .group-button .add-to-cart:hover {
	color: #fff;
	background-color: #ff9e00;
	border-color: #ff9e00;
}
.product-item.list .group-button .add-to-cart a:hover {
	color: #fff;
}
.product-item.list .group-button .add-to-cart a,
.product-item.list .group-button .yith-wcwl-add-to-wishlist a,
.product-item.list .group-button .compare {
	font-size: 14px;
}
.product-item.list .group-button .add-to-cart a::before,
.product-item.list .group-button .compare::before {
	margin-right: 10px;
	vertical-align: top;
}
.product-item.list .group-button .yith-wcwl-add-to-wishlist a::before {
	margin-right: 5px;
}
.product-item.list .group-button .compare-button,
.product-item.list .group-button .yith-wcwl-add-to-wishlist {
	width: auto;
	height: auto;
	line-height: 30px;
	display: table;
	font-weight: 600;
}
@media (max-width: 1199px) {
	.product-item.list .product-inner {
		display: block;
	}
	.product-item.list .product-thumb {
		width: 270px;
		display: block;
		float: left;
		margin-right: 25px;
	}
	.product-item.list .product-info {
		float: left;
		display: block;
		border: none;
		padding: 0;
		margin-bottom: 5px;
	}
	.product-item.list .group-button {
		float: left;
		display: block;
		padding: 0;
	}
}
@media (max-width: 1024px) {
	.product-item.style-02 .product-inner:hover {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.product-item.style-02 .group-button {
		position: static;
		opacity: 1;
		visibility: visible;
		margin-top: 0 !important;
		border: none;
		padding: 0 5px 10px;
	}
	.product-item.style-02 .product-info {
		padding-bottom: 0;
	}
	.product-item.style-02 .product-inner:hover .group-button {
		margin-top: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.product-item.style-03 .product-inner {
		padding: 20px;
	}
	.product-item.style-01 .product-inner .group-button .add-to-cart,
	.product-item.style-01 .product-inner .group-button .yith-wcwl-add-to-wishlist,
	.product-item.style-01 .product-inner .group-button .compare-button,
	.product-item.style-01 .product-inner .group-button .yith-wcqv-button {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.product-item.style-02 .product-inner .group-button {
		opacity: 1;
		visibility: visible;
		margin-top: -5px;
		-webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05);
	}
	.product-item.style-04 .product-inner .group-button .add-to-cart,
	.product-item.style-04 .product-inner .group-button .yith-wcwl-add-to-wishlist,
	.product-item.style-04 .product-inner .group-button .compare-button,
	.product-item.style-04 .product-inner .group-button .yith-wcqv-button {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.product-item.style-05 .product-inner .group-button .add-to-cart,
	.product-item.style-05 .product-inner .group-button .yith-wcwl-add-to-wishlist,
	.product-item.style-05 .product-inner .group-button .compare-button,
	.product-item.style-05 .product-inner .group-button .yith-wcqv-button {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@media (max-width: 991px) {
	.product-item.list .product-info,
	.product-item.list .product-thumb {
		width: 50%;
	}
	.product-item.list .product-info {
		padding-left: 20px;
	}
	.product-item.list .product-thumb {
		margin-right: 0;
	}
	.product-item.list .group-button {
		padding-left: 20px;
	}
	.product-item.list .furgan-product-details__short-description {
		max-height: 96px;
	}
	.product-gallery .product-gallery-slick {
		width: 100%;
		padding-left: 0;
		padding-bottom: 10px;
	}
	.product-gallery .gallery-dots {
		width: 252px;
	}
	.product-gallery .gallery-dots .slick-arrow {
		width: 20px;
		height: 100%;
		line-height: 100px;
	}
	.product-gallery .gallery-dots .slick-list {
		width: 206px;
		display: inline-block;
		vertical-align: middle;
	}
	.product-item.style-07 .title {
		font-size: 26px;
	}
	.product-item.style-07 .product-name {
		font-size: 18px;
	}
	.product-item.style-07 .product-info {
		padding-left: 20px;
	}
}
@media (max-width: 767px) {
	.product-item .flash {
		top: 5px;
		left: 0;
	}
	.sold-out, .onnew, .onsale {
		font-size: 10px;
		min-width: 40px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.sold-out span, .onnew span, .onsale span {
		height: 16px;
		line-height: 17px;
	}
	.sold-out::before, .onnew::before, .onsale::before {
		border-width: 8px 10px 8px 0;
	}
	.add-to-cart,
	.compare-button,
	.yith-wcwl-add-to-wishlist {
		min-width: 30px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.add-to-cart a::before,
	.add_to_wishlist::before {
		font-size: 15px;
	}
	.compare::before {
		font-size: 14px;
	}
	/*.product-item .group-button {*/
	/*display: none !important;*/
	/*}*/
	.product-item .product-name {
		/*font-size: 14px;*/
		font-weight: 600;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		margin-bottom: 4px;
	}
	.star-rating {
		width: 82px;
	}
	.star-rating::before, .star-rating span::before {
		font-size: 13px;
	}
	.product-item.style-02 .product-name {
		margin-bottom: 4px;
	}
	.product-item.style-04 .product-thumb {
		margin-bottom: 12px;
	}
	.product-item .price {
		/*font-size: 12px;*/
		margin-bottom: 0;
	}
	.product-item .price del {
		font-size: 12px;
	}
	.product-item.style-04 .price {
		margin-bottom: 0;
	}
	.process-valiable .valiable-text .text {
		font-size: 12px;
	}
	.countdown-product .furgan-countdown {
		margin-bottom: 18px;
	}
	.product-item.style-03 .product-name {
		margin-bottom: 6px;
		font-size: 16px;
	}
	.product-item.style-03 .price {
		margin-bottom: 10px;
	}
	.product-item.style-06 .product-name {
		font-size: 13px;
	}
	.product-item.list .product-name {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.product-item.list .product-info {
		padding-left: 10px;
	}
	.product-item.list .furgan-product-details__short-description {
		font-size: 12px;
	}
	.product-item.list .price {
		margin-bottom: 0;
	}
	.product-item.style-07 .product-info {
		width: 100%;
		padding-left: 0;
	}
	.product-item.style-07 .product-thumb {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.product-item.style-03 .equal-elem {
		height: auto !important;
	}
	.product-item.style-03 .product-thumb,
	.product-item.style-03 .product-info {
		width: 100%;
		float: none;
		padding: 0;
	}
	.product-item.style-03 .product-thumb {
		margin-bottom: 20px;
	}
}
/* ==========================================================================
7.3 SINGLE PRODUCT
========================================================================== */
.main-contain-summary {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.main-contain-summary > div {
	display: table-cell;
	vertical-align: top;
}
.main-contain-summary .single-product-policy {
	width: 330px;
	padding-left: 30px;
	margin-bottom: 15px;
}
.main-contain-summary .single-product-policy .furgan-iconbox:nth-child(2n) {
	margin-top: 20px;
	margin-bottom: 20px;
}
.contain-left {
	position: relative;
}
.contain-left::before,
.contain-left::after {
	content: '';
	display: table;
}
.contain-left::after {
	clear: both;
}
.product_meta .wcml-dropdown,
.main-contain-summary .wcml-dropdown {
	display: none;
}
/*threed 360deg*/
.product-360-view-wrapper {
	margin: 100px auto;
	max-width: 800px;
	position: relative;
}
.spinner {
	color: #ffffff;
	font-size: 30px;
	font-weight: 100;
	text-align: center;
}
.furgan-threed-view::after {
	border-color: rgba(175, 175, 175, 0.05) rgba(175, 175, 175, 0.1) rgba(175, 175, 175, 0.15);
	border-radius: 50%;
	border-style: solid;
	border-width: 2px 2px 5px;
	bottom: 15px;
	content: "";
	height: 50%;
	left: 15px;
	position: absolute;
	right: 15px;
	z-index: 10;
}
.furgan-threed-view {
	cursor: ew-resize;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.furgan-threed-view .previous-image {
	opacity: 0;
	visibility: hidden;
}
.furgan-threed-view .threed-view-images {
	display: none;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.furgan-threed-view .threed-view-images img.current-image {
	visibility: visible;
	z-index: 9;
}
.furgan-threed-view .threed-view-images img {
	height: auto;
	position: absolute;
	top: 0;
	width: 100%;
}
.furgan-threed-view .nav_bar {
	bottom: 40px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	left: 50%;
	background: #fff;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 11;
}
.furgan-threed-view .nav_bar a {
	display: inline-block;
	text-decoration: none;
	width: 45px;
	font-size: 0;
	text-align: center;
}
.furgan-threed-view .nav_bar a:hover {
	background-color: #f9f9f9;
}
.furgan-threed-view .nav_bar a::after {
	font-family: "FontAwesome", sans-serif;
	font-size: 18px;
	position: relative;
	top: 4px;
}
.furgan-threed-view .nav_bar a.nav_bar_play::after {
	content: "\f04b";
}
.furgan-threed-view .nav_bar a.nav_bar_stop::after {
	content: "\f04d";
}
.furgan-threed-view .nav_bar a.nav_bar_previous::after {
	content: "\f048";
}
.furgan-threed-view .nav_bar a.nav_bar_next::after {
	content: "\f051";
}
.furgan-dark .furgan-threed-view .nav_bar a {
	color: black;
}
.mfp-iframe-holder .mfp-close:hover {
	background: none;
}
.product-360-button,
.single-left .product-video-button {
	position: absolute;
	z-index: 8;
	left: 18px;
	bottom: 15px;
}
.product-360-button a,
.single-left .product-video-button a {
	display: block;
	height: 46px;
	min-width: 120px;
	line-height: 48px;
	border-radius: 46px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
	padding: 0 13px;
	z-index: 1;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.product-360-button a:hover,
.single-left .product-video-button a:hover {
	color: #fff;
	background: #495057;
}
.product-360-button a span,
.single-left .product-video-button a span {
	font-size: 30px;
	font-weight: normal;
	vertical-align: middle;
	margin-right: 8px;
	position: relative;
}
.contain-left .flash {
	padding-bottom: 5px;
	display: none;
}
.contain-left.has-gallery .product-360-button,
.contain-left.has-gallery .single-left .product-video-button {
	left: 120px;
}
.contain-left .single-left {
	position: relative;
	overflow: hidden;
	float: left;
	width: 55%;
	margin-right: 30px;
	margin-bottom: 27px;
}
.contain-left .entry-summary {
	overflow: hidden;
	margin-bottom: 30px;
}
/*.furgan-product-gallery*/
.furgan-product-gallery {
	position: relative;
}
.furgan-product-gallery .furgan-product-gallery__trigger {
	display: block;
	font-size: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	height: 42px;
	width: 42px;
	line-height: 42px;
	border-radius: 50%;
	background-color: #ff9e00;
	-webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
	text-align: center;
	z-index: 1;
	color: #fff;
}
.furgan-product-gallery .furgan-product-gallery__trigger:hover {
	background-color: #495057;
}
.furgan-product-gallery .furgan-product-gallery__trigger::before {
	font-family: 'Flaticon', sans-serif;
	font-weight: normal;
	content: "\f10d";
	font-size: 18px;
}
.furgan-product-gallery .furgan-product-gallery__trigger img.emoji {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}
.contain-left.no-gallery .furgan-product-gallery .furgan-product-gallery__image img {
	width: 100%;
}
.furgan-product-gallery .flex-viewport {
	/*cursor: zoom-in;*/
}
.furgan-product-gallery .flex-viewport {
	float: right;
	/*width: -webkit-calc(100% - 104px);
	width: -moz-calc(100% - 104px);
	width: calc(100% - 104px);*/
	width:100%;
	margin-left: 14px;
}
.furgan-product-gallery .flex-control-nav.flex-control-thumbs {
	width: 90px;
	float: left;
	padding: 0;
}
.furgan-product-gallery .flex-control-nav.flex-control-thumbs li {
	list-style: none;
	border: none;
	position: relative;
}
.furgan-product-gallery .flex-control-nav.flex-control-thumbs li img {
	width: 100%;
	border: 1px solid #ebebeb;
}
.furgan-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
	border-color: #ff9e00;
}
.furgan-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 17px;
	cursor: pointer;
	z-index: 9;
	width: 100%;
	border-radius: 3px 3px 0 0;
	background-color: #ff9e00;
	color: #fff;
	margin-bottom: 10px;
	display: inline-block;
}
.furgan-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next {
	margin-bottom: 0;
	margin-top: 10px;
	border-radius: 0 0 3px 3px;
}
.furgan-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow:hover {
	color: #fff;
	background-color: #495057;
}
/*.entry-summary*/
.entry-summary .furgan-product-rating {
	margin-bottom: 10px;
}
.entry-summary .furgan-product-rating .star-rating {
	display: inline-block;
}
.entry-summary .entry-title {
	font-size: 32px;
	margin-bottom: 10px;
	margin-top: 0;
}
.entry-summary .price {
	display: inline-block;
	font-size: 26px;
	line-height: 1;
	margin-bottom: 16px;
	font-weight: 600;
}
.entry-summary .price ins {
	margin-right: 10px;
}
.entry-summary .price del {
	font-size: 20px;
}
.entry-summary .furgan-product-rating .review {
	display: inline-block;
	vertical-align: top;
}
.entry-summary .furgan-product-rating .furgan-review-link {
	display: none;
}
.stock {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 28px;
	position: relative;
	font-weight: 600;
	color: #000;
}
.stock.in-stock span {
	color: #ff9e00;
}
.stock.out-stock span {
	color: #ecb02f;
}
.entry-summary .furgan-product-details__short-description {
	margin-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}
.furgan-product-details__short-description p {
	/*font-size: 14px;*/
}
.furgan-product-details__short-description ul,
.furgan-product-details__short-description ol {
	padding-left: 0;
	list-style: none;
}
.furgan-product-details__short-description li {
	/*font-size: 13px;*/
	font-style: italic;
	/*line-height: 22px;*/
	position: relative;
	color: #ff9e00;
}
.furgan-product-details__short-description li::before {
	content: '+';
	font-size: 20px;
	margin-right: 5px;
}
.furgan-product-details__short-description p {
	margin-bottom: 6px;
	text-align: justify;
	color:#000
}
.furgan-product-details__short-description p:last-child {
	margin-bottom: 0;
}
/*form single product*/
.entry-summary form.cart {
	margin-top: 10px;
	position: relative;
}
.entry-summary form.cart.variations_form .variations {
	padding-bottom: 17px;
	position: relative;
}
.entry-summary form.cart.variations_form .variations .reset_variations {
	background-color: #495057;
	color: #fff;
	border-color: transparent;
	display: inline-block;
	position: absolute;
	top: -10px;
	right: 0;
	border-radius: 0;
	padding: 0 6px;
	font-weight: 600;
	font-size: 13px;
	height: 24px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.entry-summary form.cart.variations_form .variations .reset_variations:hover {
	background-color: #ff9e00;
}
.entry-summary .cart .single_add_to_cart_button {
	vertical-align: middle;
	height: 46px;
	line-height: 46px;
	border-radius: 0;
	min-width: 180px;
	font-size: 13px;
	font-weight: 700;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	cursor: pointer;
}
.entry-summary .cart .single_add_to_cart_button:hover {
	background-color: #ff9e00;
}
.entry-summary .cart .single_add_to_cart_button::before {
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	font-family: 'Flaticon', sans-serif;
	content: "\f137";
	font-size: 21px;
}
.entry-summary .cart .single_add_to_cart_button.loading {
	cursor: wait;
}
.entry-summary .cart .single_add_to_cart_button.loading::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 21px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
}
.entry-summary .cart .single_add_to_cart_button span,
.entry-summary .cart .added_to_cart {
	display: none;
}
.entry-summary .cart .furgan-variation-add-to-cart-disabled .single_add_to_cart_button {
	opacity: 0.5;
	text-decoration: line-through;
	cursor: not-allowed;
	pointer-events: none;
}
.entry-summary div.quantity {
	margin-right: 15px;
	margin-bottom: 20px;
}
.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
div.quantity {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	width: 112px;
	background: #ffffff;
	text-align: center;
	border: 1px solid #ebebeb;
}
div.quantity .qty-label {
	display: none;
}
div.quantity .input-qty {
	color: #000;
	width: 50px;
	height: 46px;
	line-height: 44px;
	font-size: 16px;
	font-weight: 600;
	padding: 0 5px;
	text-align: center;
	border: none;
	display: inline-block;
	float: left;
	border-radius: 0;
}
div.quantity .btn-number {
	line-height: 46px;
	height: 42px;
	display: inline-block;
	right: 0;
	width: 30px;
	float: left;
	font-size: 0;
}
div.quantity .btn-number:hover {
	color: #ff9e00;
}
div.quantity .btn-number.quantity-plus::before {
	content: "\f0da";
	font-family: 'FontAwesome', sans-serif;
	font-size: 15px;
}
div.quantity .btn-number.quantity-minus::before {
	content: "\f0d9";
	font-family: 'FontAwesome', sans-serif;
	font-size: 15px;
}
.entry-summary p.cart {
	margin-bottom: 0;
}
.entry-summary .yith-wcwl-add-to-wishlist + .clear {
	display: none;
}
.entry-summary .yith-wcwl-add-to-wishlist,
.entry-summary .compare {
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 1px;
	width: auto;
	height: auto;
}
.entry-summary .yith-wcwl-add-to-wishlist a {
	font-size: 14px;
	font-weight: 600;
	margin-right: 30px;
}
.entry-summary .yith-wcwl-add-to-wishlist a::before {
	vertical-align: top;
	color: #9e9e9e;
	margin-right: 5px;
}
.entry-summary .yith-wcwl-add-to-wishlist a:hover::before {
	color: #ff9e00;
}
.entry-summary .yith-wcwl-add-to-wishlist a:not(:hover) {
	color: #000;
}
.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
	font-size: 18px;
}
.entry-summary .yith-wcwl-wishlistaddedbrowse a::before,
.entry-summary .yith-wcwl-wishlistexistsbrowse a::before {
	font-size: 16px;
}
.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover::before {
	color: #ff9e00;
}
.entry-summary .compare {
	font-size: 14px;
	font-weight: 600;
}
.entry-summary .compare::before {
	color: #9e9e9e;
	margin-right: 10px;
	font-weight: normal;
}
.entry-summary .compare:hover::before {
	color: #ff9e00;
}
.entry-summary .compare:not(:hover) {
	color: #000;
}
.entry-summary .product_meta {
	display: inline-block;
	width: 100%;
}
.entry-summary .product_meta > span {
	display: block;
	font-weight: 600;
}
.entry-summary .product_meta > span .sku {
	color: #000;
}
.entry-summary .product_meta > span:not(:last-child) {
	margin-bottom: 10px;
}
.entry-summary .social-heading {
	display: none;
}
.entry-summary .furgan-share-socials {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 40px;
	background: #ff9e00;
	border-radius: 0 10px 10px 0;
	z-index: 999;
	padding: 5px 10px;
}
.entry-summary .furgan-share-socials a {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding: 5px 0;
	display: inline-block;
	width: 100%;
}
/*.product-type-simple*/
/*.product-type-variable*/
.product-type-variable .furgan-variation-price .price {
	font-size: 20px;
	padding-bottom: 8px;
}
/*.product-type-external*/
/*.product-type-grouped*/
.product-type-grouped .entry-summary .cart .group_table tr:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
}
.product-type-grouped .entry-summary .cart .group_table,
.product-type-grouped .entry-summary .cart .group_table td {
	border: none;
}
.product-type-grouped .entry-summary .cart .group_table td:first-child {
	padding-left: 0;
}
.product-type-grouped .entry-summary .cart .group_table td:last-child {
	padding-right: 0;
}
.product-type-grouped .entry-summary .cart .group_table td.label,
.product-type-grouped .entry-summary .cart .group_table td.price {
	text-align: inherit;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0;
	white-space: normal;
}
.product-type-grouped .entry-summary .cart .group_table label {
	margin-bottom: 0;
}
.product-type-grouped .entry-summary .cart .group_table .button {
	font-size: 15px;
	line-height: 26px;
}
.product-type-grouped .entry-summary .cart .group_table .price ins {
	padding-left: 0;
}
.product-type-grouped .entry-summary .cart .group_table .quantity {
	margin-bottom: 0;
}
@media (max-width: 1280px) {
	.entry-summary .entry-title {
		font-size: 22px;
	}
	.entry-summary .price {
		font-size: 20px;
	}
	.entry-summary .price del {
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.main-contain-summary,
	.main-contain-summary > div {
		display: block;
	}
	.main-contain-summary .single-product-policy {
		width: 100%;
		padding-left: 0;
	}
}
@media (min-width: 992px) {
	.furgan-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.prev::before {
		content: "\f106";
	}
	.furgan-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next::before {
		content: "\f107";
	}
}
@media (max-width: 991px) {
/*img.zoomImg {
    width: 100% !important;
    height: 100% !important;
}*/
	.furgan-product-gallery .flex-control-nav.flex-control-thumbs {
		width: 100%;
		padding: 0;
		margin-top: 10px;
		/*max-width: 768px;*/
	}
	.furgan-product-gallery .flex-control-nav.flex-control-thumbs .slick-list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.furgan-product-gallery .slick-track {
		margin-left: 0;
	}
	.furgan-product-gallery .flex-control-nav.flex-control-thumbs .slick-list li {
		padding-left: 5px;
		padding-right: 5px;
	}
	.furgan-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
		width: 20px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.furgan-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.prev {
		margin: 0;
		left: 0;
		border-radius: 50%;
	}
	.furgan-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next {
		margin: 0;
		right: 0;
		border-radius: 50%;
	}
	.contain-left .single-left,
	.contain-left .entry-summary {
		width: 100%;
	}
	.contain-left .single-left {
		margin-right: 0;
	}
	.furgan-product-gallery .flex-viewport {
		max-width: 100%;
		width: 992px;
		float: left;
		margin-left: 0;
	}
	.furgan-product-gallery .furgan-product-gallery__trigger {
		display: none;
	}
	.contain-left.has-gallery .product-360-button,
	.contain-left.has-gallery .single-left .product-video-button {
		left: 9px;
	}
	.product-360-button,
	.single-left .product-video-button {
		top: 9px;
		left: 9px;
		bottom: auto;
	}
	.entry-summary .furgan-share-socials {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		background: none !important;
		width: auto;
		padding: 10px 0 0 0;
	}
	.entry-summary .social-heading {
		display: inline-block;
		font-size: 14px;
		margin: 0;
		color: inherit;
	}
	.entry-summary .furgan-share-socials a {
		display: inline-block;
		font-size: 16px;
		width: 30px;
		text-align: center;
	}
	.entry-summary .furgan-share-socials a {
		color: #000;
	}
}
/*Bundle*/
.dreamingsb-products .dreamingsb-product .dreamingsb-thumb {
	width: 80px;
}
.dreamingsb-products .dreamingsb-product .dreamingsb-thumb img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.dreamingsb-products,
.dreamingsb-products .dreamingsb-product {
	border: none;
}
.dreamingsb-products .dreamingsb-product:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
}
/*buy together*/
.famibt-wrap .famibt-short-desc,
.famibt-wrap .famibt-after-text {
	display: none;
}
.famibt-wrap > .row {
	display: table;
	margin: 0;
	width: 100%;
}
.famibt-wrap > .row > .col-sm-9 {
	width: 70.8%;
	display: table-cell;
	vertical-align: top;
	float: none;
}
.famibt-wrap > .row > .col-sm-3 {
	width: 29.2%;
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.famibt-wrap {
	margin-top: 25px;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	border: 1px solid #e6e6e6;
	border-radius: 0;
}
.famibt-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 70.8%;
	height: 100%;
	border-right: 1px solid #e8e8e8;
}
.famibt-wrap .famibt-right-part {
	text-align: center;
}
.famibt-wrap .famibt-title {
	font-size: 20px;
	padding-left: 30px;
	padding-right: 15px;
	margin-top: 0;
	margin-bottom: 25px;
	width: 70.8%;
}
.famibt-wrap .total-price-html {
	font-size: 30px;
	margin-bottom: 8px;
	color: #ff9e00;
}
.famibt-wrap .famibt-products-wrap .famibt-product .famibt-price,
.famibt-wrap .famibt-item .famibt-price {
	color: #ff9e00;
}
.famibt-wrap .btn-primary {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
	padding: 0 15px;
	height: 47px;
	line-height: 43px;
	min-width: 210px;
	text-align: center;
	border-radius: 47px;
}
.famibt-wrap .btn-primary:hover {
	background-color: transparent;
	color: #ff9e00;
	border-color: #ff9e00;
}
.famibt-wrap .famibt-left-part {
	padding-right: 15px;
	padding-left: 15px;
}
.famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap {
	text-align: center;
}
.famibt-wrap .famibt-products-wrap .famibt-product .famibt-product-title {
	margin-top: 11px;
	margin-bottom: 5px;
	color: inherit;
}
.famibt-wrap .famibt-item {
	color: #666666;
}
.famibt-wrap .famibt-item:not(:last-child) {
	padding-bottom: 9px;
}
.famibt-wrap .famibt-item .famibt-product-title strong {
	font-weight: normal;
	color: #000;
}
.famibt-wrap .famibt-item label .famibt-price::before {
	content: '(';
	float: left;
}
.famibt-wrap .famibt-item label .famibt-price::after {
	content: ')';
}
.famibt-wrap .famibt-item label input[type="checkbox"] {
	display: none;
}
.famibt-wrap .famibt-item label input[type="checkbox"] + span {
	position: relative;
	padding-left: 27px;
}
.famibt-wrap .famibt-item label input[type="checkbox"] + span::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #d7d7d7;
}
.famibt-wrap .famibt-item label input[type="checkbox"]:checked + span::after {
	content: '';
	position: absolute;
	top: 7px;
	left: 4px;
	background-color: #495057;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
}
.famibt-wrap .famibt-item label input[type="checkbox"][disabled] + span::before,
.famibt-wrap .famibt-item label input[type="checkbox"][disabled] + span::after {
	cursor: not-allowed;
	opacity: 0.5;
}
.famibt-price {
	color: #000;
	display: inline-block;
}
.famibt-price del {
	color: #8a8a8a;
}
.famibt-price ins {
	color: #ff9e00;
	float: left;
	margin-right: 5px;
	text-decoration: none;
}
@media (max-width: 1199px) {
	.famibt-wrap {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.famibt-wrap::before {
		display: none;
	}
	.famibt-wrap > .row {
		display: block;
	}
	.famibt-wrap .famibt-title {
		width: 100%;
		padding-left: 25px;
	}
	.famibt-wrap > .row > .col-sm-9,
	.famibt-wrap > .row > .col-sm-3 {
		display: block;
		width: 100%;
	}
	.famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap::before {
		margin-left: -15px;
	}
	.famibt-wrap .famibt-left-part {
		padding: 0 10px 25px 10px;
	}
}
/*furgan-tabs-wrapper*/
.furgan-tabs-wrapper {
	position: relative;
	margin-top: 30px;
}
/*.dreaming-tabs*/
.dreaming-tabs {
	list-style: none;
	padding-left: 0;
	/*text-align: center;*/
}
.dreaming-tabs li {
	display: inline-block;
	padding: 0 25px;
	vertical-align: bottom;
}
.dreaming-tabs li a {
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #868686;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.dreaming-tabs li a::before {
	content: '';
	position: absolute;
	/* border-bottom: 2px solid #ff9e00; */
	width: 100%;
	bottom: 10px;
	transition: all 0.5s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0.6;
}
.dreaming-tabs li a:hover,
.dreaming-tabs li.active a {
	/*color: #000;*/
	color: #ff9e00;
	border-bottom: 2px solid #ff9e00;
}
.dreaming-tabs li.active a::before,
.dreaming-tabs li a:hover::before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
/*.furgan-Tabs-panel*/
.furgan-Tabs-panel {
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 100%;
	margin: -1px auto 0;
	overflow: hidden;
}
.furgan-Tabs-panel > h2 {
	display: none;
}
.furgan-Tabs-panel p:last-child {
	margin-bottom: 0;
}
.furgan-Tabs-panel table {
	margin-bottom: 0;
}
.furgan-Tabs-panel th,
.furgan-Tabs-panel td {
	font-weight: 600;
}
.furgan-Tabs-panel td p {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.dreaming-tabs {
		/* margin-top: 15px; */
		width: 100%;
		float: left;
	}
	.dreaming-tabs li {
		display: block;
		margin-bottom: 8px;
		padding-right: 0;
		padding: 0;
		width: 33%;
		float: left;
	}
	.furgan-Tabs-panel {
		padding: 25px 15px;
	}
	.dreaming-tabs li a {
    font-size: 16px;
}
}
/*comment star*/
p.stars {
	margin-top: 5px;
	line-height: 18px;
	display: inline-block;
}
p.stars span {
	display: block;
	height: 18px;
}
p.stars, p.stars a {
	display: inline-block
}
p.stars a {
	font-weight: 400;
	height: 1em
}
p.stars a:before, p.stars a:hover ~ a:before {
	content: "\f006";
	color: #ff9e00;
}
p.stars a {
	font-size: 18px;
	position: relative;
	width: 1em;
	text-indent: -999em;
	margin-right: 2px
}
p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	text-indent: 0;
}
p.stars:hover a:before, p.stars.selected:not(:hover) a:before {
	content: '\f005';
    color: #ffb933;
}
p.stars a:hover ~ a:before, p.stars.selected:not(:hover) a.active ~ a:before {
	content: "\f006";
	color: #adadad;
}
.block-title .product-grid-title {
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 55px;
	position: relative;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.block-title .product-grid-title::before,
.block-title .product-grid-title::after {
	content: '';
	height: 2px;
	position: absolute;
	background-color: #ff9e00;
	top: 13px;
	width: 40px;
}
.block-title .product-grid-title::before {
	left: calc(100% + 5px);
}
.block-title .product-grid-title::after {
	right: calc(100% + 5px);
}
.categories-product-dreaming {
	padding-bottom: 45px;
	margin-bottom: 45px;
	position: relative;
}
.categories-product-dreaming::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 1px solid #d4d4d4;
}
.main-content.no-sidebar .categories-product-dreaming::before {
	width: 100vw;
}
.categories-product-dreaming .product-grid ~ .product-grid {
	padding-top: 30px;
}
.categories-product-dreaming .row-item {
	margin-bottom: 40px;
}
.categories-product-dreaming .subcat {
	background-color: #fff;
	padding: 15px 20px 35px 20px;
	text-align: center;
	display: block;
	
	border: 1px solid #e2e2e2;
}
.categories-product-dreaming .subcat figure {
	margin-bottom: 15px;
	overflow: hidden;
}
.categories-product-dreaming .subcat img {
	margin: 0 auto;
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.categories-product-dreaming .subcat:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);;
}
.categories-product-dreaming .subcat span {
	font-size: 20px;
}
.categories-product-dreaming .block-title {
	overflow: hidden;
}
.categories-product-dreaming .block-title .product-grid-title {
	text-align: left;
	float: left;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 26px;
	letter-spacing: 0;
	margin-top: 3px;
}
.categories-product-dreaming .block-title a {
	float: right;
	display: inline-block;
	min-width: 122px;
	height: 38px;
	line-height: 36px;
	border: 1px solid #d9d9d9;
	
	background-color: #fff;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	color: #a8a8a8;
}
.categories-product-dreaming .block-title a:hover {
	color: #fff;
	background-color: #ff9e00;
	border-color: #ff9e00;
}
.categories-product-dreaming .slick-arrow {
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	font-size: 22px;
	color: #000;
	position: absolute;
	top: 25%;
	z-index: 3;
	border: 1px solid #dadada;
	
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
}
.categories-product-dreaming .owl-slick:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.categories-product-dreaming .slick-arrow.prev {
	left: -20px;
}
.categories-product-dreaming .slick-arrow.next {
	right: -20px;
}
.categories-product-dreaming .slick-arrow:hover {
	background-color: #ff9e00;
	border-color: #ff9e00;
	color: #fff;
}
/*recently-reviewed-product*/
.recently-reviewed-product {
	padding-top: 50px;
	padding-bottom: 30px;
	position: relative;
}
.recently-reviewed-product::before {
	content: '';
	position: absolute;
	width: 100vw;
	top: 0;
	left: 50%;
	right: 0;
	bottom: -50px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
	background-color: #fff;
	border-top: 1px solid #e8e8e8;
}
.recently-reviewed-product .product img {
	border: 1px solid #e2e2e2;
	
}
@media (max-width: 1199px) {
	.categories-product-dreaming .slick-arrow {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.categories-product-dreaming .slick-arrow.prev {
		left: -15px;
	}
	.categories-product-dreaming .slick-arrow.next {
		right: -15px;
	}
}
/* ==========================================================================
8.0 OTHER PAGE
========================================================================== */
/* ==========================================================================
8.1 CART PAGE
========================================================================== */
#shipping_method {
	padding-left: 0;
	list-style: none;
}
#shipping_method input[type="radio"] {
	display: none;
}
#shipping_method label {
	position: relative;
	padding-left: 26px;
	color: #666666;
	cursor: pointer;
}
#shipping_method label::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#shipping_method input[type="radio"]:checked + label {
	color: #000;
}
#shipping_method input[type="radio"]:checked + label::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #495057;
	position: absolute;
	left: 3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
body.furgan-cart .cart-empty {
	font-size: 38px;
	line-height: 1.2;
	
	background-color: #fff;
	padding: 90px 15px 25px;
	text-align: center;
	margin-bottom: 0;
}
body.furgan-cart .return-to-shop {
	text-align: center;
	padding: 0 15px 90px;
	
	background-color: #fff;
}
body.furgan-cart .return-to-shop a {
	min-width: 170px;
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	background-color: #1b1b1b;
	height: 52px;
	line-height: 52px;
	border-radius: 0;
	color: #fff;
	display: inline-block;
}
body.furgan-cart .return-to-shop a:hover {
	background-color: #ff9e00;
}
.cart-collaterals {
	display: inline-block;
	width: 100%;
	/*padding-top: 40px;*/
	/*padding-top: 10px;*/
}
.cart-collaterals .cross-sells {
	padding-bottom: 40px;
}
.cross-sells > h2 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-top: 0;
	margin-bottom: 35px;
}
.shop_table .variation {
	display: none;
}
.shop_table thead tr th {
	border-bottom: 0;
	border-top: 0;
}
.shop_table tr td.product-remove,
.shop_table tr th.product-remove {
	border-right: 0;
	border-top: 0;
	border-left: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.shop_table tr td.product-thumbnail,
.shop_table tr th.product-thumbnail {
	border-right: 0;
	border-left: 0;
	padding-left: 15px;
	padding-right: 15px;
}
body.furgan-cart .shop_table tr td.product-name,
body.furgan-cart .shop_table tr th.product-name {
	border-left: 0;
}
body.furgan-cart .shop_table tr td.product-subtotal,
body.furgan-cart .shop_table tr th.product-subtotal {
	border-right: 0;
}
.shop_table tr:first-child td,
.shop_table tr:first-child th {
	border-top: 0;
}
.shop_table .product-remove {
	text-align: center;
}
.shop_table .product-remove .remove {
	font-size: 22px;
}
.shop_table .product-remove .remove:not(:hover) {
	color: #bdbdbd;
}
.shop_table .product-thumbnail img {
	max-width: 80px;
	min-width: 60px;
}
.shop_table .product-name a:not(.button) {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.shop_table .product-name a:not(.button):hover {
	color: #ff9e00;
}
.furgan-cart-form .shop_table {
	margin-bottom: 0;
}
.furgan-cart-form .shop_table thead {
	background-color: #e9e9e9;
}
.furgan-cart-form .shop_table thead th {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	border-color: #d7d7d7;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
}
.furgan-cart-form .shop_table thead th.product-name {
	text-align: left;
}
.furgan-cart-form .shop_table td.product-price,
.furgan-cart-form .shop_table td.product-subtotal {
	font-size: 16px;
	color: #000;
	text-align: center;
}
.furgan-cart-form .shop_table td.product-quantity {
	text-align: center;
}
.furgan-cart-form .shop_table td.product-subtotal {
	font-weight: 600;
}
.furgan-cart-form .shop_table .actions {
	padding: 40px 20px 30px 20px;
	overflow: hidden;
	border: 0;
}
.furgan-cart-form .shop_table .actions label {
	display: none;
}
.furgan-cart-form .shop_table .actions .coupon {
	position: relative;
	max-width: 100%;
	width: 512px;
	float: left;
	margin-bottom: 7px;
}
.furgan-cart-form .shop_table .actions #coupon_code {
	width: 100%;
	height: 52px;
	line-height: 50px;
	border-radius: 0;
}
.furgan-cart-form .shop_table .actions button.button {
	display: inline-block;
	min-width: 160px;
	height: 52px;
	line-height: 52px;
	border-radius: 0;
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}
.furgan-cart-form .shop_table .actions .coupon button.button {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 3px 3px 0;
}
.furgan-cart-form .shop_table .actions button.button:hover {
	background-color: #ff9e00;
}
.furgan-cart-form .shop_table .actions > button.button {
	float: right;
}
.cart_totals {
	position: relative;
}
.cart_totals > h2 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	background-color: #e9e9e9;
	padding: 15px 25px;
	margin: 0;
	border-radius: 3px 3px 0 0;
}
.cart_totals .shop_table {
	/*background-color: #f6f6f6;*/
	margin-bottom: 0;
	border: 0;
}
.cart_totals .shop_table tr:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
}
.cart_totals .shop_table tr th,
.cart_totals .shop_table tr td {
	border: 0;
	padding: 15px 20px;
}
.cart_totals .shop_table tr th {
	width: 35%;
	vertical-align: top;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	border-right: 0;
}
.cart_totals .shop_table tr td {
	vertical-align: top;
	font-size: 16px;
	color: #000;
	border-left: 0;
	text-align: right;
}
.cart_totals .shop_table tr.order-total th {
	font-size: 16px;
	font-weight: 600;
}
.cart_totals .shop_table tr.order-total strong {
	font-size: 18px;
	color: #ff9e00;
	font-weight: normal;
}
.furgan-shipping-calculator > p {
	margin-bottom: 0;
}
.furgan-shipping-calculator > .shipping-calculator-form {
	margin-top: 26px;
}
.shipping-calculator-button,
.shipping-calculator-button:hover,
.shipping-calculator-button:focus,
.shipping-calculator-button:active {
	text-decoration: underline;
}
.shipping-calculator-form {
	text-align: left;
}
.shipping-calculator-form input {
	background-color: #fff;
}
.shipping-calculator-form .button {
	display: inline-block;
	min-width: 160px;
	height: 52px;
	line-height: 52px;
	padding: 0 15px;
	text-align: center;
}
.furgan-proceed-to-checkout {
	text-align: center;
}
.furgan-proceed-to-checkout .checkout-button {
	display: block;
	background-color: #495057;
	height: 40px;
	line-height: 43px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	border-radius: 0 0 3px 3px;
}
.furgan-proceed-to-checkout .checkout-button:hover {
	background-color: #ff9e00;
}
body.furgan-cart .no-sidebar .furgan-cart-form {
	float: left;
	display: inline-block;
	width: calc(100% - 359px)
}
body.furgan-cart .no-sidebar .cart-collaterals {
	display: inline-block;
	width: 359px;
	padding-left: 30px;
	padding-top: 0;
}
@media (max-width: 1199px) {
	.cart_totals > h2,
	body.furgan-cart .cart-title {
		font-size: 16px;
		letter-spacing: 0.1em;
		padding: 20px;
	}
	.furgan-cart-form .shop_table td.product-price,
	.furgan-cart-form .shop_table td.product-subtotal {
		font-size: 15px;
	}
	body.furgan-cart .no-sidebar .furgan-cart-form {
		width: 100%;
		float: none;
	}
	body.furgan-cart .no-sidebar .cart-collaterals {
		width: 100%;
		padding-left: 0;
		float: none;
		margin-top: 15px;
	}
	.shop_table td,
	.shop_table th {
		border-color: #ebebeb;
		padding: 15px;
	}
	.furgan-cart-form {
		width: 100%;
	}
	.cart-collaterals {
		width: 100%;
		padding-left: 0;
		/*padding-top: 40px;*/
	}
}
@media (max-width: 991px) {
	.has-sidebar .shop_table {
		display: block;
	}
	.has-sidebar .shop_table thead,
	.has-sidebar .shop_table tfoot,
	.has-sidebar .shop_table tbody,
	.has-sidebar .shop_table tr,
	.has-sidebar .shop_table tr td,
	.has-sidebar .shop_table tr th {
		display: inline-block;
		text-align: center !important;
		width: 100% !important;
		border-left: 0;
		border-right: 0;
		border-top: 0;
	}
	.has-sidebar .furgan-cart-form .shop_table thead {
		display: none;
	}
	.has-sidebar .furgan-cart-form .shop_table tr:first-child td,
	.has-sidebar .furgan-cart-form .shop_table tr:first-child th,
	.has-sidebar .cart_totals .shop_table tr:first-child td,
	.has-sidebar .cart_totals .shop_table tr:first-child th {
		padding-top: 15px;
	}
	.has-sidebar .furgan-cart-form .shop_table .actions .coupon,
	.has-sidebar .furgan-cart-form .shop_table .actions button.button {
		float: none;
		width: 100%;
	}
	.has-sidebar .furgan-cart-form .shop_table tr td,
	.has-sidebar .cart_totals .shop_table tr th {
		border-top: 0;
	}
	.has-sidebar .furgan-cart-form .shop_table .actions .coupon button.button {
		position: static;
		margin-top: 10px;
		border-radius: 0;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.shop_table {
		display: block;
	}
	.shop_table thead,
	.shop_table tfoot,
	.shop_table tbody,
	.shop_table tr,
	.shop_table tr td,
	.shop_table tr th {
		display: inline-block;
		text-align: center !important;
		width: 100% !important;
		border-left: 0;
		border-right: 0;
		border-top: 0;
	}
	body.furgan-cart .cart-title {
		border-bottom: 1px solid #ebebeb;
		padding: 20px 15px;
		letter-spacing: 0.1em;
	}
	.cart_totals > h2 {
		padding: 20px 15px;
		letter-spacing: 0.1em;
	}
	.furgan-cart-form .shop_table thead {
		display: none;
	}
	.furgan-cart-form .shop_table tr:first-child td,
	.furgan-cart-form .shop_table tr:first-child th,
	.cart_totals .shop_table tr:first-child td,
	.cart_totals .shop_table tr:first-child th {
		padding-top: 15px;
	}
	.furgan-cart-form .shop_table .actions .coupon,
	.furgan-cart-form .shop_table .actions button.button {
		float: none;
		width: 100%;
	}
	.furgan-cart-form .shop_table tr td,
	.cart_totals .shop_table tr th {
		border-top: 0;
	}
	.furgan-cart-form .shop_table .actions .coupon button.button {
		position: static;
		border-radius: 0;
		margin-top: 10px;
		width: 100%;
	}
	body.furgan-cart .cart-empty {
		font-size: 26px;
	}
}
/* ==========================================================================
8.2 CHECKOUT PAGE
========================================================================== */
.furgan-form__label-for-checkbox > span {
	position: relative;
	font-size: 18px;
	color: #000;
	padding-left: 26px;
}
.furgan-form__label-for-checkbox > span::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background-color: #e8e8e8;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.furgan-form__label-for-checkbox .furgan-form__input-checkbox {
	display: none;
}
.furgan-form__label-for-checkbox .furgan-form__input-checkbox:checked + span {
	color: #000;
}
.furgan-form__label-for-checkbox .furgan-form__input-checkbox:checked + span::before {
	background-color: #ff9e00;
}
.furgan-form__label-for-checkbox .furgan-form__input-checkbox:checked + span::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ffffff;
	position: absolute;
	left: 6px;
	top: 12px;
}
#payment {
	background-color: #f6f6f6;
	border-radius: 0;
}
#payment ul {
	padding: 30px 30px 20px 30px;
	list-style: none;
}
#payment .input-radio {
	display: none;
}
#payment .input-radio ~ label {
	position: relative;
	padding-left: 26px;
	color: #000;
	margin-bottom: 0;
	cursor: pointer;
}
#payment .input-radio ~ label::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background-color: #e8e8e8;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 2px;
}
#payment .input-radio:hover + label::before,
#payment .input-radio:checked + label::before {
	background-color: #ff9e00;
}
#payment .input-radio:hover + label::after,
#payment .input-radio:checked + label::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 6px;
	top: 8px;
}
/*SELECT2 RESET*/
body .select2-container {
	width: 100% !important;
}
body .select2-dropdown {
	border: 1px solid transparent;
}
body .select2-container--default .select2-selection--single {
	height: 54px;
	line-height: 52px;
	border: 1px solid transparent;
	background-color: #fff;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #666666;
	line-height: 52px;
	padding-left: 15px;
	padding-right: 40px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 52px;
	width: 50px;
}
body .select2-container .select2-choice .select2-arrow b:after {
	border: none;
	font-family: 'FontAwesome', sans-serif;
	content: "\f107";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
	margin-left: -15px;
}
body .select2-dropdown {
	border-radius: 0;
}
body .select2-dropdown .select2-search .select2-search__field {
	background-color: #ffffff;
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #e6e6e6;
}
body .select2-results__option {
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
}
body .select2-dropdown .select2-result {
	color: #888888;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #f0f2f5;
	color: #000;
}
body .select2-container--default .select2-results__option[aria-selected="true"],
body .select2-container--default .select2-results__option[data-selected="true"] {
	color: #000;
}
.furgan-checkout-login .furgan-info,
.furgan-checkout-coupon .furgan-info {
	padding: 40px 20px 50px 122px;
	background-color: #f6f6f6;
	border: none;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #000;
	text-transform: uppercase;
	border-radius: 0;
}
.furgan-checkout-login .furgan-info::before,
.furgan-checkout-coupon .furgan-info::before {
	width: 84px;
	height: 84px;
	line-height: 84px;
	border-radius: 50%;
	background-color: #fff;
	content: "\f103";
	font-family: 'Flaticon', sans-serif;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 20px;
	letter-spacing: 0;
}
.furgan-checkout-coupon .furgan-info::before {
	content: "\f100";
}
.furgan-checkout-login .furgan-info a,
.furgan-checkout-coupon .furgan-info a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: initial;
	padding-top: 6px;
}
.furgan-checkout-login .furgan-info a:not(:hover),
.furgan-checkout-coupon .furgan-info a:not(:hover) {
	color: #868686;
}
.checkout_coupon {
	overflow: hidden;
	padding: 35px 25px 10px 25px;
	background-color: #f6f6f6;
	border-radius: 0;
	margin-bottom: 30px;
}
.checkout_coupon .button {
	background-color: #1b1b1b;
	height: 52px;
	line-height: 52px;
	border-radius: 0;
	display: inline-block;
	min-width: 160px;
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}
.checkout_coupon .button:hover {
	background-color: #ff9e00;
}
.furgan-checkout-login .furgan-form-login {
	padding: 35px 25px 10px 25px;
	background-color: #f6f6f6;
	margin-bottom: 30px;
}
.checkout-before-top {
	overflow: hidden;
}
.checkout-before-top .furgan-checkout-login,
.checkout-before-top .furgan-checkout-coupon {
	width: calc(50% - 15px);
	float: left;
}
.checkout-before-top .furgan-checkout-coupon {
	float: right;
}
form.furgan-checkout {
	position: relative;
}
form.furgan-checkout::before,
form.furgan-checkout::after {
	content: '';
	display: table;
}
form.furgan-checkout::after {
	clear: both;
}
.validate-required label .required {
	display: none;
}
.validate-required label::after {
	/*content: '*';*/
	color: #ff0000;
}
/*.furgan-billing-fields*/
.furgan-billing-fields > h3 {
	font-size: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 600;
	padding: 25px;
	border-bottom: 1px solid #ebebeb;
	margin: 0;
}
.furgan-billing-fields__field-wrapper {
	padding: 15px 25px 25px 25px;
	
}
/*furgan-account-fields*/
.furgan-account-fields {
	padding: 0 25px 35px 25px;
}
.furgan-account-fields > p {
	margin-bottom: 10px;
}
.furgan-account-fields #account_password_field {
	margin-bottom: 0;
}
.form-row {
	/*margin-bottom: 30px;*/
	display: block;
	margin-left: 0;
	margin-right: 0;
}
.form-row:last-child {
	margin-bottom: 0;
}
.form-row > label {
	display: block;
	margin-bottom: 4px;
	text-align: left;
}
.furgan-input-wrapper > select,
.furgan-input-wrapper > input,
.form-row > input {
	width: 100%;
	height: 40px;
	line-height: 50px;
	border-radius: 0;
	background-color: #fff;
	border-color: #fff;
}
.form-row-first {
	float: left;
	width: calc(50% - 15px);
}
.form-row-last {
	float: right;
	width: calc(50% - 15px);
}
/*.furgan-shipping-fields*/
#customer_details .col-1 {
	position: relative;
	background-color: #f6f6f6;
	border-radius: 0;
	max-width: 100%;
}
#customer_details .col-2 {
	margin-top: 30px;
	background-color: #f6f6f6;
	padding: 15px 25px 15px;
	border-radius: 0;
	max-width: 100%;
}
.furgan-shipping-fields #ship-to-different-adchair {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}
.furgan-shipping-fields #ship-to-different-adchair label {
	color: inherit;
	margin: 0;
}
.furgan-shipping-fields .shipping_adchair {
	padding-top: 20px;
}
#order_comments {
	border-radius: 0;
	background-color: #fff;
	border-color: #fff;
	/*height: 195px;*/
}
/*#order_review*/
#order_review_heading {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	background-color: #ff9e00;
	padding: 25px;
	margin: 0;
}
#order_review .shop_table {
	background-color: #f6f6f6;
	border: 0;
	margin-bottom: 30px;
}
#order_review .shop_table tr th,
#order_review .shop_table tr td {
	border-left: 0;
	border-right: 0;
	padding: 17px 25px;
	font-size: 15px;
	color: #000;
}
#order_review .shop_table tr th {
	vertical-align: top;
	font-size: 16px;
	font-weight: 600;
	padding: 22px 25px;
	width: 30%;
}
#order_review .shop_table tr td strong {
	font-weight: 600;
}
#order_review .shop_table tfoot tr th,
#order_review .shop_table tfoot tr td {
	border-bottom: 0;
}
#order_review .shop_table tr.shipping td,
#order_review .shop_table tr.cart-subtotal td,
#order_review .shop_table tr.order-total td,
#order_review .shop_table tr .product-total {
	text-align: right;
}
#order_review .shop_table tfoot tr.cart-subtotal th,
#order_review .shop_table tfoot tr.shipping th {
	font-weight: 600;
}
#order_review .shop_table tfoot tr.shipping p:last-child {
	margin-bottom: 0;
}
#order_review .shop_table tfoot tr.order-total th,
#order_review .shop_table tfoot tr.order-total td {
	padding: 22px 25px;
}
#order_review .shop_table tfoot tr.order-total th {
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-transform: uppercase;
}
#order_review .shop_table tfoot tr.order-total td strong {
	font-size: 20px;
	color: #ff9e00;
}
#order_review .shop_table tbody tr:first-child td,
#order_review .shop_table tbody tr:first-child th,
#order_review .shop_table tfoot tr:first-child td,
#order_review .shop_table tfoot tr:first-child th {
	border-top: 0;
}
#order_review .shop_table thead {
	background-color: #e9e9e9;
}
#order_review .shop_table thead tr th {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}
#order_review .shop_table tfoot {
	font-size: 16px;
	color: #000;
}
.place-order {
	text-align: center;
}
.place-order .furgan-terms-and-conditions-wrapper {
	padding: 0 30px;
}
#place_order {
	width: 100%;
	background-color: #495057;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
}
#place_order:hover {
	background-color: #ff9e00;
}
.wc_payment_method:not(:last-child) {
	padding-bottom: 20px;
}
.payment_box {
	background-color: #e9e9e9;
	position: relative;
	padding: 15px;
	margin-top: 18px;
}
.payment_box p:last-child {
	margin-bottom: 0;
}
.payment_box::before {
	content: '';
	border-width: 0 9px 10px 9px;
	border-style: solid;
	border-color: transparent transparent #e9e9e9 transparent;
	position: absolute;
	top: -10px;
	left: 25px;
}
.no-sidebar form.furgan-checkout {
	overflow: hidden;
}
.no-sidebar #customer_details {
	float: left;
	width: calc(100% - 480px);
}
.no-sidebar #order_review {
	float: right;
	width: 480px;
	padding-left: 30px;
}
.no-sidebar #order_review_heading {
	float: right;
	width: 450px;
}
.furgan-order .furgan-notice {
	font-size: 16px;
	font-weight: 600;
	background: #495057;
	padding: 30px 25px;
	margin-bottom: 30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-radius: 0;
	text-align: center;
}
.furgan-order .furgan-order-overview {
	background: #f6f6f6;
	border-radius: 0;
	margin-bottom: 30px;
	padding: 30px 25px;
	list-style: none;
}
.furgan-order .furgan-order-overview li::before {
	font-family: 'FontAwesome', sans-serif;
	content: '\f105';
	margin-right: 12px;
	font-size: 18px;
	color: #bdbdbd;
}
.furgan-order .furgan-order-details .shop_table {
	border: none;
}
.furgan-order .furgan-order-details .shop_table thead {
	background-color: #e9e9e9;
}
.furgan-order .furgan-order-details .shop_table tbody tr:first-child td,
.furgan-order .furgan-order-details .shop_table tbody tr:first-child th,
.furgan-order .furgan-order-details .shop_table tfoot tr:first-child td,
.furgan-order .furgan-order-details .shop_table tfoot tr:first-child th {
	border-top: 0;
}
.furgan-order .furgan-order-details .shop_table tfoot tr:last-child td,
.furgan-order .furgan-order-details .shop_table tfoot tr:last-child th {
	border-bottom: 0;
}
.furgan-order .furgan-order-details .shop_table tr th,
.furgan-order .furgan-order-details .shop_table tr td {
	border-left: 0;
	border-right: 0;
	padding: 17px 25px;
	font-size: 15px;
	color: #000;
	font-weight: 600;
}
.furgan-order .furgan-order-details {
	background: #f6f6f6;
	border-radius: 0;
	margin-bottom: 30px;
}
.furgan-order .furgan-order-details .furgan-order-details__title {
	font-size: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 600;
	padding: 25px;
	margin: 0;
	color: #fff;
	background-color: #ff9e00;
}
.furgan-order .furgan-customer-details {
	background: #f6f6f6;
	border-radius: 0;
}
.furgan-order .furgan-customer-details .furgan-column__title {
	font-size: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 600;
	padding: 25px;
	border-bottom: 1px solid #ebebeb;
	margin: 0;
}
.furgan-order .furgan-customer-details adchair {
	padding: 20px 25px;
}
.furgan-order .furgan-customer-details adchair p {
	margin-bottom: 10px;
}
@media (max-width: 1199px) {
	#order_review_heading {
		font-size: 16px;
		padding: 20px 15px;
		letter-spacing: 0.1em;
	}
	.furgan-checkout-login .furgan-info,
	.furgan-checkout-coupon .furgan-info {
		letter-spacing: 0.1em;
	}
	.checkout-before-top .furgan-checkout-login,
	.checkout-before-top .furgan-checkout-coupon {
		width: 100%;
		float: none;
	}
	.no-sidebar #customer_details {
		float: none;
		width: 100%;
	}
	.no-sidebar #order_review_heading {
		float: none;
		width: 100%;
	}
	.no-sidebar #order_review {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.furgan-checkout-login .furgan-form-login,
	#payment ul,
	#customer_details .col-2,
	.furgan-billing-fields > h3,
	.furgan-billing-fields__field-wrapper {
		padding: 20px 15px;
	}
	.place-order .furgan-terms-and-conditions-wrapper {
		padding: 0 15px;
	}
	.checkout_coupon {
		padding: 20px 15px 0 15px;
	}
	.furgan-account-fields {
		padding: 0 15px 20px 15px;
	}
	.furgan-billing-fields > h3 {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	#customer_details {
		width: 100%;
		padding-right: 0;
		margin-bottom: 40px;
	}
	#order_review {
		width: 100%;
	}
	#order_review .shop_table tr th,
	#order_review .shop_table tr td {
		padding: 15px !important;
	}
	#place_order {
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}
	.furgan-order .furgan-customer-details adchair,
	.furgan-order .furgan-customer-details .furgan-column__title,
	.furgan-order .furgan-order-details .furgan-order-details__title,
	.furgan-order .furgan-order-overview,
	.furgan-order .furgan-notice {
		padding: 20px 15px;
	}
	.furgan-order .furgan-order-details .shop_table tr th,
	.furgan-order .furgan-order-details .shop_table tr td {
		padding: 15px;
	}
	#customer_details .col-2 .furgan-additional-fields > h3 {
		font-size: 20px;
	}
	.furgan-order .furgan-notice,
	.furgan-order .furgan-order-details .furgan-order-details__title,
	.furgan-order .furgan-customer-details .furgan-column__title {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.form-row-first,
	.form-row-last {
		width: 100%;
		float: none;
	}
	.furgan-checkout-login .furgan-info,
	.furgan-checkout-coupon .furgan-info {
		padding: 25px 15px 25px 90px;
	}
	.furgan-checkout-login .furgan-info::before,
	.furgan-checkout-coupon .furgan-info::before {
		width: 60px;
		height: 60px;
		line-height: 60px;
		left: 15px;
		font-size: 28px;
	}
	.furgan-order .furgan-order-details .shop_table thead {
		display: none;
	}
	.furgan-order .furgan-order-details .shop_table tfoot tr:last-child th {
		border-bottom: 1px solid #ebebeb;
	}
	#order_review_heading,
	.furgan-order .furgan-order-details .furgan-order-details__title {
		text-align: center;
	}
	#customer_details .col-2 .furgan-additional-fields > h3 {
		font-size: 18px;
	}
	.furgan-order .furgan-notice,
	.furgan-order .furgan-order-details .furgan-order-details__title,
	.furgan-order .furgan-customer-details .furgan-column__title {
		font-size: 14px;
	}
}
/* ==========================================================================
8.3 MY ACCOUNT PAGE
========================================================================== */
body .user-role .radio {
	display: inline-block;
	padding: 0 20px
}
body.furgan-account .furgan::before,
body.furgan-account .furgan::after {
	content: '';
	display: table;
}
body.furgan-account .furgan::after {
	clear: both;
}
/*LOGOUT*/
body.furgan-account .furgan-notices-wrapper ~ h2 {
	font-size: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	background-color: #f6f6f6;
	padding: 30px 25px 7px 25px;
	border-radius: 3px 3px 0 0;
}
body.furgan-account .furgan-notices-wrapper ~ h2::before {
	content: "\f103";
	font-family: 'Flaticon', sans-serif;
	display: inline-block;
	min-width: 84px;
	height: 84px;
	line-height: 80px;
	border-radius: 50%;
	background-color: #ff9e00;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	margin-right: 20px;
	font-size: 31px;
	font-weight: normal;
	letter-spacing: 0;
}
body.furgan-account .furgan-notices-wrapper ~ .furgan-form-login {
	background-color: #f6f6f6;
	padding: 19px 25px 15px 25px;
	border-radius: 0 0 3px 3px;
}
/*LOGIN*/
#customer_login {
	overflow: hidden;
}
#customer_login .col-1,
#customer_login .col-2 {
	width: calc(50% - 20px);
	float: left;
	background-color: #f6f6f6;
	padding: 30px 25px 7px 25px;
	min-height: 517px;
	border-radius: 0;
	max-width: 100%;
}
#customer_login .col-2 {
	float: right;
}
#customer_login .form-row {
	margin-bottom: 25px;
}
#customer_login > div > h2 {
	font-size: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 25px;
}
#customer_login > div > h2::before {
	content: "\f101";
	font-family: 'Flaticon', sans-serif;
	display: inline-block;
	min-width: 84px;
	height: 84px;
	line-height: 80px;
	border-radius: 50%;
	background-color: #ff9e00;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	margin-right: 20px;
	font-size: 31px;
	font-weight: normal;
	letter-spacing: 0;
}
#customer_login > div.col-2 > h2::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f040"
}
#customer_login > div > form .form-row:not(.form-row-wide) {
	text-align: center;
}
form.furgan-form-login .form-row:not(.form-row-wide),
form.register .form-row:not(.form-row-wide) {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	padding-top: 9px;
}
form.furgan-form-login .button,
form.register .button {
	float: left;
	height: 52px;
	line-height: 52px;
	border-radius: 0;
	background-color: #1b1b1b;
	display: inline-block;
	min-width: 160px;
	padding: 0 15px;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
}
form.furgan-form-login .button:hover,
form.register .button:hover {
	background-color: #ff9e00;
}
form.furgan-form-login .furgan-form__label {
	float: right;
	margin-bottom: 0;
	line-height: 52px;
}
form.furgan-form-login .lost_password {
	text-align: center;
	font-style: italic;
	font-size: 14px;
	font-weight: 600;
}
form.furgan-form-login .lost_password a {
	position: relative;
	display: inline-block;
	padding-bottom: 6px;
}
form.furgan-form-login .lost_password a:not(:hover) {
	color: inherit;
}
form.furgan-form-login .lost_password a::before {
	content: '';
	border-bottom: 1px solid;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.furgan-MyAccount-navigation {
	float: left;
	width: 30%;
	padding-right: 30px;
}
.furgan-MyAccount-content {
	float: left;
	width: 70%;
}
.furgan-MyAccount-navigation > ul {
	padding-left: 0;
}
.furgan-MyAccount-navigation > ul li {
	line-height: 50px;
	list-style: none;
	font-weight: 600;
}
.furgan-MyAccount-navigation > ul li:not(:first-child) {
	border-top: 1px solid #ebebeb;
}
.furgan-MyAccount-navigation > ul li.is-active a {
	color: #ff9e00;
}
.furgan-MyAccount-content .form-row label {
	display: block;
	font-weight: normal;
}
.furgan-MyAccount-content fieldset {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.furgan-MyAccount-content fieldset legend {
	color: #000;
	display: block;
	border-bottom: none;
}
.furgan-MyAccount-content fieldset ~ p .furgan-Button {
	min-width: 159px;
	height: 52px;
	line-height: 52px;
	border-radius: 0;
	font-weight: 600;
	background-color: #1b1b1b;
}
.furgan-MyAccount-content fieldset ~ p .furgan-Button:hover {
	background-color: #ff9e00;
}
.furgan-MyAccount-content .form-row input {
	width: 100%;
}
.furgan-MyAccount-content h3 {
	margin: 0 0 20px;
}
.furgan-MyAccount-content p {
	margin-bottom: 15px;
}
.furgan-Adchair {
	margin-bottom: 30px;
	padding: 25px 15px;
	border: 2px solid #d1d1d1;
	margin-top: 30px;
	position: relative;
}
.furgan-Adchair .furgan-Adchair-title > h3 {
	font-size: 18px;
}
/*.furgan-password*/
.furgan-password-strength {
	margin-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.furgan-password-strength::before {
	content: '';
	display: block;
	height: 4px;
	width: 100%;
	background-color: #c2c2c2;
	position: absolute;
	left: 0;
	bottom: 0;
}
.furgan-password-strength::after {
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.furgan-password-strength.short::after {
	background-color: #f44336;
	width: 25%;
}
.furgan-password-strength.bad::after {
	background-color: #ff9800;
	width: 50%;
}
.furgan-password-strength.good::after {
	background-color: #2196F3;
	width: 75%;
}
.furgan-password-strength.strong::after {
	background-color: #4CAF50;
	width: 100%;
}
.furgan-ResetPassword .form-row .furgan-Button {
	height: 54px;
	line-height: 54px;
	
	min-width: 150px;
}
.furgan-ResetPassword .form-row .furgan-Button:hover {
	background-color: #ff9e00;
}
.furgan-ResetPassword .form-row {
	float: none;
}
@media (max-width: 1199px) {
	body.furgan-account .furgan-notices-wrapper ~ h2,
	body.furgan-account .furgan-notices-wrapper ~ .furgan-form-login,
	.checkout_coupon,
	#customer_login .col-1,
	#customer_login .col-2 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 991px) {
	#customer_login .col-1,
	#customer_login .col-2 {
		width: 100%;
		min-height: 0;
	}
	#customer_login .col-1 {
		margin-bottom: 30px;
	}
	.furgan-MyAccount-navigation {
		width: 100%;
		padding-right: 0;
	}
	.furgan-MyAccount-content {
		width: 100%;
	}
	.furgan-MyAccount-navigation > ul {
		margin-bottom: 40px;
	}
	#customer_login .form-row:not(.form-row-wide) {
		margin-bottom: 20px;
	}
	
}
@media (max-width: 479px) {
	#customer_login .furgan-form__label {
		float: none;
	}
	#customer_login .furgan-Button {
		float: none;
	}
	
}
/* ==========================================================================
8.4 WISHLIST PAGE
========================================================================== */
.wishlist-title {
	display: block;
}
.wishlist-title h2 {
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 25px;
	background-color: #f6f6f6;
	display: block;
}
.furgan table.wishlist_table {
	background-color: #fff;
}
.furgan table.wishlist_table thead {
	display: none;
}
.furgan table.wishlist_table tbody tr td.product-thumbnai {
	border-right: 0;
}
.furgan table.wishlist_table tbody tr td.product-name {
	border-left: 0;
}
.furgan table.wishlist_table tbody tr td.product-remove,
.furgan table.wishlist_table tbody tr td {
	padding: 15px;
}
.furgan table.wishlist_table tr td.product-thumbnail a {
	display: inline-block;
	max-width: 89px;
}
.furgan table.wishlist_table .yith-wcqv-button {
	display: none;
}
.furgan table.wishlist_table .product-price {
	font-size: 16px;
	color: #000;
}
.furgan table.wishlist_table tbody tr td.wishlist-empty {
	font-size: 42px;
	line-height: 1.2;
	padding: 90px 15px;
}
.furgan table.wishlist_table tr td.product-stock-status span {
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
}
.furgan table.wishlist_table tr td.product-stock-status span {
	font-weight: 600;
	font-size: 14px;
}
.furgan table.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
	color: #ecb02f;
}
.furgan table.wishlist_table td.product-add-to-cart {
	border-right: 0;
}
.furgan table.wishlist_table td.product-add-to-cart a {
	display: inline-block !important;
	min-width: 164px;
	height: 49px;
	line-height: 49px;
	background-color: #1b1b1b;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	padding: 0 15px;
	text-align: center;
	margin-bottom: 0;
}
.furgan table.wishlist_table td.product-add-to-cart a:hover {
	background-color: #ff9e00;
}
.furgan table.wishlist_table tfoot td {
	padding: 0;
	border: 0;
}
.furgan table.wishlist_table .yith-wcwl-share {
	margin-bottom: 10px;
	padding: 15px 25px;
}
.furgan table.wishlist_table .yith-wcwl-share h4.yith-wcwl-share-title {
	font-size: 16px;
}
@media (max-width: 1499px) {
	.furgan table.wishlist_table tbody tr td.wishlist-empty {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 1199px) {
	.furgan table.wishlist_table tbody tr td.wishlist-empty {
		padding-top: 50px;
		padding-bottom: 50px;
		font-size: 24px;
	}
	.furgan table.wishlist_table tbody tr td.product-remove,
	.furgan table.wishlist_table tbody tr td {
		padding: 15px;
	}
}
@media (max-width: 767px) {
	.furgan table.wishlist_table tbody tr:first-child td {
		padding-top: 15px;
	}
	.furgan table.wishlist_table tbody tr td.wishlist-empty {
		font-size: 26px;
	}
}
/* ==========================================================================
8.5 TRACK YOUR ORDER
========================================================================== */
.track_order {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f6f6f6;
	padding: 35px 30px 40px 30px;
	border-radius: 0;
}
.track_order .form-row {
	margin-bottom: 0;
	margin-top: 30px;
	float: none;
}
.track_order p:first-child {
	max-width: 540px;
	margin: 0 auto;
	text-align: center;
}
.track_order label {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.track_order .form-row-first,
.track_order .form-row-last {
	width: 100%;
}
.track_order .button {
	margin: 0 auto;
	display: table;
	border-radius: 0;
	background-color: #1b1b1b;
	font-weight: 600;
	min-width: 160px;
	height: 52px;
	line-height: 52px;
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
}
.track_order .button:hover {
	background-color: #ff9e00;
}
/* ==========================================================================
8.6 PAGE 404
========================================================================== */
body.error404 .header {
	position: static;
}
.main-container.error-404 .title-404 {
	margin: 0;
	font-size: 270px;
	line-height: 1;
}
.main-container.error-404 .title {
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	color: #000;
	margin-bottom: 20px;
}
.main-container.error-404 .subtitle {
	font-size: 18px;
	color: #7e848b;
	margin-bottom: 55px;
}
.main-container.error-404 .button {
	display: inline-block;
	padding: 0 25px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background-color: #495057;
	text-transform: capitalize;
	border-radius: 0;
}
.main-container.error-404 .button:hover {
	background-color: #ff9e00;
}
@media (min-width: 992px) {
	.page-title {
		font-size: 32px;
	}
}
@media (max-width: 992px) {
	.page-title {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.main-container.error-404 .page-title {
		font-size: 140px;
	}
	.main-container.error-404 .title {
		font-size: 26px;
	}
	.main-container.error-404 .subtitle {
		font-size: 15px;
	}
}





.quickview-ratting-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.quickview-ratting-wrap .quickview-ratting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  color: #ddd;
}

.quickview-ratting-wrap .quickview-ratting .yellow {
  color: #F5A623;
}

.quickview-ratting-wrap .quickview-ratting i {
  margin: 0;
}



.rows-space-30 {
    margin-bottom: 40px;
}




/* ==========================================================================
6.2 BREADCRUMBS THEME
========================================================================== */
.breadcrumbs {
	width: 1800px;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: 15px auto 0;
	font-weight: 600;
}
body.single .breadcrumbs {
	text-align: left;
}
.breadcrumbs .breadcrumb {
	list-style: none;
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
	display: block;
}
.breadcrumbs .breadcrumb li {
	display: inline-block;
	color: #666666;
}
.breadcrumbs .breadcrumb li + li::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f105";
	color: #666666;
	padding-left: 13px;
	padding-right: 10px;
}
.breadcrumbs .breadcrumb li a:not(:hover) {
	color: #000;
}
.furgan-breadcrumb {
	color: #666666;
	/* width: 1800px; */
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: 25px auto;
	/*text-align: center;*/
	font-weight: 600;
}
body.single-product .furgan-breadcrumb {
	text-align: left;
}
.furgan-breadcrumb a:not(:hover) {
	color: #000;
}
.furgan-breadcrumb i {
	padding-left: 11px;
	padding-right: 11px;
	color: #868686;
}
@media (max-width: 1199px) {
	.furgan-breadcrumb {
		padding-left: 15px;
		padding-right: 15px;
	}
}




.footer-nav {}
.footer-nav li {
    line-height: 30px;
}
.footer-nav li a {
    display: block;
    color: #fff;
}







.first-container {
    padding: 0;
    margin: 0;
    position: fixed;
    left: -120px;
    top: 40%;
    width: 159px;
    z-index: 99;
}

.first > li {
    list-style-type: none;
    /* background-color:#616161; */
    color: #fff;
    height: 43px;
    padding: 0;
    margin: 0 0 1px 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}
.first > li a {
    display: inline!important;
	text-decoration: none;
}

.first > li img {
    float: right;
    margin: 5px 4px;
    margin-left: 14px;
    padding: 4px;
}
.first > li p {
    padding-top: 5px;
    margin: 0;
    text-align: right;
    line-height: 16px;
    font-size: 11px;
    color: #fff!important;
}
.first > li:hover {
margin-right: -115px;
}


.testing {
    display: block;
    position: fixed;
    right: -50px;
    line-height: 1.5;
    background: #E91E63;
    top: 40%;
    z-index: 999999;
    color: #fff;
    -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
    padding: 12px 20px;
    text-align: center;
    font-size: 17px;
    border-radius: .25rem;
    font-weight: 600;
}
.testing a {
    color: #fff;
    text-decoration: none;
}






.social-outer-box.enquiry{display: block;position: fixed;right: -50px;line-height: 1.5;background: #c92025;top: 40%;z-index: 99;color: #fff;-webkit-transform: translate3d(0, 0, 0) rotate(-90deg);padding: 12px 20px;text-align: center;font-size: 17px;border-radius: .25rem;font-weight: 600;}
a.risk {
    color: #ffffff;
}

.social-outer-box.enquiry a {
    border: 0;
    color: #fff;
}

.color1 {background-color:#10274a}
.color2 {background-color:#1bd741}
.color3 {background-color:#4267b2}
.color4 {background-color:#0077b7}


.color3 p, .color4 p, .color5 p, .color6 p, .color7 p {
    font-size: 16px !important;
    padding-top: 14px !important;
}

@media only screen and (max-width: 767px) {
.first-container {
	bottom: 5%;
    top: auto;
}
.social-outer-box {
    text-align: center;
    vertical-align: middle;
    top: auto !important;
      width: 100%;
    bottom: 0;
    left: 0;
	right:0 !important;
	left:15%;
	width:70%;
    margin: 0!important;
	-webkit-transform:none !important;
	padding: 10px 0px !important;
}

}





.mobile-contact {
    background: #4caf50;
    padding: 3px 10px;
}
.mobile-contact span {
    color: #fff;
    /* display: block; */
    font-size: 16px;
}

.mobile-contact a, .mobile-contact a h5 {
    color: #fff;
    font-size: 16px;
}
 

.custom-tab-pills .nav-item .nav-link {
	border: 1px solid #f45622;
    color: #f53e54;
}

.custom-tab-pills .nav-item .nav-link.active {
	border: 1px solid #f45622;
    font-weight: 700;
    background-image: -webkit-linear-gradient(90deg, #f45622 0%, #f53e54 100%);
    color: #fff;
}

.product-course-carusel .single-course {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.product-course-carusel .single-course:hover {
  transform: scale(1.03);
}

#modalImg {
	width: 50%
}

#detailsModal .modal-header {
	background-image: -webkit-linear-gradient(90deg, #f45622 0%, #f53e54 100%);
}

#detailsModal .modal-header h5 {
	color: #fff;
}

#detailsModal .modal-header button {
	color: #fff;
}