
/*---------------------- index ---------------------------*/
.post-section {
    padding: 20px 0;
}


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

.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"],#contact-page .contac_form label{
    width: 100% !important;
    font-size: 16px;
    padding: 10px 10px;
    height: auto;
    float: left;
}
.contact-page{
  box-shadow: 0px 3px 6px #00000029;
border-radius: 30px;
padding: 35px;
background: #fff;
}
.contactpage-details h3{
  font:600 30px / 26px var(--font-one);
  color: #FFFFFF;
}
 .contactpage-details {
   padding: 20px;
   background-size: 100% 100%;
   background-repeat: no-repeat;
   border-radius: 20px;
   display: flex;
flex-direction: column;
gap: 20px;
 }
 .contactpage-details p{
   font:500 16px / 26px var(--font-one);
letter-spacing: 0px;
color: #FFFFFF;
 }
 .contac_form{
   max-width: 80%;
margin: 0 auto;
 }

.contac_form textarea{
  height: 130px;
}
/* --------- Blog Page ------- */
#full-width-blog .postbox {
    width: 100%;
    border: none;
}
#full-width-blog .postbox h3 {
    font-weight: normal;
    font-size: 35px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.postbox h3 {
    font-weight: normal;
    font-size: 35px;
    text-align: center;
}
.metabox img {
    border-radius: 50%;
    margin-left: 30%;
}
.postbox {
    margin-bottom: 39px;
    border: none;
    border-radius: 6px;
}
.postbox h2 {
    margin: 0 0 5px;
    font-weight: bold;
}
.widget_recent_entries li {
    margin-bottom: 10px;
}
.metabox {
    color: black;
    padding: 5px 0;
    clear: both;
    margin: 10px 0;
    border-top: 1px solid#F82938;
    border-bottom: 1px solid#F82938;
}
.metabox .entry-date {
    background: url('assets/images/date.png') no-repeat;
    margin: 0 13px 0 0;
}
.metabox .entry-author {
    background: url('assets/images/author.png') no-repeat;
    padding: 0 0 0 20px;
    margin: 0 20px 0 0;
}
.metabox .entry-comments {
    background: url('assets/images/comments.png') no-repeat;
    padding: 0 0 0 20px;
}
#comment-nav-above .nav-links {
    width: 100%;
    float: left;
    margin-bottom: 17px;
}
.post-featured img {
    width: 100%;
}
/*.archive #sidebar {
    margin-top: 21%;
}
*/
@media screen and (max-width:767px) {
    .archive #sidebar {
        margin-top: 0%;
   }
}
/* --------- Inner Pages --------- */
ol.carousel-indicators {
    position: static !important
}
ol.carousel-indicators li {
    max-width: 10px;
    padding: 5px;
    color: var(--grey2);
    border-radius: 50%;
}
/* ----------------------- POST---------------------- */
a.page-numbers, span.page-numbers.current {
  height: 35px;
  width: 35px;
  border-radius: 8px;
  line-height: 36px !important;
  background: var(--orange);
  text-align: center;
  color: #fff;
  font-weight: 500!important;
  font-size: 16px !important;
  font-family: var(--font-one);
  letter-spacing: 0px;
  color: #FFFFFF;
  }
span.page-numbers.current {
  background:var(--green)!important; 
  color: #fff !important
}
a.page-numbers:hover, span.page-numbers.current:hover{
    background:var(--green)  !important;
      color: #fff !important
}
#blog {
    padding-top: 0;
    margin-top: 0;
}
aside#search-3 {
    padding: 0 !important;
}
.bradcrumbs {
  color: #fff;
  display: block;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.bradcrumbs a , .bradcrumbs span{
  font: 600 18px / 30px var(--font-one);
  color: #fff;
}

/*------------------ Comments BOX ------------------*/
#comments {
    float: left;
    width: 100%;
    margin-top: 10px;
        display: flex;
            justify-content: space-between;
}
#comments h2.comments-title {
    font-size: 20px;
    font-weight: bold;
}
#comments h3.comment-reply-title {
    font-size: 20px;
    font-weight: bold;
    clear: both;
}
#comments input[type="text"], #comments input[type="email"], #comments textarea {
  padding: 3px 10px;
  font-size: 18px;
  border: 1px solid #2F363C;
  border-radius: 6px;
}
#comments textarea {
    height: 120px;
}

#comments input[type="submit"].submit {
  border-radius: 6px;
  background: var(--orange);
  font: 400 14px / 20px var(--font-one);
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 8px 15px;
border: none;
}
#reply-title{
  position: relative;
}
#comments a time {
    color: black;
    font-weight: bold;
    font-size: 12px;
}
#comments .comment-metadata {
    width: 90%;
    float: left;
    padding: 1% 0 0 0;
}
#comments .comment-content {
    width: 90%;
    text-align: left;
    margin-left: 7%;
}
#comments .comment-meta.commentmetadata, #comments .says{
  display: none;
}
#comments h2#reply-title {
  margin-bottom: 15px;
  font: normal normal 600 24px / 28px var(--font-one);
  letter-spacing: 0px;
  color: #2F363C;
  text-align: center;
}

#single-post-page #commentform{
  display: flex;
