/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  /* overflow-x: hidden; */
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

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

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue",
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2e3e77;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #192140;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/**
 * Reset
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

html {
  /*overflow-y: scroll;*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
*:not(.wp-core-ui) button,
input,
select,
textarea {
  line-height: 1.5;
}

html,
body {
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  margin: 0 0 12px;
}

h1 {
  font-size: 26px;
  line-height: 1.3846153846;
}

h2 {
  font-size: 24px;
  line-height: 1;
}

h3 {
  font-size: 22px;
  line-height: 1.4;
}

h4 {
  font-size: 20px;
  line-height: 1.4;
}

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

h6 {
  font-size: 16px;
  line-height: 1.5;
}

address {
  font-style: italic;
  margin-bottom: 24px;
}

abbr[title] {
  cursor: help;
}

b,
strong {
  font-weight: 600;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

p {
  margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 13px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  margin: 2em 0;
  font-size: 20px;
  color: #464749;
  font-style: normal;
  padding-left: 1em;
  border-left: 3px solid #e5e5e5;
}
blockquote p {
  margin-bottom: 0.75em;
}

blockquote cite,
blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 24px;
}

ul,
ol {
  list-style: none;
  margin: 0 0 24px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0 0 0 20px;
}

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

figure {
  margin: 0;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0;
}
table tr th {
  padding: 15px 0;
  text-align: left;
  line-height: 1.4;
  font-weight: 500;
  color: #495057;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #efefef;
}
table tr td {
  padding: 9px 0 8px;
  font-size: 12px;
  color: #888888;
  border-bottom: 1px solid #efefef;
}
.woocommerce-cart-form table tr:last-child td {
  border-bottom: none;
}

caption {
  padding: 0.5em 0;
  font-weight: normal;
  text-align: left;
}

del {
  color: #767676;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.alignright,
.alignleft,
.aligncenter,
.bypostauthor {
  color: inherit;
}

.wp-caption {
  background: transparent;
  border: none;
  margin-bottom: 20px;
  padding: 0;
  max-width: 100%;
}

.alignleft {
  float: left;
  margin-top: 3px;
  margin-bottom: 10px;
  margin-right: 25px;
}

.alignright {
  float: right;
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 25px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
  line-height: 1.6;
  font-style: italic;
  padding: 5px 10px 5px 0;
  opacity: 0.8;
}

.gallery {
  display: block;
  margin: 0 -2px;
  clear: both;
  overflow: hidden;
}
.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
@media (min-width: 576px) {
  .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
}
.gallery.gallery-columns-3 .gallery-item {
  max-width: 50%;
}
@media (min-width: 576px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.33%;
  }
}
.gallery.gallery-columns-4 .gallery-item {
  max-width: 50%;
}
@media (min-width: 576px) {
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
.gallery.gallery-columns-5 .gallery-item {
  max-width: 50%;
}
@media (min-width: 576px) {
  .gallery.gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
}
.gallery.gallery-columns-6 .gallery-item {
  max-width: 50%;
}
@media (min-width: 576px) {
  .gallery.gallery-columns-6 .gallery-item {
    max-width: 33.33%;
  }
}
@media (min-width: 768px) {
  .gallery.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
}
.gallery.gallery-columns-7 .gallery-item {
  max-width: 50%;
}
@media (min-width: 576px) {
  .gallery.gallery-columns-7 .gallery-item {
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
}
.gallery.gallery-columns-8 .gallery-item {
  max-width: 50%;
}
@media (min-width: 576px) {
  .gallery.gallery-columns-8 .gallery-item {
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
}
.gallery.gallery-columns-9 .gallery-item {
  max-width: 50%;
}
@media (min-width: 576px) {
  .gallery.gallery-columns-9 .gallery-item {
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .gallery.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
.gallery .gallery-item {
  display: inline-block;
  width: 100%;
  padding: 0 2px;
  margin: 0 0 1.5em;
  vertical-align: top;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gallery .gallery-item:hover {
  opacity: 0.8;
}
.gallery .gallery-item img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery .gallery-item a {
  line-height: 0;
  display: block;
  width: 100%;
}
.gallery .gallery-item .gallery-caption {
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

body {
  font-family: "Nunito", Arial, sans-serif;
  color: #7d7e7f;
  font-size: 15px;
  line-height: 1.75rem;
  overflow-x: hidden;
}
body.off-canvas-open,
body.modal-login-open {
  overflow: hidden;
}

/* Hyperlinks */
a {
  color: #464749;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:active,
a:hover {
  outline: 0;
}
a:hover {
  color: #1e83f0;
  text-decoration: none;
}

.placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

::-webkit-input-placeholder {
  color: #888;
}

.wrap {
  position: relative;
  background-color: #fff;
  word-wrap: break-word;
}

.main-page-content.default-margin {
  background-color: #f8f9fa;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container,
.vc-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .vc-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .vc-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .vc-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .vc-container {
    max-width: 1230px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cdb-content-box {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.page .entry-content::after {
  display: block;
  clear: both;
  content: "";
}

.gallery-entry-unit {
  border-radius: 4px;
  overflow: hidden;
}

.studiare-preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  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;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f9a134;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #f9a134;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*--------------------------------------------------------------
2.0 Normalize
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #464749;
}

h6 {
  margin-bottom: 0;
}

.post-content p:last-of-type {
  margin-bottom: 15px;
}

.highlight {
  color: #f9a134;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
/* Top Bar */
.top-bar {
  position: relative;
  font-size: 14px;
  z-index: 120;
  background-color: #2e3e77;
}
.top-bar .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-bar.top-bar-color-light {
  color: rgba(255, 255, 255, 0.6);
}
.top-bar.top-bar-color-light a:not(.button) {
  color: rgba(255, 255, 255, 0.6);
}
.top-bar.top-bar-color-light a:not(.button):hover {
  color: #fff;
}
@media (max-width: 991.98px) {
  .top-bar {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.top-bar-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .top-bar-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.top-bar-right {
  text-align: right;
}
@media (max-width: 991.98px) {
  .top-bar-right {
    display: none;
  }
}

/* Top Bar Links */
.top-bar-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.top-bar-links a {
  outline: 0 !important;
}

.top-bar-contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-bar-contact-info li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 30px;
}
.top-bar-contact-info li:last-child {
  margin-right: 0;
}
.top-bar-contact-info i {
  margin-right: 6px;
  font-size: 18px;
  vertical-align: middle;
  float: left;
}
@media (max-width: 991.98px) {
  .top-bar-contact-info {
    text-align: center;
  }
}

/* Top Bar Secondary Menu */
.top-bar-secondary-menu .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  padding: 0 0.75rem 0 0;
  margin: 0;
}
.top-bar-secondary-menu .top-menu > li a {
  padding: 0 0.75rem;
}
.top-bar-secondary-menu .top-menu ul {
  display: none;
}

/* Mini Cart */
.top-bar-cart {
  position: relative;
}
.top-bar-cart .dropdown-cart {
  position: absolute;
  right: 0;
  top: 100%;
  width: 350px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border-radius: 4px;
  z-index: 130;
  font-size: 15px;
  color: #6c757d;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .top-bar-cart .dropdown-cart {
    -webkit-transition: none;
    transition: none;
  }
}
.top-bar-cart .dropdown-cart.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.top-bar-cart .dropdown-cart .woocommerce-mini-cart__empty-message {
  text-align: center;
  margin: 20px 30px;
}
.top-bar-cart .dropdown-cart .cart-item-content {
  line-height: 1.5;
}
.top-bar-cart .dropdown-cart .cart-item-content .product-title {
  display: block;
  color: #464749;
  margin-bottom: 4px;
}
.top-bar-cart .dropdown-cart .cart-item-content .product-title:hover {
  color: #1e83f0;
}
.top-bar-cart .dropdown-cart .woocommerce-mini-cart__total {
  border-top: 1px solid #e5e5e5;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-bar-cart .dropdown-cart .woocommerce-mini-cart__buttons {
  padding: 0 20px;
}
.top-bar-cart .dropdown-cart .woocommerce-mini-cart__buttons a {
  width: 100%;
  margin: 0 0 10px 0;
}
.top-bar-cart .dropdown-cart .woocommerce-mini-cart__buttons a:last-child {
  margin-bottom: 0;
}

.mini-cart-opener {
  position: relative;
  width: 56px;
  height: 56px;
  text-align: center;
  display: block;
  background-color: rgba(0, 0, 0, 0.08);
}
.top-bar-color-light .mini-cart-opener {
  background-color: rgba(0, 0, 0, 0.22);
}
.top-bar-color-light .mini-cart-opener svg {
  fill: #fff;
}
.mini-cart-opener svg {
  width: 32px;
}
.mini-cart-opener svg .top-part {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.mini-cart-opener .bag-icon {
  width: 100%;
  height: 100%;
  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;
}
.mini-cart-opener .studiare-cart-number {
  position: absolute;
  font-size: 10px;
  top: 10px;
  right: 10px;
  width: 16px;
  line-height: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1e83f0;
  color: #fff;
}
.mini-cart-opener:hover svg .top-part {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* Search Header */
.search-form-opener {
  width: 56px;
  height: 56px;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
}
.top-bar-color-light .search-form-opener {
  background-color: rgba(0, 0, 0, 0.12);
}
.top-bar-color-light .search-form-opener svg {
  fill: #fff;
}
.search-form-opener svg {
  width: 28px;
}
.search-form-opener .close-icon,
.search-form-opener .search-icon {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-form-opener .close-icon {
  display: none;
}
.search-active .search-form-opener .close-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form-opener .search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-active .search-form-opener .search-icon {
  display: none;
}

.site-search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  visibility: hidden;
  opacity: 0;
  z-index: -2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-search-wrapper .search-form {
  position: relative;
  display: block;
  width: 100%;
}
.site-search-wrapper .search-input {
  width: 100%;
  padding: 20px 15px;
  font-size: 26px;
  border: 0;
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 300;
}
.site-search-wrapper .submit {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 55px;
  border-radius: 4px;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: #f8f9fa;
  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;
}
.site-search-wrapper .submit svg {
  width: 42px;
  height: 42px;
  fill: #adb5bd;
}
.site-search-wrapper .submit:hover {
  background-color: #f8f9fa;
}

.search-active .site-header .site-header-inner {
  opacity: 0;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}

.search-active .site-header .site-search-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 30;
}

.search-active .search-capture-click {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.search-capture-click {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: rgba(108, 117, 125, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site-header {
  position: relative;
  min-height: 112px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  z-index: 110;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  top: 0;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.site-header .container {
  position: relative;
}
.site-header .site-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header .navigation-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.site-header .menu-text-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .site-header .menu-text-widget {
    display: none;
  }
}
.site-header .mobile-nav-toggle {
  position: relative;
  padding: 10px;
  display: none;
}
@media (max-width: 991.98px) {
  .site-header .mobile-nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.site-header .mobile-nav-toggle .the-icon {
  vertical-align: middle;
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #343a40;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header .mobile-nav-toggle .the-icon:before,
.site-header .mobile-nav-toggle .the-icon:after {
  position: absolute;
  content: "";
  left: 0;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #343a40;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header .mobile-nav-toggle .the-icon:before {
  top: -6px;
}
.site-header .mobile-nav-toggle .the-icon:after {
  top: 6px;
}
.off-canvas-open .site-header .mobile-nav-toggle .the-icon {
  background-color: transparent;
}
.off-canvas-open .site-header .mobile-nav-toggle .the-icon:before {
  -webkit-transform: translateY(6px) rotateZ(-45deg);
  transform: translateY(6px) rotateZ(-45deg);
}
.off-canvas-open .site-header .mobile-nav-toggle .the-icon:after {
  -webkit-transform: translateY(-6px) rotateZ(45deg);
  transform: translateY(-6px) rotateZ(45deg);
}
@media (max-width: 991.98px) {
  .site-header .header-button-link {
    display: none;
  }
}
.site-header .header-button-link .login-button i {
  font-size: 22px;
  float: left;
  line-height: inherit;
}

.studiare-navigation {
  position: relative;
}
.studiare-navigation ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.studiare-navigation ul.menu,
.studiare-navigation .menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.studiare-navigation ul.menu > li,
.studiare-navigation .menu > ul > li {
  margin: 0 5px;
  /* Second Level*/
}
.studiare-navigation ul.menu > li > a,
.studiare-navigation ul.menu > li > div > a,
.studiare-navigation .menu > ul > li > a,
.studiare-navigation .menu > ul > li > div > a {
  font-size: 16px;
  padding: 6px 12px;
}
.studiare-navigation ul.menu > li > a i,
.studiare-navigation ul.menu > li > div > a i,
.studiare-navigation .menu > ul > li > a i,
.studiare-navigation .menu > ul > li > div > a i {
  opacity: 0.7;
  font-weight: 300;
  margin-left: 7px;
}
.studiare-navigation ul.menu > li:hover > ul,
.studiare-navigation .menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.studiare-navigation ul.menu > li ul,
.studiare-navigation .menu > ul > li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 45px;
  left: 0;
  width: 240px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border-radius: 4px;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 200;
}
@media screen and (prefers-reduced-motion: reduce) {
  .studiare-navigation ul.menu > li ul,
  .studiare-navigation .menu > ul > li ul {
    -webkit-transition: none;
    transition: none;
  }
}
.studiare-navigation ul.menu > li ul:after,
.studiare-navigation .menu > ul > li ul:after {
  content: "";
  display: block;
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  width: 240px;
  height: 15px;
  background-color: transparent;
}
.studiare-navigation ul.menu > li ul li,
.studiare-navigation .menu > ul > li ul li {
  position: relative;
  width: 100%;
}
.studiare-navigation ul.menu > li ul li.menu-item-has-children > a,
.studiare-navigation .menu > ul > li ul li.menu-item-has-children > a {
  position: relative;
}
.studiare-navigation ul.menu > li ul li.menu-item-has-children > a:after,
.studiare-navigation .menu > ul > li ul li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #dee2e6;
}
.studiare-navigation ul.menu > li ul li:after,
.studiare-navigation .menu > ul > li ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #e9ecef;
}
.studiare-navigation ul.menu > li ul li:last-child:after,
.studiare-navigation .menu > ul > li ul li:last-child:after {
  display: none;
}
.studiare-navigation ul.menu > li ul li:hover > ul,
.studiare-navigation .menu > ul > li ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.studiare-navigation ul.menu > li ul li > a,
.studiare-navigation .menu > ul > li ul li > a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
}
.studiare-navigation ul.menu > li ul li > ul,
.studiare-navigation .menu > ul > li ul li > ul {
  top: 0;
  left: 100%;
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
  z-index: 30;
}
.studiare-navigation ul.menu li,
.studiare-navigation .menu > ul li {
  position: relative;
}
.studiare-navigation ul.menu li.current_page_item > a,
.studiare-navigation ul.menu li.current-menu-ancestor > a,
.studiare-navigation ul.menu li.current-menu-parent > a,
.studiare-navigation ul.menu li.current-menu-item > a,
.studiare-navigation .menu > ul li.current_page_item > a,
.studiare-navigation .menu > ul li.current-menu-ancestor > a,
.studiare-navigation .menu > ul li.current-menu-parent > a,
.studiare-navigation .menu > ul li.current-menu-item > a {
  color: #1e83f0;
}
@media (max-width: 991.98px) {
  .studiare-navigation {
    display: none;
  }
}

.page-title {
  background-color: #f8f9fa;
  padding-top: 40px;
}
.page-title .h2 {
  font-size: 32px;
  margin-bottom: 0;
  line-height: 1.2;
}
.page-title .breadcrumbs,
.page-title .woocommerce-breadcrumb {
  margin-top: 8px;
}

.woocommerce-breadcrumb,
.breadcrumbs {
  color: #8f8f8f;
}
.woocommerce-breadcrumb a,
.breadcrumbs a {
  color: #8f8f8f;
}
.woocommerce-breadcrumb a:hover,
.breadcrumbs a:hover {
  color: #666;
}

/* Off Canvas Navigation */
.off-canvas-navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
  overflow: auto;
  z-index: 160;
  visibility: hidden;
  will-change: transform;
  background-color: #212529;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
}
.off-canvas-open .off-canvas-navigation {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.admin-bar .off-canvas-navigation {
  top: 32px;
}
@media (max-width: 767.98px) {
  .admin-bar .off-canvas-navigation {
    top: 0;
    padding-top: 46px;
  }
}
.off-canvas-navigation .off-canvas-cart {
  padding: 12px 20px 24px;
  border-bottom: 1px solid #2c3237;
}
.off-canvas-navigation .off-canvas-cart .cart-icon-link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-transform: uppercase;
}
.off-canvas-navigation .off-canvas-cart .cart-icon-link .bag-icon svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}
.off-canvas-navigation .off-canvas-cart .cart-icon-link .studiare-cart-number {
  background-color: #1e83f0;
  min-width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  border-radius: 3px;
  margin-top: -20px;
  margin-left: 8px;
  text-align: center;
}
.off-canvas-navigation .search-form-wrapper {
  padding: 24px 20px 12px;
}
.off-canvas-navigation .search-form-wrapper .search-field {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: transparent;
  color: #6c757d;
}
.off-canvas-navigation .search-form-wrapper .search-field.placeholder {
  color: #6c757d;
}
.off-canvas-navigation .search-form-wrapper .search-field:-moz-placeholder {
  color: #6c757d;
}
.off-canvas-navigation .search-form-wrapper .search-field::-moz-placeholder {
  color: #6c757d;
}
.off-canvas-navigation
  .search-form-wrapper
  .search-field:-ms-input-placeholder {
  color: #6c757d;
}
.off-canvas-navigation
  .search-form-wrapper
  .search-field::-webkit-input-placeholder {
  color: #6c757d;
}

/* Mobile Menu */
.off-canvas-main {
  padding: 12px 20px;
}
.off-canvas-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
.off-canvas-main .mobile-menu li {
  position: relative;
  display: block;
}
.off-canvas-main .mobile-menu li > a {
  font-size: 18px;
  padding: 6px 0;
}
.off-canvas-main .mobile-menu a {
  display: inline-block;
  color: #fff;
}
.off-canvas-main .mobile-menu ul {
  padding-left: 1em;
  border-left: 1px solid #333940;
}
.off-canvas-main .mobile-menu ul a {
  font-size: 14px;
  color: #adb5bd;
}

/* OffCanvas Footer */
.off-canvas-footer {
  margin-top: 12px;
  margin-bottom: 30px;
  padding: 24px 20px;
  border-top: 1px solid #2c3237;
}

.wrap {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-open .wrap {
  -webkit-transform: translate(-300px, 0) !important;
  transform: translate(-300px, 0) !important;
}

/* Off Canvas Overay */
.off-canvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1150;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: rgba(108, 117, 125, 0.35);
  -webkit-box-shadow: inset -37px 0px 72px -6px rgba(0, 0, 0, 0.35);
  box-shadow: inset -37px 0px 72px -6px rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.off-canvas-open .off-canvas-overlay {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
}

.site-footer {
  background-color: #222e59;
}
.site-footer.footer-color-light {
  color: rgba(255, 255, 255, 0.6);
}
.site-footer.footer-color-light h1,
.site-footer.footer-color-light h2,
.site-footer.footer-color-light h3,
.site-footer.footer-color-light h4,
.site-footer.footer-color-light h5,
.site-footer.footer-color-light h6,
.site-footer.footer-color-light table tr th {
  color: #fff;
}
.site-footer.footer-color-light table tr td,
.site-footer.footer-color-light caption {
  color: rgba(255, 255, 255, 0.6);
}
.site-footer.footer-color-light a {
  color: rgba(255, 255, 255, 0.6);
}
.site-footer.footer-color-light a:hover {
  color: #fff;
}
.site-footer.footer-color-light table tr th,
.site-footer.footer-color-light table tr td {
  border-color: #435184;
}

.footer-widgets {
  padding: 6em 0;
}
.footer-widgets ul li {
  border-bottom: 0;
}
.footer-widgets .widget-title {
  font-size: 18px;
  margin-bottom: 24px;
}
.footer-widgets .footer-widgets-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-widgets .footer-widget-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-widgets .widget_nav_menu * > ul {
  list-style-type: none;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-widgets .widget_nav_menu * > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 10px;
  line-height: 36px;
}
.footer-widgets .widget_nav_menu * > ul > li ul {
  padding: 0;
  margin: 0 -10px;
}
.footer-widgets .widget_nav_menu * > ul > li ul li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 10px;
}
.footer-widgets .widget_nav_menu * > ul > li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}
.footer-widgets .widget_nav_menu * > ul > li a:before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1px;
  width: 0;
  background: #fff;
  margin-right: 0;
  margin-left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-widgets .widget_nav_menu * > ul > li a:hover:before {
  width: 12px;
  margin-right: 5px;
}
.footer-widgets .select2-container--default .select2-selection--single {
  color: #6c757d;
}
.footer-widgets .widget_text p {
  margin-bottom: 18px;
}
.footer-widgets .widget {
  margin-top: 40px;
}
.footer-widgets .widget:first-child,
.footer-widgets .widget.widget_contacts {
  margin-top: 0;
}

@media (min-width: 992px) {
  .footer-one-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-two-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-three-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .footer-four-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer-doubleleft-col .footer-widget-col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-doubleleft-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer-doubleright-col .footer-widget-col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-doubleright-col .footer-widget-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 991.98px) {
  .footer-widget-col:not(:last-child) {
    margin-bottom: 3em;
  }
}

/* Footer Copyright */
.footer-copyright .copyright-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
}

.footer-copyright.copyrights-layout-default .copyright-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .footer-copyright.copyrights-layout-default .copyright-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-copyright.copyrights-layout-default
    .copyright-inner
    .copyright-cell:first-child {
    margin-bottom: 20px;
  }
}

/* Back to top */
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  opacity: 0;
  width: 36px;
  height: 36px;
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(24, 25, 27, 0.25);
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 2000;
}
.back-to-top i {
  line-height: 35px;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.back-to-top:hover {
  background-color: #1e83f0;
}

.main-sidebar-holder .widget {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 1.75rem;
  margin-bottom: 1.75rem;
}
.main-sidebar-holder .widget .widget-title {
  position: relative;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
.main-sidebar-holder .widget .widget-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f4f4f4;
  margin-top: 0.75em;
}
.main-sidebar-holder .widget .widget-title:before {
  display: block;
  content: "";
  position: absolute;
  left: -1.75rem;
  top: 0;
  width: 2px;
  height: 24px;
  background-color: #f9a134;
}

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

.widget li > ol,
.widget li > ul {
  margin-left: 10px;
  list-style: disc;
  list-style-position: inside;
  margin-top: 5px;
}

/* List Style Widgets */
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_contacts li,
.widget_product_categories li {
  padding: 7px 0;
  border-bottom: 1px solid #eee;
  border-bottom: 0px solid rgba(238, 238, 238, 0.3411764705882353);
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_contacts li:last-child,
.widget_product_categories li:last-child {
  border-bottom: 0;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
  padding-bottom: 0;
}

/* Recent Posts Widget */
.widget_recent_entries .post-date {
  display: block;
  color: #aaaaaa;
}

/* RSS Widget */
.rsswidget img {
  margin-top: -4px;
}

.rssSummary {
  margin: 9px 0;
}

.rss-date {
  display: block;
}

.widget_rss li {
  margin-bottom: 18px;
}

.widget_rss li:last-child {
  margin-bottom: 0;
}

/* Text Widget */
/* Contact Infos */
.widget_contacts ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget_contacts ul li .contact-info-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 12px;
  text-align: center;
}
.widget_contacts ul li .contact-info-icon i {
  font-size: 22px;
}

/* Search Form */
.search-form {
  position: relative;
}
.search-form input[type="search"] {
  width: 100%;
  padding-right: 42px;
}
.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  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;
  background-color: transparent;
  border: none;
  outline: 0;
}
.search-form .search-submit svg {
  width: 32px;
  height: 32px;
  fill: #6c757d;
}

/* Widget Tag Cloud */
.widget_tag_cloud .tag-cloud-link {
  font-size: 14px !important;
  background-color: #1e83f0;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  padding: 6px 10px;
  display: inline-block;
  margin: 0 5px 5px 0;
}

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button-secondary,
.woocommerce_message .button,
.woocommerce-message .button,
.event-single-side a.event_register_submit,
.event_register_submit {
  text-align: center;
  border: 0;
  border-radius: 5px;
  padding: 9px 22px;
  vertical-align: bottom;
  text-shadow: none;
  line-height: 27px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn i,
input[type="button"] i,
input[type="reset"] i,
input[type="submit"] i,
.button i,
.button-secondary i,
.woocommerce_message .button i,
.woocommerce-message .button i,
.event-single-side a.event_register_submit i,
.event_register_submit i {
  margin-right: 6px;
}

.btn-small {
  padding: 8px 12px;
}

.btn-filled,
.top-bar-cart .dropdown-cart .woocommerce-mini-cart__buttons a:first-child,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button-secondary,
.woocommerce_message .button,
.woocommerce-message .button {
  color: #fff;
  background-color: #f9a134;
}
.btn-filled:hover,
.top-bar-cart
  .dropdown-cart
  .woocommerce-mini-cart__buttons
  a:hover:first-child,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button-secondary:hover,
.btn-filled:focus,
.top-bar-cart
  .dropdown-cart
  .woocommerce-mini-cart__buttons
  a:focus:first-child,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.button-secondary:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.btn-light,
.top-bar-cart .dropdown-cart .woocommerce-mini-cart__buttons a:first-child {
  background-color: #adb5bd !important;
}

.btn-border,
.event-single-side a.event_register_submit,
.event_register_submit,
.cart-page-inner .woocommerce-cart-form td.actions .button_update_cart,
.cart-collaterals .shop_table tr.shipping .button,
.product-info-box .button {
  border: 1px solid #1e83f0;
  color: #1e83f0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.btn-border:hover,
.event-single-side a.event_register_submit:hover,
.event_register_submit:hover,
.cart-page-inner .woocommerce-cart-form td.actions .button_update_cart:hover,
.cart-collaterals .shop_table tr.shipping .button:hover,
.product-info-box .button:hover {
  background-color: #1e83f0;
  color: #fff;
}

.btn-link,
.course-section .panel-group .panel-content a,
.cart-collaterals .shop_table tr.shipping .shipping-calculator-button {
  color: #1e83f0;
  padding: 0 0 5px 0;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.btn-link:hover,
.course-section .panel-group .panel-content a:hover,
.cart-collaterals .shop_table tr.shipping .shipping-calculator-button:hover {
  color: #464749;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button-secondary,
.woocommerce_message .button,
.woocommerce-message .button {
  font-weight: inherit;
}

.woocommerce_message .button,
.woocommerce-message .button {
  background-color: transparent !important;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input.input-text,
select,
textarea {
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.6;
  outline: 0;
  padding: 8px 10px;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="time"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input.input-text:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #d7d7d7;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

label {
  display: block;
  color: #6c757d;
  padding-bottom: 3px;
}
label .required {
  color: #adb5bd;
}

[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.375rem;
  margin-right: 0.75rem;
  margin-bottom: 0;
}

label > [type="checkbox"],
label > [type="radio"] {
  margin-right: 0.375rem;
}

.form-row input,
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="checkbox"],
.form-row input[type="number"],
.form-row input[type="password"] {
  border: 1px solid #dcdcdc;
}

.form-row input[type="submit"] {
  border: 0;
}

.contact-form .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.contact-form .wpcf7-form .form-row {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .contact-form .wpcf7-form .form-row-first,
  .contact-form .wpcf7-form .form-row-last {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.contact-form .wpcf7-form input[type="submit"] {
  border: 0;
}

.login-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  opacity: 0;
  background-color: #000;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1160;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  visibility: hidden;
}
.modal-login-open .modal {
  visibility: visible;
  opacity: 1;
}
.modal-login-open .modal .login-form-overlay {
  opacity: 0.8;
}

.login-form-modal {
  position: relative;
  width: auto;
  margin: 0.5rem;
  z-index: 1040;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  opacity: 0;
  visibility: hidden;
}
.modal-login-open .login-form-modal {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 576px) {
  .login-form-modal {
    max-width: 500px;
    margin: 10vh auto 0 auto;
  }
}
.login-form-modal .login-form-modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
}
.login-form-modal .login-form-modal-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.login-form-modal .login-form-modal-box .close {
  position: absolute;
  top: 35px;
  right: 30px;
}
.login-form-modal .login-form-modal-box .close svg {
  width: 26px;
  fill: #666;
}
.login-form-modal .login-form-modal-box .login-title {
  font-size: 28px;
  margin-bottom: 0;
  background-color: #f6f6f6;
  padding: 35px 40px;
}
.login-form-modal .login-form-modal-box .login-form-content {
  padding: 40px;
}
.login-form-modal .login-form-modal-box .login-form-content .form-row {
  margin-bottom: 15px;
}
.login-form-modal .login-form-modal-box .login-form-remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0 15px 0;
}
.login-form-modal .login-form-modal-box .or-use-login {
  font-size: 14px;
  text-transform: uppercase;
  color: #adb5bd;
  margin-top: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login-form-modal .login-form-modal-box .or-use-login:before,
.login-form-modal .login-form-modal-box .or-use-login:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-bottom: 1px solid #e5e5e5;
}
.login-form-modal .login-form-modal-box .or-use-login:before {
  margin-right: 15px;
}
.login-form-modal .login-form-modal-box .or-use-login:after {
  margin-left: 15px;
}
.login-form-modal .form-row-username,
.login-form-modal .form-row-password {
  position: relative;
}
.login-form-modal .form-row-username i.material-icons,
.login-form-modal .form-row-password i.material-icons {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  bottom: 15px;
  font-size: 22px;
  left: 12px;
  color: #ccc;
}
.login-form-modal .form-row-username input,
.login-form-modal .form-row-password input {
  height: 50px;
  padding-left: 46px;
}
.login-form-modal .button {
  min-width: 140px;
}

.breadcrumbs .breadcrum-icon {
  margin: 0 8px;
}

.woocommerce-breadcrumb i {
  margin: 0 8px;
}

i.fab.fa-aparat,
i.fab.fa-bale,
i.fab.fa-rubika,
i.fab.fa-gap,
i.fab.fa-soroush,
i.fab.fa-eitaa {
  position: relative;
}
i.fab.fa-aparat:before,
i.fab.fa-bale:before,
i.fab.fa-rubika:before,
i.fab.fa-gap:before,
i.fab.fa-soroush:before,
i.fab.fa-eitaa:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: -12px;
  right: -12px;
  background-size: cover;
}
i.fab.fa-aparat:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAG3UlEQVRYR+2YaUxVRxiGz62sIvsmWxEMguACKopQbTTYBmsKpcRq9Qe2arQWq9ZQWzRBiyRGcanWqjVafwBNJNHUCCW0aBRQFlEWISpboQioLLLv9hnCJRe891zamMYmnWTCPXNmvu+d91sPCuk1G4rXDI/03wW0ePFifzMzsxA9PT2b9vb2sp6enoctLS3Fd+/eLXmVLI+LoaVLl0bZ2dnF6OjoSL29vdKTJ0+k1tbWX/v6+g7fu3cv7V8FFBAQsHPGjBkHOzo6pLKysgZA7cvIyDgZHR2t5+Pj4zV16lT3/v5+687OzjcYrcxqZsm8efPq/glQWYY8PT315s+f39Pc3CyVl5fHFhcXR127ds3AycnpS319/c2AcGhra5MwnwQIVf0vGNcmTJhwasGCBRfFiylTphhUVVV1awMpCygoKGjz4ODgSUzki6/kNTQ0HHj+/HlkY2OjhEJJodBucQMDg8KBgYGNMJY9bdq0/cw2zB1/48aNGnXgNEoEjH5NTc1POPLRwMDA3E2bNt2vrKz0UAHyCIFu2m4MGMnCwkKC0U937dp1BZZqvby8dJ8+fRr/+PHj7Vz0qaoMjYDs7e0nWllZKc6dO9c7efLkNgTpYwLBShxKfsC3ynNycpzwnw2s7ZEDJkBZW1uLs2tgKIGzfbNnz9aB+drS0tJZ9+/fb1Ke18o5QFpgylREGAKP+vn5bR+r/NatW7tZ+3bMeinP+UxT5gqAS1xSwu9mR0RENGHKGgcHB6muru50cnLypnEBKioqukKuWSHAMDoWLlw4SRMTgGoZVi4cPBJnPqjcm5ub6wNLl0gTzu7u7v02Nja6M2fOPIFfbSEoKpOSkly1AsrKyvKBEXFD5SgBkJcMoALezQLMWcBsGLsvOzvbhQCpEGbHL/dguhjy2wvyW2t8fLxgcWhoNNnt27fTceAlKoJbATRyUI3Z2libhEI7UkW9OuCwmASoD8ldEn6p8Pb2vjl9+vS5iYmJE2UBcRtLDj5TIzQWUFFj1wH/BeCPst7Pe10ZFg/wLtLY2Fgiwt6Ni4tzxYyr09PT35YFhILlKLiqTjDrkfjD2UWLFjWTsY1hZB1rx1Ry0hJAXdfA0JBZxV5TU9Mjhw4dugxrs0pKSk7IAmKTYCFG001Z7wJEHYKt+W3MLGI2MAOZpQDyVMPiNs4cUa47OzsXnDlzxo8SJFJ8pzaGEji8WgbQyCtApZEK3hELmPobTL2fn8WsRzOLeDbneQ3yIlQzO2ZrpEZajdWh1qkx2SUEhagpDb8MKxPMrEKJYGc3jAgQEufcWHs4novgO42Y3QYdg6r71QIiGR7H6T4fA2g5ilOUhzMzM20I8TT2vAn4MH6LPHQWQN7jAcSeKuS5aGPIgA3d9Dgf4bg/i95H1C4cdyu55fjYw3l5eabcVABRHbGAzOGckPU+82MNADMB9JYsIJQuQ5jN3r17L7u4uLSLqs7opXRMXLly5YA6wQSAiMblzD5Y8kWGiKSRwfsdPMS9pFihOInvbZEFRObcSSMWhXOaY7I/qe4OKOnmJoaazIDfDAUAF4lBgdoiy54M9gSoyqAcLfP19f1NFlBYWFgCtWV1amqqggoc1NXVlYxJhMkCyb6/a2ConXUjgLvDjlqHhqWt7Dmmcv4hl3RXJ2+UU4eGhiaamJisys/PP1VYWLi5vr6+kbbVAkD1VOfptKyj/AUmf8Sh1w8LnosS1do3ok+ZDtgrLidakRWUD7WJdxQgwjCMonextrZWYlpcuHABfCZVABOCmkV5gImb/LVH22dMf6VWTJaIydQ6MAxVccZZV1dXIv8keHh4rNHkAi+FfUhISDV9ixMtQyXTtaKiIoKe+Tvh4OJ2cgNQnwDqvHIP/beOoaHheZhZK87CSjZNnx/V3pm25g+tJhMb6OQc3NzcUi0tLb1oQUrpiTxx7q/xp9impiatoBCRBYvCHBMBEk76cDAyMpL4MLgOmCVU96+oY4U4+khOUwWmsf2gj16HgI137tzJffTo0daCgoJVCP8etixkaRp+KfKXmPQ7YmW/q6vr7jlz5hy2tbXdlpKSMuoTZVyAlJuIHEc+gZ4/e/asjb+mNOf7UCQceaSHUe5VfgAQAJK5ubmEzySQPHcEBwc30NhfJFLD6KNPX716daRllQ378dxc7EGJFWy9h0n8eJwKEFv+6tB0NeMr+dXV1WkPHjzIXL9+fZO/v7/wn+O0rmbd3d0S33bTqATii0Xt0Nrkjxekcl94eLgZuWwFkRnK2geOjo4isoY+JjH9WnwnXjYw/q5CbfuJIG/aimC+xfxw5smw2Mo/J4qJqvMU5Dxt5185Q9oUanv/PyBtDP0FVGpKUs6zSS0AAAAASUVORK5CYII=");
}
i.fab.fa-bale:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABQlJREFUeNrsWFtIZVUY/j3ePR6dcMwLY46iMC9eQlGmHgp96EEQQjDBQaIHw15GsQvRUPTQk0HY0IuMJknOGIIkxbwU5kDieBvv9lAMwymvoRzv12Pftzlrs9yzz7S1eZjABYu9Lv/617e+/7LWOSHHx8fyLBWXPGPlHND/DlCY3WB9ff1Dl8v1fGho6N2jo6MPDg4O/oiLixP0Be0rbrf7jbCwsFL0L4eHhz+HbzTkBWO7ISEha+h7UX/G2u8wNrW7uysxMTHi9XqltbVVoqKizL1mZmb+HdDh4eFlKBIor8BGL0L5u4jGB+i/DWV1EIlndLL6/X5zHQC4IevG+CWMX4WO61jfhv4XmH50Zoa4CZQbG0JpZkRERCfa8wCaSaAsAGfKkzlr4VrIeADoemRk5GuQeQ/DP6iDnAoQwVja5DgzwB5BGl87IAqMkgkAvoL+HQB8Byb+huv0A50KUBCTimIqWFE6FCj4kTs9Pf2rmpoa3+rq6vdgzZYpx4DUYv30dubT5XUZ9sFMbEpKypd7e3uTcIuHdutcwQBZq/IrfrmR9avL7u/vGzU2NtaILrYpAyCMsBdSU1M/3t7elo2NjadjsoDDmrKKPY5xY/iJlJaWSm5urjE3NTUlQ0NDynSCtHEtOjr6JlLI2FMBZAWiAJIBgikrK5OcnBxTtqCgQOA3Mjc3ZzAG0GFZWVlvQd6L6RVHJtNNxC9PRopZd3Z2HjMfxwisvLz8BBhVkpOTrW5QgrXFp2JIhSdPnpCQIMXFxcLooAkWFxcNH+E8/YHjFRUVkpeXZ8vowsKCCSZg3hTof5m5yVFiVD7BkycmJkpDQ4OAZmO8pKRE2tvbTRMwkiorKyU/P98WzPT0tExOTgqvFw2QBwylO44y3VRFRUUmGBYCrKurk+zsbIO96upqKSwsDAqmt7fXiDQ9gqE/FAe5cKZMTXNYC81VW1sr8/Pztj7DMjExIT09PUabF6o1u8PnQhwxhIUHiiEWhqzP53tMjn4VDMzY2Jh0dXUZDNJUeq4K6PZjzucUkE8tZhjPzs5Kc3OzbG1tOXrTjI6OSmdnpwGGjFiTLMGhbqL+6chkEPwL9r2o8gxN1t/fb5y0sbFRkNSCghkeHpaOjg7TTNqrwXrNLKPed8QQHLlfPxEVMpr6+vqkqalJ1tfXbcEMDg5KW1ubaSbFht01g/YAZH51BGhtbe02Fh7qFPOrQNF8m5ubJ9YMDAxIS0uLkSbIhu4vNmC4/mv45YIjk4GhQWTkO3i2XqMC/VbGPWSYD/eQVFVVGdE2Pj4u3d3dJmi7t5JuOgD5cWRk5B7kjh0BYuZdWlr6DMpfhYJL1vcPN2XkMdnRTwK3uOBlaRfaJ3QjHy0D0A0c2m93Z9oCIiNQ9BtYet/j8bQDTIR1I0YfFdJEBKIeY3avSC07H8fHx3+EdDGelpbm/IFGhrgRbujbGRkZF1E+hwNGWOXUXae/wYP+3nK5jlZWVj4Bu7eSkpIEwJw/YXWqQe9NsLEKX2kCEyn6r4xg7Fr7APs3TPQhguUWnrGmg58KkHYyKvgW5ptG/rkBX3kdJgzlRqo+AZgfzn8XfvMp2BwOJnsqQJryCSiuxElfQaS9CdZeAmPJYNJD02m/05iBlwH6PvrtONBPGPPT5878uywYKDolmr8A1O8Ax7fMVWyUhk0v8KLklYMxL+aG4Sv3MPfoSSza7nP+/9A5oP9Y/hFgACoAsmpwD++TAAAAAElFTkSuQmCC");
}
i.fab.fa-rubika:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABV9JREFUeNrsWElIZFcUvaXlPGs5awpFG0UcEaUUIRiQbuKqEaEJZBWy6FUSaJIssg00JNlEkkXoLMy0SIxBAw0RFNNIIoaCOKTEVrGcp5Jynq2c8/DJj6myf7UEOuCHx////fvePffc6VVZfD6fvEhXiLxg1w2g/x0gq7/JyclJWVtbU3er1Srp6emytbUlh4eHcnx8LAcHB5KdnR0+Ozt73+v1volvRZC3REZGum0223eQ/zg2Nnad8pRNTEyUhIQECQ0NVfvv7u5KRkaG1NfXmwN0pQVWa+jJycmd0dHR99fX1+v0POYE4OwY7wHc3aKioocA+L3FYtn+T1wWEhLCUbu8vPzt/Px8J8FAmXDoi8+UA2O3hoaGHk1NTXXi/TbnruUy43WuJBcgHmxubt47PT21UYERiJbTd7oZLqPbX4GbHHDdz3DZh3j+81l1zy8gLuLGYWFhcdvb26+73e4HsNrOGIiOjlYKIyIiZG9vTwDQ6E6Jj4+Xo6MjFW8Ejudoj8fTCmOaCgoKPo2Li/sM88uBgPnlkoqxUdHKykonwLQBlP0yI5TB5hITE6MU85mAGMQEyXF2dnYhj/0Sx8bGPnC5XI/x2qgD3BRDWPzS+Pj4o9XV1Trtf38WcS4rK0tlC5+7urpkYmLiIpaMRvCdgHd2diqQEN8gG1/FtNMUoOnp6Qa4qI6pqlPdCIIXGamqqpLKykqJiopSc/n5+TIwMCA9PT0CY0QHPVyv2CJ7THm8Z8DglxsaGpxmY8jGOzeiVQREYExtvpeWlkp1dbXAyn+sY1w1NjZKeXm59PX1SX9/vwLEdaxj4eHhglKgwO3v7ycEE9TKwVzIDbkRgfC9ublZiouLr8yUlJQUaWlpUey1t7fTTRdANMOBSkGgAuHTKcwNGKC0kJbSjVRgzC5/sUVW8/LyFGuLi4sq8y7XraDrEDem35neBMEWQlBIYUHmqVqjs8yQEGoQMJnV8tyLJcHYQkwDohW0kEA4dGAaix8Vok2o7wxwKtdxpmW0PAFQfmNjQzFNeRpnGtDCwoLMzMwoBqiI1mlFRtAcZIOKKBvIJUZZxhGzkvKmAdEKdntaz07NxQGD0DAfKD7INlnKycmR1NRUxRCD3DQgLuZAaio3aJq5GV0XqFD6A0tmk5OTVY1iDHFOt6ZggtqigXExgZEtUs6Cl5ubq6y+7EYNlCWCitHDJCkpSUpKShQj/KYNCWRQIIZ8RraomEzRjR0dHarwscYwY3RcaJeRQcqOjIzI8PCwyjC9B4EawFiC6WVe/Ux2tGVUyPfBwUFB6Vetg9Yz9XV7QPMUp9OpwGu3EDQBsSZxcC+A3DcNCK3hdzTJp3Nzc4VUxA2MLHDQ8t7eXkEHF4fDoaozDmWCc9O/0l6vZ03jQCzt2e3230wDQla5ampq3kCd+QIF8Ja/QnZ+glRMdHd3K4W6TAS6KIPvnoqKirfB7BPTrYP0wqpfa2trm+CWz6H4QPchWk2AOltYHHFuugh+VnDdVi4FsC8zM/NHHNJu44D/FdafBnWm5qY4HbrT0tLuA1QT7r9wE85TARXjfK0C2Jgx/M5vBKeNgDuHwEorSkcLYugPZmhQWaZjgEydn/yeINXvoJbcRdq/g8B1GJuvv5rCWEFFdpWVlbWhuH6NPbYYd8ZT5HMd8g2Zdwa6fwBLfagp95Bl76I25RgrtM5GsLBZWFj4CbLvS7hpnm69qqE+FyAqpXuQdR5Y3AbLf1paWnoLxe81uCeDMnCxF4HdCfd+hPtfum0868hxrR+K+nwEpuZRGB8C3Cpc2IpP4ehVj+GSNrAxdy4T9E9py83/QzeArnn9LcAAjgVQKSmddlUAAAAASUVORK5CYII=");
}
i.fab.fa-gap:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABMpJREFUeNrsWEtIlFEUvjO+HyPOaC7KB4IQGREhKQU9UNwYbQrKsGXgIgIj2rkJ3EQL21SEbXIxWkRkuOhBINSiWkimROYjEaaQEXzmc9S+7/afn+s/M/mnGwMvHO6957/3nO+ec+45d8aztramtlPzqm3WdgD9d4ASYzGbmpoUg31+fl4lJv5ZwjkpISEhgL56dXW1GuwKj8fj93q96Rh7wJ8Dfwrjz+hfg/8GNAJSkUhEy0pKSlLmRWpsbNwYUKwGxT4IOgO6ivFBKhGgUC7LssHfjX4fgJ/HtxDoNugheOFNWyhG2w+hN6HslJwOoFRycrI+scz5jZZYWlrSIDHfA/4tjM9hyTXQ2y0DgtCjoCAEF1kuUxkZGYoWEjc6QaakpGje3NycBghAh/H5GXiXQe2bAkSBUHBoZWUlCOVF5GVmZuo4sJRErTfHBJyWlqbn09PTXB/AvgeQF4FVnxC861tmLc6G4DvoNZisrCz9TdzxNyIgKNbA2XOvZdEMfG9mjFFHLFAxLTQxMUHTX8LwCOc+n08LprJ4J1teXo6yGkHQogRIUJOTk1yTj0M1gupila3EOMILIeg6x4wHNjl5rEawxcXFqqSkZB3goaEhNTw8rOOO1kpPT1ezs7OUU4t5K2S+ooc3BAQQtRCcxzHjgMKsmIqyEudUWFNTo3JyctbJIciWlhZ7D9dZMeZFHF2A3D5MQxvGEEx9WoSYcSG9k2ihcDgcxR8fH9ffZC/HPCB7yD4GL1S5chk276UQXm/TVQRIYQxsx3oVDAZVXl6ekoRJHmPRvIHcK1ZCy4e8SvStbq59QACIhWTMmCooKDAF2wAY2OY+Js2FhYV1oAy3JYOKXVkICxNMRSKQlqmqqlIVFRVxb5vZBgYGVFtbm7aaZHKRZx3S5xaQvVmsIzwmR2ZjN01yl5nNHdnd4xbQKm+C6SpJZF1dXWpsbMzOL+Ii02KyZ3Bw0Bk36y4J2oJbQFPY5Ldug20tCg6FQhqQqYQ1i+skoMUSXENriptMWRiv8TXg9pZ9R+dnzEih1MdBgJaXl6vKykq7uLJn8uvo6NAxZoISAGaTnAYKg967qmWwzEupW87cUlpaqnJzc1UgENCJ0O/3q7KyMru8OOPE+SKgNa3xR/SdriyE69oG4Q1M1ATFeBG/d3d3q9TUVDtmaJHR0VGdczg2M7lZ25wpBPKfQu6gW5f1YsN9KGigm3iz9GIA6+npUb29vbZS9sw/zDnCi1fzxOJofdYTJOLKZQQBQM0ANkIBLIiijKDMG8Xv8mo03eMsM46nSyfkzzCe/uU9NApBV6wbp0GZAWtaIl68mGnBSIY87DDBOUtQXEDia5yAJ6mH4F8MWL786B4z78QDI7eQQczDyD4r8A/QOq4t5GiP+H5B/5WTxcVFrUBqFBULCVAqmpmZsd/UBMGxVH60i1h3wvWLMYb7OiGoD9SAeT3mqWJyZzw5njFkvAB9A9WBci0r8rfcY8zvgm5s9ncZA7wBJ25HBj4L1knwCtHnsBgbbpzE/Adc/oHBi3kHlK9gfA/EPazw2XwHYjy72d9lZmN27Qc9h+LjjAfQLtY+KJhG/wX0Dso/AchPhqS1rx/8EazhT5EkSdxRB9/5f2gH0BbbbwEGAPjdGcE1jcrEAAAAAElFTkSuQmCC");
}
i.fab.fa-soroush:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABRRJREFUeNrsWEtIZEcUrW612/8vraBGRfwhkqg4iyCiuIkSzQgms5gIURgMs5jNLEKE7IZASLIYkqwCkkAwmxEhC2dm4yoBE4OC0YUaGX8oioJtevx/2pxT0/dRPl/rC5nFBCwoqt6rV/eee+6nqttzdnamXqXmVa9Yuwb0vwMU6/Syp6fHmsfExKjY2Bef+f1+GvB2XFxcD5LhDczz0BNPT0/1OhMkHA7v43kVj1NHR0ff492T4+PjML9hD4VCamdnR3m9L7gYHh6+GpC9URF6NYA9gMJWCPba19mwxp6AaQnGEhjTjrWnAPQA4x8vxWVUBiAfoD8FkHehyBthQhixegS4BRAjv20FsMfYf8dNibmSIQi6C3q/9ng8PnEN5hYjBoMKTOhOd9DVAhItgOfv4OpUzB+aoF0Bgu+FmVsQ9BBAfAKEnYo4ilAC3dvbU+np6aqiokKDmp2dPQcWHaJivoDMTfR+iSHXDEFhCSz6CsrjnVgxn2lAQ0ODamxsVEVFRaqvr08dHh4qn89nAYqwFZeUlPQ59o5hPuMaEC1ERvXCokJaL8wYYC1g+/v7qr29XXe2YDCoxsfHdWaacSYj9r6O/jF03DFlXhrUoLMSAm8TjM1Ca85GN9FFLS0t1t74+HiVkJCgWTMz0NwL5j4EmBsSk1cCAjPvSX2hAHOUuSisr68nm9ZegmlqatLrYpA9C+kZ6sB6hitA2NwoAgSAvfM9YkxlZFyQqRmrrq7WRdBpX8R1rfDEW25dVmavK6aV5typEWhnZ6fKyspSBwcHF+pTBFAuXHfDLUNpdsucgDGTeAw4tfz8fNXR0WGVEIfi6Qeo11wB4semq8zYkc4MYVBPT09HLaosAwUFBedYMoCxivvdMhSO5iY7KKY4U92pMdirqqp0aTAOX5OpsFtAO04BbX9mtd3a2orqNjZWb7vrI9X9CLUo5KowIjbWYF1ArHIqYFIcpXBGPb0BOgqg52jPXDEEi8ckG8yiKHVF1pjWxcXFKjMzMyqg7e3tC9nKEfE3hrVfXAHa3d19bAayjGywSne6ipnU3d2tEhMTHcEwdkZHR3UZEBkCCoAGwN4zVy7D5icQNoZjwCrvTN/a2lqVk5OjlpeXVXl5uWpublbZ2dlR2RkYGFBzc3MasIChe5F1f87Pzw+dnJycugIEV/Aa+iVO7p94QkssTExM6Kzp6uo6d1w4Hc6Dg4Oqv7/fOvEFENgKr6+vf8YAciqsHqeXeXl5FBALQN/m5ubepQJaBou0srq6OtXW1qYqKyv1YSqN9WZqakoNDQ2pkZERfeLLvYeA+LyxsfHjwsLCRwiLw0gsXQ0oOTlZCwALGTU1NYNI3SYBxfcQpr9h0QsEAio1NVXHFZSppaUlPce959wljsDw/tfJycmbCIdt+eFAWVcCogJp8H92WVnZDwD1jnn1YGyRMTOV5erKbl49IgH+28zMzC2AWuU+KRU8flzfqakAmzdA8e3S0tJPwdg9WKavJVxjfNgVOx2k/BYMP8JhuyqFMlrtcvUzCCBCiI9PkDE/I9Xvp6SktEBJirhQ4kSKJMHAEJ4nfhpARgDef1lG/itA8oORtCNOfgdjpYWFhe8DyJtQlIWSoCsj5kG4YBMAJtfW1h4BWBqSohfxdpO/1wjspQESF9IroP8vCP8G8ZCGeMtYWVkJgBkv2NvEQRtEQP+N9edkbHFxsRfVfA/pvirxd1nzXP8/dA3oP7Z/BBgA3rmgeE76buEAAAAASUVORK5CYII=");
}
i.fab.fa-eitaa:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABK5JREFUeNrsmH9olVUYx3fvfXUzMRsusIwUfwVtLgNdUCg4aCiCJcxU/EdYI3BKsTAxVDY2mkzdGKwUsxzaVBzMH7kKYWRJxYIkCPEXS9S0Ilcqgjp37+3zXefNw+m9d++d/yzYC1+e8+t5nu95znnOOfdGkslk1lD6ollD7Bsm9L8j5AU1VlVVZWmzJxIJYSnldeAZuh6JRCIZOTBJcxe9C6AxFovttm1UV1eHjlAOZBrBAYw+LzK+gzT4gyGXwDXKCSuDcyjPwNbHYCf10RlFSF88Hq9F+a2BIsBs+xDHkO04PUMEetBTJJ+lfTHlJbYf7JYrEIwrZ0wyFCGMFKM4IJloNHoCUQdOYLzXOdNOiySOO7DXRN84i1QZfZ+BI6oOuGQoVCJiabj0QmYTKKF8XHVnz/xrijGtkKqgfN+ZtCb8XKgsw2hBGjJxHKxH1vhOtEl9IkqEgEi2gU7Hx1QmPicUIRyMTcUGMpsQDX6mOBFRVEf4dn2iOE5Q7nBMKUmeCrWHUI6lINNK33t2tvHlIV9EvgzywRjqvzPuGOX9lG+asVekJvMP3PzXj5fBkXIeQus0a2as+qM4KQPLweyAZV+IeI2leh35c+KftbQJZZn64E5qDG9FXJVdnE1Hfg4aaJudSof+eZB/RxFCf4zjLxLkPxQhovIj0Tloqk/jaC9OZuJkKX1dafQuM6YDXZVd4qODVsgLGZ39GLwJRvb19e2ATBFOKkUScvm0veAQOas9BD7UUoMn0VnkjNkF9gyG0H0dYiad5yMXmD3yvdroqwNf0zSNtnuQvIjspu2KybIRLFsNYydbZGqZ5Mage9ELsVyXgTalNvNCq6sY51206+LsxHGnHPipLlCegtQVtMzK1PVgM20r6dOyvZ/pHjqH8h2T4kkri1YjHmemWtJ+IpI+ET0amMCXDpk6z/M2M2YZfc3IWYNZsl8wmpQzDLZj6A0TuVZEj38wmvDnU38TlICJTqQbsPEu+kXsue3UdYD2DCbLei2jxyHVaPbVAQz7F6qnNxPEvwLlDpkEROrB23qGQEhHxWN6IzlnUugI5fmbzyyJ9sRcbVbVdVVQrg96qmjvMaYG2aLUZwLbGPvSwz5h8zHqiZQ5FP/SMlIvMhv4VfNU8Z8Rureuo9OELBEZc7ovB6tczqEipNeeVZ6mlAZnTKS0n45CbgN9h6mXUteVcpK2iZRv0P6TTnXr8p0FmS1Bh3lYQrcQY63nZwUhX+0/LXDagijAyTcQ+RPoBXAOfOcsmcR0xn2CjQmOD2Xub2GfH+edO6kMLLJueS3LWojp5j8Jrpt0d58jhei1mR8IQefbt6EI4ajZmU0OG7IFudLXoRzHYDPQvugJOHVLIfMF4wpT+PgAnR/CEjrKErn3TC6h/wgne3BSTH2UIZa0opIN9DbaTpsu4CdS2D8CmX0U74VNe50dFRiMQWCFbYu2FWb5usFF8KsyjLbxSN1XkxmTm+YqOmTeSL0Z/Qziu42ilugUDtaASdYS6m0z0yDUB5FLYCc2dbDeyfh3mfn0m2sHhnT2vGIyJdt6+UWtZU8YJJ1zRqf6NfAp5X3pyPQrDP8/NEzoIb+/BRgAqL3e2LHSGvMAAAAASUVORK5CYII=");
}

