body {
  font-family: "Segoe UI";
}

img {
  max-width: 100%;
  height: auto;
}

input:focus,
textarea:focus,
button:focus,
a:focus {
  outline: 0;
}

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

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

.header-area {
  background: #587619;
  padding: 0 25px;
}

.navbar ul {
  margin: auto;
}

.navbar ul li a {
  color: #fff;
  text-transform: uppercase;
  padding: 20px 10px !important;
  transition: 0.2s;
  font-size: 14px;
  margin: 0 10px;
  font-weight: 600;
}

.navbar-expand-md .navbar-nav .nav-link.btn-menu-pink {
  background: #821C7D;
  padding: 0px 10px 2px 3px !important;
  position: relative;
  font-size: 14px;
}

.navbar-expand-md .navbar-nav .nav-link.btn-menu-pink:hover {
  color: #DDDDDD;
}

.navbar-expand-md .navbar-nav .nav-link.btn-menu-pink:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-bottom: 22px solid #821C7D;
  border-left: 19px solid transparent;
  left: -19px;
}

.header-area .navbar {
  padding: 0;
}

.navbar ul li.current_route_action a,
.navbar ul li a:hover,
.navbar ul li:hover > a {
  color: #8F1F8B;
  background: #E6EDD7;
  text-decoration: none;
}

.navbar ul li.pink:hover > a {
  color: #DDDDDD;
  background: #821C7D;
}

.navbar-right ul.nav li button {
  background: transparent;
  border: 0;
  padding: 0 0 0 20px;
  cursor: pointer;
}

.navbar-right ul.nav li button:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.navbar-right ul.nav li button:focus,
.search-input input {
  outline: 0;
}

.search-popup .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0;
}

