/* Common Widget Style */

.main-navigation-area .contact-info span.text {
  font-size: 1.5rem;
  font-weight: 700;
}

.main-navigation-area .contact-info span.title {
  font-size: 1rem;
  font-weight: 500;
}

.widget-left,
.widget-right {
  display: inline-flex;
  align-items: center;
}
.sidebar .wp-block-image.size-large {
  
  height: 80px;
  
}
.wp-block-image img {
  box-sizing: border-box;
  border-radius: 10px;
}
.widget-right li a {
  margin-left: auto;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 10px;
  border: 1px solid var(--vs-gray);
  padding: 10px 10px 20px 10px;
}
.wp-block-search .wp-block-search__label {
    font-size: 20px;
}
.widget form {
    padding: 10px 10px 20px 10px;
}
.wp-block-image {
  margin: 0 0 1em;
  margin-bottom: 1rem !important;
  width: 33.33333333%;
  flex: 0 0 auto;
    flex-grow: 0;
}
.sidebar .wp-widget-group__inner-blocks {
  --vs-border-opacity: 1;
  border-color: rgba(var(--vs-light-rgb),var(--vs-border-opacity)) !important;
  --vs-border-width: 2px;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-right: .5rem !important;
  padding-left: .5rem !important;
  border: var(--vs-border-width) var(--vs-border-style) var(--vs-border-color) !important;
}
.sidebar .wp-block-latest-posts__post-title{
  font-size: 16px;
}
.wp-block-latest-posts__featured-image img {
  border-radius: 10px;
}

.widget-left li a {
  margin-right: auto;
}

.widget-right .widget,
.widget-left .widget {
  padding: 0 1.25rem;
}

.widget-left .widget:nth-child(2n + 3),
.widget-left .widget:first-child {
  padding-left: 0px;
}

.widget-right .widget:nth-child(n + 2) {
  padding: 0 1.25rem;
}

.widget-right .widget:nth-child(2n + 4),
.widget-right .widget:first-child {
  padding-right: 0px;
}

.widget-right .widget:first-child {
  padding-left: 0px;
}

.widget-right .widget:last-child {
  padding-right: 0px;
}

.widget.widget-text-slide {
  width: 100%;
}

/*---//---*/

/* Header Widget */

.main-header p:not(.site-description) {
  margin: 0;
}

.above-header .contact-area {
  min-height: 45px;
  color: var(--vs-white);
}

.above-header .contact-icon {
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 10px;
  color: var(--vs-primary);
  background-color: var(--vs-white);
}

.above-header .contact-area:hover .contact-icon,
.above-header .contact-area:focus-within .contact-icon {
  color: var(--vs-white);
  background-color: var(--vs-primary);
}

.above-header .widget-left,
.above-header .widget-right {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  min-height: 50px;
}

.header-widget:not(.header-carousel) .widget:not(.widget_media_video) {
  display: inline-block;
  margin: 0;
}

.header-widget:not(.header-item):not(.header-carousel)
  .widget:not(.widget_media_video) {
  line-height: unset;
}

.main-header .widget:not(.widget_social_widget) li {
  display: inline-block;
  padding: 0;
}

.main-header .widget:not(.widget_nav_menu):not(.widget_social_widget) li {
  margin: 0 10px 0px 0;
}

.main-header .widget.widget_nav_menu li {
  margin: 0 10px 0 0;
}

.main-header .widget:not(.widget_social_widget) li:last-child,
.tagcloud a:last-child {
  margin: 0;
}

.header-widget ul li,
.header-widget ul li a,
.main-header .widget span {
  font-weight: 500;
}

