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


/*------------------ Contact Page -----------------*/
.contac_form input[type='text'], .contac_form input[type='email'], .contac_form input[type='url'], .contac_form input[type='password'], .contac_form input[type='search'], .contac_form input[type='number'], .contac_form input[type='tel'], .contac_form input[type='range'], .contac_form input[type='date'], .contac_form input[type='month'], .contac_form input[type='week'], .contac_form input[type='time'], .contac_form input[type='datetime'], .contac_form input[type='datetime-local'], .contac_form input[type='color'], .contac_form select, .contac_form textarea, .contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
    width: 100%;
    background-color: var(--white);
    border-color: var(--lightgrey3);
    color: var(--black2);
    border-radius: 0px;
    box-shadow: none;
    background-color:transparent;
    border: 2px solid var(--white11);
    border-radius: 6px;
}
.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 .contac_form label{
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.contac_form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #277BF8;
    padding: 8px 40px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
}
/*---------------- Banner ----------------------*/
.title-box img {
    width: 100%;
    height: 100%;
}
.about_me table, .about_me td, .about_me th {
    border: none;
}
.about_me p.message {
    margin-bottom: 20px !important;
}
.vw-credit, .vw-credit a {
    color: var(--white);
}
/* --------- Social Icon Widget ------- */
.social_widget a {
    color: var(--white);
    padding: 7px 7px;
    margin-right: 7px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 50%;
}


/* --------- search Page ------- */
.postbox h6 {
    font-weight: bold;
}
/* --------- 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 {
    padding: 10px !important;
    background: trasparent;
    color: #797676;
}
.navigation span.page-numbers.current {
  background: #277BF8;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
#blog {
    padding-top: 0;
    margin-top: 0;
}
aside#search-3 {
    padding: 0 !important;
}
.bradcrumbs {
    padding: 10px 0;
    text-align: left;
    color:#000;
}
.bradcrumbs a {
  font: 500 16px/30px Inter;
  color: #000;
  margin-right: 15px;
}
.bradcrumbs span {
  font: 500 16px/30px Inter;
  color: #000;
  margin-left: 15px;
}
/*------------------ Comments BOX ------------------*/
#comments {
    float: left;
    width: 100%;
    margin-top: 10px;
}
#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: 5px 10px;
    font-size: 18px;
}
#comments textarea {
    height: 120px;
}

#comments input[type="submit"].submit {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  background: #277BF8;
  border-radius: 5px;
  opacity: 1;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
}
#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-author {
  padding: 20px;
  border-bottom: 1px solid #000;
}
.comment-list p{
  margin-bottom: 0;
}
.comment-meta.commentmetadata, .comment-body p{
    padding: 20px;
}
 .reply{
    padding: 20px;
}
#comments h2#reply-title {
    display: inline-table;
    margin-bottom: 15px;
}
#comments .comment-author.vcard img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
#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;
}
input#wp-comment-cookies-consent{
  margin-right: 10px;
}
.form-submit{
    order: 6;
}
.comment-form-url{
  display: none;
}
.comment-list li{
  border: 1px solid #121212;
    padding: 20px;
    background: #F8F8F8;
    margin-bottom: 20px;
}
/*--------------- 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 {
    margin: 0 0 10px;
    font-size: 18px;
    color: var(--black2) !important;
    font-weight: 700;
}
.widget_categories select {
    width: 100%;
    padding: 6px;
}
#sidebar input[type="search"], #sidebar label {
    width: 100%;
}
#sidebar input[type="submit"] {
    margin-top: 10px;
}
#sidebar aside {
    margin-bottom: 30px;
    border: 1px solid var(--lightgrey3);
    padding: 10px;
}
#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 17px;
}
#sidebar ul li a {
    color: var(--black2);
    font-size: 14px;
}
#sidebar .tagcloud a {
    background: var(--white12);
    color: black;
    font-size: 15px !important;
    padding: 5px 18px;
    margin: 0 0 5px;
    display: inline-block;
}
#sidebar .tagcloud a:hover {
    background:#F82938;
}
#sidebar .widget_recent_entries ul li {
    background: none;
}
#sidebar .post-content {
    line-height: 20px;
    margin-bottom: 15px;
}
span.credit_link a {
    color:#F82938;
}
/*------------- Page -----------------*/
.title-box {
    color: white;
    font-weight: bold;
    margin-top: 5rem;
    background: #FFFFFF;
    position: relative;
}
.title-box img {
    width: 100%;
}
.title-box .row .col-lg-4{
  background: #FFFFFF;
  box-shadow: -400px 0px #fff;
  border-radius: 0px 20px 20px 0;
}
  .above_title{
    padding: 60px 0;
  }