flex-wrap: wrap;
}
.comment-form-email{
      order: 1;
}
.comment-notes{
      order: 2;
}
.comment-form-author{
  order: 3;
}
.comment-form-comment{
    order: 4;
}
.comment-form-cookies-consent{
    order: 5;
    display: flex;
        align-items: start;
}
input#wp-comment-cookies-consent{
  margin-right: 10px;
      margin-top: 6px;
}
.form-submit{
    order: 6;
}
.comment-form-url, .reply>a i{
  display: none;
}

.comment-respond label{
  font: 500 14px / 30px var(--font-one);
letter-spacing: 0px;
color: #2F363C;
}
.comment-author.vcard img{
  width: 64px;
height: 64px;
border-radius: 50%;
}
.comment-author.vcard{
  display: flex;
align-items: center;
gap: 10px;
}
cite a{
  font: 500 20px / 28px var(--font-one);
letter-spacing: 0px;
color: #000;
text-transform: capitalize;
}
.comment-body>p , .comment-body>.reply{
      padding-left: 11%;
}
.reply>a{
  font: 500 14px / 26px var(--font-one);
  letter-spacing: 0px;
  color: #000000;
}
/*--------------- Sidebar -----------------*/
#sidebar .textwidget input[type="submit"] {
    width: 100%;
}
#sidebar .textwidget label {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
#sidebar .textwidget input[type="submit"] {
    background: var(--grey2);
    border: none;
    color: var(--white);
    padding: 14px 0;
    font-size: 15px;
    margin: 0;
}
#sidebar form {
    display: table;
    width: 100%;
}
#sidebar h3 , #sidebar label{
  font-size: 20px;
  line-height: 28.92px;
  color: var(--orange);
  font-weight: 700;
}
#sidebar .wp-block-search__button {
  background: var(--orange);
  color: #fff;
  border: none;
  border-radius: 4px;
}

#sidebar input[type="search"], #sidebar label {
    width: 100%;
        border-radius: 6px;
}
#sidebar .wp-block-search__inside-wrapper{
      margin-top: 5px;
}
#sidebar input[type="submit"] {
    margin-top: 10px;
}
#sidebar aside {
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid var(--orange);
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
  margin-top: 10px;
}
#sidebar .widget_recent_entries ul li a {
  font: 600 14px / 22px var(--font-one);
  color: var(--green);
}
#sidebar .widget-title{
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.92px;
  color: var(--orange);
}
#sidebar .widget_categories a,#sidebar .widget_custom_html a{
  font: 600 14px / 22px var(--font-one);
  letter-spacing: 0px;
  color: var(--green);
}
#sidebar .widget_recent_entries ul li a:hover,#sidebar .widget_categories a:hover, #sidebar .widget_custom_html a:hover{
  color: var(--orange);
}
#sidebar  .widget_recent_entries img{
  width: 90px;
height: 75px;
    object-fit: cover;
}

#sidebar .media.post-thumb{
  display: flex;
}
#sidebar .media-body {
  display: flex;
flex-direction: column;
justify-content: space-around;
}
#sidebar  .post-date{
  margin-bottom: 0
}
#sidebar .widget_categories li{
  display: flex;
justify-content: space-between;
margin-bottom: 5px;
}
/*------------- Page -----------------*/
.title-box.banner-img{
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.title-box.banner-img::after{
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}
.title-box img {
    width: 100%;
}
.above_title{
  padding: 15% 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
.title-box h1 {
  font: 700 45px / 50px var(--font-one);
  letter-spacing: 0px;
  color: #fff;
}


/*---------------- Pagination ----------------*/
.woocommerce nav.woocommerce-pagination ul li{
  border-right: unset;
}
.navigation, .shop.shop-product ul.page-numbers,.nav-links,.woocommerce-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.navigation a,.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 0;
}
 .navigation a {
    display: block;
}
.navigation span.meta-nav {
  font: 500 14px/21px Inter;
  letter-spacing: 0px;
  color: #A1A1A1;
  background: #277BF8;
  width: max-content;
  padding: 10px;
  color: #fff;
  padding: 0;
  border-radius: 25px;
  padding: 7px 20px;
}
.shop .navigation span.meta-nav {
background: transparent;
color: #000;
}
.shop .post-title{
  color: #000;
}
.shop .meta-nav{
      padding: 4px 10px;
}
.navigation .current {
    color: var(--white);
    font-weight: normal;
}


/*-------------- Woocommerce ---------------*/
.woocommerce .summary h1 {
  font: normal normal bold 30px/46px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 8px;
}
.woocommerce-cart table.cart img{
      width: 140px !important;
}
.woocommerce table.shop_table th{
  border:none;
}
.cart_totals h2{
  font: normal normal 600 40px/55px Open Sans;
  letter-spacing: 0px;
  color: #000;
}
.cart_totals  td{
  border: none;
}





.single-page-nav  .nav-next .post-title{
    padding-right: 20px;
}
#contentwoocom {
    margin-top: 4rem;
}
.post-type-archive-product #contentwoocom {
    margin-top: 0;
}