.header-widget ul li span,
.header-widget a,
.contact-info span {
  text-decoration: none;
  position: relative;
  text-shadow: -0.15px -0.15px 0 transparent, 0.15px 0.15px transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header-widget ul li span,
.header-widget a {
  display: inline-block;
}

.header-widget .widget:not(.widget_social_widget) li a {
  width: max-content;
}

.header-widget .widget:not(.widget_social_widget):not(.widget-contact) i,
.header-widget
  .widget:not(.widget_social_widget):not(.widget-contact):not(
    .widget_media_gallery
  ):not(.widget_media_gallery)
  img {
  font-size: 15px;
  display: inline-block;
}

.header-widget
  .widget:not(.widget_social_widget):not(.widget-contact):not(
    .widget_media_gallery
  ):not(.widget_media_gallery)
  img {
  height: 1.25rem;
}

.main-header .widget li:last-child,
.header-widget-info li:last-child {
  margin-right: 0;
}

.header-widget .fa-phone + span {
  font-weight: 700;
}

.breadcrumb-widget .widget .widget-title,
.footer-copyright .widget:not(.widget-info):not(.widget-none) .widget-title,
.main-header .widget:not(.widget-info):not(.widget-none) .widget-title {
  display: none;
}

.header-widget .gallery .gallery-item a {
  display: block;
}

.header-widget .widget img {
  width: 50px;
}

.header-widget .gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-widget .gallery .gallery-item {
  -ms-flex: 1;
  flex: 1;
  margin: 0 6px 0 0;
  padding: 0;
}

.header-widget .widget_media_video {
  display: block;
  width: 100%;
}

.header-widget .widget_media_video .wp-video .mejs-container {
  width: 100% !important;
  max-height: 170px;
}

.header-widget .widget_media_video .wp-video-shortcode video,
.header-widget .widget_media_video video.wp-video-shortcode {
  max-height: 170px;
}

.header-widget .widget-menu-top li a i {
  display: block;
  text-align: center;
  font-size: 32px;
  margin-bottom: 5px;
}

/* ---//--- */

/* Above Header BG */

.above-header-bg .above-header .contact-icon,
.above-header-bg .above-header .widget_social_widget li a {
  color: var(--vs-white);
  background-color: var(--vs-primary);
  border: 2px solid var(--vs-white);
}

.above-header-bg .above-header .widget-text-slide .text-heading,
.above-header-bg .above-header .contact-area {
  color: var(--vs-secondary);
}

/* ---//--- */

/* Basic Css for widget */

.widget.widget_rss h5 {
  margin-bottom: 0;
}

.widget.widget_rss h5 a {
  display: inline-block;
}

.widget li {
  list-style: none;
  position: relative;
  vertical-align: middle;
      border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}
.widget li:last-child {
    border-bottom: none;
}
.widget li a {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-weight: 500;
}

.widget li a:before {
  font-family: fontawesome;
  position: absolute;
}

.footer-main .widget_nav_menu li a:before,
.footer-main
  .widget:not(.widget_nav_menu):not(.widget_recent_comments):not(
    .widget-info
  ):not(.widget_social_widget):not(.widget_calender):not(.widget_tag)
  li
  a:before {
  left: 0;
}

.footer-main
  .widget:not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(
    .widget_social_widget
  ):not(.widget_calender):not(.widget_tag)
  li
  a:before {
  content: "\f054";
}

/* ---//--- */

/*=============== Contact-Area Start =============*/

.contact-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.contact-icon {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  font-size: 38px;
  width: 42px;
  height: 42px;
  line-height: 1;
  margin-right: 15px;
  color: var(--vs-primary);
  -webkit-transition: var(--vs-transition);
  transition: var(--vs-transition);
}

.contact-area .contact-icon i,
.contact-area .contact-icon img {
  color: inherit;
  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;
}

.contact-area:hover .contact-icon i,
.contact-area:hover .contact-icon img,
.contact-area:focus-within .contact-icon i,
.contact-area:focus-within .contact-icon img {
  -webkit-animation: buzz-out 1.25s linear infinite;
  animation: buzz-out 1.25s linear infinite;
}

.contact-info {
  display: inline-block;
  text-align: left;
  color: inherit;
}

.contact-info span {
  display: block;
  line-height: normal;
  font-weight: 500;
}

.contact-info span.title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 1px;
}

/* --/-- */

/* Search Form Start */

.widget .search-form label,
.mail-form,
.search-form {
  width: 100%;
}

.widget .woocommerce-product-search,
.mail-form > div,
.search-form {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.3125rem;
  z-index: 0;
}

.widget .woocommerce-product-search button,
.widget .search-form .search-submit {
  color: var(--vs-white);
  font-weight: 600;
  padding: 0 0.875rem;
  border-radius: 6.25rem;
  min-width: 50px;
}

