.sale-perc {
  display: none;
}
.xoo-wsc-cart-active .xoo-wsc-basket{
  right: 500px;
}
.xoo-wsc-items-count{
  display: none;
}
.xoo-wsc-container{
  max-width: 500px;
  right: -500px
}
.xoo-wsc-icon-basket1:before {
    content: "\e904";
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px
}
ul.products.columns-4:before {
    display: none;
}
ul.products.columns-4:after {
    display: none;
}
ul.products.columns-4{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
nav.woocommerce-pagination li {
    margin: 5px !important;
}
@media screen and (max-width:801px) {
  .xoo-wsc-icon-basket1:before {
    content: "\e904";
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
  }
}
.woocommerce ul.products li.product a img {
  border-radius: 20px 20px 0 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    padding: 0 ;
    margin: 10px 10px 30px 10px;
    position: relative;
    width: 95% !important;
    border: 1px solid #dedede;
    padding-bottom: 20px !important;
    border-radius: 20px;
}

.woocommerce span.onsale{
  display: none;
}
h1.product_title.entry-title {
  font-size: 34px;
  font-family: 'Nunito Sans';
  color: #000000;
  font-weight: 600;
  padding-bottom: 10px !important;
}
a.woocommerce-review-link {
  color: #000000;
  font-size: 14px;
  font-family: 'Nunito Sans'
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
  color: #000000;
  font-size: 20px;
  font-family: 'Nunito Sans';
  padding-bottom: 20px
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1em !important;
}
.woocommerce ul.products li.product .price{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
span.price ins bdi {
  font-size: 20px;
  font-family: 'Nunito Sans';
}
span.price del bdi {
  font-size: 17px;
  font-family: 'Nunito Sans';
}
form.woocommerce-ordering {
    padding-top: 5px;
    padding-right: 5px;
}
p.woocommerce-result-count {
    padding-top: 5px;
}
h2.woocommerce-loop-product__title {
    font-size: 18px !important;
    letter-spacing: 0px;
    color: #1f1f1f;
    font-weight: 400 !important;
    font-family: 'Nunito Sans' !important;
    text-align: center;
    padding-top: 20px !important;
}
.woocommerce .star-rating::before{
  color: var(--color2) !important;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none !important;
}
nav.woocommerce-breadcrumb {
    font-size: 20px !important;
    font-family: 'Nunito Sans';
    color: #ffffff !important;
    padding: 20px 0px 15px!important;
}
nav.woocommerce-breadcrumb a {
    font-size: 20px;
    font-family: 'Nunito Sans';
    color: #ffffff !important;
}

tbody.wishlist-items-wrapper tr td a  {
  font-size: 24px !important;
  font-weight: 400 !important;
  font-family: 'Nunito Sans';
  color: var(--color2);
}
span.nobr ,tbody.wishlist-items-wrapper tr td .woocommerce-Price-amount {
    font-size: 18px;
    font-family: 'Nunito Sans';
}
table.wishlist_table{
  font-size: 120% !important;
}
.metabox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*------------------ Contact Page -----------------*/
.c_icon {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  padding: 10px;
  border: 1px solid #000000;
  border-radius: 50%;
}
.c_icon i{
  color: #00369A !important;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form {
  border:1px solid #001E57;
}
.contac_form form {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
}
.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(--heading-text-color);
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  background-color:#fff;
  border: 1px solid #ccc;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  width: 100% !important;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0px 10px 0;
  height: auto;
  float: left;
}
.contact-box .wpcf7 input[type="text"]::placeholder
{
  color: #13182c;
  font-style: italic;
}
.contact-box .wpcf7 input[type="email"]::placeholder
{
  color: #13182c;
  font-style: italic;
}
.contac_form.col-md-12 {
  margin-top: 20px;
}
section#contact-box{
  padding:0;
  margin:0;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  width: 100%;
  align-items: end;
}
.c_content {
  text-align: center;
  margin-top: 10px;
}
.contac_form h3 {
  color: #000000;
  font-size: 36px;
  font-family: 'Nunito Sans';
  padding: 50px 0 30px;
  text-align: center;
  font-weight: 900;
}
.contact-email i, .contact-address i, .contact-phone i {
  color: var(--color2);
  margin: 0 auto;
  text-align: center;
  width: 87px;
  display: inline-table;
}
.contact-info .head{
  color:#000;
}
.contact-address, .contact-email, .contact-phone {
  margin: 20px 0;
}
.contact-box a ,.c_content p{
  color: #001E57;
  font-size: 16px;
  font-family: 'Nunito Sans';
}
.c_content span{
  font-size: 16px;
  color: #ffffff;
  font-family: 'Nunito Sans';
}
.contac_form form {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 5%;
}
.contac_form .fancy-title {
    width: 250px;
    margin: 0 auto;
}
.contac_form label {
  width: 100%;
  font-size: 14px;
  font-family: 'Nunito Sans';
  color: #000000;
  padding-bottom: 10px;
}
.contact-box .contac_form textarea
{
  max-height: 100px;
}
.contact-box .contac_form textarea::placeholder
{
  color: #13182c;
  font-style: italic;
}
.contact-box .contac_form input[type="submit"]:hover {
    color: #fff;
}
.contact-box{
  background-color: #ffffff;
  padding: 50px 0 0;
}
.row.contact-color-bg {
  align-items: center;
}
section#map{
  padding-bottom: 0
}

