:root {
  --white: #ffffff;
  --black: #000000;
  --black2: #111111;
  --black52: #6c6c6c;
  --grey51: #798795;
  --grey52: #5b4834;
  --black53: #222222;
  --redish: #fa5a56;
  --faintred: #f8d194;
  --faintred2: #f6b782;
  --darkred1: #fa7c42;
  --darkred2: #fa5b56;
}
:root {
  --common-font-f: 'Fira Sans', cursive;
  --common-font-fm: "Fira Sans Mid";
  --common-font-fb: "Fira Sans Bold";
  --common-font-feb: 'Fira Sans Extra Bold';
  --common-font-o: "Open Sans", sans-serif;
}
/* ----------- Single Pages -------------- */
.single-page-content p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #1b3039;
  font-family: var(--common-font-f);
  font-weight: 400;
}
#classes_single .classes-meta p {
  font-size: 15px;
  letter-spacing: 1px;
  color: #8d939f;
  font-weight: 400;
}
#classes_single .project-meta {
  padding-top: 20px;
}
#classes_single .project-meta p span {
  font-weight: bold;
}
#single-team .inner-page-feature-box p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #303133;
  font-weight: 400;
  margin-bottom: 8px;
}
#single-team .inner-page-feature-box img {
  padding-bottom: 20px;
}
#single-team .social-profiles {
  padding-bottom: 10px;
}
#single-team .social-profiles i {
  color: #1b1a18;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 9px 12px 9px 0px;
}
#single-team .inner-page-feature-box p i {
  color: #1b1a18;
}
#testimonial_single .student-desig {
  font-size: 17px;
  letter-spacing: 0px;
  color: var(--black2);
  font-weight: 600;
}
#testimonial_single .social-profiles i {
  color: #24272e;
  margin-right: -5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 9px 12px 9px 0px;
}
#testimonial_single .team_feature-box img {
  border-radius: 50%;
}
.all-testimonial .testimonials-content {
  border: 1px solid #ccc;
  padding: 20px;
}
/* ------------------Single Post ----------------- */
#single_post .postbox .postbox-content {
  position: static;
}
#single_post .postbox .postbox-content i {
  color: #121212;
}
#single_post .date-box-inner {
  padding: 8px;
  border: solid 2px var(--white);
}
.posttitle a {
  font-size: 20px;
}
.posttitle a:hover {
  color: #222;
}
.page-header h1 {
  color: #111;
  font-weight: 600;
  font-size: 28px;
  font-family: var(--common-font-f);
}
.entry-title {
  color: #111;
  font-weight: 600;
  font-size: 28px;
  font-family: var(--common-font-f);
}
.single-post-content table td {
  text-align: center;
}
.single-post-content .wp-audio-shortcode {
  margin-bottom: 50px;
}
.author_links a {
  color: #111;
}
#sidebar .widget_recent_entries a {
  font-size: 13px;
}
.middle-content p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  font-family: var(--common-font-f);
  font-weight: 400;
}
/*------------------ Single Testimonials -----------------*/
#testimonial_single blockquote {
  padding: 1.25em 40px;
  color: #383838;
  background: var(--white);
  border: 1px solid #ddd;
  width: 100%;
}
.meta_post span i {
  background-color: #24272e;
  padding: 7px;
  color: var(--white);
  margin-right: 10px;
}
#latest_post .owl-nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#latest_post button.owl-prev,
#latest_post button.owl-next {
  border: none;
}
#latest_post button.owl-next.disabled,
#latest_post button.owl-prev.disabled {
  background-color: transparent;
}
#latest_post button.owl-prev,
#latest_post button.owl-next {
  background-color: transparent;
}
/*------------------------- Testimonial Shortcode --------------------------*/
.testimonial-shortcode .testimonials_inner {
  border: solid 2px #002b46;
}
.our_testimonials_outer.testimonial-shortcode {
  margin-top: 2em;
}
.testimonial-shortcode .testimonials_inner:hover {
  border: solid 2px #fec200;
}
.testimonial-shortcode .testimonials-icon img {
  width: 100%;
}
/*------------------ Contact Page -----------------*/
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color: transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #cccccc;
  background-color: transparent;
}
.contact-box .wpcf7 input[type="text"],
.contact-box .wpcf7 input[type="email"] {
  font-size: 16px;
  padding: 10px 18px;
  margin: 0 12px 13px 0;
  height: auto;
  border: 1px solid #cccccc;
  background-color: transparent;
  border-radius: 5px;
}
.contact-box .wpcf7 select {
  font-size: 16px;
  padding: 10px 18px;
  margin: 0 12px 13px 0;
  height: auto;
  border: 1px solid #cccccc;
  background-color: transparent;
  border-radius: 5px;
  color: #828790;
}
.contact-box .contac_form input[type="submit"] {
  border-radius: 5px;
  padding: 12px 20px;
  margin-top: 20px;
}
section#contact-box {
  padding: 0;
  margin: 0;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
  width: 100%;
}
.contac_form h3 {
  text-align: center;
}
.contact-info .head {
  color: #111;
}
.contact-address,
.contact-email,
.contact-phone {
  margin: 7px 0;
}
.c_content span {
  font-size: 18px;
}
.c_content p {
  font-size: 16px;
}
.contac_form .fancy-title {
  width: 250px;
  margin: 0 auto;
}
.contac_form label {
  width: 100%;
}
.c_content {
  color: var(--white);
}
.contact-color-bg form textarea {
  margin-right: 10px;
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 23px;
}
.contact-box .google-map {
  margin-bottom: 30px !important;
  margin-top: 30px;
}
.contact-page-details h3 {
  padding-top: 0;
}
.contact-page-details .contact-text {
  line-height: 30px;
  color: #828790;
  font-family: var(--common-font-f);
}
.contact-page-details i {
  color: #24272e;
  font-size: 17px;
  padding-top: 6px;
}
.contact-page-details .contact-info-box p {
  color: #24272e;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.contact-page-details .inner-cont {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 12px;
}
.contact-box .contac_form form {
  background-color: var(--white);
  padding: 30px;
  padding-left: 0;
}
.contact-box .contact-det-box {
  background-color: var(--white);
  padding: 30px;
}
/*---------------- Banner ----------------------*/
.inner_banner img,
.title-box img {
  width: 100%;
}
.main_title {
  margin-top: 20px;
}
.main_title h1 {
  padding: 0;
  margin-bottom: 22px;
  font-size: 28px;
  color: #111;
  font-weight: bold;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: var(--common-font-f);
}
/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td,
.widget.widget_calendar tr,
.widget.widget_calendar th {
  border: 1px solid var(--white);
  color: var(--black2);
}
#footer .widget.widget_calendar td,
#footer .widget.widget_calendar tr,
#footer .widget.widget_calendar th {
  color: #7f8391;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 0em;
  color: #7f8391;
  padding-left: 15px;
  caption-side: top;
}
.widget_calendar tbody a {
  color: var(--white);
  display: block;
  font-weight: 700;
}
.widget_calendar tbody #today {
  background-color: #bbb;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #7f8391;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}