.widget .woocommerce-product-search button:focus,
.widget .woocommerce-product-search button:hover,
.widget .woocommerce-product-search button,
.widget .search-form .search-submit:focus,
.widget .search-form .search-submit:hover {
  color: var(--vs-white);
  background-color: var(--vs-secondary);
}

.search-submit i {
  font-size: inherit;
  line-height: 2.15;
}

.widget form .search-field {
  padding-right: 5.35rem;
}

.widget form .search-field:not(:hover),
.widget form .search-field:not(:focus) {
  border-color: transparent;
}

.widget form .search-field,
.widget .mail-form .form-control {
  padding-left: 1.25rem;
  min-height: 50px;
  border-radius: 0.3125rem;
  padding-top: 0.81rem;
  padding-bottom: 0.81rem;
}

.widget .mail-form .form-control {
  padding-right: 3.8rem;
}

.widget form {
  overflow: hidden;
}

.widget .woocommerce-product-search,
.widget .search-form,
.widget form .search-field {
  border-radius: 6.25rem;
}

.footer-main .mail-form .submit,
.search-form .search-submit,
.widget .woocommerce-product-search button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  outline: none;
  box-shadow: none;
  color: var(--vs-white);
  background-color: var(--vs-primary);
  line-height: 2;
  z-index: 0;
}

.footer-main .mail-form .submit {
  padding: 0 0.85rem;
  border-radius: 0;
  font-size: 1.5625rem;
}

/* ---//--- */

/* Subscribe Form Start */

.sidebar .widget_subscribe {
  text-align: center;
  font-weight: 500;
}

.sidebar .widget_subscribe form button {
  display: block;
  width: 100%;
  margin-top: 1.25rem;
}

.sidebar .widget_subscribe form input[type="email"] {
  border-radius: 6.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}

.sidebar .widget_subscribe form input[type="email"]:not(:hover):not(:focus) {
  border-color: transparent;
}

/*---//---*/

/* Manual Links Start & Calendar Start */
.footer-main-contant aside.widget.widget_social_widget ul {
    text-align: left;
}
.widget > ul,
.widget div > ul,
.tagcloud {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
}

.calendar_wrap {
  position: relative;
  padding: 1.875rem;
  background-color: var(--vs-primary-light);
  border: 1px solid var(--vs-gray);
}

.sidebar .calendar_wrap {
  padding: 0;
  background: none;
  border: none;
}

.calendar_wrap table {
  width: 100%;
  background: none;
  border: none;
  margin: 0;
  caption-side: top;
}

.calendar_wrap table caption {
  font-weight: 700;
  color: var(--vs-secondary);
  position: relative;
}

.calendar_wrap table th,
.calendar_wrap table td {
  text-align: center;
  line-height: 41px;
  border: 0;
  padding: 0;
  text-align: center;
  border-radius: 50%;
}

.calendar_wrap table th {
  color: var(--vs-secondary);
  background: none;
  font-weight: 700;
}

.calendar_wrap table td {
  font-weight: 500;
  position: relative;
}

.calendar_wrap table td a:after,
td#today:after {
  content: "";
  position: absolute;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background: var(--vs-white);
  bottom: 0;
  left: 50%;
  margin-bottom: 7px;
  transform: translateX(-50%);
  filter: drop-shadow(0.5em 0px 0px #dc221c) drop-shadow(-0.5em 0px 0px #ffae00);
  transition: var(--vs-transition);
}

.calendar_wrap table td a:after {
  opacity: 0;
  visibility: hidden;
}

.calendar_wrap table td a:hover:after,
.calendar_wrap table td a:focus:after {
  opacity: 1;
  visibility: visible;
}

.calendar_wrap table tfoot {
  background-color: var(--vs-gray-light);
}

.wp-calendar-nav {
  position: absolute;
  font-weight: 600;
  font-size: 0.85rem;
  top: 35px;
  right: 30px;
}

.sidebar .wp-calendar-nav {
  top: 0.35rem;
  right: 0;
}