/* .woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-size: 0;
    position: absolute;
    bottom: 5px;
    left: 10%;
    padding: 15px;
    border: 2px solid #fff;
    background: #1e1e1e !important;
    border-radius: 0 !important;
    bottom: -45px;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    opacity: 0;
    -webkit-opacity: 0;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
 .single-product-details th {
    border: none;
}
table.single-product-details {
    border: 1px solid #d5d5d5;
    max-width: 50%;
    background: trasparent;
        margin-bottom: 60px;
}
div#tab-description{
  display: inline-block !important;
}

/* .woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::after{
    content: "\f290";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    transform: unset !important;
      position: unset !important;
    top: 0;
    line-height: 2;
    color: #fff;
} */
/* .woosq-btn{
    font-size: 0;
    background: transparent;
    position: relative;
    padding: 15px;
    border: 2px solid #fff;
    background: #1e1e1e !important;
    position: absolute;
    left: 41%;
    bottom: -45px;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
button.woosq-btn::after{
    content: "\f06e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    line-height: 2;
    color: #fff;
} */
/* .woocommerce a.button.added::after{
    margin-left: 0;
} */
/* .woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, .woosq-btn:hover{
  background: #00A3FC !important;
} */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after{
  margin-left: -1px;
}
.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);
}
#customer_details .col-1, #customer_details .col-2{
    max-width: 100%
}
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
    width: 100%;
    max-width: 100%;
}
/* .woocommerce a.added_to_cart, .post-type-archive-auto-listing .auto-listings-items .bottom-wrap {
    display: none !important;
} */
h2.woocommerce-loop-category__title {
    text-align: center;
}
.woocommerce ul.products li.product .onsale{
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .auto-listings .auto-listings-tabs ul.tabs li.active{
  background: #277BF8;
  color: #fff;
  border-radius: 35px;
  padding: 5px 30px;
  margin-bottom: 20px;
  border: none;
  box-shadow: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,.auto-listings .auto-listings-tabs ul.tabs li{
  border: 1px solid #000000;
  color: #fff;
  border-radius: 35px;
  padding: 5px 30px;
  margin-bottom: 20px;
  border: none;
  background: trasparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  margin: 0 5px 0 0;
  border: none;
  margin-bottom: 20px;
}
.after-quantity-content i {
    font-size: 20px;
    border: 1px solid #277BF8;
    padding: 12px;
    color: #277BF8;
    border-radius: 50%;
    margin-right: 0;
  }
.after-quantity-content i.fas.fa-cogs{
      padding: 12px 10px;
}

.after-quantity-content i.fa-dollar-sign {
    padding: 12px 17px!important;
}
.single-product .product-more-desc{
    margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding-left: 0;
    margin:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font:600 14px/22px Inter;
  letter-spacing: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    border: none !important;
    box-shadow: none;
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    display: none;
}
.related.products {
    padding-top: 30px;
}

.woocommerce nav.woocommerce-pagination ul{
    border: none;
}
.related.products h2, .woocommerce div.product .woocommerce-tabs .panel h2{
    text-transform: capitalize;
    font-size: 24px;
    color: var(--orange);
    font-weight: 600;
}

.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: #ffffff;
}
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.woocommerce li.woocommerce-MyAccount-navigation-link.is-active {
    background-color: #ffffff;
    border: 1px solid var(--orange);
}
.woocommerce li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #000;
}
.woocommerce-account .woocommerce-MyAccount-content,.woocommerce form.login, .woocommerce form.register{
      padding: 20px;
      border: 1px solid var(--orange);
}
.woocommerce-info{
  border-top-color:var(--orange);
}
.woocommerce-info::before{
  color: var(--orange);
}
.woocommerce-Address-title.title h3{
  font: 500 22px / 34px var(--font-one);
color: #000000;
}
.woocommerce #review_form #respond textarea,#respond input[type="text"], #respond input[type="tel"], #respond input[type="email"]{
  border: 1px solid;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
  border: 1px solid #000;
  background: transparent;
}
 .woocommerce-Address-title.title a{
   padding: 7px 15px;
border-radius: 5px;
 }
.woocommerce-Button.wc-forward.button,a.button.wc-forward, .woocommerce-Address-title.title a, .woocommerce-MyAccount-content button.woocommerce-Button.button,.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit{
  background: var(--orange);
  font: 600 14px / 20px var(--font-one);
  color: #FFFFFF;
}
.woocommerce-Button.wc-forward.button:hover, a.button.wc-forward:hover, .woocommerce-Address-title.title a:hover,  .woocommerce-MyAccount-content button.woocommerce-Button.button:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,  .woocommerce-form-register__submit:hover{
  background: var(--green);
  color: #fff;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,.select2-container--default .select2-selection--single{
  border: 1px solid #000;
  border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 38px
}
.select2-container--default .select2-selection--single{
  height: 40px;
}
header.woocommerce-Address-title.title{
      background: transparent;
}
.woocommerce table.cart td.actions .input-text{
    width: 130px;
}
.woocommerce .woocommerce-MyAccount-content .form-row {
    display: block !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    border: 1px solid #ffffff;
    margin-left: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #ffffff;
    padding: 10px 25px 10px 15px;
    background-color: var(--orange);
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  font: 600 16px / 25px var(--font-one);
  letter-spacing: 0px;
  color: #fff;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #8fa3aa;
}
.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 .woocommerce-result-count {
display: none;
}
header.woocommerce-products-header{
  height: unset;
}
.woocommerce-ordering{
  margin-top: -26px !important;
}
.range-div span{
      font-size: 15px;
      color: var(--green);
      font-weight: 500;
}