.search-popup .modal-dialog .modal-content {
  background: rgba(106, 143, 31, 0.75);
  border: 0;
  border-radius: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-popup-body {
  text-align: center;
  color: #fff;
  padding: 30px;
}

.search-popup-body h1 {
  font-size: 60px;
}

.search-popup-body h2 {
  font-weight: 400;
  position: relative;
  margin: 0 0 50px;
  padding-bottom: 35px;
}

.search-popup-body h2:before {
  content: "";
  background: #fff;
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}

.search-input {
  display: flex;
  background: #F0F5E4;
  border-radius: 5px;
  overflow: hidden;
}

.search-input input {
  background: transparent;
  border: 0;
  flex: 1;
  padding: 20px;
}

.search-input button {
  background: transparent;
  border: 0;
  width: 75px;
  padding: 15px;
  cursor: pointer;
  transition: 0.2s;
}

.search-input button:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.search-popup-body .close {
  position: absolute;
  top: 20px;
  padding: 0;
  right: 25px;
}

.slider-area {
  background: #F7F5F5;
  padding: 50px 0 0;
}

.slider-area h1 {
  color: #585858;
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
}

.item {
  position: relative;
  z-index: 1;
}

.slider-area .owl-carousel .item a,
.item a {
  color: #fff;
  background: #527123;
  padding: 7px 15px;
  position: absolute;
  border-radius: 5px;
  border: 1px solid #527123;
  transition: 0.9s;
  width: 114px;
  left: 50%;
  margin-left: -57px;
  font-size: 10px;
  text-align: center;
  bottom: -50px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.slider-area .owl-carousel .item a:hover,
.item a:hover {
  text-decoration: none;
  color: #527123;
  background: transparent;
}

.slider-area .owl-item.center .item a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.slider-area .owl-item .item {
  cursor: pointer;
}

.item img {
  border: 1px solid #ddd;
}

.slider-area .owl-item.active.center {
  transform: scale(1.45);
  z-index: 9;
}

.slider-area .owl-item.active.medium {
  transform: scale(1.2);
  z-index: 8;
}

.slider-area .owl-stage {
  padding: 75px 0 135px;
}

.slider-area .owl-carousel.owl-drag .owl-item {
  transition: 0.5s;
}

.slider-area .owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: -65px;
  transition: 0.2s;
  left: -65px;
}

.slider-area .owl-nav button:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.slider-area .owl-nav button:focus {
  outline: 0;
}

.slider-area .owl-nav button.owl-next {
  left: auto;
  right: -65px;
}

.promotion-area {
  background: #000 url(/assets/img/promotion-bg.jpg) no-repeat scroll center center/cover;
  padding: 100px 0 75px;
  color: #fff;
}

.promotion-head {
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin: 0 0 35px;
}

.promotion-head h2 {
  font-size: 48px;
  margin: 0 0 25px;
}

.promotion-head p {
  margin: 0;
}

.single-promotion {
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.25)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.promotion-title {
  background: #587619;
  padding: 10px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promotion-title h2 {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.promotion-text {
  color: #000000;
  padding: 15px;
  min-height: 275px;
}

.promotion-text p:last-child {
  margin-bottom: 0;
}

.row.row-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.row.row-16 [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.promotion-area [class*=col-]:nth-child(even) .promotion-title {
  background: #fff;
}

.promotion-area [class*=col-]:nth-child(even) .promotion-text {
  background: #587619;
  color: #fff;
}

.promotion-area [class*=col-]:nth-child(even) .promotion-title h2 {
  color: #587619;
}

.footer-area {
  background: #1B1B1B;
  padding: 25px 0;
  border-top: 1px solid #9ec64d;
  color: #CFCFCF;
  font-size: 13px;
}

.subscribe-items {
  display: flex;
  max-width: 260px;
}

.subscribe-items input {
  flex: 1;
  border: 0;
  background: #7A7B79;
  color: #fff;
  border-radius: 4px 0 0 4px;
  padding: 5px 10px 7px;
}

.subscribe-items input[type=submit] {
  background: #8F1F8B;
  border-radius: 0 4px 4px 0;
  max-width: 135px;
  transition: 0.2s;
  cursor: pointer;
}

.subscribe-items input[type=submit]:hover {
  background: #5f185c;
}

.subscribe-items input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.subscribe-items input::placeholder {
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.subscribe-items input:-ms-input-placeholder {
  color: #fff;
}

.subscribe-items input::-ms-input-placeholder {
  color: #fff;
}

.subscribe-items input:focus {
  outline: 0;
}

.page-section-area {
  background: #F8F7F7;
  padding: 50px 0;
}

.breadcrumbs {
  margin: 0 0 20px;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs ul li {
  color: #8F1F8B;
}

.breadcrumbs ul li a {
  color: #000;
  position: relative;
  margin-right: 10px;
}

.breadcrumbs ul li a:after {
  content: "/";
  position: absolute;
  right: -8px;
}

.team-title {
  text-align: center;
  margin-bottom: 45px;
}

.team-title h1 {
  font-size: 48px;
  font-family: "Roboto", sans-serif;
  color: #262626;
  font-weight: 400;
  margin: 0 0 10px;
}

.team-title p {
  color: #8F1F8B;
}

.team-title ul {
  display: flex;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.team-title ul li button {
  background: #587619;
  padding: 7px 14px;
  color: #fff;
  display: block;
  margin: 10px;
  transition: 0.2s;
  border: 0;
  cursor: pointer;
}

.team-title ul li button:hover,
.team-title ul li button.mixitup-control-active {
  text-decoration: none;
  background: #8F1F8B;
}

.single-team {
  background: #FFFFFF;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.03);
  padding: 20px;
  margin-bottom: 30px;
}

.team-image {
  margin: 0 0 10px;
}

.team-image img {
  width: 100%;
}

.team-text h1 {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  letter-spacing: 0.05em;
}

.team-text h1 span {
  font-weight: 600;
  color: #8F1F8B;
}

.team-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 17px;
}

.team-info-left {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 20px;
}

.team-info-left h2 {
  color: #000000;
}

.team-info-left h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.team-info-right {
  flex: 0 0 50%;
  max-width: 50%;
}

.team-info-right p {
  color: #587619;
  line-height: 20px;
  margin: 0;
}

.team-button {
  margin: 20px 0 0;
  text-align: right;
}

.team-button button {
  background: transparent;
  color: #006ADB;
  border: 0;
  cursor: pointer;
  transition: 0.2s;
}

.team-button button img {
  margin-left: 10px;
  transition: 0.2s;
  transform: rotate(180deg);
  position: relative;
  top: -1px;
}

.team-button button:hover {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.team-button button:focus,
.team-title ul li button:focus {
  outline: 0;
}

.team-button button.collapsed img {
  transform: rotate(0);
}

.sidebar {
  margin-bottom: 30px;
}

.sidebar h2 {
  color: #8F1F8B;
  font-size: 24px;
  margin: 0 0 15px;
  font-weight: 400;
}

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

.sidebar ul li a {
  color: #006ADB;
  display: block;
  transition: 0.2s;
  padding: 1px 10px 3px;
  margin: 0 -10px;
}

.sidebar ul li a:hover {
  text-decoration: none;
  background: rgba(0, 123, 255, 0.1);
}

.p-catalog-box {
  margin-bottom: 30px;
}

.p-catalog-box-image {
  margin-bottom: 15px;
  background: #fff;
}

.p-catalog-box-image img {
  width: 100%;
}

.p-catalog-text {
  background: #E6EDD7;
  padding: 15px;
}

.p-catalog-text h2 {
  color: #8F1F8B;
  font-weight: 600;
  font-size: 24px;
}

.p-catalog-text h3 {
  color: #000;
  font-size: 16px;
}

.p-catalog-text p {
  font-size: 14px;
}

.p-carlog-cart.border {
  border-width: 0 0 2px !important;
  border-color: #8F1F8B !important;
}

.p-carlog-cart {
  padding: 0 0 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-carlog-cart h4 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  color: #8F1F8B;
}

.p-carlog-cart h4 span {
  font-weight: 400;
  color: #000;
  font-size: 18px;
}

.btn-cart-pink {
  background: #8F1F8B;
  color: #fff;
  display: flex;
  align-items: center;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="11" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.15)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.15));
  font-size: 12px;
  border-color: #8F1F8B;
  transition: 0.2s;
}

.btn-cart-pink img,
.btn-cart-green img {
  position: relative;
  top: -3px;
}

.btn-cart-pink:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  color: #fff;
}

.p-carlog-cart.green {
  margin: 0;
  padding: 10px 0 0;
}

.p-carlog-cart.green h4 {
  color: #587619;
}

.btn-cart-green {
  background: #587619;
  color: #fff;
  display: flex;
  align-items: center;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="11" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.15)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.15));
  font-size: 12px;
  border-color: #587619;
  transition: 0.2s;
}