.title-box h1 {
    font-weight: bold;
    font:400 24px/22px Archivo;
    position: relative;
    text-align: left;
}

.outer_dpage{
    padding: 40px 0;
}

/*---------------- Pagination ----------------*/
.navigation {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}
.navigation a {
    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;
}
/* ------------- Category --------------------*/
.category-page h4 {
    text-align: left !important;
}
ul.post-categories {
    list-style: none;
    margin: 0;
}
ul.post-categories a {
    background: #F82938;
    padding: 4px;
    color: #fff;
}
.content_boxes {
    padding: 0;
    border: none;
}
.post_ctg span {
    float: left;
    margin-right: 7px;
}
/*-------------- Main Title ---------------*/
.main_title h1:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #00A3FC;
    margin-top: 7px;
}
.share_icon i {
  background-color: #277BF8;
  padding: 8px 9px;
  border-radius: 50%;
  color: #ffff;
  font-size: 18px;
  margin: 0 3px;
  width: 35px;
  text-align: center;
  height: 35px;
}
li.cat-item{
  list-style: none;
}
li.cat-item.cat-item-1{
      margin-top: 10px;
}
li.cat-item a{
  padding: 9px 35px;
  border-radius: 5px;
  color: #000;
  background: #277BF8;
  color: #fff;
  border-radius: 20px;
}
/*-------------- 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: 20px;
}
.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;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
  font: normal normal bold 16px/30px Poppins;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0;
}
.woocommerce div.product p.price{
    border-top: 1px solid #dbdbdb;
    padding-top: 10px;
}
.woocommerce .woocommerce-product-rating{
      margin-bottom: 10px !important;
}
.para-info-two{
    border-top: 1px solid #dbdbdb;
    padding: 14px 0;
}
.woocommerce-product-details__short-description p{
  padding-top: 10px;
  font-family: Figtree;
  font-size: 14px;
  font-weight: 400;
}
.single-product .product-more-desc{
  font-family: Figtree;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-review-link{
  color: #277bf8;
}
.summary.entry-summary .add-cart-quantity{
      margin: 20px 0;
}
.single-product .summary.entry-summary {
  position: relative;
}
.single-product .pro-feature-head{
  font: 600 18px/16px Figtree;
  margin-block: 10px;
}
.single-product-details .single-pro-head {
    font: normal normal bold 14px/19px Archivo;
    color: #000;
    padding: 10px 18px;
}
.single-product-details td {
    padding: 10px 18px;
}
/* .single-product .summary.entry-summary .yith-wcwl-add-to-wishlist{
  position: absolute;
  bottom: 30px;
} */
.single-product .summary.entry-summary  .yith-wcwl-add-button, .single-product .summary.entry-summary .yith-wcwl-wishlistexistsbrowse, .single-product .summary.entry-summary .yith-wcwl-wishlistaddedbrowse{
  border: 2px solid #00A3FC;
  border-radius: 30px;
  background: transparent;
  height: 40px;
  width: 40px;
}
.single-product .summary.entry-summary i.yith-wcwl-icon{
  color: #00A3FC;
  margin: 9px;
  font-size: 18px;
  font-weight: 300;

} .woocommerce div.product p.price del{
    font-size: 14px!important;
}
.single-product .summary.entry-summary .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{
    font-weight: 900;
}
.single-pro-btn .summary.entry-summary .single_add_to_cart_button{
    border: 1px solid #00A3FC !important;
}
.single-product button#buy_now_button:hover{
  background: transparent !important;
  color: #277BF8 !important;
}
.single-page-nav .nav-links{
  display: flex;
  justify-content: space-between;
}
.single-page-nav .navigation span {
    padding-top: 0;
    margin-bottom: 0;
    padding-left: 0;
        font-family: Figtree;
}
.single-page-nav  .nav-next .post-title{
    padding-right: 20px;
}
#contentwoocom {
    margin-top: 7rem;
}
.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;
}