products columns-3{

}
.woocommerce-message {
    border-color: var(--orange);
}
.woocommerce-message::before {
    color: #00A3FC!important;
}
.woocommerce-message {
    font-size: 14px;
    letter-spacing: 1px;
    color: #222222;
    font-weight: 500;
}
.woocommerce .product_meta span {
    margin-right: 10px;
}
.woocommerce table.shop_table th {
    color: #222;
    text-align: center;
}

.woocommerce .woocommerce-cart-form__cart-item a {
    color: #222;
    font-weight: bold;
}
.woocommerce .woocommerce-cart-form__cart-item td {
    color: #222
}
.wishlist_table td.product-name, .wishlist_table .product-thumbnail{
      text-align: center !important;
}

.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;
}
.inner_layout nav.woocommerce-MyAccount-navigation ul li {
    background-color:#F82938;
    margin-bottom: 4px;
}
.woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
}


.woocommerce-Reviews .comment-form .comment-form-author, .woocommerce-Reviews .comment-form .comment-form-email, .woocommerce-Reviews .comment-form .comment-form-url {
    width: 100%;
}
.widget span.count {
    float: right;
}
.up-sells.upsells.products {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.woocommerce-product-search button {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    background-color:#F82938;
    display: inline-block;
    padding-right: 10px;
    text-align: center;
    padding: 10px 15px;
    text-align: center;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    border: navajowhite;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 14px;
}

.related-post-wrapper a {
    font-size: 16px;
    padding: 6px 0 !important;
    display: inline-block;
    color: var(--black2);
    font-family: var(--common-font-m);
    font-weight: bold;
}
.heading3 {
    font-size: 49px;
}
.read-moresec-err a {
    color: var(--white);
    border: none;
    text-transform: uppercase;
    padding: 16px 22px;
    border-radius: 35px;
    font: 700 14px var(--common-font-m);
    background-color:#F82938;
}
.woocommerce table.shop_attributes td p{
    margin: 0 12px;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 14px;
    margin-top: 10px;
}
a.button.yith-wcqv-button{
    display: none !important;
}
.woocommerce ul.products li.product .button{
    display: inline;
    margin-bottom: 14px;
    margin: 0px 25px 0 15px;
}

/* .woocommerce .yith-wcwl-add-button{
    position: relative;
    padding-top: 12px;
} */
#woosq-popup .yith-wcwl-add-button{
  padding-top: unset;
}
.shop.shop-product .product-box-main .yith-wcwl-add-button{
  padding-top: unset;
}
/* .shop.shop-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .shop.shop-product .star-rating{
  display: none ;
} */





#blog-left-sidebar, #blog-right-sidebar{
    padding: 80px 0;
}
#blog-left-sidebar #latest_post {
    padding: 0
}
#full-width-blog {
    padding: 80px 0
}
#full-width-blog #latest_post{
    padding: 20px 0;
}
#blog-right-sidebar #latest_post,#blog-right-sidebar #latest_post{
    padding: 0px 0;
}
#aboutus-page #testimonials{
    margin-bottom: 70px;
}
section#aboutus-page{
    padding: 80px 0 40px 0;
}
h1.woocommerce-products-header__title.page-title{
  display: none;
}
#blog-left-sidebar .newsinner .share_icon,#blog-right-sidebar .newsinner .share_icon {
    left: 41%;
}
section#page-with-left-sidebar ,section#page-with-right-sidebar{
    padding: 40px 0;
}
/* ---Single Post Page----- */

#single-post .single-author-image{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#single-post .author-name{
  font: normal normal 600 18px / 26px var(--font-one);
  text-transform: capitalize;
  color: #000000;
}
.meta-heading{
  font: 500 16px / 26px var(--font-one);
  letter-spacing: 0px;
  color: #000000;
}
.social-share-icon-main{
  position: absolute;
  display: flex;
  right: 0;
  text-align: center;
  gap: 5px;
  opacity: 0;
}
.social-share-icon-main a{
  background: #000000;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    margin: 0 auto;
}
.social-share-icon-main a:hover{
  background: var(--yellow);
  color: #fff;
}
.share_icon:hover .social-share-icon-main{
  opacity: 1;
  cursor: pointer;
}
.blog-que{
  font: 600 20px / 26px var(--font-one);
  letter-spacing: 0px;
  color: #000000;
}
.single-blog-content p{
  font: 400 16px / 28px var(--font-one);
  color: #000000;
  opacity: 0.7;
}
#single-post hr:not([size]) {
    height: 1px;
    background-color: #000;
    opacity: inherit;
}

#single-post .comment-respond{
  background: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  max-width: 40%;
  height: 100%;
  order: 1
}
#single-post #commentform {
  display: flex;
  flex-wrap: wrap;


}
.comment-list{
  list-style-type: none;
  width: 55%;
    order: 2;
}
#comments h2.comments-title {
  display: none;
}
#single-post .comment-form-url,.comment-notes{
  display: none;
}
#single-post .comment-form-author{
  order: 2;
  width: 100%;
}
#single-post .comment-form-email{
  order: 3;
  width: 100%;
}
#single-post .comment-form-comment{
  order: 4;
  width: 100%;
}