.btn-cart-green:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  color: #fff;
}

.p-catalog {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-catalog-left {
  width: 70%;
}

.p-catalog-right {
  flex: 1;
}

.p-catalog-right h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #8F1F8B;
}

.p-catalog-left p {
  text-align: left;
  margin: 0;
  font-size: 16px;
}

.product-catalog-head h2 {
  font-size: 28px;
  color: #212529;
  margin: 0 0 10px;
}

.product-catalog-head h3 {
  font-size: 18px;
  color: #8F1F8B;
  margin: 0 0 20px;
}

.product-catalog-head h3 a {
  color: #8F1F8B;
}

/* saiena - THIS CODE SCREW UP VIDEOJS
.product-catalog-video {
    position: relative;
    margin-bottom: 25px;
}

.product-catalog-video img {
    width: 100%;
}

.product-catalog-video button {
    position: absolute;
    left: 50%;
    background: #8F1F8B;
    border-radius: 4px;
    padding: 8px 12px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #8F1F8B;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    top: 50%;
    margin-top: -21px;
    margin-left: -42px;
}

.product-catalog-video button img {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    margin-top: 2px;
}

.product-catalog-video button:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

*/
.product-catalog-title h2 {
  color: #8F1F8B;
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 15px;
}

.product-catalog-title {
  color: #000000;
}

.catalog-tab-title {
  background: #8F1F8B;
}

.catalog-tab-title ul.nav {
  justify-content: center;
}

.catalog-tab-title ul.nav li a {
  color: #fff;
  padding: 25px 10px;
  text-align: center;
  transition: 0.2s;
}

.catalog-tab-title ul.nav li {
  flex: 0 0 33.33%;
}

.catalog-tab-title ul.nav li a:hover,
.catalog-tab-title ul.nav li a.active {
  background: #587619;
}

.product-catalog {
  margin-bottom: 45px;
}

.catalog-content {
  padding: 25px 0;
}

.single-content ul,
.single-content ol {
  padding: 0 30px;
  margin: 0 0 30px;
}

.catalog-area {
  padding: 70px 0 100px;
  background: #F8F7F7;
}

.catalog-box {
  display: flex;
  flex-wrap: wrap;
}

.catalog-search {
  max-width: 272px;
}

