/*Common*/

:root{
  --primary : #0A4A26;
}

body {
  margin: 0;
  padding: 0;
}

a{
  color: #000;
}
a:hover{
  color: #888;
}

@media(max-width:991px){
  body{
    font-size: 14px;
  }
}


@media (min-width: 1200px) {
  main,
  header#header,
  footer#footer,
  .breadcrumb-box {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}

@media (min-width: 2560px) {
  .container-fluid {
    max-width: 2560px !important;
  }
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 8px;
  border: none !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}


h1,h2,h3,h4,h5,h6 , legend{
  font-weight: 600;
  margin-bottom: 24px;
}

h1{
  font-size: 28px;
}
h2{
  font-size: 24px;
}
h3{
  font-size: 20px;
}
h4{
  font-size: 16px;
}
h5{
  font-size: 14px;
}
h6{
  font-size: 12px;
}

legend{
  font-size: 20px;
  margin-top: 24px;  
}


@media(max-width:991px){
  h1{
    font-size: 20px;
  }
  h2{
    font-size: 18px;
  }
  h3{
    font-size: 16px;
  }
  h4{
    font-size: 14px;
  }
  h5{
    font-size: 12px;
  }
  h6{
    font-size: 10px;
  }
}



/*-----------------------------------------------Forms----------------------------------------------------*/

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="search"],
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.8);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  height: auto;
  line-height: 0.5em;
  margin: 0;
  min-height: 0;
  padding: 0.5em 1em ;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 0 !important;
}

input[type="submit"],
input[type="checkbox"]+label {
  width: auto !important;
}

input[type="checkbox"],
input[type="submit"] {
  display: inline-block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-image: url(../img/arrow-down.svg) !important;
  background-repeat: no-repeat !important;
  padding: 0.5em 1em  !important;
  border: 1px solid hsla(0,0%,7%,.8) !important;
  border-radius: 4px !important;
  height: 50px !important;
  line-height: normal !important;
}

.wc-blocks-components-select .wc-blocks-components-select__expand{
  display: none;
}

.select2-container--default .select2-selection--single {
  height: auto;
  margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  display: none;
}

.wc-blocks-components-select .wc-blocks-components-select__container{
  border:none !important;
  height: auto !important;
}


textarea {
  min-height: 200px;
}


label {
  width: 100%;
}

label input {
  display: block;
}




.btn,
button,
.button,
input[type="submit"],
.woocommerce input[type="submit"],
.wp-block-button__link,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  border-radius: 4px !important;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  outline: none;
  line-height: normal !important;
 
}
.btn:hover,
button:hover,
.button:hover,
input[type="submit"]:hover,
.woocommerce input[type="submit"]:hover,
.wp-block-button__link:hover{
  opacity: 0.8;
  color: #fff;
  background: #000;
}

.btn:focus,
button:focus,
.button:focus,
input[type="submit"]:focus,
.woocommerce input[type="submit"]:focus,
.wp-block-button__link:focus{
  box-shadow: none !important;
  outline: none !important;
}


input[type="submit"],
button[type="submit"],
.woocommerce input[type="submit"]{
  border-radius: 4px !important;
  border: none !important;
  background-color: #000 !important;
  color: #fff !important;
  cursor: pointer !important;
  font-weight: normal !important;
  outline: none !important;
  padding:0.5em 1em !important;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button{
  border-radius: 4px !important;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  outline: none;
  padding: 0.5em 1em !important;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover{
  background: #000;
  color: #fff;
}


.btn-primary:hover{
  background: #000;
  color: #fff;
}


a.button.wc-forward{
  margin-top: 0;
}


.btn:focus,
button:focus{
  outline: none;
}


.btn:disabled,
button:disabled {
  opacity: 0.1;
}


/*-----------------------------------------------Comments----------------------------------------------------*/


div#reviews {
  max-width: 1000px;
  margin-top: 32px;
}

#comments input {
  width: 100%;
}

#commentform .error {
  color: red;
}