.error-page .error-heading{
  font-family: var(--font-one);
  font-size: 35px;
  color: var(--orange);
  line-height: 40px;
  font-weight: 700;
}
.error-page .error-para{
  font: 400 18px / 27px var(--font-one);
  letter-spacing: 0px;
  color:var(--green);
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100% !important;
  height: 100%;
  float: none;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  margin-bottom: 20px;
  height: 110px;
  width: 110px;
}

.shop .woocommerce span.onsale{
    display: none !important;
  }
p.wishlist-empty{
  margin: 40px 0;
}
/* empty wishlist page END */
/* shop page cart */

/* .wishlist_table.mobile li .item-wrapper{
  text-align: center;
  width: 100%;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail{
  display: contents;
  max-width: 100%;
}
 .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label, .wishlist_table.mobile li table.additional-info td.value{
   display: none;
 }
 .wishlist_table.mobile li .item-details table.item-details-table td.value{
   text-align: center;
 }
 .wishlist_table.mobile .additional-info-wrapper tr, .wishlist_table.mobile .item-details-table tbody tr{
   border: none;
 }
 .wishlist_table.mobile li{
    border: 2px solid #f7f2ed;
    position: relative;
 }
 .wishlist_table.mobile .product-remove{
   position: absolute;
    text-align: left;
    padding: 4px 7px !important;
    background: #000;
    top: 10px;
    left: 10px;
    height: 27px;
    width: 27px;
    border-radius: 5px;
    font-size: 15px;
 }
 .wishlist_table.mobile .product-thumbnail img{
padding-top: 30px;
       max-width: 60%;
 } */
/* cart empty */
.cart-empty.woocommerce-info{
  display: none;
}
.cart-empty-img{
      height: 70px !important;
}




/* -----------About Page------------ */
#vission-mission h5, #our-values h5{
  font: 700 22px / 28px var(--font-one);
  color: var(--green);
}
#vission-mission p, .vision-points p,#our-values p{
  font: 400 16px / 28px var(--font-one);
}

.vision-points p::after, .pests-list:before{
  content: '';
position: absolute;
top: 11px;
Left: -1px;
bottom: 0;
background: var(--orange);
    line-height: 40px;
height: 8px;
width: 8px;
border-radius: 50%;
}
.pests-list:before{
  top: 7px;
}


/* --------Privacy Policy------------------- */
.outer_dpage{
  padding: 50px 0;
}
 .middle-content h2,.middle-content h3{
  font: 600 20px / 35px var(--font-one);
  letter-spacing: 0px;
  color: var(--green);
}
 .middle-content ul{
      margin-left: 15px;
          margin-bottom: 20px;
}
.middle-content ul li{
      margin-bottom: 6px;
}

/* ----------------Support Page--------------------------- */
#support-page hr:not([size]) {
    height: 2px;
}
#support-page .top-content h2{
  font: 600 20px / 35px var(--font-one);
  letter-spacing: 0px;
  color: var(--green);
}
#support-page .top-content h4{
    font:600 18px / 38px var(--font-one);
    color: var(--green);
}
#support-page p{
  font: 400 15px / 30px var(--font-one);
  color: var(--green);
}
#support-page  .half-width, #support-page  ul{
  margin-left: 20px;
  display: grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
#support-page li{
  font: 400 15px / 30px var(--font-one);
  letter-spacing: 0px;
  color: var(--green);
}
/* Shop Page */
.shop.shop-product .accordion-item,#new-arrival .accordion-item{
  border: none;
  border-radius: 15px;
  margin-bottom: 10px;
}
.shop.shop-product .accordion-button,#new-arrival .accordion-button{
  padding: 10px 1.25rem;
  color: #fff;
  font: 500 16px / 28px var(--font-one);
  box-shadow: unset;
  background: var(--orange);
  
}
.shop.shop-product .accordion-body, #new-arrival .accordion-body{
    border-left: 1px solid var(--orange);;
    border-right: 1px solid var(--orange);;
    border-bottom: 1px solid var(--orange);;
    border-radius:0 0 4px 4px !important;
  }
  
  .shop.shop-product .accordion-button,#new-arrival .accordion-button{
    border-radius: 4px 4px 0 0;
  }
  .shop.shop-product .accordion-button.collapsed,#new-arrival .accordion-button.collapsed{
    border-radius: 4px;
  }
.shop.shop-product .accordion-button::after, #new-arrival .accordion-button::after {
      content: '\f067';
      font-family: "font awesome 6 free";
      font-weight: 900;
      font-size: 14px;
      background-image: unset !important;
      height: unset !important;
      width: unset !important;
      transition: unset;
  }
.shop.shop-product .accordion-button:not(.collapsed)::after, .shop.shop-product .accordion-button:not(.collapsed)::after,
#new-arrival .accordion-button:not(.collapsed)::after,#new-arrival .accordion-button:not(.collapsed)::after{
      content: '\f068';
      font-family: "font awesome 6 free";
      font-weight: 900;
      font-size: 14px;
      background-image: unset !important;
      height: unset !important;
      width: unset !important;
      transition: unset;
  }

  .shop-page-filters input.category-filter-search{
    font-size: 14px;
    background: transparent;
    border: none;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid var(--orange);
    box-shadow: 0px 4px 4px 0px #00000040;
  }
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border-radius: 0;
    background: var(--green) !important;
    height: 15px !important;
    width: 5px !important;
    border: none !important;
    margin-left: unset !important;
    border-radius: 10px;
  }
  .ui-widget-header{
      background: #277BF8 !important;
  }
  .ui-widget-content{
  border:none !important;
  background: #ddd !important;
  }

  .ui-slider-horizontal {
    height: 5px !important;
  }
