/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# widget
    - sidebar
    - Box sizing


--------------------------------------------------------------*/
/* Some Colors*/
:root {
  ---light-body: #ecf0f3;
  --section-color: #f9f9fc;
  --black: #000;
  --white: #fff;
  --color-primary: #eb747b;
  --color-secondary: #ee434e;
  --color-heding: #0d1013;
  --color-gray: #3c3e41;
  --skp-hue: 223;
  --skp-bg: #626567;
  --skp-fg: #ee434e;
  --skp-trans-dur: 0.3s;
  --color-gray-2: #626567;
  --shadow-white-3: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  --gradient-box-w: linear-gradient(315deg, #fff4f4 0%, #fafafa 74%);
  --gradient-btn-hover: linear-gradient(145deg, #6b14fa, #1e024b);
}
a {
  color: var(--color-primary);
  cursor: pointer;
  transition: 0.5s;
  text-decoration: inherit;
}
a:hover,
a:focus,
a:active {
  color: var(--color-secondary);
  text-decoration: underline;
}
.ml-auto{
  margin-left: auto;
}
/* header style
--------------------------------------------- */
/*Header top*/
.btop-menu,
.btop-menu ul {
  display: flex;
}

.btop-menu li {
  padding: 0 10px;
}
.shop-toolkit-tophead,
.shop-toolkit-tophead a,
.shop-toolkit-tophead span,
.shop-toolkit-tophead input {
  font-size: 13px;
}
.shop-toolkit-tophead a:hover {
  color: #dedede;
}
.topmenu-serch {
  display: flex;
  align-items: baseline;
  flex-flow: row wrap;
}
.header-top-search .search-form {
  display: flex;
}
.header-top-search input[type="search"] {
  width: 100%;
  padding: 3px 7px;
}
.header-top-search {
  margin-left: 10px;
}
.header-top-search label {
  width: 100%;
  margin: 0;
}
.shop-toolkit-tophead .row {
  align-items: baseline;
}
/*header middle style*/
.shop-toolkit-header .site-title {
  font-weight: 700;
  letter-spacing: 1px;
}
h1.site-title a {
  font-size: 72px;
  text-decoration: inherit;
}
.site-branding.hmiddle .site-title a{
  font-size: 30px;
  color: #000;
  text-decoration: none;
}

p.site-description {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 18px;
}

.headerlogo-text.text-center p.site-description {
  padding: 5px 50px;
}

p.site-description:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #f8f9fa;
  z-index: -1;
}
.menulogo-right .d-flex.has-logo-menu {
  align-items: center;
}

.menulogo-right .d-flex.has-logo-menu .main-navigation ul {
  justify-content: flex-end;
}
.menu-logo p.site-description:before {
  position: inherit;
}
.menu-logo img {
  max-width: 200px;
  margin-bottom: 0;
  height: auto;
}
.shop-toolkit-headerimg-top img {
  width: 100%;
}
/* Widgets - sidebar
--------------------------------------------- */
aside#secondary {
  position: sticky;
  top: 40px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}


.widget ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ededed;
}

.widget ul li:last-child {
  border: none;
}
.widget .search-form label,
.widget .search-form label input {
  width: 100%;
}

.widget .search-form input.search-submit {
  width: 100%;
  border: none;
  background: var(--color-primary);
  text-transform: uppercase;
  height: 33px;
  color: #fff;
}

.widget .search-form input {
  padding: 5px 9px;
  height: 35px;
}

.widget .search-form input.search-submit:hover {
  background: var(--color-secondary);
  color: #fff;
}
.fw-item .widget_search {
  max-width: 400px;
}
aside h3.widget-title,
aside h2.widget-title,
aside .widget_block h2.wp-block-heading {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-widget ul li a {
  color: inherit;
}
p.footer-copyright {
  margin-bottom: 5px;
}
.spkit-border-top{
  border-top:1px solid #ccc;
}
.footer-widget ul.wp-block-social-links li,
.footer-widget img {
  margin-bottom: 0;
  padding-bottom: 0;
}
.yith-wcwl-add-button span {
  display: none;
}
.xshop-wishlist span,
.xshop-toolkit .yith-wcwl-wishlistaddedbrowse a {
  text-indent: -200px;
  display: inline-block;
}
/*content style*/
.entry-meta,
.entry-meta a {
  font-size: 12px;
  color: var(--color-secondary);
}
.sticky .entry-header,
.tag-sticky-2 .entry-header {
  text-align: center;
  margin-bottom: 2rem;
}
.bshop-list-flex,
.bshop-simple-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-toolkit-blog-text,
.shop-toolkit-blog-img {
  width: 50%;
}
.shop-toolkit-blog-img a {
  display: block;
}
.shop-toolkit-blog-img img {
  width: 100%;
  border: 1px solid #ededed;
}

.bshop-list-flex .shop-toolkit-blog-img {
  -ms-flex-preferred-size: 550px;
  flex-basis: 550px;
}
.bshop-blog-list .shop-toolkit-btext .entry-content {
  margin-top: 0.4em;
}

.shop-toolkit-btext,
.bshop-simple-list.hasimg,
.widget-area .widget,
.site-footer,
.archive-header,
.search-header,
.shop-toolkit-page,
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.site-footer,
.bshop-blog-list,
.bshop-single-list,
.comments-area {
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.11);
  padding: 20px;
  background: #fff;
}
.related-single h4 {
  font-size: 16px;
}
.shop-toolkit-btext {
  margin-left: -120px;
}
.bshop-simple-list.hasimg .shop-toolkit-btext {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  padding: 0 0 0 15px;
  background: transparent;
}
.bshop-simple-list .shop-toolkit-btext {
  margin-left: 0;
}
.no-img .shop-toolkit-btext {
  margin-left: 0;
}