.catalog-search h2 {
  font-family: "Raleway", sans-serif;
  color: #8F1F8B;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.catalog-search ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}

.catalog-search ul li {
  position: relative;
  padding: 2px 30px;
  transition: 0.2s;
}

.catalog-search ul li:before {
  content: "";
  background: #8F1F8B;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  top: 12px;
  left: 15px;
}

.catalog-search ul li a {
  color: #000;
  margin-bottom: 5px;
  display: block;
}

.featured-catalog {
  border-radius: 4px;
  margin-top: 30px;
  padding: 20px 13px;
  background: #8F1F8B;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.featured-catalog-image {
  position: relative;
  border-radius: 4px 4px 0 0;
}

.featured-catalog-image span {
  color: #fff;
  position: absolute;
  background: #587619;
  border-radius: 4px 0px;
  padding: 7px 5px 8px;
  font-size: 14px;
  min-width: 80px;
  text-align: center;
}

.featured-catalog-image button {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0;
  background: #DADBD8;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  width: 48px;
  text-align: center;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
}

.featured-catalog-image button img {
  width: 24px;
  height: 24px;
}

.featured-catalog-body {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.featured-catalog-text {
  padding: 10px;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.catalog-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: auto;
}

.catalog-cart h2 {
  margin: 0;
  color: #8F1F8B;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}

.catalog-cart button {
  background: #006ADB;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  border: 0;
  display: flex;
  align-items: center;
  padding: 5px 10px 7px;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

.catalog-cart button img {
  margin-right: 5px;
}

.catalog-cart button:hover {
  background: #8F1F8B;
}

.catalog-body {
  flex: 1;
  padding-left: 60px;
}

.catalog-title {
  margin: 0 0 50px;
  text-align: center;
}

.catalog-title h1 {
  letter-spacing: 0.02em;
  color: #262626;
  font-size: 48px;
  font-family: Raleway;
  margin: 0;
}

.filter {
  background: transparent;
  border: 0;
  color: #000000;
  display: block;
  margin-left: auto;
  cursor: pointer;
  transition: 0.2s;
}

.filter:hover,
.catalog-search-box button:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.filter img {
  margin-left: 20px;
}

.catalog-search-box {
  border: 1px solid #587619;
  border-radius: 4px;
  color: #000000;
  display: flex;
  margin: 0 0 5px;
}

.catalog-search-box input {
  flex: 1;
  border: 0;
  padding: 10px 15px 13px;
  background: transparent;
}

.catalog-search-box input:focus {
  outline: 0;
}

.catalog-search-box button {
  background: transparent;
  border: 0;
  width: 50px;
  cursor: pointer;
  transition: 0.2s;
}

.catalog-image {
  position: relative;
  height: 292px;
  overflow: hidden;
}

.catalog-image img {
  width: 100%;
}

.catalog-image span {
  position: absolute;
  right: 0;
  background: rgba(143, 31, 139, 0.8);
  color: #fff;
  padding: 8px 20px;
  border-radius: 0;
  font-weight: 700;
}

.single-catalog {
  margin-top: 30px;
  background: #FFFFFF;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.catalog-text {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.catalog-text-title h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #006ADB;
}

.catalog-text-title p {
  line-height: 18px;
}

.filter-top {
  display: flex;
  align-items: center;
}

.btn-green {
  font-size: 18px;
  line-height: 47px;
  color: #fff;
  background: #587619;
  border-radius: 4px;
  text-transform: uppercase;
  margin: 0;
  border: 1px solid #587619;
  cursor: pointer;
  padding: 0 17px;
  transition: 0.2s;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="11" result="offsetblur" /><feFlood flood-color="rgba(35,63,1,0.15)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0px 10px 10px rgba(35, 63, 1, 0.15));
  margin-right: -142px;
}

.btn-green:hover {
  background: transparent;
  color: #587619;
}

.btn-green:focus,
.catalog-search-box button:focus {
  outline: 0;
}

.filter-top .btn-green {
  margin-left: auto;
  display: none;
  margin-bottom: 20px;
}

.close-search {
  border: 1px solid #8F1F8B;
  color: #8F1F8B;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 5px;
  width: 35px;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 35px;
  display: none;
}

.catalog-search ul li:hover {
  background: rgba(143, 31, 139, 0.3);
}

.catalog-search ul li a:hover {
  text-decoration: none;
}

.catalog-list [class*=col-] {
  display: flex;
}

.price-list {
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  right: 0;
  z-index: 9;
  transition: 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.price-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.price-list ul li span {
  border-left: 1px solid;
  line-height: 14px;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}

.catalog-cart:hover .price-list {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.price-list {
	  top: -35px;
	}
	.catalog-cart:hover .price-list {
	  top: -64px;
	}
}

@media only screen and (min-width: 768px) {
	.price-list {
	  top: -75px;
	}
	.catalog-cart:hover .price-list {
	  top: -104px;
	}
}


.title-1 {
  border-bottom: 1px solid #8F1F8B;
  color: #8F1F8B;
  font-weight: 700;
  font-size: 20px;
  padding: 0 0 10px;
  margin: 20px 0 0;
}

.catalog-search .featured-catalog-text ul li:hover {
  background: transparent;
}

.catalog-search .featured-catalog-text ul {
  margin: 0 -15px 10px;
}

.catalog-search .featured-catalog-text ul li:before {
  top: 8px;
  background: #587619;
}

.featured-catalog-text .pop {
  max-width: 100px;
  position: relative;
  border-radius: 10px 0 0 10px;
  background: #587619;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  padding: 5px;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: right;
  display: block;
  right: -10px;
  bottom: 0;
}

.featured-catalog-image span.info {
  top: -8px;
  left: 5px;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px;
}

.sister-promo {
  font-size: 18px;
  background: linear-gradient(104.27deg, #8F1F8B 1.62%, #587619 108.23%);
  padding: 15px;
}

.sister-promo a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.sister-promo a:hover {
  text-decoration: none;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.sister-promo a img {
  margin-right: 10px;
  width: 96px;
}

.sister-promo strong {
  font-weight: 900;
}

.sister-promo span {
  flex: 1;
}

.footer-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.footer-area h4 {
  font-size: 14px;
}

.footer-area h3 {
  font-size: 18px;
}

.footer-area a {
  color: #CFCFCF;
}

.widget-box {
  margin-bottom: 20px;
}

.footer-area hr {
  background-color: #444444;
  margin-top: 16px;
  margin-top: 16px;
  margin-top: 16px;
  margin-top: 16px;
  margin-top: 16px;
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 16px;
  margin-bottom: 16px;
  margin-bottom: 16px;
  margin-bottom: 16px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  display: block;
  unicode-bidi: isolate;
  -webkit-margin-before: 0.5em;
  margin-block-start: 0.5em;
  -webkit-margin-after: 0.5em;
  margin-block-end: 0.5em;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  line-height: 1.6;
}

.widget-box i {
  margin-right: 10px;
}

.home-block-default {
  padding-top: 16px;
  padding-bottom: 9px;
  background: #E2EAD3;
}

.home-content-students-block {
  font-family: Raleway;
}

.home-content-students-block a {
  color: #176DF9;
}

.home-content-students-block a:after {
  content: url(/assets/img/homepage_arrow.png);
  padding-left: 12px;
  vertical-align: text-top;
}

.review-area {
  background: #000 url(/assets/img/reviews.png) no-repeat center center/cover;
  padding: 95px 0px 110px;
  transition: 0.5s;
}

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

.review-title h2 {
  text-shadow: 0 0 54px #000;
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  text-align: center;
}

.review-title p {
  margin: 11px auto 32px;
  font-size: 18px;
  color: #fff;
}

.review-nav .nav {
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 35px;
  padding: 5px;
}

.review-nav .nav li a {
  color: #585858;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
}

.review-nav .nav li a.active,
.review-nav .nav li a:hover {
  background: #527123;
  color: #fff;
}

.single-review {
  min-height: 370px;
  position: relative;
  padding: 30px;
  background-color: #fff;
}

.single-review:before {
  width: 2px;
  height: 250px;
  background-color: #cecece;
  opacity: 0.34;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=34)";
  position: absolute;
  content: "";
  right: 0px;
  top: 23px;
}

.reviwe-meta h2 {
  color: #585858;
  font-size: 20px;
  font-weight: 700;
}

.reviwe-meta p {
  color: #717171;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 5px;
}

.review-text {
  color: #717171;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  font-style: italic;
}

.reviwe-meta {
  min-height: 70px;
}

.review-area .owl-dots {
  text-align: center;
}

.review-area .owl-dots button {
  width: 20px;
  height: 20px;
  background: #d3d2d3;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px;
  transition: 0.2s;
}

.review-area .owl-dots button.active {
  background: #AFD946;
}

.review-area .owl-dots button:focus {
  outline: 0;
}

.tab-content {
  min-height: 400px;
}

.header-area .dropdown-menu {
  background: #587619;
  min-width: 200px;
  padding: 0;
  border: 0;
  left: 10px;
  border-radius: 0;
  margin: 0;
  transition: 0.5s;
  top: 150%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 0;
  display: block;
}

.navbar ul li .dropdown-menu a {
  padding: 10px 20px !important;
  margin: 0;
}

.navbar-right .dropdown-menu {
  right: 10px;
  left: auto;
}

.header-area .dropdown-menu.show {
  top: 100%;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  height: auto;
}

.gray-bg {
  background: #F2F4F4;
}

.page-hero-area {
  background: url(/assets/img/page-hero-xyz.jpg) no-repeat scroll center center/cover;
  position: relative;
  background-color: #000000;
}

.page-hero-area:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0.35) 100%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.page-hero {
  height: calc(100vh - 60px);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  background: transparent;
}

.page-hero-body {
  margin-bottom: auto;
  padding-bottom: 0px;
  text-align: center;
}

.page-hero-head {
  margin-top: auto;
  color: #fff;
}

.page-hero-head h2 {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 48px;
  font-family: Raleway;
  margin: 0 0 15px;
  background: transparent !important;
}

.page-hero-head p {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 24px;
}

.page-hero-buttons ul {
  display: flex;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}

.page-hero-buttons ul li {
  padding: 0 10px;
}

.page-hero-buttons ul li a {
  display: block;
  background: #587619;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 25px;
  margin: 0 0 20px;
  transition: 0.2s;
  min-width: 245px;
  text-align: center;
}

.page-hero-buttons ul li a:hover {
  text-decoration: none;
  background: #3C5111;
}

.page-hero-body .btn-cart-pink, .page-hero-head .btn-cart-pink {
  text-transform: uppercase;
  font-size: 14px;
  width: 245px;
  margin: auto;
  justify-content: center;
  position: relative;
}

.section-area {
  padding: 70px 0 0;
}

.section-title {
  text-align: center;
  margin: 0 0 30px;
}

.section-title h2 {
  font-family: Raleway;
  font-size: 36px;
  color: #8F1F8B;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.section-title h4 {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #587619;
  font-family: Raleway;
}

.single-info {
  margin-bottom: 55px;
}

.single-info h2 {
  color: #587619;
  font-size: 24px;
  position: relative;
  z-index: 2;
  margin: 0 0 35px;
}

.single-info.blue h2 {
  color: #8F1F8B;
}

.single-info h2:before {
  content: "";
  background: #E6EDD7;
  width: 74px;
  height: 74px;
  position: absolute;
  border-radius: 100%;
  z-index: -1;
  margin-top: -20px;
  margin-left: -30px;
}

.single-info.blue h2:before {
  background: #E1D3E1;
}

.single-info a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.access-code-area,
.course-id-area {
  position: relative;
  background: url(/assets/img/access-code-bg.jpg) no-repeat scroll center center/cover;
  padding: 60px 0 70px;
}

.access-code-area:before,
.course-id-area:before {
  content: "";
  position: absolute;
  background: #E6EDD7;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.access-form {
  display: flex;
  margin: auto;
  width: 560px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  overflow: hidden;
}

.access-form input {
  flex: 0 0 60%;
  border: 0;
  color: #000000;
  padding: 7px 20px 9px;
}

.access-form input[type=submit] {
  background: #587619;
  color: #fff;
  text-transform: uppercase;
  flex: 0 0 40%;
}

.pricing-area {
  padding: 50px 0;
}

.pricing-box {
  background: #FFFFFF;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 10px 35px 30px;
  margin: 0 20px;
}

.pricing-box .btn-cart-pink {
  justify-content: center;
  font-size: 14px;
}

.pricing-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 130px;
  margin-bottom: 20px;
}

.pricing-head h5.tip {
  font-family: Raleway;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  background: #587619;
  color: #FFFFFF;
  width: 110px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 3px;
  margin: 0 auto 10px;
}

.pricing-head h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  position: relative;
  padding-bottom: 10px;
}

.pricing-head h2:before {
  content: "";
  background: #587619;
  position: absolute;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  height: 2px;
  bottom: 0;
}

.price-text {
  font-weight: 700;
  font-family: Montserrat;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-text span {
  font-size: 18px;
  font-weight: 400;
  font-family: Segoe UI;
  margin-right: 5px;
}

.price-text span.text {
  font-size: 14px;
  margin-left: 5px;
  margin-right: 0;
}

.pricing-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 90px;
}

.pricing-box ul li {
  position: relative;
  color: #000;
  padding-left: 25px;
  margin-bottom: 10px;
}

.pricing-box ul li:before {
  content: "";
  background: url(/assets/img/Flash.svg) no-repeat scroll 0 0;
  position: absolute;
  width: 16px;
  height: 17px;
  top: 5px;
  left: 0;
}

.green {
  color: #587619 !important;
}

.course-id-area {
  background-image: url(/assets/img/course-id-bg.jpg);
}

.course-id-area:before {
  background: #E1D3E1;
}

.course-id {
  text-align: center;
  color: #8F1F8B;
}

.course-id .btn-cart-pink {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5px;
  font-size: 14px;
}

.accordion-card {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="11" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.03)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.03));
  margin-bottom: 20px;
  background: #fff;
}