.commentlist {
  padding: 0;

  list-style: none;
}

.commentlist li.comment {
  margin: 15px 0;

  padding: 0 15px;

  display: inline-block;

  width: 100%;
}

.commentlist li.comment .children {
  list-style: none;

  margin-top: 10px;
}

.comment-content {
  margin-top: 15px;
}

.comment-content p {
  margin-bottom: 0px;
}

.comment-metadata {
  font-size: 11px;
}

.comment-metadata a,
.comment-metadata span {
  color: #555;
}

.comment-author img {
  border-radius: 50%;
}

.comment-reply-link {
  padding: 0 !important;

  background: none !important;

  color: #555 !important;

  border: none !important;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
}

a#cancel-comment-reply-link {
  color: red;

  font-size: 12px;
}
ol.wp-block-latest-comments {
  margin-left: 0;

  list-style: disc;

  padding-left: 15px;
}

li.wp-block-latest-comments__comment {
  list-style: disc;
}

.must-log-in{
  font-weight: bold;
}

/*-----------------------------------------------Tags----------------------------------------------------*/

.tags {
  margin-bottom: 30px;
}

.tags .tag {
  display: inline-block;

  padding: 3px 5px;

  background: #eee;

  margin-bottom: 5px;

  font-size: 11px;

  font-weight: 500;

  border-radius: 4px;
}


/*----------------------------------------------LightBox--------------------------------------------------*/

.light-box {
  position: fixed;
  display: none;
  z-index: 3;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


@media(max-width:991px){
  #menulightbox{
    display: none !important;
  }
}

/*-----------------------------------------------Search----------------------------------------------------*/

.search-holder {
  position: fixed;
  display: none;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin: auto;
  padding: 30px;
  background: #fff;
}

.search-holder .search-bar {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: inherit;
}



.search-holder .search-bar button[type="submit"] {
  position: absolute;
  top: 0;
  bottom: 0;
  outline: none;
  box-shadow: none;
  background: none !important;
  border: none !important;
  color: #000 !important;
}

/*-----------------------------------------------Search Page----------------------------------------------------*/


.search-result-holder>div {
  border-bottom: 1px solid #ddd;

  margin-bottom: 30px;

  padding-bottom: 30px;
}

.search-result-holder>div:nth-last-child(1) {
  border-bottom: none;
}

/*-----------------------------------------------Swal Alerts----------------------------------------------------*/


.swal2-title {
  font-size: 14px !important;

  font-weight: 500 !important;
}

.swal2-popup {
  border-radius: 4px !important;

  margin: 60px 0 0 0 !important;
}

.swal2-popup .swal2-title {
  margin: 11px !important;

  font-size: 13px !important;
}

/*-----------------------------------------------Berad crumb----------------------------------------------------*/

.breadcrumb-box{
  background-color: rgb(247, 247, 247);
  padding: 16px 0;
  margin-bottom: 32px;
}
@media(max-width:991px){
  .breadcrumb-box{
    font-size: 12px;
  }
  
}

.breadcrumb-box span{
  color: #000;
  display: block;
  flex: none;
}
.breadcrumb-box span a{
  color: #000;
}

.woocommerce .woocommerce-breadcrumb{
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
}
nav.breadcrumb-holder {
  display: flex;
  overflow-x: scroll;
  width: 100%;
  scrollbar-width: none;
  font-size: 12px;
}


/*-----------------------------------------------Header and Menu----------------------------------------------------*/


header#header {
  padding: 8px 0;
  transition: all 0.3s;
  position: relative;
  transition: all 0.15s;
}

header#header.menufixed {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  background: #fff !important;
  z-index: 3;
  width: 100% !important;
}
header#header.hiddenmenu {
  top: -70px !important;
}

header#header a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

header .navbar {
  padding: 0;
}

header .navbar .header-menu-bar ul {
  display: flex;

  justify-content: center;

  position: relative;

  margin: 0;

  padding: 0;

  list-style: none;
}

header .navbar .header-menu-bar ul li a {
  padding: 5px 10px;

  display: block;
}