/* ----------------------- POST---------------------- */
.post-section {
  padding: 20px 0;
}
.post-template-default h1 {
  font-size: 30px;
}
a.page-numbers, span.page-numbers.current {
  padding: 10px !important;
  background: var(--color2);
  color: var(--heading-text-color) !important;
  border: 1px solid var(--color2);
}
.woocommerce nav.woocommerce-pagination ul li a:hover{
  color: var(--color2) !important;
}
.navigation span.page-numbers.current{
  background: var(--heading-text-color);
  border: 1px solid #4bcdfc;
  color: var(--color2) !important;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
}
.blog-icon i:hover {
    background: #d3da36;
    color: #fff;
}
.blog-icon i.fa-google-plus {
    padding: 12px 10px 12px 11px
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs{
  padding:15px 0 30px;
  display: none;
}
.bradcrumbs a{
  background: var(--primary-text-color);
  color: var(--color2);
  padding:10px 15px;
  margin-right:5px;
  font-weight: 500;
}
.bradcrumbs span{
  background:#fff;
  color: #000;
  padding:5px 15px;
  font-weight: 500;
}
/* --------- Inner Pages --------- */
.more_info a {
  background: #333;
  color: var(--heading-text-color);
  padding: 10px;
  border-radius: 20px;
}
.more_info {
  margin: 20px 0;
}
.more_info a:hover {
  background: var(--heading-text-color);
  color: #333333;
}
.team-member-card {
    padding: 10px;
    text-align: center;
}
/* --------- Blog Page ------- */
div#full-width-blog,div#blog-left-sidebar,div#blog-right-sidebar {
  background: #ffffff;
  padding: 50px 0;
}
#full-width-blog .postbox {
  width: 100%;
  border: none;
  max-width: 33.33%;
  padding: 0 10px;
}
#full-width-blog .postbox h3{
  font-weight:normal;
}
.postbox h3 {
  padding: 15px 0;
}
.blogimg-full img{
  width: 100%;
}
.read-more-icon{
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}
.read-more-icon a:hover{
  opacity: 0.9;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
  display: block;
  background: #fff;
}
.continue-read a:hover{
  background: #18304c;
  color:#fff;
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
   margin-bottom: 39px;
   border: none;
   border-radius: 0px;
   padding: 0 10px;
}
.postbox h2{
  margin:0 0 5px;
  font-weight:bold;
}
a.post-readmore {
   font-size: 18px;
   border-bottom: 1px solid;
}
a.post-readmore i {
   margin-left: 8px !important;
   font-size: 18px;
   border-bottom: 1px solid var(--heading-text-color);
   padding-bottom: 2px;
}