.accordion-card-header h4 {
  padding: 13px 40px 13px 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #262626;
  margin: 0;
  cursor: pointer;
  background: rgba(143, 31, 139, 0.21) url(/assets/img/accordion-open.svg) no-repeat scroll right 15px center;
  transition: 0.2s;
  position: relative;
}

.accordion-card-header h4.collapsed {
  background: #E6EDD7 url(/assets/img/accordion-close.svg) no-repeat scroll right 15px center;
}

.accordion-card-body {
  color: #595959;
  padding: 20px;
}

.accordion-card-body ul,
.accordion-card-body ol {
  padding: 0 17px;
  margin: 10px 0 5px;
}

.accordion-card-body p:last-child {
  margin-bottom: 5px;
}

.accordion-card-body a {
  color: #587619;
}

.account-menu {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.03);
}

.account-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.account-menu li a {
  display: flex;
  background: #E6EDD7;
  border-radius: 2px;
  color: #000000;
  font-size: 14px;
  margin-bottom: 10px;
  align-items: flex-start;
  padding: 9px;
  position: relative;
  transition: 0.2s;
}

.account-menu li:last-child a {
  margin: 0;
}

.account-menu li a .icon {
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.account-menu li a .text {
  flex: 1;
}

.account-menu li a:hover,
.account-menu li.active a {
  text-decoration: none;
  background: rgba(143, 31, 139, 0.21);
}

.account-menu li.active a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 3px;
  background: #8F1F8B;
}