header#header .navbar .header-logo-holder a.site-title {
  font-weight: 900;
  font-size: 18px;
}

header .navbar .header-menu-bar {
  display: block;
}



@media (min-width: 992px) {
  header .navbar>.header-logo-holder {
    width: 15%;
  }

  header .navbar>.header-menu-bar {
    width: 70%;
  }

  header .navbar>.header-icon-holder {
    width: 15%;
  }
  header .navbar>.header-logo-holder img{
    max-width: 200px;
    height: auto;
  }
}

@media (max-width: 991px) {
  header .navbar>.header-logo-holder {
    width: 50%;
  }

  header .navbar>.header-icon-holder {
    width: 50%;
  }

  header .navbar>.header-menu-bar {
    display: none;
  }
  header .navbar>.header-logo-holder img{
    max-width: 90%;
    height: auto;
  }
}

.header-menu-bar-mobile {
  display: none;

  position: fixed;

  background: #fff;

  top: 0;

  bottom: 0;

  width: 80%;

  left: -80%;

  z-index: 9999;

  text-align: left;

  transition: all 0.3s;

  overflow: auto;
}

.header-menu-bar-mobile a{
  color: #000;
}

.header-menu-bar-mobile img{
  height: auto !important;
}

@media (max-width: 991px) {
  .header-menu-bar-mobile {
    display: block;
  }
}

.header-menu-bar-mobile .header-logo-holder {
  padding: 16px 30px;
  border-bottom: 1px solid #eee;
}

.header-menu-bar-mobile .k-menu>ul {
  list-style: none !important;
  padding: 30px !important;
  margin: 0 !important;
}

.header-menu-bar-mobile .k-menu>ul li {
  margin-bottom: 10px !important;
}

.header-menu-bar-mobile .main-nav {
  padding: 32px;
}
@media(max-width:991px){
  .header-menu-bar-mobile .main-nav{
    padding: 16px;
  }
}

.header-menu-bar-mobile .main-nav .k-menu {
  list-style: none;

  margin: 0;

  padding: 0;
}

.header-menu-bar-mobile .main-nav .k-menu li {
  margin-bottom: 10px;
}

.header-menu-bar-mobile .main-nav .k-menu li a {
  padding: 5px 0;
  font-weight: 500;
  display: block;
  position: relative;
  color: #000;
  border-bottom: 1px solid #eee;
  padding-bottom: 18px;
}

@media(max-width:991px){
  .header-menu-bar-mobile .main-nav .k-menu li a{
    font-size: 13px;
  }
}



.header-menu-bar-mobile .main-nav .k-menu .sub-menu {
  position: static !important;

  display: none;

  box-shadow: none;

  width: 100%;

  transform: none !important;

  margin: 15px 0;

  list-style: none;
}

.header-menu-bar-mobile .main-nav .k-menu li.menu-item-has-children>a:after {
  display: inline-block;

  content: "";

  border-top: 5px solid;

  border-right: 5px solid transparent;

  border-bottom: 0;

  border-left: 5px solid transparent;

  position: absolute;

  top: 14px;

  transition: all 0.3s;
}

.header-menu-bar-mobile .main-nav .k-menu li.menu-item-has-children>a.is-open:after {
  transform: rotate(180deg);
}

header .navbar .header-menu-bar .main-nav {
  width: 100%;
}

header .navbar .header-menu-bar .main-nav .k-menu {
  display: flex;

  justify-content: center;

  position: relative;

  margin: 0;

  padding: 0;
}

header .navbar .header-menu-bar .main-nav .k-menu>li {
  display: inline-block;
  margin: 0 16px 0 0;
}

header .navbar .header-menu-bar .main-nav .k-menu li a {
  display: inline-block;
  align-items: center;
}


header .navbar .header-menu-bar .main-nav .k-menu li a:hover {
  opacity: 0.7;
}

header .navbar .header-menu-bar .main-nav .k-menu li a img {
  width: 17px;
  margin-left: 5px;
}

