/*
Theme Name: Sapid
Theme URI: https://itooze.com/
Author: Sapid team
Author URI: https://itooze.com//
Version: 1.0
*/

.general-listing.two-part li a::before {
    content: "\F0142";
    font: normal normal normal 18px/1.5 "Material Design Icons";
    margin-right: 7px;
}

.material-icons h1 svg {
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin: 0 6px 4px 0;
}
.material-icons h1 svg path {
  fill: #FFF;
}
.material-icons h1 .version {
  font-size: 14px;
  background: #FFF;
  padding: 4px 10px;
  float: right;
  border-radius: 2px;
  margin: -3px 0 0 0;
  color: #666;
  font-weight: bold;
}
.material-icons h1 .version::before {
  content: "v";
}
.material-icons h1 code {
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 12px;
  border-radius: 3px;
  float: right;
  margin: -3px 10px 0 0;
  border: 1px solid transparent;
  cursor: pointer;
}
.material-icons h1 code:hover {
  border: 1px solid #FFF;
}
.material-icons h1 code svg {
  width: 24px;
  height: 24px;
  margin: -1px -4px 0 -2px;
}
.material-icons h2 {
  font-size: 18px;
  padding: 20px;
}
.material-icons h2 small::before {
  content: "(";
}
.material-icons h2 small::after {
  content: ")";
}
.material-icons h2 span {
  position: relative;
}
.material-icons h2.newicons span::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 0.2rem;
  bottom: -0.25rem;
  background: #3C90BE;
  border-radius: 0.1rem;
}
.material-icons h2.deprecatedicons span::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 0.2rem;
  bottom: -0.25rem;
  background: #BE3C3C;
  border-radius: 0.1rem;
}
.material-icons h3 {
  font-size: 14px;
  padding: 10px 20px 0 20px;
  font-weight: bold;
}
.material-icons p {
  padding: 10px 20px;
}
.material-icons p code {
  display: inline-block;
  vertical-align: middle;
  background: #F1F1F1;
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid #DDD;
}
.material-icons p i.mdi {
  vertical-align: middle;
  border-radius: 4px;
  display: inline-block;
}
.material-icons p i.mdi.dark-Sapid {
  background: #333;
}
.material-icons p.note {
  color: #999;
  font-size: 14px;
  padding: 0 20px 5px 20px;
}
.material-icons p.deprecated {
  margin: -0.5rem 0 0.25rem 0;
}
.material-icons p.extras {
  margin-top: -0.5rem;
}
.material-icons div.icons {
  padding: 0 20px 10px 20px;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.material-icons div.icons div {
  line-height: 2em;
}
.material-icons div.icons div span {
  cursor: pointer;
  font-size: 14px;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: calc(100% - 90px);
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
}
.material-icons div.icons div span:hover {
  color: #3c90be;
}
.material-icons div.icons div code {
  border: 1px solid #DDD;
  width: 46px;
  margin-left: 2px;
  margin-right: 4px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}
.material-icons div.icons div code:hover {
  color: #3c90be;
  border-color: #3c90be;
}
.material-icons div.icons div i {
  display: inline-block;
  width: 32px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 24px;
}
.material-icons div.icons div i:hover {
  color: #3c90be;
}
.material-icons div.icons .mdi::before {
  font-size: 24px;
}
.material-icons div.icons div.new::before {
  content: " ";
  width: 0.2rem;
  height: 1.75rem;
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -0.25rem;
  background: #3C90BE;
  border-radius: 0.1rem;
  display: none !important;
}
.material-icons div.icons div.deprecated::before {
  content: " ";
  width: 0.2rem;
  height: 1.75rem;
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -0.25rem;
  background: #BE3C3C;
  border-radius: 0.1rem;
}
.material-icons pre {
  margin: 0 20px;
  font-family: Consolas, monospace;
  padding: 10px;
  border: 1px solid #DDD;
  background: #F1F1F1;
}
.material-icons blockquote {
  position: relative;
  margin: 1rem 1rem 0 1rem;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
}
.material-icons blockquote.note::before {
  content: " ";
  width: 0.25rem;
  height: 100%;
  background: #DDD;
  position: absolute;
  border-radius: 0.25rem;
  top: 0;
  left: 0;
}
.material-icons blockquote.deprecated::before {
  content: " ";
  width: 0.25rem;
  height: 100%;
  background: #BE3C3C;
  position: absolute;
  border-radius: 0.25rem;
  top: 0;
  left: 0;
}
.material-icons div.copied {
  position: fixed;
  top: 100px;
  left: 50%;
  width: 200px;
  text-align: center;
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  padding: 10px 15px;
  border-radius: 4px;
  margin-left: -100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.material-icons div.examples {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 1.25rem;
}
.material-icons div.examples > div {
  display: flex;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.material-icons div.examples > div > div:first-child {
  display: flex;
  padding: 0.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.4);
  background: #FFF;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
.material-icons div.examples > div > div:first-child + div {
  display: flex;
  margin-left: -0.25rem;
  padding: 0.5rem 0.75rem 0.5rem 1rem;
  background: #222;
  border-radius: 0 0.25rem 0.25rem 0;
}
.material-icons div.examples > div > div:first-child + div > code {
  color: #FFF;
  align-self: center;
}
.material-icons div.examples > div > div.dark:first-child {
  background: #444;
}
.material-icons div.examples i {
  display: flex;
}
.material-icons div.examples-size > div > div:first-child {
  min-width: 3rem;
}

#icons {
  padding: 0 20px 10px 20px;
}
#icons div {
  display: inline-block;
  float: left;
  width: 20%;
  column-gap: 20px;
  padding-bottom: 5px;
}
#icons div i {
  display: inline-block;
  width: 32px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 24px;
}
#icons div i::before {
  font-size: 24px;
}
#icons div code {
  border: 1px solid #DDD;
  width: 46px;
  margin-left: 2px;
  margin-right: 4px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}