.shop-toolkit-blog-text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  overflow: inherit;
}
.no-img .shop-toolkit-blog-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.entry-footer,
.entry-footer a {
  font-size: 12px;
}
.entry-footer {
  background: #f8f9fa;
  padding: 15px 10px;
  text-align: center;
  margin: 35px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page .entry-footer {
  display: inline-block;
  width: auto;
  background: inherit;
}
form.post-password-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

form.post-password-form p {
  width: 100%;
}
.entry-footer,
.entry-footer a {
  font-size: 12px;
}
.entry-footer span {
  margin-right: 15px;
}

.site-footer,
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  background: #f8f9fa;
}
nav.navigation.pagination {
  display: flex;
  justify-content: center;
}

nav.navigation.pagination a,
nav.navigation.pagination span {
  border: 1px solid #ededed;
  padding: 5px 10px;
  margin: 0 2px;
}

nav.navigation.pagination a:hover,
nav.navigation.pagination span {
  background: #ededed;
  text-decoration: none;
}

body a#clickTop {
  bottom: 85px;
  right: 10px;
}

@media screen and (max-width: 992px) {
  .shop-toolkit-main-menu nav {
    position: relative;
  }

  .shop-toolkit-main-menu-container {
    position: absolute;
    left: 0;
    background: #343a40;
    z-index: 99999;
    top: 45px;
    box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.2);
    --webkit--box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.2);
  }
  .d-flex.has-logo-menu {
    flex-flow: row wrap;
  }

  .has-logo-menu .shop-toolkit-main-menu {
    text-align: right;
  }
  .menulogo-right .has-logo-menu .shop-toolkit-main-menu {
    text-align: left;
  }

  .has-logo-menu .shop-toolkit-main-menu ul {
    text-align: left;
  }
  .bshop-list-flex,
  .bshop-simple-list {
    flex-direction: column;
  }
  h1.site-title a {
    font-size: 50px;
    margin-top: 30px;
    display: block;
  }
  p.site-description {
    font-size: 16px;
  }
  .shop-toolkit-blog-text,
  .shop-toolkit-blog-img {
    width: 100%;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
  }
  .shop-toolkit-blog-img img {
    margin-bottom: 15px;
  }
  .bshop-list-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .shop-toolkit-btext {
    margin-left: 0;
  }

  ul#btop-menu {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
  }
  .shop-toolkit-tophead {
    text-align: center;
  }
  .header-top-search {
    margin: 10px 0 2px auto;
  }
  .shop-toolkit-tophead .col-md-auto {
    margin: 0 0 6px 0;
  }
  .topmenu-serch {
    flex-flow: column wrap;
    align-items: center;
  }
  .topmenu-serch.bsearch-popup {
    flex-flow: row wrap;
  }
        /* Mobile Menu style*/
    
        .mobile-menu-bar {
          background: #333;
          display: block;
        }
    
        .mobile-menu-bar button {
          display: flex;
          justify-content: flex-end;
          margin-left: auto;
        }
    
        nav#mobile-navigation {
          position: relative;
        }
    
        .wsm-menu nav div>ul {
          box-shadow: 0px 5px 42px -6px rgb(92 91 92);
          padding: 20px;
          margin-bottom: 10px;
          background: var(---light-body);
          position: absolute;
          left: auto;
          right: 0;
          top: 80px;
          z-index: 99999;
          visibility: hidden;
          opacity: 0;
          transition: 0.5s;
        }
    
        .wsm-menu nav.menu-active ul {
          top: 40px;
          visibility: visible;
          opacity: 1;
        }
    
        .wsm-menu div>ul {
          margin: 0;
          padding: 0;
        }
    
        .wsm-menu ul li a {
          padding: 7px 10px;
          text-decoration: none;
          border-bottom: 1px solid #fff;
          display: block;
        }
    
        .mobile-navigation ul {
          list-style: none;
        }
    
        .menu-item-has-children,
        .ht-row {
          display: flex;
          flex-flow: row wrap;
        }
    
        .menu-item-has-children>a {
          width: 80%;
          min-width: 250px;
        }
    
        .menu-item-has-children .sub-menu {
          display: block;
          width: 100%;
        }
    
        span.mclose {
          display: none;
        }
    
        .menu-item-has-children>i {
          padding: 10px 15px;
          margin-left: auto;
        }
    
        #wsm-menu ul ul.sub-menu {
          visibility: hidden;
          max-height: 0;
          height: auto;
          opacity: 0;
          transition: 0.5s;
        }
    
        #wsm-menu ul .menu-item-has-children.clicked>ul.sub-menu,
        #wsm-menu ul .menu-item-has-children.focus>ul.sub-menu {
          max-height: 1000px;
          visibility: visible;
          opacity: 1;
          height: auto;
        }
}