/* .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 .quantity input {
  padding: 13px 0px;
}
.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 .panel {
  border: 1px solid #c9c9ca;;
  padding: 17px;
}
.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 li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
  background: transparent;
  border: none;
  color: #00A3FE;
  border-bottom: 2px solid #00A3FE;
}

.woocommerce nav.woocommerce-pagination ul li{
    border-right: none;
    margin: 0 3px;
}
.woocommerce nav.woocommerce-pagination ul{
    border: none;
}
.related.products h2, .woocommerce div.product .woocommerce-tabs .panel h2{
    text-transform: capitalize;
    font-size: 24px;
}
.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 #00A3FC;
}
.woocommerce li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #000;
}
.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: #00A3FC;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
}
.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: 12px;
}
 .listing-filter-parent-container{
  width: 180px;
}
.product-filter-parent-container, .shop-page-filters label{
  width: 100%
}
.shop-page-filters input.category-filter-search{
      font-size: 14px;
}
.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: 50%;
  background: #277BF8 !important;
  height: 13px !important;
  width: 13px !important;
  border:none !important;
}
.ui-widget-header{
    background: #277BF8 !important;
}
.ui-widget-content{
border:none !important;
background: #ddd !important;
}

.ui-slider-horizontal {
    height: 0.4em !important;
}
products columns-3{

}
.woocommerce-message {
    border-color: #277bf8;
}
.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;
}
.wishlist_table tr td.product-thumbnail a img{
  width: 70%;
}
.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;
}
.single-post-comment #respond{
  border: 1px solid #121212;
  padding: 20px;
  background: #F8F8F8;
}
.comment.byuser{
  border: 1px solid #121212;
  background: #F8F8F8;
}
.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-product-rating {
    margin-top: 13px;
}
.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;
}
.shop.shop-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .shop.shop-product .star-rating{
  display: none ;
}
/* .shop li.product:hover :is(.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woosq-btn, .wishlist_text) {
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  bottom: 8px;
  font-size: 0;
}
.outer_dpage li.product:hover :is(.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woosq-btn, .wishlist_text) {
    display: block;
} */
/* .woocommerce a.add_to_wishlist.single_add_to_wishlist */
/* .related.products .wishlist_text, .outer_dpage .wishlist_text, .shop.shop-product .wishlist_text{
    position: absolute;
    right: 20%;
    bottom: -43px;
    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;
} */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
  box-shadow: rgb(149 157 165 / 20%) -1px 2px 10px;
  padding: 20px;
  border-radius: 10px;
}
a.btn.button.show-title-form{
    display: none;
}
.woocommerce-loop-product__title{
  position: absolute;
  top: 15px;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce table.shop_table thead{
    display: none !important;
}
h2.product_title.entry-title{
  font:500 36px/43px Figtree;
}
/*----blog share icons--------*/
.newsinner .post_share_icon {
    position: relative;
   /*display: block;
   */
    padding: 20px 0 !important;
}
.newsinner .post_share_icon b {
    padding: 0;
    font-size: 18px;
}
.newsinner .post_share_icon a {
    padding: 10px 25px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    width: auto;
    margin: 5px 3px;
}
.newsinner .post_share_icon a:hover,.share_icon a:hover{
    color: #fff
}
.newsinner .post_share_icon i {
    color: #fff;
    font-size: 13px;
    padding-right: 5px;
}
.newsinner .feature-box {
    padding-bottom: 10px;
}
.newsinner .share_icon {
    position: absolute;
    top: 40%;
    right: 0;
    opacity: 0;
    z-index: 999;
    left: 31%;
}
.newsinner .share_icon:hover .socila_share{
    opacity: 1;
    z-index: 9999;
}
.newsinner .socila_share {
    position: absolute;
    top: 0px;
    opacity: 0;
    width: 55px;
    border-radius: 23px;
    filter: drop-shadow(0px 20px 20px rgba(0,0,0,0.2));
    left: 44%;
    padding: 9px 12px;
    height: 146px;
    display: block;
    right: 0;
}
.newsinner .share-title i {
    color: black;
    background: white;
    height: 55px;
    width: 55px;
    padding: 22px;
    border-radius: 3px;
    position: relative;
    left: 10px;
}
.newsinner .share_text {
    display: none;
}
.newsinner .socila_share i.fab.fa-facebook-f {
    background-color: white;
    color: black;
}
.newsinner .socila_share i.fab.fa-linkedin-in {
    background-color: white;
    color: black;
}
.newsinner .socila_share i.fab.fa-twitter {
    background-color: white;
    color: black;
}
.faq-section {
    background-size: cover;
}
.aboutimg {
    height: 485px;
    object-fit: cover;
}
.about-arrows i {
    margin-top: 6px;
}
.about-arrows {
    display: flex;
}
.about-text {
    padding-left: 10px;
}
.about-button {
    background-color: #e4573d;
    color: var(--white);
    border: none;
    text-transform: uppercase;
    padding: 16px 22px;
    border-radius: 4px;
    font: 700 14px var(--common-font-m);
}
.about-button:hover {
    background-color: #e4573d;
    color: white;
}
.about-center-img {
    height: 441px;
    margin-top: -25px;
}
.about-center-img:hover {
    animation-name: headShake;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.adventure-subhead:after {
    content: '';
    display: block;
    border-bottom: 4px solid black;
    width: 68px;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 41px;
}
.adventure-subhead {
    position: relative;
}
.aboutus-para {
    max-width: 884px;
    margin: 0 auto;
}
.authors-bg {
    margin-top: -25px;
}
.authors-bg .author_wrap {
    box-shadow: 4px 2px 12px 1px #ccc;
    margin-bottom: 10px;
}
.services_heads {
    font-size: 20px;
    font-family: muli;
    font-weight: 700;
    color: #5d5d5d !important;
}
.services-para1 {
    font-size: 16px;
    font-family: 'Montserrat';
    position: relative;
}
.services-heading1 {
    font-size: 33px;
}
.services-para1:after {
    content: '';
    display: block;
    border-bottom: 3px solid black;
    width: 105px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 47px;
}
/*------------------------- Our Records -----------------------------*/
#our_records {
    padding: 50px 0;
    background-size: cover;
}
#our_records .counter-icon {
    text-align: left;
}
#our_records h4 {
    font-size: 32px;
    color: var(--white);
    font-weight: bold;
    padding: 0;
}
#our_records p {
    font-size: 14px;
    color: var(--white);
}
#our_records p {
    color: var(--white);
    font: 600 12px var(--common-font-m);
}
#our_records .owl-dots {
    text-align: center;
    margin-top: 30px;
}
#our_records button.owl-dot {
    width: 12px;
    height: 12px;
    margin: 2px;
    background-color: var(--white);
    border: solid 2px var(--black1);
}
#our_records button.owl-dot.active {
    background-color:#F82938;
    border: solid 2px#F82938;
}
#our_records button:focus {
    outline: inherit !important;
}
#our_records .counter_inner {
    padding: 15px;
}
#our_records .counter-box {
    padding: 15px;
    border: solid 1px var(--white);
}
.author_details {
    display: none;
}
.comment.byuser{
      margin-bottom: 30px;
}
.entry-author a{
    color: #000;
    font: normal normal normal 14px/50px Poppins;
}
.entry-author  img{
  width: 28%;
  border-radius: 50%;
}
#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;
}
/* #blog-right-sidebar */
.single-blog-banner-img{
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}
.single-post h2{
  color: #242424;
  font-family: Archivo;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}