.ui-slider-horizontal .ui-slider-range{
        background: var(--green) !important;
        border-radius:unset !important;
  }
  .shop-page-filters .accordion-body label{
  width: 100%;
}
.ui-widget.ui-widget-content{
  background: var(--orange) !important
}
.category-filter-checkbox{
      width: 16px;
}
.shop-page-produts-category span{
  font: 400 14px / 20px var(--font-one);
  color: #000000;
  cursor: pointer;
}
.shop.shop-product .products{
  display: flex;
  flex-wrap: wrap;
}
/* wishlist page */
table.wishlist_table tr, .wishlist_table.mobile{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
table.wishlist_table tr, .wishlist_table.mobile li{
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 10px;
}
 table.shop_table.wishlist_table thead{
  display: none;
}
.woocommerce table.shop_table,.woocommerce table.shop_table td{
  border:none;
}
.wishlist-items-wrapper  .product-rating{
  display: none
}
.wishlist-items-wrapper  .product-thumbnail a{
      display: inline !important  ;
}
.shop_table .product-remove{
  position: absolute;
  top: 16px;
  left: 15px;
  z-index: 1;
}
.wishlist-items-wrapper .product-name  a{
  font: normal normal 600 22px / 26px var(--font-one);
  color: #000000;
}
#empty-cart-page{
  display: flex;
flex-direction: column;
gap: 10px;
}
#empty-cart-page a{
  background: var(--orange);
  color: #fff;
  border-radius: 6px;
  padding: 10px 14px;
  font: 500 14px / 24px var(--font-one);
  letter-spacing: 0px;
  color: #FFFFFF;
  width: max-content;
  margin: 0 auto;
}
#empty-cart-page i{
  color: var(--orange);
font-size: 35px;
border: 2px solid var(--orange);
padding: 10px;
border-radius: 10px;
width: max-content;
margin: 0 auto;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail{
  display: block;
  max-width: 100%;
  margin-right: unset;
}
.wishlist_table.mobile .additional-info,.wishlist_table.mobile .item-details-table .label{
  display: none;
}
.wishlist_table.mobile li .item-wrapper, .wishlist_table.mobile li .item-wrapper .item-details{
  width: calc(100% - 0px);

}
.wishlist_table.mobile .product-remove i{
  background: var(--orange);
color: white !important;
padding: 10px;
border-radius: 8px;
margin: 6px;
}
 .wishlist_table.mobile #yith-wcwl-row-94 {
   position: relative;
 }
.product-thumbnail{
  position: relative;
}
 table.wishlist_table tr:hover .product-thumbnail:after, .wishlist_table.mobile #yith-wcwl-row-94:hover .product-thumbnail:after{
     display: block;
 }
.item-details-table{
  text-align: center;
display: inline;
}

/* Single Product page */

 .woocommerce-product-gallery__wrapper  .woocommerce-product-gallery__image{
  width: 505px !important;
  height: 440px;
  box-shadow: 0px 4px 4px 0px #00000040;
 }
 .woocommerce-product-gallery__wrapper  .woocommerce-product-gallery__image img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
 }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger, .single.single-product .onsale, .woocommerce-breadcrumb, .tabs.wc-tabs, .summary.entry-summary .yith-wcwl-add-to-wishlist , .woocommerce-Reviews-title,
.single.single-product  time.woocommerce-review__published-date,.single.single-product .woocommerce-review__dash{
  display: none;
}
.summary.entry-summary form .yith-wcwl-add-to-wishlist{
  display: block;
}
.woocommerce-page div.product div.summary {
  width: 55%;
}
.woocommerce div.product div.images{
      width: 40%;
}

