/*=============================================
=            CSS Index            =
=============================================

    -> Default styles
    -> Header
    -> Footer
    -> Sidebar
    -> Container
    -> Button
    -> Scroll top
    -> Search overlay
    -> Section title
    -> Category
    -> Banner
    -> Section space
    -> Brand
    -> Call to action
    -> Deal counter
    -> Instagram 
    -> Breadcrumb
    -> Slider
    -> Backgrounds
    -> Product
    -> Quick view
    -> Contact form
    -> Testimonial
    -> Google map
    -> Accordion
    -> Pagination
    -> Newsletter
    -> Progressbar
    -> About us
    -> Service
    -> Contact us
    -> Shop
    -> Blog
    -> Login register
    -> Order tracking
    -> Cart
    -> Checkout


/*=====  End of CSS Index  ======*/
/*=============================================
=            Theme default CSS            =
=============================================*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i");
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  line-height: 1.5;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Source Sans Pro", sans-serif;
  color: #666;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden;
}
body.active-body-search-overlay {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-top: 0;
}

h1 {
  font-size: 36px;
  line-height: 42px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

button, input[type=submit] {
  cursor: pointer;
}

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

/*-- Tab Content & Pane Fix --*/
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='black'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

/*----------  default settings slick slider  ----------*/
.slick-slide > div > div {
  vertical-align: middle;
}

/*----------  Sharp border tippyjs theme  ----------*/
/* If `animateFill: true` (default) */
.tippy-tooltip.sharpborder-theme .tippy-backdrop {
  background-color: #383838;
  font-weight: 400;
  color: #fff;
}

/* If `animateFill: false` */
.tippy-tooltip.sharpborder-theme {
  font-weight: 400;
  border-radius: 0;
  font-size: 12px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  background: #383838;
  color: #fff;
  line-height: 12px;
  white-space: nowrap;
  padding: 8px 10px;
}

/* If `animateFill: true` (default) */
.tippy-tooltip.roundborder-theme .tippy-backdrop {
  background-color: #383838;
  font-weight: 400;
  color: #fff;
}

/* If `animateFill: false` */
.tippy-tooltip.roundborder-theme {
  font-weight: 400;
  font-size: 12px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  background: #383838;
  color: #fff;
  line-height: 12px;
  white-space: nowrap;
  padding: 8px 10px;
}

.slick-slider .slick-list {
  margin-right: -15px;
  margin-left: -15px;
}
.slick-slider .col, .slick-slider [class^=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

/*=============================================
=            Header            =
=============================================*/
/* header offset sticker */
.header-offer-sticker {
  background-color: #AAAAAA;
}
.header-offer-sticker p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  line-height: 38px;
}
.header-offer-sticker p a {
  text-decoration: underline;
  margin-left: 5px;
}
.header-offer-sticker p a:hover {
  color: #ffffff;
}

