.btn, .btn__line,
.single_add_to_cart_button {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85rem;
  letter-spacing: .025rem;
  line-height: 35px;
}
bdi,
.product__specs-title {
  font-weight: 600;
}

.page__title {
  font-family: 'Work Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.header_title {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.7rem;
  line-height: 2;
}

.search__input, .search__input::-webkit-input-placeholder,.search__input, .search__input::-webkit-input-placeholder,
.product input.qty {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  letter-spacing: .025rem;
  line-height: 1.75;
}
.page__wrap .widget h3 {
  font-weight: 400;
}
.search__input::-webkit-input-placeholder {
  font-weight: 500;
}



.section__link,
.btn, .btn__line {
  margin-top: 32px;
}
.blog__title {
  margin-top: 16px;
}
.header__bottom-logo {
  margin-right: 32px;
}
.woocommerce_tags {
  margin-bottom: 8px;
}
.section__header-left, .section__header-right {
  margin-bottom: 64px;
}
.product__content {
  margin-left: 16px;
}


.btn, .btn__line {
  min-width: 180px;	
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 0;
  text-align: center;
  border: none;	
  z-index: 100;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  cursor: pointer;
  position: relative;  
}
.btn__line {
  border: 1px solid;
  background: transparent;
}


.header__bottom .header__cart {
  width: auto;
  height: 35px;
  display: block;
}