header .navbar .header-menu-bar .main-nav .k-menu>li.menu-item-has-children>a:after {
  display: inline-block;

  vertical-align: 2px;

  content: "";

  border-top: 4px solid;

  border-right: 4px solid transparent;

  border-bottom: 0;

  border-left: 4px solid #ff000000;
}

header .navbar .header-menu-bar .main-nav .k-menu>li>ul.sub-menu {
  padding: 30px;
  display: none;
  margin: 0 auto;
  cursor: default;
  border-radius: 0;
  border: none;
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

header .navbar .header-menu-bar .main-nav .k-menu>li>ul.sub-menu:before {
  content: "";

  width: 100%;

  display: block;

  position: absolute;

  margin-bottom: 30px;

  top: 10px;

  left: 0;

  right: 0;

  height: 100%;

  background: #fff;

  z-index: -1;


}


header .navbar .header-menu-bar .main-nav .k-menu>li>ul.sub-menu>li {
  width: 10%;
  vertical-align: top;
  padding-top: 15px;
}


@media(max-width:1279px){
  header .navbar .header-menu-bar .main-nav .k-menu>li>ul.sub-menu>li{
    width: 20%;
  }
}

@media(max-width:1649px){
  header .navbar .header-menu-bar .main-nav .k-menu>li>ul.sub-menu>li{
    width: 15%;
  }
}


header .navbar .header-menu-bar .main-nav .k-menu>li.menu-item-has-children:hover>ul.sub-menu {
  display: flex;
}

header .navbar .header-menu-bar .main-nav .k-menu>li>ul.sub-menu>li ul.sub-menu {
  display: block;

  position: static;

  padding: 0;
}

header .navbar .header-menu-bar .main-nav .k-menu>li>ul.sub-menu>li ul.sub-menu li {
  display: block;
  margin-top: 8px;
  width: 100%;
}

header .navbar .header-menu-bar .main-nav .k-menu>li>ul.sub-menu>li ul.sub-menu li a {
  color: #777 !important;

}

header .navbar .header-menu-bar .main-nav .k-menu li ul.sub-menu li a {
  font-size: 14px !important;
  padding: 0;
}

header .navbar .header-icon-holder {
  display: flex;
  align-items: center;
  gap: 32px;
}

@media (max-width: 991px) {
  header .navbar .header-icon-holder {
    gap: 4px;
  }
}

header .navbar .header-icon-holder .header-icon {
  display: inline-block;

  cursor: pointer;

  position: relative;

  color: #000;
}

header .navbar .header-icon-holder .header-icon a {
  color: #000;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
}

header .navbar .header-icon-holder .header-icon.toggler {
  border: none;

  outline: 0;

  display: none;

  padding: 0;
}

@media (max-width: 991px) {
  header .navbar .header-icon-holder .header-icon.toggler {
    display: inline-block;
  }
}

header .navbar .header-icon-holder .header-icon.toggler .navbar-toggler {
  padding: 0;

  margin: 0;

  box-shadow: none !important;

  outline: none !important;
}

header .navbar .header-icon-holder .header-icon.user-auth .dropdown-toggle {
  background: none;

  border: none;

  padding: 0;

  box-shadow: none !important;

  outline: none !important;
}

.dropdown-toggle::after {
  vertical-align: middle;

  margin: 0;
}

header .navbar .header-icon-holder .header-icon.user-auth .dropdown-menu {
  padding: 20px;
  width: max-content;
  top: 40px;
  cursor: default;
  border-radius: 16px;
  box-shadow: 0 3px 40px #0000001a;
  border: none;
}

header .navbar .header-icon-holder .header-icon.user-auth .dropdown-menu span {
  display: block;

  border-bottom: 1px solid #ddd;

  padding-bottom: 15px;

  margin-bottom: 15px;
}

header .navbar .header-icon-holder .header-icon.user-auth .dropdown-menu span.user-name {
  font-weight: bold;

  font-size: 16px;
}

header .navbar .header-icon-holder .header-icon.user-auth .dropdown-menu span.user-profile,
header .navbar .header-icon-holder .header-icon.user-auth .dropdown-menu span.user-logout {
  font-size: 12px;
}

header .navbar .header-icon-holder .header-icon.user-auth .dropdown-menu span:nth-last-child(1) {
  border: none;

  padding-bottom: 0;

  margin-bottom: 0;
}

.dropdown-item {
  font-size: 12px;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #eee !important;

  color: inherit;
}

span.user-login {
  margin-top: 3px;

  font-size: 12px;
}

@media (max-width: 991px) {
  span.user-login {
    display: none;
  }
}


.menu-light-box{
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 250ms, visibility 0s linear 250ms;
  transition: opacity 250ms, visibility 0s linear 250ms;
  visibility: hidden;
  z-index: 0;
}

.menu-light-box-active{
  background-color: rgba(0, 0, 0, 0.8);
    inset: 0px;
    display: block;
    position: fixed;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    top: 90px;
}




/*-----------------------------------------------main box----------------------------------------------------*/


#main {
  min-height: 600px;
}