.woocommerce-variation.single_variation .price {
  display: block;
  margin-bottom: 30px;
  padding: 30px;
}
.remember-me-label input:focus {
  outline-color: transparent !important;
}
.studiare-social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.studiare-social-links li {
  display: inline-block;
}
.studiare-social-links:not(.rounded) li {
  margin: 5px 8px;
}
.studiare-social-links.light li a {
  color: #fff;
}
.studiare-social-links.rounded li {
  margin: 3px;
}
.studiare-social-links.rounded li a {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.6);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}
.studiare-social-links.rounded li a:hover {
  color: #fff;
}
.studiare-social-links.rounded li a.facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.studiare-social-links.rounded li a.email:hover {
  background-color: #495057;
  border-color: #495057;
}
.studiare-social-links.rounded li a.google:hover,
.studiare-social-links.rounded li a.google-plus:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.studiare-social-links.rounded li a.twitter:hover {
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.studiare-social-links.rounded li a.tumblr:hover {
  background-color: #35465c;
  border-color: #35465c;
}
.studiare-social-links.rounded li a.pinterest:hover {
  background-color: #bd081c;
  border-color: #bd081c;
}
.studiare-social-links.rounded li a.vkontakte:hover {
  background-color: #45668e;
  border-color: #45668e;
}
.studiare-social-links.rounded li a.linkedin:hover {
  background-color: #0077b5;
  border-color: #0077b5;
}
.studiare-social-links.rounded li a.dribbble:hover {
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.studiare-social-links.rounded li a.tripadvisor:hover {
  background-color: #00af87;
  border-color: #00af87;
}
.studiare-social-links.rounded li a.yelp:hover {
  background-color: #af0606;
  border-color: #af0606;
}
.studiare-social-links.rounded li a.snapchat.dark:hover {
  color: #495057;
  background-color: #fffc00;
  border-color: #fffc00;
}
.studiare-social-links.rounded li a.s-500px:hover {
  background-color: #0099e5;
  border-color: #0099e5;
}
.studiare-social-links.rounded li a.github:hover {
  background-color: #4078c0;
  border-color: #4078c0;
}
.studiare-social-links.rounded li a.xing:hover {
  background-color: #026466;
  border-color: #026466;
}
.studiare-social-links.rounded li a.vine:hover {
  background-color: #00b488;
  border-color: #00b488;
}
.studiare-social-links.rounded li a.houzz:hover {
  background-color: #7ac142;
  border-color: #7ac142;
}
.studiare-social-links.rounded li a.skype:hover {
  background-color: #00aff0;
  border-color: #00aff0;
}
.studiare-social-links.rounded li a.deviantart:hover {
  background-color: #05cc47;
  border-color: #05cc47;
}
.studiare-social-links.rounded li a.flickr:hover {
  background-color: #0063dc;
  border-color: #0063dc;
}
.studiare-social-links.rounded li a.youtube:hover,
.studiare-social-links.rounded li a.youtube-play:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}
.studiare-social-links.rounded li a.aparat:hover {
  background-color: #e91e63;
  border-color: #e91e63;
}
.studiare-social-links.rounded li a.vimeo:hover {
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}
.studiare-social-links.rounded li a.instagram:hover {
  background-color: #a17357 !important;
  background: radial-gradient(
      circle farthest-corner at 35% 100%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(
      circle farthest-corner at 10% 140%,
      #feda7e,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e42e66 50%,
      #fa5332 70%,
      #ffdc80 100%
    ) !important;
  border-color: #a17357;
}
.studiare-social-links.rounded li a.telegram:hover {
  background-color: #405de6;
  border-color: #405de6;
}
.studiare-social-links.rounded li a.whatsapp:hover {
  background-color: #4caf50;
  border-color: #4caf50;
}
.studiare-social-links.rounded li a.behance:hover {
  background-color: #1769ff;
  border-color: #1769ff;
}
.studiare-social-links.rounded li a.foursquare:hover {
  background-color: #f94877;
  border-color: #f94877;
}
.studiare-social-links.rounded li a.custom:hover {
  background-color: #f9a134;
  border-color: #f9a134;
}
.studiare-social-links.rounded.light li a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

.post-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-share .post-share-title {
  margin-right: 6px;
}

.post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}

.post-nav-btn {
  max-width: 50%;
}

.post-nav-link {
  display: block;
  position: relative;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}
.post-nav-link span {
  display: block;
  color: #adb5bd;
}
.post-nav-link strong {
  font-weight: normal;
}
.post-nav-link svg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 20px;
  fill: #adb5bd;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-nav-link.prev {
  padding-left: 32px;
}
.post-nav-link.next {
  padding-right: 32px;
}
.post-nav-link.next svg {
  left: auto;
  right: 0;
}
@media (max-width: 767.98px) {
  .post-nav-link strong {
    display: none;
  }
}

.commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.commentlist ul {
  list-style: none;
}
.commentlist .comment {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  margin-top: 10px;
}
.commentlist .comment .comment_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  clear: both;
}
.commentlist .comment .comment_container .comment-avatar {
  margin-right: 24px;
}
.commentlist .comment .comment_container .comment-avatar img {
  border-radius: 50%;
}
.commentlist .comment .comment_container .comment-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.commentlist .comment .comment_container .comment-text .comment-header {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-bottom: 10px;
  color: #adb5bd;
}
.commentlist .comment .comment_container .comment-text .comment-header .date {
  display: block;
  margin-top: 10px;
  line-height: 1.2;
  color: #8a8a8a;
  font-size: 14px;
}
.commentlist
  .comment
  .comment_container
  .comment-text
  .comment-header
  .comment-author {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #464749;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .commentlist .comment .comment_container .comment-avatar {
    width: 40px;
    min-width: 40px;
  }
}
.commentlist .comment .comment-link-btn {
  margin-left: 10px;
  padding: 5px 10px;
  font-size: 13px;
  background-color: #f8f9fa;
  border-radius: 2px;
  line-height: 1.5;
}
.commentlist .comment .comment-link-btn i {
  margin-right: 8px;
}
.commentlist .comment .star-rating {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 18px;
  background-size: 18px;
  background: url("../images/star-empty.svg") left top repeat-x;
}
.commentlist .comment .star-rating > span {
  display: block;
  text-indent: -9999px;
  line-height: 1;
  height: 18px;
  background-size: 18px 18px;
  background: url("../images/star-fill.svg") left top repeat-x;
}
.commentlist .comment .comment-respond {
  margin-bottom: 20px;
  padding: 30px;
  background-color: #f8f9fa;
  border-radius: 3px;
}
.commentlist > li:first-child {
  padding-top: 30px;
  border-top: 1px solid #f2f2f2;
}

.comment-respond {
  margin-top: 30px;
}
.comment-respond .comment-form-rating {
  margin-bottom: 15px;
}
.comment-respond .comment-form-rating .stars {
  display: none;
}
.comment-respond .form-submit,
.comment-respond .must-log-in {
  margin-bottom: 0;
}
.comment-respond .comment-reply-title small a {
  font-size: 14px;
  margin-left: 10px;
  padding: 3px 6px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}