.widget_recent_entries li {
  margin: 20px 10px;
}
.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.blogbutton-small{
  background:none;
  font-size:12px;
  font-weight:bold;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:14px;
  text-transform:uppercase;
  margin:14px 0 0 0;
  display:table;
}
.metabox {
  color: #000;
  padding: 10px 0;
  clear: both;
  margin: 10px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.metabox span i {
  font-size: 14px;
  margin-right: 10px;
  color: #001E57;
}
.metabox span{
  margin-right: 10px;
}
.metabox .entry-author a,
.metabox .entry-comments a,.metabox .entry-date a{
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  font-family: 'Nunito Sans';
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
.post-featured img {
  width: 100%;
}
.feature-box{
  margin-bottom: 10px;
}
.feature-box img{
  width: 100%;
}
.single-post-block .single-content p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #000000;
  font-family: 'Nunito Sans';
  margin: 20px 0;
}
.blog-single{
  background-color: #ffffff;
  padding: 50px 0
}

input#submit{
  background: #00369A !important;
  color: #ffffff  !important;
  border-radius: 10px;
  font-size: 14px !important;
  font-family: 'Nunito Sans' !important;
  font-weight: 600;
  border: transparent;
  transition: all 0.3s ease;
  border-radius: 10px !important;
}
input#submit:hover{
  border: 3px solid #ffffff !important;
  background: #000000 !important;
  color: #ffffff !important;
}
.authordetails {
  padding-top: 25px;
}
.authordetails .author_links {
  padding-left: 17%;
  font-weight: bold;
  margin-bottom: 7px;
}
.inner-sbox {
  padding: 10px 10px 0px;
  text-align: center;
}
.authordetails .b-content
{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #90939c;
  font-style: italic;
}
.authordetails img
{
  border-radius: 50%;
}
.authordetails ul {
  list-style-type: none;
  margin-left: 18%;
  margin-top: 10px;
  position: relative;
}
.inner-sbox h3 a {
  color: #000000;
  font-size: 20px;
  line-height: 1;
  font-family: 'Nunito Sans';
}
.inner-sbox p
{
  font-size: 16px;
  line-height: 30px;
  font-family: 'Nunito Sans';
  font-weight: 400;
  color: #000000;
  padding-bottom: 15px;
  margin: 0;
}
.inner-sbox .post-readmore{
  border: none;
  font-size: 14px;
  letter-spacing: 3px;
  font-family: 'Nunito Sans';
  font-weight: 600;
  color: var(--heading-text-color) !important;
  display: flex;
  background: #00369A;
  width: 200px;
  height: 50px;
  justify-content: center;
  align-items: center;
  padding: 2px 5px;
  border-radius: 10px;
  border: transparent;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.inner-sbox .post-readmore:hover{
  border: 3px solid #ffffff;
  background: #000000;
  color: #ffffff !important
}
h2.wp-block-heading {
    font-size: 30px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    color: #000;
}
.single-post-block .metabox{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
a.wp-block-latest-posts__post-title{
  font-size: 14px;
  font-family: 'Nunito Sans';
  color: #000000;
}
li.wp-block-latest-comments__comment footer a {
  color: #ffffff;
  font-family: 'Nunito Sans';
}
#blog-left-sidebar #sidebar{
  padding-right: 15px
}
#blog-right-sidebar #sidebar{
  padding-left: 15px
}
a.post-readmore:before{
  display: none !important;
}
.wc-banner {
    position: relative;
    margin-bottom: 50px;
}
.archive  h1{
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(150, 150, 0, 0.58);
  font-size: 40px;
  letter-spacing: 5px;
  color: var(--heading-text-color);
  font-family: 'Nunito Sans';
  text-align: center;
  text-transform: uppercase;
}
.search .entry-title{
  color: #13182c;
  font-weight: normal;
  font-size: 30px;
  padding-bottom: 20px;
}
.middle-align.spppp .row {
  justify-content: center;
}
/* --------- search Page ------- */
.postbox h6 {
  font-weight: bold;
}
/*---- Related post css -----*/
.related-posts .row {
  row-gap: 20px;
}
.related-posts .postbox {
  box-shadow: #ffffff42 0px 1px 2px 0px, #ffffff17 0px 1px 3px 1px;
  border-radius: 0;
  padding: 5px;
  margin: 0 10px;
}
.related-posts{
  padding: 2% 0;
  border-top: 1px solid;
  clear: both;
}
.related-posts h2{
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  font-family: 'Nunito Sans';
  padding-bottom: 20px;
}
/*------------- Page -----------------*/
.title-box{
  text-transform:uppercase;
  position: relative;
}
.title-box img{
  width:100%;
}
.above_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(150, 150, 0, 0.58);
  font-size: 40px;
  letter-spacing: 1px;
  color: var(--heading-text-color);
  font-family: 'Nunito Sans';
  text-align: center;
}
.read-moresec{
  margin:2% 0;
}
.middle-content p {
  color: #000000;
}
.pls ,.prs{
  background-color: #ffffff;
  padding: 50px 0;
}
ul.wp-block-archives-list.wp-block-archives li a , ul.wp-block-categories-list.wp-block-categories li a{
  font-size: 16px;
  font-family: 'Nunito Sans';
  color: #000;
}