h1.page-title,
h1.entry-title {
  margin-bottom: 32px;
}

@media (max-width: 991px) {

  h1.page-title,
  h1.entry-title {
    margin-bottom: 8px;
  }
}

/*-----------------------------------------------Footer----------------------------------------------------*/

#footer {
  background: var(--primary);

  padding: 15px 0 15px 0;

  color: #fff;
}

#footer a {
  color: #fff;

  display: inline;

  padding: 0;

  font-size: 14px;
}

#footer ul {
  list-style: none;

  padding: 0;
}

#footer li {
  list-style: none;

  padding: 5px 0;
}

#footer .widgettitle{
  margin-bottom: 32px;
  font-size: 18px;
}


.copyright {
  font-size: 12px !important;
}
.copyright a{
  font-size: 12px !important;
}

/*-----------------------------------------------Page----------------------------------------------------*/


/*-----------------------------------------------Posts----------------------------------------------------*/

.single-post #primary  {
  max-width: 1000px;
  margin: 0 auto;
}



article.list-item{
  margin-bottom: 64px;
}


article .post-thumbnail {
  clear: both;
  margin-bottom: 8px;
  width: 100%;
}

article .post-thumbnail img {
  border-radius: 0;
  width: 100%;
  height: auto;
}

article.list-item .post-thumbnail {
  margin-bottom: 16px;

  overflow: hidden;

  background: #eee;

  border-radius: 4px;
}

article .entry-header {
  display: block;

  clear: both;
}

article .entry-title {
  -ms-word-wrap: break-word;
  text-align: justify;
  word-wrap: break-word;
}




article .entry-title a {
  display: block;

  -ms-word-wrap: break-word;

  word-wrap: break-word;

  color: #000;

  font-weight: 600;
}


article.list-item .entry-title a {
  font-size: 18px;
  font-weight: 600;
}


article .entry-meta {
  color: #999;
  font-size: 13px;
  margin:0 0 8px 0px;
}

article .entry-meta ul.post-categories {
  display: inline-block;

  padding: 0;

  list-style: none;

  margin: 0;

  max-width: 70%;

  height: 15px;

  overflow: hidden;
}

article .entry-header .entry-meta ul.post-categories li {
  display: inline;
}

article .entry-content {
  display: block;
  line-height: 2.3;
  text-align: justify;
  clear: both;
}

article .entry-content blockquote {
  max-width: 100% !important;

  display: block;
}

article .entry-content blockquote p {
  margin: 0;
}

.post-navigation {
  margin: 60px 0;
}

.post-navigation .screen-reader-text {
  display: none;
}

.post-navigation .nav-links {
  display: flex;

  justify-content: space-between;
}

.post-navigation .nav-links>div {
  width: 100%;

  text-align: center;
}

.post-navigation .nav-links>div a {
  display: block;

  height: 100%;

  width: 100%;

  padding: 15px;
}