.blog-que{
  font: normal normal 600 30px/50px Open Sans;
  letter-spacing: 0px;
  color: #242424;
}

#single-post-page p{
  font: normal normal 300 14px/31px Poppins;
  letter-spacing: 0px;
  color: #242424;
}
#single-post-page .navigation .nav-links{
  display: flex;
    justify-content: space-between;
}
.container.single-post{
    padding: 30px;
    background: #fff;
    margin-top: -100px;
    position: relative;
    z-index: 1;
    padding: 30px;
}
.entry-date,.entry-comments, .entry-comments a{
  align-self: center;
  color: #777373;
  list-style: none;
  font: normal normal normal 14px/50px Poppins;
}
.entry-comments{
  margin-left: 50px;
}
.content_page.error-page{
padding: 80px 0;
}

.error-page .error-heading{
  font-family: Archivo;
  font-size: 32px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  margin: 15px 0;
}
.error-page .error-para{
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  margin: 15px 0 30px 0;
}
/* wishlist page START */
/* .woocommerce table.wishlist_table, table.wishlist_table tbody td, table.wishlist_table thead th{
  border: none !important;
}
#empty-cart-heading{
  font: normal normal 600 27px/55px Open Sans;
  letter-spacing: 0px;
  color: #000000;
}
.empty-cart-page p{
  font: normal normal normal 15px/29px Poppins;
  letter-spacing: 0px;
  color: #000000;
  max-width: 45%;
  margin: 0 auto 20px;
}
.empty-cart-page a{
  background: #00A3FC 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 9px 10px;
  font: normal normal 600 16px/41px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.empty-cart-page i{
  font-size: 50px;
  color: #00A3FC;
} */