.product-variations-fields{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
.product-variations-fields i{
  font-size: 7px;
  color: var(--orange);
  padding: 10px 0;
}
.privacy-product-btn{
 font-size: 14px;
 color: var(--orange);
 font-weight: 500;
}
 .single.single-product  .bold-rating span {
  font: 500 80px / 80px var(--font-one);
  letter-spacing: 0px;
  color: #000000;
}

.bold-rating .fa-star {
    color: #fc0;
    position: relative;
    top: 35px;
    height: max-content;
    left: 8px;
    font-size: 20px;
}
.progress *:not([data-progress]) {
    margin: 5px 0;
    font-size: 14px
}

.progress {
    width: 100%;
    max-width: 500px;
    padding: 0;
    box-sizing: border-box;
    background: #fff
}

.progress [data-progress] {
    height: 7px;
    /* box-shadow: 0 0 1px 1px rgba(0,0,0,.25) inset; */
    border-radius: 2px;
    margin: unset;
    overflow: hidden;
    width: 200px;
    align-self: center;
    background: #f4f4f4;
}
.rating-bar:nth-child(1) .progress [data-progress]::after {
    background-image: linear-gradient(#0DBE00,#0DBE00 50%,#0DBE00 50%)
}

.rating-bar:nth-child(4) .progress [data-progress]::after {
    background-image: linear-gradient(#FF9100,#FF9100 50%,#FF9100 50%)
}

.rating-bar:nth-child(5) .progress [data-progress]::after {
    background-image: linear-gradient(#DE0000,#DE0000 50%,#DE0000 50%)
}

[data-progress]::after {
    content: "";
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-image: linear-gradient(#EBD300,#EBD300 50%,#EBD300 50%);
    width: 0;
    height: 100%;
    box-sizing: border-box;
    font-size: 10px;
    color: transparent;
    padding: 0 3px;
    transition: 2s
}

[data-progress].animate-progress::after {
    content: attr(data-progress) "%";
    width: var(--animate-progress)
}

#tab-reviews{
  display: block !important
}
.single.single-product #reviews{
  display: flex;
  gap: 60px;
  margin-top: -45px;
}
.single.single-product #comments {
  border-top: 1px solid #dcd5d5;
  padding-top: 40px;
      margin-top: 45px;
}
.single.single-product .meta-field-call{
  display: flex;
  background: var(--orange);
  padding: 20px 20px;
  width: 28%;
  gap: 35px;
      border-radius: 10px;
      align-items: center;
}
.meta-field-call i{
      font-size: 45px;
      color: #fff;
}
#review_form_wrapper #review_form{
  box-shadow: 0px 3px 6px #00000029;
border-radius: 10px;
padding: 20px;
}
#reviews  .clear{
  display: none;
}
.single.single-product .total_sale ,.single.single-product .count {
  font: 500 14px / 19px var(--font-one) !important;
letter-spacing: 0px;
color: #000000;
margin-top: 10px;
}
.desc-raing-head{
    font: 600 18px / 19px var(--font-one) !important;
}
.helpline-text span{
  font: 500 14px / 23px var(--font-one);
color: #fff;
}
.single.single-product .comment_container{
  display: flex;
  gap: 20px;
      margin-bottom: 20px;
}
.single.single-product .comment_container img.avatar{
    position: relative !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
}
.single.single-product .comment_container .comment-text{
      width: 100%;
      margin:0 !important;
      border:none !important;
      padding:0 !important
}
.single.single-product #comments .commentlist p.meta {
    width: 150px;
}
.single.single-product .commentlist .star-rating{
  right: 65% !important;
top: 5px !important;
}
.single.single-product .comment-text p.meta{
  font: 400 18px / 32px var(--font-one) !important;
letter-spacing: 0px;
color: #000 !important;
margin-bottom: 0 !important;;
text-transform: capitalize;
}
.single.single-product .single_add_to_cart_button{
  background: transparent !important;
  position: relative;
  padding-right: 35px;
  padding-left: 20px;
  border-radius: 6px;
  border: 1px solid var(--orange);
  display: inline-block;
  padding: 10px 30px 8px 18px;
  font-family: var(--font-one);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: var(--green) !important;
  border-radius: 5px;
}
.single.single-product .single_add_to_cart_button::after{
  content: "\f07a";
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 13px;
  position: absolute;
  top: 2px;
  right: 10px;
  line-height: 33px;
  color: var(--grey);
}
.single.single-product .single_add_to_cart_button:hover,.summary.entry-summary .wishlist_text i:hover,.wishlist-items-wrapper .product-add-to-cart a:hover{
  background: var(--orange)!important;
  color: #fff !important;
}
.single.single-product .single_add_to_cart_button:hover::after{
    color: #fff !important;
}
.single-pro-btn  .yith-wcwl-icon {
    /* background: var(--orange);
    font-weight: 500;
    color: #fff;
    font-size: 18px; */
}
table.wishlist_table.shop_table .product-remove{
  width: auto !important;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg{
  width: 40px;
  height: 40px;
  padding: 4px;
  color: #fff !important;
  max-width: 30px;
}
.yith-wcwl-add-to-wishlist-button--added svg path{
  fill: #fff;
}
.single-pro-btn .yith-wcwl-add-to-wishlist.exists .yith-wcwl-icon{
  font-weight: 800;
}
.single-pro-btn .yith-wcwl-add-to-wishlist {
  position: relative;
}
.single-pro-btn .yith-wcwl-wishlistaddedbrowse a{
  position: absolute;
left: 7px;
font-size: 5px;
width: 20px;
text-align: center;
top: 7px;
opacity: 0;
}
.single.single-product .woocommerce-Tabs-panel--description p, .single.single-product li{
  font: 400 17px / 29px var(--font-one);
  letter-spacing: 0px;
  color: #000000;

}
.single.single-product .woocommerce-Tabs-panel--description ul{
  margin-left: 20px;
  list-style: disc;

}
.single.single-product .woocommerce-Tabs-panel--description ::marker {
    color: var(--orange);
    font-size: 20px;
}
.single.single-product  .woocommerce-tabs.wc-tabs-wrapper .desc-head {
  position: relative;
}
.single.single-product  .woocommerce-tabs.wc-tabs-wrapper .desc-head:after{
  content: '';
  position: absolute;
  top: 15px;
  left: 13%;
  right: 0;
  border-bottom: 1px solid #000;
  width: 85%;

}
.single.single-product .form-submit .submit{
  background: var(--orange) !important;
padding: 10px 30px !important;
color: #fff !important;
font: 600 14px / 16px var(--font-one) !important;
letter-spacing: 0px;
color: #FFFFFF;
}
.single.single-product .form-submit .submit:hover{
  background: #000 !important;
  color: #fff !important;
}
.comment-form-cookies-consent label{
      font: 400 13px / 21px var(--font-one) !important;
}
.related.products ul{
  margin-top: 4%;
}
.summary.entry-summary ins bdi{
      font: 600 22px / 20px var(--font-one)
}
.summary.entry-summary p.price{
  display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}


#commentform{
  display: flex;
  flex-direction: column;
}
#commentform .comment-form-rating{
  display: flex;
  align-items: center;
  order: 5;
}
#commentform .comment-form-author{
  order: 1;
}
#commentform .comment-form-email{
  order: 2;
}
#commentform .comment-form-comment{
  order: 3;
}
#commentform p.stars{
  margin-bottom: 0 !important
}
/* ------Card Page------------ */
.wc-block-components-sidebar-layout .wc-block-components-main, .wp-block-woocommerce-cart-totals-block, .wp-block-woocommerce-checkout-totals-block{
  border: 1px solid #DEDEDE;
border-radius: 8px;
padding: 10px !important;
}
.wc-block-components-sidebar{
  height: max-content;
}
.wc-block-cart-item__image{
  width: 30%;
}
.wc-block-components-product-name{
  font: 600 18px / 20px var(--font-one) !important;
letter-spacing: 0px;
color: var(--green);
}
.wc-block-cart-items  thead th, .wc-block-cart__totals-title{
  font: 800 20px / 20px var(--font-one) !important;
  color: var(--green);
}
.woocommerce-cart  .is-large.wc-block-cart .wc-block-cart-items td{
        vertical-align: middle !important;
}
.woocommerce-cart  .wc-block-cart-item__image{

        vertical-align: middle !important;
}
.wc-block-cart table.wc-block-cart-items{
  margin-bottom: 0 !important;
}
.is-large.wc-block-cart .wc-block-cart-items td{
  border-top:none !important;
}
.is-large.wc-block-cart .wc-block-cart-items{
  border-bottom: none !important
}
.wc-block-components-sale-badge{
      padding: 5px !important;
          border: 1px solid var(--orange)!important;
}
.wc-block-cart-item__total .wc-block-components-product-price__value{
  font: normal normal bold 24px / 23px var(--font-one);
    letter-spacing: 0px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{
  box-shadow: unset !important;
}
.wc-block-components-sidebar-layout .wc-block-components-main{
  width: 62%  !important;;
margin-right: 35px !important;
}
.wc-block-cart__submit-container a, .wc-block-components-checkout-place-order-button {
  background: var(--orange);
  border-color: var(--orange);
  border-radius: 4px;
  padding: 10px 30px;
  font: 500 14px / 19px var(--font-one);
  letter-spacing: 0px;
  color: #FFFFFF;
  transition: all 0.5s;
      border: none;
}

.wc-block-components-totals-coupon a{
      color: #000;
    }
.wc-block-components-totals-coupon__button{
  background: var(--orange);
  border-color: var(--orange);
  border-radius: 4px;
  padding: 7px 29px;
  font: 500 14px / 19px var(--font-one);
  letter-spacing: 0px;
  color: #FFFFFF;
  border: none;
}
.wc-block-cart-item__image img{
  height: 240px;
  width: 200px;
  object-fit: cover;
}

/* search page */
#search-page form{
  display: flex;
}
#search-page .search-submit{
  background: var(--orange);
  border: none;
  color: #fff;
  font-weight: 600;
}