.wp-calendar-nav a {
  width: 30px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  color: var(--vs-white);
  background-color: var(--vs-secondary);
  border-radius: 6.25rem;
  transition: var(--vs-transition);
}

.wp-calendar-nav a:hover,
.wp-calendar-nav a:focus {
  color: var(--vs-white);
  background-color: var(--vs-primary);
}

/* --/-- */

/* Widget Meta */

.header-widget .widget_meta a {
  font-size: 12px;
}

.header-widget .widget.widget_meta li a:before {
  line-height: 1.2;
  font-size: 13px;
}

.widget_meta ul li a {
  padding-right: 0;
  padding-left: 25px;
}

.widget_meta ul li a:before {
  left: 0;
  color: var(--vs-primary);
}

.widget_meta ul li:nth-child(1) a:before {
  content: "\f007";
}
.widget_meta ul li:nth-child(2) a:before {
  content: "\f08b";
}
.widget_meta ul li:nth-child(3) a:before {
  content: "\f086";
}
.widget_meta ul li:nth-child(4) a:before {
  content: "\f27a";
}

.footer-main .widget li a:hover:before,
.footer-main .widget li a:focus:before,
.widget_meta li a:hover:before,
.widget_meta li a:focus:before {
  -webkit-animation: iconRightCaret 600ms ease;
  animation: iconRightCaret 600ms ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Right Caret */
@-webkit-keyframes iconRightCaret {
  0% {
    -ms-transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }

  50% {
    -ms-transform: translateX(2px);
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -ms-transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
}
@keyframes iconRightCaret {
  0% {
    -ms-transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }

  50% {
    -ms-transform: translateX(2px);
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -ms-transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
}

/* ---//--- */

/* Widget Tag & Widget Text & Widget Social */

.tagcloud a {
  margin-bottom: 10px;
  margin-right: 6px;
}

.tagcloud a {
  font-size: 1rem !important;
  display: inline-block;
  line-height: 2.5;
  padding: 0 0.875rem;
  font-weight: 500;
  color: var(--vs-white);
  background-color: var(--vs-primary);
}

.tagcloud a:nth-child(25),
.tagcloud a:nth-child(19),
.tagcloud a:nth-child(13),
.tagcloud a:nth-child(7),
.tagcloud a:nth-child(1) {
  background-color: #7169fe;
}

.tagcloud a:nth-child(26),
.tagcloud a:nth-child(20),
.tagcloud a:nth-child(14),
.tagcloud a:nth-child(8),
.tagcloud a:nth-child(2) {
  background-color: #ff486a;
}

.tagcloud a:nth-child(27),
.tagcloud a:nth-child(21),
.tagcloud a:nth-child(15),
.tagcloud a:nth-child(9),
.tagcloud a:nth-child(3) {
  background-color: #8338ec;
}

.tagcloud a:nth-child(28),
.tagcloud a:nth-child(22),
.tagcloud a:nth-child(16),
.tagcloud a:nth-child(10),
.tagcloud a:nth-child(4) {
  background-color: #fb0699;
}

.tagcloud a:nth-child(29),
.tagcloud a:nth-child(23),
.tagcloud a:nth-child(17),
.tagcloud a:nth-child(11),
.tagcloud a:nth-child(5) {
  background-color: #fdd948;
}

.tagcloud a:nth-child(30),
.tagcloud a:nth-child(24),
.tagcloud a:nth-child(18),
.tagcloud a:nth-child(12),
.tagcloud a:nth-child(6) {
  background-color: #1cbfc3;
}

.tagcloud a:hover,
.tagcloud a:focus {
  color: var(--vs-white);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.widget-text p:last-child {
  margin: 0;
}

.widget_social_widget li a {
  width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
  border-radius: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
  border: 1px solid #fff;
  color: #fff;
}


.widget_social_widget li a i {
  vertical-align: middle;
  position: relative;
  z-index: 9;
}

.widget_nav_widget li a {
  text-align: center;
  border-radius: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.widget_nav_widget li a i {
  vertical-align: middle;
  position: relative;
  z-index: 9;
  padding: 15px;
}

.widget_social_widget li:not(:last-child) {
  margin-right: 6px;
  border-bottom: none;
}

.widget_social_widget li a:hover,
.widget_social_widget li a:focus {
  background: #fff !important;
  color: var(--vs-primary) !important;
}

.sidebar .widget_social_widget li a {
  color: var(--vs-primary);
  background-color: var(--vs-white);
  box-shadow: 0 5px 10px rgb(0 0 0 / 0.09);
}

.sidebar .widget_social_widget li a:hover,
.sidebar .widget_social_widget li a:focus {
  color: var(--vs-white);
  background-color: var(--vs-primary);
}

.widget_social_widget ul li:last-child {
  margin-right: 0px;
}

.main-footer .widget_social_widget li a,
.sidebar .widget_social_widget li a,
.widget_social_widget li {
  display: inline-block;
}

.main-footer .widget_social_widget li a {
  color: var(--vs-secondary);
}

.above-header .widget_social_widget li a,
.main-footer .widget_social_widget li a {
  background-color: var(--vs-white);
}

.above-header .widget_social_widget li a:hover,
.above-header .widget_social_widget li a:focus,
.main-footer .widget_social_widget li a:hover,
.main-footer .widget_social_widget li a:focus {
  color: var(--vs-white);
  background-color: var(--vs-primary);
}

.widget_special_social a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: var(--vs-white);
  background-color: var(--vs-primary);
  padding: 13px 20px;
  position: relative;
  z-index: 0;
}

.widget_special_social a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  z-index: -1;
  transition: var(--vs-transition);
}

.widget_special_social a:hover:after,
.widget_special_social a:focus:after {
  background-color: rgb(1 1 47 / 0.1);
}

.widget_special_social p {
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: 0.15px;
  margin: 0;
}

.widget_special_social span {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.widget_special_social i {
  font-size: 30px;
}

.widget_special_social a.twitter {
  background-color: #03a9f4;
}

.widget_special_social a.facebook {
  background-color: #3a559f;
}

.widget_special_social a.instagram {
  background-color: #d62976;
}

/* ---//--- */

/* Widget Title Set */

.widget .widget-title {
  display: block;
  text-transform: capitalize;
  position: relative;
  z-index: 0;
  text-align: left;
  letter-spacing: 0.35px;
  word-break: break-all;
}

.main-footer div.widget.widget-none .widget-title {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.main-footer .widget .widget-title {
  color: var(--vs-white);
  padding-left: 24px;
  margin-bottom: 2.1875rem;
}

.main-footer .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 100%;
}

.textwidget .logo {
  margin-bottom: 1rem;
}

/* ---//--- */

/*---------------------------------------
    Post Widget
-----------------------------------------*/

.widget_latest_posts .post-items {
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
  border: none;
}

.widget_latest_posts .post-items:not(:last-child) {
  padding-bottom: 0px;
  margin-bottom: 6px;
  border: 1px solid var(--vs-gray);
}

.widget_latest_posts .post-image {
  max-width: 28.44%;
  margin-right: 15px;
  flex-basis: 28.44%;
  overflow: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget_latest_posts .featured-image .post-hover {
  display: block;
  border-radius: 100%;
  overflow: hidden;
}

.widget_latest_posts .featured-image,
.widget_latest_posts .featured-image > a {
  width: 70px;
  height: 70px;
}

.widget_latest_posts .post-image img {
  height: 100%;
  object-fit: cover;
}

.widget_latest_posts .post-image .post-hover:before {
  font-size: 10px;
  max-width: 25px;
  max-height: 25px;
}

.widget_latest_posts .post-content {
  flex: 1;
  padding: 0;
}

.widget_latest_posts .post-title {
  font-size: 1rem;
  margin-bottom: 5px;
}

.widget_latest_posts .post-meta:not(.post-img-meta):not(.post-tags) {
  font-size: 13px;
  padding: 0;
  padding-top: 5px;
  margin-top: 5px;
}

.widget_latest_posts .post-meta time:not(.icon):before {
  display: none;
}

.widget_latest_posts .post-meta time:not(.icon) {
  padding-left: 0;
}

.widget_latest_posts .post-meta .post-date {
  line-height: 1.2;
}

.widget_latest_posts .post-meta .post-date i {
  margin-right: 6px;
}

.widget_latest_posts .post-image .post-meta {
  top: 0;
  left: 0;
  right: unset;
}

.widget_latest_posts .post-image .count-link {
  top: 0;
  left: 0;
  right: unset;
  font-size: 14px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  color: var(--vs-white);
  border: 2px solid var(--vs-white);
  background-color: var(--vs-primary);
  box-shadow: none;
}

.widget_latest_posts .post-image .count-link a {
  color: inherit;
}

/* ---//--- */

/*---------------------------------------
    Widget Sidebar Start

    .sidebar .tagcloud,
-----------------------------------------*/

.sidebar .widget {
  margin-bottom: 1.875rem;
  background-color: var(--vs-white);
}

.sidebar .widget-title {
  margin-bottom: 1.5625rem;
  line-height: 1.5;
  padding-left: 3rem;
  color: var(--vs-secondary);
}

.sidebar .widget-title:before,
.sidebar .widget-title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.widget_media_video iframe {
  width: 100%;
  height: 100%;
}

.main-footer .widget:last-child,
.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget_social_widget ul {
  padding: 0 15px;
}

.sidebar .widget ul li.menu-item-has-children {
  padding-bottom: 0;
}

.sidebar .widget_recent_comments li {
  padding: 15px;
  word-break: break-word;
}

.widget_special_social a:not(:last-child),
.sidebar .widget.woocommerce ul > li:not(:last-child),
.sidebar .widget.widget_nav_menu ul li:not(:last-child) a,
.sidebar .widget.widget_pages ul li:not(:last-child) a,
.sidebar .widget.widget_meta ul li:not(:last-child),
.sidebar .widget.widget_archive ul > li:not(:last-child),
.sidebar .widget.widget_categories ul > li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.sidebar .widget.widget_nav_menu ul li a,
.sidebar .widget.widget_pages ul li a {
  display: block;
}

.sidebar .widget.widget_product_categories ul > li,
.sidebar .widget.widget_archive ul > li,
.sidebar .widget.widget_categories ul > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 6.25rem;
  color: var(--vs-white);
  background-color: var(--vs-secondary);
}

.sidebar .widget.widget_product_categories ul > li a,
.sidebar .widget.widget_archive ul > li,
.sidebar .widget.widget_categories ul > li {
  padding: 14px 0.7rem 14px 1.25rem;
}

.sidebar .widget.widget_archive ul > li ul,
.sidebar .widget.widget_categories ul > li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--vs-primary-light);
  border: 1px solid #cccccc;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar .widget.widget_archive ul li:hover > ul,
.sidebar .widget.widget_archive ul li:focus-within > ul,
.sidebar .widget.widget_categories ul li:hover > ul,
.sidebar .widget.widget_categories ul li:focus-within > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}

.sidebar .widget.widget_archive ul > li:after,
.sidebar .widget.widget_categories ul > li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 8px solid var(--vs-primary);
  background-color: rgb(0 123 255 / 0.3);
  margin: auto 0;
  z-index: 0;
}

.widget_top_rated_products li img,
.sidebar .widget.widget_product_categories ul > li span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  color: var(--vs-white);
  background-color: var(--vs-primary);
}