.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none !important;

  padding: 0 !important;

  margin: 0 !important;

  padding-left: 0 !important;
}

.wp-block-latest-posts__featured-image img {
  border-radius: 4px;
}

a.wp-block-latest-posts__post-title {
  display: block;
}

/*-----------------------------------------------Pagination----------------------------------------------------*/

nav.navigation.pagination,
nav.woocommerce-pagination {
  width: 100%;

  text-align: center;

  padding: 15px 0;

  border-top: 1px solid #eee;

  border-bottom: 1px solid #eee;
  margin: 32px 0;
}

nav.navigation.pagination .nav-links,
nav.woocommerce-pagination .page-numbers {
  width: 100%;

  border: none !important;

  text-align: center;

  margin: 0 !important;
}

nav.woocommerce-pagination .page-numbers li {
  border: none !important;

  display: inline-block !important;
}

nav.woocommerce-pagination .page-numbers li span,
nav.woocommerce-pagination .page-numbers li a {
  padding: 0 10px !important;
  background: none !important;
}

nav.navigation.pagination .nav-links a.page-numbers,
nav.navigation.pagination .nav-links span.page-numbers {
  padding: 0 10px;

}

nav.navigation.pagination .nav-links span.page-numbers {
  color: #888;
}



.woocommerce nav.woocommerce-pagination ul li{
  float: none;
}

.woocommerce nav.woocommerce-pagination ul li a{
  color: #000;
}

/*-----------------------------------------------Widgets----------------------------------------------------*/



@media (max-width: 991px) {
  .goodsector-side {
    position: fixed;

    background: #fff;

    z-index: 4;

    overflow-y: auto;

    top: 0;

    bottom: 0;

    width: 85%;

    padding: 30px;

    transition: all 0.3s;

    margin: 0 !important;
    
  }

  
}

.widget {
  margin-bottom: 30px;

  padding-bottom: 30px;

  border-bottom: 1px solid #ddd;
}

.widget ul,
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: square;
}

.widget ul li {
  margin-bottom: 5px;
}

.widget .nav-link {
  padding: 0 !important;
  color: #000;
}

.widget:nth-last-child(1) {
  border: none;
}


.footer-widget {
  padding: 32px 0;
}




/*-----------------------------------------------Woocommerce Common----------------------------------------------------*/
.single-product #primary.shop {
  max-width: 1000px;
  margin: 0 auto;
}


.woocommerce-account section.page{
  max-width: 1000px;
  margin: 0 auto;
}


.woocommerce-cart section.page{
  max-width: 1000px;
  margin: 0 auto;
}


.woocommerce-checkout section.page{
  max-width: 1000px;
  margin: 0 auto;
}

.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  display: inline-block;

  width: 100%;

  border: none;
}

p.woocommerce-result-count {
  line-height: 50px;
}

@media (max-width: 991px) {
  p.woocommerce-result-count {
    line-height: normal;

    width: 100%;
  }

  .woocommerce .woocommerce-ordering {
    width: 100%;
  }

  .woocommerce .woocommerce-ordering select {
    width: 100%;
  }
}

.woocommerce-Address {
  width: 100% !important;

  max-width: 100% !important;

  padding: 0;
}

.woocommerce-Message,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  border-radius: 4px;

  text-align: left;

  justify-content: space-between;

  padding: 15px;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce-Message::before,
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  display: none;
}

.woocommerce-Message::after,
.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-error::after {
  display: none;
}


.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin-top: 0;
}


.woocommerce-message .btn,
.woocommerce-Message .btn {
  margin-top: 0 !important;
}



.woocommerce table.shop_table th {
  font-size: 16px;
}

.woocommerce-loop-product__title {
  font-weight: normal !important;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{
  padding: 8px;
}


/*-----------------------------------------------Woocommerce Account----------------------------------------------------*/

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 80%;
}


@media(max-width:991px){
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}

.woocommerce-account .entry-header .entry-title{
  display: none;
}



/*-----------------------------------------------Woocommerce Cart----------------------------------------------------*/