.account-body {
  background: #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
}

.account-head {
  background: rgba(143, 31, 139, 0.21);
  display: flex;
  padding: 17px 30px;
  align-items: center;
}

.account-head h2 {
  font-size: 23px;
  color: #8F1F8B;
  margin: 0;
}

.account-head-text {
  flex: 1;
  text-align: right;
}

.account-head-text h2 {
  color: #000000;
  font-size: 16px;
}

.account-head-text p {
  margin: 0;
  color: #8F1F8B;
}

.account-body-box {
  padding: 20px 30px;
}

.account-body-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.account-body-box ul li {
  margin-bottom: 7px;
}

.account-body-box ul li:last-child {
  margin: 0;
}

.account-body-box ul li span {
  color: #8F1F8B;
  margin-right: 15px;
}

.account-right-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.account-right-menu ul li a {
  background: #8F1F8B;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 9px;
  display: flex;
  align-items: flex-start;
  transition: 0.2s;
}

.account-right-menu ul li a span.img {
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-right-menu ul li a:hover {
  text-decoration: none;
  background: #587619;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20 [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.btn-cart-pink.box {
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-cart-pink.box img {
  top: 1px;
}

.product-catalog-head .left {
  flex: 1;
  padding-right: 10px;
}

.product-catalog-head .d-flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.product-catalog-head .right {
  margin: 0 0 20px;
}

.featured-catalog-text ul {
  padding-left: 13px;
}

.featured-catalog-image img {
  width: 100%;
}

/* promise */
.promise-area {
  background: url(/assets/img/promise-bg.jpg) no-repeat scroll center center/cover;
  position: relative;
  padding: 70px 0 50px;
  background-color: #000000;
}

.promise-area:before {
  content: "";
  background: linear-gradient(359.65deg, rgba(0, 0, 0, 0.67) 0.24%, rgba(0, 0, 0, 0.52) 60.31%, rgba(0, 0, 0, 0) 97.99%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.promise-title {
  max-width: 745px;
  margin: auto;
  display: flex;
  background: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="25" /><feOffset dx="1" dy="26" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.15)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0px 24.5161px 24.5161px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 150px;
}

.promise-title h2 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 400;
}

.promise-title-left {
  flex: 0 0 50%;
  background: #587619;
  border-radius: 10px 0 0 10px;
  padding: 30px;
  display: flex;
  align-items: center;
}

.promise-title-right {
  flex: 0 0 50%;
  background: #8F1F8B;
  border-radius: 0 10px 10px 0;
  padding: 30px;
  display: flex;
  align-items: center;
  height: 110px;
}

.promise-box-title {
  text-align: center;
  margin: 0 auto 25px;
  max-width: 420px;
  background: transparent;
}

.promise-box-title h2 {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  background: transparent;
}

.promise-card {
  background: #FFFFFF;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
}

.promise-card-icon {
  width: 60px;
  background: #F8981D;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promise-card-text {
  flex: 1;
  padding: 15px;
}

.promise-card-text h2 {
  color: #8F1F8B;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
}

.promise-card-text p {
  margin: 0;
  color: #1B1B1B;
  font-size: 14px;
}

.promise-card-text h3 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}

.col-md-12 .promise-box-title {
  max-width: 100%;
}

.promise-card-icon.gray {
  background: #455B66;
}

.promise-card-icon.green {
  background: #0B7A6A;
}

.promise-card-icon.red {
  background: #D62D30;
}

.promise-card-icon.blue {
  background: #1998A7;
}

.promise-card-icon.pink {
  background: #8F1F8B;
}

.promise-card-icon.green-2 {
  background: #587619;
}

.promise-card-icon.red-2 {
  background: #8F1F1F;
}

/* inclusive */
.sidebar .accordion-card-header h4 {
  background-color: transparent;
  padding: 0 25px 0 0;
  background-image: url(/assets/img/accordion-open-blue.svg);
  background-position: right center;
  font-size: 17px;
  color: #006ADB;
  background-size: 15px;
}

.sidebar .accordion-card-header h4.collapsed {
  background-color: transparent;
  background-image: url(/assets/img/accordion-close-blue.svg);
}

.sidebar .accordion-card {
  background: transparent;
  margin-bottom: 15px;
}

.sidebar .accordion-card-body {
  padding: 15px 0 0;
  font-size: 14px;
  color: #000000;
}

/* Inclusive Page CSS */
.inclusive-hero-area {
  background: url(/assets/img/inclusive-hero.jpg) no-repeat scroll center center/cover;
  position: relative;
  background-color: #757575;
}

.inclusive-hero-area:before {
  content: "";
  background: linear-gradient(180deg, rgba(12, 12, 12, 0) 32.84%, rgba(27, 27, 27, 0.85) 95.07%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.inclusive-hero {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 50px 0;
  color: #fff;
  text-align: center;
  max-width: 725px;
  margin: auto;
}

.inclusive-hero h1 {
  font-size: 48px;
  margin: 0 0 40px;
  font-family: "Raleway", sans-serif;
}

.inclusive-hero-logo {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.inclusive-hero-logo img {
  border-right: 2px solid #fff;
  padding: 0px 15px;
}

.inclusive-hero-logo img:last-child {
  border: 0;
}

.inclusive-hero h4 {
  font-size: 18px;
  font-weight: 400;
}

.inclusive-hero h4 a {
  color: #fff;
}

.section-box-area {
  padding: 80px 0;
}

.black {
  color: #000000 !important;
}

.single-inclusive {
  margin-bottom: 30px;
  color: #000000;
}

.single-inclusive:last-child {
  margin: 0;
}

.single-inclusive h2 {
  color: #8F1F8B;
  font-size: 18px;
  margin: 0px 0 10px;
  position: relative;
  padding-left: 25px;
}

.single-inclusive h2:before {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  content: "";
  background: #E1D3E1;
  position: absolute;
  top: -12px;
  left: 0;
  z-index: -1;
}

.single-inclusive p {
  padding-left: 25px;
}

.single-inclusive:nth-child(even) h2 {
  color: #587619;
}

.single-inclusive:nth-child(even) h2:before {
  background: #E6EDD7;
}

.work-area {
  background: #E6EDD7;
  padding: 80px 0;
}

.work-process {
  display: flex;
  flex-wrap: wrap;
}

.single-work-process {
  flex: 0 0 25%;
  max-width: 25%;
}

.process-title {
  border-bottom: 1px solid #8F1F8B;
  margin-bottom: 20px;
}

.process-title h1 {
  color: rgba(143, 31, 139, 0.21);
  font-weight: 900;
  font-size: 60px;
  margin: 0 0 15px;
}

.process-title h1 span {
  color: #8F1F8B;
  font-size: 18px;
  font-weight: 400;
}

.process-body {
  display: flex;
}

.process-icon {
  background: #8F1F8B;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.process-text {
  flex: 1;
  padding-left: 20px;
}

.inclusive-contact-area {
  background: url(/assets/img/inclusive-contact.jpg) no-repeat scroll center center/cover;
  padding: 100px 0;
  position: relative;
  background-color: #757575;
}

.inclusive-contact-area:after {
  content: "";
  background: linear-gradient(180deg, rgba(12, 12, 12, 0) 0%, #1B1B1B 98.44%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.inclusive-contact-area * {
  position: relative;
  z-index: 1;
}

.inclusive-contact {
  color: #fff;
}

.inclusive-contact input,
.inclusive-contact textarea,
.inclusive-contact select {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  border: 1px solid #8F1F8B;
  color: #000;
  margin-bottom: 20px;
  width: 100%;
  padding: 13px 15px;
  height: 52px;
}

.inclusive-contact ::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #000;
}

.inclusive-contact ::placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #000;
}

.inclusive-contact :-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #000;
}

.inclusive-contact ::-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #000;
}

.inclusive-contact textarea {
  margin-bottom: 0;
}

.btn-pink {
  background: #8F1F8B;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  border: 1px solid #8F1F8B;
}

.btn-pink:hover {
  color: #8F1F8B;
  background: transparent;
}

.inclusive-contact .btn-pink {
  width: 100%;
  height: 52px;
}

.custom-checkbox {
  min-height: 52px;
  margin-top: 4px;
  margin-bottom: 12px;
}

.custom-checkbox label {
  padding-left: 40px;
  cursor: pointer;
  position: relative;
}

#contact-me-label-checkbox {
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 4px;
  left: 0;
  top: 8px;
  border: 1px solid #8F1F8B;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font: normal normal normal 14px/1 FontAwesome; */
  font: normal normal normal 14px/1;
  color: #8F1F8B;
}

