/*
Theme Name: Centerpointe
Description: Centerpointe.com Theme
Author: Charlie
Author URI: https://centerpointe.com/
Template: twentysixteen
Version: 1.0.0
Text Domain:  Twenty Sixteen
*/

@import 'css/font-awesome.min.css';

@font-face {
  font-family: 'robotobold';
  src: url('./fonts/roboto-bold-webfont.eot');
  src: url('./fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/roboto-bold-webfont.woff2') format('woff2'),
    url('./fonts/roboto-bold-webfont.woff') format('woff'),
    url('./fonts/roboto-bold-webfont.ttf') format('truetype'),
    url('./fonts/roboto-bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotolight';
  src: url('./fonts/roboto-light-webfont.eot');
  src: url('./fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/roboto-light-webfont.woff2') format('woff2'),
    url('./fonts/roboto-light-webfont.woff') format('woff'),
    url('./fonts/roboto-light-webfont.ttf') format('truetype'),
    url('./fonts/roboto-light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotomedium';
  src: url('./fonts/roboto-medium-webfont.eot');
  src: url('./fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/roboto-medium-webfont.woff2') format('woff2'),
    url('./fonts/roboto-medium-webfont.woff') format('woff'),
    url('./fonts/roboto-medium-webfont.ttf') format('truetype'),
    url('./fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotoregular';
  src: url('./fonts/roboto-regular-webfont.eot');
  src: url('./fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/roboto-regular-webfont.woff2') format('woff2'),
    url('./fonts/roboto-regular-webfont.woff') format('woff'),
    url('./fonts/roboto-regular-webfont.ttf') format('truetype'),
    url('./fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #fff !important;
}

body:before,
body:after {
  height: 0 !important;
}

@media (min-width: 300px) {
  [data-css='tve-u-1640195f365'] {
    display: block;
  }
}

.u-back-to-top {
  background: #333;
  color: #fff !important;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  line-height: 48px;
  font-weight: 100 !important;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  right: 50px;
}

.u-button {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 700 !important;
  height: 50px;
  border-radius: 50px;
  font-family: 'robotobold' !important;
  /*max-width: 175px;*/
  /*margin: 0 auto;*/
  width: 100%;
  display: block;
  line-height: 50px;
  text-align: center;
  background: #700fe0;
  transition: 0.4s;
  background: -moz-linear-gradient(
    left,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  background: -webkit-linear-gradient(
    left,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  background: linear-gradient(
    to right,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#700fe0', endColorstr='#1666d9',GradientType=1 );
}
.u-button:focus,
.u-button:hover {
  color: #fff;
  background: #1666d9;
  background: -moz-linear-gradient(
    left,
    #1666d9 0%,
    #1666d9 0%,
    #700fe0 100%,
    #700fe0 100%,
    #700fe0 100%
  );
  background: -webkit-linear-gradient(
    left,
    #1666d9 0%,
    #1666d9 0%,
    #700fe0 100%,
    #700fe0 100%,
    #700fe0 100%
  );
  background: linear-gradient(
    to right,
    #1666d9 0%,
    #1666d9 0%,
    #700fe0 100%,
    #700fe0 100%,
    #700fe0 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1666d9', endColorstr='#700fe0',GradientType=1 );
}

.u-button-flat {
  font-size: 15px;
  text-transform: uppercase;
  color: #000 !important;
  font-weight: 700 !important;
  height: 50px;
  border-radius: 50px;
  font-family: 'robotobold' !important;
  /*max-width: 175px;*/
  width: 100%;
  /*margin: 0 auto;*/
  display: block;
  line-height: 46px;
  text-align: center;
  background: #fff;
  border: 2px solid #000;
}

.u-button-flat:focus,
.u-button-flat:hover {
  background: #000;
  border-color: #fff;
  color: #fff !important;
}

.o-panel {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.o-panel--header {
  box-shadow: 0 8px 20px 0 #e8e8e8;
  background: #fff;
}

@media (max-width: 1024px) {
  .o-panel--header {
    padding-left: 0;
    padding-right: 0;
  }
}

.o-panel--footer {
  background: #2e2e2e;
  padding-left: 0;
  padding-right: 0;
}
.c-header {
  text-align: center;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 165px;
  padding-right: 165px;
}
@media (max-width: 1024px) {
  .c-header {
    padding-right: 0;
    min-height: 70px;
  }
}

.c-header__trigger {
  display: none;
  width: 30px;
  height: 22px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-top: 2px solid #333;
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 100;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .c-header__trigger {
    display: block;
  }
}
.c-header__trigger:after,
.c-header__trigger:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  border: none;
  cursor: pointer;
  background: #333;
}
.c-header__trigger:before {
  top: 3px;
}
.c-header__trigger:after {
  top: 8px;
}
.c-header__trigger.open {
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  border: none;
  top: 24px;
}

.c-header__trigger.open:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -o-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.c-header__trigger.open:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.c-main-menu__trigger {
  display: none;
  width: 30px;
  height: 22px;
  1-webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-top: 2px solid #fff;
  position: absolute;
  left: 15px;
  top: 23px;
  z-index: 100;
  cursor: pointer;
}

.c-main-menu__trigger:after,
.c-main-menu__trigger:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  border: none;
  cursor: pointer;
  background: #fff;
}
.c-main-menu__trigger:before {
  top: 3px;
}
.c-main-menu__trigger:after {
  top: 8px;
}
.c-main-menu__trigger.open {
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  border: none;
  top: 24px;
}
@media (max-width: 1024px) {
  .c-main-menu__trigger.open {
    top: 15px;
  }
}
@media (max-width: 767px) {
  .c-main-menu__trigger.open {
    /*top: 16px;*/
  }
}
.c-main-menu__trigger.open:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -o-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.c-main-menu__trigger.open:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.c-header__row {
  max-width: 1050px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1024px) {
  .c-header__row {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .c-header__row {
  }
}
@media (min-width: 1024px) {
  .logo-mobile {
    display: none !important;
  }
}

.c-header ul {
  margin: 0 2%;
  padding: 0;
  width: 100%;
  /*    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
    justify-content: space-between;*/
}

.c-header ul li {
  list-style: none;
  position: relative;
  line-height: 20px;
  padding: 10px 0;
  width: 12.5%;
  float: left;
}

.c-header ul li.menu-item-home a {
  padding-top: 10px;
}

.c-header ul li.menu-item-home {
  width: 20%;
}

@media (max-width: 1024px) {
  .c-header ul li {
    padding: 0;
  }
}
.c-header ul li ul {
  background: #fff;
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 100;
  width: 250px;
  padding: 20px 40px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  display: block;
  transition: 0.4s;
}
@media (max-width: 1024px) {
  .c-header ul li ul {
    position: static;
    visibility: visible;
    opacity: 1;
    display: none;
    padding: 15px 25px;
    width: 100%;
    transition: 0s;
  }
}
.c-header ul li:focus ul,
.c-header ul li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1;

  top: 150%;
  margin-left: -10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.c-header ul li ul li {
  margin: 0 0 7px 0;
  padding: 0;
  display: block !important;
  float: none;
  width: 100%;
}
@media (max-width: 1024px) {
  .c-header ul li ul li {
    margin: 0 0 1px 0;
  }
}

.c-header ul li ul li a {
  font-size: 13px;
  color: #8f8f8f;
  font-family: 'robotoregular';
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .c-header ul li ul li a {
    border-bottom: none;
  }
}
.c-header ul li ul li a:before {
  content: '';
  height: 2px;
  width: 0;
  background: #a6bfee;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.c-header ul li ul .current-menu-item a:before,
.c-header ul li ul li a:hover:before {
  width: 100%;
}
.c-header ul li:last-child {
  margin-right: 0;
}

.c-header ul li a {
  font-size: 13px;
  color: #8f8f8f;
  text-decoration: none;
  font-family: 'robotomedium';
  transition: 0.4s;
}
@media (max-width: 1024px) {
  .c-header ul li a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #232323;
    color: #fff;
  }

  .c-header ul li:last-child a {
    border: none;
  }
}
.c-header ul li a:hover,
.c-header ul .current-menu-item a {
  color: #5c91e3;
}
.c-header ul .c-header__space {
  margin-right: 285px;
}

.c-header__logo {
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -78px;
}
@media (max-width: 1024px) {
  .c-header__logo {
    position: static;
    margin: 0 0 0 15px;
  }
}
.c-header__logo img {
  width: 108px;
}

.c-header__logo span {
  font-size: 12px;
  color: #414141;
  display: block;
  padding-top: 3px;
  font-family: 'robotoregular';
}

.c-header__login {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'robotomedium';
  border-radius: 20px;
  padding: 5px 22px;
  display: inline-block;
  line-height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -17px;
  background: #700fe0;
  background: -moz-linear-gradient(
    left,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  background: -webkit-linear-gradient(
    left,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  background: linear-gradient(
    to right,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#700fe0', endColorstr='#1666d9',GradientType=1 ); /* IE6-9 */
}
@media (max-width: 1024px) {
  .c-header__login {
    right: 60px;
  }
}
@media (max-width: 767px) {
  .c-header__login {
    display: none;
  }
}
.c-header__login:visited {
  color: #fff;
}
.c-header__login:hover {
  color: #fff;
  background: #1666d9;
  background: -moz-linear-gradient(
    left,
    #1666d9 0%,
    #1666d9 0%,
    #700fe0 100%,
    #700fe0 100%,
    #700fe0 100%
  );
  background: -webkit-linear-gradient(
    left,
    #1666d9 0%,
    #1666d9 0%,
    #700fe0 100%,
    #700fe0 100%,
    #700fe0 100%
  );
  background: linear-gradient(
    to right,
    #1666d9 0%,
    #1666d9 0%,
    #700fe0 100%,
    #700fe0 100%,
    #700fe0 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1666d9', endColorstr='#700fe0',GradientType=1 ); /* IE6-9 */
}

/*======== Main Menu ======*/

.o-panel--main-menu {
  padding-left: 10px;
  padding-right: 10px;
  background: #700fe0;
  background: -moz-linear-gradient(
    left,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  background: -webkit-linear-gradient(
    left,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  background: linear-gradient(
    to right,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#700fe0', endColorstr='#1666d9',GradientType=1 ); /* IE6-9 */
}

.c-main-menu__row {
  max-width: 1280px;
  min-height: 37px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.c-main-menu {
  padding: 15px 0;
}
.c-main-menu__logo {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-family: 'robotomedium';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-main-menu__logo span {
  padding-left: 15px;
  margin-bottom: -5px;
  color: #fff;
}
@media (max-width: 767px) {
  .c-main-menu__logo span {
    padding-left: 5px;
  }
}
.c-main-menu ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .c-main-menu ul {
    margin: 0;
    padding: 5px 15px;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #1765d8;
    z-index: 100;
    display: none;
  }
}
.c-main-menu ul > li {
  list-style: none;
  display: inline-block;
  padding: 22px 0;
}
.c-main-menu ul > li a {
  font-size: 17px;
  font-family: 'robotolight';
  color: #fff;
  position: relative;
  padding: 7px 55px 7px 45px;
  border-right: 2px solid rgba(255, 255, 255, 0.13);
}
@media (max-width: 1160px) {
  .c-main-menu ul > li a {
    font-size: 14px;
    padding: 5px 35px 5px 15px;
  }
}

@media (max-width: 1024px) {
  .c-main-menu ul > li a {
    border-right: none;
    border-bottom: 1px solid #191919;
    display: block;
  }
}
.c-main-menu ul > li:first-child a {
  padding-left: 0;
  border-left: none;
}
.c-main-menu ul > li:last-child a {
  border-right: none;
}
@media (max-width: 1024px) {
  .c-main-menu ul > li:last-child a {
    border-bottom: 0;
  }
  .c-main-menu ul > li:first-child a {
    padding-left: 15px;
  }
}

.c-main-menu ul .menu-item-has-children,
.c-main-menu ul .has-child {
  position: relative;
}

.c-main-menu ul .menu-item-has-children > a:after,
.c-main-menu ul .has-child > a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -4px;
}
.c-main-menu ul .menu-item-has-children > ul,
.c-main-menu ul .has-child > ul {
  position: absolute;
  top: 80%;
  left: 0;
  z-index: 99;
  width: 250px;
  padding: 20px 40px;
  text-align: left;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: 0.4s;
  background: #700fe0;
  background: -moz-linear-gradient(
    left,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  background: -webkit-linear-gradient(
    left,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  background: linear-gradient(
    to right,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#700fe0', endColorstr='#1666d9',GradientType=1 ); /* IE6-9 */
}
@media (max-width: 1024px) {
  .c-main-menu ul .menu-item-has-children > ul,
  .c-main-menu ul .has-child > ul {
    position: static;
    padding: 15px 20px;
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
    transition: 0s;
  }
}
.c-main-menu ul .menu-item-has-children:hover ul,
.c-main-menu ul .has-child:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.c-main-menu ul .menu-item-has-children > ul li,
.c-main-menu ul .has-child > ul li {
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
}
@media (max-width: 1024px) {
  .c-main-menu ul .menu-item-has-children > ul li,
  .c-main-menu ul .has-child > ul li {
    margin: 0 0 5px 0;
  }
}
.c-main-menu ul .menu-item-has-children > ul li a,
.c-main-menu ul .has-child > ul li a {
  font-size: 16px;
  color: #fff;
  font-family: 'robotoregular';
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
}
@media (max-width: 1024px) {
  .c-main-menu ul .menu-item-has-children > ul li a,
  .c-main-menu ul .has-child > ul li a {
    font-size: 14px;
  }
}
.c-main-menu ul .menu-item-has-children > ul > li > a:before,
.c-main-menu ul .has-child > ul > li > a:before {
  content: '';
  height: 2px;
  width: 0;
  background: #a6bfee;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.c-main-menu ul .menu-item-has-children > ul .current-menu-item a:before,
.c-main-menu ul .has-child > ul .current-menu-item a:before,
.c-main-menu ul .menu-item-has-children > ul li a:hover:before,
.c-main-menu ul .has-child > ul li a:hover:before {
  width: 100%;
}

.c-main-menu__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.c-main-menu__account a {
  font-size: 17px;
  font-family: 'robotolight';
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.c-main-menu__account a:after {
  content: '';
  width: 2px;
  height: 36px;
  background: rgba(255, 255, 255, 0.13);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
}

.c-main-menu__account a:last-child:after {
  display: none;
}
.c-main-menu__account a:last-child {
  border-right: none;
}

.c-footer {
  padding: 70px 0 55px;
  color: #fff;
  font-size: 13px !important;
  line-height: 19px;
  font-family: 'robotoregular';
}
.c-footer__top {
  border-bottom: 2px solid #414345;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.c-footer__top .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1400px;
  margin: 0 auto;
}
.c-footer__col {
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.c-footer__menu-col {
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
  max-width: 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 200px;
}
.c-footer__logo span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: -10px;
  padding-left: 10px;
}
.c-footer__title {
  font-family: 'robotomedium';
  font-size: 14px;
  line-height: 19px;
  margin-top: 0;
  padding-top: 12px;
  margin-bottom: 13px;
  font-weight: 400;
}
.c-footer__items {
  padding: 0 16px;
}
/* ae added this */
.c-footer__menu {
  width: calc(100% / 4);
}
/* end ae added this */

.c-footer__menu ul {
  margin: 0;
  padding: 0;
}
.c-footer__menu ul li {
  display: block;
  list-style: none;
  margin-bottom: 12px;
}
.c-footer__menu ul li a,
.c-footer__menu ul li a:visited {
  color: #fff;
  transition: 0.4s;
  font-family: 'robotoregular';
  font-size: 14px;
  font-weight: 300;
}
.c-footer__menu ul .current-menu-item a,
.c-footer__menu ul li a:hover {
  color: #5c91e3 !important;
}
.c-footer p {
  margin-top: 13px;
}

.c-footer__contact {
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  max-width: 17%;
  line-height: 28px;
  position: relative;
}
.c-footer__contact:after {
  content: '';
  background: url(img/comment-icon.png) no-repeat top center;
  width: 33px;
  height: 30px;
  position: absolute;
  top: 11px;
  right: 0;
}
.c-footer__contact .c-footer__title {
  margin-bottom: 7px;
}
.c-footer__contact a {
  color: #fff;
}
.c-footer__contact p {
  margin: 0;
}

.c-footer__bottom {
  max-width: 1400px;
  margin: 40px auto 0;
  padding-left: 15px;
  padding-right: 15px;
}
.c-footer__bottom-text {
  text-align: center;
}
.c-footer__bottom-text span {
  padding: 0 10px;
}
.c-footer__social {
  margin-bottom: 25px;
}
.c-footer__social a {
  color: #f5fcfe;
  margin: 0 7px;
  font-size: 15px;
  transition: 0.4s;
}
.c-footer__social a:hover {
  color: #5c91e3;
}

@media screen and (max-width: 1300px) {
  .c-header {
    padding-left: 0;
  }

  .c-header__logo {
    left: 42%;
  }

  .c-header ul .c-header__space {
    margin-right: 250px;
  }
}

@media (max-width: 1024px) {
  .c-header ul .c-header__space {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .c-header ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    background: #6b14e0;
    z-index: 200;
    width: 100%;
    padding: 5px 20px;
    /*border: 1px solid #3e3fdc;
		border-width: 1px 0;*/
  }
}

@media (max-width: 1160px) {
  .c-header ul {
    padding: 0;
    margin: 0;
  }
  .c-header ul li {
    float: none;
    margin: 0;
    width: 100%;
  }
  .c-header ul li a {
    padding: 5px 20px;
    width: 100%;
  }
  .c-header ul li.menu-item-home {
    display: none !important;
  }
  .c-main-menu ul > li {
    padding: 16px 0;
  }
  .c-main-menu ul .menu-item-has-children > a:after,
  .c-main-menu ul .has-child > a:after {
    right: 13px;
  }
  .c-main-menu__account {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
  }
  .c-main-menu__account a {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1024px) {
  .c-main-menu__logo {
    position: absolute;
    left: 18px;
    width: 52px;
    flex-wrap: wrap;
  }
  .c-main-menu ul > li {
    padding: 2px 0;
    display: block;
  }
  .c-main-menu__row {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
}
@media (max-width: 500px) {
  .c-main-menu__logo {
    width: 52px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .c-main-menu__row {
    /*display: block;
		padding-top: 9px;
		padding-bottom: 2px;*/
  }
  .c-main-menu ul {
    text-align: center;
  }
  .c-footer {
    padding: 35px 0 30px;
  }
  .c-footer__top {
    padding-bottom: 20px;
  }
  .c-footer__col {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .c-footer__menu-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 0 10px;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .c-footer__bottom {
    margin-top: 20px;
  }
}

.c-sidebar__price {
  position: relative;
  font-size: 17px;
  color: #797979;
  font-family: 'robotomedium';
}

.c-sidebar__price:after {
  content: '';
  background: url(img/headphon-icon.png) no-repeat top center;
  margin-left: 13px;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-bottom: -3px;
}

.c-sidebar__links span {
  font-size: 12px;
  color: #404040;
  text-transform: uppercase;
  font-family: 'robotomedium';
}

.c-sidebar__links a {
  font-size: 12px;
  color: #5f5f5f !important;
  text-transform: capitalize;
  font-family: 'robotoregular' !important;
  position: relative;
  margin-left: 25px;
  font-weight: 400 !important;
}
.c-sidebar__links a:before {
  content: '';
  height: 2px;
  width: 100%;
  background: #a2a9b0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-sidebar-form select {
  height: 50px;
  width: 100%;
  display: block;
  padding: 5px 16px;
  color: #8e8e8e;
  font-size: 13px;
  font-family: 'robotomedium';
  border: 1px solid #96acef;
  border-radius: 3px;
  outline: none;
  background: #fff;
}
.c-sidebar-form__select-wrap {
  position: relative;
  max-width: 292px;
}
.c-sidebar-form__ins-arrow {
  position: absolute;
  top: 50%;
  right: 9px;
  background: #fff;
  font-style: normal;
  display: block;
  width: 15px;
  height: 30px;
  margin-top: -15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-sidebar-form__ins-arrow:after {
  content: '›';
  font-size: 31px;
  color: #8e8e8e;
  font-family: 'robotoregular';
  position: absolute;
  left: 3px;
  top: 9px;
  line-height: 15px;
}
.c-sidebar-form__qnt-arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  background: #fff;
  font-style: normal;
  display: block;
  width: 10px;
  height: 30px;
  margin-top: -15px;
}
.c-sidebar-form__qnt-arrow:before {
  content: ' › ';
  font-size: 31px;
  color: #8e8e8e;
  font-family: 'robotoregular';
  position: absolute;
  left: 0px;
  top: 5px;
  line-height: 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-sidebar-form__qnt-arrow:after {
  content: ' › ';
  font-size: 31px;
  color: #8e8e8e;
  font-family: 'robotoregular';
  position: absolute;
  left: 0px;
  top: 5px;
  line-height: 15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.c-sidebar-form__quantity {
  position: relative;
}
.c-sidebar-form__quantity input {
  width: 70px;
  height: 50px;
  font-size: 22px;
  color: #000000;
  text-align: center;
  display: block;
  font-family: 'robotomedium';
  border: 1px solid #96acef;
  border-radius: 3px;
  outline: none;
  background: #fff;
}
.c-sidebar-form__buttons-wrap {
  margin-top: 20px;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-sidebar-form__btn {
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  height: 63px;
  border-radius: 50px;
  font-family: 'robotobold';
  max-width: 295px;
  width: 100%;
  margin-right: 10px;
  background: #700fe0;
  background: -moz-linear-gradient(
    left,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  background: -webkit-linear-gradient(
    left,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  background: linear-gradient(
    to right,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#700fe0', endColorstr='#1666d9',GradientType=1 );
}
.c-sidebar-form__btn:focus,
.c-sidebar-form__btn:hover {
  background: #1666d9;
  background: -moz-linear-gradient(
    left,
    #1666d9 0%,
    #1666d9 0%,
    #700fe0 100%,
    #700fe0 100%,
    #700fe0 100%
  );
  background: -webkit-linear-gradient(
    left,
    #1666d9 0%,
    #1666d9 0%,
    #700fe0 100%,
    #700fe0 100%,
    #700fe0 100%
  );
  background: linear-gradient(
    to right,
    #1666d9 0%,
    #1666d9 0%,
    #700fe0 100%,
    #700fe0 100%,
    #700fe0 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1666d9', endColorstr='#700fe0',GradientType=1 );
}
.c-sidebar-form__link {
  font-size: 12px;
  font-family: 'robotomedium' !important;
  color: #404040 !important;
  font-weight: 400 !important;
  position: relative;
  padding-left: 23px;
  margin-left: 40px;
}
.c-sidebar-form__link:after {
  content: '';
  height: 2px;
  width: 88%;
  background: #b4bec7;
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-sidebar-form__link:before {
  content: '';
  width: 14px;
  height: 17px;
  background: url(img/refresh.png) no-repeat top center;
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
}
.c-sidebar__lists {
  margin: 0;
  padding: 0;
}
.c-sidebar__lists ul li {
  margin-bottom: 12px !important;
}
.c-sidebar__lists ul li a {
  font-size: 20px;
  color: #aad0f3 !important;
  font-family: 'robotolight' !important;
  font-weight: 300 !important;
}

#tve_editor .c-sidebar__lists ul li.active a {
  color: #4c87e1 !important;
  font-family: 'robotoregular' !important;
}

.c-sidebar__lists ul li div.tcb-numbered-list-number {
  font-size: 20px;
  color: #aad0f3 !important;
  font-family: 'robotolight' !important;
  font-weight: 300 !important;
  min-width: 15px !important;
  padding: 4px 0px !important;
  padding-left: 38px !important;
  position: relative;
}
#tve_editor .c-sidebar__lists ul li.active div.tcb-numbered-list-number .tcb-numbered-list-index,
#tve_editor .c-sidebar__lists ul li.active div.tcb-numbered-list-number {
  color: #4c87e1 !important;
  font-weight: 400;
}
.c-sidebar__lists ul li.active div.tcb-numbered-list-number:before {
  content: '';
  height: 4px;
  width: 25px;
  background: #4c87e1;
  position: absolute;
  left: 0;
  top: 11px;
}

.c-sidebar-buy__btn {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 700 !important;
  height: 50px;
  border-radius: 50px;
  font-family: 'robotobold' !important;
  max-width: 295px;
  width: 100%;
  display: block;
  line-height: 50px;
  text-align: center;
  background: #700fe0;
  background: -moz-linear-gradient(
    left,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  background: -webkit-linear-gradient(
    left,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  background: linear-gradient(
    to right,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#700fe0', endColorstr='#1666d9',GradientType=1 );
}
.c-sidebar-buy__btn:focus,
.c-sidebar-buy__btn:hover {
  color: #fff;
  background: #1666d9;
  background: -moz-linear-gradient(
    left,
    #1666d9 0%,
    #1666d9 0%,
    #700fe0 100%,
    #700fe0 100%,
    #700fe0 100%
  );
  background: -webkit-linear-gradient(
    left,
    #1666d9 0%,
    #1666d9 0%,
    #700fe0 100%,
    #700fe0 100%,
    #700fe0 100%
  );
  background: linear-gradient(
    to right,
    #1666d9 0%,
    #1666d9 0%,
    #700fe0 100%,
    #700fe0 100%,
    #700fe0 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1666d9', endColorstr='#700fe0',GradientType=1 );
}

.c-shop-sidebar__list-wrap {
  position: relative;
}
.c-shop-sidebar__dropdown {
  display: none;
  position: absolute;
  left: 0px;
  top: -16px;
  width: 100%;
  z-index: 1;
}

.c-shop-sidebar__dropdown li .tcb-numbered-list-text {
  width: 100%;
}
.c-shop-sidebar__dropdown li a {
  padding: 10px 15px;
  display: block;
}
.c-shop-sidebar__dropdown li.active a,
.c-shop-sidebar__dropdown li a:hover {
  background: #e9f4fd;
}

.c-shop-sidebar__bradcramb {
  font-size: 13px;
  color: #919191;
  font-family: 'robotoregular';
}

.c-shop-sidebar__bradcramb span {
  padding-right: 10px;
}
.c-shop-sidebar__bradcramb a {
  font-family: 'robotoregular' !important;
  color: #297fca !important;
  font-weight: 400 !important;
  padding-left: 10px;
}

.c-shop-sidebar__purchase {
  position: relative;
  font-family: 'robotoregular' !important;
  font-weight: 400 !important;
  color: #4b4b4b !important;
  font-size: 16px;
}
.c-shop-sidebar__purchase:before {
  content: '';
  height: 2px;
  width: 100%;
  background: #a4a4a4;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: -1;
}
.c-shop-sidebar {
  background: #fff;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgb(255, 255, 255) 0px 15px 0px 0px,
    rgba(192, 192, 192, 0.8) 11px 3px 25px -8px;
  padding: 0 10px 35px 0;
  width: 21%;
  float: left;
}
@media (max-width: 1024px) {
  .c-shop-sidebar {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .c-shop-sidebar {
    width: 100%;
  }
}

.c-shop-all__content,
section.wps-collections-products {
  width: 79%;
  float: left;
  position: relative;
  padding-bottom: 120px;
}

.c-shop-search__results {
  margin: 0 auto;
  width: 60%;
}

.c-shop-all__content {
  position: relative;
}

.c-shop-search__content {
  width: 100%;
}

@media (max-width: 1024px) {
  section.wps-collections-products {
    width: 70%;
  }
  .c-shop-search--results {
    width: 95%;
  }
}

@media (max-width: 767px) {
  section.wps-collections-products {
    width: 100%;
  }
}

.c-shop-sidebar .c-shop-sidebar__title,
.c-shop-sidebar__title {
  font-size: 11px;
  text-transform: uppercase;
  color: #5c5c5c;
  font-family: 'robotomedium';
  margin-top: 40px;
  margin-bottom: 17px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .c-shop-sidebar__title {
    margin-top: 25px;
  }
}

.c-shop-sidebar ul {
  margin: 0;
  padding: 0;
}

.c-shop-sidebar ul li a {
  font-size: 13px;
  line-height: 1.3;
  color: #2a53db;
  text-transform: capitalize;
  font-family: 'robotomedium';
  padding: 11px 45px 11px 59px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
  transition: 0.3s;
}

.c-shop-sidebar ul li {
  position: relative;
  margin-bottom: 1px;
  display: block;
}
.c-shop-sidebar ul li:before {
  content: '';
  background: url(img/icon-color.png) no-repeat;
  background-position: left 7px;
  width: 29px;
  height: 30px;
  display: inline-block !important;
  position: absolute;
  left: 15px;
  top: 4px;
  background-size: cover;
}
.c-shop-sidebar ul .current-menu-item a,
.c-shop-sidebar ul li:hover a {
  background: #700fe0;
  background: -moz-linear-gradient(
    left,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  background: -webkit-linear-gradient(
    left,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  background: linear-gradient(
    to right,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#700fe0', endColorstr='#1666d9',GradientType=1 );
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.c-shop-sidebar ul .current-menu-item a,
.c-shop-sidebar ul li:hover a {
  color: #fff;
}

.c-shop-sidebar ul .current-menu-item:before,
.c-shop-sidebar ul li:hover:before {
  background: url(img/icon-white.png) no-repeat;
  background-size: cover;
}

.c-shop-sidebar ul li:hover:before,
.c-shop-sidebar ul .c-shop-sidebar__planets:before,
.c-shop-sidebar ul .c-shop-sidebar__planets:hover:before {
  background-position: left 7px;
}
.c-shop-sidebar ul .c-shop-sidebar__brain:hover:before,
.c-shop-sidebar ul .c-shop-sidebar__brain:before {
  background-position: left -34px;
}
.c-shop-sidebar ul .c-shop-sidebar__e-healing:hover:before,
.c-shop-sidebar ul .c-shop-sidebar__e-healing:before {
  background-position: left -74px;
}
.c-shop-sidebar ul .c-shop-sidebar__stress:hover:before,
.c-shop-sidebar ul .c-shop-sidebar__stress:before {
  background-position: left -114px;
}
.c-shop-sidebar ul .c-shop-sidebar__nutrition:hover:before,
.c-shop-sidebar ul .c-shop-sidebar__nutrition:before {
  background-position: left -152px;
}
.c-shop-sidebar ul .c-shop-sidebar__exercise:hover:before,
.c-shop-sidebar ul .c-shop-sidebar__exercise:before {
  background-position: left -195px;
}
.c-shop-sidebar ul .c-shop-sidebar__spiritual-g:hover:before,
.c-shop-sidebar ul .c-shop-sidebar__spiritual-g:before {
  background-position: left -234px;
}
.c-shop-sidebar ul .c-shop-sidebar__longevity:hover:before,
.c-shop-sidebar ul .c-shop-sidebar__longevity:before {
  background-position: left -274px;
}
.c-shop-sidebar ul .c-shop-sidebar__relationship:hover:before,
.c-shop-sidebar ul .c-shop-sidebar__relationship:before {
  background-position: left -315px;
}
.c-shop-sidebar ul .c-shop-sidebar__learning:hover:before,
.c-shop-sidebar ul .c-shop-sidebar__learning:before {
  background-position: left -355px;
}
.c-shop-sidebar ul .c-shop-sidebar__sleep:hover:before,
.c-shop-sidebar ul .c-shop-sidebar__sleep:before {
  background-position: left -390px;
}
.c-shop-sidebar ul .c-shop-sidebar__parenting:hover:before,
.c-shop-sidebar ul .c-shop-sidebar__parenting:before {
  background-position: left -435px;
}
.c-shop-sidebar ul .c-shop-sidebar__financial:hover:before,
.c-shop-sidebar ul .c-shop-sidebar__financial:before {
  background-position: left -476px;
}

.c-shop-sidebar2 ul li:before {
  content: '';
  background: url(img/icon-color2.png) no-repeat;
  background-position: left 7px;
  width: 25px;
  height: 26px;
  display: inline-block !important;
  position: absolute;
  left: 20px;
  top: 6px;
  background-size: cover;
}
.c-shop-sidebar2 ul .current-menu-item:before,
.c-shop-sidebar2 ul li:hover:before {
  background: url(img/icon-white2.png) no-repeat;
  background-position: left 7px;
  background-size: cover;
}

.c-shop-sidebar2 ul .c-shop-sidebar__planets:before {
  background: url(img/icon-color.png) no-repeat !important;
  background-position: -5px 3px !important;
  background-size: 140% !important;
}

.c-shop-sidebar2 ul .current-menu-item.c-shop-sidebar__planets:before,
.c-shop-sidebar2 ul .c-shop-sidebar__planets:hover:before {
  background: url(img/icon-white.png) no-repeat !important;
  background-position: -5px 3px !important;
  background-size: 140% !important;
}

.c-shop-sidebar ul .c-shop-sidebar__audio:before,
.c-shop-sidebar ul .c-shop-sidebar__audio:hover:before {
  background-position: left 6px;
}
.c-shop-sidebar ul .c-shop-sidebar__video:before,
.c-shop-sidebar ul .c-shop-sidebar__video:hover:before {
  background-position: left -45px;
}
.c-shop-sidebar ul .c-shop-sidebar__holosync:before,
.c-shop-sidebar ul .c-shop-sidebar__holosync:hover:before {
  background-position: left -94px;
}
.c-shop-sidebar ul .c-shop-sidebar__ebooks:before,
.c-shop-sidebar ul .c-shop-sidebar__ebooks:hover:before {
  background-position: left -145px;
}

.thrv_wrapper,
.c-back-to-top__wrap {
  margin: 0 !important;
  padding: 0 !important;
}

.c-shop-all,
.c-search-all {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 20px;
}

.c-search-all {
  margin: 0 auto;
  padding-right: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .c-shop-all,
  .c-search-all {
    display: block;
  }

  .c-search-all {
    width: 90%;
  }
}

.c-shop-all__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgb(239, 239, 239);
  padding-bottom: 25px;
  padding-left: 50px;
  /*padding-right: 50px;*/
  margin-bottom: 25px;
}

.c-shop-all__item:last-child {
  border: none;
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .c-shop-all__item {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-shop-all__image {
  width: 17%;
  float: left;
}
@media (max-width: 1024px) {
  .c-shop-all__image {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.c-shop-all__image img {
  width: 100%;
}
@media (max-width: 1024px) {
  .c-shop-all__image img {
    width: auto;
  }
}

.c-shop-all__title {
  font-family: 'robotoregular' !important;
  font-weight: 300 !important;
  color: rgb(76, 135, 225);
  font-size: 30px !important;
  line-height: 1.3 !important;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .c-shop-all__title {
    font-size: 25px !important;
    line-height: 1.1 !important;
  }
}

.c-shop-all__title a {
  color: rgb(76, 135, 225) !important;
}

.c-shop-all__text {
  width: 68%;
  float: left;
  padding-left: 50px;
  padding-right: 50px;
  color: rgb(95, 95, 95) !important;
  font-family: 'robotoregular' !important;
  font-weight: 400 !important;
  font-size: 17px !important;
}
@media (max-width: 1024px) {
  .c-shop-all__text {
    width: 100%;
    float: none;
    margin: 25px 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .c-shop-all__text {
    font-size: 15px !important;
  }
}

.c-shop-all__category a {
  color: rgb(95, 95, 95) !important;
  font-size: 10px !important;
  font-family: 'robotoregular' !important;
  font-weight: 400 !important;
  text-align: center;
  margin-right: 15px;
  display: inline-block;
}

.c-shop-all__category a img {
  display: block;
  margin: 0 auto 5px;
  height: 18px;
}

.c-shop-all__price {
  color: rgb(75, 75, 75) !important;
  font-family: 'robotoregular' !important;
  font-weight: 400 !important;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 15px;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-shop-all__price {
    font-size: 14px;
  }
}

.c-shop-all__price a {
  position: relative;
  font-family: 'robotoregular' !important;
  font-weight: 400 !important;
  color: #4b4b4b !important;
  font-size: 16px;
  z-index: 0;
}
.c-shop-all__price a:before {
  content: '';
  height: 2px;
  width: 100%;
  background: #a4a4a4;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: -1;
}

.c-shop-all__button {
  width: 15%;
  float: left;
}
@media (max-width: 1024px) {
  .c-shop-all__button {
    width: 100%;
    float: none;
    max-width: 200px;
    margin: 0 auto;
  }
}

.c-shop-all__breadcrumb-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding: 15px 0 15px 50px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .c-shop-all__breadcrumb-area {
    padding: 15px 25px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .c-shop-all__breadcrumb-area {
    display: block;
  }
}

.c-shop-all__breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1;
  color: #919191;
  font-family: 'robotoregular';
}
.c-shop-all__breadcrumb li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}
.c-shop-all__breadcrumb li a {
  display: block;
  color: #297fca;
  margin-left: 9px;
}

.c-shop-all__select {
  position: relative;
}
.c-shop-all__select .arrow {
  font-size: 10px;
  color: #b9cdf5;
  font-family: 'robotoregular';
  width: 25px;
  height: 20px;
  background: #e4f1fd;
  display: block;
  text-align: left;
  padding: 4px 0;
  position: absolute;
  right: 0;
  top: 12px;
}
@media (max-width: 767px) {
  .c-shop-all__select .arrow {
    top: 28px;
  }
}

.c-shop-all__breadcrumb-area select {
  font-size: 13px;
  color: #297fca;
  background: #e4f1fd;
  font-family: 'robotoregular';
  border: none;
  outline: none;
  height: 48px;
  padding: 10px 20px 10px 15px;
  border-radius: 3px 3px 0 0;
}
@media (max-width: 1024px) {
  .c-shop-all__breadcrumb-area select {
    width: 210px;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .c-shop-all__breadcrumb-area select {
    margin-top: 15px;
    width: 100%;
    padding: 10px;
  }
}
.c-shop-all__breadcrumb-area select option {
  background: #f0f7fe;
  color: #65abe3;
  padding-top: 10px;
  padding-bottom: 10px;
  outline: none;
}
.c-shop-all__breadcrumb-area select option:nth-of-type(odd) {
  background: #e9f4fd;
}
.c-shop-all__breadcrumb-area select option:last-child {
  border-radius: 0 0 3px 3px;
}

.c-call-action {
  background: url(img/bg.jpg) no-repeat top center;
  background-size: cover;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1;
  font-family: 'robotoregular';
  color: #fff;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-call-action {
    padding: 35px 30px 10px;
    font-size: 15px;
  }
}
.c-call-action__title {
  text-shadow: none;
  font-family: 'robotoregular';
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .c-call-action__title {
    font-size: 25px;
  }
}

.c-call-action__button {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  font-family: 'robotobold';
  display: block;
  line-height: 25px;
  padding: 7px 12px 7px 17px;
  text-align: center;
  background: #9e9891;
  position: absolute;
  left: 22px;
  top: 20px;
}

.c-call-action__more {
  font-size: 10px;
  text-transform: uppercase;
  color: #631bdf;
  font-weight: 700;
  border-radius: 50px;
  font-family: 'robotobold';
  width: 140px;
  display: block;
  line-height: 38px;
  text-align: center;
  background: #fff;
  margin: 0 auto;
  transition: 0.4s;
}

.c-call-action__more:focus,
.c-call-action__more:hover {
  color: #fff;
  background: #631bdf;
}

.c-shop-loading {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 150px;
}
.c-shop-loading__button {
  background: #b2b2b2;
  font-size: 14px;
  color: #fff;
  font-family: 'robotobold';
  text-transform: uppercase;
  line-height: 35px;
  padding: 5px 42px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  transition: 0.4s;
}

.c-shop-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-shop-details {
    -webkit-flex-wrap: wrap-reverse;
    -moz-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

.c-shop-details p {
  margin-bottom: 26px;
}

.c-shop-details__content {
  width: 70%;
  /*max-width: 920px;*/
}
@media (max-width: 767px) {
  .c-shop-details__content {
    width: 100%;
    /*max-width: 920px;*/
  }
}

.c-shop-details__content-wrap {
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 95px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .c-shop-details__content-wrap {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .c-shop-details__content-wrap {
    padding-left: 20px;
  }
}

.c-details-sidebar {
  width: 30%;
  padding: 60px 20px 20px;
  background: #e4f1fd;
}
@media (max-width: 767px) {
  .c-details-sidebar {
    width: 100%;
    padding: 30px 20px 20px;
    text-align: center;
  }
}
.c-details-sidebar__title {
  font-size: 24px;
  color: #4c87e1;
  font-family: 'robotolight';
  font-weight: 300;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 22px;
  text-align: center;
}

.c-details-sidebar__price {
  color: #5c5c5c;
  font-size: 18px;
  font-family: 'robotoregular';
  line-height: 1;
  margin-bottom: 18px;
}
.c-details-sidebar__price span {
  color: #5c5c5c;
  font-size: 18px;
  font-family: 'robotoregular';
  line-height: 1;
}
.c-details-sidebar .wps-products-price {
  margin-top: 0;
}
.c-details-sidebar .wps-products-price:before {
  display: none;
}
.c-details-sidebar__description-box {
  margin-bottom: 20px;
  max-width: 340px;
  margin: auto;
}
.c-details-sidebar__description {
  font-size: 18px;
  line-height: 24px;
  color: #414141;
  font-family: 'robotoregular';
}
.c-details-sidebar__description-links {
  line-height: 1;
  padding-bottom: 8px;
}
.c-details-form {
  position: relative;
}
.c-details-form__arrow {
  font-size: 30px;
  line-height: 1;
  color: #8e8e8e;
  font-family: 'robotoregular';
  position: absolute;
  right: 12px;
  top: 10px;
  transform: rotate(90deg);
  text-align: right;
  z-index: 1;
}
.c-details-form__arrow:before {
  content: '';
  background: #fff;
  width: 20px;
  height: 30px;
  position: absolute;
  left: -5px;
  top: 0px;
  z-index: -1;
}
.c-details-form .wps-product-actions-group .c-details-form__select {
  position: relative;
  max-width: 340px;
  width: 100%;
  margin: auto;
  margin-top: 22px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .c-details-form .wps-product-actions-group .c-details-form__select {
    max-width: 100%;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
}
.c-details-form select {
  height: 50px;
  padding: 5px 15px;
  border: 1px solid #96acef;
  font-size: 13px;
  color: #8e8e8e;
  font-family: 'robotomedium';
  width: 100%;
  display: block;
  background: #fff;
  outline: none;
  margin-bottom: 20px;
}

.c-details-form .c-details-form__select .wps-btn,
.c-details-form .c-details-form__select .wps-btn:focus {
  background: #fff;
  color: #8e8e8e;
  text-transform: capitalize;
  font-size: 13px;
  height: 50px;
  line-height: 25px;
  border: 1px solid #aad0f3;
  font-family: 'robotomedium';
  padding-left: 15px;
  text-align: left;
  margin: 0;
  border-radius: 4px;
  margin-top: 22px;
}
.c-details-form .c-details-form__select .wps-icon-dropdown:after {
  background: none;
  content: '\f107';
  color: #8e8e8e;
  font-size: 25px;
  font-family: fontawesome;
  right: 12px;
  top: calc(50% - 12px);
}
.c-details-form .c-details-form__select .wps-modal {
  border: 1px solid #b3c6f4;
  margin-top: 20px;
}

.c-details-form .c-details-form__select .wps-modal li {
  text-align: left;
  font-family: 'robotomedium';
  color: #8e8e8e;
  text-transform: capitalize;
  font-size: 13px;
}

.c-details-form .wps-product-actions-group .wps-btn-wrapper {
  flex: 0 0 calc(85% - 1.11111em);
  max-width: 74%;
  width: 74%;
  margin: 0;
}
@media (max-width: 767px) {
  .c-details-form .wps-product-actions-group .wps-btn-wrapper {
    display: inline-block;
    width: 69% !important;
  }
}

.wps-add-to-cart.cart-scroll,
.wpshopify .wps-btn,
.c-details-form .wps-product-actions-group .wps-add-to-cart {
  background: #d87706;
  border-radius: 4px;
  color: #fff;
  font-family: 'robotobold';
  background: rgb(216, 119, 6);
  background: rgb(216, 119, 6);
  background: -moz-linear-gradient(45deg, rgba(216, 119, 6, 1) 0%, rgba(255, 159, 5, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(216, 119, 6, 1) 0%, rgba(255, 159, 5, 1) 100%);
  background: linear-gradient(45deg, rgba(216, 119, 6, 1) 0%, rgba(255, 159, 5, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d87706', endColorstr='#ff9f05',GradientType=1 );
  height: 55px;
}
@media (max-width: 1024px) {
  .wps-add-to-cart.cart-scroll,
  .c-details-form .wps-product-actions-group .wps-add-to-cart {
    line-height: 20px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .wps-add-to-cart.cart-scroll,
  .c-details-form .wps-product-actions-group .wps-add-to-cart {
    line-height: 25px;
    font-size: 14px;
  }
}

.wps-add-to-cart.cart-scroll:after,
.c-details-form .wps-product-actions-group .wps-add-to-cart:after {
  display: none;
}
.wps-add-to-cart.cart-scroll:hover,
.c-details-form .wps-product-actions-group .wps-add-to-cart:hover {
  background: #ff9f05;
  background: rgb(255, 159, 5);
  background: -moz-linear-gradient(45deg, rgba(255, 159, 5, 1) 0%, rgba(216, 119, 6, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 159, 5, 1) 0%, rgba(216, 119, 6, 1) 100%);
  background: linear-gradient(45deg, rgba(255, 159, 5, 1) 0%, rgba(216, 119, 6, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9f05', endColorstr='#d87706',GradientType=1 );
}

#wps-buy-button-dropzone
  .wps-quantity-input-wrapper
  .c-details-form
  .wps-product-actions-group
  .wps-product-quantity-wrapper {
  display: block;
  margin: 0;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .c-details-form .wps-product-actions-group .wps-product-quantity-wrapper {
    display: inline-block;
    position: relative;
    bottom: -3px;
  }
}
#wps-buy-button-dropzone .wps-quantity-input-wrapper label,
.c-details-form .wps-product-actions-group .wps-product-quantity-wrapper label {
  display: none;
}

#wps-buy-button-dropzone .wps-product-quantity,
.c-details-form .wps-product-actions-group .wps-product-quantity {
  font-size: 22px;
  color: #8e8e8e;
  border: 1px solid #b8caf5;
  font-family: 'robotomedium';
  height: 55px;
}
@media (max-width: 1024px) {
  .c-details-form .wps-product-actions-group .wps-product-quantity {
    padding: 9px 5px;
    width: 45px;
  }
}
@media (max-width: 767px) {
  .c-details-form .wps-product-actions-group .wps-product-quantity {
    padding: 9px 5px;
    width: 60px;
  }
}

.c-details-form .wps-product-meta .wps-notice-inline {
  margin: 0;
  padding: 0;
}

.c-details-form__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-details-form__button-wrap input {
  width: 70px;
  margin-left: 10px;
  height: 50px;
  padding: 5px 15px;
  border: 1px solid #96acef;
  font-size: 22px;
  color: #000;
  font-family: 'robotomedium';
  display: block;
  text-align: center;
}
.c-details-form .u-button {
  font-size: 19px;
  height: 62px;
  line-height: 62px;
}
@media (max-width: 767px) {
  .c-details-form .u-button {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
  }
}
.c-details-sidebar__deails {
  font-size: 18px;
  color: #5c5c5c;
  font-family: 'robotobold';
}
.c-details-sidebar__less {
  font-size: 12px;
  color: #5c5c5c;
  font-family: 'robotolight';
  position: relative;
  margin-left: 15px;
}
.c-details-sidebar__less:before {
  content: '';
  height: 2px;
  width: 100%;
  background: #a3abb1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-details-form__refresh {
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  color: #5c5c5c;
  font-family: 'robotomedium';
  padding-left: 20px;
  margin-left: 28px;
  z-index: 0;
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .c-details-form__refresh {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .c-details-form__refresh {
    margin-left: 30px;
  }
}

.c-details-form__refresh:before {
  content: '';
  width: 14px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(img/refresh.png) no-repeat top center;
}

.c-details-form__refresh:after {
  content: '';
  width: 91%;
  height: 2px;
  background: #b4bec7;
  position: absolute;
  left: 20px;
  bottom: -2px;
  z-index: -1;
}
.c-details-sidebar__links {
  padding-top: 200px;
  max-width: 230px;
}
@media (max-width: 767px) {
  .c-details-sidebar__links {
    padding-top: 100px;
    display: none;
  }
}

.c-details-sidebar__links ul {
  margin: 0;
  padding: 0;
}

.c-details-sidebar__links ul li {
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 48px;
  line-height: 1;
  background: none;
}

.c-details-sidebar__links ul li a {
  font-size: 20px;
  color: #aad0f3;
  font-family: 'robotolight';
  line-height: 1;
}

.c-details-sidebar__links ul li a span {
  padding-right: 6px;
}

.c-details-sidebar__links ul .active:before {
  content: '';
  height: 4px;
  width: 26px;
  background: #4c87e1;
  position: absolute;
  left: 0;
  top: 8px;
}
.c-details-sidebar__links ul .active a {
  color: #4c87e1;
  font-family: 'robotoregular';
}
.c-details-sidebar__links a.u-button.wps-add-to-cart.cart-scroll {
  line-height: 1.4;
  margin-top: 50px;
  font-size: 16px;
}
.c-shop-details__title {
  font-size: 50px;
  line-height: 1;
  color: #000;
  margin-bottom: 20px;
  font-family: 'robotolight';
  font-weight: 300;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .c-shop-details__title {
    font-size: 35px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .c-shop-details__title {
    font-size: 25px;
    margin-bottom: 15px;
    padding-top: 10px;
  }
}
.c-shop-details__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-shop-details__image {
  width: 100%;
  margin: auto;
}
.c-details-sidebar_description-title-price {
  display: inline-block;
}

@media (max-width: 1024px) {
  .c-shop-details__image {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .c-shop-details__image {
    width: 32%;
    margin: auto;
  }
}

.c-shop-details__text {
  font-size: 18px;
  line-height: 27px;
  color: #414141;
  font-family: 'robotoregular';
  padding-right: 80px;
}
.c-shop-details__text h1 {
  line-height: 1.2em;
  color: #4c87e1;
  font-family: 'robotolight';
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .c-shop-details__text {
    padding-right: 40px;
    width: 85%;
  }
}
@media (max-width: 767px) {
  .c-shop-details__text {
    font-size: 15px;
    line-height: 25px;
    padding-right: 15px;
    width: 72%;
  }
}

.c-shop-details__text strong {
  font-family: 'robotobold';
}

.c-shop-featured {
  max-width: 750px;
  margin-bottom: 40px;
  margin-top: 20px;
}

.c-shop-featured ul {
  background-image: linear-gradient(rgb(65, 65, 65), rgb(65, 65, 65)) !important;
  padding: 45px 40px 30px !important;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  .c-shop-featured {
    padding: 35px 30px 20px 0px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .c-shop-featured {
    padding: 25px 20px 10px 0px;
    margin-bottom: 35px;
  }
}

.c-shop-featured__title {
  font-size: 24px;
  line-height: 1;
  color: #414141;
  margin-bottom: 40px;
  font-family: 'robotobold';
}
@media (max-width: 767px) {
  .c-shop-featured__title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.c-shop-featured ul {
  margin: 0;
  padding: 0;
}
.c-shop-featured li {
  position: relative;
  list-style: none;
  font-size: 16px;
  color: #fff;
  font-family: 'robotomedium';
  z-index: 0;
  padding-left: 44px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .c-shop-featured li {
    font-size: 15px;
    padding-left: 30px;
    margin-bottom: 12px;
  }
}
.c-shop-featured li:before {
  content: '';
  display: block;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 10px;
  top: 7px;
  z-index: 4;
}
@media (max-width: 767px) {
  .c-shop-featured li:before {
    width: 5px;
    height: 10px;
    left: 8px;
    top: 9px;
  }
}
.c-shop-featured li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  background: #0786be;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 0;
}
@media (max-width: 767px) {
  .c-shop-featured li:after {
    top: 5px;
    width: 20px;
    height: 20px;
  }
}

.c-shop-more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  max-width: 750px;
}
@media (max-width: 1024px) {
  .c-shop-more-info {
    padding-right: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .c-shop-more-info {
    padding-right: 5px;
    margin-bottom: 20px;
  }
}

.c-shop-more-info__title,
h1.c-testimonial-title {
  font-size: 36px;
  line-height: 1;
  color: #4c78e1;
  margin-bottom: 40px;
  font-family: 'robotolight';
}
@media (max-width: 1024px) {
  .c-shop-more-info__title,
  h1.c-testimonial-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .c-shop-more-info__title,
  h1.c-testimonial-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.c-shop-more-info__text {
  font-size: 18px;
  line-height: 27px;
  color: #414141;
  font-family: 'robotoregular';
  padding-right: 70px;
  width: 69%;
}
@media (max-width: 1024px) {
  .c-shop-more-info__text {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .c-shop-more-info__text {
    font-size: 15px;
    line-height: 23px;
    padding-right: 15px;
    width: 69%;
  }
}

.c-shop-more-info__text strong {
  font-size: 21px;
  color: #414141;
  line-height: 24px;
  font-family: 'robotomedium';
  font-weight: 500;
}
@media (max-width: 1024px) {
  .c-shop-more-info__text strong {
    font-size: 19px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .c-shop-more-info__text strong {
    font-size: 16px;
    line-height: 21px;
  }
}
.c-shop-more-info__image {
  padding-top: 112px;
  width: 31%;
}
.c-shop-more-info__image img {
  box-shadow: 6px 6px 1px #ded3f8;
}

.c-testimonial {
  padding: 50px 60px 50px 90px;
  box-shadow: 0px 2px 20px 6px hsla(0, 0%, 0%, 0.06);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 760px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .c-testimonial {
    padding: 35px 45px 35px 45px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .c-testimonial {
    display: block;
    padding: 40px 25px 30px 25px;
    margin-left: 0;
  }
}

.c-testimonial:before {
  content: '';
  font-size: 96px;
  line-height: 1;
  color: #e6e6e6;
  position: absolute;
  left: 36px;
  top: 26px;
  background: url(img/quat.png) no-repeat top center;
  width: 32px;
  height: 26px;
}
@media (max-width: 1024px) {
  .c-testimonial:before {
    left: 15px;
    top: 12px;
  }
}

.c-testimonial__image {
  width: 17%;
}
@media (max-width: 1024px) {
  .c-testimonial__image {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .c-testimonial__image {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.c-testimonial__text {
  padding-left: 25px;
  font-size: 16px;
  line-height: 25px;
  color: #797979;
  font-family: 'robotoregular';
  font-style: italic;
  width: 83%;
}
@media (max-width: 1024px) {
  .c-testimonial__text {
    padding-left: 15px;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .c-testimonial__text {
    padding-left: 0;
    width: 100%;
  }
}
.c-testimonial__text p {
  margin-bottom: 20px;
}
.c-testimonial__auther {
  font-size: 13px;
  line-height: 1;
  font-family: 'robotobold';
  font-style: normal;
}
.c-testimonial__designation {
  font-size: 13px;
  line-height: 1;
  font-style: normal;
}

.c-365-day {
  background: #07be94;
  border-radius: 10px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  max-width: 760px;
  text-align: center;
}
@media (max-width: 1024px) {
  .c-365-day {
    padding: 40px 40px 35px 25px;
  }
}
@media (max-width: 767px) {
  .c-365-day {
    display: block;
    padding: 30px 30px 35px 30px;
  }
}

.c-365-day__image {
  width: 18%;
}
@media (max-width: 1024px) {
  .c-365-day__image {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .c-365-day__image {
    width: 10%;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
  }
}

.c-365-day__text {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: 'robotoregular';
  padding-left: 40px;
  width: 82%;
}
@media (max-width: 1024px) {
  .c-365-day__text {
    padding-left: 25px;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .c-365-day__text {
    padding-left: 0;
    width: 80%;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
  }
}

.c-365-day__text p {
  margin-bottom: 0;
}
.c-365-day__title {
  font-size: 31px;
  line-height: 1;
  font-family: 'robotolight';
  font-weight: 300;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .c-365-day__title {
    font-size: 26px;
    margin-bottom: 8px;
  }
}

.c-related-products {
  border-top: 1px solid #e8e9eb;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 50px 25px 35px;
}

.c-related-products__row {
  max-width: 760px;
  margin: 0 auto;
}
.c-related-products__title {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 40px;
  color: #4c87e1;
  font-family: 'robotolight';
  font-weight: 300;
}
.c-related-products__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .c-related-products__items {
    display: block;
  }
}
.c-related-products__column {
  width: 25%;
  margin-right: 55px;
}
@media (max-width: 1024px) {
  .c-related-products__column {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .c-related-products__column {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
.c-related-products__column:last-child {
  margin-right: 0;
}
.c-related-products .wps-products-title {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  font-family: 'robotomedium';
  font-weight: 500;
  padding: 11px 5px 5px;
  margin: 0;
}
.c-related-products .wps-products-img {
  max-height: 120px;
}

.c-related-products .wps-box {
  background: #fff;
  padding: 7px;
  box-shadow: 0 0 20px rgba(236, 236, 236, 0.5);
}

.c-related-products .wps-products-price {
  display: none;
}

.wps-shipping-details-popup {
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.wps-shipping-details-popup__container {
  max-width: 1200px;
  max-height: 500px;
  background: #fff;
  border: 1px solid #700fe0;
  position: relative;
  padding: 50px;
  max-height: 100%;
}

.wps-shipping-details-popup__container-inner {
  overflow: auto;
  max-height: 450px;
}

.wps-shipping-details-popup__button-close {
  position: absolute;
  right: 18px;
  top: 8px;
}

@media screen and (max-width: 767px) {
  .wps-shipping-details-popup {
    padding: 50px 20px;
  }

  .wps-shipping-details-popup__container {
    padding: 30px;
  }
}

.wps-breadcrumbs-current,
#wps-breadcrumbs li a {
  font-size: 13px;
  line-height: 1;
  color: #919191;
  font-family: 'robotoregular';
}

#wps-breadcrumbs li a:hover,
.wps-breadcrumbs-current {
  color: rgb(76, 135, 225) !important;
}

.c-search-form {
  position: absolute;
  bottom: -117px;
  right: 0;
  background: #fff;
  padding: 19px 18px;
  box-shadow: 0px 13px 35px 2px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1000;
}

.c-search-form__field-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
}

.c-search-form__submit-button {
  background: #700fe0;
  background: -moz-linear-gradient(
    left,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  background: -webkit-linear-gradient(
    left,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  background: linear-gradient(
    to right,
    #700fe0 0%,
    #700fe0 0%,
    #1666d9 100%,
    #1666d9 100%,
    #1666d9 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#700fe0', endColorstr='#1666d9',GradientType=1 );
}

.c-shop-search-query {
  font-family: 'robotoregular' !important;
  color: rgb(95, 95, 95) !important;
  font-size: 34px;
}

/* Added by AE */
.wps-product-actions-group {
  max-width: 340px;
  margin: auto;
}
.c-details-sidebar__image-description-price-container {
  text-align: center;
}

.c-shop-search-query {
  background: #f1f8ff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 2px #00000029;
  padding: 15px;
  opacity: 1;
  text-align: center;
  width: 100%;
}

.c-shop-search-query h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0;
}

.c-shop-search-query h2 .search-query-word {
  color: #7f00e1;
  font-weight: normal;
}

.c-shop-search__results .search-result {
  border-bottom: solid 1px #ededed;
  padding: 20px;
}

.c-shop-search__results .search-result h3.result-title,
.c-shop-search__results .search-result h3.result-title a {
  color: #4c87e1;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-decoration: underline;
}

.c-shop-search__results .search-result .result-text {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: normal;
}

.c-shop-search__results .search-result .result-link a {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.c-shop-search__results .no-results {
  border-bottom: solid 1px #ededed;
  color: #5f5f5f;
  padding: 75px 0;
  text-align: center;
}

.c-shop-search__results .no-results a {
  color: #4c87e1;
  display: block;
  margin-top: 15px;
}

.c-shop-search__pagination {
  padding: 25px;
  text-align: center;
}

.c-shop-search__pagination a,
.c-shop-search__pagination span.spacer {
  color: #5f5f5f;
  margin: 0 8px;
}

.c-shop-search__pagination a strong {
  text-decoration: underline;
}

/*

WP Shopify 2.0 CSS - 2/4/2020

*/

.wpshopify .c-details-sidebar__price [data-wps-is-client-component-wrapper] {
  margin-top: -10px;
}

.wpshopify .c-details-sidebar__price [data-wps-is-client-component-wrapper] .wps-item,
.wpshopify .c-details-sidebar__price [data-wps-is-client-component-wrapper] .wps-items-list {
  margin: 0 auto;
  padding: 0 !important;
}

.wpshopify #wps-buy-button-dropzone [data-wps-is-client-component-wrapper] {
  width: 100%;
}

.wpshopify #wps-buy-button-dropzone .wps-buy-button-wrapper {
  display: block;
}

.wpshopify #wps-buy-button-dropzone .wps-component-products-add-button {
  flex: 1;
  display: inline-block;
  width: 70%;
  margin-left: 10px;
}

.wpshopify #wps-buy-button-dropzone .wps-component-products-quantity {
  margin-left: 10px;
  margin-top: 0;
  display: inline-block;
}

.wpshopify #wps-buy-button-dropzone .wps-item {
  padding: 0 !important;
  margin-top: 10px;
}

/* .wpshopify #collection_products .wps-items-list {
   flex-direction: column;

}

.wpshopify #collection_products .wps-items-list .wps-item {
   flex: 0 0 100%;
   max-width: 100%;
} */

[class^='wps-'] .c-shop-all a:hover {
  text-decoration: none;
}

.wpshopify [data-is-cart-ready='0'].wps-cart-icon-inline .wps-cart-counter {
  overflow: hidden;
}

.wps-component.wps-component-products-options.css-lko3ee-containerFluidCSS {
  display: inline-block;
  width: 70%;
  margin-left: 10px;
}