.widget_top_rated_products li img {
  padding: 3px;
  float: right;
}

.widget_top_rated_products li a {
  display: flow-root;
  line-height: 3.2;
  color: var(--vs-white);
  background-color: var(--vs-secondary);
  border-radius: 6.25rem;
}

.widget_top_rated_products li a span {
  padding: 1rem 0.87rem 1rem 1.25rem;
}

.widget_top_rated_products .woocommerce-Price-amount.amount {
  display: inline-block;
  background-color: var(--vs-primary);
  color: var(--vs-white);
  padding: 10px 20px;
  border-radius: 0 0 10rem 10rem;
  margin-left: 1.5rem;
}

.widget.widget_products li:not(:last-child) {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--vs-gray);
}

.widget.widget_products li {
  background-color: var(--vs-secondary);
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 15px;
  color: var(--vs-white);
}

.widget_products img {
  border-radius: 0.625rem;
}

.widget_products .product-title {
  display: block;
  margin: 1.25rem 0 0.1rem;
  font-weight: 600;
  letter-spacing: 0.25px;
}

.woocommerce-Price-amount.amount {
  font-weight: 600;
}

del .amount {
  color: var(--vs-gray-500-thumb);
  text-decoration: line-through;
}

ins .amount {
  color: var(--vs-primary);
  text-decoration: underline;
}