/* .wishlist_table tbody tr {
  display: flex;
}
.wishlist_table tbody tr{
  margin-bottom: 25px;
}
.wishlist_table td.product-remove, .wishlist_table.mobile .product-remove.remove-whishlist{
  position: absolute;
  left: 5px;
  top: 6px;
  padding: 7px 8px !important;
  background: #000;
  height: 27px;
  width: 27px;
  border-radius: 5px;
  font-size: 0;
}
td.product-remove.remove-whishlist{
  line-height: 1 !important
}
.wishlist_table .product-remove.remove-whishlist a:after,  .wishlist_table.mobile .product-remove.remove-whishlist a:after{
   content: '\f2ed';
   color: #fff;
   font-family: 'font awesome 6 free';
   font-weight: 900;
   font-size: 14px;
}
.wishlist_table  td.product-thumbnail{
  padding: 20px !important;
}
.wishlist_table  .woocommerce a.remove{
  font-size: 0;
}
.wishlist_table .woocommerce a.remove:after{
  content: '\f2ed';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 14px;
}
.wishlist_table tr td.product-thumbnail a{
  max-width: 100%;
}
.wishlist_table .woocommerce table .product-thumbnail{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishlist_table .woocommerce table.shop_table td{
  border: none;
}
.wishlist_table .product-add-to-cart a{
  position: relative;
  font-size: 0;
}
.wishlist_table .product-add-to-cart a:after{
  content: "\f290";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 6px;
}
.wishlist_table .product-add-to-cart  a{
  background: #000;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  color: #fff;
} */
/* wishlist page END */
/* empty wishlist page START */
 /* .woocommerce-wishlist .banner-image, .woocommerce-wishlist .wishlist-title-container{
  display: none;
}

.woocommerce-wishlist .shop_table tbody tr{
  display: grid;
  margin: 10px;
  border: 2px solid #f7f2ed;
}
.woocommerce-wishlist .wishlist_table tbody tr{
  border: none;
}
.woocommerce-wishlist .wishlist_table tbody tr{
    border: 2px solid #f7f2ed;
}
.woocommerce-wishlist tbody{
  justify-content: center;
}
 .wishlist_table tbody.wishlist-items-wrapper{
   display: flex;
 }
 .woocommerce-wishlist .wishlist-empty i, .empty-order-page i{
  font-size: 70px;
  color : #00A3FC;
}
.woocommerce-wishlist .wishlist-empty h2, .empty-order-page h2{
  font: normal normal 600 40px/55px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  margin-block: 6px;
}
.woocommerce-wishlist .wishlist-empty p, .empty-order-page p{
  margin-bottom: 20px !important;
  margin-top: 10px;
  font: normal normal normal 16px/29px Poppins;
  letter-spacing: 0px;
  color: #000000;
  max-width: 54%;
  margin: 0 auto;
}
.woocommerce-wishlist .wishlist-empty a{
  background: #00A3FC 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #fff;
  font: normal normal 600 18px/41px Open Sans;
  letter-spacing: 0px;
  display: inline-block;
  padding: 1px 6%;
}
.woocommerce-wishlist .woocommerce .star-rating{
  float: none;
  margin-top: 0;
} */
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  width: 80%;
  margin: 0 auto;
}
.single-product ol.flex-control-nav.flex-control-thumbs {
    /* display: contents; */
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 65%;
  float: none;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  margin-bottom: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    margin-bottom: 20px;
}
.shop .woocommerce span.onsale{
    display: none !important;
  }
p.wishlist-empty{
  margin: 40px 0;
}
/* empty wishlist page END */
/* shop page cart */
.shop_table .product-remove{
  width: 5%;
}
.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;
}
.newsinner {
  position: relative;
}