.header-top-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* header top dropdown */
.header-top-dropdown {
  position: relative;
  padding: 0 15px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.header-top-dropdown:hover > .header-top-dropdown__list {
  visibility: visible;
  opacity: 1;
}
.header-top-dropdown > a {
  padding: 7px 0;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 22px;
}
.header-top-dropdown > a:hover {
  color: #537fbc;
}
.header-top-dropdown > a i {
  font-size: 12px;
}
.header-top-dropdown__list {
  padding: 10px 0;
  position: absolute;
  top: calc(100% + 2px);
  left: 0%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  min-width: 150px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}
.header-top-dropdown__list li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-top-dropdown__list li a {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 1;
}
.header-top-dropdown__list li:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.header-top-dropdown__list li:hover a {
  color: #537fbc;
}

/* header navigation top */
.header-navigation-top {
  border-bottom: 1px solid #eee;
}

.header-top-content-wrapper .header-contact-info-wrapper {
  margin-left: 20px;
}

/* header */
.header-area--one {
  background-color: #ffffff;
}
.header-area--default--white {
  background-color: #ffffff;
}
.header-area--default--transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-area--default--transparent .header-mobile-navigation {
  border-bottom: 0;
}
.header-area--default--transparent.is-sticky {
  background-color: #ffffff;
}
.header-area--default--transparent.is-sticky .header-navigation-area .header-info-wrapper .header-logo img:nth-child(1) {
  display: block;
}
.header-area--default--transparent.is-sticky .header-navigation-area .header-info-wrapper .header-logo img:nth-child(2) {
  display: none;
}
.header-area--default--transparent.is-sticky .account-dropdown {
  display: none;
}
.header-area--default--transparent .header-navigation-area .header-info-wrapper .header-logo img:nth-child(1) {
  display: none;
}

.header-info-area {
  padding: 50px 0;
}

/* heaer sticky */
.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.header-sticky.is-sticky .header-navigation-top {
  display: none;
}
.header-sticky.is-sticky .header-navigation-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.header-sticky.is-sticky .header-info-area {
  display: none !important;
}
.header-sticky.is-sticky .header-info-wrapper--alt-style .header-navigation-wrapper nav > ul > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-sticky.is-sticky .header-info-wrapper--alt-style .header-navigation-wrapper nav > ul > li > a:before {
  bottom: 25px;
}
.header-sticky.is-sticky .header-logo--sticky {
  display: block;
}
.header-sticky.is-sticky .header-icon-area--sticky {
  display: block;
}
.header-sticky.is-sticky .header-navigation-area--extra-space {
  padding: 0;
}
.header-sticky.is-sticky .header-navigation-area nav > ul > li > a {
  padding: 30px 0;
}
.header-sticky.is-sticky .header-navigation-area nav > ul > li > a:before {
  bottom: 25px;
}
.header-sticky.is-sticky .header-navigation-area nav > ul > li > a:after {
  right: -15px;
}
.header-sticky.is-sticky .header-icon__list__item > a {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-sticky.is-sticky .header-icon__list__item > a {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-sticky.is-sticky .header-icon__list__item > a {
    padding: 0;
  }
}
.header-sticky.is-sticky .header-icon__list__item > a span.item-count {
  top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-sticky.is-sticky .header-icon__list__item > a span.item-count {
    top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-sticky.is-sticky .header-icon__list__item > a span.item-count {
    top: -10px;
  }
}
.header-sticky.is-sticky .header-icon__list__item:hover .minicart-wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-sticky.is-sticky .account-dropdown > a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-sticky.is-sticky .minicart-wrapper {
  top: 105%;
}

/* header info area */
.header-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-info-wrapper--alt-style .header-logo {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-info-wrapper--alt-style .header-logo {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-info-wrapper--alt-style .header-logo {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
}
.header-info-wrapper--alt-style .header-navigation-wrapper {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.header-info-wrapper--alt-style .header-navigation-wrapper nav > ul > li > a {
  color: #111111;
}
.header-info-wrapper--alt-style .header-icon-area {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-info-wrapper--alt-style .header-icon-area {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-info-wrapper--alt-style .header-icon-area {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

.header-contact-info {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}
.header-contact-info__list li {
  display: inline-block;
  margin-right: 25px;
}
.header-contact-info__list li i {
  font-size: 14px;
  margin-right: 5px;
}
.header-contact-info__list li a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 22px;
}
.header-contact-info__list li a:hover {
  color: #537fbc;
}
.header-contact-info__list li:last-child {
  margin-right: 0;
}

/* header logo */
.header-logo {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.header-logo--sticky {
  display: none;
}

/* header icon area */
.header-icon-area {
 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-icon-area--sticky {
  display: none;
}
.header-icon-area .account-dropdown {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}
.header-icon-area .account-dropdown:hover > .account-dropdown__list {
  visibility: visible;
  opacity: 1;
}
.header-icon-area .account-dropdown > a {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 22px;
}
.header-icon-area .account-dropdown > a:hover {
  color: #537fbc;
}
.header-icon-area .account-dropdown > a i {
  font-size: 12px;
}
.header-icon-area .account-dropdown__list {
  padding: 10px 0;
  position: absolute;
  top: 100%;
  left: -20%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  min-width: 150px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}
.header-icon-area .account-dropdown__list li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-icon-area .account-dropdown__list li a {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 1;
}
.header-icon-area .account-dropdown__list li:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.header-icon-area .account-dropdown__list li:hover a {
  color: #537fbc;
}

/* header icon */
.header-icon {
  display: inline-block;
}
.header-icon__list {
  /* white icon style  */
}
.header-icon__list li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.header-icon__list li:hover .minicart-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-icon__list li:last-child {
  margin-right: 0;
}
.header-icon__list li > a {
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #111;
  font-weight: 400;
  line-height: 16px;
}
.header-icon__list li > a > .item-count {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 16px;
  height: 16px;
  background-color: #537fbc;
  border-radius: 50%;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  color: #111;
  font-weight: 700;
  line-height: 16px;
}
.header-icon__list--white-icon li > a {
  color: #ffffff;
}

/* minicart */
.minicart-wrapper {
  position: absolute;
  top: 120%;
  right: 0;
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  z-index: 999;
  width: 320px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.minicart-wrapper__buttons {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .minicart-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper {
    display: none;
  }
}
.minicart-wrapper__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #111;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.minicart-wrapper__items {
  max-height: 400px;
  overflow: auto;
  position: relative;
}
.minicart-wrapper__items .ps__thumb-y {
  width: 2px;
}
.minicart-wrapper__items .ps__thumb-y:hover {
  width: 3px;
}
.minicart-wrapper__items .ps__rail-y {
  width: 3px;
}
.minicart-wrapper__items__single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.minicart-wrapper__items__single .close-icon {
  position: absolute;
  top: 0;
  right: 5px;
}
.minicart-wrapper__items__single .close-icon:hover {
  color: #537fbc;
}
.minicart-wrapper__items__single .close-icon i {
  font-size: 20px;
}
.minicart-wrapper__items__single .image {
  margin-right: 15px;
}
.minicart-wrapper__items__single .content .product-title {
  margin-bottom: 10px;
  margin-right: 20px;
}
.minicart-wrapper__items__single .content .product-title a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #111;
  font-weight: 500;
  line-height: 18px;
}
.minicart-wrapper__items__single .content .product-title a:hover {
  color: #537fbc;
}
.minicart-wrapper__items__single .content .product-calculation .count {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  line-height: 22px;
}
.minicart-wrapper__items__single .content .product-calculation .price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #d92523;
  font-weight: 600;
  line-height: 22px;
}
.minicart-wrapper__items__single .content .wishlist-cart-icon {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  color: #666;
  font-weight: 700;
  line-height: 22px;
}
.minicart-wrapper__subtotal {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #222;
  font-weight: 600;
  line-height: 26px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.minicart-wrapper__subtotal span {
  float: right;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #d92523;
  font-weight: 600;
  line-height: 29px;
}
.minicart-wrapper__featuretext {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 26px;
}

/* navigation area */
.header-navigation-area--dark {
  background-color: #222;
}
.header-navigation-area--white {
  background-color: #ffffff;
}
.header-navigation-area--extra-space {
  padding: 30px 0;
}

.header-navigation-wrapper nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-navigation-wrapper nav > ul > li {
  display: inline-block;
  margin-right: 50px;
  position: relative;
}
.header-navigation-wrapper nav > ul > li.has-children > a {
  position: relative;
  padding-right: 10px;
}
.header-navigation-wrapper nav > ul > li.has-children > a:after {
  content: "\e688";
  font-family: "Pe-icon-7-stroke";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  opacity: 0.6;
  right: -5px;
}
.header-navigation-wrapper nav > ul > li.active > a:before {
  width: 100%;
}
.header-navigation-wrapper nav > ul > li:last-child {
  margin-right: 0;
}
.header-navigation-wrapper nav > ul > li:last-child .submenu--column-3 {
  -webkit-transform: translate(-400px, 20px);
          transform: translate(-400px, 20px);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-navigation-wrapper nav > ul > li:last-child .submenu--column-3 {
    -webkit-transform: translate(-500px, 20px);
            transform: translate(-500px, 20px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation-wrapper nav > ul > li:last-child .submenu--column-3 {
    -webkit-transform: translate(-600px, 20px);
            transform: translate(-600px, 20px);
  }
}
.header-navigation-wrapper nav > ul > li:last-child:hover .submenu--column-3 {
  -webkit-transform: translate(-400px, 0);
          transform: translate(-400px, 0);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-navigation-wrapper nav > ul > li:last-child:hover .submenu--column-3 {
    -webkit-transform: translate(-500px, 0);
            transform: translate(-500px, 0);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation-wrapper nav > ul > li:last-child:hover .submenu--column-3 {
    -webkit-transform: translate(-600px, 0);
            transform: translate(-600px, 0);
  }
}
.header-navigation-wrapper nav > ul > li > a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 1px;
  display: block;
  padding: 20px 0;
  position: relative;
}
.header-navigation-wrapper nav > ul > li > a:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #537fbc;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-navigation-wrapper nav > ul > li:hover > a {
  color: #537fbc;
}
.header-navigation-wrapper nav > ul > li:hover > a:before {
  width: 100%;
}
.header-navigation-wrapper nav > ul > li:hover .submenu {
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation-wrapper nav > ul > li:hover .submenu--home-variation {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
}
.header-navigation-wrapper nav > ul > li:hover .submenu--column-3 {
  -webkit-transform: translate(-250px, 0);
          transform: translate(-250px, 0);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-navigation-wrapper nav > ul > li:hover .submenu--column-3 {
    -webkit-transform: translate(-250px, 0);
            transform: translate(-250px, 0);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation-wrapper nav > ul > li:hover .submenu--column-3 {
    -webkit-transform: translate(-350px, 0);
            transform: translate(-350px, 0);
  }
}

/* submenu */
.submenu {
  position: absolute;
  -webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
          box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
  top: 100%;
  background-color: #ffffff;
  z-index: 1001;
  -webkit-transform: translate(-20px, 20px);
          transform: translate(-20px, 20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.submenu--home-variation {
  padding: 60px 30px;
  width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .submenu--home-variation {
    -webkit-transform: translate(-100px, 20px);
            transform: translate(-100px, 20px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .submenu--home-variation {
    padding: 40px 30px;
  }
}
.submenu--home-variation__item {
  -ms-flex-preferred-size: 27%;
      flex-basis: 27%;
}
.submenu--home-variation__item:nth-child(1n+4) {
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .submenu--home-variation__item:nth-child(1n+4) {
    margin-top: 15px;
  }
}
.submenu--home-variation__item__title {
  margin-bottom: 12px;
}
.submenu--home-variation__item__title a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #111;
  font-weight: 600;
  line-height: 16px;
}
.submenu--home-variation__item__title a:hover {
  color: #537fbc;
}
.submenu--home-variation__item__image {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.submenu--home-variation__item__image img {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
.submenu--home-variation__item__image img:hover {
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
}
.submenu--column-1 {
  min-width: 250px;
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .submenu--column-1 {
    left: -80px;
  }
}
.submenu--column-1 > li {
  margin-top: 20px;
}
.submenu--column-1 > li.has-children {
  position: relative;
}
.submenu--column-1 > li.has-children > .submenu--column-1 {
  position: absolute;
  top: -30%;
  left: 120%;
  right: auto;
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.submenu--column-1 > li.has-children > a {
  position: relative;
}
.submenu--column-1 > li.has-children > a:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e684";
  font-family: "Pe-icon-7-stroke";
  font-size: 20px;
}
.submenu--column-1 > li.has-children:hover > .submenu--column-1 {
  visibility: visible !important;
  opacity: 1 !important;
}
.submenu--column-1 > li:nth-child(1) {
  margin-top: 0;
}
.submenu--column-1 > li > a {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #111;
  font-weight: 400;
  line-height: 21px;
}
.submenu--column-1 > li > a::before {
  position: absolute;
  opacity: 0;
  content: "";
  height: 1px;
  width: 0;
  top: 50%;
  left: -15px;
  margin-right: 5px;
  background-color: #537fbc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.submenu--column-1 > li:hover > a {
  color: #537fbc;
  padding-left: 5px;
}
.submenu--column-1 > li:hover > a:before {
  width: 14px;
  opacity: 1;
}
.submenu--column-3 {
  width: 860px;
  padding: 60px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-transform: translate(-250px, 20px);
          transform: translate(-250px, 20px);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .submenu--column-3 {
    -webkit-transform: translate(-250px, 20px);
            transform: translate(-250px, 20px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .submenu--column-3 {
    -webkit-transform: translate(-350px, 20px);
            transform: translate(-350px, 20px);
  }
}
.submenu--column-3 > li {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  padding-right: 30px;
}
.submenu--column-3 > li:last-child {
  padding-right: 0;
}
.submenu--column-3 > li.megamenu-image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.submenu--column-3 > li > ul > li {
  margin-top: 20px;
}
.submenu--column-3 > li > ul > li.megamenu-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #212121;
  font-weight: 700;
  line-height: 17px;
  padding-bottom: 24px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
  margin-top: 0;
}
.submenu--column-3 > li > ul > li:nth-child(2) {
  margin-top: 0;
}
.submenu--column-3 > li > ul > li > a {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  color: #111;
  font-weight: 400;
  line-height: 12px;
}
.submenu--column-3 > li > ul > li > a:hover {
  color: #537fbc;
}

.header-mobile-navigation {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

/* mobile menu */
.mobile-menu-icon {
  color: #111;
}
.mobile-menu-icon i {
  font-size: 20px;
}
.mobile-menu-icon:hover {
  color: #111;
}

/* offcanvas mobile menu */
.offcanvas-widget-area {
  margin-bottom: 35px;
  margin-top: auto;
}
@media only screen and (max-width: 479px) {
  .offcanvas-widget-area {
    margin-bottom: 30px;
  }
}

.off-canvas-contact-widget {
  margin-bottom: 20px;
}

.offcanvas-mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  padding-left: 60px;
  height: 100vh;
  z-index: 9999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.offcanvas-mobile-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.offcanvas-mobile-menu.inactive {
  -webkit-transform: translateX(calc(100% + 60px));
          transform: translateX(calc(100% + 60px));
}
@media only screen and (max-width: 479px) {
  .offcanvas-mobile-menu {
    width: 300px;
  }
}

.offcanvas-menu-close {
  position: absolute;
  left: 0;
  top: 0;
  background: #343538;
  z-index: 9;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
}
@media only screen and (max-width: 479px) {
  .offcanvas-menu-close {
    width: 50px;
    height: 50px;
    line-height: 55px;
    left: 10px;
    font-size: 25px;
  }
}
.offcanvas-menu-close:hover, .offcanvas-menu-close:focus {
  color: #ffffff;
}
.offcanvas-menu-close i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.offcanvas-menu-close:hover i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.offcanvas-wrapper {
  overflow: auto;
  height: 100%;
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.offcanvas-mobile-search-area {
  background-color: #e6e6e6;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  z-index: 9;
  margin-left: 60px;
}
.offcanvas-mobile-search-area input {
  width: 100%;
  font-size: 16px;
  display: block;
  padding: 9px 25px;
  color: #222;
  background: #e6e6e6;
  border: none;
}
@media only screen and (max-width: 479px) {
  .offcanvas-mobile-search-area input {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.offcanvas-mobile-search-area button {
  background: none;
  border: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #aaa;
  padding: 0;
}
.offcanvas-mobile-search-area button i {
  font-size: 18px;
  line-height: 40px;
}

.offcanvas-inner-content {
  padding: 90px 35px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 479px) {
  .offcanvas-inner-content {
    padding: 70px 25px 0;
  }
}

.offcanvas-naviagtion {
  margin-bottom: 50px;
}
.offcanvas-naviagtion > ul > li > a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #111;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 0;
}
.offcanvas-naviagtion > ul > li > a:hover {
  color: #537fbc;
}
@media only screen and (max-width: 479px) {
  .offcanvas-naviagtion > ul > li > a {
    font-size: 16px;
    line-height: 20px;
  }
}
.offcanvas-naviagtion ul.sub-menu {
  margin-left: 25px;
}
.offcanvas-naviagtion ul.sub-menu > li > a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #111;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 0;
}
.offcanvas-naviagtion ul.sub-menu > li > a:hover {
  color: #537fbc;
}
@media only screen and (max-width: 479px) {
  .offcanvas-naviagtion ul.sub-menu > li > a {
    font-size: 14px;
    line-height: 18px;
  }
}
.offcanvas-naviagtion ul li.menu-item-has-children {
  position: relative;
  display: block;
}
.offcanvas-naviagtion ul li.menu-item-has-children a {
  display: block;
}
.offcanvas-naviagtion ul li.menu-item-has-children.active > .menu-expand i:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.offcanvas-naviagtion ul li.menu-item-has-children .menu-expand {
  position: absolute;
  right: auto;
  left: 95%;
  top: -5px;
  width: 30px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
}
.offcanvas-naviagtion ul li.menu-item-has-children .menu-expand i {
  display: block;
  margin-top: 25px;
  border-bottom: 1px solid;
  position: relative;
  width: 10px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.offcanvas-naviagtion ul li.menu-item-has-children .menu-expand i:before {
  width: 100%;
  content: "";
  border-bottom: 1px solid;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.off-canvas-widget-social a {
  margin: 0 15px;
}
.off-canvas-widget-social a:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 479px) {
  .off-canvas-widget-social a {
    margin: 0 10px;
  }
}
.off-canvas-widget-social a:hover {
  color: #537fbc;
}

/*=====  End of Header  ======*/
/*=============================================
=            footer            =
=============================================*/
.footer-navigation-area {
  background-color: #111111;
  padding-top: 100px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .footer-navigation-area {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-navigation-area {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-navigation-area {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-navigation-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.footer-copyright-area {
  background-color: #333333;
  padding: 30px 0;
}
.footer-copyright-area--two {
  background-color: #ffffff;
  padding: 50px 0;
}

.copyright-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #999;
  font-weight: 400;
  line-height: 22px;
}
.copyright-text a {
  color: #537fbc;
}
.copyright-text a:hover {
  color: #ffffff;
}
.copyright-text--two {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #868686;
  font-weight: 400;
  line-height: 17px;
}
@media only screen and (max-width: 767px) {
  .copyright-text--two {
    margin-bottom: 20px;
  }
}
.copyright-text--two a {
  font-weight: 600;
}
.copyright-text--two a:hover {
  color: #537fbc;
  opacity: 0.85;
}

.footer-widget {
  margin-bottom: 60px;
}
.footer-widget--two {
  margin-bottom: 30px;
}
.footer-widget__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
  margin-top: -5px;
}
.footer-widget__title:after {
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background-color: #333;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .footer-widget__title {
    margin-top: -5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget__title {
    margin-top: -5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget__title {
    margin-top: -5px;
  }
}
.footer-widget__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #999;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px;
}
.footer-widget__text--two {
  margin-right: 20px;
}
.footer-widget__navigation ul li a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #999;
  font-weight: 400;
  line-height: 22px;
  padding: 5px 0;
}
.footer-widget__navigation ul li a:hover {
  color: #ffffff;
}
.footer-widget__social-links {
  display: inline-block;
}
.footer-widget__social-links li {
  display: inline-block;
  padding-right: 20px;
}
.footer-widget__social-links li a {
  display: block;
  padding: 5px 0;
  color: #999;
}
.footer-widget__social-links li a:hover {
  color: #ffffff;
}
.footer-widget__social-links--dark li a {
  color: #111111;
}
.footer-widget__social-links--dark li a:hover {
  color: #537fbc;
}
.footer-widget__newsletter-form {
  position: relative;
  height: 50px;
  width: 90%;
}
@media only screen and (max-width: 479px) {
  .footer-widget__newsletter-form {
    width: 100%;
  }
}
.footer-widget__newsletter-form input {
  padding: 9px 25px;
  padding-right: 160px;
  color: #222;
  background: #f7f7f7;
  border: none;
  font-size: 14px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 479px) {
  .footer-widget__newsletter-form input {
    padding-right: 120px;
  }
}
.footer-widget__newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #aaa;
  border: 1px solid #aaa;
  color: #fff;
  height: 100%;
  padding: 0 20px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 479px) {
  .footer-widget__newsletter-form button {
    padding: 0 10px;
    font-size: 13px;
  }
}
.footer-widget__newsletter-form button:hover {
  background-color: #537fbc;
  border-color: #537fbc;
}

.mailchimp-alerts {
  color: #ffffff;
}
.mailchimp-alerts--dark {
  color: #111;
}
.mailchimp-alerts a {
  color: #ffffff;
}
.mailchimp-alerts a:hover {
  color: #537fbc;
}

.footer-newsletter-area {
  background-color: #F7F7F7;
  padding-top: 100px;
  padding-bottom: 85px;
}

.footer-newsletter-widget__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 35px;
  color: #000000;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .footer-newsletter-widget__title {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-newsletter-widget__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-newsletter-widget__title {
    font-size: 25px;
    line-height: 30px;
  }
}
.footer-newsletter-widget__title:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 15px;
  background-color: #ccc;
  margin: 0 auto;
}
.footer-newsletter-widget__text {
  margin-bottom: 50px;
}
.footer-newsletter-widget__form-wrapper {
  margin-bottom: 15px;
}
.footer-newsletter-widget__form-wrapper input {
  font-size: 16px;
  font-style: italic;
  border-width: 0;
  border-bottom-width: 1px;
  padding: 9px 15px;
  background: none;
  border-color: #ccc;
  color: #202020;
  height: 44px;
  max-width: 670px;
  width: 100%;
  margin-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-newsletter-widget__form-wrapper input {
    margin-right: 0;
  }
}
.footer-newsletter-widget__form-wrapper input:focus {
  border-color: #111;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            Sidebar            =
=============================================*/
.single-sidebar-widget {
  margin-bottom: 50px;
}
.single-sidebar-widget:last-child {
  margin-bottom: 0;
}
.single-sidebar-widget__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  color: #111;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 30px;
}
.single-sidebar-widget__title:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background-color: #ddd;
  margin-top: 25px;
}
.single-sidebar-widget__title--extra-space {
  margin-bottom: 35px;
}
.single-sidebar-widget__dropdown > li {
  border-top: 1px solid #eee;
  line-height: 1;
}
.single-sidebar-widget__dropdown > li.has-children {
  position: relative;
}
.single-sidebar-widget__dropdown > li.has-children.active > i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-sidebar-widget__dropdown > li.has-children > i {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-sidebar-widget__dropdown > li.has-children > .sub-menu {
  border-top: 1px solid #eee;
  padding-left: 35px;
  display: none;
}
.single-sidebar-widget__dropdown > li.has-children > .sub-menu > li {
  border-bottom: 1px solid #eee;
}
.single-sidebar-widget__dropdown > li.has-children > .sub-menu > li:last-child {
  border-bottom: 0;
}
.single-sidebar-widget__dropdown > li.has-children:first-child i {
  top: -10px;
}
.single-sidebar-widget__dropdown > li a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #666;
  font-weight: 400;
  line-height: 1;
  padding: 15px 0;
}
.single-sidebar-widget__dropdown > li a:hover {
  color: #537fbc;
}
.single-sidebar-widget__dropdown > li:first-child {
  border-top: 0;
}
.single-sidebar-widget__dropdown > li:first-child > a {
  padding-top: 0;
}
.single-sidebar-widget__dropdown > li:last-child > a {
  padding-bottom: 0;
}
.single-sidebar-widget__dropdown--extra-height > li a {
  line-height: 22px;
}
.single-sidebar-widget__dropdown--comments > li {
  word-wrap: break-word;
  padding: 15px 0;
}
.single-sidebar-widget__dropdown--comments > li:first-child {
  padding-top: 0;
}
.single-sidebar-widget__dropdown--comments > li:last-child {
  padding-bottom: 0;
}
.single-sidebar-widget__dropdown--comments > li a {
  line-height: 22px;
  display: inline !important;
  padding: 0;
}
.single-sidebar-widget--extra-space {
  margin-bottom: 55px;
}

/*----------  sidebar search  ----------*/
.sidebar-search {
  position: relative;
}
.sidebar-search input {
  border: 1px solid #eee;
  background: #f7f7f7;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 19px;
  padding-left: 15px;
  padding-right: 45px;
}
.sidebar-search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  background: none;
  border: none;
  color: #333;
}

/*=====  End of Sidebar  ======*/
/*=============================================
=            container            =
=============================================*/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .container.wide {
    max-width: 95%;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1499px) {
  .container.wide {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container.full {
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .col-custom-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
  .col-custom-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .d-lg2-none {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .d-lg3-none {
    display: none !important;
  }
}

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

/*=====  End of container  ======*/
/*=============================================
=            button            =
=============================================*/
.theme-button {
  background-color: #111111;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
  font-weight: 700;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.theme-button:hover {
  background-color: #537fbc;
  color: #ffffff;
}
.theme-button--checkout {
  padding: 10px 17px;
}
.theme-button--wishlist {
  border-radius: 0;
}
.theme-button--silver {
  color: #333;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.theme-button--silver:hover {
  background-color: #f1f1f1;
  color: #333;
}
.theme-button--alt {
  background-color: #537fbc;
}
.theme-button--alt:hover {
  background-color: #111111;
}
.theme-button--subscribe {
  margin-top: 10px;
  padding: 12px 22px;
}
@media only screen and (max-width: 479px) {
  .theme-button--subscribe {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.theme-button--loadmore {
  margin-top: 10px;
  padding: 12px 22px;
}
@media only screen and (max-width: 479px) {
  .theme-button--loadmore {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.theme-button--minicart-button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  line-height: 26px;
  padding: 5px 10px;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.theme-button--minicart-button--alt:hover {
  opacity: 0.85;
}
.theme-button--banner {
  padding: 8px 24px;
  font-size: 14px;
  border: 2px solid #537fbc;
}
@media only screen and (max-width: 479px) {
  .theme-button--banner {
    padding: 5px 15px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-button--banner {
    padding: 5px 15px;
    font-size: 12px;
  }
}
.theme-button--banner:hover {
  color: #537fbc;
  background-color: rgba(255, 255, 255, 0.01);
  border-color: #537fbc;
}
.theme-button--banner--two {
  border: 2px solid #111;
}
.theme-button--banner--two:hover {
  background-color: #537fbc;
  border-color: #537fbc;
  color: #ffffff;
}
.theme-button--banner--scale {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #222;
  font-weight: 700;
  line-height: 22px;
  background-color: transparent;
  border: 2px solid #222;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-button--banner--scale {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .theme-button--banner--scale {
    border: none;
  }
}
.theme-button--banner--scale:hover {
  background-color: #537fbc;
  border-color: #537fbc;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-button--banner--scale:hover {
    background: none;
    border-color: transparent;
    color: #222222;
  }
}
@media only screen and (max-width: 767px) {
  .theme-button--banner--scale:hover {
    background: none;
    border-color: transparent;
    color: #222;
  }
}
.theme-button--banner--two-column {
  font-size: 14px;
  padding: 12px 35px;
  border: 2px solid #537fbc;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .theme-button--banner--two-column {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .theme-button--banner--two-column {
    padding: 10px 20px;
  }
}
.theme-button--banner--two-column:hover {
  background-color: transparent;
  color: #537fbc;
}
.theme-button--banner--three-column {
  font-size: 14px;
}
.theme-button--cta {
  color: #ffffff;
  background-color: #aaaaaa;
  border-color: #aaaaaa;
  font-size: 16px;
}
.theme-button--cta-two {
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 14px;
}
.theme-button--cta-two:hover {
  background-color: #000;
  color: #ffffff;
}
.theme-button--deal-counter {
  padding: 12px 35px;
}
@media only screen and (max-width: 479px) {
  .theme-button--deal-counter {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.theme-button--order-track {
  width: 200px;
}
.theme-button--small {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  line-height: 22px;
  padding: 8px 15px;
}
.theme-button--medium {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 20px;
}
.theme-button--large {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  line-height: 22px;
  padding: 12px 35px;
}
.theme-button--extra-large {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 22px;
  padding: 20px 45px;
}
@media only screen and (max-width: 767px) {
  .theme-button--extra-large {
    font-size: 18px;
    padding: 15px 40px;
  }
}
.theme-button--custom {
  background-color: #6d7f97;
  border-color: #6d7f97;
}
.theme-button--custom:hover {
  background-color: rgba(109, 127, 151, 0.85);
  border-color: rgba(109, 127, 151, 0.85);
}
.theme-button--icon-left {
  color: #222222;
  background-color: #c9dee4;
  border-color: #c9dee4;
}
.theme-button--icon-left i {
  margin-right: 5px;
}
.theme-button--icon-left:hover {
  color: #222222;
  background-color: rgba(201, 222, 228, 0.72);
  border-color: rgba(201, 222, 228, 0.72);
}

/* category button */
.category-button--shop-now {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #ccc;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 25px;
}
.category-button--shop-now:hover {
  color: #537fbc;
}

/* blog readmore link */
.blog-readmore-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 600;
  line-height: 22px;
}
.blog-readmore-link:hover {
  color: #537fbc;
}
.blog-readmore-link i {
  padding-left: 5px;
  font-size: 14px;
}

/* slider text shop now button */
.slider-text-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #537fbc;
  font-weight: 700;
  line-height: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider-text-link i {
  margin-left: 5px;
}
.slider-text-link:hover {
  color: #000;
}

/*=====  End of button  ======*/
/* scroll to top*/
.scroll-top {
  display: none;
  color: #fff !important;
  cursor: pointer;
  z-index: 9;
  position: fixed;
  right: 30px;
  bottom: 50px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  background-color: #537fbc;
  text-align: center;
  overflow: hidden;
  border: none;
}
.scroll-top:hover i:before {
  -webkit-transform: translate(-50%, -130%);
          transform: translate(-50%, -130%);
}
.scroll-top:hover i:after {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.scroll-top i {
  font-size: 35px;
}
.scroll-top i:before, .scroll-top i:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.scroll-top i:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 45%;
}
.scroll-top i:after {
  content: "\f106";
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

/*----------  search overlay  ----------*/
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 999999;
}
.search-overlay.active-search-overlay {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.search-overlay .search-close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.search-overlay .search-close-icon a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.search-overlay .search-close-icon a i {
  font-size: 80px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .search-overlay .search-close-icon a i {
    font-size: 25px;
  }
}
.search-overlay .search-close-icon a:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.search-overlay .search-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.search-overlay .search-overlay-content .input-box {
  margin-bottom: 15px;
}
.search-overlay .search-overlay-content .input-box form input {
  background: none;
  border: none;
  border-bottom: 2px solid #222222;
  font-size: 67px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-overlay .search-overlay-content .input-box form input {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .search-overlay .search-overlay-content .input-box form input {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .search-overlay .search-overlay-content .input-box form input {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .search-overlay .search-overlay-content .input-box form input {
    font-size: 20px;
  }
}
.search-overlay .search-overlay-content .input-box form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dcdcdc;
  opacity: 1;
  /* Firefox */
}
.search-overlay .search-overlay-content .input-box form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dcdcdc;
  opacity: 1;
  /* Firefox */
}
.search-overlay .search-overlay-content .input-box form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dcdcdc;
  opacity: 1;
  /* Firefox */
}
.search-overlay .search-overlay-content .input-box form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dcdcdc;
  opacity: 1;
  /* Firefox */
}
.search-overlay .search-overlay-content .input-box form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dcdcdc;
  opacity: 1;
  /* Firefox */
}
.search-overlay .search-overlay-content .input-box form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dcdcdc;
}
.search-overlay .search-overlay-content .input-box form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dcdcdc;
}
.search-overlay .search-overlay-content .search-hint span {
  font-size: 13px;
  line-height: 21px;
  color: #999999;
  font-weight: 500;
}

/*=============================================
=            section title            =
=============================================*/
.section-title-area {
  margin-bottom: 50px;
}

.section-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  color: #000000;
  font-weight: 700;
  line-height: 65px;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  margin-top: -20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    line-height: 55px;
  }
}
@media only screen and (max-width: 479px) {
  .section-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 25px;
    color: #000000;
    font-weight: 700;
    line-height: 50px;
    padding-bottom: 10px;
  }
}
.section-title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: #ccc;
  content: "";
}
@media only screen and (max-width: 479px) {
  .section-title:after {
    width: 80px;
  }
}
.section-title--left-align:after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.section-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  width: 600px;
  max-width: 100%;
  margin: auto;
  margin-top: 25px;
  margin-bottom: -5px !important;
}
.section-subtitle--wide {
  width: 1000px;
  max-width: 100%;
}
.section-subtitle--left-align {
  margin-left: 0;
}

/*=====  End of section title  ======*/
/*=============================================
=            category            =
=============================================*/
.category-grid-wrapper {
  margin-bottom: -30px;
}
.category-grid-wrapper .single-category {
  margin-bottom: 30px;
}

.masonry-layout--category {
  margin-bottom: -30px;
}
.masonry-layout--category .single-category--type-one {
  margin-bottom: 30px;
}
.masonry-layout--category .masonry-item--category {
  margin-bottom: 30px;
}

.single-category--type-one {
  border-bottom: 2px solid #f5f5f5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-category--type-one__image {
  overflow: hidden;
  margin-bottom: 20px;
}
.single-category--type-one__image a {
  display: block;
  width: 100%;
}
.single-category--type-one__image a img {
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-category--type-one__content .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  color: #111;
  font-weight: 600;
  line-height: 36px;
}
.single-category--type-one__content .category-button--shop-now {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-category--type-one__content .category-button--shop-now i {
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  font-size: 10px;
}
.single-category--type-one:hover {
  border-bottom-color: #ccc;
}
.single-category--type-one:hover .single-category--type-one__image a img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-category--type-one:hover .single-category--type-one__content .category-button--shop-now {
  color: #537fbc;
}
.single-category--type-one:hover .single-category--type-one__content .category-button--shop-now i {
  padding-left: 5px;
}
.single-category--type-two {
  position: relative;
}
.single-category--type-two__image {
  overflow: hidden;
}
.single-category--type-two__image a {
  display: block;
  width: 100%;
}
.single-category--type-two__image a img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-category--type-two__image a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-category--type-two__content {
  position: absolute;
  top: 30px;
  left: 30px;
}
.single-category--type-two__content .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  color: #111;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
.single-category--type-two__content .count {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 16px;
  margin-top: 5px;
  display: inline-block;
}

/*=====  End of category  ======*/
/*=============================================
=            Banner            =
=============================================*/
.banner-grid-wrapper {
  margin-bottom: -30px;
}
.banner-grid-wrapper .single-banner {
  margin-bottom: 30px;
}

.single-banner {
  position: relative;
  overflow: hidden;
  /* scale banner */
}
.single-banner__image {
  position: relative;
}
.single-banner__image a {
  display: block;
  width: 100%;
}
.single-banner__image a img {
  width: 100%;
}
.single-banner__image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: hsla(0deg, 0%, 100%, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner__image:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner__image:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner__content {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner__content {
    display: none;
  }
}
.single-banner__content--overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-banner__content--overlay > * {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.single-banner__content--overlay p.banner-small-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  color: #111;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}
.single-banner__content--overlay p.banner-small-text--end {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #111;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner__content--overlay p.banner-small-text--end {
    font-size: 14px;
  }
}
.single-banner__content--overlay p.banner-small-text--end:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #537fbc;
  content: "";
}
.single-banner__content--overlay p.banner-big-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  color: #111;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner__content--overlay p.banner-big-text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .single-banner__content--overlay p.banner-big-text {
    font-size: 22px;
  }
}
.single-banner:hover .single-banner__image:after {
  visibility: visible;
  opacity: 1;
}
.single-banner:hover .single-banner__content {
  visibility: visible;
  opacity: 1;
}
.single-banner:hover .single-banner__content > * {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.single-banner:hover .single-banner__content p.banner-small-text {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner:hover .single-banner__content p.banner-small-text {
    margin-bottom: 0;
    line-height: 15px;
  }
}
.single-banner:hover .single-banner__content p.banner-small-text--end {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner:hover .single-banner__content p.banner-small-text--end {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner:hover .single-banner__content p.banner-small-text--end {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .single-banner:hover .single-banner__content p.banner-small-text--end {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.single-banner:hover .single-banner__content p.banner-big-text {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner:hover .single-banner__content p.banner-big-text {
    margin-bottom: 0;
  }
}
.single-banner--scale {
  position: relative;
  margin-bottom: 30px;
}
.single-banner--scale__image {
  position: relative;
}
.single-banner--scale__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s;
  transition: 1s;
}
.single-banner--scale__image--blur img {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: 1s;
  transition: 1s;
}
.single-banner--scale__image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: hsla(0deg, 0%, 100%, 0.6) !important;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--scale__image:after {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner--scale__image:after {
    visibility: visible;
    opacity: 1;
  }
}
.single-banner--scale__content {
  position: absolute;
  top: 50%;
  left: 8%;
  max-width: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--scale__content {
    width: 90%;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .single-banner--scale__content {
    width: 90%;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.single-banner--scale__content .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  color: #111;
  font-weight: 700;
  line-height: 36px;
  font-family: "Playfair Display", serif;
  font-style: italic;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--scale__content .title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner--scale__content .title {
    font-size: 24px;
    line-height: 24px;
  }
}
.single-banner--scale__content .subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #111111;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--scale__content .subtitle {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner--scale__content .subtitle {
    margin-bottom: 5px;
  }
}
.single-banner--scale:hover .single-banner--scale__image--blur img {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.single-banner--scale:hover .single-banner--scale__image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.banner-scale-wrapper {
  margin-bottom: -30px;
}

.masonry-layout--banner {
  margin-bottom: -30px;
}
.masonry-layout--banner .masonry-item--banner {
  margin-bottom: 30px;
}

.banner-two-column-wrapper {
  margin-bottom: -30px;
}

.single-two-column-banner {
  margin-bottom: 30px;
}
.single-two-column-banner__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: grey;
  min-height: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-two-column-banner__image {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-two-column-banner__image {
    margin-bottom: 30px;
    min-height: 400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-two-column-banner__image {
    min-height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-two-column-banner__image {
    min-height: 500px;
  }
}
.single-two-column-banner__image--bg-one {
  background-image: url("../img/banners/lamp-homepage6.jpg");
}
.single-two-column-banner__image--bg-two {
  background-image: url("../img/banners/decoartion-homepage6.jpg");
}
.single-two-column-banner__image--bg-three {
  background-image: url("../img/banners/chair-homepage6.jpg");
}
.single-two-column-banner__content {
  background-color: #f7f7f7;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-two-column-banner__content {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-two-column-banner__content {
    padding: 60px 0;
  }
}
.single-two-column-banner__content .content-wrapper {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-two-column-banner__content .content-wrapper {
    width: 95%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-two-column-banner__content .content-wrapper {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-two-column-banner__content .content-wrapper {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .single-two-column-banner__content .content-wrapper {
    width: 90%;
  }
}
.single-two-column-banner__content .content-wrapper .image {
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-two-column-banner__content .content-wrapper .image {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-two-column-banner__content .content-wrapper .image {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .single-two-column-banner__content .content-wrapper .image {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-two-column-banner__content .content-wrapper .image {
    margin-bottom: 10px;
  }
}
.single-two-column-banner__content .content-wrapper .content .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 50px;
  color: #000;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-two-column-banner__content .content-wrapper .content .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-two-column-banner__content .content-wrapper .content .title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .single-two-column-banner__content .content-wrapper .content .title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-two-column-banner__content .content-wrapper .content .title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
  }
}
.single-two-column-banner__content .content-wrapper .content .price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-two-column-banner__content .content-wrapper .content .price {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-two-column-banner__content .content-wrapper .content .price {
    margin-bottom: 10px;
  }
}
.single-two-column-banner__content .content-wrapper .content .description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
  width: 480px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-two-column-banner__content .content-wrapper .content .description {
    width: 480px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-two-column-banner__content .content-wrapper .content .description {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .single-two-column-banner__content .content-wrapper .content .description {
    width: 100%;
    margin-bottom: 15px;
  }
}

.single-banner-segment {
  text-align: center;
}
.single-banner-segment__content {
  margin-bottom: 15px;
}
.single-banner-segment__content .section-title {
  margin: 16px 0;
  font-size: 32px;
}
.single-banner-segment__content .section-subtitle {
  width: 100%;
  margin: 0;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .single-banner-segment__image {
    margin-bottom: 35px;
  }
}

/*=====  End of Banner  ======*/
/*=============================================
=            section space            =
=============================================*/
.section-space {
  margin-bottom: 100px !important;
}
.section-space--small {
  margin-bottom: 50px !important;
}
.section-space--small-top {
  margin-top: 50px !important;
}
.section-space--contact-form {
  margin-bottom: 80px !important;
}
.section-space--inner {
  padding: 100px 0 !important;
}
.section-space--inner--contact-form {
  padding-top: 100px !important;
  padding-bottom: 80px !important;
}
.section-space--breadcrumb {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--breadcrumb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space--breadcrumb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-space--page-wrapper {
  margin-bottom: 50px;
}

/*=====  End of section space  ======*/
/*=============================================
=            brand            =
=============================================*/
.featured-brand-wrapper {
  margin-bottom: -30px;
}
.featured-brand-wrapper .single-brand {
  margin-bottom: 30px;
}

.single-brand {
  text-align: center;
}
.single-brand a {
  display: block;
  width: 100%;
}

/*=====  End of brand  ======*/
/*=============================================
=            call to action            =
=============================================*/
.cta-area {
  padding: 80px 0;
}
.cta-area--two {
  padding: 100px 0;
}
.cta-area--three {
  padding: 40px 0;
}
.cta-area--three .cta-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 35px;
  color: #000;
  font-weight: 600;
  line-height: 38px;
}
@media only screen and (max-width: 767px) {
  .cta-area--three .cta-text {
    margin-bottom: 25px;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 479px) {
  .cta-area--three .cta-text {
    font-size: 30px;
    line-height: 35px;
  }
}

.cta-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: grey;
}
.cta-bg--one {
  background-image: url("../img/backgrounds/cta-bg-1.jpg");
}
.cta-bg--two {
  background-image: url("../img/backgrounds/banner-homepage.jpg");
}

.cta-content-wrapper {
  padding: 60px 35px;
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content-wrapper {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-content-wrapper {
    padding: 60px 30px;
  }
}

.cta-content {
  text-align: center;
}
.cta-content--two {
  text-align: center;
}
.cta-content--two .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 90px;
  color: #ffffff;
  font-weight: 800;
  line-height: 144px;
  margin-bottom: 25px;
  margin-top: -45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content--two .title {
    font-size: 70px;
    line-height: 120px;
    margin-top: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-content--two .title {
    font-size: 60px;
    line-height: 110px;
    margin-top: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-content--two .title {
    font-size: 45px;
    line-height: 70px;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .cta-content--two .title {
    font-size: 40px;
    line-height: 60px;
    margin-top: -15px;
  }
}
@media only screen and (max-width: 479px) {
  .cta-content--two .title {
    font-size: 28px;
    line-height: 40px;
    margin-top: -10px;
    margin-bottom: 15px;
  }
}
.cta-content--two .title span {
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.cta-content--two .subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
  width: 60%;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content--two .subtitle {
    width: 80%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-content--two .subtitle {
    width: 80%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cta-content--two .subtitle {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .cta-content--two .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.cta-content .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  color: #000;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 25px;
  margin-top: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content .title {
    font-size: 30px;
    line-height: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-content .title {
    font-size: 30px;
    line-height: 37px;
  }
}
@media only screen and (max-width: 479px) {
  .cta-content .title {
    font-size: 22px;
    line-height: 29px;
  }
}
.cta-content .title:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 15px;
  background-color: #ccc;
  margin-left: auto;
  margin-right: auto;
}
.cta-content .subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 40px;
}

/*=====  End of call to action  ======*/
/*=============================================
=            deal counter            =
=============================================*/
.deal-counter-wrapper {
  border: 10px solid #f8f8f8;
  margin: 0 -115px;
  padding: 65px 0;
}
.deal-counter-wrapper__image {
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .deal-counter-wrapper__image {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-counter-wrapper__image {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-counter-wrapper__image {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__image {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .deal-counter-wrapper {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-counter-wrapper {
    margin: 0;
    padding: 65px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-counter-wrapper {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .deal-counter-wrapper {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-counter-wrapper__content {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-counter-wrapper__content {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__content {
    padding: 0 10px;
  }
}
.deal-counter-wrapper__content .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  color: #202020;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 25px;
  margin-top: -5px;
}
.deal-counter-wrapper__content .title:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 15px;
  background-color: #ccc;
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__content .title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 15px;
  }
}
.deal-counter-wrapper__content .description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__content .description {
    margin-bottom: 15px;
  }
}
.deal-counter-wrapper__content .deal-countdown {
  margin-bottom: 40px;
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__content .deal-countdown {
    margin-bottom: 15px;
  }
}
.deal-counter-wrapper__content .deal-countdown .single-countdown {
  border-right: 2px solid #EEEEEE;
  text-align: center;
  padding: 10px 25px;
  width: 24.5%;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .deal-counter-wrapper__content .deal-countdown .single-countdown {
    padding: 10px;
    width: 25%;
  }
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__content .deal-countdown .single-countdown {
    width: 25%;
    border: none;
    padding: 10px 0;
    text-align: left;
  }
}
.deal-counter-wrapper__content .deal-countdown .single-countdown:first-child {
  border-left: 2px solid #eeeeee;
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__content .deal-countdown .single-countdown:first-child {
    border: none;
  }
}
.deal-counter-wrapper__content .deal-countdown .single-countdown__time {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  color: #202020;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__content .deal-countdown .single-countdown__time {
    font-size: 25px;
    line-height: 30px;
  }
}
.deal-counter-wrapper__content .deal-countdown .single-countdown__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #202020;
  font-weight: 600;
  line-height: 16px;
}
@media only screen and (max-width: 479px) {
  .deal-counter-wrapper__content .deal-countdown .single-countdown__text {
    font-size: 14px;
    line-height: 14px;
  }
}

/*=====  End of deal counter  ======*/
/*=============================================
=            instagram            =
=============================================*/
/*----------  instagram slider item  ----------*/
.instagram-item {
  position: relative;
  z-index: 1;
}
.instagram-item:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100%;
  width: 100%;
}
.instagram-item .instagram-hvr-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.instagram-item .instagram-hvr-content span {
  color: #ffffff;
  margin-right: 20px;
}
.instagram-item .instagram-hvr-content span:last-child {
  margin-right: 0;
}
.instagram-item .instagram-hvr-content span i {
  margin-right: 5px;
}
.instagram-item a {
  display: block;
}
.instagram-item a img {
  width: 100%;
}
.instagram-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.instagram-item:hover .instagram-hvr-content {
  opacity: 1;
  visibility: visible;
}

/*----------  instagram grid  ----------*/
.instagram-grid .col {
  width: 20%;
  display: inline-block;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .instagram-grid .col {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .instagram-grid .col {
    width: 100%;
  }
}

.instagram-shop-loader .snptwdgt-container .snptwdgt-rtd__ftr {
  margin-bottom: 30px;
}

/*=====  End of instagram  ======*/
/*=============================================
=            breadcrumb            =
=============================================*/
.breadcrumb-wrapper {
  text-align: center;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrapper {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper {
    margin-bottom: 0;
  }
}
.breadcrumb-wrapper .page-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 70px;
  color: #000;
  font-weight: 700;
  line-height: 77px;
  margin-bottom: 20px;
  margin-top: -12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .breadcrumb-wrapper .page-title {
    font-size: 50px;
    line-height: 60px;
    margin-top: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-wrapper .page-title {
    font-size: 50px;
    line-height: 60px;
    margin-top: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrapper .page-title {
    font-size: 50px;
    line-height: 60px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper .page-title {
    font-size: 40px;
    line-height: 50px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb-wrapper .page-title {
    font-size: 33px;
    line-height: 40px;
    margin-top: -5px;
  }
}
.breadcrumb-wrapper .breadcrumb-list li {
  display: inline-block;
}
.breadcrumb-wrapper .breadcrumb-list li a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 22px;
}
.breadcrumb-wrapper .breadcrumb-list li.active {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 22px;
}
.breadcrumb-wrapper .breadcrumb-list li:last-child:after {
  display: none;
}
.breadcrumb-wrapper .breadcrumb-list li:after {
  content: "/";
  margin: 0 6px;
  color: #000;
}

/*=====  End of breadcrumb  ======*/
/*=============================================
=            slider            =
=============================================*/
/* slick slider default settings */
.theme-slick-slider {
  position: relative;
}
.theme-slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  width: 30px;
  height: 60px;
  background-color: #111;
  color: #ffffff;
  border: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-slick-slider .slick-arrow {
    visibility: visible;
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .theme-slick-slider .slick-arrow {
    visibility: visible;
    opacity: 0.6;
  }
}
.theme-slick-slider .slick-arrow i {
  font-size: 20px;
  line-height: 60px;
}
.theme-slick-slider .slick-arrow.slick-next {
  right: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .theme-slick-slider .slick-arrow.slick-next {
    right: 0;
  }
}
.theme-slick-slider .slick-arrow.slick-prev {
  left: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .theme-slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.theme-slick-slider .slick-dots {
  margin-top: 45px;
  text-align: center;
  line-height: 0;
}
.theme-slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 1.5;
}
.theme-slick-slider .slick-dots li button {
  height: 5px;
  width: 20px;
  display: block;
  background: #000;
  opacity: 0.4;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.theme-slick-slider .slick-dots li button:hover {
  opacity: 0.75;
}
.theme-slick-slider .slick-dots li.slick-active button {
  opacity: 0.75;
}
.theme-slick-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 0.6;
}
.theme-slick-slider:hover .slick-arrow:hover {
  opacity: 0.8;
}
.theme-slick-slider:hover .slick-arrow.slick-next {
  right: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .theme-slick-slider:hover .slick-arrow.slick-next {
    right: 0;
  }
}
.theme-slick-slider:hover .slick-arrow.slick-prev {
  left: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .theme-slick-slider:hover .slick-arrow.slick-prev {
    left: 0;
  }
}

/* brand logo slider */
.brand-logo-slider-wrapper {
  padding: 50px 0;
}
.brand-logo-slider-wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brand-logo-slider-wrapper .single-brand-logo {
  text-align: center;
}
.brand-logo-slider-wrapper .single-brand-logo a {
  display: block;
  width: 100%;
}
.brand-logo-slider-wrapper .single-brand-logo a img {
  margin: 0 auto;
}
.brand-logo-slider-wrapper .slick-arrow.slick-next {
  right: 0;
}
.brand-logo-slider-wrapper .slick-arrow.slick-prev {
  left: 0;
}
.brand-logo-slider-wrapper:hover .slick-arrow.slick-next {
  right: 0;
}
.brand-logo-slider-wrapper:hover .slick-arrow.slick-prev {
  left: 0;
}

/* blog post slider */
.blog-slider-area {
  padding: 100px 0 95px;
}

.blog-slider-wrapper .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.single-slider-blog-post__image {
  margin-bottom: 15px;
}
.single-slider-blog-post__image a {
  display: block;
  width: 100%;
}
.single-slider-blog-post__image a img {
  width: 100%;
}
.single-slider-blog-post__content .post-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  color: #111;
  font-weight: 600;
  line-height: 33px;
}
.single-slider-blog-post__content .post-title a {
  color: #111;
}
.single-slider-blog-post__content .post-title a:hover {
  color: #537fbc;
}
.single-slider-blog-post__content .post-meta {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 20px;
}
.single-slider-blog-post__content .post-meta a.post-author {
  color: #537fbc;
  padding-left: 5px;
}
.single-slider-blog-post__content .post-meta a:hover {
  color: #537fbc;
}
.single-slider-blog-post__content .post-meta .separator {
  color: #111;
  margin: 0 10px;
}
.single-slider-blog-post__content .post-excerpt {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}

/* single row product slider */
.product-slider-wrapper .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-slider-wrapper:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-slider-wrapper:hover .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .product-slider-wrapper:hover .slick-arrow.slick-prev {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-slider-wrapper:hover .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .product-slider-wrapper:hover .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-slider-wrapper .slick-arrow {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-slider-wrapper .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .product-slider-wrapper .slick-arrow.slick-prev {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-slider-wrapper .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .product-slider-wrapper .slick-arrow.slick-next {
    right: 0;
  }
}

/* single row product slider with text */
.product-slider-text-wrapper {
  border: 10px solid #f8f8f8;
  margin: 0 -115px;
  padding: 65px 105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .product-slider-text-wrapper {
    margin: 0;
    padding: 65px 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-slider-text-wrapper {
    margin: 0;
    padding: 65px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider-text-wrapper {
    margin: 0;
    padding: 65px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-slider-text-wrapper {
    margin: 0;
    padding: 65px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .product-slider-text-wrapper {
    padding: 65px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .product-slider-text-wrapper .product-slider-wrapper .slick-arrow.slick-next {
    margin-right: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .product-slider-text-wrapper .product-slider-wrapper .slick-arrow.slick-prev {
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider-text-wrapper__text {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-slider-text-wrapper__text {
    margin-bottom: 30px;
  }
}
.product-slider-text-wrapper__text .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  color: #202020;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 25px;
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  .product-slider-text-wrapper__text .title {
    font-size: 28px;
    line-height: 31px;
  }
}
.product-slider-text-wrapper__text .title:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 15px;
  background-color: #ccc;
}
.product-slider-text-wrapper__text .description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-slider-text-wrapper__text .description {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-slider-text-wrapper__text .description {
    margin-bottom: 10px;
  }
}

/*=====  End of slider  ======*/
/*=============================================
=            backgrounds            =
=============================================*/
.bg--light-grey {
  background-color: #f7f7f7;
}
.bg--dark-grey {
  background-color: #eeeeee;
}

/*=====  End of backgrounds  ======*/
/*=============================================
=            Product            =
=============================================*/
/* common */
.price .main-price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #d92523;
  font-weight: 600;
  line-height: 22px;
}
.price .main-price.discounted {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #aaa;
  font-weight: 600;
  line-height: 22px;
  margin-right: 5px;
  text-decoration: line-through;
}
.price .discounted-price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #d92523;
  font-weight: 600;
  line-height: 22px;
}

.rating i {
  font-size: 12px;
  color: #dcdcdc;
}
.rating i.active {
  color: #ffd24d;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-widget-wrapper--element {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .product-widget-wrapper--element {
    margin-bottom: -50px;
  }
}

/* single widget product */
.single-product-widget-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  color: #202020;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: -5px;
}
.single-product-widget-title:after {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  margin-top: 15px;
  background-color: #ccc;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-widget-wrapper {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-widget-wrapper {
    margin-bottom: 50px;
  }
}

.single-widget-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.single-widget-product:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.single-widget-product__image {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  margin-right: 20px;
}
.single-widget-product__content {
  -ms-flex-preferred-size: calc(100% - 100px);
      flex-basis: calc(100% - 100px);
}
.single-widget-product__content .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #111;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 5px;
}
.single-widget-product__content .title a {
  color: #111;
}
.single-widget-product__content .title a:hover {
  color: #111;
}

/* single grid product */
.product-badge-wrapper {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 5;
}
.product-badge-wrapper span {
  border-radius: 5px;
  padding: 0 10px;
  display: block;
  margin-bottom: 10px;
}
.product-badge-wrapper span:last-child {
  margin-bottom: 0;
}
.product-badge-wrapper span.onsale {
  background-color: #d92523;
}
.product-badge-wrapper span.hot {
  background-color: #ffc926;
}

.single-grid-product__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.single-grid-product__image a {
  display: block;
  width: 100%;
}
.single-grid-product__image a img {
  width: 100%;
}
.single-grid-product__image a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-grid-product__image .product-hover-icon-wrapper {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0 20px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-grid-product__image .product-hover-icon-wrapper {
    padding: 0 10px;
  }
}
.single-grid-product__image .product-hover-icon-wrapper .single-icon {
  visibility: hidden;
  opacity: 0;
  background-color: #111;
  color: #ffffff;
  height: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-grid-product__image .product-hover-icon-wrapper .single-icon {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.single-grid-product__image .product-hover-icon-wrapper .single-icon a {
  line-height: 40px;
  color: #ffffff;
}
.single-grid-product__image .product-hover-icon-wrapper .single-icon--quick-view {
  width: 40px;
  border-right: 1px solid hsla(0deg, 0%, 100%, 0.4);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-grid-product__image .product-hover-icon-wrapper .single-icon--quick-view {
    display: none;
  }
}
.single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart {
  font-size: 13px;
  letter-spacing: 0.1em;
  width: calc(100% - 40px - 40px);
  font-weight: 700;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart i {
  display: none;
  line-height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart {
    width: 100%;
  }
}
.single-grid-product__image .product-hover-icon-wrapper .single-icon--compare {
  width: 40px;
  border-left: 1px solid hsla(0deg, 0%, 100%, 0.4);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-grid-product__image .product-hover-icon-wrapper .single-icon--compare {
    display: none;
  }
}
.single-grid-product__image .product-hover-icon-wrapper .single-icon:hover, .single-grid-product__image .product-hover-icon-wrapper .single-icon.active {
  background-color: #444;
}
.single-grid-product__content {
  position: relative;
}
.single-grid-product__content .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #111;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.single-grid-product__content .title a {
  color: #111;
}
.single-grid-product__content .title a:hover {
  color: #537fbc;
}
.single-grid-product__content .price {
  margin-bottom: 5px;
}
.single-grid-product__content .price .main-price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #d92523;
  font-weight: 600;
  line-height: 22px;
}
.single-grid-product__content .price .main-price.discounted {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #aaa;
  font-weight: 600;
  line-height: 22px;
}
.single-grid-product__content .price .discounted-price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #d92523;
  font-weight: 600;
  line-height: 22px;
}
.single-grid-product__content .rating {
  line-height: 1;
  margin-bottom: 15px;
}
.single-grid-product__content .color {
  line-height: 1.2;
}
.single-grid-product__content .color ul li {
  margin-right: 10px;
  display: inline-block;
}
.single-grid-product__content .color ul li a span.color-picker {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 16px;
  line-height: 16px;
  border-radius: 100%;
}
.single-grid-product__content .color ul li a span.black {
  background-color: #000;
}
.single-grid-product__content .color ul li a span.blue {
  background-color: #1e73be;
}
.single-grid-product__content .color ul li a span.brown {
  background-color: #dd9933;
}
.single-grid-product__content .color ul li a span.gold {
  background-color: #cc9933;
}
.single-grid-product__content .color ul li a span.green-coral {
  background-color: #a1aeb2;
}
.single-grid-product__content .color ul li a span.grey {
  background-color: #eeeeee;
}
.single-grid-product__content .color ul li a span.oak {
  background-color: #cba98e;
}
.single-grid-product__content .color ul li a span.pink {
  background-color: #efdae7;
}
.single-grid-product__content .color ul li a span.silver {
  background-color: #999999;
}
.single-grid-product__content .color ul li a span.white {
  background-color: #ffffff;
}
.single-grid-product__content .color ul li a.active span {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
}
.single-grid-product__content .color ul li a:hover span {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
}
.single-grid-product__content .color ul li a:after {
  display: none;
}
.single-grid-product__content .favorite-icon {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 15px;
  color: #666;
  display: inline-block;
}
.single-grid-product__content .favorite-icon i:nth-child(1) {
  display: block;
}
.single-grid-product__content .favorite-icon i:nth-child(2) {
  display: none;
}
.single-grid-product__content .favorite-icon:hover {
  color: #537fbc;
}
.single-grid-product__content .favorite-icon.active {
  color: #537fbc;
}
.single-grid-product__content .favorite-icon.active i:nth-child(1) {
  display: none;
}
.single-grid-product__content .favorite-icon.active i:nth-child(2) {
  display: block;
}
.single-grid-product:hover .single-grid-product__image a img:nth-child(2) {
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  visibility: visible;
  opacity: 1;
}
.single-grid-product:hover .product-hover-icon-wrapper .single-icon {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.single-grid-product--overlay .single-grid-product__image {
  margin-bottom: 0;
}
.single-grid-product--overlay .single-grid-product__image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-grid-product--overlay .single-grid-product__image .image-wrap {
  position: relative;
}
.single-grid-product--overlay .single-grid-product__image .product-hover-icon-wrapper span {
  background-color: #537fbc;
}
.single-grid-product--overlay .single-grid-product__image .product-hover-icon-wrapper span:hover {
  background-color: #537fbc;
}
.single-grid-product--overlay .single-grid-product__image .product-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  padding: 0 20px;
}
.single-grid-product--overlay .single-grid-product__image .product-info .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 15px;
}
.single-grid-product--overlay .single-grid-product__image .product-info .title a {
  color: #ffffff;
}
.single-grid-product--overlay .single-grid-product__image .product-info .price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  line-height: 22px;
}
.single-grid-product--overlay .single-grid-product__image .favorite-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  z-index: 5;
  width: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-grid-product--overlay .single-grid-product__image .favorite-icon i:nth-child(1) {
  display: inline-block;
}
.single-grid-product--overlay .single-grid-product__image .favorite-icon i:nth-child(2) {
  display: none;
}
.single-grid-product--overlay .single-grid-product__image .favorite-icon:hover {
  color: #537fbc;
}
.single-grid-product--overlay .single-grid-product__image .favorite-icon.active {
  color: #537fbc;
}
.single-grid-product--overlay .single-grid-product__image .favorite-icon.active i:nth-child(1) {
  display: none;
}
.single-grid-product--overlay .single-grid-product__image .favorite-icon.active i:nth-child(2) {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-grid-product--overlay .single-grid-product__image .product-hover-icon-wrapper .single-icon {
    visibility: hidden;
    opacity: 0;
  }
}
.single-grid-product--overlay:hover .single-grid-product__image:after {
  visibility: visible;
  opacity: 0.3;
}
.single-grid-product--overlay:hover .single-grid-product__image .product-info {
  visibility: visible;
  opacity: 1;
}
.single-grid-product--overlay:hover .single-grid-product__image .favorite-icon {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-grid-product--overlay:hover .single-grid-product__image .product-hover-icon-wrapper .single-icon {
    visibility: visible;
    opacity: 1;
  }
}

/* single list product */
.single-list-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .single-list-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-list-product__image {
  position: relative;
  overflow: hidden;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media only screen and (max-width: 767px) {
  .single-list-product__image {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .single-list-product__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 15px;
  }
}
.single-list-product__image > a {
  display: block;
  width: 100%;
}
.single-list-product__image > a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-list-product__image .favorite-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 15px;
  color: #666;
  display: inline-block;
  z-index: 5;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-list-product__image .favorite-icon i:nth-child(1) {
  display: inline-block;
}
.single-list-product__image .favorite-icon i:nth-child(2) {
  display: none;
}
.single-list-product__image .favorite-icon:hover {
  color: #537fbc;
}
.single-list-product__image .favorite-icon.active {
  color: #537fbc;
}
.single-list-product__image .favorite-icon.active i:nth-child(1) {
  display: none;
}
.single-list-product__image .favorite-icon.active i:nth-child(2) {
  display: block;
}
.single-list-product__content {
  position: relative;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .single-list-product__content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .single-list-product__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0;
  }
}
.single-list-product__content .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #111;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.single-list-product__content .title a {
  color: #111;
}
.single-list-product__content .title a:hover {
  color: #537fbc;
}
.single-list-product__content .price {
  margin-bottom: 15px;
}
.single-list-product__content .price .main-price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #d92523;
  font-weight: 600;
  line-height: 22px;
}
.single-list-product__content .price .main-price.discounted {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #aaa;
  font-weight: 600;
  line-height: 22px;
}
.single-list-product__content .price .discounted-price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #d92523;
  font-weight: 600;
  line-height: 22px;
}
.single-list-product__content .product-short-desc {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
}
.single-list-product__content .rating {
  line-height: 1;
  margin-bottom: 15px;
}
.single-list-product__content .color {
  line-height: 1.2;
  margin-bottom: 15px;
}
.single-list-product__content .color ul li {
  margin-right: 10px;
  display: inline-block;
}
.single-list-product__content .color ul li a span.color-picker {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 16px;
  line-height: 16px;
  border-radius: 100%;
}
.single-list-product__content .color ul li a span.black {
  background-color: #000;
}
.single-list-product__content .color ul li a span.blue {
  background-color: #1e73be;
}
.single-list-product__content .color ul li a span.brown {
  background-color: #dd9933;
}
.single-list-product__content .color ul li a span.gold {
  background-color: #cc9933;
}
.single-list-product__content .color ul li a span.green-coral {
  background-color: #a1aeb2;
}
.single-list-product__content .color ul li a span.grey {
  background-color: #eeeeee;
}
.single-list-product__content .color ul li a span.oak {
  background-color: #cba98e;
}
.single-list-product__content .color ul li a span.pink {
  background-color: #efdae7;
}
.single-list-product__content .color ul li a span.silver {
  background-color: #999999;
}
.single-list-product__content .color ul li a span.white {
  background-color: #ffffff;
}
.single-list-product__content .color ul li a.active span {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
}
.single-list-product__content .color ul li a:hover span {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
}
.single-list-product__content .color ul li a:after {
  display: none;
}
.single-list-product__content .favorite-icon {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 15px;
  color: #666;
  display: inline-block;
}
.single-list-product__content .favorite-icon i:nth-child(1) {
  display: block;
}
.single-list-product__content .favorite-icon i:nth-child(2) {
  display: none;
}
.single-list-product__content .favorite-icon:hover {
  color: #537fbc;
}
.single-list-product__content .favorite-icon.active {
  color: #537fbc;
}
.single-list-product__content .favorite-icon.active i:nth-child(1) {
  display: none;
}
.single-list-product__content .favorite-icon.active i:nth-child(2) {
  display: block;
}
.single-list-product:hover .single-list-product__image a img:nth-child(2) {
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  visibility: visible;
  opacity: 1;
}
.single-list-product:hover .product-hover-icon-wrapper .single-icon {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.single-list-product .product-hover-icon-wrapper {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 300px;
  max-width: 100%;
}
@media only screen and (max-width: 575px) {
  .single-list-product .product-hover-icon-wrapper {
    margin: 0 auto;
  }
}
.single-list-product .product-hover-icon-wrapper .single-icon {
  background-color: #111;
  color: #ffffff;
  height: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-list-product .product-hover-icon-wrapper .single-icon {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.single-list-product .product-hover-icon-wrapper .single-icon a {
  line-height: 40px;
  color: #ffffff;
}
.single-list-product .product-hover-icon-wrapper .single-icon--quick-view {
  width: 40px;
  border-right: 1px solid hsla(0deg, 0%, 100%, 0.4);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-list-product .product-hover-icon-wrapper .single-icon--quick-view {
    display: none;
  }
}
.single-list-product .product-hover-icon-wrapper .single-icon--add-to-cart {
  font-size: 13px;
  letter-spacing: 0.1em;
  width: calc(100% - 40px - 40px);
  font-weight: 700;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.single-list-product .product-hover-icon-wrapper .single-icon--add-to-cart i {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-list-product .product-hover-icon-wrapper .single-icon--add-to-cart {
    width: 100%;
  }
}
.single-list-product .product-hover-icon-wrapper .single-icon--compare {
  width: 40px;
  border-left: 1px solid hsla(0deg, 0%, 100%, 0.4);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-list-product .product-hover-icon-wrapper .single-icon--compare {
    display: none;
  }
}
.single-list-product .product-hover-icon-wrapper .single-icon:hover, .single-list-product .product-hover-icon-wrapper .single-icon.active {
  background-color: #444;
}

/* product single row */
@media (min-width: 1500px) {
  .product-row-wrapper .col-xl-custom-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
.product-row-wrapper {
  margin-bottom: -30px;
}
.product-row-wrapper .single-grid-product {
  margin-bottom: 30px;
}

/* product double row tab */
.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs {
  border-bottom: 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 479px) {
  .product-double-row-tab-wrapper .tab-product-navigation .nav-tabs {
    margin-bottom: 30px;
  }
}
.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  color: #888;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  border: none;
  margin: 0 20px;
  padding: 0;
  padding-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-link {
    font-size: 22px;
    line-height: 22px;
    margin: 0 15px;
  }
}
@media only screen and (max-width: 479px) {
  .product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-link {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 5px;
    padding-bottom: 10px;
  }
}
.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 3px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #537fbc;
}
.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-link.active {
  color: #111;
}
.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-link.active:after {
  width: 100%;
}
.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-link:hover:after {
  width: 100%;
}

/* product fullpage no gutter */
@media (min-width: 1500px) {
  .product-fullpage-no-gutter-area .col-xl-custom-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
/*=====  End of Product  ======*/
/*=============================================
=            Quick View            =
=============================================*/
/* -------------------------------- 

Primary style

-------------------------------- */
body::after {
  /* dark overlay layer - visible when we fire .cd-quick-view */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 35, 44, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  content: "";
  z-index: 9999;
}
@media only screen and (min-width: 992px) {
  body.overlay-layer::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    content: "";
  }
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-items {
  padding: 1em 0;
}
@media only screen and (min-width: 768px) {
  .cd-items {
    padding: 2em 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .cd-items {
    padding: 4em 0 0;
  }
}

.cd-item {
  position: relative;
  margin: 0 0 1em;
}
.cd-item > img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cd-item {
    width: 48%;
    float: left;
    margin: 0 4% 2em 0;
  }
  .cd-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .cd-item {
    width: 22%;
    float: left;
    margin: 0 4% 2.8em 0;
  }
  .cd-item:nth-child(2n) {
    margin-right: 4%;
  }
  .cd-item:nth-child(4n) {
    margin-right: 0;
  }
  .cd-item.empty-box::after {
    /* box visible as placeholder when the .cd-quick-view zooms in */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #392c3f;
  }
}

.cd-quick-view {
  /* quick view non available on small devices */
  display: none;
}
.cd-quick-view.animate-width {
  z-index: 99999;
}
.cd-quick-view.is-visible .cd-slider-pagination {
  visibility: visible;
  opacity: 1;
}
.cd-quick-view.velocity-animating {
  z-index: 99999;
}
.cd-quick-view.velocity-animating.is-visible .cd-slider-pagination {
  visibility: hidden !important;
  opacity: 0 !important;
}
@media only screen and (min-width: 992px) {
  .cd-quick-view {
    display: block;
    position: fixed;
    max-width: 900px;
    visibility: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, width;
    z-index: 1;
  }
  .cd-quick-view.is-visible {
    /* class added when user clicks on .cd-trigger */
    visibility: visible;
  }
  .cd-quick-view.animate-width {
    /* class added at the end of the first zoom-in animation */
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
}

.cd-slider-wrapper {
  position: relative;
  display: inline-block;
  float: left;
}
.cd-slider-wrapper:hover .cd-slider-navigation li {
  visibility: visible;
  opacity: 0.5;
}

.cd-slider {
  float: left;
}
.cd-slider li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cd-slider li img {
  display: block;
  width: 100%;
  max-width: 400px;
}
.cd-slider li.selected {
  position: relative;
  z-index: 3;
}

.cd-slider-navigation {
  opacity: 0;
}
.add-content .cd-slider-navigation {
  opacity: 1;
}

.cd-slider-navigation li {
  position: absolute;
  top: 50%;
  bottom: auto;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}
.cd-slider-navigation li:first-child {
  left: 0;
}
.cd-slider-navigation li:last-child {
  /* equal to the .cd-slider-wrapper margin-right */
  right: 0;
}
.cd-slider-navigation li a {
  display: block;
  width: 40px;
  height: 50px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  /* Force Hardware Acceleration in WebKit */
}
.cd-slider-navigation li:hover {
  opacity: 0.8;
}

.cd-item-info {
  position: absolute;
  padding: 3em;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s;
  transition: opacity 0.3s, visibility 0s;
  overflow: hidden;
}
.cd-item-info h2 {
  font-size: 28px;
  font-size: 1.75rem;
}
.cd-item-info p {
  line-height: 1.6;
  margin: 1em 0;
}
.cd-item-info .cd-item-action li {
  display: inline-block;
  margin-right: 1em;
}
.cd-item-info .cd-item-action li:first-child {
  margin-left: -4px;
}
.cd-item-info .add-to-cart {
  border-radius: 0.25em;
  border: none;
  padding: 0.6em 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}
.add-content .cd-item-info {
  /* class added at the end of the width animation, used to show the content */
  position: relative;
  visibility: visible;
  opacity: 1;
}

.cd-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #333;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
}
.cd-close::before, .cd-close::after {
  /* close icon in css */
  position: absolute;
  top: 12px;
  left: 5px;
  display: inline-block;
  height: 1px;
  width: 30px;
  background: #777;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  content: "";
}
.cd-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cd-close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.no-touch .cd-close:hover {
  color: #333;
}
.add-content .cd-close {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s;
  -webkit-transition: visibility 0s 0s, -webkit-transform 0.3s 0s;
  transition: visibility 0s 0s, -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
}

/*----------  pagination style  ----------*/
.cd-slider-pagination {
  position: absolute;
  bottom: 20px;
  z-index: 99;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
}
.cd-slider-pagination li {
  font-size: 0;
  vertical-align: middle;
  display: inline-block;
}
.cd-slider-pagination li.active a {
  background-color: transparent;
  border: 1px solid #333333;
  border-radius: 100%;
  opacity: 1;
  width: 18px;
  height: 18px;
  margin: 0;
}
.cd-slider-pagination li.active a:hover {
  background-color: transparent;
}
.cd-slider-pagination li a {
  font-size: 0;
  display: block;
  cursor: pointer;
  outline: 0;
  line-height: 0;
  border: 0;
  width: 10px;
  height: 10px;
  color: transparent;
  background-color: #1f1f1f;
  opacity: 0.2;
  border-radius: 50%;
  margin: 0 4px;
  padding: 0;
}
.cd-slider-pagination li a:hover {
  background-color: #333;
}

/*----------  quickview description style  ----------*/
.quickview-item-info {
  max-height: 520px;
  overflow-y: scroll;
}
.quickview-item-info .item-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  color: #111;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quickview-item-info .item-title {
    font-size: 25px;
  }
}
.quickview-item-info .price .main-price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  color: #d92523;
  font-weight: 600;
  line-height: 48px;
}
.quickview-item-info .price .main-price.discounted {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #aaa;
  font-weight: 600;
  line-height: 48px;
  text-decoration: line-through;
}
.quickview-item-info .price .discounted-price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  color: #d92523;
  font-weight: 600;
  line-height: 48px;
}
.quickview-item-info .description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}

.quickview-title {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  font-weight: 500;
}

/*----------  quantity style  ----------*/
.pro-qty {
  padding: 10px;
  margin: 0 10px 0 0;
  background-color: #F7F7F7;
}
.pro-qty input {
  width: 40px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  padding: 0 10px;
  background-color: #F7F7F7;
}
.pro-qty .qty-btn {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  line-height: 1;
  position: relative;
  top: 3px;
}

/*----------  quick view other info  ----------*/
.quick-view-other-info {
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
}
.quick-view-other-info .other-info-links {
  margin-top: 15px;
}
.quick-view-other-info .other-info-links a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1px;
  margin-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-view-other-info .other-info-links a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .quick-view-other-info .other-info-links a {
    font-size: 15px;
  }
}
.quick-view-other-info .other-info-links a:hover {
  color: #537fbc;
}
.quick-view-other-info .other-info-links a i {
  margin-right: 5px;
}
.quick-view-other-info table {
  width: 100%;
}
.quick-view-other-info table tr td {
  padding-top: 15px;
}
.quick-view-other-info table tr td.quickview-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  color: #333;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.quick-view-other-info table tr td.quickview-value {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 28px;
}
.quick-view-other-info table tr td.quickview-value a:hover {
  color: #333;
}
.quick-view-other-info table tr td .quickview-social-icons li {
  display: inline-block;
  margin-right: 20px;
}

/*=====  End of Quick View  ======*/
/*=============================================
=            contact form            =
=============================================*/
.contact-form-wrapper input, .contact-form-wrapper textarea {
  font-size: 15px;
  padding: 10px 20px;
  margin-bottom: 30px;
  color: #222;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.contact-form-wrapper input:focus, .contact-form-wrapper textarea:focus {
  border-color: #c7c7c7;
}
.contact-form-wrapper .form-messege {
  margin-top: 20px;
}

/*=====  End of contact form  ======*/
/*=============================================
=            testimonial            =
=============================================*/
.testimonial-wrapper.theme-slick-slider:hover .slick-arrow.slick-prev {
  left: 0;
}
.testimonial-wrapper.theme-slick-slider:hover .slick-arrow.slick-next {
  right: 0;
}

.single-testimonial {
  text-align: center;
}
.single-testimonial__image {
  margin-bottom: 30px;
}
.single-testimonial__image img {
  display: inline-block;
}
.single-testimonial__content .testimonial-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #666;
  font-weight: 400;
  line-height: 28px;
  font-style: italic;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-testimonial__content .testimonial-text {
    width: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial__content .testimonial-text {
    width: 800px;
  }
}
.single-testimonial__content .testimonial-author {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #111;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
}

/* testimonial element */
.testimonial-bg {
  background-image: url("../img/backgrounds/background-testimonials.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimonial-element-area {
  padding: 150px 0;
}

/* testimonial content */
.testimonial-content-wrapper {
  background-color: #ffffff;
  padding: 80px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-content-wrapper {
    padding: 60px 0;
  }
}
.testimonial-content-wrapper .testimonial-image {
  padding: 0 80px;
  border-right: 2px solid #EEEEEE;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-content-wrapper .testimonial-image {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-content-wrapper .testimonial-image {
    text-align: center;
    border-bottom: 2px solid #EEEEEE;
    border-right: 0;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-content-wrapper .testimonial-image {
    padding: 0 30px;
    padding-bottom: 60px;
  }
}
.testimonial-content-wrapper .testimonial-image .icon {
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #868686;
  background-color: #ffffff;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #eee;
  text-align: center;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-content-wrapper .testimonial-image .icon {
    bottom: -30px;
    top: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
  }
}
.testimonial-content-wrapper .testimonial-content {
  padding: 0 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-content-wrapper .testimonial-content {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-content-wrapper .testimonial-content {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-content-wrapper .testimonial-content {
    padding: 0 30px;
    padding-top: 60px;
  }
}

/*=====  End of testimonial  ======*/
/*=============================================
=            google map            =
=============================================*/
.google-map {
  height: 500px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .google-map {
    height: 400px;
  }
}
@media only screen and (max-width: 479px) {
  .google-map {
    height: 300px;
  }
}
.google-map--style-2 {
  height: 700px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .google-map--style-2 {
    height: 600px;
  }
}
.google-map--style-3 {
  height: 400px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .google-map--style-3 {
    height: 300px;
  }
}

.group-map-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .group-map-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .group-map-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-map {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-map {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-map {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/*=====  End of google map  ======*/
/*=============================================
=            accordion            =
=============================================*/
.accordion-toggle-wrapper {
  margin-bottom: -50px;
}
.accordion-toggle-wrapper .single-faq {
  margin-bottom: 50px !important;
}

.faq-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 35px;
  color: #212121;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 35px;
  margin-top: -5px;
}
.faq-title:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 15px;
  background-color: #ccc;
}
@media only screen and (max-width: 575px) {
  .faq-title {
    font-size: 25px;
    line-height: 32px;
  }
}

.single-faq {
  margin-bottom: 50px;
}
.single-faq:last-child {
  margin-bottom: 0;
}
.single-faq .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #eee;
}
.single-faq .accordion-item:first-child {
  border-top: 1px solid #eee;
}
.single-faq .accordion-header {
  border-bottom: 0;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0 !important;
}
.single-faq .accordion-button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #444;
  font-weight: 600;
  line-height: 18px;
  overflow-wrap: break-word;
  white-space: normal;
  text-align: left;
  width: 100%;
  padding: 20px;
  border-bottom: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-faq .accordion-button[aria-expanded=true] {
  background-color: #eee;
}
.single-faq .accordion-button:after {
  display: none;
}
.single-faq .accordion-button:hover, .single-faq .accordion-button:focus {
  text-decoration: none;
}
@media only screen and (max-width: 575px) {
  .single-faq .accordion-button {
    font-size: 18px;
    line-height: 26px;
  }
}
.single-faq .accordion-body {
  padding-left: 0;
  padding: 30px 0;
}
.single-faq .accordion-body p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
}

/*=====  End of accordion  ======*/
/*=============================================
=            pagination         =
=============================================*/
.pagination-wrapper ul {
  text-align: center;
  margin-bottom: -15px;
}
.pagination-wrapper ul li {
  display: inline-block;
  text-align: center;
  width: 40px;
  line-height: 38px;
  margin-right: 5px;
  border: 1px solid #444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
}
.pagination-wrapper ul li:last-child {
  margin-right: 0;
}
.pagination-wrapper ul li:hover, .pagination-wrapper ul li.active {
  background-color: #444;
}
.pagination-wrapper ul li:hover a, .pagination-wrapper ul li.active a {
  color: #ffffff;
}
.pagination-wrapper ul li a {
  color: #444;
  font-size: 14px;
  display: block;
}

/*=====  End of pagination ======*/
/*=============================================
=            newsletter             =
=============================================*/
.footer-newsletter-small-area {
  background-color: #537fbc;
  padding: 35px 0;
}

.footer-newsletter-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-newsletter-text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-newsletter-text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-newsletter-text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-newsletter-text {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.footer-newsletter-text i {
  color: #ffffff;
  font-size: 50px;
  display: inline-block;
  margin-right: 10px;
}
.footer-newsletter-text span {
  display: inline-block;
}

.footer-newsletter-form {
  width: 425px;
  max-width: 100%;
  margin-left: auto;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-newsletter-form {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer-newsletter-form {
    margin: 0 auto;
  }
}
.footer-newsletter-form .mailchimp-alerts {
  text-align: left;
}
.footer-newsletter-form input {
  color: #202020;
  height: 50px;
  width: 100%;
  border: 2px solid transparent;
  padding: 9px 15px;
  padding-right: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-style: italic;
}
.footer-newsletter-form input:focus {
  border-color: #222;
}
.footer-newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #111;
  border-color: #111;
  color: #ffffff;
}

/* mailchimp eleemnt */
.mailchimp-form-content {
  padding: 50px;
  background-color: #EEEEEE;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .mailchimp-form-content {
    padding: 30px 15px;
  }
}
.mailchimp-form-content .icon {
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #868686;
  background-color: #ffffff;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #eee;
  text-align: center;
  border-radius: 50%;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .mailchimp-form-content .icon {
    bottom: -30px;
    top: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
  }
}
.mailchimp-form-content .mailchimp-form-wrapper {
  border: 10px solid #fff;
  padding: 90px 30px;
}
@media only screen and (max-width: 767px) {
  .mailchimp-form-content .mailchimp-form-wrapper {
    border: 0;
    padding: 60px 15px;
  }
}
@media only screen and (max-width: 479px) {
  .mailchimp-form-content .mailchimp-form-wrapper {
    padding: 60px 0;
  }
}
.mailchimp-form-content .mailchimp-form-wrapper .mailchimp-form--element {
  text-align: center;
}
.mailchimp-form-content .mailchimp-form-wrapper .mailchimp-form--element input {
  font-size: 16px;
  font-style: italic;
  width: 100%;
  max-width: 670px;
  height: 44px;
  padding: 9px 15px;
  color: #202020;
  border-width: 0;
  border-color: #ccc;
  border-bottom-width: 1px;
  background: none;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 35px;
}
.mailchimp-form-content .mailchimp-form-wrapper .mailchimp-form--element input:focus {
  border-color: #111;
}

.mailchimp-form-bg {
  background-image: url("../img/backgrounds/image-robin.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .mailchimp-form-bg {
    height: 600px;
  }
}
@media only screen and (max-width: 479px) {
  .mailchimp-form-bg {
    height: 400px;
  }
}

/*=====  End of newsletter   ======*/
/*=============================================
=            Progressbar            =
=============================================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-bar-element__image {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .progress-bar-element__image {
    margin-bottom: 30px;
  }
}
.progress-bar-element__content {
  margin-bottom: -30px;
}
.progress-bar-element__content .progress {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  border-radius: 0;
  border: 1px solid #cfcfcf;
  margin-bottom: 30px;
}
.progress-bar-element__content .progress .progress-bar {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 18px;
}
.progress-bar-element__content .progress .progress-bar .title {
  padding-left: 15px;
}
.progress-bar-element__content .progress .progress-bar .value {
  padding-right: 15px;
}

/*=====  End of Progressbar  ======*/
/*=============================================
=            about us            =
=============================================*/
.about-page-top-wrapper {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 100px;
  margin-top: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-page-top-wrapper {
    margin-top: -5px;
  }
}

/* about us brief */
.about-us-brief-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  color: #111;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-brief-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-brief-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .about-us-brief-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.about-us-brief-title:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 15px;
  background-color: #ccc;
}

.about-us-brief-desc {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
}
.about-us-brief-desc p {
  margin-bottom: 0;
}

/* about us process */
.about-us-process-wrapper {
  margin-bottom: -30px;
}
.about-us-process-wrapper .single-process {
  margin-bottom: 30px;
}
.about-us-process-wrapper .single-process .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #666;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: -10px;
}
.about-us-process-wrapper .single-process .title span {
  color: #537fbc;
}
.about-us-process-wrapper .single-process .description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: -3px;
}

.team-member-wrapper {
  margin-bottom: -30px;
}

.single-team-member {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .single-team-member {
    text-align: center;
  }
}
.single-team-member__image {
  margin-bottom: 15px;
}
.single-team-member__content .name {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #111;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;
}
.single-team-member__content .designation {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #537fbc;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
}
.single-team-member__content .short-desc {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #666;
  font-weight: 400;
  line-height: 24px;
}
.single-team-member__content .social-profiles {
  line-height: 1;
}
.single-team-member__content .social-profiles li {
  display: inline-block;
  margin-right: 20px;
}
.single-team-member__content .social-profiles li a {
  display: block;
  font-size: 16px;
  color: #666;
}
.single-team-member__content .social-profiles li a:hover {
  color: #537fbc;
}

/*=====  End of about us  ======*/
/*=============================================
=            service            =
=============================================*/
.service-text-area-wrapper {
  margin-bottom: -100px;
}

.single-service-text {
  margin-bottom: 95px;
}
.single-service-text .title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 25px;
  color: #111;
  font-weight: 600;
  line-height: 27px;
  margin-top: -20px;
}
.single-service-text .title span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 80px;
  color: #537fbc;
  font-weight: 700;
  line-height: 88px;
  margin-right: 25px;
}
@media only screen and (max-width: 479px) {
  .single-service-text .title span {
    font-size: 70px;
    line-height: 76px;
  }
}
.single-service-text .short-desc {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
}

/*----------  video background area  ----------*/
.video-background-area .video-area {
  height: 680px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .video-background-area .video-area {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-background-area .video-area {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-background-area .video-area {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .video-background-area .video-area {
    height: 300px;
  }
}

/*----------  icon service text  ----------*/
.icon-service-text-wrapper {
  margin-bottom: -30px;
}

.single-icon-service {
  text-align: center;
  margin-bottom: 25px;
}
.single-icon-service__icon {
  margin-bottom: 10px;
  line-height: 1;
}
.single-icon-service__icon i {
  font-size: 40px;
  color: #537fbc;
}
.single-icon-service__title {
  margin-bottom: 25px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #222;
  font-weight: 700;
  line-height: 22px;
}
.single-icon-service__short-desc {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #878787;
  font-weight: 400;
  line-height: 24px;
}

/*=====  End of service  ======*/
/*=============================================
=            contact us            =
=============================================*/
.contact-icon-text-wrapper {
  margin-bottom: -30px;
}

.single-contact-icon-text {
  margin-bottom: 25px;
  text-align: center;
}
.single-contact-icon-text__icon {
  margin-bottom: 20px;
  line-height: 1;
}
.single-contact-icon-text__icon i {
  font-size: 40px;
  color: #537fbc;
}
.single-contact-icon-text__title {
  margin-bottom: 25px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #222;
  font-weight: 700;
  line-height: 22px;
}
.single-contact-icon-text__value {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #878787;
  font-weight: 400;
  line-height: 24px;
}

.contact-form-content .social-links {
  line-height: 1;
}
.contact-form-content .social-links li {
  display: inline-block;
  margin-right: 20px;
}
.contact-form-content .social-links li a:hover {
  color: #537fbc;
}
@media only screen and (max-width: 767px) {
  .contact-form-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/*=====  End of contact us  ======*/
/*=============================================
=            shop            =
=============================================*/
.shop-page-area {
  margin-bottom: 100px;
}

/*----------  price filter  ----------*/
.sidebar-price #price-range {
  width: 96%;
  height: 7px;
  margin: 7px 0;
  margin-bottom: 25px;
  background-color: #537fbc;
  position: relative;
  border-radius: 50px;
}
.sidebar-price #price-range .ui-slider-range {
  position: absolute;
  height: 100%;
  top: 0;
  background-color: #537fbc;
}
.sidebar-price #price-range .ui-slider-handle {
  background-color: #537fbc;
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50px;
  display: block;
  top: -5px;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
}
.sidebar-price input {
  border: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 1;
  margin-bottom: -5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sidebar-price input {
    width: 69%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-price input {
    width: 69%;
  }
}
.sidebar-price .price-range-button {
  float: right;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}

/* shop product view mode*/
.shop-header {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  margin-bottom: 50px;
  margin-top: -10px;
}

.view-mode-icons {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .view-mode-icons {
    display: none !important;
  }
}
.view-mode-icons a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 28px;
  cursor: pointer;
  border: 1px solid #eee;
  margin-right: 5px;
}
.view-mode-icons a.active {
  color: #537fbc;
}
.view-mode-icons a:hover {
  color: #537fbc;
}

.shop-product-wrap {
  margin-bottom: 20px;
  /* shop four column product icon fix */
  /* full width */
}
.shop-product-wrap--with-sidebar .col-lg-3 .single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart a i {
  display: block !important;
}
.shop-product-wrap--with-sidebar .col-lg-3 .single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart a span {
  display: none;
}
.shop-product-wrap--with-sidebar.four-column .single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart a i {
  display: block !important;
}
.shop-product-wrap--with-sidebar.four-column .single-grid-product__image .product-hover-icon-wrapper .single-icon--add-to-cart a span {
  display: none;
}
.shop-product-wrap--fullwidth .col-lg-is-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66%;
          flex: 0 0 16.66%;
  max-width: 16.66%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product-wrap--fullwidth .col-lg-is-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product-wrap--fullwidth .col-lg-is-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product-wrap--fullwidth .col-lg-is-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product-wrap--fullwidth .col-lg-is-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .shop-product-wrap--fullwidth .col-lg-is-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.shop-product-wrap--fullwidth .col-lg-is-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product-wrap--fullwidth .col-lg-is-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product-wrap--fullwidth .col-lg-is-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product-wrap--fullwidth .col-lg-is-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product-wrap--fullwidth .col-lg-is-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .shop-product-wrap--fullwidth .col-lg-is-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.shop-product-wrap .single-grid-product {
  margin-bottom: 30px;
}
.shop-product-wrap.grid .single-list-product {
  display: none;
}
.shop-product-wrap.list .single-grid-product {
  display: none;
}

.shop-product-wrap.list [class*=col],
.shop-product-wrap.list [class*=col-] {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
}

/* sort selection style */
.sort-by-dropdown {
  margin-left: 15px;
}
@media only screen and (max-width: 575px) {
  .sort-by-dropdown {
    margin-left: 0;
  }
}
.sort-by-dropdown .nice-select {
  border: none;
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .sort-by-dropdown .nice-select {
    padding-left: 0;
  }
}
.sort-by-dropdown .nice-select .list {
  border-radius: 0;
  right: 0;
  left: auto;
}
@media only screen and (max-width: 575px) {
  .sort-by-dropdown .nice-select .list {
    left: 0;
    right: auto;
  }
}

/* grid view changer */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-view-changer {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .grid-view-changer {
    display: none;
  }
}
.grid-view-changer.active .grid-view-changer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid-view-changer.active > a {
  display: none;
}
.grid-view-changer__menu {
  display: none;
}
.grid-view-changer__menu > a:hover, .grid-view-changer__menu > a.active {
  color: #537fbc !important;
}
.grid-view-changer a {
  height: 34px;
  width: 34px;
  line-height: 34px;
  background-color: #eee;
  text-align: center;
}
.grid-view-changer a:hover {
  color: #666;
}
.grid-view-changer a i {
  line-height: 34px;
}

/* shop sidebar wrapper */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-sidebar-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-sidebar-wrapper {
    margin-top: 50px;
  }
}

/* description tab area */
.description-tab-navigation {
  border-top: 1px solid #ededed;
}
.description-tab-navigation .nav-tabs {
  border-bottom: 0;
}
.description-tab-navigation .nav-tabs .nav-link {
  border: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #666;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1px;
  position: relative;
  padding: 20px 0 18px;
  margin: 0 20px;
}
@media only screen and (max-width: 575px) {
  .description-tab-navigation .nav-tabs .nav-link {
    margin: 0 10px;
  }
}
.description-tab-navigation .nav-tabs .nav-link.active, .description-tab-navigation .nav-tabs .nav-link:hover {
  color: #537fbc;
}
.description-tab-navigation .nav-tabs .nav-link.active:after, .description-tab-navigation .nav-tabs .nav-link:hover:after {
  width: 100%;
}
.description-tab-navigation .nav-tabs .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #537fbc;
}

.single-product-description-tab-content .tab-content {
  padding: 80px 0;
  background-color: #f7f7f7;
}
.single-product-description-tab-content .tab-content .tab-pane .description-content p {
  margin-bottom: 0;
}
.single-product-description-tab-content .tab-content .tab-pane .description-content p.long-desc {
  margin-bottom: 20px;
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra .short-desc {
  margin-bottom: 60px;
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-image {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-image-bg {
  background-image: url("../img/product-details/desc-one.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 700px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-image-bg {
    height: 500px;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  background-color: #333333;
  color: #ffffff;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 50px 30px;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text .text-wrapper {
  width: 570px;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text .text-wrapper {
    width: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text .text-wrapper {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text .text-wrapper {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text .text-wrapper {
    width: auto;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text p.medium-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1px;
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text p.big-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  line-height: 44px;
}
@media only screen and (max-width: 479px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text p.big-text {
    font-size: 30px;
    line-height: 34px;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text p.desc-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 25px;
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__bottom .single-block-image {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}
@media only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__bottom .single-block-image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .additional-info-content .additional-info-table {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  font-size: 16px;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  border-bottom: 1px solid #ededed;
}
.single-product-description-tab-content .tab-content .tab-pane .additional-info-content .additional-info-table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.single-product-description-tab-content .tab-content .tab-pane .additional-info-content .additional-info-table tbody th {
  color: #333;
  border-top: 1px solid #ededed;
  padding: 15px 10px;
}
.single-product-description-tab-content .tab-content .tab-pane .additional-info-content .additional-info-table tbody td {
  padding: 15px 10px;
  border-top: 1px solid #ededed;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #111;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment {
  position: relative;
  margin-top: 0;
  margin-left: 50px;
  padding-top: 35px;
  padding-left: 75px;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-bottom: 27px;
  min-height: 170px;
  background-color: #ffffff;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__image {
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 100px;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__image img {
  border-radius: 50%;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content {
  position: relative;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content .review-time {
  margin-bottom: 15px;
}
@media only screen and (max-width: 479px) {
  .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content .review-time {
    margin-bottom: 5px;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content .review-time i {
  margin-right: 5px;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content .rating {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 479px) {
  .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content .rating {
    position: static;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form {
  border-left: 1px solid #efefef;
  padding-left: 40px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0;
    border-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0;
    border-left: 0;
  }
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form label {
  display: block;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form label span {
  color: red;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form .rating {
  margin-left: 20px;
}
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form input, .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form textarea {
  border: 1px solid #eee;
  padding: 9.5px 25px;
  width: 100%;
}

/*----------  product details with slider   ----------*/
.single-product-slider-details-area {
  margin-bottom: 80px;
}

/* product details description */
.product-details-description-wrapper .item-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  color: #111;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-description-wrapper .item-title {
    font-size: 25px;
  }
}
.product-details-description-wrapper .price .main-price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  color: #d92523;
  font-weight: 600;
  line-height: 48px;
}
.product-details-description-wrapper .price .main-price.discounted {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #aaa;
  font-weight: 600;
  line-height: 48px;
  text-decoration: line-through;
}
.product-details-description-wrapper .price .discounted-price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  color: #d92523;
  font-weight: 600;
  line-height: 48px;
}
.product-details-description-wrapper .product-details-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 28px;
  margin-right: 50px;
}
.product-details-description-wrapper .product-color {
  line-height: 1.2;
  margin-bottom: 30px;
}
.product-details-description-wrapper .product-color ul {
  display: inline-block;
}
.product-details-description-wrapper .product-color ul li {
  margin-right: 10px;
  display: inline-block;
}
.product-details-description-wrapper .product-color ul li a span.color-picker {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 16px;
  line-height: 16px;
  border-radius: 100%;
}
.product-details-description-wrapper .product-color ul li a span.black {
  background-color: #000;
}
.product-details-description-wrapper .product-color ul li a span.blue {
  background-color: #1e73be;
}
.product-details-description-wrapper .product-color ul li a span.brown {
  background-color: #dd9933;
}
.product-details-description-wrapper .product-color ul li a span.gold {
  background-color: #cc9933;
}
.product-details-description-wrapper .product-color ul li a span.green-coral {
  background-color: #a1aeb2;
}
.product-details-description-wrapper .product-color ul li a span.grey {
  background-color: #eeeeee;
}
.product-details-description-wrapper .product-color ul li a span.oak {
  background-color: #cba98e;
}
.product-details-description-wrapper .product-color ul li a span.pink {
  background-color: #efdae7;
}
.product-details-description-wrapper .product-color ul li a span.silver {
  background-color: #999999;
}
.product-details-description-wrapper .product-color ul li a span.white {
  background-color: #ffffff;
}
.product-details-description-wrapper .product-color ul li a.active span {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
}
.product-details-description-wrapper .product-color ul li a:hover span {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
}
.product-details-description-wrapper .product-color ul li a:after {
  display: none;
}
.product-details-description-wrapper .product-size {
  margin-bottom: 30px;
}
.product-details-description-wrapper .product-size .nice-select {
  float: none;
  width: 150px;
  display: inline-block;
}
.product-details-description-wrapper .description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}
.product-details-description-wrapper .product-brand {
  margin-top: 30px;
  margin-bottom: 15px;
}
.product-details-description-wrapper .product-brand a {
  display: block;
  width: 100%;
}
.product-details-description-wrapper .group-product-form {
  margin-bottom: 30px;
}
.product-details-description-wrapper .group-product-form .table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
}
.product-details-description-wrapper .group-product-form .table-content table td {
  padding: 12px 10px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  width: 33.33%;
  white-space: nowrap;
}
.product-details-description-wrapper .group-product-form .table-content table td.product-name {
  font-weight: 500;
}
.product-details-description-wrapper .group-product-form .table-content table td.product-name a {
  font-size: 14px;
}
.product-details-description-wrapper .group-product-form .table-content table td.product-name a:hover {
  color: #537fbc;
}
.product-details-description-wrapper .group-product-form .table-content table td p span {
  display: block;
  margin-top: 10px;
}

/* product details slider */
.product-details-slider-area {
  position: relative;
  margin-bottom: 50px;
}
.product-details-slider-area .product-badge-wrapper {
  display: inline-block;
  right: -10px;
  left: auto;
}
.product-details-slider-area .product-badge-wrapper span {
  padding: 3px 15px;
  font-size: 15px;
}
.product-details-slider-area .slick-list {
  margin-left: 0;
  margin-right: 0;
}
.product-details-slider-area .big-image-wrapper {
  position: relative;
}
.product-details-slider-area .big-image-wrapper .enlarge-icon {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 5;
}
.product-details-slider-area .big-image-wrapper .enlarge-icon a {
  font-size: 30px;
}
.product-details-slider-area .big-image-wrapper .enlarge-icon a:hover {
  color: #537fbc;
}

/* product big image slider */
.product-details-big-image-slider-wrapper {
  cursor: crosshair;
}
.product-details-big-image-slider-wrapper--bottom-space {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .product-details-big-image-slider-wrapper--side-space {
    margin-bottom: 15px;
  }
}
.product-details-big-image-slider-wrapper--sticky .single-image {
  position: relative;
  margin-bottom: 15px;
}
.product-details-big-image-slider-wrapper--sticky .single-image .product-badge-wrapper {
  right: 10px;
}

/* product small image slider */
.product-details-small-image-slider-wrapper--horizontal-space .single-image {
  padding: 0 5px;
}
.product-details-small-image-slider-wrapper--vertical-space {
  position: relative;
}
.product-details-small-image-slider-wrapper--vertical-space .single-image {
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .product-details-small-image-slider-wrapper--vertical-space .single-image {
    padding: 0 5px;
  }
}
.product-details-small-image-slider-wrapper--vertical-space .slick-arrow {
  visibility: visible;
  opacity: 0.85;
  height: 30px;
  width: 100%;
  -webkit-transform: none;
          transform: none;
}
.product-details-small-image-slider-wrapper--vertical-space .slick-arrow i {
  line-height: 20px;
}
.product-details-small-image-slider-wrapper--vertical-space .slick-arrow.slick-prev {
  top: 0;
  left: 0;
}
.product-details-small-image-slider-wrapper--vertical-space .slick-arrow.slick-next {
  bottom: 0 !important;
  top: auto;
  left: 0;
  right: auto;
}
.product-details-small-image-slider-wrapper--vertical-space:hover .slick-arrow.slick-prev {
  left: 0;
}
.product-details-small-image-slider-wrapper--vertical-space:hover .slick-arrow.slick-next {
  left: 0;
}
.product-details-small-image-slider-wrapper .slick-list .slick-active.slick-current .single-image img {
  opacity: 1;
}
.product-details-small-image-slider-wrapper .single-image {
  cursor: pointer;
}
.product-details-small-image-slider-wrapper .single-image img {
  opacity: 0.65;
}

/*=====  End of shop  ======*/
/*=============================================
=            Blog            =
=============================================*/
.blog-page-area {
  margin-bottom: 100px;
}

/* blog sidebar */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-sidebar-wrapper {
    margin-top: 50px;
  }
}

/* single blog post */
.blog-post-wrapper .single-blog-post {
  margin-bottom: 50px;
}

.single-blog-post__image {
  margin-bottom: 15px;
}
.single-blog-post__image a {
  display: block;
  width: 100%;
}
.single-blog-post__image a img {
  width: 100%;
}
.single-blog-post__image--audio iframe {
  width: 100%;
}
.single-blog-post__image .blog-image-slider .slick-arrow.slick-prev {
  left: 0;
}
.single-blog-post__image .blog-image-slider .slick-arrow.slick-next {
  right: 0;
}
.single-blog-post__image .blog-image-slider:hover .slick-arrow.slick-prev {
  left: 20px;
}
.single-blog-post__image .blog-image-slider:hover .slick-arrow.slick-next {
  right: 20px;
}
.single-blog-post__content .post-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  color: #111;
  font-weight: 600;
  line-height: 33px;
}
.single-blog-post__content .post-title a {
  color: #111;
}
.single-blog-post__content .post-title a:hover {
  color: #537fbc;
}
.single-blog-post__content .post-meta {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 20px;
}
.single-blog-post__content .post-meta a.post-author {
  color: #537fbc;
  padding-left: 5px;
}
.single-blog-post__content .post-meta a:hover {
  color: #537fbc;
}
.single-blog-post__content .post-meta .separator {
  color: #111;
  margin: 0 10px;
}
.single-blog-post__content .post-excerpt {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}
.single-blog-post--related {
  margin-bottom: 30px;
}
.single-blog-post--related .post-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #111;
  font-weight: 600;
  line-height: 23px;
}
.single-blog-post--related .post-meta {
  font-size: 15px;
}

/* blog single post details */
.blog-single-post-details-wrapper {
  margin-bottom: 50px;
}
.blog-single-post-details-wrapper .post-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  color: #111;
  font-weight: 600;
  line-height: 45px;
  margin-top: -10px;
}
@media only screen and (max-width: 575px) {
  .blog-single-post-details-wrapper .post-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 25px;
    color: #111;
    font-weight: 600;
    line-height: 35px;
  }
}
.blog-single-post-details-wrapper .post-meta {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 20px;
}
.blog-single-post-details-wrapper .post-meta a.post-author {
  color: #537fbc;
  padding-left: 5px;
}
.blog-single-post-details-wrapper .post-meta a:hover {
  color: #537fbc;
}
.blog-single-post-details-wrapper .post-meta .separator {
  color: #111;
  margin: 0 10px;
}
.blog-single-post-details-wrapper .post-thumbnail {
  margin-bottom: 30px;
}
.blog-single-post-details-wrapper .post-thumbnail--audio iframe {
  width: 100%;
}
.blog-single-post-details-wrapper .post-thumbnail--slider .blog-image-slider .slick-arrow.slick-prev {
  left: 0;
}
.blog-single-post-details-wrapper .post-thumbnail--slider .blog-image-slider .slick-arrow.slick-next {
  right: 0;
}
.blog-single-post-details-wrapper .post-thumbnail--slider .blog-image-slider:hover .slick-arrow.slick-prev {
  left: 20px;
}
.blog-single-post-details-wrapper .post-thumbnail--slider .blog-image-slider:hover .slick-arrow.slick-next {
  right: 20px;
}
.blog-single-post-details-wrapper .post-text-content {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog-single-post-details-wrapper .post-text-content p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 25px;
}
.blog-single-post-details-wrapper .post-share-section span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #111;
  font-weight: 600;
  line-height: 22px;
  margin-right: 30px;
}
.blog-single-post-details-wrapper .post-share-section .post-social-icons {
  display: inline-block;
}
.blog-single-post-details-wrapper .post-share-section .post-social-icons li {
  display: inline-block;
  margin-right: 25px;
}
.blog-single-post-details-wrapper .post-share-section .post-social-icons li a {
  font-size: 18px;
}
.blog-single-post-details-wrapper .post-share-section .post-social-icons li a:hover {
  color: #537fbc;
}

/* related post */
.blog-related-post-area {
  margin-bottom: 50px;
}

.blog-related-post-wrapper {
  margin-bottom: -30px;
}

.blog-details-section-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  color: #111;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 25px;
  margin-top: -5px;
}

/* blog comments */
.blog-comments-area {
  margin-bottom: 50px;
}
.blog-comments-area .blog-comments-wrapper {
  margin-bottom: -15px;
}
.blog-comments-area .blog-comments-wrapper .single-blog-comment {
  margin-bottom: 15px;
  position: relative;
  margin-top: 0;
  margin-left: 50px;
  padding-top: 35px;
  padding-left: 75px;
  padding-right: 30px;
  padding-bottom: 30px;
  min-height: 170px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 479px) {
  .blog-comments-area .blog-comments-wrapper .single-blog-comment {
    padding-left: 35px;
    margin-left: 40px;
  }
}
.blog-comments-area .blog-comments-wrapper .single-blog-comment__image {
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 479px) {
  .blog-comments-area .blog-comments-wrapper .single-blog-comment__image {
    width: 60px;
    height: 60px;
    left: -30px;
  }
}
.blog-comments-area .blog-comments-wrapper .single-blog-comment__image img {
  border-radius: 50%;
}
.blog-comments-area .blog-comments-wrapper .single-blog-comment__content {
  position: relative;
}
.blog-comments-area .blog-comments-wrapper .single-blog-comment__content .comment-time {
  margin-bottom: 15px;
}
@media only screen and (max-width: 479px) {
  .blog-comments-area .blog-comments-wrapper .single-blog-comment__content .comment-time {
    margin-bottom: 5px;
  }
}
.blog-comments-area .blog-comments-wrapper .single-blog-comment__content .comment-time i {
  margin-right: 5px;
}
.blog-comments-area .blog-comments-wrapper .single-blog-comment--reply {
  margin-left: 100px;
}
@media only screen and (max-width: 479px) {
  .blog-comments-area .blog-comments-wrapper .single-blog-comment--reply {
    margin-left: 70px;
  }
}

/*=====  End of Blog  ======*/
/*=============================================
=            Login Register            =
=============================================*/
.myaccount-wrapper {
  margin-bottom: 100px;
}

/*-- Login Title --*/
.login-title {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}

/*-- Login Form --*/
.login-form {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-form {
    padding: 15px;
  }
}
.login-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
.login-form .nice-select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #999999;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  height: 45px;
  color: #666;
  margin-bottom: 15px;
}
.login-form .nice-select::after {
  width: 6px;
  height: 6px;
  border-width: 1px;
  right: 20px;
  border-color: #666;
}
.login-form .nice-select .current {
  color: #666;
  display: block;
  line-height: 23px;
}
.login-form .nice-select .list {
  width: 100%;
}
.login-form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.login-form input[type=checkbox] {
  width: auto;
}
.login-form input:focus {
  border: 1px solid #c7c7c7;
}
.login-form .check-box {
  float: left;
  margin-right: 70px;
  margin-bottom: 15px;
}
.login-form .check-box:last-child {
  margin-right: 0;
}
.login-form .check-box input[type=checkbox] {
  display: none;
}
.login-form .check-box input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}
.login-form .check-box input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #999999;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-form .check-box input[type=checkbox] + label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f00c";
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  color: #333333;
  width: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-form .check-box input[type=checkbox]:checked + label::before {
  border: 2px solid #333333;
}
.login-form .check-box input[type=checkbox]:checked + label::after {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-form--extra-space {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .login-form--extra-space {
    margin-bottom: 50px;
  }
}

/*-- Place Order --*/
.register-button {
  display: block;
  margin-top: 40px;
  width: 140px;
  height: 36px;
  border: none;
  line-height: 24px;
  padding: 6px 20px;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
}
.register-button:hover {
  background-color: #537fbc;
}

@media only screen and (max-width: 767px) {
  .forget-pass-link {
    margin-bottom: 15px;
  }
}
.forget-pass-link:hover {
  color: #537fbc;
}

/*=====  End of Login Register  ======*/
/*=============================================
=            Order tracking            =
=============================================*/
.order-tracking-area {
  margin-bottom: 100px;
}

.order-tracking-wrapper {
  width: 630px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 575px) {
  .order-tracking-wrapper {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .order-tracking-wrapper {
    padding: 40px 15px;
  }
}

.order-track-form label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 28px;
  display: block;
}
.order-track-form input {
  font-size: 14px;
  display: block;
  padding: 9px 25px;
  color: #222;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.order-track-form input:focus {
  border-color: #c7c7c7;
}

/*=====  End of Order tracking  ======*/
/*=============================================
=            Cart            =
=============================================*/
.shopping-cart-area {
  margin-bottom: 100px;
}

.cart-table {
  border: 1px solid #e7e7e7;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table thead {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table thead {
    display: none;
  }
}
.cart-table tr {
  border-bottom: 1px solid #ededed;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table tr {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #ededed;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table tr {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #ededed;
    padding: 30px 0;
  }
}
.cart-table th {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
  background-color: transparent;
  padding: 16px 12px;
}
.cart-table th:first-of-type {
  padding-left: 25px;
}
.cart-table td {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td {
    text-align: center;
    display: block;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td {
    text-align: center;
    display: block;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    border: none;
  }
}
.cart-table td.product-thumbnail {
  width: 115px;
}
.cart-table td.product-name a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-name a {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-name a {
    margin-top: 20px;
  }
}
.cart-table td.product-name a:hover {
  color: #537fbc;
}
.cart-table td.product-name .product-variation {
  display: block;
  line-height: 22px;
  float: left;
  clear: both;
  color: #ababab;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-name .product-variation {
    float: none;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-name .product-variation {
    float: none;
    margin-bottom: 10px;
  }
}
.cart-table td.product-price {
  clear: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-price {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-price {
    margin-bottom: 15px;
  }
}
.cart-table td.product-price .price {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #333;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.stock-status {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.stock-status {
    margin-bottom: 15px;
  }
}
.cart-table td.total-price {
  clear: left;
}
.cart-table td.total-price .price {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #333;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-quantity {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-quantity {
    margin-bottom: 20px;
  }
}
.cart-table td.product-remove {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-remove {
    position: absolute;
    top: 0;
    right: 10px;
    width: auto !important;
  }
}
.cart-table td.product-remove a {
  text-align: center;
  font-size: 0;
  display: block;
  height: 45px;
  width: 45px;
  color: #ababab;
  border: 2px solid #e6e6e6;
}
.cart-table td.product-remove a i {
  font-size: 30px;
  line-height: 41px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-remove a i {
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-remove a i {
    line-height: 35px;
  }
}
.cart-table td.product-remove a:hover {
  color: #c61932;
  border-color: #c61932;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-remove a {
    border: none;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-remove a {
    border: none;
    width: auto;
    height: auto;
  }
}

.cart-coupon-area {
  margin-bottom: 30px;
}

.cart-calculation-area {
  background-color: #F7F7F7;
  padding: 40px;
}
.cart-calculation-area__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 25px;
  color: #111;
  font-weight: 600;
  line-height: 27px;
}

.cart-calculation-table {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.cart-calculation-table th {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #222222;
  background-color: transparent;
  padding: 16px 12px;
  padding-left: 10px;
}
.cart-calculation-table td {
  padding-right: 10px !important;
  text-align: right;
}
.cart-calculation-table td.subtotal {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  font-weight: 600;
}
.cart-calculation-table td.total {
  font-size: 24px;
  line-height: 48px;
  color: #333;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coupon-form {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .coupon-form {
    margin-bottom: 30px;
  }
}
.coupon-form input {
  display: inline-block;
  background-color: #fff;
  margin-right: 16px;
  padding: 9px 15px;
  color: #222;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
}
.coupon-form input:focus {
  border-color: #c7c7c7;
}
@media only screen and (max-width: 575px) {
  .coupon-form input {
    margin-bottom: 15px;
  }
}

.stock-stat-message {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  color: #297e29;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 0 5px;
  border: 2px solid #297e29;
}
.stock-stat-message--out-of-stock {
  color: red;
  border-color: red;
}

/*=====  End of Cart  ======*/
/*=============================================
=            checkout            =
=============================================*/
.checkout-page-wrapper {
  margin-bottom: 100px;
}

.billing-form {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping-form {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping-form {
    margin-bottom: 30px;
  }
}

/*-- Checkout Title --*/
.checkout-title {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}

/*-- Checkout Form --*/
.checkout-form label {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.checkout-form .nice-select {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  height: 45px;
  color: #666;
  margin-bottom: 15px;
}
.checkout-form .nice-select::after {
  width: 6px;
  height: 6px;
  border-width: 1px;
  right: 20px;
  border-color: #666;
}
.checkout-form .nice-select .current {
  color: #666;
  display: block;
  line-height: 23px;
}
.checkout-form .nice-select .list {
  width: 100%;
}
.checkout-form .nice-select:focus {
  border-color: #c7c7c7;
}
.checkout-form input {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkout-form input[type=checkbox] {
  width: auto;
}
.checkout-form input:focus {
  border: 1px solid #c7c7c7;
}
.checkout-form .check-box {
  float: left;
  margin-right: 70px;
}
.checkout-form .check-box:last-child {
  margin-right: 0;
}
.checkout-form .check-box input[type=checkbox] {
  display: none;
}
.checkout-form .check-box input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}
.checkout-form .check-box input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #999999;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.checkout-form .check-box input[type=checkbox] + label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f00c";
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  color: #333333;
  width: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.checkout-form .check-box input[type=checkbox]:checked + label::before {
  border: 2px solid #333333;
}
.checkout-form .check-box input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/*-- Shipping Form --*/
#shipping-form {
  display: none;
}

/*-- Checkout Cart Total --*/
.checkout-cart-total {
  background-color: #f2f2f2;
  padding: 45px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .checkout-cart-total {
    padding: 30px;
  }
}
.checkout-cart-total h4 {
  -ms-flex-preferred-size: 18px;
      flex-basis: 18px;
  line-height: 23px;
  font-weight: 700;
}
.checkout-cart-total h4:first-child {
  margin-top: 0;
  margin-bottom: 25px;
}
.checkout-cart-total h4:last-child {
  margin-top: 15px;
  margin-bottom: 0;
}
.checkout-cart-total h4 span {
  float: right;
  display: block;
}
.checkout-cart-total ul {
  border-bottom: 1px solid #999999;
}
.checkout-cart-total ul li {
  color: #666;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}
.checkout-cart-total ul li span {
  color: #333333;
  float: right;
}
.checkout-cart-total p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #505050;
  padding: 10px 0;
  border-bottom: 1px solid #999999;
  margin: 0;
}
.checkout-cart-total p span {
  float: right;
}

/*-- Checkout Payment Method --*/
.checkout-payment-method {
  background-color: #f2f2f2;
  padding: 45px;
}
@media only screen and (max-width: 575px) {
  .checkout-payment-method {
    padding: 30px;
  }
}

/*-- Single Payment Method --*/
.single-method {
  margin-bottom: 20px;
}
.single-method:last-child {
  margin-bottom: 0;
}
.single-method input[type=radio] {
  display: none;
}
.single-method input[type=radio] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}
.single-method input[type=radio] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #999999;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-method input[type=radio] + label::after {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  content: "";
  opacity: 0;
  background-color: #333333;
  width: 10px;
  text-align: center;
  height: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-method input[type=radio]:checked + label::before {
  border: 2px solid #333333;
}
.single-method input[type=radio]:checked + label::after {
  opacity: 1;
}
.single-method input[type=checkbox] {
  display: none;
}
.single-method input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin: 0;
}
.single-method input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  display: block;
  border: 2px solid #999999;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-method input[type=checkbox] + label::after {
  position: absolute;
  left: 4px;
  top: 4px;
  display: block;
  content: "";
  opacity: 0;
  background-color: #333333;
  width: 8px;
  text-align: center;
  height: 8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-method input[type=checkbox]:checked + label::before {
  border: 2px solid #333333;
}
.single-method input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.single-method p {
  display: none;
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  line-height: 23px;
}

/*-- Place Order --*/
.place-order {
  margin-top: 40px;
  width: 140px;
  height: 36px;
  border: none;
  line-height: 24px;
  padding: 6px 20px;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #333333;
}
.place-order:hover {
  background-color: #fff;
}

.place-order-btn {
  margin-top: 15px;
}

/*=====  End of checkout  ======*/
/*=============================================
=            Responsive styles            =
=============================================*/