/*-------------------- Sweep To Right -----------------------*/
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/*--------------- Sidebar -----------------*/
#sidebar td#prev a {
  color: #6c6c6c;
}
#sidebar caption {
  font-weight: bold;
  color: #6c6c6c;
  font-size: 20px;
}
#sidebar table,
#sidebar th,
#sidebar td {
  border: 1px solid #e1e1e1;
  text-align: center;
}
#sidebar td {
  padding: 7px;
  color: #6c6c6c;
}
#sidebar th {
  text-align: center;
  padding: 5px;
  color: #6c6c6c;
}
#sidebar select {
  padding: 10px 5px;
  border: solid 1px #e1e1e1;
  color: #6c6c6c;
  background: transparent;
}
#sidebar form {
  text-align: center;
}
#sidebar h3 {
  font-size: 24px;
  color: var(--black53);
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 11px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  font-family: var(--common-font-f);
}
#sidebar input[type="search"] {
  padding: 10px 10px;
  font-size: 15px;
  margin-bottom: 10px;
  color: #6c6c6c;
  border: solid 1px #e1e1e1;
  width: 100%;
}
#sidebar label {
  margin-bottom: 0;
  width: 100%;
}
#sidebar input[type="submit"] {
  background-color: var(--redish) !important;
  color: var(--white) !important;
  padding: 10px 0;
  font-size: 12px;
  width: 100%;
  letter-spacing: 2px;
  font-weight: bold;
}
#sidebar .widget {
  padding: 8px;
  border: 1px solid #f4f4f9;
  margin-bottom: 50px;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
}
#sidebar ul li {
  font-weight: 600;
  color: #343434;
  font-size: 15px;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