@media only screen and (max-width: 767px) {
  .headerlogo-text .container.pb-5.pt-5 {
    padding: 5px 0 !important;
  }
  h1.site-title a {
    font-size: 40px;
    margin-top: 30px;
    display: block;
  }
  .site-branding.has-himg .shop-toolkit-header-img img,
  .site-branding.has-himg .shop-toolkit-header-img {
    min-height: 150px;
  }
  p.site-description {
    font-size: 14px;
  }
  .theme-shop-toolkit a#clickTop {
    bottom: 20px;
    right: 10px;
  }
  .header-top-search {
    margin: 10px auto 2px auto;
  }
  .topmenu-serch.bsearch-popup {
    flex-flow: row wrap;
    justify-content: center;
  }
  .mg-card-img-left .mg-card-text,
  .mg-card-img-left .mg-card-img,
  .mg-card-img-right .mg-card-text,
  .mg-card-img-right .mg-card-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mg-card-img-left.mgdual .mgpl-items .mg-card {
    flex-direction: column;
    display: flex;
  }
}

@media only screen and (max-width: 480px) {
  .d-flex.has-logo-menu {
    flex-flow: column wrap;
  }
}

/*Shop Toolkit meta*/
.list-inline.advance-meta {
  display: flex;
  margin: 0;
}

.advance-meta li {
  margin: 0 5px;
  cursor: pointer;
}

.advance-meta li p {
  margin: 0;
}
.shop-toolkit-share ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-toolkit-share ul li {
  margin: 5px;
}

/*Shop Toolkit plus design*/

.bplus-gridh h2.entry-title {
  font-size: 18px;
}
.bplus-gridh .entry-meta,
.bplus-gridh .entry-meta a {
  margin-bottom: 1rem;
  font-size: 10px;
}
.shop-toolkit-pimg {
  position: relative;
  overflow: hidden;
  display: block;
  box-shadow: 0 8px 24px rgb(0 0 0 / 10%);
}
.shop-toolkit-post-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  color: #fff;
  width: 100%;
  height: 100%;
}
.shop-toolkit-post-text h2.grid-title {
  font-size: 24px;
  font-weight: 700;
}
.shop-toolkit-post-text a:hover {
  opacity: 0.8;
}
.bplus-noimg {
  min-height: 250px;
  background: #000;
  width: 100%;
  position: relative;
}
.bplus-square {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background: radial-gradient(circle, rgb(2 35 131 / 68%), #1a69fa);
}
.bplus-circle {
  position: absolute;
  top: -60px;
  right: -30px;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background: radial-gradient(circle, rgb(203 0 0 / 90%), #ffffff);
}
.shop-toolkit-post-text span.posts-cat a {
  color: #fff;
  background: #f67280;
  padding: 3px 9px;
  border-radius: 50px;
  text-decoration: none !important;
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
}
.shop-toolkit-plus-gtext {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
}
.shop-toolkit-post-text h2.grid-title a {
  color: #fff;
}
.shop-toolkit-post-text {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8578781854538691) 0%,
    rgba(0, 0, 0, 0.3676821070224965) 35%,
    rgba(0, 0, 0, 0.08196782130821079) 100%
  );
  padding: 15px;
}
.entry-meta-over span,
.entry-meta-over span a,
.entry-meta-over span time {
  color: #fff;
  font-size: 13px;
}
.bsgrid-item.search-item {
  margin: 0 0 2.5em;
}
.bsgrid-item.search-item article {
  margin-bottom: 0;
}
article.sticky .bshop-single-list {
  background: #e9e9e9;
  border-radius: 40px 0 40px 0;
}
/*grid style*/
.xskit-blog-grid {
  text-align: center;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.5s;
  padding-bottom: 20px
}

.xskit-blog-grid:hover {
  box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.20);
}

.shop-toolkit-grid-text {
  padding: 20px 10px;
}

.shop-toolkit-grid-text h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

a.readmore {
  color: #fff;
  background-color: var(--color-primary);
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: inherit;
}

a.readmore:hover,
a.readmore:focus {
  color: #fff !important;
  background-color: var(--color-secondary);
  box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.20);
}

.shop-toolkit-grid-text a {
  text-decoration: none;
}
.xskit-blog-grid .list-inline.advance-meta {
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
}

.xskit-blog-grid .list-inline.advance-meta li {
  margin: 0 10px;
}

/*Scroll to top style*/
.progress-wrap {
  right: 25px;
  bottom: 25px;
  color: var(--white);
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--white);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap input {
  z-index: 10001;
}

.progress-wrap input:checked+html {
  scroll-snap-type: unset;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: '↑';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: gray;
  left: 0;
  top: -2px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap::before {
  position: absolute;
  content: '↑';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  -webkit-text-fill-color: var(--color-primary);
  left: 0;
  top: -2px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--color-primary);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}