#icons div span {
  cursor: pointer;
  font-size: 14px;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: calc(100% - 90px);
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
}

.Testimonials10 .owl-nav {
  display: none;
}

.separator-pd {
    padding: 0 10px;
}
.related.products h2 {
    padding-bottom: 20px;
}

@media (max-width: 820px) and (min-width: 576px) {
  .tem-img-wid {
    max-width: 100% !important;
    height: 70% !important;
    align-self: center;
  }
}
.testimonial9 .owl-dots {
  position: absolute;
  left: -104%;
  top: 170px;
  margin-top: 10px;
}

.general-listing.two-part li a::before {
  content: "\F0142";
  font: normal normal normal 18px/1.5 "Material Design Icons";
  margin-right: 7px;
}

.footer3 .general-listing li a::before {
  content: "\F0055";
  font: normal normal normal 18px/1.5 "Material Design Icons";
  margin-right: 7px;
}
.foot-6 .info {
    margin-top: 5px;
}
.foot-6 .info a {
    color: #fff;
}
ul, li{
  list-style: none;
}

.footer3 .info span {
    color: #fff;
}

.sapid-mobile-logo, .sapid-sticky-logo{
  display: none;
}

.side_header.sapid-sticky-logo-1 .fixed-header .sapid-standard-logo {
  display: none;
}

.side_header.sapid-sticky-logo-1 .fixed-header .sapid-sticky-logo {
  display: block;
}

.sapid-body .common-header.fixed-header {
    background-color: #ffffff;
    z-index: 99;
}

.sapid-body .common-header.fixed-header{
  box-shadow: rgba(0,0,0,.118) 0 4px 3px -3px;
}


.easy h5{
  display: contents;!important;
  font-size: 16px;
}

.easy i {
  font-size: 42px;
  vertical-align: middle;
  color: #00004d;
}

.main-easy{
  display: contents;
}

.mar{
  margin: 0px auto;
}

main#main {
  min-height: 400px;
}

a.sapid-mini-cart-box {
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 50px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: 45px;
  color: #8d97ad;
  margin-top: 5px;
}

a.sapid-mini-cart-box .sapid-cart-count {
  background: #8d97ad none repeat scroll 0 0;
  border: 1px solid #fff3ee;
  border-radius: 50%;
  color: #fff3ee;
  font-size: 12px;
  font-weight: 700;
  height: 28px;
  line-height: 26px;
  position: absolute;
  right: -11px;
  text-align: center;
  top: -12px;
  width: 28px;
}

.form-group {
    margin-bottom: 1rem;
}
.single-product.woocommerce .quantity .qty {
  font-size: 21px;
}

h3#reply-title {
    margin-bottom: 20px;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
    padding: 0;
}

.sapid-wrapper  .dropdown-menu-mini-cart {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    list-style: outside none none;
    margin-top: 20px;
    max-height: 435px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all 0.3s ease 0s;
    width: 316px;
    z-index: 9999;
    overflow-y: scroll;
}