.calendar_wrap table tbody #today,
.calendar_wrap table tbody a:hover,
.calendar_wrap table tbody a:focus {
  color: var(--vs-white);
  background-color: var(--vs-primary);
  border-radius: 50%;
}

.sidebar .calendar_wrap table tbody a {
  display: block;
  border-radius: 50%;
}

.calendar_wrap table td a {
  white-space: nowrap;
}

.sidebar .widget select {
  margin: 15px auto 0;
}

.sidebar .widget select:not(:hover),
.sidebar .widget select:not(:focus) {
  border-color: transparent;
}

.sidebar
  [class*="widget-"]:not(.widget-info):not(.widget_social_widget)
  li
  a:before {
  color: inherit;
}

.sidebar .widget-contact {
  color: var(--vs-white);
  background-color: var(--vs-primary);
  padding: 30px;
}

.sidebar .widget-contact .widget-title:first-letter {
  color: var(--vs-white);
}

.sidebar .widget.widget-contact .widget-title {
  border-bottom: none;
  margin: 0;
}

.sidebar .widget-contact .contact-icon {
  width: 35px;
  height: 35px;
  line-height: 2.25;
  text-align: center;
  background-color: var(--vs-white);
  border-radius: 50%;
}

.sidebar .widget-contact .contact-area {
  margin-bottom: 1rem;
}