.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
  vertical-align: middle;
}


.wc-block-components-sidebar-layout .wc-block-components-main{
  padding-right:0  !important;
}

span.cart-contents-count {
  position: absolute;

  width: 15px;

  height: 15px;

  background: red;

  text-align: center;

  color: #fff;

  border-radius: 50%;

  top: 13px;

  font-size: 10px;
}
.wp-block-woocommerce-checkout{
  padding-top: 0 !important;
}

/*-----------------------------------------------Woocommerce Dashboard----------------------------------------------------*/

nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
  padding: 0;
    margin: 0 0 8px 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
  color: #000;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: bold;
}


@media (max-width: 991px) {
  nav.woocommerce-MyAccount-navigation {
    overflow-y: auto;

    border-bottom: 2px solid #ddd;

    margin-bottom: 30px;
  }

  nav.woocommerce-MyAccount-navigation ul {
    display: flex;

    margin-bottom: 0;

    width: auto;

    border: none;

    scrollbar-width: none;

    -ms-overflow-style: none;

    overflow: auto;


  }


  nav.woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
    display: none;
  }



  nav.woocommerce-MyAccount-navigation ul li {
    flex: none;

    padding: 5px 11px;
  }
}

.form-row.place-order {
  display: block;
}


.woocommerce-password-strength {
  text-align: center;

  font-weight: 600;

  padding: 3px 0.5em;

  font-size: 1em;

  border-radius: 8em;

  margin-top: 8px;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 0;

  height: 40px;

  line-height: normal;

  display: flex;

  align-items: center;
}



#customer_login .col-1,
#customer_login .col-2 {
  max-width: none;
  padding: 0;
}

.woocommerce form.login,
.woocommerce form.register {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}


span.password-input {
  width: 100%;
}


.dash-box {
  border: 1px solid #ddd;

  border-radius: 4px;

  padding: 16px;

  margin-bottom: 30px;
}


.dash-box .dash-box-inner > div > span:nth-child(1){
  font-weight: 600;
}


.woocommerce table.my_account_orders .button {
  margin: 0 5px 0 0;
}


.woocommerce .woocommerce-customer-details address{
  border-width: 1px !important;
}



/*-----------------------------------------------Woocommerce Product ----------------------------------------------------*/


.woocommerce ul.products li.product a img {
  border-radius: 8px;
}


.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
  color: #000;
}


.woocommerce ul.products li.product .price {
  color: #000;

  font-weight: bold;

}

.woocommerce ul.products li.product .price ins{
  text-decoration: none;
  display: block;
}




.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000;

  font-size: 20px;

  font-weight: bold;
  margin-bottom: 30px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}

.product_meta>span {
  display: block;

  width: 100%;
}



.woocommerce ul.order_details {
  padding: 0;
}




.wc-block-grid__product-onsale {
  display: none !important;
}

.wc-block-grid__product-price del {
  color: inherit;

  opacity: 0.5;

  display: inline-block;
}



.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 4px;
}

.woocommerce .widget_layered_nav_filters ul li a {
  color: #000;
}

.woocommerce div.product .product_title {
  color: #000000;
  font-size: 18px;
}

.dropdown-toggle::after {
  display: none;
}

.wc-block-cart-item__wrap .wc-block-components-product-metadata__description {
  display: none;
}

.wc-block-components-order-summary-item .wc-block-components-product-metadata {
  display: none;
}

.woocommerce span.onsale {
  z-index: 1;
  width: 30px !important;
  height: 20px;
  background: red !important;
  line-height: normal !important;
  top: 15px !important;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 4px;
  min-height: auto;
}


.woocommerce-variation-add-to-cart{
  display: flex;
  gap: 8px;
}
form.cart{
  display: flex;
  gap: 8px;
}
form.variations_form.cart{
  display: block;
}

.woocommerce div.product form.cart div.quantity {
  border: 1px solid hsla(0,0%,7%,.8) !important;
  border-radius: 4px;
  margin: 0 !important;
  display: flex;
}