.sapid-wrapper .woocommerce-mini-cart.cart_list .woocommerce-mini-cart-item.mini_cart_item {
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.sapid-wrapper .woocommerce-mini-cart.cart_list .sapid-cart-image img {
    max-width: 80px;
    width: 100%;
}

.sapid-wrapper .woocommerce-mini-cart.cart_list .sapid-cart-title {
    margin: 0 0 0 10px;
}

.sapid-wrapper .woocommerce-mini-cart.cart_list .sapid-cart-title h5, .woocommerce .woocommerce-mini-cart.cart_list .sapid-cart-title h6, .sapid-cart-title span {
    color: #070b21;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 0;
    text-transform: capitalize;
}

.sapid-wrapper .woocommerce-mini-cart.cart_list .sapid-cart-title>span {
    display: block;
    margin: 9px 0 0;
}

.sapid-wrapper .woocommerce-mini-cart.cart_list .sapid-cart-delete {
    display: flex;
    flex-grow: 100;
    justify-content: flex-end;
}

.sapid-wrapper .woocommerce-mini-cart.cart_list .sapid-cart-delete>a {
    color: #070b21;
    font-size: 18px;
    margin-top: 18px;
}
.sapid-live-search .sapid-search-results-wrapper {
    position: relative;
}
.sapid-live-search .sapid-search-results {
  z-index: -1;
  visibility: hidden;
  overflow-y: auto;
  position: absolute;
  margin-top: 25px;
  width: 100%;
  max-height: 250px;
  opacity: 0;
  transition: .3s opacity,.3s margin;
  background-color: #fff;
  border: 1px solid;
  border-radius: 5px;
  border-color: #6a11cb;
  top: 2px;
}

.sapid-live-search .sapid-search-result {
  display: flex;
  align-items: center;
  padding: 14px 7px;
  line-height: 1.4;
  border-bottom: 1px solid;
  border-top: none;
  text-align: initial;
  cursor: pointer;
  transition: .2s padding;
}

.sapid-live-search .sapid-search-image {
  max-width: 45px;
  box-sizing: content-box;
  padding: 0 7px;
}

.sapid-live-search .sapid-search-results.sapid-open-box {
  z-index: 2001;
  visibility: visible;
  margin-top: 0;
  opacity: 1;
}

.sapid-live-search .sapid-search-result:last-child {
    border-bottom: none;
}

 .sapid-social-share-icons{
      padding-top:30px;
      text-align: center;
  }
  .sapid-social-share-icons li{
    display: inline-block;
  }
  .sapid-social-share-icons a{
      color:#000000;
      line-height:30px;
      font-size:30px;
      margin: 0 5px;
      text-decoration:none;      
  }
  .sapid-social-share-icons a i{
    line-height:30px;
    font-size:30px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
  }
  .sapid-social-share-icons li:hover i{
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
  }
    
.sapid-entry-meta li {
  display: inline-block;
  color: #929292;
  margin-right: 8px;
}
.sapid-entry-meta li a {
  color: #929292;
}
.sapid-entry-meta li i {
  color: #929292;
}

.sapid-social-share-icons {
    text-align: unset;
    padding-left: 0;
    padding-top: 20px;
}

.woocommerce nav.woocommerce-pagination ul.pagination.sapid-pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul.sapid-pagination li.page-item {
    overflow: unset;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul.sapid-pagination li .page-link {
    padding: .375rem .75rem !important;
    line-height: 1.72 !important;
}

.woocommerce nav.woocommerce-pagination ul.sapid-pagination li span {
    display: inline-block;
    padding: 0;
}

.slider2 .carousel-item {
    min-height: 500px;
    background-size: cover;
}

#charitycarousel .carousel-caption .card {
  width: 400px;
  padding: 1.875vw;
}

.height-50{
  height: 50px;
}

.widget_shopping_cart_content p.woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
}

.woocommerce-loop-product__link .ra-ti-rating{
  display: flex;
  align-items: center;
}

.woocommerce-loop-product__link .ra-ti-rating .star-rating{
  margin-bottom: 0;
  position: absolute;
  right: 0;
}

.shop-listing ul.products li.product .price {
  color: #00004D;
  font-size: 0.9em;
}

.shop-listing ul.products li.product .button {
    margin-top: 0.2em;
}

#myBtn {
  height: 50px;
  width: 50px;
  color: #fff;
  border-radius: 15%;
  border: white;
  border: 1px solid;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 25px;
}


.woocommerce-Input, .woocommerce .checkout.woocommerce-checkout .input-text, .woocommerce-shipping-calculator .input-text{
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-right: 5px;
    vertical-align: middle;
}

p.comment-form-cookies-consent {
    display: none;
}

.sapid-footer{
  border-top: 0.01px solid #f3f3f3;
}

.woocommerce-page .woocommerce table.cart td.actions #coupon_code{
  width: 130px;
}