#sidebar ul li:last-child {
  border: none;
}
#sidebar ul li a {
  font-weight: 600;
  color: #343434;
  font-size: 15px;
}
#sidebar .tagcloud a {
  border: solid 1px #e1e1e1;
  color: #6c6c6c;
  font-size: 15px !important;
  padding: 5px 18px;
  margin: 0 0 5px;
  display: inline-block;
}
#sidebar .tagcloud a:hover {
  background: #111;
  color: var(--white);
}
span.credit_link a {
  color: var(--redish);
}
.single-post-content p {
  line-height: 28px;
}
.outer_dpage p {
  font-size: 16px;
  color: #8fa3aa;
  line-height: 28px;
}
/*------------- Page -----------------*/
.title-box {
  color: var(--white);
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.title-box img {
  width: 100%;
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.58);
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 10%;
}
.middle-content {
  padding-bottom: 20px;
}
.shrtcod-pg {
  border: 1px solid #bbb;
}
.shrt_socio i {
  border: 1px solid #bbb;
  padding: 10px;
  margin-right: 10px;
}
/*---------------- Contact Us Widget ----------------*/
.contact_us_icon i {
  color: #24272e;
  margin: 10px 0;
  font-size: 24px;
}
.widget_recent_entries li a {
  font-size: 14px;
}
.widget_recent_entries span.post-date {
  width: 100%;
  padding-left: 15px;
  margin-bottom: 11px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #aca9a9;
}
/*---------------- Pagination ----------------*/
.navigation {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}
.navigation a {
  padding: 0;
}
.navigation span,
.navigation a {
  display: block;
  float: left;
  padding: 10px 15px 0 15;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #5b5b5b;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  font-weight: normal;
}
.navigation span.meta-nav {
  font-weight: bold;
}
.navigation .current {
  background: #333333;
  color: var(--white);
  font-weight: normal;
}
.navigation {
  padding-bottom: 30px;
}
.pagination a:hover {
  background-color: #24272e !important;
}
/* ------------- Category --------------------*/
.category-page h4 {
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories li {
  display: inline-block;
}
ul.post-categories li:after {
  content: ' ,';
}
ul.post-categories li:last-child:after {
  content: '';
}
ul.post-categories a {
  color: #333333;
}
.content_boxes {
  padding: 0;
  border: none;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
}
.post_tag .meta-sep {
  font-weight: bold;
}
.post_tag a:after {
  content: ", ";
  display: inline-block;
}
.post_tag a:last-child:after {
  content: "";
}
/*-------------- Main Title ---------------*/
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  color: var(--white);
  background-color: #333333;
  width: 36px;
  margin: 0 4px;
  text-align: center;
}
.share_icon i.fab.fa-facebook-f {
  background-color: #3c5a99;
}
.share_icon i.fab.fa-linkedin-in {
  background-color: #007bb5;
}
.share_icon i.fab.fa-google-plus-g {
  background-color: #da4835;
}
.share_icon i.fab.fa-twitter {
  background-color: #55acee;
}
.services_inner h4,
.services_inner .short_text {
  color: var(--white);
}
.view-more {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.menubar.scrolled li.search-box {
  display: block !important;
}
/*-------------- Woocommerce ---------------*/
.woocommerce .summary h1 {
  font-size: 28px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 20px;
}
.woocommerce .quantity input {
  padding: 5px 0px;
}
.woocommerce button.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: var(--redish);
  border-radius: 0 !important;
  padding: 14px 18px;
  color: var(--white) !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: #1b1a18 !important;
}
#contentwoocom {
  padding: 20px 15px;
}
h2.woocommerce-loop-product__title {
  text-align: center;
}
.woocommerce ul.products li.product .price {
  text-align: center;
}
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  text-align: center;
  margin: 0 auto;
  display: table;
  margin-bottom: 20px;
  border-radius: 5px;
}
li.product {
  border: 1px solid #ddd;
  padding-bottom: 17px;
}
.woocommerce span.onsale {
  background-color: #24272e !important;
}
.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2 {
  max-width: 100%;
}
input#password,
input#reg_password {
  padding: 10px;
}
.woocommerce div.product form.cart .variations select {
  background-color: var(--white);
}
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
  width: 100%;
  max-width: 100%;
}
.woocommerce a.added_to_cart {
  padding: 0 .5em .5em;
  display: inline-block;
}
.woocommerce h1,
.woocommerce h2,
.woocommerce h3 {
  font-family: var(--common-font-f);
  color: #222;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 53%;
}
.woocommerce .woocommerce-MyAccount-content .form-row {
  display: block !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  border: 2px solid #222;
  margin-left: 0;
  max-width: 71%;
}
.woocommerce .woocommerce-MyAccount-content .form-row {
  display: block !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  border: 2px solid #222;
  margin-left: 0;
  max-width: 71%;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  border-bottom: 2px solid #222;
  padding: 10px 25px 10px 15px;
  background-color: transparent;
  box-shadow: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  line-height: 30px;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #8fa3aa;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--redish);
}
.woocommerce-product-search button {
  background: var(--redish);
  border: none;
  color: var(--white);
  padding: 10px;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--black2);
  color: var(--white);
}
.woocommerce .form-row {
  display: unset;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
}
.woocommerce #order_review table th {
  text-align: left;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  padding: 20px;
}
.woocommerce div.product div.images img {
  width: auto !important;
}
#single-product-page {
  padding-top: 40px;
}
.woocommerce-products-header__title {
  letter-spacing: 0px;
  color: #222;
  font-weight: 800;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #f4f4f9;
  padding: 17px;
  padding-top: 0;
}
#primary {
  padding-top: 30px;
}
.woocommerce .woocommerce-breadcrumb a {
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--black53);
  font-family: var(--common-font-f);
  font-weight: 500;
}
.woocommerce .woocommerce-breadcrumb {
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--black53);
  font-family: var(--common-font-f);
  font-weight: 500;
}
.woocommerce .woocommerce-result-count {
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--black53);
  font-family: var(--common-font-f);
  font-weight: 500;
}
.woocommerce .woocommerce-ordering select {
  background-color: #222;
  color: var(--white);
  border-radius: 5px;
}
.shop-page ul.products li.product .onsale {
  border-radius: 50%;
  padding: 0px 10px;
  font-size: 14px;
  left: 0;
  right: auto;
  width: 50px;
  height: 50px;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #222 !important;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  margin-right: 10px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: var(--white) !important;
  background-color: #1b1a18 !important;
}
.woocommerce-page ul.products li.product:hover .onsale {
  background-color: #222;
  color: var(--white);
}
.woocommerce-page ul.products li.product:hover .add_to_cart_button.ajax_add_to_cart {
  background-color: #222;
  color: var(--white);
}
.woocommerce-page ul.products li.product:hover .price {
  color: #222;
}
.woocommerce-page ul.products a.added_to_cart {
  display: inherit;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--black53);
  font-family: var(--common-font-f);
  font-weight: 700;
  text-align: center;
}
#single-product-page span.onsale {
  border-radius: 50% !important;
  padding: 0px 10px !important;
  font-size: 13px !important;
  left: 0 !important;
  right: auto;
  display: inline-block;
  width: 45px;
  height: 45px;
}
.woocommerce div.product p.price ins {
  text-decoration: none;
}
.woocommerce-message {
  border-color: #1b1a18 !important;
}
.woocommerce-message::before {
  color: #1b1a18 !important;
}
.woocommerce-message {
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--black53);
  font-family: var(--common-font-f);
  font-weight: 500;
}
.woocommerce .product_meta span {
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--black53);
  font-family: var(--common-font-f);
  font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: var(--redish);
  margin-right: 8px;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--white) !important;
}
.woocommerce .related {
  padding-top: 30px;
}
.woocommerce table.shop_table th {
  color: #222;
}
.woocommerce .woocommerce-cart-form__cart-item a {
  color: #222;
  font-weight: bold;
}
.woocommerce .woocommerce-cart-form__cart-item td {
  color: #222
}
.woocommerce table.shop_table td {
  color: #222;
}
.woocommerce .woocommerce-error {
  color: #222;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  color: #222;
  display: inline-block !important;
}
.shop-page ul.products li.product a img {
  width: auto !important;
}
/*----------------- Product Star Rating--------------*/
.woocommerce ul.products li.product .star-rating {
  color: #fec806;
  margin: 0 auto;
  display: block;
  float: none;
  overflow: hidden;
  position: relative;
  height: 1.7em;
  line-height: 1;
  font-size: 1em;
  width: 66%;
  font-family: star;
}
.star-rating {
  color: #ffca04;
  font-size: .857em;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  margin-bottom: 13px;
  margin-top: 5px;
}
.woocommerce .star-rating::before {
  content: "\73\73\73\73\73";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.shop-page .star-rating span::before {
  left: 46px !important
}
.shop-page .star-rating::befores {
  left: 46px !important
}
#footer_box .star-rating {
  margin: 10px 0 10px 0 !important;
}
/* ----------- Unit Testing ------------- */
.outer_dpage table {
  text-align: center;
}
.outer_dpage table th {
  text-align: center;
}
/*---------- ACCESSIBILITY ------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
a:focus {
  outline: thin dashed;
}
h3.slidersmall {
  color: #333;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px
}
/*------------------ Comments BOX ------------------*/
#comments .reply {
  float: none !important;
  margin-bottom: 30px;
}
#comments .reply a {
  font-size: 16px;
  font-weight: 700;
}
#comments .commentmetadata a:hover {
  color: #222;
}
#comments h2.comments-title {
  padding-bottom: 20px !important;
}
#comments .comment-awaiting-moderation {
  padding-top: 8px;
  display: inline-block;
}
.post-navigation a:hover {
  color: #88d055 !important;
}
button.close-one {
  background: transparent;
  border: none;
}
.vw-digital-msg {
  text-align: center;
  position: relative;
  z-index: 99;
}
aside#block-2.widget_block, aside#block-3.widget_block, aside#block-4.widget_block {
    display: none;
}