/* filter page css start */
.shop-page-filters .accordion-button:not(.collapsed) {
  color: #000;
  background-color:transparent;
  box-shadow: none;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
  background: #FFFFFF;
  /* margin: 0px 20px 2.992em 0; */
  width: 30.75%;
}

 .shop-page-filters ul{
  list-style: none;
}
.color-filter{
  flex-wrap: wrap;
}
.yith_wcwl_wishlist_footer{
  display: none;
}
#woosq-popup .single-pro-btn{
  margin-left: 0;
}
.errorimg{
  max-width: 50%;
}
.shop_table .qib-button-wrapper .quantity input.input-text.qty.text{
  padding: unset;
}
.qib-button-wrapper .quantity input.input-text.qty.text{
  padding: 0 !important;
}
.summary.entry-summary .yith-wcwl-add-to-wishlist {
  display: none
}
.summary.entry-summary .wishlist_text .yith-wcwl-add-to-wishlist {
  display: block !important;
}
.single-product .shop{
  /* padding-top: 8rem; */
}
/* about page */
#about-sec-one .about-sec-head, #about-sec-two .about-sec-head {
  font-family: Archivo;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
}
#about-sec-one .abt-sec-para, #about-sec-two .abt-sec-para{
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
}
#about-sec-two .close-one {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding-right: 20px;
  cursor: pointer;
  background: #fff;
  border: none;
  position: absolute;
  right: 1%;
  top: 0%;
  background: none;
  padding: 0;
}
#about-sec-two .video-bg-img{
  position: relative;
}
#about-sec-two .video-bg-img a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#about-sec-two .video-bg-img a i{
  width: 60px;
  height: 60px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  padding: 21px 0;
  font-size: 18px;
  background: #277BF8;
  color: #fff;
  cursor: pointer;
  transition: .3s;
  animation: pulse 3s infinite;
  box-shadow: 0px 0px 5px 3px #2d4556;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}
#about-sec-two .modal-new {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
#about-sec-two .modal-contents {
    width: 100%;
    height: 100%;
    transition: 2s;
    border-radius: 0px;
    overflow-y: hidden;
}
/* car lsiting page */
#auto-listings .auto-listing-box-inner .image{
  position: relative;
}
#auto-listings .auto-listing-box-inner .image::before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  border-top: 1px solid #f5f5f5;
}
#auto-listings .summary, #auto-listings .list-title{
  padding: 10px 20px;
}
#auto-listings .list-title  h3 a{
  color: #000;
  font-family: Figtree;
  font-size: 20px;
  font-weight: 500;
}
#auto-listings .auto-listing-box-inner .listing-price .price-amount{
  font-family: Figtree;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
#auto-listings .auto-listing-box-inner span.bottom-text{
  font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
#auto-listings .auto-listing-box-inner{
  border-radius: 8px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 18%);
}
#auto-listings .auto-listing-box-inner .image{
  height: 280px;
      padding: 25px;
}
.post-type-archive-auto-listing .auto-listings-pagination{
  text-align: center;
  float: none;
}
.post-type-archive-auto-listing .auto-listings-pagination ul li{
    margin: 0 15px 0 -2px;
}
.post-type-archive-auto-listing .page-numbers .page-numbers{
  background: rgba(39, 123, 248, 1);
  border: none;
  color: #fff;
  border-radius: 50%;
  padding: 12px 15px !important;
}

.post-type-archive-auto-listing .auto-listings .has-sidebar{
      width: 60.6667% !important;
}

#Sustainable .sus-img-one{
      margin-bottom: 25px;
}
#Sustainable .sub-head-border::after{
      margin: 0 auto;
}
.woocommerce .woocommerce-ordering select, #sort-listings{
  border: 1px solid #ddd7d7;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
}
.swatch-box{
  font-size: 0;
  padding: 15px;
  border-radius: 50%;
}
#term_condition ul li, #term_condition ol li{
  margin-bottom: 10px;
}
#term_condition h4{
      margin-bottom: 12px;
}
#term_condition ul, #term_condition ol{
  padding-left: 18px;
}

.shop-page-filters .accordion-item {
    background: #FFFFFF;
    box-shadow: 0px 3px 5px #00000029;
    margin-bottom: 20px;
    border-radius: 10px !important;
    border:none;
}
.shop-page-filters .accordion-button{
      border-radius: 10px  !important;
}
.shop-page-filters .accordion-header button {
  color: #000;
      font-family: Archivo;
      font-size: 18px;
      font-weight: 600;
      line-height: 25px;
}

.shop-page-produts-category span{
  font-family: Figtree;
      font-size: 16px;
      font-weight: 400;
      cursor: pointer;
      padding-left: 10px;
}
.shop-page-filters .ct-search i{
  position: absolute;
  right: 10px;
  top: 18px;
}
.accordion-button:focus{
  box-shadow: none !important;
}
.shop-page-filters{
      margin-top: 30px;
}
.search .middle-align{
      padding: 6% 0;
}
/* .shop-page-filters{
  box-shadow: rgb(149 157 165 / 20%) -1px 2px 10px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
} */