.sidebar .widget-contact a:hover,
.sidebar .widget-contact a:focus {
  color: var(--vs-white);
}

.sidebar .widget_text .textwidget {
  text-align: center;
  color: var(--vs-secondary);
  font-weight: 500;
}

.widget_text .textwidget img {
  display: inline-block;
}

.sidebar .widget_text .widget.widget_social_widget {
  padding: 0;
}

/* ---//--- */

/* Footer Widget*/

.footer-main .widget {
  margin-bottom: 2.3rem;
}

.footer-copyright .widget {
  display: inline-block;
  max-width: 100%;
}

.main-footer .widget ul ul {
  padding-left: 15px;
}

.footer-main
  .widget:not(.widget-info):not(.widget_social_widget):not(
    .widget_calender
  ):not(.widget_tag)
  li:not(:last-child)
  a {
  margin-bottom: 25px;
}

.footer-copyright
  .widget:not(.widget-info):not(.widget_social_widget)
  li:not(:first-child)
  a {
  padding-left: 22px;
  border-left: 1px solid var(--vs-primary);
}

.footer-main .widget_nav_menu li a,
.footer-copyright
  .widget:not(.widget_nav_menu):not(.widget_recent_comments):not(
    .widget-info
  ):not(.widget_social_widget):not(.widget_calender):not(.widget_tag)
  li
  a,
.footer-main
  .widget:not(.widget_recent_comments):not(.widget-info):not(
    .widget_social_widget
  ):not(.widget_calender):not(.widget_tag)
  li
  a {
  padding-left: 22px;
}

.header-widget .widget_media_gallery img,
.sidebar .widget_media_gallery img {
  margin: auto;
}

.footer:not(.footer-main .footer-center):not(.footer-main .footer-right)
  .widget_media_gallery
  img {
  margin: auto 0;
}

.footer-main .widget-text .logo + p {
  margin-top: 25px;
}

.footer-copyright .widget_media_gallery {
  max-width: 150px;
  min-height: 44px;
}

.footer-copyright .widget li {
  display: inline-block;
}

.footer-copyright .widget li:not(:last-child) {
  margin-right: 1.25rem;
}

/* ---//--- */
.sidebar .wp-block-button.aligncenter, .wp-block-calendar, .widget_meta ul	 {
    padding: 20px;
}
.footer-section .wp-block-gallery .wp-block-image{
	height:110px;
}
.footer-section .wp-block-calendar{
padding:0;
}