.woocommerce .quantity .qty,
input.wc-block-components-quantity-selector__input {
  border: none !important;
  padding: 0 !important;
  font-weight: normal !important;
    font-size: 12px !important;
    min-height: 30px;
}

button.minus {
  background: none !important;
  border: none !important;
  color: #000;
  font-size: 18px;
}

button.plus {
  background: none !important;
  border: none !important;
  color: #000;
  font-size: 18px;
}


.wc-block-components-button {
  background: rgb(0, 0, 0);
  color: #fff !important;
  border-radius: 4px;
}

.wc-block-components-button:focus{
  outline: 0 !important;
  box-shadow: none !important;
}
.wc-block-components-button:hover{
  opacity: 0.8;
}

.is-large .wc-block-checkout__sidebar {
  top: 100px !important;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width{
  width: auto !important;
}



.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 5px 5px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media(max-width:991px){
  .woocommerce div.product div.images .flex-control-thumbs{
    height: auto !important;
  }
}

@media (min-width: 991px) {

  .flex-viewport {
    border-radius: 8px;
    overflow: hidden;
  }


  .woocommerce-page div.product div.images {
    display: inline-flex;
    gap: 8px;
    position: sticky !important;
    top: 45px;
  }
  .woocommerce div.product div.images .flex-control-thumbs {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      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: 1;
      -ms-flex: 1 0 80px;
      flex: 1 0 80px;
      max-height: 100%;
      overflow: auto;
      scrollbar-width: none !important;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
      width: 100%;
      padding: 0 10px 10px 0;
  }
  .woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
    border-radius: 4px;
  }
  
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th{
  background: none !important;
}

.woocommerce table.shop_attributes th{
  border: none !important;
  padding: 0;
}

.woocommerce table.shop_attributes td{
  border: none !important;
}

.woocommerce div.product div.summary{
  float: none;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 0;
}
@media(max-width:991px){
  .woocommerce div.product div.summary{
    margin: 0 !important;
  }
}


section.related.products {
  display: block;
  clear: both;
  float: right;
  width: 100%;
  margin-top: 64px;
}

section.related.products h2{
  font-size: 20px;
  margin-bottom: 32px;
}

.product-data-container{
  display: block;
  text-align: justify;
}

@media (max-width: 767px) {
  .product-data-container{
    width: 100%;
  }
}



.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
  width: 58%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
  width: 38%;
}



@media(max-width:991px){
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 100%;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width: 100%;
  }
}


.woocommerce table.shop_attributes td{
  font-style: normal;
  
}


h6.product_category_title {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 8px;
  color: #888;
}

.woocommerce table.shop_attributes{
  margin-bottom: 32px;
}


.woocommerce div.product div.images{
  margin-bottom: 0;
}

.woocommerce div.product form.cart .variations label{
  margin-bottom: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
  z-index: 2;
}


.woocommerce ul.products li.product .button{
	visibility: hidden;
  font-size: 12px;
}

@media(max-width:991px){
  .woocommerce ul.products li.product .button{
    display: none;
  }
}


.woocommerce ul.products li.product:hover .button{
	visibility: visible;

}


li.wc-block-grid__product .wc-block-grid__product-title{
	color: #000;
}

.wc-blocks-components-select .wc-blocks-components-select__select{
  line-height: 50px !important;
}


a.added_to_cart{
  display: inherit !important;
  font-size: 12px;
  color: #999;
  clear: right;
}


.mobile-filter-button {
  display: none;

  padding: 13px;

  background: rgb(247, 247, 247);

  border-radius: 4px;

  margin-bottom: 15px;

  text-align: center;
}

@media(max-width:991px){
  .mobile-filter-button {
    display: block;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery{
    margin-bottom: 32px;
  }
}


.mobile-filter-button svg {
  width: 25px;

  height: 25px;
}

.mobile-filter-button span {
  font-size: 16px;

  font-weight: 600;
}



.bread-crumb{
  display: flex;
  gap: 8px;
}