/* login form */
#loginform{
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
padding: 35px;
display: flex;
flex-direction: column;
gap: 10px;
}
#loginform label{
  font-weight: 600;
  padding-bottom: 10px;
}
.login-submit{
  text-align: center;
}
.login-submit input{
  display: inline-block;
    border-radius: 6px;
    padding: 10px 30px;
    font: 500 15px / 20px var(--font-one);
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    position: relative;
    z-index: 1;
    background: var(--orange);
    border: none;
}

/* Gallery */
#gallery .vw_gallery_front {
  display: grid ;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 60px;
    grid-gap: 17px;
}
#gallery .vw_gallery_front img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#gallery .grid-items {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.cuisines-grid-main {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 60px; /* Each row will have a height of 60px */
  grid-gap: 17px;
}
/* First row of three items (4-4-4) */
.grid-items:nth-child(10n+1),
.grid-items:nth-child(10n+2),
.grid-items:nth-child(10n+3) {
  grid-column: span 4;
  grid-row: span 4;
}

/* Second row of two items (4-7) */
.grid-items:nth-child(10n+4) {
  grid-column: span 5;
  grid-row: span 4;
}
.grid-items:nth-child(10n+5) {
  grid-column: span 7;
  grid-row: span 4;
}

/* Third row of two items (7-4) */
.grid-items:nth-child(10n+6) {
  grid-column: span 7;
  grid-row: span 4;
}
.grid-items:nth-child(10n+7) {
  grid-column: span 5;
  grid-row: span 4;
}

/* Fourth row of three items (4-4-4) */
.grid-items:nth-child(10n+8),
.grid-items:nth-child(10n+9),
.grid-items:nth-child(10n+10) {
  grid-column: span 4;
  grid-row: span 4;
}

.cat-points i{
  font-size: 10px;
}