/* ------------- Category --------------------*/
.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories a {
  color: #00369A;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'Nunito Sans';
}
.content_boxes {
    padding: 0;
    border: none;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
  letter-spacing: 1px;
  color: #000000;
  font-size: 20px;
  font-family: 'Nunito Sans';
  font-weight: 500;
}
.post_ctg{
  margin-bottom: 20px;
  height: 25px;
  display: flex;
  align-items: center;
}
/*--- Share icon css ----*/
p.socila_share b {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  font-family: 'Nunito Sans';
  letter-spacing: 1px;
}
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  background: #00369A;
  color: #ffffff;
  border-radius: 20% 0%;
  width: 36px;
  margin: 5px 4px;
  text-align: center;
  border: 3px solid transparent;
}
.share_icon i:hover {
    color: #ffffff;
    background: #000000;
    border: 3px solid #ffffff;
}
#blog .hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#blog .hvr-icon-wobble-horizontal:hover .hvr-icon,
#blog .hvr-icon-wobble-horizontal:focus .hvr-icon,
#blog .hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#blog-right-sidebar #slider,#blog-left-sidebar #slider,#full-width-blog #slider{
  margin-bottom: 3%;
}
/* about page template */


/* post comment button */
/* next button */
.nav-next .meta-nav, .nav-previous .meta-nav{
  transition: all 0.5s;
}
.nav-next .meta-nav, .nav-previous .meta-nav{
  position: relative;
  transition: 0.5s;
}
.nav-next .meta-nav:hover{
  padding: 8px 30px 8px 10px;
}
.nav-next .meta-nav:after{
  content: 'Â»';
  position: absolute;
  opacity: 0;
  top: 5px;
  right: -20px;
  transition: 0.5s;
  font-size: 20px;
}
.nav-next .meta-nav:hover:after {
  opacity: 1;
  right: 40px;
}
/* previous button */
.nav-previous .meta-nav:hover{
  padding: 8px 10px 8px 30px;
}
 .nav-previous .meta-nav:after {
  content: 'Â«';
  position: absolute;
  opacity: 0;
  top: 5px;
  left: -20px;
  transition: 0.5s;
  font-size: 20px;
}
.nav-previous .meta-nav:hover:after {
  opacity: 1;
  left: 40px;
}
.wpcf7 form .wpcf7-response-output{
  margin-left: 0;
  text-align: center;
}

/* ----------------- Faq --------------- */
.faq-content div#accordionExample {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
.faq-wrpapper .accordion-button {
  background-color: #8e5331;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Nunito Sans';
  font-weight: 500;
}
.faq-wrpapper .accordion-button::after {
  content: '\f078';
  color: #ffffff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
}
.faq-wrpapper h2 {
  padding: 0;
}
.faq-wrpapper p {
  font-size: 16px;
  font-family: 'Nunito Sans';
  padding: 10px;
  border: 1px solid #8e5331;
  margin: 0
}
.faq-wrpapper {
  margin-bottom: 20px;
}

/* Custom Css */

