/*
Theme Name: Bootstrap Basic4
Theme URI: http://rundiz.com
Author: Vee Winch, christianoliff
Author URI:
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic4" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help or in readme.txt file in this theme package.
Version: 1.3.4
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 5.9
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic4
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/

/*
Required WordPress CSS
*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Work Sans", sans-serif !important;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.gallery {
  margin-bottom: 1.6em;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.sticky {
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button {
  margin: 0;
  cursor: pointer;
  position: relative;
  overflow: visible;
  padding: 0.618em 1em;
  left: auto;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  border-radius: 24.5px;
  background: #2d6cca;
  transition: all 0.15s;
  color: #fff;
  font-family: "Work Sans", sans-serif;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
  color: #000000;
}
.woocommerce ul.products li.product .price {
  color: #717171;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 16px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:hover {
  background-color: #2e62b1;
  text-decoration: none;
  background-image: none;
  color: #ffffff;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  box-shadow: none;
  border-radius: 7px;
}
.navbar-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 10px;
}

.navbar-nav ul a {
  color: #111111;
  font-size: 16px;
}
.entry-title {
  text-align: center;
  margin-bottom: 40px;
}
.woocommerce-ordering,
.woocommerce-result-count {
  display: none;
}
.navbar {
  padding: 42px 0;
}
#menu-right-menu {
  justify-content: end !important;
  gap: 18px;
}
.mobile-menu {
  display: none;
}
.navbar {
  min-height: 54px;
  padding: 0 !important;
  width: 100% !important;
  justify-content: space-between !important;
}
.menu-item a {
  color: #2d6cca;
  text-decoration: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
}
.page-header {
  margin-bottom: 20px;
  position: fixed;
  width: 100%;
  padding: 40px 0;
  top: 0;
  left: 0;
  right: 0;
  transition: padding 0.2s, background-color 0.2s;
  z-index: 666;
}
.page-header.scrolled {
  background: #fff;
  margin: 0;
  padding: 14px 0;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}
body {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-display: swap;
  text-rendering: optimizeSpeed;
  color: #414042;
  background: #fff
    url(https://dev.myprotectall.com/wp-content/themes/gbs/assets/images/top-bg.svg)
    left top no-repeat;
  padding-top: 140px;
}
.menu-right-menu-container,
.menu-left-menu-container {
  width: 33.33%;
}
footer .order-2 .menu .menu-item a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 0;
  display: inline-block;
}
#bottom-bar .menu .menu-item a {
  font-size: 14px;
  font-weight: 500;
}
ul.menu {
  margin: 0;
  list-style: none;
  padding: 0;
}

a.footer-logo.simple img {
  margin-bottom: 50px;
}
#bottom-bar {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.5;
}
#bottom-bar ul li:after {
  position: absolute;
  right: -2px;
  content: "\007C";
  top: 1px;
}
#bottom-bar ul li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.menu-item-56::after {
  display: none;
}
ul#menu-bottom-bar-menu {
  display: inline-flex;

  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  width: 100%;
}

ul#menu-bottom-bar-menu a {
  color: #fff;
}
footer #footer-subscribe label {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
footer .form-row {
  display: flex;
  max-width: 480px;
  position: relative;
}
footer .form-row input[type="text"],
footer .form-row input[type="email"] {
  border-top-left-radius: 24.5px;
  border-bottom-left-radius: 24.5px;
  text-indent: 5px;
  min-width: 1px;
}
input[type="text"],
input[type="email"] {
  -webkit-appearance: none;
}
footer input[type="text"],
footer input[type="email"],
textarea {
  display: flex;
  align-items: center;
  resize: none;
  background-color: #fff;
  border: 2px solid #f3f8fe;
  transition: all 0.15s;
  font-family: "Work Sans", sans-serif;
  border-radius: 0;
  padding: 7px 15px;
  margin: 0;
  height: 50px;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  color: #414042;
  width: calc(100% - 123px);
  box-shadow: none !important;
  outline: none !important;
}
footer #mc4wp-form-1 button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #2c6cca;
  color: #fff;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  height: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  border-radius: 24.5px;
  position: absolute;
  right: 0;
  transition: all 0.15s;

  font-family: "Work Sans", sans-serif;
  cursor: pointer;
}
footer .form-row {
  display: flex;
  max-width: 480px;
}
.hamburger-box {
  width: 22px;
  height: 16px;
  display: inline-block;
  position: relative;
}
.hamburger .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  background-color: #2d6cca;
  border-radius: 1.5px;
}
.hamburger-inner:before,
.hamburger-inner:after {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -7px;
}
.hamburger-inner:after {
  bottom: -7px;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  width: 22px;
  height: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.is-active .hamburger-inner,
.is-active .hamburger-inner:before,
.is-active .hamburger-inner:after {
  background-color: #ffffff;
}
.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-active .hamburger-inner:before {
  display: none;
}
.mobile-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9995;
  overflow-y: auto;
  background: #2d6cca;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s;
  padding-top: 88px;
}
body.is-menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.mobile-submenu ul li {
  position: relative;
  margin-bottom: 10px;
}
.mobile-submenu ul a {
  color: #ffffff;
  margin: 0;
  padding: 14px 0;
  font-weight: bold;
  font-size: 38px;
  line-height: 42px;
  display: inline-block;
}
.mobile-menu ul li:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  background: #93dee2;
}
a.added_to_cart.wc-forward {
  background: #efefef;
  color: #111111;
  padding: 10px 45px;
  margin-top: 15px;
  border-radius: 100px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt {
  background-color: #2d6cca !important;
  color: #fff;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 1px;
  right: 6px;
  width: 20px;
}
.woocommerce ul.order_details {
  margin: 0 0 2em;
  list-style: none;
  background: #f3f7fd;
  padding: 13px 20px;
  border-radius: 0px;
}
textarea {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table th {
  font-weight: 500;
}
.select2-container--default .select2-selection--single,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"] {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48% !important;
  max-width: 48% !important;
  padding: 0;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48% !important;
  max-width: 48% !important;
  padding: 0;
}
.woocommerce form .form-row label {
  line-height: 15px;
  width: 100%;
}
span.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-billing-fields__field-wrapper p {
  margin-bottom: 10px !important;
}
.woocommerce-billing-fields h3,
#ship-to-different-address {
  font-size: 1.1rem;
}
nav.woocommerce-MyAccount-navigation {
  background: #f3f7fd;
  padding: 10px;
}
.woocommerce ul.order_details li {
  margin-right: 1em;

  line-height: 34px;
}
.woocommerce ul.order_details li strong {
  font-weight: 600;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-content a {
  color: #2d6cca;
}
.woocommerce-MyAccount-navigation ul a {
  color: #000000;
  padding: 13px 5px;
  display: block;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
}
.woocommerce form.register .woocommerce-privacy-policy-text {
  font-size: 14px;
  opacity: 0.7;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f4f8ff;
  border-radius: 5px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt {
  background-color: #2d6cca;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #ffffff;
  color: #515151;
  border-top: 3px solid #2d6cca;
}
a {
  color: #2d6cca;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table th {
  font-weight: 600;
}
.order-total strong {
  font-weight: 600;
  color: #2d6cca;
}
.woocommerce-order-details__title,
.woocommerce-column__title {
  color: #2d6cca;
  font-size: 22px;
}
.woocommerce-table__product-name a {
  color: #000000;
}
@media only screen and (max-width: 768px) {
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
  }
  .woocommerce ul.order_details li {
    margin-right: 1em;
    line-height: 26px;
    width: 48%;
    border-right: 0;
    border-bottom: 1px dashed #cfc8d8;
    padding-bottom: 10px;
    padding-top: 9px;
  }

  .page-header.scrolled .navbar-toggler {
    top: 27px;
  }
  .page-header {
    padding: 25px 0;
  }
  .brand-logo {
    width: 100%;
  }
  .brand-logo img {
    height: 17px !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: block !important;
    position: fixed;
    z-index: 99999;
    right: 10px;
    top: 40px;
  }
  .menu-right-menu-container,
  .menu-left-menu-container {
    display: none;
    width: 100%;
  }
  body {
    padding-top: 120px;
  }
  footer .form-row {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-order-details__title,
  .woocommerce-column__title {
    font-size: 19px;
  }
  .woocommerce ul.order_details li {
    margin-right: 1em;
    line-height: 26px;
    width: 100%;
    border-right: 0;
    border-bottom: 1px dashed #cfc8d8;
    padding-bottom: 10px;
    padding-top: 9px;
  }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  width: 40px;
  height: 40px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111111;
}
.woocommerce-pagination {
  margin-bottom: 50px;
}
.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: #2c6cca;
  color: #ffffff;
  border-radius: 4px !important;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  margin: 0 2px;
}
.woocommerce nav.woocommerce-pagination ul li a {
  background: #efefef;
  color: #333333;
  border-radius: 4px !important;
}
.sku_wrapper,
.posted_in {
  color: #999999;
  font-size: 14px;
}
.sku_wrapper .sku,
.posted_in a,
.entry-title a,
.entry-title a:hover {
  color: #000000 !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #404040;
  font-size: 1.25em;
}
.woocommerce ul.products li.product a img {
  border: 1px solid #f2f2f2;
}
.wc-block-product-categories-list-item a {
  color: #2d6cca;
}
.woocommerce-shop .shop-title {
  display: block;
}
.shop-title {
  display: none;
  margin-bottom: 60px;
  margin-top: 10px;
}
#sidebar-left {
  position: relative;
}
#sidebar-left::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #f3f7fd;
  height: 100%;
  top: 0;
  right: 8px;
}
#sidebar-left #block-4 {
  border: 0;
  margin-bottom: 0;
  padding: 0 0 20px 0;
}
#sidebar-left #block-4 h3.wp-block-heading {
  margin: 0;
  font-size: 20px;
  background: #f3f7fd;
  padding: 14px;
}
#sidebar-left #block-3 {
  border: 0;
  padding: 0;
  margin: 0;
}
#sidebar-left #block-3 .wc-block-product-categories-list-item {
  margin-bottom: 10px;
}
.wc-block-product-categories-list-item-count {
  font-size: 15px;
}
.woocommerce-shop .woocommerce-loop-product__title {
  min-height: 73px;
}
#sidebar-left {
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  height: 100%;
}
svg.fkcart-icon-checkout {
    width: 27px;
    position: relative;
    top: -3px;
}
svg.fkcart-icon-checkout path{
	fill: #2d6cca;
}
.fkcart-shortcode-container .fkcart-shortcode-count {min-width: 16px;
    height: 16px;}
i.fa-regular.fa-user{font-size:20px;}