.comment-respond p {
  margin-bottom: 16px;
}
.comment-respond p input,
.comment-respond p textarea {
  width: 100%;
}
.comment-respond p textarea {
  height: 140px;
}
.comment-respond p .form-submit,
.comment-respond p .submit {
  width: auto;
}
.comment-respond .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.comment-respond .comment-form p,
.comment-respond .comment-form .comment-form-rating {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .comment-respond .comment-form .comment-form-author,
  .comment-respond .comment-form .comment-form-email,
  .comment-respond .comment-form .comment-form-url {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .review_form .comment-respond .comment-form .comment-form-author,
  .review_form .comment-respond .comment-form .comment-form-email {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.comment-holder {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding: 1.875rem;
}
.comment-holder .commentlist .children {
  margin-left: 95px;
  border-top: 1px solid #f2f2f2;
}
@media (max-width: 767.98px) {
  .comment-holder .commentlist .children {
    margin-left: 15px;
  }
}
.comment-holder .commentlist .children .comment:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.comment-respond-holder {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding: 1.875rem;
  margin-top: 30px;
}
.comment-respond-holder .comment-respond {
  margin-top: 0;
}

.page .commentlist .comment-body,
.page .commentlist .comment-text,
.single-post .commentlist .comment-body,
.single-post .commentlist .comment-text {
  position: relative;
  padding-left: 58px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page .commentlist .comment-body,
  .page .commentlist .comment-text,
  .single-post .commentlist .comment-body,
  .single-post .commentlist .comment-text {
    padding-left: 94px;
  }
}

.page .commentlist .comment .avatar,
.single-post .commentlist .comment .avatar {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .page .commentlist .comment .avatar,
  .single-post .commentlist .comment .avatar {
    width: 70px;
    height: 70px;
  }
}

.page .commentlist .comment .vcard,
.single-post .commentlist .comment .vcard {
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 0 16px;
}
.page .commentlist .comment .vcard .fn,
.single-post .commentlist .comment .vcard .fn {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #464749;
}
.page .commentlist .comment .vcard .fn a,
.single-post .commentlist .comment .vcard .fn a {
  color: #464749;
}
.page .commentlist .comment .vcard .fn a:hover,
.single-post .commentlist .comment .vcard .fn a:hover {
  color: #1e83f0;
}
.page .commentlist .comment .vcard .says,
.single-post .commentlist .comment .vcard .says {
  display: none;
}

.page .commentlist .comment .comment-meta,
.single-post .commentlist .comment .comment-meta {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 16px;
}
.page .commentlist .comment .comment-meta a,
.single-post .commentlist .comment .comment-meta a {
  color: #8a8a8a;
}

.page .commentlist .comment .comment-content p,
.single-post .commentlist .comment .comment-content p {
  margin-bottom: 16px;
}

.page .commentlist .comment .reply,
.single-post .commentlist .comment .reply {
  margin-bottom: 20px;
}
.page .commentlist .comment .reply .comment-reply-link,
.single-post .commentlist .comment .reply .comment-reply-link {
  color: #1e83f0;
}

.newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsletter-form:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 46px;
  pointer-events: none;
  color: #6c757d;
  font-size: 16px;
  text-align: center;
  z-index: 1;
  line-height: 1;
  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;
}
.newsletter-form .form-control {
  position: relative;
  width: 100%;
  line-height: 1;
  padding-left: 44px;
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.newsletter-form input[type="submit"] {
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

ul.page-numbers {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  text-align: center;
}
ul.page-numbers li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 5px;
  background-color: #f0f0f1;
  border-radius: 50%;
  border-radius: 10%;
  border: 5px solid #f8f9fa;
}
ul.page-numbers li:first-child {
  margin-left: 0;
}
ul.page-numbers .page-numbers {
  position: relative;
  display: block;
  min-width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border-radius: 10%;
}
ul.page-numbers .page-numbers.current,
ul.page-numbers .page-numbers:hover {
  background-color: #f9a134;
  color: #fff;
}

.page-numbers.studiare_wp_link_pages {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.page-numbers.studiare_wp_link_pages > * {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #f0f0f1;
}
.page-numbers.studiare_wp_link_pages > .page-number {
  background-color: #f9a134;
  color: #fff;
  margin: 0 5px;
}

/*--------------------------------------------------------------
5.0 Shortcodes
--------------------------------------------------------------*/
/* Icon Boxes */
.icon-box {
  /* Contact Info */
}
.icon-box.icon-box-top .icon-wrap {
  margin-bottom: 20px;
}
.icon-box.icon-box-left,
.icon-box.icon-box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.icon-box.icon-box-left .icon-wrap {
  margin-right: 24px;
}
.icon-box.icon-box-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}
.icon-box.icon-box-right .icon-wrap {
  margin-left: 24px;
}
.icon-box.style-circle .icon-element .icon-element-inner,
.icon-box.style-square .icon-element .icon-element-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icon-box.style-circle.icon-box-small .icon-element-inner,
.icon-box.style-square.icon-box-small .icon-element-inner {
  width: 40px;
  height: 40px;
  font-size: 18px;
}
.icon-box.style-circle.icon-box-medium .icon-element-inner,
.icon-box.style-square.icon-box-medium .icon-element-inner {
  width: 56px;
  height: 56px;
  font-size: 24px;
}
.icon-box.style-circle.icon-box-large .icon-element-inner,
.icon-box.style-square.icon-box-large .icon-element-inner {
  width: 70px;
  height: 70px;
  font-size: 32px;
}
.icon-box.style-circle .icon-element-inner {
  border-radius: 50%;
}
.icon-box.contact-details .feature-content-text {
  font-size: 18px;
  line-height: 2;
  margin-top: -10px;
}

/* Course Categories Layout */
.course-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  /* Course Grid Style */
}
.course-categories .course-grid-box {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .course-categories .course_cat_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .course-categories .course_cat_1 .category-holder {
    padding-bottom: calc(76% + 6px) !important;
  }
  .course-categories .course_cat_2,
  .course-categories .course_cat_3,
  .course-categories .course_cat_4,
  .course-categories .course_cat_5,
  .course-categories .course_cat_default {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.course-categories .course-grid-box {
  padding: 15px;
}
.course-categories .course-grid-box .category-holder {
  position: relative;
  padding-bottom: 76%;
  background-color: #495057;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.course-categories .course-grid-box .category-holder .category-holder-inner,
.course-categories .course-grid-box .category-holder .category_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.course-categories .course-grid-box .category-holder .category-bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: calc(100% + 40px);
  max-width: none;
  min-height: 100.6%;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}
.course-categories .course-grid-box .category-holder .info-on-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.8)),
    to(transparent)
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.course-categories .course-grid-box .category-holder .info-on-hover a {
  color: #fff;
}
.course-categories
  .course-grid-box
  .category-holder
  .info-on-hover
  .category-title {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-bottom: 5px;
}
.course-categories
  .course-grid-box
  .category-holder
  .info-on-hover
  .category-count {
  display: block;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.course-categories .course-grid-box .category-holder:hover {
  -webkit-box-shadow: 0 24px 50px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 50px 3px rgba(0, 0, 0, 0.2);
}
.course-categories .course-grid-box .category-holder:hover .category-bg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0.7;
}
.course-categories
  .course-grid-box
  .category-holder:hover
  .info-on-hover
  .category-title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.course-categories
  .course-grid-box
  .category-holder:hover
  .info-on-hover
  .category-count {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.animated-counter .counter-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.animated-counter .counter-text .counter-number {
  font-size: 48px;
  font-weight: 300;
  margin-right: 15px;
}
.animated-counter .counter-text .counter-label {
  line-height: 1.4;
}

.animated-counter.counter-light .counter-text {
  color: #fff;
}
.sc_statics_holder.animated-counter .counter-text .counter-number {
  color: transparent;
  -webkit-text-stroke: 1px gainsboro;
  font-weight: 700;
}
.section-heading .section-title {
  font-size: 28px;
}

.section-heading .section-subtitle {
  color: #1e83f0;
  display: block;
  margin-bottom: 8px;
}

.cdb-video-icon {
  position: relative;
  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;
  width: 54px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
/*.cdb-video-icon:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 27px;
    margin: -10px 0 0 -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .cdb-video-icon:hover {
    background-color: #fff; }
    .cdb-video-icon:hover:before {
      border-color: transparent transparent transparent #495057; }
*/
.video-banner {
  position: relative;
  margin-bottom: 30px;
}
.video-banner .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -15px;
  z-index: 30;
}
.video-banner .video-banner-image {
  position: relative;
  background-color: #343a40;
  border-radius: 4px;
  overflow: hidden;
}
.video-banner .video-banner-image > img {
  position: absolute;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.video-banner .video-banner-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 15px 20px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.8)),
    to(transparent)
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.video-banner .video-banner-info .title {
  color: #fff;
  margin-bottom: 0;
}
.video-banner .video-banner-info .subtitle {
  display: block;
  margin-top: 5px;
}

.testimonials-wrapper {
  position: relative;
}
.testimonials-wrapper .testimonial-item .testimonial-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
.testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-author,
.testimonials-wrapper
  .testimonial-item
  .testimonial-inner
  .testimonial-content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .testimonials-wrapper
    .testimonial-item
    .testimonial-inner
    .testimonial-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .testimonials-wrapper
    .testimonial-item
    .testimonial-inner
    .testimonial-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.testimonials-wrapper
  .testimonial-item
  .testimonial-inner
  .testimonial-content
  blockquote {
  border-left: medium none;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.testimonials-wrapper .testimonial-item .testimonial-inner .testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonials-wrapper
  .testimonial-item
  .testimonial-inner
  .testimonial-author
  .testimonial-avatar {
  overflow: hidden;
  border-radius: 50%;
  width: 100px;
  border: 6px solid rgba(73, 80, 87, 0.1);
  margin-right: 20px;
}
.testimonials-wrapper
  .testimonial-item
  .testimonial-inner
  .testimonial-author
  .testimonial-author-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.testimonials-wrapper
  .testimonial-item
  .testimonial-inner
  .testimonial-author
  .testimonial-author-main
  .testimonial-author-name {
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .testimonials-wrapper
    .testimonial-item
    .testimonial-inner
    .testimonial-author {
    padding-top: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.pricing-table {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.pricing-table .pricing-header {
  padding: 30px;
  text-align: center;
}
.pricing-table .pricing-header .pricing-title {
  margin-bottom: 5px;
}
.pricing-table .pricing-price {
  color: #f9a134;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0.7;
}
.pricing-table .pricing-price .currency {
  font-size: 24px;
}
.pricing-table .pricing-price .price-number {
  font-weight: 300;
  font-size: 48px;
}
.pricing-table .pricing-content {
  padding: 30px;
  border-top: 1px solid #efefef;
}
.pricing-table .pricing-content ul,
.pricing-table .pricing-content ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.pricing-table .pricing-content ul li,
.pricing-table .pricing-content ol li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pricing-table .pricing-button {
  padding: 0 30px 30px 30px;
  text-align: center;
}
.pricing-table:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.course-section .panel-group .course-panel-heading {
  border-top: 1px solid #e9ecef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.course-section .panel-group .course-panel-heading:hover,
.course-section .panel-group .course-panel-heading.active {
  background-color: #f8f9fa;
}
.course-section
  .panel-group
  .course-panel-heading:hover
  .panel-heading-left
  .course-lesson-icon
  i,
.course-section
  .panel-group
  .course-panel-heading.active
  .panel-heading-left
  .course-lesson-icon
  i {
  color: #f9a134;
}
.course-section .panel-group .course-panel-heading .panel-heading-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.course-section
  .panel-group
  .course-panel-heading
  .panel-heading-left
  .course-lesson-icon {
  line-height: 1;
  margin-right: 15px;
  font-weight: 300;
}
.course-section
  .panel-group
  .course-panel-heading
  .panel-heading-left
  .course-lesson-icon
  i {
  color: #d4d9dd;
  font-size: 20px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.course-section
  .panel-group
  .course-panel-heading
  .panel-heading-left
  .title
  h4 {
  font-size: 16px;
  margin: 0 0 8px;
}
.course-section
  .panel-group
  .course-panel-heading
  .panel-heading-left
  .title
  > p {
  font-size: 14px;
  color: #adb5bd;
  margin: 0;
  line-height: 1;
}
.course-section
  .panel-group
  .course-panel-heading
  .panel-heading-left
  .badge-item {
  background-color: #e9ecef;
  padding: 2px 6px;
  display: inline-block;
  font-size: 12px;
  border-radius: 2px;
  margin-left: 6px;
  line-height: 1.2;
  text-transform: capitalize;
}
.course-section
  .panel-group
  .course-panel-heading
  .panel-heading-left
  .badge-item.video {
  background-color: #65bded;
  color: #fff;
}
.course-section
  .panel-group
  .course-panel-heading
  .panel-heading-left
  .badge-item.quiz {
  background-color: #bd83ef;
  color: #fff;
}
.course-section
  .panel-group
  .course-panel-heading
  .panel-heading-left
  .badge-item.lecture {
  background-color: #68e8b7;
  color: #fff;
}
.course-section
  .panel-group
  .course-panel-heading
  .panel-heading-left
  .badge-item.exam {
  background-color: #e89369;
  color: #fff;
}
.course-section
  .panel-group
  .course-panel-heading
  .panel-heading-left
  .badge-item.practice {
  background-color: #eada68;
  color: #fff;
}
.course-section
  .panel-group
  .course-panel-heading
  .panel-heading-left
  .badge-item.free {
  background-color: #8be669;
  color: #fff;
}
.course-section .panel-group .course-panel-heading .panel-heading-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.course-section .panel-group .course-panel-heading .private-lesson {
  margin-left: 6px;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .course-section .panel-group .course-panel-heading .private-lesson i {
    margin-right: 0 !important;
  }
  .course-section .panel-group .course-panel-heading .private-lesson span {
    display: none;
  }
}
.course-section .panel-group .course-panel-heading .preview-button {
  background-color: #1e83f0;
  color: #fff;
  border-radius: 30px;
}
@media (max-width: 767.98px) {
  .course-section .panel-group .course-panel-heading .preview-button {
    display: block;
    font-size: 0 !important;
    padding: 5px 7px 0 7px !important;
  }
  .course-section .panel-group .course-panel-heading .preview-button i {
    font-size: 16px !important;
  }
  .course-section .panel-group .course-panel-heading .preview-button i {
    margin-left: 0px !important;
    position: relative;
    top: 2px;
  }
}
.course-section .panel-group .course-panel-heading .private-lesson,
.course-section .panel-group .course-panel-heading .preview-button {
  font-size: 14px;
  line-height: 1.4;
  padding: 6px 10px;
}
.course-section .panel-group .course-panel-heading .private-lesson i,
.course-section .panel-group .course-panel-heading .preview-button i {
  margin-right: 5px;
  font-weight: 300;
}

.course-section .panel-group .panel-content {
  max-height: 0;
  overflow: hidden;
  background-color: #f8f9fa;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.course-section .panel-group .panel-content .panel-content-inner {
  padding: 0 15px 20px 15px;
}

.partners-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.partners-logos .partner-logo-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .partners-logos .partner-logo-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 767.98px) {
  .partners-logos .partner-logo-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.partners-logos .partner-logo-item .partner-logo-inner {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}
.partners-logos .partner-logo-item .partner-logo-inner img {
  max-width: 100%;
  display: inline-block;
}
.partners-logos .partner-logo-item .partner-logo-inner .hover-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  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;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.partners-logos .partner-logo-item .partner-logo-inner .hover-mask:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #1e83f0;
  z-index: 8;
}
.partners-logos
  .partner-logo-item
  .partner-logo-inner
  .hover-mask
  .hover-mask-info {
  position: relative;
  color: #fff;
  line-height: 1;
  z-index: 30;
}
.partners-logos
  .partner-logo-item
  .partner-logo-inner
  .hover-mask
  .hover-mask-info
  a {
  color: #fff;
}
.partners-logos
  .partner-logo-item
  .partner-logo-inner
  .hover-mask
  .hover-mask-info
  h4 {
  color: #fff;
  margin-bottom: 0;
}
.partners-logos
  .partner-logo-item
  .partner-logo-inner
  .hover-mask
  .hover-mask-info
  .desc
  p {
  margin: 5px 0 0 0;
}
.partners-logos .partner-logo-item .partner-logo-inner:hover .hover-mask {
  visibility: visible;
  opacity: 1;
}
.partners-logos .partner-logo-item .partner-logo-inner:hover .hover-mask:after {
  visibility: visible;
  opacity: 0.8;
}
.partners-logos .partner-logo-item.img-hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.partners-logos .partner-logo-item.img-hover:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media (min-width: 992px) {
  .partners-logos.two_cols .partner-logo-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .partners-logos.three_cols .partner-logo-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .partners-logos.four_cols .partner-logo-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .partners-logos.five_cols .partner-logo-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .partners-logos.six_cols .partner-logo-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
.partners-logos.no-gap {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.partners-logos.no-gap .partner-logo-item {
  padding: 0 !important;
}
.partners-logos.with-borders .partner-logo-inner {
  border: 1px solid #e5e5e5;
}
.partners-logos.with-borders.no-gap .partner-logo-inner {
  margin-bottom: -1px;
  margin-right: -1px;
}

.countdown-timer-holder .countdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.countdown-timer-holder .countdown-item .countdown-unit {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}
.countdown-timer-holder .countdown-item .countdown-unit .number,
.countdown-timer-holder .countdown-item .countdown-unit .text {
  display: block;
}
@media (max-width: 767.98px) {
  .countdown-timer-holder .countdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: 0;
    margin-right: 0;
  }
  .countdown-timer-holder .countdown-item .countdown-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
  .countdown-timer-holder .countdown-item .countdown-unit {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.countdown-timer-holder.left .countdown-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.countdown-timer-holder.left .countdown-item .countdown-unit:first-child {
  margin-left: 0;
}

.countdown-timer-holder.center .countdown-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.countdown-timer-holder.right .countdown-item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.countdown-timer-holder.right .countdown-item .countdown-unit:last-child {
  margin-right: 0;
}

.countdown-timer-holder.medium .countdown-unit .number {
  font-size: 38px;
  font-weight: 300;
  letter-spacing: -2px;
}
@media (max-width: 767.98px) {
  .countdown-timer-holder.medium .countdown-unit .number {
    font-size: 24px;
    letter-spacing: -1px;
  }
}

.countdown-timer-holder.large .countdown-unit .number {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -2px;
}
@media (max-width: 767.98px) {
  .countdown-timer-holder.large .countdown-unit .number {
    font-size: 24px;
    letter-spacing: -1px;
  }
}

.countdown-timer-holder.standard .countdown-unit {
  min-width: 100px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.countdown-timer-holder.standard .countdown-unit .number {
  color: #f9a134;
  padding: 25px 15px;
  border-bottom: 1px solid #efefef;
}
.countdown-timer-holder.standard .countdown-unit .text {
  line-height: 1;
  padding: 8px 15px;
}

.countdown-timer-holder.transparent .countdown-unit {
  min-width: 100px;
  background-color: rgba(108, 117, 125, 0.1);
  line-height: 1;
  border-radius: 4px;
  padding: 25px 20px;
}
.countdown-timer-holder.transparent .countdown-unit .number {
  margin-bottom: 10px;
}

.countdown-timer-holder.transparent.light .countdown-unit {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/*--------------------------------------------------------------
6.0 Pages
--------------------------------------------------------------*/
/*
Blog Main Loop
 */
.blog-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.blog-archive .blog-main-loop {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .blog-archive.has-sidebar .blog-main-loop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
  }
}
@media (min-width: 768px) {
  .blog-archive.sidebar-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

/*
Sidebar Holder
 */
.main-sidebar-holder {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .main-sidebar-holder {
    -webkit-box-flex: 0;
    /*-ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;*/
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
}

/*
Blog Post Styles
 */
.blog-loop-inner .portfolio {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-loop-inner .portfolio .post-meta.post-category {
  display: none;
}

.blog-loop-inner .post,
.blog-loop-inner .portfolio {
  position: relative;
  margin-bottom: 1.75rem;
  z-index: 10;
}
.blog-loop-inner .post .post-thumbnail img,
.blog-loop-inner .portfolio .post-thumbnail img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.blog-loop-inner .post .entry-content,
.blog-loop-inner .portfolio .entry-content {
  overflow: hidden;
}
.blog-loop-inner .post .the-excerpt,
.blog-loop-inner .portfolio .the-excerpt {
  margin-bottom: 15px;
}
.blog-loop-inner .post .the-excerpt p:last-child,
.blog-loop-inner .portfolio .the-excerpt p:last-child {
  margin-bottom: 0;
}
.blog-loop-inner .post .post-inner,
.blog-loop-inner .portfolio .post-inner {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*.single-post .blog-loop-inner .post .post-inner, .single-post
    .blog-loop-inner .portfolio .post-inner {
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }*/
.blog-loop-inner .post .post-inner .post-content,
.blog-loop-inner .portfolio .post-inner .post-content {
  padding: 0.5rem 1.6rem 1.75rem;
  overflow: hidden;
}
.blog-loop-inner .post .post-inner .post-content .entry-title,
.blog-loop-inner .portfolio .post-inner .post-content .entry-title {
  margin-top: 5px;
}
.blog-loop-inner .post.sticky .entry-title a,
.blog-loop-inner .portfolio.sticky .entry-title a {
  color: #1e83f0;
  border-bottom: 1px solid #1e83f0;
  display: inline-block;
}
.blog-loop-inner .post .post-meta,
.blog-loop-inner .portfolio .post-meta {
  display: inline-block;
  font-size: 14px;
  padding-right: 24px;
  color: #8f8f8f;
}
.blog-loop-inner .post .post-meta a,
.blog-loop-inner .portfolio .post-meta a {
  color: #8f8f8f;
}
.blog-loop-inner .post .post-meta a:hover,
.blog-loop-inner .portfolio .post-meta a:hover {
  color: #666;
}
.blog-loop-inner .post .post-meta i,
.blog-loop-inner .portfolio .post-meta i {
  color: #f9a134;
  margin-right: 8px;
}
.blog-loop-inner .post:hover .post-inner,
.blog-loop-inner .post.sticky .post-inner,
.blog-loop-inner .portfolio:hover .post-inner,
.blog-loop-inner .portfolio.sticky .post-inner {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.blog-loop-inner.post-single > .post .post-inner {
  padding: 1.875rem;
}
.blog-loop-inner.post-single > .post .post-inner .entry-header,
.blog-loop-inner.post-single > .post .post-inner .post-thumbnail {
  padding-bottom: 1.875rem;
}
.blog-loop-inner.post-single > .post .post-inner .post-thumbnail {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
.blog-loop-inner.post-single > .post .post-inner .entry-tag-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-loop-inner.post-single > .post .post-inner .entry-tag-share .post-tags {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .blog-loop-inner.post-single > .post .post-inner .entry-tag-share {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .blog-loop-view-grid.four-columns .post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .blog-loop-view-grid.three-columns .post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .blog-loop-view-grid.two-columns .post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.blog-loop-view-list .post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.blog-loop-view-list .post-inner .post-thumbnail {
  max-width: 40%;
  min-width: 40%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.blog-loop-view-list .post-inner .post-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .blog-loop-view-list .post-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-loop-view-list .post-inner .post-thumbnail {
    max-width: 100%;
    min-width: 100%;
  }
}

.blog-loop-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.blog-loop-inner .post {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.post-author-box {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.post-author-box .avatar {
  max-width: 100%;
  width: 110px;
  height: auto;
  border-radius: 50%;
  margin-right: 24px;
  border: 3px solid #e5e5e5;
}
.post-author-box .author-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.post-author-box .author-content p {
  margin-bottom: 20px;
}

.post-tags a[rel="tag"] {
  padding: 4px 8px;
  line-height: 1.2;
  display: inline-block;
  background-color: #e9ecef;
  border-radius: 2px;
  margin-left: 4px;
}

.page-pagination {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-pagination .page-links-title {
  font-weight: 600;
  margin-right: 20px;
}
.page-pagination span {
  position: relative;
  display: inline-block;
  min-width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.page-pagination > span {
  background-color: #f9a134;
  color: #fff;
}
.page-pagination a span,
.page-pagination a:hover span {
  background-color: #efefef;
}

.post-password-form label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0;
}

.post-password-form input[type="submit"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 42px;
  border-radius: 2px;
}

.post-password-form input[type="password"] {
  display: block;
  max-width: 100%;
  width: 200px;
  margin: 0 10px;
}

@media (max-width: 767.98px) {
  .post-password-form label {
    display: block;
  }
  .post-password-form input[type="password"] {
    width: 100%;
    margin: 10px 0 15px 0;
  }
}

.search-results-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.search-results-wrapper .search-results-main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .search-results-wrapper .search-results-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
.search-results-wrapper .search-results-main .search-result-box {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 1.75rem;
  margin-bottom: 1.75rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-results-wrapper
  .search-results-main
  .search-result-box
  .result-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
}
.search-results-wrapper
  .search-results-main
  .search-result-box
  .result-thumbnail
  a {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
}
.search-results-wrapper
  .search-results-main
  .search-result-box
  .search-content {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.archive-event {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .archive-event {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
  }
}

/* Event Item List */
.studiare-event-item {
  margin-bottom: 30px;
}
.studiare-event-item .studiare-event-item-holder {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 1.75rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.studiare-event-item .studiare-event-item-holder .event-inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.studiare-event-item
  .studiare-event-item-holder
  .event-inner-content
  .top-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.studiare-event-item
  .studiare-event-item-holder
  .event-inner-content
  .event-thumbnail {
  position: relative;
  max-width: 25%;
  min-width: 25%;
  background-color: #e9ecef;
  margin-left: 30px;
  overflow: hidden;
}
.studiare-event-item
  .studiare-event-item-holder
  .event-inner-content
  .event-thumbnail
  img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.studiare-event-item
  .studiare-event-item-holder
  .event-inner-content
  .date-holder {
  margin-right: 24px;
}
.studiare-event-item
  .studiare-event-item-holder
  .event-inner-content
  .date-holder
  .date {
  position: relative;
  width: 80px;
  height: 80px;
  border: 2px solid #f9a134;
  border-radius: 4px;
  color: #495057;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.studiare-event-item
  .studiare-event-item-holder
  .event-inner-content
  .date-holder
  .date:before,
.studiare-event-item
  .studiare-event-item-holder
  .event-inner-content
  .date-holder
  .date:after {
  content: "";
  position: absolute;
  top: -7px;
  width: 2px;
  height: 14px;
  border-radius: 2px;
  background-color: #f9a134;
}
.studiare-event-item
  .studiare-event-item-holder
  .event-inner-content
  .date-holder
  .date:before {
  left: 12px;
}
.studiare-event-item
  .studiare-event-item-holder
  .event-inner-content
  .date-holder
  .date:after {
  right: 12px;
}
.studiare-event-item
  .studiare-event-item-holder
  .event-inner-content
  .date-holder
  .date
  .date-day {
  font-size: 30px;
}
.studiare-event-item
  .studiare-event-item-holder
  .event-inner-content
  .date-holder
  .date
  .date-month {
  font-size: 14px;
}
.studiare-event-item .studiare-event-item-holder .event-inner-content .title {
  margin-bottom: 0;
}
.studiare-event-item
  .studiare-event-item-holder
  .event-inner-content
  .event-meta {
  margin-bottom: 8px;
}
.studiare-event-item
  .studiare-event-item-holder
  .event-inner-content
  .event-meta
  .event-meta-piece {
  font-size: 14px;
  padding-right: 15px;
  color: #8f8f8f;
}
.studiare-event-item
  .studiare-event-item-holder
  .event-inner-content
  .event-meta
  .event-meta-piece
  i {
  font-size: 18px;
  margin-right: 8px;
  color: #f9a134;
}
@media (max-width: 991.98px) {
  .studiare-event-item .studiare-event-item-holder .event-inner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .studiare-event-item
    .studiare-event-item-holder
    .event-inner-content
    .event-thumbnail {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.studiare-event-item:hover .studiare-event-item-holder {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

/* Event Single Layout */
.event-single-main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .event-single-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.event-single-side {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .event-single-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.event-single-side .event-single-side-inner {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 1.75rem;
}
.event-single-side .entry-register a {
  margin: 0;
}
.event-single-side .entry-register p:last-of-type {
  margin-bottom: 0;
}
.event-single-side .event-info {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.event-single-side .event-info li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
}
.event-single-side a.event_register_submit {
  width: 100%;
  font-family: inherit;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
}

/* Event Single Stylize */
.event-single-main .event-single-top {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}
.event-single-main .event-single-top .title-holder {
  padding: 1.75rem;
}
.event-single-main .event-single-top .title-holder .title {
  margin-bottom: 0;
}

.event-single-main .entry-thumbnail img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.event-single-main .event-meta-info {
  background-color: #343a40;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
}
.event-single-main .event-meta-info .box-content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) {
  .event-single-main .event-meta-info .box-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.event-single-main .event-meta-info .box-content .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.75rem;
  font-size: 0.875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}
.event-single-main .event-meta-info .box-content .inner:before {
  content: "";
  background-color: transparent;
  position: absolute;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.event-single-main .event-meta-info .box-content.end-time .inner:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.event-single-main .event-meta-info .box-content.address .inner:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.event-single-main .event-meta-info .box-content .label {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.6);
}
.event-single-main .event-meta-info .box-content p {
  margin-bottom: 0;
}
.event-single-main .event-meta-info .box-content .icon {
  margin-left: 20px;
  color: #f9a134;
  font-size: 34px;
}

.event-single-main .event-single-description {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 1.75rem;
}
@media (max-width: 991.98px) {
  .event-single-main .event-single-description {
    margin-bottom: 20px;
  }
}

.event_register_submit {
  width: 100%;
  font-family: inherit;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
}

#event-lightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
}
@media (min-width: 576px) {
  #event-lightbox {
    max-width: 500px;
    margin: 10vh auto 0 auto;
    padding: 60px;
  }
}
@media (max-width: 767.98px) {
  #event-lightbox {
    width: 100%;
  }
}

.tp-event-notice.error {
  background-color: #e0717c;
  border: none;
  color: #fff;
}

.tp_event_counter {
  background-color: transparent;
  border: none;
  padding: 20px 0 0 0;
}

.countdown-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.countdown-section {
  padding: 0 10px 0 0;
}
.countdown-section:last-child {
  padding: 0;
}

.countdown-amount {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #e5e5e5;
  display: block;
  width: 100%;
  height: auto;
  font-size: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #f9a134;
}

.countdown-period {
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #e5e5e5;
  border-top: none;
  font-size: 14px;
  padding: 2px;
}

.portfolio-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.portfolio-archive .portfolio-items-holder {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .portfolio-archive:not(.no-sidebar) .portfolio-items-holder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .portfolio-archive.left-sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .portfolio-archive .main-sidebar-holder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* Portfolio Categories */
.portfolio-controls .control:focus {
  outline: none;
}

/* Portfolio Items */
.portfolio-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.portfolio-holder .portfolio-entry {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .portfolio-holder.portfolio-six-col .portfolio-entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .portfolio-holder.portfolio-five-col .portfolio-entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .portfolio-holder.portfolio-four-col .portfolio-entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .portfolio-holder.portfolio-three-col .portfolio-entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .portfolio-holder.portfolio-two-col .portfolio-entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Portfolio Entry */
.portfolio-entry {
  margin-bottom: 30px;
}
.portfolio-entry .portfolio-entry-inner {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-entry .portfolio-entry-thumb {
  position: relative;
}
.portfolio-entry .portfolio-entry-thumb img {
  width: 100%;
}
.portfolio-entry .portfolio-entry-thumb .portfolio-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 10;
}
.portfolio-entry .portfolio-entry-thumb .overlay-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1e83f0;
  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;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
.portfolio-entry .portfolio-entry-thumb .overlay-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.portfolio-entry .portfolio-entry-thumb:hover .overlay-icon {
  opacity: 0.8;
}
.portfolio-entry .portfolio-infos {
  padding: 24px;
  line-height: 1;
}
.portfolio-entry .portfolio-infos .portfolio-entry-title {
  margin-bottom: 10px;
}
.portfolio-entry .portfolio-entry-terms {
  font-size: 14px;
  padding-right: 25px;
  color: #8f8f8f;
}
.portfolio-entry:hover .portfolio-entry-inner {
  -webkit-box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.25);
}

/* Portfolio Single */
.portfolio-single-wrapper .post-nav {
  margin-bottom: 0;
}

.portfolio-list-cat {
  margin-bottom: 20px;
}
.portfolio-list-cat ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.portfolio-list-cat ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.portfolio-list-cat ul li a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 10px 16px;
  line-height: 1;
  border-radius: 3px;
}
.portfolio-list-cat ul li a.mixitup-control-active {
  color: #fff;
  border-color: #1e83f0;
  background-color: #1e83f0;
}

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.not-found .not-found-icon-wrapper {
  margin-right: 30px;
}
.not-found .not-found-icon-wrapper .not-found-icon {
  width: 100px;
  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;
  border: 3px solid #e9ecef;
  font-size: 85px;
  border-radius: 50%;
}
.not-found .not-found-icon-wrapper .error-page {
  font-size: 165px;
  font-family: monospace;
  letter-spacing: -25px;
  color: #1e83f0;
  padding-right: 15px;
  line-height: 1;
}
.not-found .not-found-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.not-found .not-found-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .not-found {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.teachers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.teachers-wrapper .teacher-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .teachers-wrapper.two-cols .teacher-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .teachers-wrapper.three-cols .teacher-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .teachers-wrapper.four-cols .teacher-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .teachers-wrapper.five-cols .teacher-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .teachers-wrapper.six-cols .teacher-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

.teacher-item {
  margin-bottom: 30px;
}
.teacher-item .teacher-item-inner {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #495057;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.teacher-item .teacher-item-inner .teacher-bg {
  position: absolute;
  top: 0;
  background-image: url(http://localhost/wpdev/studiare/wp-content/uploads/sites/8/2014/01/spectacles.gif);
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.teacher-item .teacher-item-inner .teacher-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.teacher-item .teacher-item-inner .hover-mask {
  position: absolute;
  padding: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1.3;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.8)),
    to(transparent)
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  color: #fff;
}
.teacher-item .teacher-item-inner .hover-mask .teacher-name {
  margin-bottom: 0;
}
.teacher-item .teacher-item-inner .hover-mask .teacher-role {
  display: block;
  margin-top: 5px;
}
.teacher-item .teacher-item-inner .hover-mask a {
  color: #fff;
}
.teacher-item .teacher-item-inner:hover {
  -webkit-box-shadow: 0 24px 50px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 50px 3px rgba(0, 0, 0, 0.2);
}
.teacher-item .teacher-item-inner:hover .teacher-bg {
  opacity: 0.7;
}

.teacher-single-details .teacher-single-thumbnail {
  position: relative;
  /*  overflow: hidden;*/
  border-radius: 4px;
}
.teacher-single-details .teacher-single-thumbnail img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.teacher-single-details .teacher-single-thumbnail .teacher-single-socials {
  background-color: #fff;
  padding: 15px 20px;
  text-align: center;
  /*border: 1px solid #e5e5e5;*/
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/*--------------------------------------------------------------
7.0 WooCommerce
--------------------------------------------------------------*/
/* WooCommerce Layout */
.course-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.course-main-wrapper.shop-sidebar-left .course-wrapper-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.course-wrapper-inner .courses-holder {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .course-main-wrapper.has-sidebar .course-wrapper-inner .courses-holder {
    -webkit-box-flex: 0;
    /*-ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;*/
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
  }
}

/* Courses Holder */
.courses-holder .courses-top-bar {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 1.875rem;
  padding: 1rem 1.25rem;
}
.courses-holder .courses-top-bar .courses-top-bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.courses-holder .courses-top-bar .courses-top-bar-inner .courses-top-bar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.courses-holder
  .courses-top-bar
  .courses-top-bar-inner
  .courses-top-bar-left
  .woocommerce-result-count {
  margin-bottom: 0;
}
.courses-holder .courses-top-bar .layout-switcher {
  margin-right: 1rem;
}
@media (max-width: 767.98px) {
  .courses-holder .courses-top-bar .layout-switcher {
    display: none;
  }
}
.courses-holder .courses-top-bar .layout-switcher > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 0.5rem 0.625rem;
  margin-right: 0.3125rem;
}
.courses-holder .courses-top-bar .layout-switcher > a.active {
  background-color: #1e83f0;
  border-color: #1e83f0;
}
.courses-holder .courses-top-bar .layout-switcher > a.active svg {
  fill: #fff;
}
.courses-holder .courses-top-bar .layout-switcher > a svg {
  fill: #495057;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.products .course-item {
  margin-bottom: 1.875rem;
}
.products .course-item .course-item-inner {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products .course-item .course-item-inner .course-thumbnail-holder img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.products
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-main {
  padding: 20px 20px 20px 25px;
  overflow: hidden;
}
.products
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-main
  .course-title {
  font-size: 18px;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
  min-height: 44px;
}
.products
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-main
  .course-rating-teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.products
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-main
  .course-rating-teacher
  .star-rating {
  font-size: 0.8125rem;
}
.products
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-main
  .course-rating-teacher
  .star-rating
  .rating {
  background-color: #8bca48;
  color: #fff;
  padding: 3px 6px;
  margin-right: 8px;
  border-radius: 4px;
}
.products
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-main
  .course-rating-teacher
  .star-rating
  .votes-number {
  color: #adb5bd;
  margin-right: 10px;
}
.products
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-main
  .course-rating-teacher
  .star-rating.no-ratings
  .votes-number {
  display: none;
}
.products
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-main
  .course-rating-teacher
  .course-loop-teacher {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.8125rem;
  color: #1e83f0;
}
.products
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-main
  .course-rating-teacher
  .course-loop-teacher:hover {
  color: #6c757d;
}
/* .products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher .course-loop-teacher:before {
              content: '';
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -ms-flex-item-align: center;
              align-self: center;
              margin-right: 10px;
              width: 1px;
              height: 18px;
              background-color: #e9ecef; }*/
.products
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-main
  .course-description {
  margin-top: 10px;
  font-size: 0.875rem;
}
.products
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-main
  .course-description
  p {
  margin-bottom: 0;
}
.products
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-bottom,
.course-content-mid {
  border-top: 1px solid #e5e5e5;
  padding: 10px 20px;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.course-content-mid {
  display: block;
  text-align: center;
}
.products
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-bottom
  .course-students {
  color: #6c757d;
}
.products
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-bottom
  .course-students
  i {
  margin-right: 8px;
}
.products
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-bottom
  .course-price {
  color: #f9a134;
}
.products
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-bottom
  .course-price
  .price-sale {
  color: #8bca48;
}
.products .course-item:hover .course-item-inner {
  -webkit-box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -5px 5px 20px rgba(202, 202, 202, 0.25);
  box-shadow: -5px 5px 20px rgba(202, 202, 202, 0.25);
}
.products.list-view .course-item .course-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.products.list-view .course-item .course-item-inner .course-thumbnail-holder {
  max-width: 40%;
  min-width: 40%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  z-index: 2;
}
.products.list-view .course-item .course-item-inner .course-content-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.products.list-view
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .products.list-view .course-item .course-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .products.list-view .course-item .course-item-inner .course-thumbnail-holder {
    max-width: 100%;
    width: 100%;
  }
}
.products .course-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .products.grid-view.courses-2-columns .course-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .products.grid-view.courses-3-columns .course-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .products.grid-view.courses-3-columns .course-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 768px) {
  .products.grid-view.courses-4-columns .course-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .products.grid-view.courses-4-columns .course-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.products.grid-view .course-item .course-description {
  display: none;
}
.products .no-product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.inner-box {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 30px;
}

.woocommerce-checkout .woocommerce-info {
  margin-bottom: 15px;
}

.checkout_coupon,
.woocommerce-checkout .login {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 1.25rem;
  max-width: 420px;
}

.checkout_coupon {
  text-align: center;
}

/* WooCommerce Layout */
.woocommerce-Message,
.woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #6dd09d;
  color: #fff;
  line-height: 1.5;
  list-style-type: none;
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
}
.woocommerce-Message:before,
.woocommerce-message:before {
  font-family: "Font Awesome 5 Pro";
  text-transform: none;
  line-height: 1;
  content: "\f058";
  font-size: 24px;
  margin-right: 11px;
}
.woocommerce-Message .button,
.woocommerce-Message a,
.woocommerce-message .button,
.woocommerce-message a {
  background: none;
  color: #fff !important;
  display: inline;
  width: auto;
  line-height: 19px;
  border-bottom: 1px solid;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.woocommerce-Message .button,
.woocommerce-message .button {
  border-bottom: 2px solid;
  position: absolute;
  right: 32px;
}

.woocommerce > .woocommerce-error {
  background-color: #de7878;
  color: #fff;
  line-height: 1.5;
  list-style-type: none;
  position: relative;
  margin: 0 0 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce > .woocommerce-error:before {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  text-transform: none;
  line-height: 1;
  content: "\f071";
  font-size: 24px;
  margin-right: 11px;
  top: -3px;
}
.woocommerce > .woocommerce-error li {
  margin-bottom: 0;
  line-height: 19px;
  width: 100%;
}
.woocommerce > .woocommerce-error li a {
  background: none;
  color: #fff;
  display: inline;
  width: auto;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  line-height: 19px;
  padding: 0;
  border-bottom: 2px solid;
  position: absolute;
  right: 32px;
}

/* Shop Table */
.shop_table {
  width: 100%;
  margin-bottom: 30px;
}
.shop_table tr .product-quantity,
.shop_table tr .amount {
  font-weight: normal;
}
.shop_table tr td {
  font-size: 15px;
}
.shop_table th.product-thumbnail {
  width: 10px;
}
.shop_table th.product-remove {
  width: 30px;
}
.shop_table thead {
  text-align: left;
}
.shop_table thead tr {
  border-bottom: 1px solid #eaeaea;
}
.shop_table thead tr th {
  color: #7f7e83;
  font-weight: 400;
  padding: 0 5px 10px;
}
@media (min-width: 768px) {
  .shop_table thead tr th {
    padding: 0 13px 10px;
  }
}
@media (max-width: 991.98px) {
  .shop_table thead tr th.product-thumbnail {
    display: none;
  }
}
.shop_table tbody tr {
  border-bottom: 1px solid #eaeaea;
}
.shop_table tbody tr th {
  font-weight: normal;
}
.shop_table tbody tr td {
  padding: 10px 5px;
}
@media (min-width: 768px) {
  .shop_table tbody tr td {
    padding: 30px 13px;
  }
}
.woocommerce-checkout .shop_table tbody tr td,
.cart_totals .shop_table tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.shop_table tbody tr:last-child {
  border: 0;
}
.shop_table tbody .product-thumbnail img {
  max-width: 80px;
}
@media (max-width: 991.98px) {
  .shop_table tbody .product-thumbnail.product-thumbnail {
    display: none;
  }
}
.shop_table .actions {
  padding-left: 0;
  padding-right: 0;
}
.shop_table .actions .footer_coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .shop_table .actions .footer_coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .shop_table .actions .footer_coupon .coupon {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .shop_table .actions .footer_coupon .coupon .box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.shop_table .actions .footer_coupon .coupon .form-control {
  vertical-align: top;
}
@media (min-width: 768px) {
  .shop_table .actions .footer_coupon .coupon .form-control {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;
  }
}
.shop_table .actions .footer_coupon .button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shop_table tfoot tr {
  border-bottom: 1px solid #eaeaea;
  text-align: left;
}
.shop_table tfoot th {
  padding-left: 25px;
}
.woocommerce-checkout .shop_table tfoot th {
  padding-left: 15px;
}
.shop_table tfoot td {
  padding: 15px 5px;
}
@media (min-width: 576px) {
  .shop_table tfoot td {
    padding: 15px 13px;
  }
}
.shop_table tfoot:last-child {
  border: 0;
}

/* WooCommerce Mini Cart */
.widget_shopping_cart .product_list_widget {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  text-align: left;
}
.widget_shopping_cart .product_list_widget .mini_cart_item {
  padding: 20px;
}

.widget_shopping_cart .mini_cart_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget_shopping_cart .mini_cart_item .remove {
  color: #adb5bd !important;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 12;
}

.widget_shopping_cart .cart-item-image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.widget_shopping_cart .cart-item-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 20px;
}

.widget_shopping_cart .quantity {
  color: #adb5bd;
  font-size: 13px;
  display: block;
}

.product_list_widget > li {
  border-bottom: 1px solid #e5e5e5;
}
.product_list_widget > li:last-child {
  border-bottom: none;
}
.product_list_widget > li img {
  max-width: 65px;
  min-width: 65px;
  height: auto;
  -webkit-box-shadow: 0 0 0 1px #e1e1e1;
  box-shadow: 0 0 0 1px #e1e1e1;
}

/* WooCommerce Page Cart */
.cart-page-inner .woocommerce-cart-holder {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .cart-page-inner .woocommerce-cart-holder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.cart-page-inner .cart-collaterals {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .cart-page-inner .cart-collaterals {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.cart-page-inner .woocommerce-cart-form,
.cart-page-inner .cart-collaterals-inner {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px;
}

.cart-page-inner .woocommerce-cart-form .shop_table {
  margin-bottom: 0;
}

.cart-page-inner
  .woocommerce-cart-form
  tr.cart_item
  .product-quantity
  .quantity {
  width: 56px;
}
.cart-page-inner
  .woocommerce-cart-form
  tr.cart_item
  .product-quantity
  .quantity
  .input-text {
  border: 0;
  border-bottom: 2px solid #e5e5e5;
}

.cart-page-inner .woocommerce-cart-form td.actions {
  position: relative;
  padding-top: 30px;
  padding-bottom: 0;
}
.cart-page-inner .woocommerce-cart-form td.actions .coupon {
  position: relative;
  margin-bottom: 20px;
}
.cart-page-inner .woocommerce-cart-form td.actions .coupon label {
  display: none;
}
.cart-page-inner .woocommerce-cart-form td.actions .coupon .input-text {
  width: 100%;
  line-height: 47px;
  padding: 0 15px;
}
.cart-page-inner .woocommerce-cart-form td.actions .coupon:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cart-page-inner .woocommerce-cart-form td.actions .coupon .button {
  position: absolute;
  top: 4px;
  right: 0;
  /* opacity: 0 !important;
      width: 60px; */
}

@media (min-width: 768px) {
  .cart-page-inner .woocommerce-cart-form .coupon {
    width: 50%;
    margin-bottom: 0;
  }
  .cart-page-inner .woocommerce-cart-form .button_update_cart {
    position: absolute;
    top: 30px;
    right: 0;
  }
}

.cart-collaterals .shop_table tr th {
  vertical-align: baseline;
  padding-right: 50px;
  width: 60px;
}

.cart-collaterals .shop_table tr.shipping #shipping_method {
  margin: 0;
  list-style-type: none;
}

.cart-collaterals .shop_table tr.shipping td {
  padding-left: 0;
  padding-right: 0;
}

.cart-collaterals .shop_table tr.shipping .shipping-title {
  color: #495057;
  margin-bottom: 10px;
}

.cart-collaterals .shop_table tr.shipping .button {
  display: block;
  width: 100%;
}

.cart-collaterals .checkout-button {
  display: block;
}

.woocommerce-checkout-main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .woocommerce-checkout-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.woocommerce-checkout-side {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .woocommerce-checkout-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.woocommerce-checkout-review-order .shop_table tr th {
  vertical-align: baseline;
}
.woocommerce-checkout-review-order .shop_table tr th:last-child {
  padding-right: 0;
}
.woocommerce-checkout-review-order .shop_table tr th:first-child {
  padding-left: 0;
}

.woocommerce-checkout-review-order .shop_table tr td:last-child {
  padding-right: 0;
}

.woocommerce-checkout-review-order .shop_table tr td:first-child {
  padding-left: 0;
}

.woocommerce-checkout-review-order .shop_table tr.shipping td {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-checkout-review-order .shop_table tr.shipping .shipping-title {
  color: #495057;
  margin-bottom: 10px;
}

.woocommerce-checkout-review-order .shop_table tr.shipping #shipping_method {
  margin: 0;
  list-style-type: none;
}

.woocommerce-checkout-review-order .shop_table .order-total .amount {
  color: #495057;
  font-size: 24px;
}

.woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.woocommerce-billing-fields__field-wrapper .form-row {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .woocommerce-billing-fields__field-wrapper .form-row-first,
  .woocommerce-billing-fields__field-wrapper .form-row-last {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.woocommerce-checkout-payment .payment_methods {
  margin: 0;
  list-style-type: none;
}
.woocommerce-checkout-payment .payment_methods .payment_box {
  background-color: #f7f7f7;
  border-radius: 2px;
  padding: 10px;
  font-size: 12px;
  margin: 10px 0;
}
.woocommerce-checkout-payment .payment_methods .payment_box p:last-child {
  margin: 0;
}
.woocommerce-checkout-payment .payment_methods .payment_method_paypal {
  position: relative;
}
.woocommerce-checkout-payment .payment_methods .payment_method_paypal img {
  display: none;
}
.woocommerce-checkout-payment
  .payment_methods
  .payment_method_paypal
  .about_paypal {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.woocommerce-checkout-payment .place-order .button {
  width: 100%;
  display: block;
  margin-top: 20px;
}

#ship-to-different-address {
  margin-bottom: 10px;
}

#customer_details .woocommerce-shipping-fields h3 {
  padding-top: 20px;
  margin-bottom: 25px;
}

.product-single-main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .product-single-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
.product-single-main .product-single-top-part {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}
.product-single-main .product-single-top-part .product-info-before-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
}
@media (max-width: 600px) {
  .course-item-inner .sc-buttons-sq-sw .woosq-btn,
  .course-item-inner .sc-buttons-sq-sw .woosw-btn {
    transform: translateY(0%) !important;
    opacity: 1;
  }
  .owl-carousel {
    margin-bottom: 15px;
  }

  .owl-nav {
    position: unset !important;
    transform: none !important;
    box-shadow: 0 0 0 !important;
    background: transparent !important;
    padding: 0 !important;
  }
  .owl-carousel {
    position: relative;
  }
  .owl-next,
  .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: white;
    box-shadow: 0 0 13px #d0d0d0;
    text-align: center;
    border-radius: 100%;

    /* padding: 18px !important;
    width: 66px;
    height: 66px;
    font-size: 30px; */

    padding: 14px !important;
    width: 51px;
    height: 51px;
    font-size: 24px;
  }
  .owl-next {
    right: auto !important;
    left: -10px;
    display: flex;
  }
  .owl-prev {
    right: -10px;
    left: auto;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .product-single-main .product-single-top-part .product-info-before-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 20px;
  }
  .product-single-main
    .product-single-top-part
    .product-info-before-gallery
    .before-gallery-unit {
    border: none;
    padding: 10px;
  }
}
.product-single-main .product-single-top-part .before-gallery-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e5e5e5;
  padding-right: 20px;
  margin-right: 20px;
}
.product-single-main .product-single-top-part .before-gallery-unit:last-child {
  padding-right: 0;
  border-right: none;
}
.product-single-main .product-single-top-part .before-gallery-unit .icon {
  margin-right: 15px;
  font-size: 24px;
  color: #1e83f0;
}
.product-single-main .product-single-top-part .before-gallery-unit .info {
  line-height: 1.5;
}
.product-single-main
  .product-single-top-part
  .before-gallery-unit
  .info
  .label {
  color: #ced4da;
}
.product-single-main
  .product-single-top-part
  .before-gallery-unit
  .info
  .value
  a
  span {
  margin: 0 8px;
}
.product-single-main
  .product-single-top-part
  .before-gallery-unit
  .info
  .value
  a:last-child
  span {
  display: none;
}
.product-single-main
  .product-single-top-part
  .before-gallery-unit
  .star-rating
  .rating {
  background-color: #8bca48;
  color: #fff;
  padding: 3px 6px;
  margin-right: 8px;
  border-radius: 4px;
}
.product-single-main .product-image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .product-single-main .product-single-meta-inside {
    display: none;
  }
}

.course-single-gallery .product-image-wrapper {
  position: relative;
}
.course-single-gallery .product-image-wrapper .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.course-single-gallery .product-image-wrapper .video-button .cdb-video-icon {
  /*background-color: rgba(61, 61, 61, 0.6);
      width: 90px;
      height: 90px;*/
  border: 0;
}
/*.course-single-gallery .product-image-wrapper .video-button .cdb-video-icon:before {
        border-width: 15px 0 15px 20px;
        left: 44px;
        margin: -14px 0 0 -7px; }
      .course-single-gallery .product-image-wrapper .video-button .cdb-video-icon:hover {
        background-color: #fff; }*/

.product-single-aside {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 991.98px) {
  /* .product-single-aside { display: none; }  */
}
@media (min-width: 992px) {
  .product-single-aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.product-info-box,
.product-single-content,
.product-reviews,
.course-teacher-details {
  background-color: #fff;
  padding: 1.75rem;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}

.product-reviews {
  padding: 0;
}
.product-reviews .product-review-title {
  padding: 0 30px;
  border-bottom: 1px solid #e5e5e5;
}
.product-reviews .product-review-title .inner {
  position: relative;
  font-size: 16px;
  padding: 20px 0;
  margin-bottom: 0;
  display: inline-block;
}
.product-reviews .product-review-title .inner i {
  margin-right: 10px;
}
.product-reviews .product-review-title .inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f9a134;
}

.product-reviews-inner {
  padding: 1.75rem;
}

.product-reviews-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .product-reviews-stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-reviews-stats .rating-subtitle {
  color: #adb5bd;
  margin-bottom: 10px;
}
.product-reviews-stats .detailed-ratings {
  min-width: 60%;
  margin-bottom: 30px;
}
.product-reviews-stats .detailed-ratings .detailed-ratings-inner {
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.product-reviews-stats
  .detailed-ratings
  .detailed-ratings-inner
  .course-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
}
.product-reviews-stats
  .detailed-ratings
  .detailed-ratings-inner
  .course-rating:last-child {
  margin-bottom: 0;
}
.product-reviews-stats
  .detailed-ratings
  .detailed-ratings-inner
  .course-rating
  .number {
  white-space: nowrap;
  margin-right: 15px;
}
.product-reviews-stats
  .detailed-ratings
  .detailed-ratings-inner
  .course-rating
  .bar {
  position: relative;
  background-color: #e9ecef;
  width: 100%;
  height: 12px;
  border-radius: 8px;
  margin-right: 15px;
}
.product-reviews-stats
  .detailed-ratings
  .detailed-ratings-inner
  .course-rating
  .bar
  .bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  border-radius: 8px;
  background-color: #f9a134;
}

.average-rating {
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  .average-rating {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.average-rating .avareage-rating-inner {
  min-width: 180px;
  padding: 42px 30px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-align: center;
}
.average-rating .avareage-rating-inner .average-rating-number {
  font-size: 65px;
  line-height: 65px;
  color: #464749;
}
.average-rating .avareage-rating-inner .average-rating-stars {
  margin-bottom: 10px;
}
.average-rating .avareage-rating-inner .average-rating-stars .star-rating {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 18px;
  margin-top: 10px;
  background-size: 18px;
  background: url("../images/star-empty.svg") left top repeat-x;
}
.average-rating
  .avareage-rating-inner
  .average-rating-stars
  .star-rating
  > span {
  display: block;
  text-indent: -9999px;
  line-height: 1;
  height: 18px;
  background-size: 18px 18px;
  background: url("../images/star-fill.svg") left top repeat-x;
}
.average-rating .avareage-rating-inner .average-rating-stars .price {
  display: none;
}
.average-rating .avareage-rating-inner .average-rating-label {
  color: #adb5bd;
}
.average-rating .detailed-ratings {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product-info-box .price .price-label {
  display: block;
  color: #adb5bd;
}

.product-info-box .price .amount {
  color: #464749;
}

.product-info-box .price > .amount {
  font-size: 26px;
}

.product-info-box .price del {
  margin-right: 8px;
}

.product-info-box .price ins {
  background-color: transparent;
}
.product-info-box .price ins .amount {
  font-size: 26px;
}

.product-info-box .stock {
  display: none;
}

.product-info-box .button {
  width: 100%;
}

.product-info-box .cart .quantity {
  display: none;
}

.product-info-box .product-side-share {
  text-align: center;
}

.product-info-box .post-share {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-meta-info-list {
  display: block;
  margin-top: 30px;
  margin-bottom: 0px;
}
.product-meta-info-list .meta-info-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e9ecef;
  padding-top: 12px;
  padding-bottom: 12px;
}
.product-meta-info-list .meta-info-unit .icon {
  font-size: 16px;
  margin-right: 15px;
  color: #f9a134;
}

.course-teacher-details .top-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -15px;
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*.course-teacher-details .top-part img {
    max-width: 100%;
    width: 80px;
    height: auto;
    border-radius: 50%; }*/
.course-teacher-details .top-part img {
  max-width: 100%;
  width: 80px;
  height: auto;
  position: relative;
  border-radius: 30% 5px 30%;
}
.course-teacher-details .top-part:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #e6e6e6;
  width: 89px;
  height: 80px;
  border-radius: 20% 5px;
  transform: rotate(-12deg);
}
.course-teacher-details .top-part .name {
  line-height: normal;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 20px;
}
.course-teacher-details .top-part .name h6 {
  margin-bottom: 4px;
}
.course-teacher-details .top-part .name .job-title {
  color: #adb5bd;
}

.course-teacher-details .content p {
  margin-bottom: 8px;
}

.related-products {
  margin-top: 10px;
}
.related-products > h2 {
  margin-bottom: 24px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content p:last-of-type {
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0 0 30px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 20px 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:before,
body.woocommerce-account
  ul
  li.woocommerce-MyAccount-navigation-link--purchased-products
  a:before,
.woocommerce-account
  ul
  li.woocommerce-MyAccount-navigation-link--user_comments
  a:before {
  font-family: "Font Awesome 5 Pro";
  margin-right: 8px;
  color: #f9a134;
  display: inline-block;
  font-weight: 300;
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--dashboard:before {
  content: "\f015";
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--orders:before {
  content: "\f543";
}
body.woocommerce-account
  ul
  li.woocommerce-MyAccount-navigation-link--purchased-products
  a:before {
  content: "\f570";
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--downloads:before {
  content: "\f019";
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-address:before {
  content: "\f279";
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-account:before {
  content: "\f007";
}
.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: "\f08b";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  cursor: default;
  pointer-events: none;
  transform: scale(2);
  margin-left: 15px;
  transition: 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #dee2e6;
  display: inline-block;
  margin-left: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  margin-right: 0;
}

.woocommerce-account .u-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.woocommerce-account .u-columns.col2-set > div {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .woocommerce-account .u-columns.col2-set > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.woocommerce-account .login-title {
  margin-bottom: 30px;
}

.woocommerce-account .password-remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.woocommerce-account .woocommerce-Address-title {
  margin: 24px 0;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper,
.woocommerce-account .woocommerce-EditAccountForm {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper input,
.woocommerce-account .woocommerce-EditAccountForm input {
  width: 100%;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper fieldset,
.woocommerce-account .woocommerce-EditAccountForm fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row,
.woocommerce-account .woocommerce-EditAccountForm .form-row {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .woocommerce-account
    .woocommerce-address-fields__field-wrapper
    .form-row-first,
  .woocommerce-account
    .woocommerce-address-fields__field-wrapper
    .form-row-last,
  .woocommerce-account .woocommerce-EditAccountForm .form-row-first,
  .woocommerce-account .woocommerce-EditAccountForm .form-row-last {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.woocommerce-account .woocommerce-address-fields input {
  width: 100%;
}

.woocommerce-form input:not([type="checkbox"]),
.woocommerce-form .button {
  display: block;
  width: 100%;
}

.woocommerce-password-strength {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-top: 14px;
  padding: 5px 12px;
  border-radius: 50px;
  background-color: #f27362;
}
.woocommerce-password-strength.good {
  background-color: #f3b700;
}
.woocommerce-password-strength.strong {
  background-color: #03a678;
}

.woocommerce-password-hint {
  display: block;
  font-size: 13px;
  padding-top: 4px;
}

.box-holder {
  position: relative;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px;
}

.product_list_widget li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.product_list_widget li::after {
  display: block;
  clear: both;
  content: "";
}
.product_list_widget li:last-child {
  padding-bottom: 0;
}
.product_list_widget li .wp-post-image {
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.product_list_widget li a {
  display: block;
  line-height: 1.4;
}
.product_list_widget li .star-rating {
  display: none;
}
.product_list_widget li > .amount {
  color: #f9a134;
}
.product_list_widget li del {
  font-size: 13px;
  color: #adb5bd;
}
.product_list_widget li ins {
  background-color: transparent;
}
.product_list_widget li ins .amount {
  color: #f9a134;
}

/*--------------------------------------------------------------
8.0 Plugins
--------------------------------------------------------------*/
.select2 {
  width: 100% !important;
  padding: 0;
}

.select2-container--default .select2-selection--single {
  padding: 0 12px;
  min-height: 50px;
  line-height: 1.7;
  border-color: #e5e5e5;
  border-radius: 0;
  outline: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.select2-container--default .select2-selection--single:hover {
  border-color: #1e83f0;
  background-color: #1e83f0;
  color: #fff;
}
.select2-container--default
  .select2-selection--single:hover
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent;
}

.select2-container--default .select2-selection--single:focus {
  outline: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
  padding: 12px 0;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-color: #1e83f0;
  background-color: #1e83f0;
  color: #fff;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 5px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-color: transparent;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 12px;
  right: 10px;
}

.select2-dropdown,
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border: none;
  /*-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);*/
  background-color: #ffffff;
  border-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  margin-top: -1px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #4ecdc4;
}

.select2-search--dropdown {
  padding: 4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0;
  border-color: #ccc !important;
}

.select2-results {
  padding: 4px;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 245px;
}

.select2-results__option {
  margin: 0;
  padding: 6px 10px;
}

.select2-results__option:last-child {
  border-bottom: 0 none;
}

.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: #f0f0f0;
  color: inherit;
  outline: 0;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  color: inherit;
  background: #f0f0f0;
  border-radius: 0;
}

.bbp-breadcrumb,
.bbp-search-form {
  display: none;
}

#bbpress-forums ul.bbp-forums {
  border: 0;
  font-size: 100%;
}

.bbpress #bbpress-forums {
  font-size: 100%;
}
.bbpress #bbpress-forums #bbp-search-form {
  margin-bottom: 30px;
}
.bbpress #bbpress-forums #bbp-search-form #bbp_search {
  width: 300px;
}
.bbpress #bbpress-forums ul.odd,
.bbpress #bbpress-forums ul.even {
  background: #fff !important;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.bbpress #bbpress-forums .bbp-header {
  background: #343a40;
  color: #fff;
  padding: 20px 30px;
  line-height: 1.5;
  font-size: 14px;
}
.bbpress #bbpress-forums .bbp-header a {
  color: #fff;
}
.bbpress #bbpress-forums .bbp-reply-header {
  padding: 15px 30px;
}
.bbpress #bbpress-forums li.bbp-body ul {
  padding: 20px 30px !important;
  border-top: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bbpress #bbpress-forums ul.bbp-replies {
  font-size: 15px;
}
.bbpress #bbpress-forums .bbp-template-notice {
  border-radius: 0;
  border: 0;
  padding: 5px 15px;
  line-height: 30px;
  font-size: 13px;
  margin-top: 0;
}
.bbpress #bbpress-forums .bbp-template-notice.info {
  background: #d9edf7;
  color: #31708f;
}
.bbpress #bbpress-forums fieldset.bbp-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
}
.bbpress #bbpress-forums .bbp-forum-info {
  line-height: 1.5;
}
.bbpress #bbpress-forums .bbp-forum-info .bbp-forum-title {
  font-size: 17px;
  font-weight: 500;
}
.bbpress #bbpress-forums .bbp-forum-info .bbp-forum-content {
  font-size: 15px;
}
.bbpress #bbpress-forums .bbp-author-avatar .avatar.avatar-14 {
  display: none;
}
.bbpress #bbpress-forums .bbp-author-name {
  font-size: 15px;
  color: #1e83f0;
}
.bbpress #bbpress-forums .bbp-author-name:hover {
  color: #6c757d;
}
.bbpress #bbpress-forums .bbp-forum-freshness {
  line-height: 1.5;
}
.bbpress #bbpress-forums .bbp-footer {
  background: 0;
  border: 0;
  font-size: 14px;
}
.bbpress #bbpress-forums p.bbp-topic-meta {
  font-size: 15px;
}
.bbpress #bbpress-forums .bbp-topic-title .bbp-topic-permalink {
  font-size: 17px;
}

.bbpress.single-forum #bbpress-forums .bbp-topics {
  font-size: 100%;
  border: 0;
}

.owl-dots {
  padding-top: 8px;
  text-align: center;
  padding-bottom: 10px;
}
.gallery-carousel-inner .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
}
.owl-dots .owl-dot {
  outline: 0 !important;
}
.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 6px;
  border-radius: 50%;
  background-color: rgba(108, 117, 125, 0.25);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.owl-dots .owl-dot.active span {
  background-color: #f9a134;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  font-size: 22px;
  color: #fff;
  background-color: rgba(33, 37, 41, 0.8);
  width: 40px;
  height: 40px;
  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;
  outline: 0 !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
  opacity: 1;
  visibility: visible;
}

.commentlist .review .star-rating {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 18px;
  background-size: 18px;
  background: url(../images/star-empty.svg) left top repeat-x;
}
.commentlist .review .star-rating > span {
  display: block;
  text-indent: -9999px;
  line-height: 1;
  height: 18px;
  background-size: 18px 18px;
  background: url(../images/star-fill.svg) left top repeat-x;
}
.course-lesson-icon i {
  font-weight: 300;
}
a.sc-play-video.fad.fa-play {
  font-size: 4em;
  display: block;
  background: #26a69a;
  padding: 9px 7px 9px 9px;
  border-radius: 1000px;
  height: 80px;
  width: 80px;
  border: 3px solid #ffffff38;
}
@media (max-width: 360px) {
  a.sc-play-video.fad.fa-play {
    font-size: 3.2em;
    padding: 9px 6px 9px 9px;
    border-radius: 1000px;
    height: 70px;
    width: 70px;
    border: 5px solid #ffffff38;
  }
}
[class*="hint--"]:after {
  border-radius: 3px;
}
.product-info-box.sc-amazing-offer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sc-amazing-offer-in i {
  margin-right: 8px;
}
.countdown-timer-holder.standard.cdstdire .countdown-unit {
  border: none;
  min-width: 0;
}
.countdown-timer-holder.cdstdire .countdown-item .countdown-unit {
  margin-right: 5px;
  margin-left: 5px;
  background: none;
}
.countdown-timer-holder.standard.cdstdire .countdown-unit .number {
  padding: 0;
  border-bottom: none;
  color: inherit;
}
.countdown-timer-holder.standard.cdstdire .countdown-unit .text {
  padding: 5px;
}
.product-info-box.sc-amazing-offer {
  background: repeating-linear-gradient(-45deg, #4ecdc4, #54cfc6 41px) fixed;
  color: white;
  /*text-shadow: 0px 0px 5px white;*/
  font-weight: 700;
}
.sc-amazing-offer-discount {
  font-size: 2em;
  background: #564848;
  padding: 20px;
  border-radius: 5px;
}
.teacher-single-details {
  border-radius: 4px;
}
.studi_price_box_layout_02,
.teacher-single-details,
.portfolio-entry .portfolio-entry-inner,
.comment-holder,
.comment-respond,
.single-post .blog-loop-inner .post .post-inner,
.single-post .blog-loop-inner .portfolio .post-inner,
.post-nav,
.sc-single-product-message,
.product-info-box,
.product-single-content,
.product-reviews,
.course-teacher-details,
.product-single-main .product-single-top-part,
.main-sidebar-holder .widget,
.courses-holder .courses-top-bar,
.products .course-item .course-item-inner,
.cart-page-inner .woocommerce-cart-form,
.cart-page-inner .cart-collaterals-inner,
.inner-box,
.studiare-event-item .studiare-event-item-holder,
.blog-loop-inner .post .post-inner,
.blog-loop-inner .portfolio .post-inner,
.event-single-side .event-single-side-inner,
.event-single-main .event-single-description,
.event-single-main .event-single-top,
.cdb-content-box,
.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-content {
  /* box-shadow: -4px 4px 20px #1213122e; */
  border: none;
  border: 1px solid #e5e5e5 !important;
  border-width: 0;
  box-shadow: 0px 2px 10px #12131214;
  border: none;
  border: 0px solid #e5e5e5 !important;
}
.post-nav,
.comment-respond {
  padding: 30px;
  background: white;
  border-radius: 5px;
}
.sc-amazing-offer-final-price {
  font-weight: 700;
  border-bottom: 1px dashed;
  margin: 0 5px;
}
.sc-amazing-offer-final-price-icon {
  margin-right: 8px;
}
.sc-amazing-offer-final-price-icon i {
  color: red;
  font-size: 2em;
}
.sc-single-product-message {
  /*border: 1px solid #FFECB3;*/
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  align-items: center;
  background: repeating-linear-gradient(-45deg, #fff9c4, #ffecb3 28.9px);
  font-weight: 700;
}
@media screen and (max-width: 425px) {
  .site-header .header-button-link a {
    font-size: 0 !important;
    padding: 0 !important;
    margin-right: 10px !important;
    border: 0 !important;
  }
  .woocommerce-account .dropdown-menu-xl.show {
    width: 97%;
    transform: translateY(70px) !important;
  }
  .dropdown-menu-xl.show {
    width: 97%;
    transform: translateY(0) translateX(1.5%) !important;
  }
  .dropdown-menu-xl span.notif_date {
    position: absolute;
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sc-single-product-message,
  .product-info-box.sc-amazing-offer {
    display: block;
  }
  .product-info-box.sc-amazing-offer {
    text-align: center;
  }
  .sc-amazing-offer-discount {
    margin-bottom: 30px;
  }
  .icon.sc-amazing-offer-in {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.icon.sc-amazing-offer-in {
  margin-left: 0px;
}
@media (max-width: 767.98px) {
  .countdown-timer-holder.cdstdire .countdown-item .countdown-col {
    max-width: 25%;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 10px;
  }
}
button.single_add_to_cart_button:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Pro";
  margin-right: 8px;
}
.meta-info-unit .value {
  cursor: help;
}
.woosw-area .woosw-inner .woosw-content {
  max-width: 900px;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid gainsboro;
}
input[type="checkbox"]:checked:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #4caf50;
  margin-right: -2px;
  position: relative;
  top: -2px;
}
ul.woocommerce-error li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f05a";
  margin-right: 10px;
  font-weight: 300;
}
.sc_user_login_page {
  position: relative;
  margin-top: 150px;
  padding: 30px;
  padding-top: 80px;
  background: white;
  border-radius: 15px;
}
.sc_user_login_page:before {
  background: #4ecdc4;
  margin: 0 auto;
  width: 162px;
  height: 162px;
  position: absolute;
  top: -100px;
  content: "\f500";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  color: white;
  text-align: center;
  border-radius: 100%;
  font-size: 5em;
  padding: 70px 0;
  right: 0;
  left: 0;
}
.sc-courseCharacteristics,
.sc_single_navbar {
  box-shadow: -4px 4px 20px #1213122e;
  border: none;
  border-width: 0;
  background: white;
  margin-bottom: 30px;
  border-radius: 5px;
}
.sc-courseCharacteristics {
  padding: 15px;
}
.wpt_widget_content .tab_title a {
  border-left: none !important;
  border-bottom: none !important;
}
.blog-loop-inner .post .post-meta i {
  font-size: 1.3em;
}
.admin-bar .sc_single_navbar {
  top: 33px;
}
.sc-single-download-links {
  display: block;
  text-align: center;
  padding: 7px 15px;
  background: #4ecdc4;
  margin-top: 5px;
  border-radius: 5px;
}
.sc-single-download-links:hover {
  color: white;
}
.sc-single-download-links:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f019";
  margin-right: 5px;
  font-weight: 300;
}
.woosw-btn:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f004";
  font-weight: 300;
}
.woosw-btn.woosw-added:before {
  content: "\f004";
  font-weight: 900;
}
.woosw-content-item--stock,
.woosw-content-item--time {
  display: none !important;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close {
  background: white;
}
a.woosw-btn {
  display: block;
  margin-top: 10px;
  padding: 6px 15px;
  border: 1px solid #5d5d5d;
  border-radius: 5px;
  text-align: center;
}
a.woosw-btn.woosw-added {
  background: #5d5d5d;
  color: #ffffff;
}

@keyframes studi_spinner {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes studi_spinner {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.sc-buttons-sq-sw .woosw-btn.woosw-adding {
  /* transform: rotate(180deg) !important;
    transition: .4s ease-in !important ; */
}
.woosw-btn.woosw-adding:before {
  content: "\f01e" !important;
  animation: studi_spinner 1s linear infinite !important;
  -webkit-animation: studi_spinner 1s linear infinite !important;
  display: inline-block;
}

.dgwt-wcas-st > span.dgwt-wcas-st--direct-headline {
  letter-spacing: 0px !important;
}
.rtl
  .dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding: 10px 15px 10px 40px !important;
}
.rtl .dgwt-wcas-preloader {
  left: 35px !important;
}
.dgwt-wcas-details-desc {
  display: none !important;
}
a.dgwt-wcas-details-product-title {
  font-size: 14px !important;
  margin-bottom: 10px !important;
}
.dgwt-wcas-pd-price {
  margin-top: 10px !important;
}
.dgwt-wcas-details-main-image img {
  max-height: 220px !important;
  width: 100% !important;
}
/*.sc-buttons-sq-sw {
    position: absolute;
    margin: 0 auto;
    display: grid;
    margin-right: 6px;
    background: white;
    padding: 15px;
    padding-top: 10px;
    border-radius: 0 0 5px 5px;
    opacity: 0;
    transition: 0.8s;
}
.course-thumbnail-holder .woosw-btn{
  text-indent: -9999px;
  line-height: 8px;
  background: url(../images/heart.svg) center center no-repeat;
  display: inline-block;
  transition: 0.2s;
}
.course-thumbnail-holder .woosw-btn.woosw-added,.course-thumbnail-holder .woosw-btn:hover{
  text-indent: -9999px;
  line-height: 8px;
  background: url(../images/heart-solid.svg) center center no-repeat;
  display: inline-block;
  transition: 0.2s;
}
.woosq-btn{
  display: block;
  margin-top: 10px;
  padding: 6px 15px;
  border: 1px solid #5d5d5d;
  border-radius: 5px;
  text-align: center;
}
.course-thumbnail-holder .woosq-btn{
  text-indent: -9999px;
  line-height: 8px;
  background: url(../images/eye.svg) center center no-repeat;
  display: inline-block;
  transition: 0.2s;
}
.course-thumbnail-holder .woosq-btn:hover{
  text-indent: -9999px;
  line-height: 8px;
  background: url(../images/eye-solid.svg) center center no-repeat;
  display: inline-block;
  transition: 0.2s;
}
.course-thumbnail-holder:hover .sc-buttons-sq-sw {
    opacity: 1;
    transition: 0.8s;
}
*/
.course-thumbnail-holder {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.sc-buttons-sq-sw {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.sc-buttons-sq-sw .woosq-btn,
.sc-buttons-sq-sw .woosw-btn {
  font-size: 0;
  /*border: 1px solid #ffffff;*/
  border: none;
  padding: 7px 15px;
  border-radius: 5px;
  margin: 0 5px;
  margin-top: 30px;
  transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
  opacity: 0;
  transition: 0.4s ease;
  background: #e91e63;
  color: white;
}
.sc-buttons-sq-sw .woosq-btn:hover,
.sc-buttons-sq-sw .woosw-btn:hover {
  background: #4ecdc4;
}
.course-item-inner .sc-buttons-sq-sw .woosq-btn,
.course-item-inner .sc-buttons-sq-sw .woosw-btn {
  transform: translateY(100%);
  transition: 0.4s ease-in;
}
.course-item-inner:hover .sc-buttons-sq-sw .woosq-btn,
.course-item-inner:hover .sc-buttons-sq-sw .woosw-btn {
  opacity: 0.85;
  /* margin-top: 0;
  transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transition: opacity .3s ease, margin-top .4s ease; */
  transform: scale(1);
  transition: 0.4s ease-in;
}
.sc-buttons-sq-sw .woosq-btn:nth-child(2):before {
  content: "\f06e";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  margin: 0 !important;
  vertical-align: middle;
  font-weight: 300;
}
.sc-buttons-sq-sw .woosw-btn:before {
  content: "\f004";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  margin: 0 !important;
  vertical-align: middle;
  font-weight: 300;
}
.sc-buttons-sq-sw .woosw-btn.woosw-added {
  /* background: red !important; */
}
.sc-buttons-sq-sw .woosw-btn.woosw-added:before {
  font-weight: 900;
}
.sc_single_navbar {
  position: sticky;
  top: 0;
  z-index: 99;
}
.sc_single_navbar ul {
  margin: 0;
  list-style: none;
}
.sc_single_navbar ul li {
  display: inline-block;
}
.sc_single_navbar ul li a {
  padding: 20px;
  font-size: 14px;
  text-decoration: none;
  display: block;
  font-weight: 700;
}
div#review_form_wrapper .comment-respond {
  box-shadow: none;
}
.select2-container--default .select2-selection--single {
  border-radius: 5px;
}
.select2-search--dropdown {
  display: none;
}

.sc-course-lesson-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 22px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  transform: translateY(-50%);
  /* background: #4fdaae; */
  border-radius: 100%;
  padding: 3px;
}
@keyframes czAccArrowFX {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: scale(0.5) rotate(90deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes czAccArrowFXA {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: scale(0.5) rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.sc-course-lesson-toggle-wrapper {
  cursor: pointer;
  position: relative;
}
.course-section-title {
  margin-bottom: 0;
  padding: 20px 15px;
  padding-right: 50px;
}
.sc-course-lesson-toggle i {
  animation: czAccArrowFXA 1s forwards;
  color: #009688;
}
.active_tab_by_suncode .sc-course-lesson-toggle i {
  animation: czAccArrowFX 1s forwards;
}
.sc-courseCharacteristics .icon-box.icon-box-left,
.sc-courseCharacteristics .icon-box.icon-box-right {
  align-items: center;
}
.sc-courseCharacteristics .icon-box.icon-box-left .feature-content-text p,
.sc-courseCharacteristics .icon-box.icon-box-right .feature-content-text p {
  margin-bottom: 0;
}
.course-section-title {
  background: linear-gradient(45deg, #10c888, #4ecdc4);
  background: linear-gradient(45deg, #39daa9, #13ce92);
  color: white;
  /*border-right: solid 7px #868c91;
    border-top: solid 1px #d7dadb;
    border-bottom: solid 1px #d7dadb;
    border-left: solid 1px #e7e9ed;*/
  transition: 1s;
  border-radius: 10px;
}
.course-section-title:hover {
  background: linear-gradient(45deg, #13ce92, #39daa9);
  transition: 1s;
}
.course-section-title:before {
  content: "";
  display: block;
  position: absolute;
  left: -45px;
  top: 0px;
  height: 100%;
  width: 108px;
  background: #ffffff3d;
  border-radius: 0 20px 100px 112px;
}
.course-section-title:after {
  content: "";
  display: block;
  position: absolute;
  left: -41px;
  top: 0;
  height: 100%;
  width: 130px;
  background: #ffffff3d;
  border-radius: 445px 100px;
}

.woocommerce-account
  ul
  li.woocommerce-MyAccount-navigation-link--user_comments
  a:before {
  content: "\f570";
}

/* separator styles */
.sc_relative {
  position: relative !important;
}
.sc_separator {
  position: absolute;
  z-index: 0;
  display: grid;
  width: calc(100% + 0px);
  margin-left: -1px;
}
.sc_separator svg {
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.sc_sep_top {
  top: -2px;
  transform: rotateX(180deg);
}
.sc_sep_rotatey_top {
  top: -2px;
  transform: rotateX(180deg) rotateY(180deg);
}
.sc_sep_bottom {
  bottom: -1px;
}
.sc_sep_rotatey_bottom {
  bottom: -1px;
  transform: rotateY(180deg);
}

.parallax1 > use {
  animation: move-forever1 10s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  z-index: 5;
  bottom: 0;
  position: absolute;
  left: 0px;
  float: left;
}

.vc_row[data-vc-full-width],
footer .vc_row[data-vc-full-width] {
  z-index: 0 !important;
  overflow: visible !important;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

/** sharebox start **/
@media screen and (max-width: 600px) {
  .share_box_holder {
    left: 3% !important;
    right: 3% !important;
    padding: 10px !important;
  }
}
.sc_stud_share_box_holder {
  background: radial-gradient(#03a9f4, #2196f3);
  overflow: visible;
}
.sharer_bysuncode {
  text-align: center;
}
a.sharebtn {
  font-size: 24px;
  color: white;
}
.share_box_holder {
  max-width: 550px;
  transform: scale(0) translate(0%, 50%);
  transition: 0.4s;
  box-shadow: 0 0px 80px gainsboro;
  border-radius: 5px;
  position: fixed;
  top: 20%;
  background: white;
  z-index: 1000000000;
  margin: 0 auto !important;
  padding: 20px;
  left: 20%;
  right: 20%;
}
.share_box_holder.share_open {
  transform: scale(1);
}
#share_box_close {
  position: absolute;
  left: 9px;
  top: 3px;
  font-size: 20px;
}
ul.btn-group-share {
  margin: 10px 0;
  display: block;
  list-style: none;
  padding: 0;
  text-align: center;
}
ul.btn-group-share li {
  display: inline-block;
  box-shadow: 0 0 8px gainsboro;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 27px;
  margin: 0 3px;
}
.share__title {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
#useremailtosharepro {
  width: 100%;
  border-radius: 3px;
  border-color: #f1f1f1;
  margin: 10px 0;
  direction: ltr;
  text-indent: 30px;
  font-family: tahoma !important;
  font-size: 15px;
}
#sendtouseremail {
  background: #ae4d9c;
  border: 0;
  border-radius: 3px;
  padding: 5px 15px;
  color: white;
}
.sendtoemail_email_holder {
  position: relative;
}
.sendtoemail_email_holder:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  left: 9px;
  top: 17px;
  font-size: 30px;
  color: gainsboro;
}
/* .product_url_to_share { color: #9c9c9c;text-align: left; direction: ltr; border-top: 1px solid #f1f1f1; padding-top: 10px; margin-top: 10px; font-size: 15px; font-family: tahoma; } */
.product_url_to_share {
  color: #9c9c9c;
  text-align: left;
  direction: ltr; /* border-top: 1px solid #f1f1f1; */
  padding: 3px 10px;
  margin-top: 10px;
  font-size: 15px;
  font-family: tahoma;
  border: 2px dashed #f2f2f2;
  background: #f9f9f9;
  border-radius: 7px;
}
.product_url_to_share i {
  font-size: 20px;
  padding-right: 10px;
  position: relative;
  top: 3px;
}
#ajaxresponseholder {
  display: inline-block;
  padding: 0 10px;
}
.mobile-version.mf-add-to-cart-fixed div.product .cart .sharer_bysuncode {
  position: relative;
  display: inline-block;
  margin: 15px 20px 0 0;
  top: auto;
  right: auto;
}
ul.btn-group-share li i {
  position: relative;
  top: 5px;
}
/** sharebox end **/
.products
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-main {
  position: relative;
}
.course-loop-element__course-type {
  position: absolute;
  left: -18px;
  top: 0px;
  color: #ffffff;
  font-weight: 500;
  background: #6a67ce;
  min-width: 70px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  /*font-size: 1.2rem;*/
  line-height: 20px;
  /*line-height: 2rem;*/
  border-radius: 0 0 4px 4px;
  transform: rotate(-90deg) translate(-100%, 50%) translateZ(0);
  transform-origin: left;
  transition: left 0.3s linear;
}
.course-loop-element__course-type--onsite {
  background: #feba02;
}
.course-loop-element__course-type--online {
  background: #28a745;
}
.course-item-inner:hover .course-loop-element__course-type {
  left: 0;
}
.titles[_ngcontent-c30] {
  position: relative;
  padding: 2px 5px;
  text-align: center;
  display: table;
  margin: 0 auto;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  color: #bababa;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.owl-dots .owl-dot.active span {
  width: 30px;
  border-radius: 12px;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  display: inline-block;
  padding: 10px;
  margin: 0 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  transition: 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
  transform: scale(2);
  margin-left: 15px;
  transition: 0.3s;
}
.product-meta-info-list .meta-info-unit .icon {
  transition: 0.3s;
}
.product-meta-info-list .meta-info-unit:hover .icon {
  transform: scale(1.5);
  transition: 0.3s;
}
.owl-nav {
  position: absolute;
  top: 0;
  transform: translateY(-110%);
  left: 0;
  right: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #868d98;
  font-size: 19px;
  padding: 9px 8px 3px;
  margin-left: 0px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1px rgba(220, 221, 224, 0.5),
    0 1px 0 0 rgba(208, 209, 213, 0.5);
  box-shadow: 0 0 0 1px rgba(220, 221, 224, 0.5),
    0 1px 0 0 rgba(208, 209, 213, 0.5);
}
.products .owl-nav,
.blog-loop-inner .owl-nav {
  margin-left: 15px;
}
.owl-carousel .owl-nav .owl-prev {
  padding: 0 0 0 15px;
  margin: 0;
}
.owl-carousel .owl-nav .owl-next {
  padding: 0 15px 0 0;
  margin: 0;
}
.main-page-content {
  padding-top: 50px;
}
.sticky_one_two .top-bar.sc_sticky_active {
  position: sticky;
  top: 0;
  left: 0;
}
.sticky_one_two .site-header.sc_sticky_active {
  position: sticky;
  top: 50px;
  left: 0;
}

.sticky_normal .top-bar.sc_sticky_active,
.sticky_normal .site-header.sc_sticky_active {
  position: sticky;
  top: -1px;
  left: 0;
}
a.stuadiare_dl_btn.st_disable {
  color: gainsboro;
}
.stuadiare_dl_btn {
  border: 1px solid #cfd8dc;
  width: 30px;
  height: 30px;
  border-radius: 100em;
  text-align: center;
}
a.stuadiare_dl_btn i {
  position: relative;
  top: 1px;
}
.video-button .studi_play_video {
  font-size: 100px;
  /* background: #514d4d47; */
  border-radius: 230px;
  color: white;
  cursor: pointer;
}
.sc_outofstock {
  position: absolute;
  top: 10px;
  left: 26px;
  z-index: 1;
  background: red;
  padding: 5px;
  border-radius: 5px;
  color: white;
  box-shadow: 0 0 10px gainsboro;
}
.sc_studi_account_info {
  /* background: white; */
  margin-bottom: 12px;
  margin-bottom: -22px;
  /* box-shadow: -4px 4px 20px #1213122e; */
  border-radius: 4px;
}
.account-avatar img {
  border-radius: 100em;
  padding: 10px;
  box-shadow: 0 0 12px gainsboro;
  background: white;
}
.course-category .info .value a:last-child span {
  display: none;
}
.studi_play_video_trigger {
  font-size: 60px;
  background: #8e8e8e47;
  border-radius: 230px;
  color: white;
  cursor: pointer;
}
.product-info-box .price {
  border: 2px dashed #e9eaeb;
  padding: 5px 15px;
  border-radius: 10px;
}
.commentlist .review {
  border-bottom: none !important;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 15px;
}
.commentlist ul.children,
.children .review,
.commentlist > li:first-child {
  border: none !important;
}
.children .review {
  background: #efefef;
}
.course-section {
  margin-bottom: 10px;
}
.course-section .panel-group .course-panel-heading:first-child {
  border-top: none;
}
.sc-course-lesson-toggle-wrapper.active_tab_by_suncode .course-section-title {
  background: linear-gradient(45deg, #2e3e77, #3f51b5);
}
.sc-course-lesson-toggle-wrapper.active_tab_by_suncode
  .sc-course-lesson-toggle
  i {
  color: #3f51b5;
}
/* .sale-perc {
   position: absolute;
    top: -10px;
    left: 1px;
    z-index: 2;
    background: #E91E63;
    padding: 0 5px;
    color: white;
    border-radius: 10px 10px 0;
    box-shadow: 3px 3px #c5d2d1;
    border: 2px solid white;
	transition: 0.5s;
} */
.sale-perc {
  width: 54px;
  height: 55px;
  background: url(../images/discont_badge.png);
  z-index: 5;
  color: #ffffff;
  font-size: 11px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: -10px;
  top: -10px;
  text-align: center;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sale-perc_blue {
  background: url(../images/discont_badge_blue.png);
}
.sale-perc_gold {
  background: url(../images/discont_badge_gold.png);
}
span.sc_reg_onsale_price {
  text-decoration: line-through;
  color: #e91e63;
}
.course-item-inner:hover .sale-perc {
  transform: scale(1.1) rotate(0deg);
  transition: 0.5s;
}
.owl-stage {
  padding-top: 10px;
}
.sc_play_video_in_loop {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  font-size: 48px;
  color: #2196f3;
  cursor: pointer;
  /* background: #afafaf24; */
  border-radius: 230px;
}
.sc-buttons-sq-sw .woosq-btn,
.sc-buttons-sq-sw .woosw-btn {
  background: #009688 !important;
  width: 40px;
  padding: 0;
  text-align: center;
  border-radius: 200px;
  height: 40px;
  padding-top: 6px;
  margin: 5px;
}
.sc-buttons-sq-sw {
  bottom: 40px;
  width: 50px;
  /* background: linear-gradient(0deg,black,transparent); */
  right: 0;
  display: block !important;
}
.sc-buttons-sq-sw a {
  display: inline-block !important;
}
.sc-buttons-sq-sw .woosq-btn:hover,
.sc-buttons-sq-sw .woosw-btn:hover {
  text-shadow: 0 0px 10px #fff;
  color: #ffffff;
}

.sc_video_in_loop_player_holder {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  background: linear-gradient(0, black, transparent);
  transition: 0.4s ease-in;
  cursor: crosshair;
  transform: scale(0);
}
.sc_video_in_loop_player_holder.active {
  bottom: 0%;
  transform: scale(1);
}
#sc_video_in_loop_player {
  max-width: 800px;
}
.sc_video_in_loop_player_div {
  max-height: 600px;
  max-width: 800px;
  margin: 0 auto;

  padding: 7px;
  background: #0000006e;
  border-radius: 13px;
  cursor: default;
  top: 20%;
  position: relative;
}
.sc_video_in_loop_close {
  position: absolute;
  top: 20%;
  cursor: pointer;
  font-size: 2em;
  color: red;
  display: inline-block;
  right: 18%;
  z-index: 1000;
}
span.sc_offer_txt {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 11px;
}

.teacher_courses_carousel h4.course-title {
  font-size: 12px !important;
  text-align: center;
}
.teacher_courses_carousel .owl-dots {
  padding-top: 0px !important;
}
.teacher_courses_carousel .course-item-inner,
.teacher_courses_carousel .course-item-inner:hover {
  box-shadow: 0px 0px 8px #1213122e !important;
}
.teacher_courses_carousel .course-rating-teacher,
.teacher_courses_carousel .course-description,
.teacher_courses_carousel .course-content-mid {
  display: none !important;
}
.products.teacher_courses_carousel .course-item {
  /* padding-right: 25px !important;
	padding-left: 5px !important; */
  margin-bottom: 10px;
}
hr.before_title_line {
  margin-bottom: -15px;
  margin-top: 30px;
}
.course-teacher-details a.btn-link {
  float: left;
}
.page-title {
  background-color: #4ecdc4;
  background-attachment: fixed;
  background-image: url(../images/icon-back-OWL.png);
}
.product-info-box.sc-amazing-offer,
.sc-single-product-message,
.woosw-area .woosw-inner .woosw-content .woosw-content-top,
.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
  background-color: #ffc107;
  background-attachment: scroll;
  background-image: url(../images/icon-back-OWL.png);
}

span.jp_pro_img_cont .product_list_widget > li img {
  margin-left: 0 !important;
}
.course-categories .course-grid-box .category-holder .category-bg {
  background-color: white;
}
span.jp_pro_img_cont {
  float: right;
  /* border: 1px solid #e7e7e7 !important;
    padding: 3px; */
  border-radius: 3px;
}
span.jp_pro_det_cont {
  float: left;
  width: 70%;
  padding: 12px 3px 0 0;
}
span.jp_pro_img_cont img {
  margin-left: 0 !important;
}

ul.product-categories:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e2e0e0;
  background: linear-gradient(0, transparent, #e2e0e0, transparent);
}
ul.product-categories > li.cat-item:before {
  content: "";
  position: absolute;
  right: -14px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #459ae5;
  border-radius: 100em;
  top: 15px;
}
ul.product-categories,
ul.product-categories li.cat-item {
  position: relative;
}

ul.product-categories ul.children li.cat-item {
  list-style: none;
}

ul.product-categories ul.children li.cat-item:before {
  content: "";
  display: none;
  position: absolute;
  right: 0px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #459ae5;
  border-radius: 100em;
  top: 15px;
  z-index: 2;
}
ul.product-categories ul.children li.cat-item {
  text-indent: 20px;
}
ul.product-categories ul.children li.cat-item:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 15px;
  height: 2px;
  background: #e2e0e0;
  background: linear-gradient(90deg, #e2e0e0, transparent);
  border-radius: 100em;
  top: 19px;
  z-index: 1;
}

.products.grid-view
  .course-item
  .course-item-inner
  .course-content-holder
  .course-content-main
  .course-description {
  min-height: 80px;
}

/* glow button */
@-webkit-keyframes button-ripple {
  70% {
    -webkit-box-shadow: 0 0 0 12px currentColor;
    box-shadow: 0 0 0 12px currentColor;
    opacity: 0;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}
@keyframes button-ripple {
  70% {
    -webkit-box-shadow: 0 0 0 12px currentColor;
    box-shadow: 0 0 0 12px currentColor;
    opacity: 0;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}
.studi_play_video:after,
.studi_play_video:before,
.studi_play_video_trigger:after,
.studi_play_video_trigger:before,
.sc_play_video_in_loop:after,
.sc_play_video_in_loop:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 currentColor;
  box-shadow: 0 0 0 0 currentColor;
  -webkit-animation: button-ripple 3s infinite;
  animation: button-ripple 3s infinite;
  opacity: 0.6;
  z-index: -1;
  background: white;
}
.studi_play_video:before,
.studi_play_video_trigger:before,
.sc_play_video_in_loop:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.studi_play_video:after,
.studi_play_video_trigger:after,
.sc_play_video_in_loop:after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* .animated-counter .counter-text .counter-number {
    font-size: 48px;
    font-weight: 900;
    margin-right: 15px;
    text-shadow: 2px 2px 0px #607D8B, 3px 3px 0px #ffff;
    padding-right: 10px;
}
.counter-text {
    background: #FFC107;
    color: #E91E63;
    font-weight: 600;
} */
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  width: 100%;
}
.sc_reg_onsale_price {
  position: relative;
}
span.sc_reg_onsale_price:before {
  content: " ";
  height: 1px;
  width: 123%;
  position: absolute;
  right: -15%;
  left: 0;
  background: #e91e7b;
  transform: rotate(-13deg);
  top: 8px;
}
h5.course-section-title i {
  margin-left: 5px;
  position: relative;
  top: 2px;
  transition: 0.4s;
}
.sc-course-lesson-toggle-wrapper.active_tab_by_suncode
  h5.course-section-title
  i {
  transform: rotate(90deg);
}

.sc_studi_number_of_views {
  color: #464749;
  border-right: 1px solid #e9e9e9;
  margin-right: 10px;
  padding-right: 10px;
}
.sc_studi_number_of_views i {
  margin: 0 5px 0 10px;
}

.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.5;
}
.sc-buttons-sq-sw
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  width: auto;
}

a.wpems_g_calendar_url {
  display: none !important;
}

/* new testimonial */
.sc-testimonial-avatar img {
  max-width: 100px;
  border-radius: 100em;
  box-shadow: 0 0 20px #d2d2d2;
  border: 4px solid white;
  margin: 0 auto;
}
.sc-testimonial-author-main {
  text-align: center;
  margin-top: 10px;
}
.sc-testimonial-author-main h5 {
  margin-bottom: 0;
}
.sc-testimonials-carousel .owl-stage {
  padding-top: 15px;
}
.sc-testimonial-content blockquote {
  margin: 0;
  padding: 5px !important;
  font-size: 12px;
  border: 0;
  text-align: center;
}

/* heading style */
.section-title i {
  margin-left: 8px;
}
.section-heading.sc_head_style1 {
  text-align: center;
}
.section-heading.sc_head_style1 .section-title {
  font-size: 28px;
  display: inline-block;
  background: #c8c8c8;
  padding-left: 10px;
  border-radius: 8px;
  color: white;
  position: relative;
}
.section-heading.sc_head_style1 .section-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ebebeb;
  height: 48px;
  width: 100%;
  z-index: -1;
  border-radius: 10px;
  transform: rotate(2deg);
}
.section-heading.sc_head_style1 h2.section-title i {
  padding: 10px 18px;
  background: gold;
  margin-left: 10px;
  border-radius: 0 5px 5px 0;
}

.section-heading.sc_head_style2 {
  text-align: center;
}
.section-heading.sc_head_style2 .section-title {
  display: inline-block;
  color: inherit;
  text-shadow: 0 2px gainsboro;
}
.section-heading.sc_head_style2 i {
  margin-left: 8px;
}
.section-heading.sc_head_style2 .section-title:before {
  content: "[";
  color: #e9e9e9;
  margin-left: 10px;
  font-size: 30px;
}
.section-heading.sc_head_style2 .section-title:after {
  content: "]";
  color: #e9e9e9;
  font-size: 30px;
  margin-right: 10px;
}

.sc_studi_cat_icon_in_temp {
  width: 60px;
  height: 60px;
  background: white;
  padding: 10px;
  border-radius: 5px;
  margin-left: 10px;
  box-shadow: 0 3px 7px #b1b1b1;
}

.post_readmore a {
  display: block;
  text-align: center;
  background: #e91e63;
  color: white;
  padding: 10px;
}
.post_readmore a:hover {
  color: white;
}
.post_readmore:hover i {
  transform: scale(1.3);
}
.post_readmore i {
  margin-right: 12px;
  transition: 0.4s;
}
.sc_equal_height_item {
  position: relative;
}
.post_readmore {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.sc_equal_height_item .post-meta.post-category {
  position: absolute;
  right: 0;
  margin-right: 8px !important;
  bottom: 8px;
}
.sc_equal_height_item .post-thumbnail {
  position: relative;
}
.sc_equal_height_item .post-meta.post-category a {
  background: #0000006b;
  padding: 3px;
  border-radius: 4px;
  color: white !important;
}
.scpost_data.has_readmore .post-content {
  min-height: 170px;
}
/* portfolio */
.sc_studi_portfolio_f_image img {
  box-shadow: 0 0 10px gainsboro;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* statics */
.sc_statics_holder .counter-text {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  min-height: 80px;
  border-radius: 5px;
}
.sc_studi_statistic_icon {
  font-size: 40px;
  padding: 10px 15px;
  color: gainsboro;
}
.sc_statics_holder {
  transition: 0.4s;
}
.sc_statics_holder:hover {
  transform: translateY(-10px);
}
/* fixed add to cart */
.sc_studi_btm_addtocart_fixed_btn_holder_container {
  opacity: 0;
  transition: 0.5s ease-in;
  position: fixed;
  bottom: 0;
  position: fixed;
  bottom: -90px;
  text-align: center;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 5%;
  transform: scale(0);
}
.sc_studi_btm_addtocart_fixed_btn_holder_container.sc_add_to_cart_fixed_active {
  opacity: 1;
  transform: scale(1);
  transition: 0.8s ease-in;
  bottom: 0;
}
.sc_studi_btm_addtocart_fixed_btn_holder {
  border-radius: 10px 10px 0 0;
  padding: 5px 15px;
  background: #000000b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
}
.sc_studi_btm_addtocart_fixed_btn_holder .button {
  padding: 5px 8px;
}
.sc_studi_btm_addtocart_fixed_btn_holder
  .average-rating
  .avareage-rating-inner {
  border: 0;
  min-width: auto;
}
.sc_studi_btm_addtocart_fixed_btn_holder .star-rating {
  margin-top: 2px !important;
}
.sc_studi_btm_addtocart_fixed_btn_holder .average-rating-stars {
  margin-bottom: 0px !important;
}
.sc_studi_btm_addtocart_fixed_btn_holder .avareage-rating-inner {
  padding: initial;
}
.sc_rating_sales_holder {
  display: flex;
}
.sc_studi_btm_addtocart_fixed_btn_holder h2 {
  font-size: 14px;
  color: white;
  font-weight: 400;
  margin: 4px 0;
  text-align: right;
}
.sc_studi_btm_addtocart_fixed_btn_holder * {
  color: white;
}
.sc_rating_sales_holder i {
  margin-left: 7px;
}
@media screen and (max-width: 425px) {
  .cart-page-inner .woocommerce-cart-form td.actions .coupon .button {
    position: relative;
    top: 10px;
    width: 100%;
    right: 0px !important;
    margin: 0 auto;
  }
  .cart-page-inner .woocommerce-cart-form td.actions .coupon {
    max-width: 290px;
  }
  .shop_table tr td {
    font-size: 12px;
  }
  .login-form-modal .login-form-modal-box .login-title {
    font-size: 20px;
    padding: 12px 20px;
  }
  .login-form-modal .login-form-modal-box .close {
    left: 20px;
    right: auto;
  }
  .login-form-modal .login-form-modal-box .close {
    top: 12px;
  }
}
.rtl .wpt-pagination a.next {
  float: left;
}

/* new header style by suncode */
.sticky_normal .site-header.sc_sticky_active,
.sticky_one_two .site-header.sc_sticky_active {
  /* min-height: 60px; */
  /* transition: .4s; */
}
@media screen and (min-width: 968px) {
  .admin-bar.sticky_normal .site-header.sc_sticky_active {
    top: 32px !important;
  }
}

.sc_studi_smart_nav {
  margin: 0 10px;
  background: #459ae5;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 20px;
  color: white;
  cursor: pointer;
}

:root {
  --color-text: #fbd54a;
  --color-bg: #333;
  --color-link: #4d4f5f;
  --color-link-hover: #bfb5b5;
  --color-info: #fff;
  --color-main-bg: #24262d;
  --path-fill-1: #000000;
  --path-fill-2: #1d1d1f;
  --path-fill-3: #fbd54a;
  --path-fill-3: #e91e63;
  --path-fill-3: #e0e0e0;
  --color-title: #fff;
  --font-family-title: "Arapey", serif;
  --font-size-title: 5vmax;
  --font-weight-title: 400;
  --color-menu: #000000;
  --color-menu-hover: #fff;
  --font-family-menu: "Arapey", serif;
  --font-size-menu: 4vmax;
  --font-weight-menu: 400;
  --button-bg: #fff;
  --button-circle: #ada4a4;
  --button-line: #222;
}

.shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.shape-overlays.is-opened {
  pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
  fill: var(--path-fill-1);
}

.shape-overlays__path:nth-of-type(2) {
  fill: var(--path-fill-2);
}

.shape-overlays__path:nth-of-type(3) {
  fill: var(--path-fill-3);
}

.shape-overlays__path:nth-of-type(4) {
  fill: var(--path-fill-4);
}

@-webkit-keyframes intervalsc_studi_hamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}

@keyframes intervalsc_studi_hamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}

.sc_studi_smart_nav_content {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1050;
  transform: scale(0);
}
.sc_studi_smart_nav_content ul.vc_tta-tabs-list {
  border-bottom: 2px dashed ghostwhite;
}
.sc_studi_smart_nav_content .vc_tta-panel-heading {
  margin: 10px 0 !important;
  border-color: #78909c !important;
}
.sc_studi_smart_nav_content .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: #78909c !important;
}
.sc_studi_smart_nav_content .sc_studi_smart_nav_content_inner {
  position: fixed;
  top: -100%;
  transition: 0.8s;
  width: 90%;
  max-width: 1134px;
}
.sc_studi_smart_nav_content.is-opened .sc_studi_smart_nav_content_inner {
  transition: 0.9s;
  transition-delay: 0.5s;
  top: 0;
}
.admin-bar
  .sc_studi_smart_nav_content.is-opened
  .sc_studi_smart_nav_content_inner {
  top: 42px;
}
.sc_studi_smart_nav_content.is-opened {
  transform: scale(1);
  pointer-events: auto;
  overflow-y: auto;
}

.sc_studi_smart_nav_content li.vc_tta-tab a,
.sc_studi_smart_nav_content .vc_tta-panel-title a {
  border: 0 !important;
  background: transparent !important;
  color: #ababab !important;
}
.sc_studi_smart_nav_content .vc_active span.vc_tta-title-text {
  color: #fff;
}
.sc_studi_smart_nav_content li.vc_tta-tab.vc_active a .vc_tta-title-text {
  font-size: 18px;
  color: #00c1cf !important;
}
.sc_studi_smart_nav_content
  li.vc_tta-tab.vc_active
  a
  .vc_tta-title-text:before {
  content: "[";
  margin-left: 5px;
  color: #a1a1a1;
}
.sc_studi_smart_nav_content li.vc_tta-tab.vc_active a .vc_tta-title-text:after {
  content: "]";
  margin-right: 5px;
  color: #a1a1a1;
}
.sc_studi_hamburger {
  width: 64px;
  height: 64px;
  display: block;
  position: relative;
  cursor: pointer;
  position: absolute;
  position: fixed;
  top: 2.25em;
  top: 50%;
  left: -2.2em;
  /* margin-right: 20px; */
  z-index: 1100;
  border-radius: 50%;
  background-color: var(--button-bg);
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 30px gainsboro;
  transition: 0.4s;
}
.sc_studi_hamburger:hover {
  left: 0.35em;
  left: 0;
}
@media screen and (max-width: 425px) {
  .sc_studi_hamburger:hover {
    left: -2.2em;
  }
}
.sc_studi_hamburger.is-opened-navi {
  left: 0.4em;
  top: 35px;
  transition: 0.5s;
}

.sc_studi_hamburger::after {
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 0px solid var(--button-circle);
  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: intervalsc_studi_hamburgerBorder;
  animation-name: intervalsc_studi_hamburgerBorder;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  box-shadow: 0 0 5px #fff, 0 0 8px inset #fff;
}

.sc_studi_hamburger__line {
  width: 28px;
  height: 2px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
}

.sc_studi_hamburger__line-in {
  width: 84px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.sc_studi_hamburger__line-in::before,
.sc_studi_hamburger__line-in::after {
  width: 28px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: var(--button-line);
}

.sc_studi_hamburger__line-in::before {
  left: -56px;
}

.sc_studi_hamburger__line-in::after {
  left: 0;
}

.sc_studi_hamburger__line--01,
.sc_studi_hamburger__line--02,
.sc_studi_hamburger__line--03,
.sc_studi_hamburger__line--cross01,
.sc_studi_hamburger__line--cross02 {
  left: 18px;
}

.sc_studi_hamburger__line--01 {
  top: 24.6px;
}

.sc_studi_hamburger__line--02,
.sc_studi_hamburger__line--cross01,
.sc_studi_hamburger__line--cross02 {
  top: 31px;
}

.sc_studi_hamburger__line--03 {
  top: 37.4px;
}

.sc_studi_hamburger__line--cross01 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sc_studi_hamburger__line--cross02 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sc_studi_hamburger__line {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.sc_studi_hamburger__line-in {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.sc_studi_hamburger__line-in::before,
.sc_studi_hamburger__line-in::after {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.sc_studi_hamburger__line-in--cross01,
.sc_studi_hamburger__line-in--cross02 {
  -webkit-transform: translateX(-33.3%);
  transform: translateX(-33.3%);
}

.sc_studi_hamburger__line-in--01 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.sc_studi_hamburger__line-in--02 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.sc_studi_hamburger__line-in--02::before,
.sc_studi_hamburger__line-in--02::after {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.sc_studi_hamburger__line-in--03 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.sc_studi_hamburger__line-in--03::before,
.sc_studi_hamburger__line-in--03::after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sc_studi_hamburger__line-in--cross01 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.sc_studi_hamburger__line-in--cross02 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.sc_studi_hamburger__line-in--cross02::before,
.sc_studi_hamburger__line-in--cross02::after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sc_studi_hamburger.is-opened-navi .sc_studi_hamburger__line-in--01,
.sc_studi_hamburger.is-opened-navi .sc_studi_hamburger__line-in--02,
.sc_studi_hamburger.is-opened-navi .sc_studi_hamburger__line-in--03 {
  -webkit-transform: translateX(33.3%);
  transform: translateX(33.3%);
}

.sc_studi_hamburger.is-opened-navi .sc_studi_hamburger__line-in--cross01,
.sc_studi_hamburger.is-opened-navi .sc_studi_hamburger__line-in--cross02 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.sc_studi_hamburger.is-opened-navi .sc_studi_hamburger__line-in--01 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.sc_studi_hamburger.is-opened-navi .sc_studi_hamburger__line-in--02 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.sc_studi_hamburger.is-opened-navi .sc_studi_hamburger__line-in--03 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sc_studi_hamburger.is-opened-navi .sc_studi_hamburger__line-in--cross01 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.sc_studi_hamburger.is-opened-navi .sc_studi_hamburger__line-in--cross02 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.sc_studi_hamburger:hover .sc_studi_hamburger__line-in::before,
.sc_studi_hamburger:hover .sc_studi_hamburger__line-in::after {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.sc_studi_hamburger:hover .sc_studi_hamburger__line-in--01::before,
.sc_studi_hamburger:hover .sc_studi_hamburger__line-in--01::after,
.sc_studi_hamburger:hover .sc_studi_hamburger__line-in--02::before,
.sc_studi_hamburger:hover .sc_studi_hamburger__line-in--02::after,
.sc_studi_hamburger:hover .sc_studi_hamburger__line-in--03::before,
.sc_studi_hamburger:hover .sc_studi_hamburger__line-in--03::after {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.sc_studi_hamburger:hover .sc_studi_hamburger__line-in--cross01::before,
.sc_studi_hamburger:hover .sc_studi_hamburger__line-in--cross01::after,
.sc_studi_hamburger:hover .sc_studi_hamburger__line-in--cross02::before,
.sc_studi_hamburger:hover .sc_studi_hamburger__line-in--cross02::after {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.sc_studi_hamburger.is-opened-navi:hover
  .sc_studi_hamburger__line-in--cross01::before,
.sc_studi_hamburger.is-opened-navi:hover
  .sc_studi_hamburger__line-in--cross01::after,
.sc_studi_hamburger.is-opened-navi:hover
  .sc_studi_hamburger__line-in--cross02::before,
.sc_studi_hamburger.is-opened-navi:hover
  .sc_studi_hamburger__line-in--cross02::after {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.sc_studi_hamburger.is-opened-navi:hover
  .sc_studi_hamburger__line-in--01::before,
.sc_studi_hamburger.is-opened-navi:hover
  .sc_studi_hamburger__line-in--01::after,
.sc_studi_hamburger.is-opened-navi:hover
  .sc_studi_hamburger__line-in--02::before,
.sc_studi_hamburger.is-opened-navi:hover
  .sc_studi_hamburger__line-in--02::after,
.sc_studi_hamburger.is-opened-navi:hover
  .sc_studi_hamburger__line-in--03::before,
.sc_studi_hamburger.is-opened-navi:hover
  .sc_studi_hamburger__line-in--03::after {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

@media screen and (max-width: 768px) {
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    width: 100%;
  }
  .sc_video_in_loop_player_holder.active {
    bottom: -25%;
  }
  #sc_video_in_loop_player {
    max-width: 400px;
  }
  .sc_video_in_loop_close {
    top: 15%;
    right: 4%;
  }
  .sc_video_in_loop_player_div {
    padding: 0;
    width: 85%;
  }
  .sale-perc {
    left: 10px !important;
  }
  .woocommerce-message a.button.wc-forward {
    position: absolute;
    bottom: 10px;
    left: 12px;
  }
  .sc_studi_btm_addtocart_fixed_right_holder {
    display: none;
  }
  .sc_studi_btm_addtocart_fixed_btn_holder {
    justify-content: center;
  }
}

/* new demos */
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--user_comments
  a:before {
  content: "\f4b6" !important;
}
input#terms:focus {
  outline: none;
}
.owl-carousel .course-description {
  /* max-height: 85px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.grid-view .course-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 90px;
}
.teacher-single-socials ul.studiare-social-links.rounded {
  display: block;
  text-align: right;
}
.list-view a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  width: 100%;
}
.list-view
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link
  .image-item
  img {
  width: 100%;
  margin: 10px;
  padding: 5px;
  box-shadow: 0 0 5px gainsboro;
  background: #fff;
}
.course-description {
  text-align: justify;
}
.products .course-item .course-item-inner .course-thumbnail-holder img {
  width: 100%;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #e5e5e5;
}
#sc-product-single-excerpt {
  text-align: justify;
}
.header-button-link .btn-filled {
  background: transparent;
  color: #26a69a;
  border: 1px solid #26a69a;
  padding: 4px 8px;
  font-size: 12px;
}
.sc_full_search .dgwt-wcas-search-wrapp {
  max-width: initial;
  width: 100%;
}
.rtl
  .sc_full_search
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  width: 100%;
  font-size: 14px;
  line-height: 100%;
  padding: 10px 15px !important;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px !important;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  height: 71px;
}
.rtl .sc_full_search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  top: 28px;
  border-color: transparent #ec406a transparent;
}
.rtl .sc_full_search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: 0 !important;
  right: auto !important;
  border-radius: 2px 0px 0px 2px !important;
  -webkit-border-radius: 2px 0px 0px 2px !important;
  height: 71px !important;
  background-color: #ec406a;
}
.rtl .dgwt-wcas-preloader {
  left: 75px !important;
}
.owl-item .post,
.owl-item .portfolio {
  margin: 0 !important;
}
.owl-carousel {
  margin: 0 auto;
}
.owl-item .teacher-item {
  margin-bottom: 0;
}
.sc_home_sidebar .vc_column-inner div.wpb_wrapper,
.studi_sidebox {
  box-shadow: 0 0 13px #f1f1f1;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
}

/* start category carousel */
.sc_studi_main_card {
  --box-shadow-color: rgba(255, 215, 97, 0.48);
}
.sc_studi_card {
  width: 220px;
  height: 240px;
  background: #fff;
  border: 1px solid var(--bg-color);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
  margin: 0 auto;
}

.sc_studi_card:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.11),
    0 12px 20px var(--box-shadow-color);
}

.sc_studi_card:hover .sc_studi_overlay {
  transform: scale(4.5) translateZ(0);
}

.sc_studi_card:hover .sc_studi_circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.sc_studi_card:hover .sc_studi_circle:after {
  background: var(--bg-color-light);
}

.sc_studi_card:hover p {
  color: var(--text-color-hover);
  color: #fff;
}

.sc_studi_card:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.11), 0 8px 8px var(--box-shadow-color);
}

.sc_studi_card .sc_studi_cats_info {
  font-size: 17px;
  color: #4c5656;
  margin-top: 15px;
  z-index: 40;
  transition: color 0.3s ease-out;
}
.sc_studi_cats_info p {
  margin: 5px 0;
  text-align: center;
}
.sc_studi_circle {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.sc_studi_circle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: 5px;
  left: 5px;
  transition: opacity 0.3s ease-out;
}

.sc_studi_circle img {
  z-index: 10000;
  transform: translateZ(0);
}

.sc_studi_overlay {
  width: 118px;
  position: absolute;
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 25px;
  /*left: 50px;*/
  z-index: 0;
  transition: transform 0.3s ease-out;
}
.sc_studi_cat_holder {
  margin: 10px 0;
}
.owl-item .sc_studi_cat_holder,
.owl-item .sc_studi_card {
  width: 100% !important;
}
.owl-item .sc_studi_cat_holder {
  padding: 15px;
}
.sc_cat_material_layout .owl-stage {
  padding: 10px 0;
}
.owl-item .sc_studi_overlay {
  /*left:40px;*/
}

@media screen and (max-width: 425px) {
  .sc_studi_circle {
    width: 110px;
    height: 110px;
  }
  .sc_studi_circle:after {
    width: 98px;
    height: 98px;
    top: 4px;
    left: 4px;
  }
  .sc_studi_overlay {
    width: 98px;
    height: 98px;
  }
  .sc_studi_circle img {
    width: 40px !important;
    height: 40px;
  }

  .owl-item .sc_studi_overlay {
    left: 25px;
    margin: 0 auto;
    left: auto;
  }
  .sc_studi_cats_info p {
    font-size: 14px !important;
  }
  .sc_studi_cats_info p:last-child {
    font-size: 11px !important;
  }
  .owl-item .sc_studi_cat_holder {
    padding: 5px;
  }
  .sc_studi_card .sc_studi_overlay {
    transform: scale(0.01);
  }
}
/* end category carousel */

/* megamenu */

ul.menu .sc_studi-megamenu-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease, opacity 0.4s ease,
    visibility 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease, opacity 0.4s ease,
    visibility 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  z-index: 999;
}

ul.menu li.menu-item-has-children:hover > .sc_studi-megamenu-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}

.header-v2
  ul.menu
  li.menu-item-has-children:hover
  > .sc_studi-megamenu-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

ul.menu .sc_studi-megamenu-wrapper {
  border-top: 3px solid #26a69a;
  box-shadow: 0 4px 8px -4px rgba(51, 51, 51, 0.38);
  border-top: 0px solid #26a69a;
  box-shadow: 0 0px 8px -4px rgba(51, 51, 51, 0.38);
  background-color: #fff;
  left: auto;
  right: 0;
  max-width: 1000px;
  border-radius: 4px;
  margin: 0 auto;
  padding: 1em 1.6781em;
  position: absolute;
  opacity: 0;
  top: 100%;
  visibility: hidden;
}

ul.menu .sc_studi-megamenu-wrapper .sub-menu {
  border: none;
  box-shadow: none;
  position: relative;
  width: 100%;
  right: 0 !important;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

ul.menu li:hover > .sc_studi-megamenu-wrapper .sub-menu {
  opacity: 1;
  visibility: visible;
}

ul.menu .sc_studi-megamenu-wrapper .sc_studi-megamenu > li:last-child {
  border: 0;
}

ul.menu .sc_studi-megamenu-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 24px;
}
ul.sc_studi-horizontal-menu > li > .sc_studi-megamenu-title {
  font-weight: 400;
}
.sc_studi-megamenu-holder:after,
.sc_studi-megamenu-holder:before {
  content: " ";
  display: table;
}

.sc_studi-megamenu:after,
.sc_studi-megamenu:before {
  content: " ";
  display: table;
}

.sc_studi-main-menu ul.menu .sc_studi-megamenu-wrapper .sub-menu li {
  border: 0;
}

.studiare-navigation ul.menu > li.sc_studi-megamenu-menu:hover ul {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.studiare-navigation
  ul.menu
  li.sc_studi-megamenu-menu
  ul.sc_studi-megamenu
  li.sc_studi-megamenu-submenu {
  margin-bottom: 10px;
}

.studiare-navigation .menu > ul > li ul.sc_studi-megamenu,
.studiare-navigation ul.menu > li ul.sc_studi-megamenu {
  position: relative;
  width: 100%;
  top: 0;
  border-radius: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.studiare-navigation .menu > ul > li ul.sc_studi-megamenu li:after,
.studiare-navigation ul.menu > li ul.sc_studi-megamenu li:after {
  height: 0;
}

.studiare-navigation .menu > ul > li ul.sc_studi-megamenu li > a,
.studiare-navigation ul.menu > li ul.sc_studi-megamenu li > a {
  line-height: 24px;
  font-weight: 400;
  font-size: 13px;
  padding: 0;
  margin: 3px 0;
}

.fixed-active
  .studiare-navigation
  ul.menu
  > li.sc_studi-megamenu-menu:hover
  ul {
  top: 0;
}

.studiare-navigation .menu > ul li.sc_studi-megamenu-menu,
.studiare-navigation ul.menu li.sc_studi-megamenu-menu {
  position: static;
}

.studiare-navigation ul.menu li.sc_studi-megamenu-menu:hover:before {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s ease, opacity 0.4s ease,
    visibility 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease, opacity 0.4s ease,
    visibility 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.sc_studi-megamenu-holder .sc_studi-megamenu-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f4f4f4;
  margin-top: 0.35em;
}

span.sc_studi-megamenu-icon img {
  width: 24px;
  height: 24px;
  margin-left: 5px;
}
span.sc_studi-megamenu-icon i {
  margin: 0 0 0 5px;
}
span.sc_studi-menu-label {
  position: relative;
}
span.sc_studi-menu-newlabel,
span.sc_studi-menu-hotlabel,
span.sc_studi-menu-salelabel {
  position: absolute;
  top: -14px;
  right: -6px;
  background: #8bc34a;
  color: white;
  padding: 0 2px;
  font-size: 11px;
  border-radius: 3px;
  line-height: 16px;
}
span.sc_studi-menu-hotlabel {
  background: gold;
}
span.sc_studi-menu-salelabel {
  background: red;
}
.studiare-navigation span.caret-arrow:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
}

.studiare-navigation .sub-menu span.caret-arrow:before {
  content: "";
}
input#wp-comment-cookies-consent {
  width: 15px;
}
input#wp-comment-cookies-consent:focus {
  outline: none;
}

/* bootstrap */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: right;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: right;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: right;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: right;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* login page */
.site-logo .studiare-logo-wrap img {
  max-height: 50px !important;
}
a.woocommerce-privacy-policy-link {
  color: #ffc107;
}

/* notifBar */
.studi_notif_bar > div {
  position: relative;
  padding: 0 5%;
}
.notibar_closer {
  position: absolute;
  left: 10px;
  top: 10%;
}
.studi_notif_bar {
  background: #ffd700;
  padding: 10px;
}
.studi_notif_bar .wpb_content_element {
  margin-bottom: 0;
}
a.notibar_closer i {
  background: #00000026;
  padding: 10px;
  border-radius: 100px;
  width: 34px;
  text-align: center;
  color: white;
}
.topnotif-content {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 425px) {
  .notibar_closer {
    left: 0px;
    top: 0;
  }
}
/* my account new template */

.woocommerce-account .site-header,
.woocommerce-account .top-bar,
.woocommerce-account footer,
.woocommerce-account .page-title,
.woocommerce-account .studi_pre_footer {
  display: none;
}
body.woocommerce-account {
  background-color: #f8f9fa;
  min-height: 100vh;
}
.sc_studi_account_info {
  text-align: center;
  position: relative;
  top: 14px;
}
span.userTitle {
  position: relative;
  bottom: 20px;
  margin: 0 auto;
  transform: translateX(94%);
  background: white;
  border-radius: 10em;
  box-shadow: 0 3px 5px gainsboro;
  padding: 4px 10px;
}
.panel_left_top {
  z-index: 1000;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  padding: 10px;
  border-radius: 22em;
  box-shadow: 0px 2px 10px #12131214;
  display: flex;
  justify-content: space-between;
}
.my_acount_topbar a.btn.btn-link,
.my_acount_topbar a.btn,
#sc_notif_trigger {
  padding: 0;
  border: 0;
  position: relative;
}

.my_acount_topbar time {
  background: #f8f9fa;
  padding: 13px;
  border-radius: 160em;
}

.my_acount_topbar a.btn.btn-link.is-active span:before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: #5bc47d;
  border-radius: 100px;
  animation: sk-bounce 2s infinite ease-in-out;
}
.sc_notif_in_header #sc_notif_trigger {
  transform: scale(0.85);
}
.sc_notif_in_header .dropdown-menu-xl.show {
  transform: translateY(0);
  transition: 0.4s transform;
}

.sc_dashboard_title {
  position: relative;
  top: -90px;
}
.sc_dashboard_title_holder {
  width: 100%;
  text-align: center;
  display: block;
  background: white;
  margin: 0 0 13px;
  box-shadow: 0px 2px 10px #12131214;
  border-radius: 12px;
}
.studi_notif_content {
  background: white;
  margin: 10px 0;
  padding: 30px;
  box-shadow: 0px 2px 10px #12131214;
  border-radius: 4px;
}

.studi_tooltip {
  position: absolute;
  top: -25px;
  min-width: 150px;
  transition: 0.4s;
  background: white;
  transform: translate(30%, -61%);
  border-radius: 10px;
  box-shadow: 0px 2px 10px #12131214;
  font-size: 1em;
  font-weight: 100;
}
.studi_tooltip.scFader {
  transform: scale(0);
}

.studi_notification_footer {
  text-align: center;
  padding: 6px;
  position: relative;
}
.studi_notification_footer a {
  transition: 0.4s;
  text-align: center;
  padding: 5px 10px;
  border-radius: 4px;
  color: white;
  background: #9e9e9e;
  margin: 0 auto;
  background: linear-gradient(-120deg, #d9255a 0%, #ffa3bb 100%) !important;
}
.studi_notification_footer a:hover {
  color: white;
  background: #e91e63;
  background: linear-gradient(120deg, #d9255a 0%, #ffa3bb 100%) !important;
}

.studi_notification_footer:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, transparent, whitesmoke, transparent);
  height: 2px;
  width: 100%;
}
.dropdown-menu-xl {
  overflow: hidden;
  box-shadow: 0 0 35px #00bcd42b;
  border-radius: 9px;
  position: absolute; /* top: 100%; */
  transition: 0.6s transform;
  left: 0;
  z-index: 1000; /* display: none; */
  transform: translateY(-300%);
  float: left; /* min-width: 23.7rem; */
  margin: 0.125rem 0 0;
  font-size: 0.88rem;
  color: #495057;
  text-align: revert;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  z-index: 100000000000;
  width: 100%;
}
.woocommerce-account .dropdown-menu-xl {
  /*transform: translateX(-300%) translateY(70px);*/
}
ul.sc_notifs_holder li.notif_is_unread span.notif_date {
  color: #e91e63;
}

@media screen and (max-width: 426px) {
  .dropdown-menu-xl.dropdown-menu .sc_notifs_holder a {
    max-width: 250px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 5px;
  }
  .studi_notifs_page .sc_notifs_holder a {
    font-size: 12px;
    font-weight: 100;
  }
  .studi_notifs_page ul.sc_notifs_holder li {
    position: relative;
  }
  .studi_notifs_page span.notif_date {
    position: absolute;
    left: 10px;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  /*.dropdown-menu-xl {max-width: 290px; }*/
}
.dropdown-menu-xl.show {
  transform: translateY(0px);
  transition: 0.4s transform;
}
.dropdown-menu-header-inner {
  background-image: linear-gradient(
    120deg,
    #d9255a 0%,
    #ffa3bb 100%
  ) !important;
  padding: 10px;
  text-align: center;
}
.notif_counter {
  position: absolute;
  top: 0;
  right: -7px;
  background: #d9255a;
  line-height: 20px;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  font-size: 12px;
}

.sc_dashboard_box i {
  display: block;
  text-align: center;
}
.sc_dashboard_box {
  box-shadow: 0 0 28px #ecf0fb;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  margin: 20px 0;
}
.sc_breadcrumb {
  background: white;
  padding: 0 10px;
  border-radius: 100em;
  box-shadow: 0px 2px 10px #12131214;
  font-size: 12px;
  font-weight: 400;
}

.woocommerce-account [class*="hint--"]:after {
  background-color: #e91e63;
}
.woocommerce-account .hint--top-left:before,
.woocommerce-account .hint--top-right:before,
.woocommerce-account .hint--top:before {
  border-top-color: #e91e63;
}
@media screen and (min-width: 1024px) {
  .sc_dashboard_breadcrumb {
    position: relative;
    top: -12px;
  }
}
@media screen and (max-width: 991.99px) {
  .sc_studi_account_info {
    top: -20px;
  }
  .sc_breadcrumb {
    margin: 10px 0;
  }
  .panel_left_top {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .my_acount_topbar time {
    font-size: 12px;
  }
  span.userTitle {
    padding: 5px;
  }
}

@media screen and (min-width: 769px) {
  .studi_top_accoun_nav {
    display: none !important;
  }
  .dropdown-menu-xl {
    max-width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .dashboard_nav_items {
    display: none !important;
  }
  .top_accoun_nav_item {
    display: block;
    margin: 5px 0;
    border-radius: 6px;
    font-size: 12px;
    min-width: 110px;
    position: relative;
    line-height: 10px;
    top: 5px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 968px) {
  .row.my_acount_topbar {
    position: relative;
  }
  .row.my_acount_topbar:before {
    display: none;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    background: white;
    width: calc(100% - 250px);
    height: 13px;
    margin: 0 auto;
    top: 56px;
    box-shadow: 0px 2px 10px #12131214;
  }
}

.panel_left_top button.btn.btn-link {
  text-decoration: none !important;
  border: 0;
  margin: 0;
  padding: 0;
}
.panel_left_top button.btn.btn-link:focus {
  outline: none;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--notifications {
  display: none;
}
.studi_notif_title {
  border-bottom: 2px dashed gainsboro;
  padding-bottom: 10px;
}
ul.sc_notifs_holder {
  list-style: none;
  padding: 0;
  margin: 0;
}
.studi_notification_content {
  padding: 10px 15px 0;
}
span.notif_date {
  float: left;
}
.sc_notifs_holder a {
  font-size: 12px;
  font-weight: 100;
}
span.sc_notif_date_single {
  font-size: 12px;
  font-weight: 400;
  float: left;
}
span.notif_date {
  padding: 0 3px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 100;
  color: #a6b2b5;
}
.dropdown-menu-xl.dropdown-menu ul.sc_notifs_holder li {
  border-bottom: 1px solid #f7f7f7;
}
ul.sc_notifs_holder li {
  margin: 5px 0;
}
.dropdown-menu-xl h5.menu-header-title {
  margin: 0;
  padding: 10px;
  color: #fff;
}
li.notif_is_unread a {
  font-weight: 600;
}
.studi_dashboard_pagination {
  margin-top: 30px;
}
.studi_dashboard_pagination li {
  border: 0 !important;
}
.studi_top_accoun_nav_holder {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.studi_top_accoun_nav_holder:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  height: 50px;
  width: 30px;
  background: linear-gradient(90deg, #d2d6da, #0000ff00);
  border-radius: 6px;
  background: linear-gradient(90deg, #c7cecb63, #0000ff00);
}
.studi_notifs_page ul.sc_notifs_holder li {
  height: 70px;
  background: #ffffff;
  padding: 10px;
  border-radius: 3px;
  margin: 10px 0;
  box-shadow: 0 0 25px #ecf0fb;
  transition: 0.4s;
}
.studi_notifs_page ul.sc_notifs_holder li:hover {
  box-shadow: 0 0 25px #dadada;
  transition: 0.4s;
  transform: scale(1.01);
}
.studi_notifs_page ul.sc_notifs_holder li i {
  background: #c7cecb;
  padding: 8px;
  color: white;
  font-size: 23px;
  height: 40px;
  width: 40px;
  text-align: center;
  position: relative;
  border-radius: 100px;
  top: 3px;
}
.studi_notifs_page li a {
  font-size: 16px;
}
.studi_notifs_page ul.sc_notifs_holder li.notif_is_unread i {
  background: #e91e63;
}
.studi_empty_notif {
  text-align: center;
  padding: 30px 0;
}
.studi_empty_notif i {
  display: block;
  font-size: 40px;
  color: #9e9e9e;
}
.studi_notifs_page .studi_notification_footer {
  display: none;
}
header.woocommerce-Address-title.title a.edit {
  background: #3ac47d;
  border-radius: 4px;
  padding: 1px 5px;
  color: #fff;
}
header.woocommerce-Address-title.title a.edit:hover {
  background: #2f9862;
}
.icon-wrapper-alt {
  margin: 0;
  height: 44px;
  width: 44px;
  text-align: center;
  overflow: visible;
}
.icon-wrapper {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.rounded-circle {
  border-radius: 50% !important;
}
.icon-wrapper .icon-wrapper-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0.2;
}
.icon-wrapper-alt i {
  font-size: 1.3rem;
}
.icon-wrapper i {
  margin: 0 auto !important;
  position: relative;
  z-index: 5;
}
.icon-wrapper-alt .icon-wrapper-bg {
  opacity: 0.1;
  transition: opacity 0.2s;
  border-radius: 40px;
}
.icon-wrapper-alt:hover .icon-wrapper-bg {
  opacity: 0.2;
}
.bg-danger {
  background-color: #d92550 !important;
}
.bg-primary {
  background-color: #3f6ad8 !important;
}
.bg-success {
  background-color: #3ac47d !important;
}
.bg-warning {
  background-color: orange !important;
}
.bg-focus {
  background-color: #444054 !important;
}
.text-success {
  color: #3ac47d !important;
}
.text-primary {
  color: #3f6ad8 !important;
}
.text-danger {
  color: #d92550 !important;
}
.text-warning {
  color: orangered !important;
}
.studi_top_accoun_nav {
  display: flex;
  background: white;
  padding: 10px;
  margin: 10px 0;
  box-shadow: 0px 2px 10px #12131214;
  border-radius: 4px;
  justify-content: space-around;
}
.woocommerce-MyAccount-content {
  width: 100% !important;
}
.top_accoun_nav_item.is-active {
  border-bottom: 2px solid #2196f3;
  border-radius: 0;
}
.top_accoun_nav_item:before {
  font-family: "Font Awesome 5 Pro" !important;
  color: #2196f3;
}

.top_accoun_nav_item.woocommerce-MyAccount-navigation-link--dashboard:before {
  content: "\f015";
}
.top_accoun_nav_item.woocommerce-MyAccount-navigation-link--orders:before {
  content: "\f543";
}
.top_accoun_nav_item.woocommerce-MyAccount-navigation-link--purchased-products:before {
  content: "\f570";
}
.top_accoun_nav_item.woocommerce-MyAccount-navigation-link--downloads:before {
  content: "\f019";
}
.top_accoun_nav_item.woocommerce-MyAccount-navigation-link--edit-address:before {
  content: "\f279";
}
.top_accoun_nav_item.woocommerce-MyAccount-navigation-link--edit-account:before {
  content: "\f007";
}
.top_accoun_nav_item.woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: "\f08b";
}
.top_accoun_nav_item.woocommerce-MyAccount-navigation-link--user_comments:before {
  content: "\f4b6";
}

@media screen and (max-width: 1024px) {
  .studi_top_accoun_nav {
    display: inline-flex;
    text-align: center;
    overflow-x: scroll;
    max-width: 100%;
    justify-content: space-between;
  }
}
.top-bar-contact-info li {
  background: #dcdcdc2e;
  padding: 0 5px;
  border-radius: 3px;
  margin: 0 !important;
}
.top-bar-contact-info i {
  top: -1px;
  position: relative;
  padding: 5px;
}

.studi_pre_footer {
  width: 100%;
}
.sc_studi_circle img {
  max-width: 76px;
  max-height: 71px;
}
/* new single product layouts start */
.product-single-content {
  position: relative;
}
.studi_pro_readmore_holder {
  display: none;
}
@media screen and (max-width: 425px) {
  .average-rating {
    padding-left: 0 !important;
    padding-right: 0;
  }

  .list-view
    a.woocommerce-LoopProduct-link.woocommerce-loop-product__link
    .image-item
    img {
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 0;
    background: #fff;
  }

  .product-info-box,
  .product-single-content,
  .product-reviews,
  .course-teacher-details {
    padding: 30px 15px;
  }
  .product-reviews-inner {
    padding: 0;
  }
  .pro_has_readmore .studi_pro_content_holder {
    max-height: 200px;
  }
  .studi_pro_readmore_holder {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 425px;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(180deg, #ffffffcf, #ffffff);
    padding: 20px 0 10px;
    bottom: 0;
  }
  .studi_pro_content_holder {
    margin-bottom: 26px;
  }
  .studi_simple_box {
    margin: 10px 0;
  }
  .pro_gallery_holder .product-image-wrapper {
    margin-top: 20px;
  }
}

.product-info-box.sc-amazing-offer {
  width: 100%;
}
#sc-product-reviews {
  width: 100%;
}
.single_pro_top {
  margin-bottom: 20px;
}
.single_pro_top .single_add_to_cart_button {
  width: 100%;
}
.single_pro_top .product-info-before-gallery {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.single_pro_top .before-gallery-unit {
  background: white;
  min-width: 30%;
  box-shadow: 0px 2px 10px #12131214;
  border-radius: 4px;
  padding: 10px;
}
.pro_gallery_holder .product-image-wrapper {
  padding: 10px;
  background: white;
  box-shadow: 0px 2px 10px #12131214;
  border-radius: 4px;
}
.single_pro_top #sc-product-single-excerpt {
  margin: 25px 0 0 0;
}
.product-meta-info-holder {
  width: 100%;
}
.meta-info-unit-box {
  background: white;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0px 2px 10px #12131214;
  border-radius: 4px;
}
.product-meta-info-holders {
  padding-left: 0;
  padding-right: 0;
}
.product-reviews-stats .detailed-ratings {
  min-width: 60%;
  margin-bottom: 30px;
  width: 100%;
}
.studi_price_box_layout_02 {
  background: white;
  padding: 10px 15px;
  border-radius: 4px;
}
.single_middle_info {
  margin-top: 20px;
  margin-bottom: 20px;
}
.studi_simple_box {
  background: white;
  box-shadow: 0px 2px 10px #12131214;
  padding: 10px;
  border-radius: 4px;
}
.studi_public_pro_data {
  padding: 0;
  margin-bottom: 20px;
}
.studi_single_pro_layout-02 .sc_studi_share_box,
.studi_single_pro_layout-03 .sc_studi_share_box {
  display: flex;
  justify-content: space-evenly;
}
.studi_single_pro_layout-03 .sc_studi_share_box {
  margin-bottom: 10px;
}
.studi_single_pro_layout-03 .studi_public_pro_data_bottom {
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
}
.studi_single_pro_layout-02 a.sharebtn {
  font-size: 17px;
}
.studi_single_pro_layout-02 .sc_studi_share_box,
.studi_single_pro_layout-03 .sc_studi_share_box {
  background: radial-gradient(#03a9f4, #2196f3);
  color: white;
}
.studi_single_pro_layout-02 .meta-info-unit-box i,
.studi_single_pro_layout-03 .meta-info-unit-box i {
  font-size: 50px;
  color: #e91e63;
}
.studi_single_pro_layout-02 .studi_shortlink {
  text-align: center;
}
.studi_single_pro_layout-02 .studi_public_pro_data_bottom {
  padding: 0;
  margin-top: 15px;
  text-align: center;
}
.teacher_in_layout {
  margin-bottom: 20px;
  text-align: center;
}
.teacher_in_layout img.teacher_image {
  border-radius: 100em;
  box-shadow: 0 3px 15px gainsboro;
  margin-bottom: 20px;
  margin-top: 20px;
}
.teacher_title {
  text-align: right;
}
.studi_boot_pad_remover {
  padding: 0;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}

.pro_cat_holder a,
.protags_holder a {
  background: #f5f5f5;
  padding: 3px 10px;
  border-radius: 3px;
  color: darkgrey;
  margin: 5px;
  font-weight: 400;
}
.proRating_holder {
  background: #e91e63;
  color: white;
  text-align: center;
}
.proRating_holder span.votes-number {
  border-right: 1px solid #b3174c;
  padding-right: 8px;
  margin-right: 5px;
}

.studi_price_box span.price-label {
  display: none;
}
.studi_price_box del span.woocommerce-Price-currencySymbol {
  display: inline;
  margin-right: 3px;
}
.studi_price_box del {
  text-decoration: none;
  display: block;
  font-size: 2.5em;
  text-align: center;
  color: #cacaca;
}
.studi_price_box ins,
.studi_price_box .price.notOnSale span.woocommerce-Price-amount.amount {
  font-size: 3em;
  display: block;
  text-align: center;
  margin: 10px 0;
  background: #f8f9fa;
  padding: 10px;
}
.studi_price_box .price.notOnSale {
  text-align: center;
}
.studi_price_box ins span.woocommerce-Price-currencySymbol,
.studi_price_box .price.notOnSale span.woocommerce-Price-currencySymbol {
  font-size: 0.4em;
}
.studi_price_box del span.woocommerce-Price-amount.amount {
  position: relative;
}
.studi_price_box del span.woocommerce-Price-amount.amount:before {
  content: "";
  position: absolute;
  left: 0;
  top: 44%;
  background: #f44336;
  width: 110%;
  height: 2px;
  transform: rotate(-5deg);
}
.studi_price_box table {
  margin-bottom: 10px;
}
.studi_price_box table tr td {
  padding-top: 0px;
}
.studi_share_view {
  margin-top: 8px;
  margin-bottom: 8px;
}
.studi_price_box .woocommerce-variation.single_variation .price {
  margin-bottom: 0px;
  padding: 0px;
}
p.stock.out-of-stock {
  text-align: center;
}

.single-product .variations span.select2.select2-container {
  display: none !important;
  height: 0;
}
a.reset_variations {
  display: none;
}
.vari_label {
  padding: 0 5px;
  border-radius: 3px;
  display: inline-block;
  margin: 1px 3px;
  background: #f8f9fa;
}
input.vari_radio {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.product-type-variable p.price {
  display: none;
}

.single_pro_top .product-image-wrapper img {
  width: 100%;
  max-height: 400px;
}

@media screen and (max-width: 968px) {
  .pro_gallery_holder {
    margin: 25px 0 17px;
  }
  .desktopfreespace {
    display: none;
  }
}

span.select2-dropdown {
  z-index: 20000000000000000;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl;
}
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus {
  direction: ltr;
}

/* floating contact button */
.studi_custom_floating_btn {
  position: fixed;
  width: 64px;
  height: 64px;
  text-align: center;
  background: #8bc34a;
  border: 10px solid #c5e1a5;
  border-radius: 100em;
  cursor: pointer;
  transition: 0.4s;
}
.studi_custom_floating_btn i {
  transition: 0.4s;
}
.studi_custom_floating_btn:hover i {
  transform: scale(0.9);
}
.scBR {
  bottom: 23px;
  right: 15px;
}
.scBL {
  bottom: 23px;
  left: 60px;
}
.studi_custom_floating_btn i {
  line-height: 44px;
  font-size: 22px;
  color: white;
}
.studi_custom_floating_btn_content {
  box-shadow: 0 0 40px #00000059;
  position: fixed;
  top: 10%;
  right: 10%;
  left: 10%;
  background: white;
  overflow: auto;
  border-radius: 12px;
  z-index: 940;
  overflow-x: hidden;
  max-height: 500px;
}
.scfbcHolder {
  z-index: 10000;
  transform: scale(0);
  transition: transform 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.scfbcHolder.show {
  transform: scale(1);
  transition: transform 0.3s;
}
.scfbcHolder.show:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: #00000057;
  width: 100%;
}
.scfbcCloser {
  position: absolute;
  width: 35px;
  left: 0;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  background: white;
  border-radius: 0 0 20px;
  font-size: 30px;
  padding: 3px;
}
.studi_custom_floating_btn_content .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.studi_custom_floating_btn:before {
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 0px solid var(--button-circle);
  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: intervalsc_studi_hamburgerBorder;
  animation-name: intervalsc_studi_hamburgerBorder;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  box-shadow: 0 0 5px #b5b5b5e0, 0 0 8px inset #73737338;
}
ul.woocommerce-error {
  background: #fce9ee;
  padding: 10px 15px;
  margin-right: 0;
  border-radius: 5px;
  border: 1px solid #ffd0db;
  line-height: 44px;
}
a.button.wc-forward {
  float: left;
}
ul.woocommerce-error li:before {
  background: #e91e63;
  padding: 10px;
  border-radius: 100px;
  color: white;
}
a.studi_custom_floating_btn.hint--top-left:after {
  transform: rotate(-90deg) translate(2px, -50px);
}
a.studi_custom_floating_btn.hint--top-left:hover:after {
  background: #4a4a4a;
  margin-bottom: 6px;
  padding: 10px 15px;
  transform: rotate(-90deg) translate(21px, -54px);
}

.right_audio article .post-inner {
  padding: 12px;
}

/* new pro grid  */
.education_block_thumb {
  position: relative;
  width: 200px;
  height: 170px;
  margin: 0;
  border-radius: 0.4rem;
  overflow: hidden;
}
.education_block_thumb .image-item img {
  width: 100%;
  align-items: center;
  object-fit: cover;
  height: 100%;
}
.list_layout_ecucation_caption {
  display: block;
  width: auto;
  flex: 1;
  margin-right: 15px;
  margin-top: 10px;
}
.education_block_list_layout {
  position: relative;
  width: 100%;
  align-items: center;
  display: flex;
  align-items: center;
  border: 1px solid #e8ebf1;
  background: #ffffff;
  border-radius: 0.4rem;
  margin-bottom: 30px;
  padding: 1rem;
}
.list_layout_ecucation_caption .course-content-bottom {
  display: flex;
  justify-content: space-between;
}
.products .studiProGrid.course-item {
  margin-bottom: 0.075rem;
}
.education_block_list_layout .course-loop-element__course-type {
  left: 0;
  top: 20%;
}
.sc-teacher img {
  max-width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block !important;
  overflow: hidden;
}
.education_block_list_layout .sc-teacher {
  margin: 5px 0;
  min-height: 35px;
}
.education_block_list_layout .course-students i {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .education_block_thumb {
    width: 100% !important;
  }
  .education_block_list_layout {
    display: block;
  }
}

.dropdown-cart {
  padding-bottom: 15px;
}
.studiBlog .format-audio .post-thumbnail:after,
.owl-carousel .format-audio .post-thumbnail:after {
  content: "\f130";
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  font-family: "Font Awesome 5 Pro";
  background: #1e3034a6;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 23px;
}
.input-text.qty {
  max-width: 66px;
  text-align: center;
  margin: 10px;
}

.single_add_to_cart_button {
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  padding: 12px 0;
}
.single_add_to_cart_button::before {
  position: absolute;
  right: 15px;
}
button.single_add_to_cart_button:before {
  content: "\f291";
}
.single_add_to_cart_button:after {
  transition: 0.4s;
  content: "";
  position: absolute;
  right: -18px;
  top: -7px;
  background: #ffffff29;
  width: 69px;
  height: 58px;
  border-radius: 100em;
}
.single_add_to_cart_button:hover:after {
  width: 120%;
  transition: 0.4s;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
ul.studi-nav-tabs {
  display: block;
  justify-content: center;
  list-style: none;
  margin-right: 0;
}
ul.studi-nav-tabs li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 5px 10px;
  margin-left: 5px;
}
ul.studi-nav-tabs li.active,
ul.studi-nav-tabs li:hover {
  border-radius: 5px;
}

.studi-tabs-style1 ul.studi-nav-tabs {
  border-bottom: 1px solid gainsboro;
}
.studi-tabs-style1 ul.studi-nav-tabs li.active,
.studi-tabs-style1 ul.studi-nav-tabs li:hover {
  border-radius: 10px 10px 0 0;
}
.studi-tabs-style1 ul.studi-nav-tabs li:before {
  content: "";
  background: gainsboro;
  width: 0%;
  height: 0px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transition: 0.4s;
}
.studi-tabs-style1 ul.studi-nav-tabs li.active:before {
  right: 0;
  width: 100%;
  height: 5px;
  border-right: 10px solid;
  border-left: 10px solid;
  bottom: -3px;
}

/* product offer */
.studi_special_offer_holder {
  background: white;
  box-shadow: 0 0 5px gainsboro;
  padding: 10px;
  border-radius: 7px;
}
@media screen and (min-width: 768px) {
  .studi_special_offer_holder .owl-dots {
    position: absolute;
    right: 50%;
    bottom: 0;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
    padding: 5px 8px 0;
  }
  .prosale_holder:before {
    content: attr(data-offpercent);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 400px;
    line-height: 300px;
    opacity: 0.05;
  }
  .proTimer {
    margin-top: -32px;
  }
}
@media screen and (max-width: 767.99px) {
  .prosale_data h2 {
    font-size: 1.3em;
    text-align: center;
    margin-top: 10px;
  }
  .sco_excerpt {
    margin: 10px 0;
    text-align: justify;
  }
  .sco_salep {
    font-size: 3em !important;
  }
  .sco_regp {
    font-size: 2em !important;
  }
}
.soc_buy_btn {
  color: white !important;
  background: #459ae5;
  padding: 10px;
  display: block;
  text-align: center;
  border-radius: 3px;
  margin-top: 20px;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
.soc_buy_btn:before {
  content: "";
  background: #ffffff2e;
  position: absolute;
  right: -35px;
  top: -20px;
  width: 90px;
  height: 90px;
  border-radius: 350px;
  transition: 0.4s;
}
.soc_buy_btn:hover:before {
  width: 125%;
}
.soc_buy_btn i {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 24px;
}
.studi_special_offer_holder .owl-dot.active span {
  background-color: gold;
}
.prosale_data {
  padding: 10px 0;
}

.proTimer {
  display: flex;
  justify-content: center;
  direction: ltr;
}
.proTimer div {
  padding: 5px;
  text-align: center;
  background: linear-gradient(0, #d9255a 50%, beige 50%);
  margin: 5px;
  min-width: 52px;
  border-radius: 3px;
}
.proTimer div span {
  display: block;
  color: #fff;
}

.scoPriceHtml {
  margin-top: 20px;
  display: inline-flex;
  background: #8bc34a;
  padding: 0 10px;
  justify-content: center;
}
.sco_salep {
  font-size: 50px;
  font-weight: 700;
  color: gold;
  margin: 0 20px 0 5px;
}
.sco_regp {
  font-size: 36px;
  position: relative;
  color: white;
}
.sco_regp:before {
  content: "";
  position: absolute;
  left: -11%;
  top: 35%;
  width: 115%;
  height: 2px;
  background: #ffd700;
  transform: rotate(-12deg);
}
.sco_currency {
  color: white;
}
.sco_excerpt {
  width: 100%;
  line-height: 1.5em;
  height: 4.3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* Rating Stars */

.rating {
  display: block;
  direction: rtl;
  unicode-bidi: bidi-override;
  text-align: center;
}
.rating .star {
  display: none;
}
.rating label {
  color: lightgray;
  display: inline-block;
  font-size: 22pt;
  margin: 0 -2px;
  transition: transform 0.15s ease;
}
.rating label:hover {
  transform: scale(1.35, 1.35);
}
.rating label:hover,
.rating label:hover ~ label {
  color: orange;
}
.rating .star:checked ~ label {
  color: orange;
}
/* Favorits */
.heart {
  font-size: 25px;
  color: red;
}

.heart-disabled {
  font-size: 25px;
  color: #aaa;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover .hvr-icon, .hvr-icon-pulse-shrink:focus .hvr-icon, .hvr-icon-pulse-shrink:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.hiby{
  font-size: 74%;
  color: #ccc;
  margin-top: -10px;
}


@media screen and (max-width: 768px){
  .sc_video_in_loop_player_div {
      width: 92%;
  }
  .sc_video_in_loop_close {
      top: 15%;
      right: 0;
  }
  .sc_video_in_loop_player_holder.active {
      bottom: 0%;
  }
}
.sc_video_in_loop_player_holder {
    background: rgba(0, 0, 0, 0.8);
}
.sc_video_in_loop_close {
    width: 100%;
    text-align: center;
    color: white;
}