.header__main-form form {
  line-height: 50px;
}
.search__button .iconify {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


.header .navbar .submenu-button {
  position: absolute;
  z-index: 999;
  right: 0;
  top: 25px;
  margin-top: -5px;
  margin-right: 16px;
  height: 10px;
  width: 6px;
  cursor: pointer;
}
.header .navbar .submenu-button:after, .header .navbar .submenu-button:before {
  display: block;
  position: absolute;
  left: 2px; 
  width: 2px;
  height: 6px;
  content: '';  
}
.header .navbar .submenu-button:before {
  top: 1px;
  transform: rotate(-45deg);
}
.header .navbar .submenu-button:after {
  bottom: 0;
  margin-right: -3px;
  transform: rotate(45deg);
}
@media (max-width: 575px) {
  .header .navbar .submenu-button:after, .header .navbar .submenu-button:before {
    background: #e6e9f0;
  }
  .header .navbar .submenu-button {
    top: 20px;
  } 
}


.trigger-search {
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 998;
}
.trigger-navbar .bars, .trigger-search .glass {
  position: relative;
  display: block;
}
.trigger-search .glass {
  width: 100%;
  height: 100%;
}
.trigger-search .glass:before {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 50%;
  left: 0;
}
.trigger-search .glass:after {
  width: 2px;
  height: 10px;
  bottom: -1px;
  right: 3px;
  transform: rotate(-45deg);  
}
.trigger-navbar .bars {
  margin-top: -1px;
  top: 50%;	
}
.trigger-navbar .bars:before, .trigger-navbar .bars:after, .trigger-search .glass:before, .trigger-search .glass:after {
  content: '';
  position: absolute;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  display: block;
}
.trigger-navbar .bars, .trigger-navbar .bars:after, .trigger-navbar .bars:before {  
  width: 100%;
  height: 2px;
}
.trigger-navbar .bar:before {
  bottom: 6px;
}
.trigger-navbar .bar:after {
  bottom: -6px;
}
.trigger-navbar .active {
  background: transparent !important;
}
.trigger-navbar .active:before {
  bottom: 0;
  transform: rotate(-45deg);
}
.trigger-navbar .active:after {
  bottom: 0;
  transform: rotate(45deg);
}


.square__dark:before {
  content: '';
  display: block;
  position: absolute;  
  width: 650px;
  height: 600px;
  left: 0;
  top: 0;  
  z-index: -1;  
}
.square__dark, .section__link {
  position: relative;
  padding-left: 0;
}

.time__text:before, .time__text:after {
  content: '';
  position: absolute;
  left: 0;
  display: block; 
}



.section__link-arrow span:last-child, .section__link:hover .section__link-arrow span:first-child {
  left: 0;
}
.section__link:hover .section__link-arrow span:nth-child(2) {
  right: 15px;  
}
.section__link:hover .section__link-arrow span:last-child {
  left: 40px;
}

.section__link-arrow span {
  content: '';
  position: absolute;
  top: 0;
}
.section__link-arrow {
  height: 28px;
  width: 40px;   
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.section__link-arrow span:first-child, .section__link-arrow span:last-child {
  height: 1px;
  width: 26px;
  top: 14px;
}
.section__link-arrow span:first-child {
  left: -60px;  
}
.section__link-arrow span:nth-child(2) {
  height: 8px;
  width: 8px;
  top: 11px;  
  right: 70px; 
  transform: rotate(45deg);
  border-right: 1px solid;
  border-top: 1px solid;
}

.card__block {
  box-shadow: 0 10px 90px 0 rgba(70,78,85,.1);
}

.time__text {
  position: relative;
}
.time__text:before {
  width: 12px;
  height: 12px;
  top: 23px;
  margin-left: -12px;
  border-radius: 50%;
  border: 1px solid;
}
.time__text:after {
  width: 100px;
  height: 1px;
  top: 29px;
}


.header__bottom .header-wrap {
  padding: 0 8px;
}
.section__inner {
  padding: 8px;
}
.card__block-header, .card__block {
  max-width: 530px;
  height: 100%;
}
.card__block-header {
  padding: 0 32px 32px 0;
}
.header__bottom {
  min-height: 50px;  
  margin: 0 auto;
  position: static;
  top: -50px;
}
.header__bottom-logo, .header__bottom-cart {
  display: none;
}
.section__header-right {
  text-align: right;
}
.header__bottom-logo {
  order: 1;
}
.header__bottom-nav {
  order: 2
}
.header__bottom-wrap {
  order: 3;
}


.btn.btn__dark, .btn.btn__white:hover, .btn__line.btn__dark:hover, .square__dark:before,
.section__link-arrow span:first-child, .section__link-arrow span:last-child, 
.trigger-search .glass:after, .trigger-navbar .bars, .trigger-navbar .bars:after, .trigger-navbar .bars:before, .single_add_to_cart_button {
  background: #213040;
}
.btn.btn__dark:hover, .btn.btn__primary,
.single_add_to_cart_button:hover {
  background: #286ea2;  
}
.btn.btn__primary:hover {
  background: #4dabee;
}
.btn.btn__white, .btn__line.btn__white:hover,
.time__text:after {
  background: #e6e9f0;
}
.color__white .section__link-arrow span:first-child, .color__white .section__link-arrow span:last-child,
.btn.btn__white,
.card__block,
.woocommerce_tags {
  background: #fff;
}
.page__filter {
  background: rgb(8, 22, 33, .75);
}
.product input.qty {
  color: #213040;
}
.header .menu-item:hover > .header__icon path,
.added-to-cart:hover,
.time-i {
  color: #286ea2
}
.search__input,
.woo__header .page__title,
.btn__line.btn__dark, .btn__line.btn__white:hover, .btn.btn__white,
.section__link, .section__link:hover,
.search__input::-webkit-input-placeholder,.search__input, .search__input::-webkit-input-placeholder {
  color: #213040;
}
.color__white a, .color__white a:hover,
.btn.btn__dark, .btn.btn__dark:hover, .btn__line.btn__dark:hover, .btn__line.btn__white, .btn.btn__white:hover, .btn.btn__primary,
.single_add_to_cart_button{
  color: #fff;
}


.btn__line.btn__dark,
.product input.qty {
  border-color: #213040;
}
.bg__light input, .bg__light select, .bg__light texture {
  border-color: #adbed8;  
}
.time__text:before {
  border-color: #d9dde6;  
}
.woocommerce_submit,
.product input.qty {
  border: 1px solid #213040;
}


.btn, .btn__line, .single_add_to_cart_button {
  -webkit-transition: all 0.8s cubic-bezier(0.175,0.885,0.320,1.275);
     -moz-transition: all 0.8s cubic-bezier(0.175,0.885,0.320,1.275);
       -o-transition: all 0.8s cubic-bezier(0.175,0.885,0.320,1.275);
          transition: all 0.8s cubic-bezier(0.175,0.885,0.320,1.275);  
}
.section__link-arrow span{
  -webkit-transition: .25s all ease;
     -moz-transition: .25s all ease;
       -o-transition: .25s all ease;
          transition: .25s all ease;
}


.search {
  position: relative
}
.search__input {
  height: 30px;
  width: 290px; 
  padding: 0 16px;
}
.header__main-form .search__input {
  width: 0px;
} 
.search__button {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 0;
  bottom: 50%;
  margin-bottom: -11px;
  border: 0;
  background: transparent;
  font-size: 0;
  cursor: pointer;
  padding: 0;
}

.section__wrap, 
.card__block {
  position: relative;
  padding: 60px;
}

.trigger-search {
  display: none
}
.section__header-flex {
  display: flex;
  align-items: center;
}


@media (max-width: 575px) {
  .section__wrap {
    padding: 64px 16px;
  }  
  .section__header-center .section-title:after {
    left: 0;
    margin-left: 0;
  }  
  .header__bottom .header-wrap {
    padding: 0;
  }
  .card__block-header {
    padding: 32px 16px;
  }
  .footer-inner, .footer-inner-last {
    padding: 0 16px 32px 16px;
  }

  .card__block {
    padding: 32px;
  }

  .page__title {
    font-size: 3rem;
    line-height: 3rem;
  }
  
  .form__wrap-inner {
    width: 100%;
  }  
  
  /* header */
  .header__bottom {
    top: 0;
  }

  .header-main .header-menu .header__container {
    height: calc(100vh - 16px);
  }  
  .header__bottom-close, .header__bottom-cart {
    display: flex;
    align-items: center;
  }
  
  .header__bottom-logo {
    width: 100%;
    text-align: center;
    margin: 32px;
  }
  .header__logo-alt-white {
    max-width: 200px;
    max-height: 120px;
    width: auto;
    height: auto;   
    margin: 0 auto;
  }
  .header__bottom-wrap {
    width: 100%;
    margin: 0 16px;
  }
  .header__bottom-logo {
    order: 1;
  }
  .header__bottom-nav {
    order: 2
  }
  .header__bottom-wrap {
    order: 3;
  }  
  
  .square__dark:before {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .page__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}


/* -- ULTIMATE ADDON FOR GUTENBERG -- */
.uagb-faq-content {
  display: none;
  padding: 16px;
}
.uagb-faq-questions-button {
  height: 50px;
  margin-top: 16px;
  padding: 6px 16px;
}
.uagb-question {
  margin-left: 16px;
}
.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon {
  display: flex;
}
.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:focus, .wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:active {
  outline: none !important;
}


/* -- STYLES -- */
.m-0 {
  margin: 0 !important; 
}
/*
.overflow-hidden {
  overflow: hidden !important;
*/
}