.custom-checkbox input:checked ~ label:before {
  /* content: "\f00c"; */
}

/* saiena hacks */
.xyzt-href-anchor {
  display: block;
  position: relative;
  top: -65px;
  visibility: hidden;
}

.xyzt-sales-info-container {
  display: block !important;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  overflow: auto;
}

.xyzt-team-info-container {
  height: 350px;
  min-height: 350px;
  max-height: 350px;
  overflow: hidden;
}

.xyzt-expanded {
  height: auto !important;
  min-height: 350px !important;
  max-height: none !important;
  overflow: visible !important;
}

#xyzt-product-info-container {
  height: 350px;
  min-height: 350px;
  max-height: 350px;
  overflow: hidden;
}

.xyzt-product-info-expanded {
  height: auto !important;
  min-height: 350px !important;
  max-height: none !important;
  overflow: visible !important;
}

.xyzt-search-results-isbn-list {
  margin-top: 8px;
  margin-bottom: 12px;
  line-height: 100%;
  font-size: 11px;
}

.xyzt-search-results-isbn-list p {
  margin: 0 0 3px 0;
  padding: 3px 0 0 0;
  line-height: 100%;
  font-size: 11px;
}

.xyzt-wholesale-catalog-formats-head {
  border-top: 1px solid #D8D8D8;
  margin: 0;
  padding-top: 2px;
  font-size: 14px;
  font-weight: 400;
}

.xyzt-wholesale-catalog-formats-table {
  margin: 0 0 12px 0;
  font-size: 12px;
}

@media only screen and (min-width: 991px) {
  .xyzt-wholesale-catalog-formats-table {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .xyzt-wholesale-catalog-formats-table {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .xyzt-wholesale-catalog-formats-table {
    font-size: 14px;
  }
}
/*	|--------------------------------------------------------------------------
	| Coursebooks (new)
	|--------------------------------------------------------------------------
*/
@media only screen and (max-width: 767px) {
  #xyzt-coursebooks-course-cover {
    max-width: 160px;
  }
}
#xyz-coursebooks-navbar .dropdown-menu {
  height: 375px;
  overflow-y: auto;
}

/*	|--------------------------------------------------------------------------
	| Main Nav Focus
	|--------------------------------------------------------------------------
*/
a.focusable-nav-link:focus {
  color: #8F1F8B !important;
  background: #E6EDD7 !important;
  text-decoration: none !important;
}

a.focusable-nav-link.currentroute {
  color: #8F1F8B !important;
  background: #E6EDD7 !important;
  text-decoration: none !important;
}