.woocommerce-button, .checkout-button, #place_order {
  background: linear-gradient(to right, #93b820 0%, #4c7422 70%) !important;
  color: white !important;
}

a.added_to_cart {
    margin-left: 10px;
}

.woocommerce .select2-container .select2-selection--single {
    height: 38px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

h3#order_review_heading {
    margin: 10px 0 20px;
}

.woocommerce ul.order_details li {
  float: left;
  margin-right: 0px !important;
  text-transform: uppercase;
  font-size: 12px !important;
  border-right: 0 !important;
  padding-right: 0px !important;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  width: 20%;
  margin-bottom: 15px;
}

.footer5 p.widget-title.font-medium {
  font-weight: 600;
}

.copy {
  font-weight: 600;
}

.es-field-wrap {
  display: inline-block;
  margin-bottom: 0px;
  width: 65%;
}

.es-field-wrap input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.es-field-wrap label {
  width: 100%;
}

.es_submit_button{
  background: linear-gradient(to right, #1051c2 0%, #6a11cb 70%) !important;
  color: white;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

button.navbar-toggler {
    font-size: 2.2em;
}

.sapid-cart .product-thumbnail img {
  min-width:65px;
}

.sapid-row .sapid-post-content h1.sapid-post-title {
  font-size: 34px;
}


@media (min-width: 1025px) and (max-width: 1200px){
.hover-dropdown .dropdown-toggle::after {
    display: none;
  }
  .h14-navbar .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    padding-top: 12px !important;
    background-color: transparent;
  }
}
@media (min-width: 992px) and (max-width: 1024px){
  .h14-navbar .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    padding-top: 12px !important;
    background-color: transparent;
  }
  .hover-dropdown .dropdown-toggle::after {
    display: none;
  }
  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: none;
  }
}


@media only screen and (max-width: 992px){
  .hover-dropdown .dropdown-toggle::after {
    display: none;
  }
}


@media only screen and (max-width: 768px){
  .slider2 .carousel-item {
    background-size: cover;
    background-position: center center;
    min-height: 350px;
  }
  
  .shop-listing ul.products li.product .button {
    font-size: 12px;
    font-weight: 900;
  }

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

  .sapid-cart .product-thumbnail {
    display: block !important;
  }
  .sapid-header-v12 .h14-navbar .navbar .navbar-nav .nav-link {
    padding:10px 15px;
  }

  .sapid-header-v12 .h14-navbar .navbar .navbar-nav .nav-link.dropdown-toggle i {
    vertical-align: text-top;
  }

  .sapid-post-content-container .shop_table .shipping-calculator-form .select2-container {
    text-align: left;
  }
}

@media (max-width: 1024px) and (min-width: 821px){
  .woocommerce ul.order_details li {
    float: left;
    margin-right: 0px !important;
    text-transform: uppercase;
    font-size: 12px !important;
    /* border-right: 1px dashed #d3ced2; */
    padding-right: 0px !important;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    width: 33%;
    margin-bottom: 15px;
  }
}

@media (max-width: 820px) and (min-width: 521px){
  .slider2 .carousel-item {
    background-size: cover;
    background-position: center center;
    min-height: 265px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .woocommerce ul.order_details li {
    float: left;
    margin-right: 0px !important;
    text-transform: uppercase;
    font-size: 12px !important;
    /* border-right: 1px dashed #d3ced2; */
    padding-right: 0px !important;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    width: 33%;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {

    .sapid-single-product div.product div.images img {
      width: 70%;
    }

    .sapid-single-product div.product div.images .woocommerce-product-gallery__trigger {
      right: auto;
      left: 0.5em;
    }


}

@media only screen and (max-width: 520px){

  #charitycarousel .carousel-caption {
    padding: 10px;
    width: 100%;
    bottom: auto;
  }

  .slider2 .carousel-item {
    background-size: cover;
    background-position: center center;
    min-height: 150px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .woocommerce ul.order_details li {
    float: left;
    margin-right: 0px !important;
    text-transform: uppercase;
    font-size: 12px !important;
    /* border-right: 1px dashed #d3ced2; */
    padding-right: 0px !important;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    width: 100%;
    margin-bottom: 15px;
}
}

@media only screen and (max-width: 425px){
  .carousel-caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
  }
}

@media only screen and (max-width: 380px){

  .slider2 .carousel-item {
    background-size: cover;
    background-position: center center;
    min-height: 120px!important;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 320px){

  .slider2 .carousel-item {
    background-size: cover;
    background-position: center center;
    min-height: 110px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}