.single-product a.buy-now.button{
  display: none;
}
.qib-button {
  border: 1px solid #000000;
}
button.single_add_to_cart_button {
  width: 250px;
  height: 50px;
  background: #00369A !important;
  font-size: 16px !important;
  font-family: 'Nunito Sans';
  border-radius: 5px !important;
  border: transparent;
  transition: all 0.3s ease;
  color: #ffffff
}
button.single_add_to_cart_button:hover{
  border: 3px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
button.single_add_to_cart_button:after,span.sku_wrapper{
  display: none !important;
}
.yith-wcwl-add-button span {
  font-size: 16px !important;
  font-family: 'Nunito Sans';
}
.yith-wcwl-add-to-wishlist{
  margin: 0;
}
.yith-wcwl-add-button {
  margin-bottom: 20px;
}
.product_meta a,.reviews_tab a,.description_tab a ,.tagged_as a{
  font-size: 16px;
  font-family: 'Nunito Sans';
  font-weight: 400;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link  .star-rating,.woocommerce .star-rating::before,.woocommerce .star-rating span::before,.star-rating {
    display: none;
}
.woocommerce ul.products li.product .star-rating{
  display: none;
}
.tagged_as{
  margin: 10px 0;
}
.woocommerce-variation-price {
  margin-bottom: 15px;
}
.qib-button-wrapper button.qib-button{
  color: #ffffff !important
}
.woocommerce div.product div.images .flex-control-thumbs{
  margin-top: 20px
}
.shop_table .button,#place_order,p.return-to-shop  a{
  background: linear-gradient(135deg, #FE9B00 0%, #F56132 100%) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-family: 'Nunito Sans';
  padding: 0.9em 0.8em !important;
  border: 1px solid  transparent !important;
  transition: all 0.3s ease;
}
.shop_table .button:hover,p.return-to-shop a:hover {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.main_title{
  position: relative;
}
.main_title h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(150, 150, 0, 0.58);
  font-size: 40px;
  letter-spacing: 1px;
  color: var(--heading-text-color);
  font-family: 'Nunito Sans';
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.outer_dpage {
  padding: 50px 0;
  background-color: #ffffff
}
.woocommerce table.shop_table,thead tr th,.shop_table.shop_table_responsive tbody tr td{
  border: 1px solid #ffffff;
  color: #ffffff
}
.shop_table.shop_table_responsive tbody tr td a{
  color: #ffffff
}
.shop.ppp p.price {
    flex-direction: row-reverse !important;
    display: flex;
    justify-content: flex-end;
}
.shop.ppp p.price del span bdi {
    font-family: 'Nunito Sans';
    font-size: 18px;
  }
.shop.ppp p.price ins span bdi {
    font-family: 'Nunito Sans';
    font-size: 20px;
  }
.pagee-right {
    padding-right: 25px;
}
.pagee-left {
    padding-left: 25px;
}
.pagee-right p , .pagee-left p {
  font-family: 'Nunito Sans';
  color: #000;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

/* Shop Page  */
.shop.ppp {
  background-color: #ffffff;
}

@media screen and (max-width:1200px) {
  .title-box h1 { font-size: 34px; line-height: 40px; }
  div#full-width-blog, div#blog-left-sidebar, div#blog-right-sidebar{ padding: 30px 0}

  /* Blog */
  .inner-sbox .post-readmore { width: 150px; height: 45px; }
  .metabox .entry-author a, .metabox .entry-comments a, .metabox .entry-date a{ font-size: 12px; display: flex; justify-content: center; align-items: center; }
  .metabox .entry-author, .metabox .entry-comments , .metabox .entry-date { flex-direction: column;
       display: flex; justify-content: center; align-items: center; }
  .postbox h3 { padding: 10px 0; }
  .inner-sbox h3 a { font-size: 20px; }

  /* Contact */
  .contac_form {padding: 15px}
  .contac_form h3 { padding: 30px 0 30px; }
  .contac_form form { margin-bottom: 0}
}

@media screen and (max-width:801px) {
  .outer_dpage,.pls, .prs{ padding: 30px 0}
  /* Pages */
  .middle-content { padding-bottom: 0px; }
  .title-box h1 { font-size: 28px; line-height: 35px; }
  .container { max-width: 1400px}
  .pagee-right p, .pagee-left p { font-size: 14px;}

  /* Blog */
  .metabox span { display: flex; flex-direction: column; }
  .metabox .entry-author a, .metabox .entry-comments a, .metabox .entry-date a { font-size: 10px; }
  .inner-sbox p { font-size: 14px; }
  .postbox h3 { padding: 5px 0; }
  .inner-sbox h3 a { font-size: 20px; }

}

@media screen and (max-width:750px)  {
  .outer_dpage{ padding: 30px 0}
  /* Pages */
  .title-box h1 { font-size: 30px; }
  .middle-content { padding-bottom: 0px; }
  .middle-content p { color: #ffffff; font-size: 14px; }
  .title-box h1 { font-size: 18px; line-height: 30px; }
  .pagee-left { padding-left: 0px; }
  .pagee-right { padding-right: 0px; }
  div#sidebar { margin-top: 20px; }
  #sidebar aside { margin-bottom: 20px; }

  /* Blog */
  #full-width-blog .postbox{ max-width: 50%; padding: 0 5px;}
  .metabox .entry-author a, .metabox .entry-comments a, .metabox .entry-date a{ font-size: 12px; display: flex; justify-content: center; align-items: center; }
  .metabox .entry-author, .metabox .entry-comments , .metabox .entry-date { flex-direction: row;
       display: flex; justify-content: center; align-items: center; }
  .inner-sbox p { font-size: 14px; }
  .inner-sbox .post-readmore { width: 130px; height: 45px; font-size: 14px; }
  .inner-sbox { padding: 10px 10px 0;}
  .metabox { display: flex; flex-direction: column; }
  .postbox h3 { padding: 5px 0; }
  .inner-sbox h3 a { font-size: 16px; }
  #blog-left-sidebar #sidebar { padding-right: 0px; }
  #blog-right-sidebar #sidebar { padding-left: 0px; }

  /* COntact */
  .contact-box { padding: 30px 0 0; }
  .c_icon { padding: 18px 0px; }
  .contac_form { border: none; }
  .contac_form form { padding-bottom: 0; margin-bottom: 0;}
  h2.wp-block-heading { font-size: 24px; line-height: 30px; }
  .main_title h1 { font-size: 22px;}

  /* Search Page */
  .search-main-page{ padding: 30px 0 !important; }
  form.search-form.serach-page label { display: block; width: 100% !important; padding: 0 20px; }
  .serch-page-1 input[type="submit"]{ width: 50% !important; }
}

@media screen and (max-width:380px) {
  .postbox{ max-width: 100%; width: 100%}
  .metabox .entry-author a, .metabox .entry-comments a, .metabox .entry-date a{ font-size: 12px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
  .metabox .entry-author , .metabox .entry-comments , .metabox .entry-date { display: flex; flex-direction: column; justify-content: center; align-items: center; }
  .metabox { flex-direction: row; }
}
/* Hover */

.service-text:hover {
    background: #000;
}

body * {
    transition: all 1s ease;
}

div,span, section, p, h1, h2, h3, h4, h5, h6, a {
    transition: all 1s ease;
}

.call-us:hover {
    background: #000;
}

.side-navigation ul ul.sub-menu {
    left: 0 !important;
    top: 88px !important;
}

.ex-img:hover .ex-blank-img {
    transform: rotate(360deg);
}

.ex-img:hover .ex-blank {
    transform: rotateX(45deg);
}

.service-img:hover img {
    transform: scale(1.5);
}

.service-img {
    overflow: hidden;
}
.service-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-img {
    overflow: hidden;
}

.product-info:hover .product-img img {transform: rotate(45deg) scale(1.5);}

.product-info:hover .product-teacher {
    transform: rotateY(180deg);
}

.product-info:hover {
    background-color: #fffffff2 !important;
}

.team-img img:hover {transform: skewY(10deg);filter: grayscale(1);}

.testi-wrap:hover {/* background: #ffffffab; */box-shadow: 0px 0px 14px 20px #0000001A;}
.testimonials-img.client-img {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    overflow: hidden;
}

.testimonials-img.client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-info:hover {
    background-color: #b6b6b63b;
}

.blog-info:hover .blog-img img {
    transform: translate3d(10px, 10px, 10px);
}

.blog-img {
    overflow: hidden;
}
.shop-page .products {
    gap: 20px;
}

.shop-page .products .product-img img {
    width: 100%;
}
.shop-page .product-bottom {
    margin-top: 0px;
    margin-bottom: 15px;
}

.shop-page {padding: 50px;}

.woocommerce-pagination {
    display: flex;
    contain: content;
    justify-content: center;
    width: 100%;
    padding-top: 40px;
    gap: 5px;
}

.shop-page .product-content {
    padding: 15px;
    background: #dcdcdc26;
}

.shop-page .product-bottom::before {
    display: none;
}
#testimonials-page .testi .card {
    background: #e6e6e63b;
    padding: 15px;
}

#testimonials-page .testi {
    padding: 0px 10px;
    margin-bottom: 20px;
}