/* 
    Theme Name: Solar Watt Systems Inc.
    Template: solarwatt_systemsinc-child
    Author: CodeManiack
    Version: 1.0
*/

/* code refactor css */

* {
  font-family: 'Noto Sans JP', sans-serif !important;
}

.nav-page-link{
  height: 50px;
  margin-top: -5px;
}

.nav-page-link a{
  color: rgba(255,255,255,0.53)!important;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

#navbar-scroll{
  background-color: black !important; /* Changed from #333 to black */
  position: fixed;
  top: -50px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 99999999;
  height: 50px !important;
  padding-top: 20px !important;
}

#nav-socials{
  display: block;
}

@media only screen and (max-width: 768px) {
  #navbar-scroll{
      display: none;
  }

  #nav-socials{
      display: none;
  }
}

/* end code refactor*/

.bdp-post-title{
    font-weight: bold!important;
    color: black!important;
}

.bdp-post-title a{
    color: black!important;
}

.category-btn {
font-weight: 500;
font-size: 12px;
/* letter-spacing: 1px; */
border: 1px solid #00226E;
border-radius: 0;
background: white;
color: #00226E;
text-transform: uppercase;
margin-bottom: 1rem;
margin-top: 1rem;
padding-top: .5rem;
padding-bottom: .5rem;
}

.category-btn.active {
font-weight: 700;
font-size: 12px;
/* letter-spacing: 1px; */
border: 1px solid #00226E;
border-radius: 0;
color: white!important;
background: #00226E!important;
text-transform: uppercase;

}

.category-btn:hover {
background: #00226E;
color: white;
font-weight: 500;
}

.category-btn.active:hover {
background: white;
color: #00226E;
font-weight: 400;
}

.modula .filters a { 
    padding: .7rem!important;
    padding-left: 1rem!important;
    padding-right: 1rem!important;
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid #00226E!important;
    border-radius: 0;
    background: white;
    color: #00226E!important;
    text-transform: uppercase;
}


.modula .filters a:hover { 
    background: #00226E;
    color: white!important;
    font-weight: 500;
}

.modula_menu__item.modula_menu__item--current a{
    font-weight: 700;
    font-size: 12px;
    /* letter-spacing: 1px; */
    border: 1px solid #00226E;
    border-radius: 0;
    color: white!important;
    background: #00226E;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    .project-banner{
        display: none;
    }
}


.project-specs-h4{
    font-size: 12px;
    text-transform: uppercase;
}

.project-specs-p{
    font-size: 35px; font-weight: bold;
}

.project-specs-p span{
    font-size: 12px; font-weight: bold;
}

.project-summary-p{
    font-size: 15px;
    line-height: 25px;
}

a.catalog-nav:hover{
    text-decoration: none;
}


body{
    transition: 0.4s ease;
}

body {
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden;
  }
  
  .layout_padding {
    padding: 90px 0;
  }
  
  .layout_padding2 {
    padding: 75px 0;
  }
  
  .layout_padding2-top {
    padding-top: 75px;
  }
  
  .layout_padding2-bottom {
    padding-bottom: 75px;
  }
  
  .layout_padding-top {
    padding-top: 90px;
  }
  
  .layout_padding-bottom {
    padding-bottom: 90px;
  }
  
  .heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .heading_container h2 {
    position: relative;
    font-weight: bold;
  }
  
  .heading_container h2 span {
    color: #f3c93e;
  }
  
  .heading_container.heading_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  
  a,
  a:hover,
  a:focus {
    text-decoration: none;
  }
  
  a:hover,
  a:focus {
    color: initial;
  }
  
  .btn,
  .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  /*header section*/
  .hero_area {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .sub_page .hero_area {
    min-height: auto;
  }
  
  .sub_page .about_section {
    background-color: #313958;
  }
  
  .header_section {
    background-color: #3a4468;
  }
  
  .header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
  
  .header_section .header_top {
    padding: 15px 0;
    background-color: #434f78;
  }
  
  .header_section .header_bottom {
    padding: 10px 0;
  }
  
  .top_nav_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .contact_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .contact_nav a {
    color: #ffffff;
    margin-right: 10px;
  }
  
  .contact_nav a i {
    color: #f3c93e;
  }
  
  .contact_nav a:hover {
    color: #f3c93e;
  }
  
  .search_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px;
  }
  
  .search_form .form-control {
    border-radius: 5px 0 0 5px;
    height: 40px;
    width: auto;
    min-width: unset;
  }
  
  .search_form button {
    width: 45px;
    min-width: 45px;
    height: 40px;
    padding: 0;
    border: none;
    outline: none;
    color: #ffffff;
    background-color: #f3c93e;
    border-radius: 0 5px 5px 0;
  }
  
  .user_option_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .user_option_box a {
    color: #ffffff;
    margin-left: 25px;
    text-transform: uppercase;
  }
  
  .user_option_box a i {
    color: #f3c93e;
  }
  
  .user_option_box a span {
    margin-left: 5px;
  }
  
  .user_option_box a:hover {
    color: #f3c93e;
  }
  
  .navbar-brand {
    padding: 0;
    margin: 0;
    color: #000000;
    font-weight: bold;
    font-size: 28px;
    font-weight: bold;
  }
  
  .navbar-brand span {
    color: #ffffff;
  }
  
  .custom_nav-container {
    padding: 0;
  }
  
  .custom_nav-container .navbar-nav {
    margin-left: auto;
  }
  
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 10px 25px;
    color: #ffffff;
    text-align: center;
  }
  
  .custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
    color: #f3c93e;
  }
  
  .custom_nav-container .navbar-toggler {
    outline: none;
  }
  
  .custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .custom_nav-container .navbar-toggler span::after {
    top: 10px;
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 0;
  }
  
  /*end header section*/
  /* slider section */
  .slider_section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 45px 0;
    background-color: #f7f7f7;
  }
  
  .slider_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .slider_section #customCarousel1 {
    width: 100%;
    position: unset;
  }
  
  .slider_section .detail-box {
    color: #3a4468;
  }
  
  .slider_section .detail-box h1 {
    font-weight: bold;
    margin-bottom: 25px;
  }
  
  .slider_section .detail-box h1 span {
    color: #f3c93e;
  }
  
  .slider_section .detail-box p {
    color: #6d6d6d;
  }
  
  .slider_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #f3c93e;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #f3c93e;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 15px;
  }
  
  .slider_section .detail-box a:hover {
    background-color: transparent;
    color: #f3c93e;
  }
  
  .slider_section .img-box img {
    width: 100%;
  }
  
  .slider_section .carousel_btn_box {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 110px;
    height: 50px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    z-index: 3;
  }
  
  .slider_section .carousel_btn_box .carousel-control-prev,
  .slider_section .carousel_btn_box .carousel-control-next {
    position: unset;
    width: 50px;
    height: 50px;
    background-color: #3a4468;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 18px;
  }
  
  .slider_section .carousel_btn_box .carousel-control-prev img,
  .slider_section .carousel_btn_box .carousel-control-next img {
    width: 10px;
  }
  
  .slider_section .carousel_btn_box .carousel-control-prev:hover,
  .slider_section .carousel_btn_box .carousel-control-next:hover {
    background-color: #f3c93e;
  }
  
  .product_section .heading_container {
    margin-bottom: 25px;
  }
  
  .product_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
  }
  
  .product_section .box .img-box {
    background-color: #f8f8f8;
    width: 100%;
    height: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 15px;
  }
  
  .product_section .box .img-box img {
    height: 175px;
    max-width: 100%;
  }
  
  .product_section .box .img-box .add_cart_btn {
    display: inline-block;
    width: 175px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background-color: #3a4468;
    color: #ffffff;
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    z-index: 3;
  }
  
  .product_section .box .img-box .add_cart_btn:hover {
    /* background-color: #f3c93e; */
    color: #ffffff;
  }
  
  .product_section .box .img-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  
  .product_section .box .detail-box {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  
  .product_section .box .product_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .product_section .box .star_container {
    color: #f2b01e;
  }
  
  .product_section .box:hover .img-box .add_cart_btn {
    opacity: 1;
    visibility: visible;
  }
  
  .product_section .box:hover .img-box::before {
    opacity: .55;
  }
  
  .product_section .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
  
  .product_section .btn_box .view_more-link {
    display: inline-block;
    padding: 10px 45px;
    background-color: #f3c93e;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #f3c93e;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .product_section .btn_box .view_more-link:hover {
    background-color: transparent;
    color: #f3c93e;
  }
  
  .about_section {
    background-color: #3a4468;
    color: #ffffff;
  }
  
  .about_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .about_section .img-box img {
    width: 100%;
  }
  
  .about_section .detail-box {
    margin: 45px 0;
  }
  
  .about_section .detail-box p {
    color: #fefefe;
    margin-top: 15px;
  }
  
  .about_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #f3c93e;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #f3c93e;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 15px;
  }
  
  .about_section .detail-box a:hover {
    background-color: transparent;
    color: #f3c93e;
  }
  
  .why_us_section {
    position: relative;
  }
  
  .why_us_section .heading_container {
    margin-bottom: 20px;
  }
  
  .why_us_section .box {
    margin-top: 25px;
    text-align: center;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    padding: 25px 15px;
  }
  
  .why_us_section .box .img-box {
    height: 45px;
  }
  
  .why_us_section .box .img-box img {
    height: 100%;
    -webkit-filter: brightness(0);
            filter: brightness(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .why_us_section .box .detail-box {
    margin-top: 15px;
  }
  
  .why_us_section .box .detail-box h5 {
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .why_us_section .box .detail-box a {
    color: #3a4468;
    font-weight: 600;
  }
  
  .why_us_section .box .detail-box a:hover {
    color: #f3c93e;
  }
  
  .why_us_section .box:hover .img-box img {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  
  .client_section .client_container {
    margin: 15px auto 0 auto;
  }
  
  .client_section .client_container .box {
    margin: 20px auto;
  }
  
  .client_section .client_container .box .detail-box {
    padding: 35px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.29);
  }
  
  .client_section .client_container .box .detail-box p {
    margin: 0;
  }
  
  .client_section .client_container .box .client-id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 25px;
  }
  
  .client_section .client_container .box .client-id .img-box {
    min-width: 90px;
    margin-right: 25px;
    background-color: #f3c93e;
    padding: 55px 15px 15px 15px;
    -webkit-clip-path: polygon(35% 15%, 50% 0, 65% 15%, 100% 15%, 100% 100%, 0 100%, 0 15%);
            clip-path: polygon(35% 15%, 50% 0, 65% 15%, 100% 15%, 100% 100%, 0 100%, 0 15%);
  }
  
  .client_section .client_container .box .client-id .img-box img {
    width: 100%;
  }
  
  .client_section .client_container .box .client-id .name {
    margin-bottom: 15px;
  }
  
  .client_section .client_container .box .client-id .name h5 {
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .client_section .client_container .box .client-id .name h6 {
    color: #f3c93e;
    font-weight: normal;
  }
  
  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    width: 50px;
    height: 50px;
    top: 24%;
    z-index: 9;
    opacity: 1;
    background-color: #3a4468;
    font-size: 24px;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  
  .client_section .carousel-control-prev:hover,
  .client_section .carousel-control-next:hover {
    background-color: #f3c93e;
  }
  
  .client_section .carousel-control-prev {
    left: 45px;
  }
  
  .client_section .carousel-control-next {
    right: 45px;
  }
  
  .info_section {
    background-color: #3a4468;
    color: #ffffff;
    padding: 90px 0 45px 0;
  }
  
  .info_section h5 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  
  .info_section .info_links ul {
    padding: 0;
  }
  
  .info_section .info_links ul li {
    list-style-type: none;
  }
  
  .info_section .info_links ul li a {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 5px;
  }
  
  .info_section .info_form form input {
    outline: none;
    width: 100%;
    padding: 7px 10px;
  }
  
  .info_section .info_form form button {
    padding: 8px 35px;
    outline: none;
    border: none;
    color: #ffffff;
    background: #f3c93e;
    margin-top: 15px;
    text-transform: uppercase;
  }
  
  .info_section .info_form .social_box {
    margin-top: 35px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .info_section .info_form .social_box a {
    margin-right: 25px;
    color: #ffffff;
    font-size: 24px;
  }
  
  /* footer section*/
  .footer_section {
    position: relative;
    background-color: #3a4468;
    text-align: center;
  }
  
  .footer_section p {
    border-top: 1px solid #ffffff;
    color: #ffffff;
    padding: 20px 0;
    margin: 0;
  }
  
  .footer_section p a {
    color: inherit;
  }
  /*# sourceMappingURL=style.css.map */



  /* Other css */
  @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Rajdhani:400,500,700&display=swap");
/* line 28, ../../../../Desktop/woostore/assets/css/main.scss */
* {
  box-sizing: border-box;
}


/* line 37, ../../../../Desktop/woostore/assets/css/main.scss */
img {
  max-width: 100%;
}

/* line 42, ../../../../Desktop/woostore/assets/css/main.scss */
.form-control {
  border-radius: 0;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border: 1px solid #eee;
  color: #111B25;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0);
}

/* line 56, ../../../../Desktop/woostore/assets/css/main.scss */
.modal.flip-vertical {
  perspective: 1200px;
}

/* line 59, ../../../../Desktop/woostore/assets/css/main.scss */
.modal.flip-vertical .modal-dialog {
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotateX(-75deg);
  transition: all 320ms;
  opacity: 0;
}

/* line 68, ../../../../Desktop/woostore/assets/css/main.scss */
.modal.flip-vertical.show .modal-dialog {
  transform: rotateX(0deg);
  opacity: 1;
}

/* line 78, ../../../../Desktop/woostore/assets/css/main.scss */
.card {
  margin-bottom: 14px;
  border-radius: 0 !important;
  border: 1px solid #eee;
}

/* line 84, ../../../../Desktop/woostore/assets/css/main.scss */
.card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  padding: 1.3rem;
}

/* line 90, ../../../../Desktop/woostore/assets/css/main.scss */
.card-footer {
  background-color: #fff;
  border: 0;
}

/* line 96, ../../../../Desktop/woostore/assets/css/main.scss */
.nav-tabs {
  justify-content: center;
}

/* line 99, ../../../../Desktop/woostore/assets/css/main.scss */
.nav-tabs .nav-link {
  color: #000;
  border: none;
}

/* line 103, ../../../../Desktop/woostore/assets/css/main.scss */
.nav-tabs .nav-link.active {
  border-bottom: 1px solid #0074f1;
}

/* line 110, ../../../../Desktop/woostore/assets/css/main.scss */
.btn-primary-soft {
  color: #0074f1;
  background-color: rgba(0, 116, 241, 0.1);
}

/* line 115, ../../../../Desktop/woostore/assets/css/main.scss */
.btn-secondary-soft {
  color: #7a87a0;
  background-color: rgba(122, 135, 160, 0.1);
}

/* line 120, ../../../../Desktop/woostore/assets/css/main.scss */
.btn-success-soft {
  color: #07bf58;
  background-color: rgba(7, 191, 88, 0.1);
}

/* line 125, ../../../../Desktop/woostore/assets/css/main.scss */
.btn-dark-soft {
  color: #FFBF00;
  background-color: rgba(255, 191, 0, 0.1);
}

/* line 130, ../../../../Desktop/woostore/assets/css/main.scss */
.btn-danger-soft {
  color: #ef1f3e;
  background-color: rgba(239, 31, 62, 0.1);
}

/* line 135, ../../../../Desktop/woostore/assets/css/main.scss */
.btn-info-soft {
  color: #0ac1ea;
  background-color: rgba(10, 193, 234, 0.1);
  border-color: rgba(10, 193, 234, 0);
}

/* line 141, ../../../../Desktop/woostore/assets/css/main.scss */
.btn-light-soft {
  color: #adb7cc;
  background-color: rgba(173, 183, 204, 0.1);
}

/* line 146, ../../../../Desktop/woostore/assets/css/main.scss */
.btn-dark-soft {
  color: #214971;
  background-color: rgba(33, 73, 113, 0.1);
}

/* line 152, ../../../../Desktop/woostore/assets/css/main.scss */
.bg-primary-soft {
  background-color: rgba(0, 116, 241, 0.1);
}

/* line 160, ../../../../Desktop/woostore/assets/css/main.scss */
.radio-primary .custom-control-input:checked ~ .custom-control-label::before,
.radio-primary .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #0074f1;
  border-color: #0074f1;
}

/* line 169, ../../../../Desktop/woostore/assets/css/main.scss */
.list_group .list_group_item {
  border-color: #eee;
}

/* line 172, ../../../../Desktop/woostore/assets/css/main.scss */
.list_group .list_group_item.active {
  background-color: rgba(0, 116, 241, 0.1);
  color: #000;
}

/* line 179, ../../../../Desktop/woostore/assets/css/main.scss */
.list_group.list_group-borderless .list_group_item {
  border: 0;
}

/* line 185, ../../../../Desktop/woostore/assets/css/main.scss */
.list_group.list_group-contracted .list_group_item {
  padding: 3px 12px;
  font-size: 14px;
}

/* line 193, ../../../../Desktop/woostore/assets/css/main.scss */
.list_group_media .list_group_item {
  padding-top: 15px;
  padding-bottom: 15px;
  border: none !important;
}

/* line 199, ../../../../Desktop/woostore/assets/css/main.scss */
.list_group_media .list_group_item .media .media_graphic {
  display: flex;
  margin-right: 10px;
  width: 50px;
}

/* line 204, ../../../../Desktop/woostore/assets/css/main.scss */
.list_group_media .list_group_item .media .media_graphic i {
  font-size: 15px;
  padding: 10px;
  border-radius: 50%;
}

/* line 210, ../../../../Desktop/woostore/assets/css/main.scss */
.list_group_media .list_group_item .media .media_graphic image {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

/* line 218, ../../../../Desktop/woostore/assets/css/main.scss */
.list_group_media .list_group_item .media .media-body h6 {
  font-size: 14px;
  font-weight: 400;
  color: #214971;
  margin-bottom: 0;
}

/* line 225, ../../../../Desktop/woostore/assets/css/main.scss */
.list_group_media .list_group_item .media .media-body p {
  font-size: 14px;
  font-weight: 400;
  color: #adb7cc;
  margin-bottom: 0;
}

/* line 237, ../../../../Desktop/woostore/assets/css/main.scss */
.avatar {
  position: relative;
  width: 40px;
  height: 40px;
}

/* line 242, ../../../../Desktop/woostore/assets/css/main.scss */
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* line 250, ../../../../Desktop/woostore/assets/css/main.scss */
.avatar-default {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 266, ../../../../Desktop/woostore/assets/css/main.scss */
.avatar-online::after {
  content: '';
  position: absolute;
  bottom: 1px;
  right: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #fff;
}

/* line 278, ../../../../Desktop/woostore/assets/css/main.scss */
.avatar-online::after {
  background-color: #07bf58;
}

/* line 282, ../../../../Desktop/woostore/assets/css/main.scss */
.avatar-xs {
  width: 25px;
  height: 25px;
}

/* line 286, ../../../../Desktop/woostore/assets/css/main.scss */
.avatar-xs .avatar-default {
  font-size: 10px;
}

/* line 292, ../../../../Desktop/woostore/assets/css/main.scss */
.avatar-xs.avatar-xs.avatar-offline::after, .avatar-xs.avatar-xs.avatar-online::after {
  width: 5px;
  height: 5px;
  right: 1px;
  border-width: 1px;
}

/* line 301, ../../../../Desktop/woostore/assets/css/main.scss */
.avatar-sm {
  width: 35px;
  height: 35px;
}

/* line 305, ../../../../Desktop/woostore/assets/css/main.scss */
.avatar-sm .avatar-default {
  font-size: 14px;
}

/* line 311, ../../../../Desktop/woostore/assets/css/main.scss */
.avatar-sm.avatar-sm.avatar-offline::after, .avatar-sm.avatar-sm.avatar-online::after {
  width: 7px;
  height: 7px;
  right: 0;
}

/* line 319, ../../../../Desktop/woostore/assets/css/main.scss */
.avatar-md {
  width: 45px;
  height: 45px;
}

/* line 323, ../../../../Desktop/woostore/assets/css/main.scss */
.avatar-md .avatar-default {
  font-size: 18px;
}

/* line 328, ../../../../Desktop/woostore/assets/css/main.scss */
.avatar-md.avatar-md.avatar-online::after {
  width: 8px;
  height: 8px;
  right: 2px;
  bottom: 1px;
}

/* line 337, ../../../../Desktop/woostore/assets/css/main.scss */
.avatar-lg {
  width: 65px;
  height: 65px;
}

/* line 341, ../../../../Desktop/woostore/assets/css/main.scss */
.avatar-lg .avatar-default {
  font-size: 24px;
}

/* line 346, ../../../../Desktop/woostore/assets/css/main.scss */
.avatar-lg.avatar-lg.avatar-online::after {
  width: 10px;
  height: 10px;
  right: 4px;
  bottom: 3px;
}

/* line 356, ../../../../Desktop/woostore/assets/css/main.scss */
.faq-default .card-header button[aria-expanded="false"]:after {
  content: "+";
  position: absolute;
  right: 0;
  top: -3px;
  font-weight: 500;
  color: #d4cfcf;
  padding: 10px;
}

/* line 366, ../../../../Desktop/woostore/assets/css/main.scss */
.faq-default .card-header button[aria-expanded="true"]:after {
  content: "-";
  position: absolute;
  right: 0;
  top: -3px;
  font-weight: 500;
  color: #d4cfcf;
  padding: 10px;
}

/* line 377, ../../../../Desktop/woostore/assets/css/main.scss */
.faq-default .card-header {
  background-color: #fff;
  padding: 0 20px;
  border: 0;
}

/* line 382, ../../../../Desktop/woostore/assets/css/main.scss */
.faq-default .card-header button {
  text-decoration: none;
  font-size: 14px;
  color: #214971;
}

/* line 399, ../../../../Desktop/woostore/assets/css/main.scss */
.faq-v4 .card {
  border: 0;
}

/* line 402, ../../../../Desktop/woostore/assets/css/main.scss */
.faq-v4 .card .card-header {
  background-color: #00e095;
  padding: 0 18px;
  border: none;
  color: #000;
}

/* line 408, ../../../../Desktop/woostore/assets/css/main.scss */
.faq-v4 .card .card-header button {
  font-weight: 600;
}

/* line 412, ../../../../Desktop/woostore/assets/css/main.scss */
.faq-v4 .card .card-header button:after {
  content: "" !important;
}

/* line 417, ../../../../Desktop/woostore/assets/css/main.scss */
.faq-v4 .card .card-body {
  padding-top: 15px;
  padding-left: 30px;
}

/* line 426, ../../../../Desktop/woostore/assets/css/main.scss */
.faq-v5 .card {
  border: 0;
}

/* line 429, ../../../../Desktop/woostore/assets/css/main.scss */
.faq-v5 .card .card-header {
  border: 1px solid #eee;
  padding: 0 18px;
  border: none;
  color: #000;
}

/* line 435, ../../../../Desktop/woostore/assets/css/main.scss */
.faq-v5 .card .card-header button {
  font-weight: 600;
}

/* line 439, ../../../../Desktop/woostore/assets/css/main.scss */
.faq-v5 .card .card-header button:after {
  content: "" !important;
}

/* line 444, ../../../../Desktop/woostore/assets/css/main.scss */
.faq-v5 .card .card-body {
  padding-top: 15px;
  padding-left: 30px;
}

/* line 448, ../../../../Desktop/woostore/assets/css/main.scss */
.faq-v5 .card .card-body::first-letter {
  color: #FFBF00;
  float: left;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin-right: 12px;
  text-shadow: 3px 5px 0 #adb7cc;
  transform: rotate(-2deg);
}

/* line 464, ../../../../Desktop/woostore/assets/css/main.scss */
.border-none {
  border-width: 0px !important;
}

/* line 468, ../../../../Desktop/woostore/assets/css/main.scss */
.radius-none {
  border-radius: 0px !important;
}

/* line 472, ../../../../Desktop/woostore/assets/css/main.scss */
.radius {
  border-radius: 4px !important;
}

/* line 476, ../../../../Desktop/woostore/assets/css/main.scss */
.bg-none {
  background-color: transparent !important;
}

/* line 480, ../../../../Desktop/woostore/assets/css/main.scss */
.bg-blue {
  background-color: #FFE919;
}

/* line 484, ../../../../Desktop/woostore/assets/css/main.scss */
.bg-dark {
  background-color: #111B25;
}

/* line 488, ../../../../Desktop/woostore/assets/css/main.scss */
.bg-blue {
  background-color: #344D68;
}

/* line 495, ../../../../Desktop/woostore/assets/css/main.scss */
.slim_topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 7px 15px;
  background-color: #111B25;
  z-index: 1030;
}

/* line 504, ../../../../Desktop/woostore/assets/css/main.scss */
.slim_topbar h6 {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}


/* line 596, ../../../../Desktop/woostore/assets/css/main.scss */
#icon_modal_location .modal-content {
  border-radius: 1rem;
}

/* line 599, ../../../../Desktop/woostore/assets/css/main.scss */
#icon_modal_location .modal-content .modal-header {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

/* line 604, ../../../../Desktop/woostore/assets/css/main.scss */
#icon_modal_location .modal-content .modal-footer {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

/* line 609, ../../../../Desktop/woostore/assets/css/main.scss */
#icon_modal_location .modal-content iframe {
  margin-bottom: -8px;
  max-width: 100%;
}

@media screen and (min-width: 576px) {
  /* line 616, ../../../../Desktop/woostore/assets/css/main.scss */
  #icon_modal_location .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}

/* line 625, ../../../../Desktop/woostore/assets/css/main.scss */
#phone_us_modal .modal-body img {
  width: 100px;
  height: auto;
  margin: 0 auto;
  padding: 15px 0 25px;
}

/* line 632, ../../../../Desktop/woostore/assets/css/main.scss */
#phone_us_modal .modal-body h6 {
  font-size: 14px;
  font-weight: 500;
}

/* line 642, ../../../../Desktop/woostore/assets/css/main.scss */
#contact_us_modal .modal-footer img {
  height: 35px;
}

/* line 647, ../../../../Desktop/woostore/assets/css/main.scss */
#contact_us_modal i {
  font-size: 22px;
}

/* line 650, ../../../../Desktop/woostore/assets/css/main.scss */
#contact_us_modal p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

/* line 657, ../../../../Desktop/woostore/assets/css/main.scss */
.site_banner_home {
  height: 580px;
  position: relative;
  overflow: hidden;
}

/* line 662, ../../../../Desktop/woostore/assets/css/main.scss */
.site_banner_home > div {
  max-height: 580px;
}

/* line 666, ../../../../Desktop/woostore/assets/css/main.scss */
.site_banner_home .banner_overlay {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 580px;
  background-color: #fff;
  background-image: url(../images/products/banner_drone.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 681, ../../../../Desktop/woostore/assets/css/main.scss */
.site_banner_home .banner_overlay .banner_heading h2, .site_banner_home .banner_overlay .banner_heading h3 {
  padding: 0 50px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05px;
  text-transform: uppercase;
}

/* line 690, ../../../../Desktop/woostore/assets/css/main.scss */
.site_banner_home .banner_overlay .banner_heading h3 {
  font-size: 44px;
}

/* line 697, ../../../../Desktop/woostore/assets/css/main.scss */
.site_banner_inner {
  height: 380px;
  position: relative;
  overflow: hidden;
}

/* line 702, ../../../../Desktop/woostore/assets/css/main.scss */
.site_banner_inner > div {
  max-height: 380px;
}

/* line 706, ../../../../Desktop/woostore/assets/css/main.scss */
.site_banner_inner .banner_overlay_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 380px;
  background-color: #fff;
  background-image: linear-gradient(to bottom, rgba(255, 222, 212, 0.5), rgba(52, 77, 104, 0.7)), url(../images/products/oTx.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 721, ../../../../Desktop/woostore/assets/css/main.scss */
.site_banner_inner .banner_overlay_inner .banner_heading_inner h2, .site_banner_inner .banner_overlay_inner .banner_heading_inner h3 {
  padding: 0 50px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05px;
  text-transform: uppercase;
}

/* line 730, ../../../../Desktop/woostore/assets/css/main.scss */
.site_banner_inner .banner_overlay_inner .banner_heading_inner h3 {
  font-size: 44px;
}

/* line 737, ../../../../Desktop/woostore/assets/css/main.scss */
.site_banner_inner_products {
  margin-top: 100px;
  height: 180px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 748, ../../../../Desktop/woostore/assets/css/main.scss */
.site_banner_inner_products .banner_heading_inner h3 {
  padding: 0 50px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05px;
  color: #111B25;
  text-transform: uppercase;
}

/* line 760, ../../../../Desktop/woostore/assets/css/main.scss */
.home_promo {
  margin-top: -100px;
  margin-bottom: 75px;
}

/* line 764, ../../../../Desktop/woostore/assets/css/main.scss */
.home_promo .row {
  min-height: 500px;
}

/* line 769, ../../../../Desktop/woostore/assets/css/main.scss */
.home_promo .home_promo_image img {
  max-width: 100%;
}

/* line 774, ../../../../Desktop/woostore/assets/css/main.scss */
.home_promo .product_promo_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #111B25;
}

/* line 781, ../../../../Desktop/woostore/assets/css/main.scss */
.home_promo .product_promo_info .promo_sub {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
}

/* line 789, ../../../../Desktop/woostore/assets/css/main.scss */
.home_promo .product_promo_info .promo_main {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #fff;
}

/* line 797, ../../../../Desktop/woostore/assets/css/main.scss */
.home_promo .product_promo_info button {
  background-color: #fff;
  color: #111B25;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  border-width: 0px;
}

/* line 806, ../../../../Desktop/woostore/assets/css/main.scss */
.home_promo .product_promo_info .promo_footer {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* line 816, ../../../../Desktop/woostore/assets/css/main.scss */
.features {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* line 825, ../../../../Desktop/woostore/assets/css/main.scss */
.features .feature-card {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 2px;
  border: 0;
  transition: all .3s ease;
  padding: 30px 15px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 839, ../../../../Desktop/woostore/assets/css/main.scss */
.features .feature-card:hover {
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.2);
}

/* line 843, ../../../../Desktop/woostore/assets/css/main.scss */
.features .feature-card .icon-section {
  padding: 25px 0;
}

/* line 846, ../../../../Desktop/woostore/assets/css/main.scss */
.features .feature-card .icon-section span {
  font-size: 44px;
  color: #00e095;
}

/* line 851, ../../../../Desktop/woostore/assets/css/main.scss */
.features .feature-card .icon-section .features-title {
  font-size: 14px;
  font-weight: 500;
  color: #111B25;
}

/* line 860, ../../../../Desktop/woostore/assets/css/main.scss */
.subscribe {
  padding: 75px 0;
  background-color: #00e095;
}

/* line 864, ../../../../Desktop/woostore/assets/css/main.scss */
.subscribe h6 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

/* line 870, ../../../../Desktop/woostore/assets/css/main.scss */
.subscribe p {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/* line 877, ../../../../Desktop/woostore/assets/css/main.scss */
.subscribe .form-control {
  padding: 1.375rem .75rem;
  background-color: #fff;
  border-width: none;
  color: #111B25;
  font-weight: 600;
  letter-spacing: 1.5px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 889, ../../../../Desktop/woostore/assets/css/main.scss */
.subscribe .input-group-append button {
  min-width: 100px;
  color: #111B25;
  background-color: #FFE919;
  border-color: #FFE919;
}

/* line 898, ../../../../Desktop/woostore/assets/css/main.scss */
.custom_rf {
  padding: 75px 0;
  background-color: #111B25;
}

/* line 902, ../../../../Desktop/woostore/assets/css/main.scss */
.custom_rf h6 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

/* line 908, ../../../../Desktop/woostore/assets/css/main.scss */
.custom_rf p {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/* line 917, ../../../../Desktop/woostore/assets/css/main.scss */
section .section-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #344D68;
}

/* line 925, ../../../../Desktop/woostore/assets/css/main.scss */
section .section-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #111B25;
}

/* line 933, ../../../../Desktop/woostore/assets/css/main.scss */
.gutter_all {
  padding: 5px;
}

/* line 937, ../../../../Desktop/woostore/assets/css/main.scss */
.gutter_top_half {
  padding-top: 2.5px;
}

/* line 941, ../../../../Desktop/woostore/assets/css/main.scss */
.gutter_right_half {
  padding-right: 2.5px;
}

/* line 945, ../../../../Desktop/woostore/assets/css/main.scss */
.gutter_left_half {
  padding-left: 2.5px;
}

/* line 949, ../../../../Desktop/woostore/assets/css/main.scss */
.gutter_bottom_half {
  padding-bottom: 2.5px;
}

/* line 953, ../../../../Desktop/woostore/assets/css/main.scss */
.products {
  background-color: #fff;
  margin-bottom: 25px;
}

/* line 959, ../../../../Desktop/woostore/assets/css/main.scss */
.products .products_list .product_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(238, 238, 238, 0.5);
}

/* line 967, ../../../../Desktop/woostore/assets/css/main.scss */
.products .products_list .product_item .title {
  position: absolute;
  top: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #8a8d8f;
}

/* line 978, ../../../../Desktop/woostore/assets/css/main.scss */
.products .products_list .product_item .product_item_image {
  max-width: 100%;
}

/* line 982, ../../../../Desktop/woostore/assets/css/main.scss */
.products .products_list .product_item .product_item_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0px 25px;
  background-color: #fff;
  width: 100%;
}

/* line 991, ../../../../Desktop/woostore/assets/css/main.scss */
.products .products_list .product_item .product_item_footer .subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #111B25;
  letter-spacing: 1.5px;
}

/* line 998, ../../../../Desktop/woostore/assets/css/main.scss */
.products .products_list .product_item .product_item_footer .details_link {
  text-decoration: none;
}

/* line 1001, ../../../../Desktop/woostore/assets/css/main.scss */
.products .products_list .product_item .product_item_footer .details_link button {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1.5px;
  background: linear-gradient(90deg, #f9423a 0%, #fb9700 100%);
  border-color: #ffffff;
  border-radius: 0;
  padding: 10px 25px;
}

/* line 1017, ../../../../Desktop/woostore/assets/css/main.scss */
.products_single {
  background-color: #fff;
  margin-bottom: 25px;
}

/* line 1021, ../../../../Desktop/woostore/assets/css/main.scss */
.products_single .products_list_single {
  border: 1px solid #eee;
}

/* line 1024, ../../../../Desktop/woostore/assets/css/main.scss */
.products_single .products_list_single .product_item_image_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(238, 238, 238, 0.5);
}

/* line 1032, ../../../../Desktop/woostore/assets/css/main.scss */
.products_single .products_list_single .product_item_image_wrapper .product_item_image {
  max-width: 100%;
}

/* line 1039, ../../../../Desktop/woostore/assets/css/main.scss */
.products_single .products_list_single .product_item_content {
  padding-top: 25px;
}

/* line 1042, ../../../../Desktop/woostore/assets/css/main.scss */
.products_single .products_list_single .product_item_content .title {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #f9423a;
  margin-top: 35px;
  margin-bottom: 48px;
}

/* line 1052, ../../../../Desktop/woostore/assets/css/main.scss */
.products_single .products_list_single .product_item_content .price {
  /* font-weight: 700; */
  font-size: 20px;
  /* letter-spacing: 1.5px; */
  color: #8a8d8f;
  margin-bottom: 35px;
}

/* line 1060, ../../../../Desktop/woostore/assets/css/main.scss */
.products_single .products_list_single .product_item_content .description {
  /* font-weight: 200; */
  font-size: 16px;
  /* letter-spacing: 1.5px; */
  /* color: #adb7cc; */
  margin-bottom: 35px;
}

/* line 1068, ../../../../Desktop/woostore/assets/css/main.scss */
.products_single .products_list_single .product_item_content .product_item_footer {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
}

/* line 1074, ../../../../Desktop/woostore/assets/css/main.scss */
.products_single .products_list_single .product_item_content .product_item_footer .details_link {
  text-decoration: none;
}

/* line 1077, ../../../../Desktop/woostore/assets/css/main.scss */
.products_single .products_list_single .product_item_content .product_item_footer .details_link button {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1.5px;
  background: linear-gradient(90deg, #f9423a 0%, #fb9700 100%);
  border-color: #ffffff;
  border-radius: 0;
  padding: 15px 23px;
}




/* line 1159, ../../../../Desktop/woostore/assets/css/main.scss */
.contact_form {
  border-bottom: 1px solid #eee;
}

/* line 1162, ../../../../Desktop/woostore/assets/css/main.scss */
.contact_form h6 {
  margin-bottom: 0;
  margin-top: 5px;
}

/* line 1167, ../../../../Desktop/woostore/assets/css/main.scss */
.contact_form .text_phone {
  color: #00e095;
}

/* line 1171, ../../../../Desktop/woostore/assets/css/main.scss */
.contact_form a {
  text-decoration: none;
  color: #111B25;
}

/* line 1177, ../../../../Desktop/woostore/assets/css/main.scss */
.contact_form .open_time p {
  margin-bottom: 5px;
}

/* line 1183, ../../../../Desktop/woostore/assets/css/main.scss */
.contact_form .social_icons i {
  font-size: 18px;
  color: #111B25;
}

/* line 1189, ../../../../Desktop/woostore/assets/css/main.scss */
.contact_form iframe {
  width: 100%;
  height: 380px;
}

.product_item_content h1{
  font-size: 30px;

}
/*# sourceMappingURL=main.css.map */

.single_add_to_cart_button.button.alt{
  background: black!important;
  padding: 1rem;
}

.xoo-wsc-container{
  z-index: 999999999999999999;
}

.button.add_to_cart_button{
  padding: 1rem!important;
}

.button.product_type_simple{
  padding: 1rem!important;
}

h2.woocommerce-column__title{
  font-size: 20px;
  font-weight: bold;
}

h2.woocommerce-order-details__title{
  font-size: 20px;
  font-weight: bold;
}

.woocommerce ul.order_details{
  padding: 0!important;
}

.woocommerce-order{
  padding: 2rem!important;
  background: #f4f4f4;
  margin-bottom: 2rem!important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab p{
  font-size: 14px!important;
}

.woocommerce-product-details__short-description p{
  font-size: 14px;
}

.product_title.entry-title{
  font-size: 30px;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
  font-weight: 500;
    font-size: 12px;
    /* letter-spacing: 1px; */
    border: 1px solid #00226E;
    border-radius: 0;
    background: #00226E;
    color: white;
    text-transform: uppercase;
    cursor: pointer!important;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover{

    /* letter-spacing: 1px; */
    border: 1px solid #00226E;
    border-radius: 0;
    background: #fff;
    color: #00226E;

}
/* WOOCOMERCE PRODUCTS */

.woocommerce-product-details__short-description{
  font-weight: 200!important;
}


.woocommerce div.product .woocommerce-tabs .panel{
  font-weight: 200!important;
}


.woocommerce div.product .woocommerce-tabs .panel h2{
  font-weight: 400!important;
  font-size: 25px;
}

.related.products h2{
  font-weight: 400!important;
  font-size: 25px!important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
  font-size: 14px!important;
}

.woocommerce-loop-product__title{
  font-weight: 200;
  color: grey;
  font-size: 14px!important;
}

.price .woocommerce-Price-amount.amount{
  color: #000!important;
}

.woocommerce-Price-amount.amount{
  font-weight: 500;
}

.sku{
  font-weight: 300;
}

.posted_in a{
  color: grey!important;
  font-weight: 300!important;
}

li.product {
  /* padding: 1rem!important; */
  min-height: 410px;
  position: relative; /* Ensure the button positioning is relative to this element */
  text-align: center;
  transition: 0.2s ease-in-out;
}

.add_to_cart_button {
  /* display: none!important; */
  width: 100%!important;
  /* position: absolute; /* Position the button relative to the parent li */
  bottom: 0; /* Align the button to the bottom of the parent li */
  left: 0; /* Ensure the button spans the full width of the parent li */
  transition: 0.5s ease-in-out;
}


.view-product-btn{
  position: absolute;
  height: 100%;
  top: 25%;
  left: 25%;
  border-radius: 0!important;
  display: none;
  transition: 0.5s ease-in-out;
  font-weight: 400;
}


@media only screen and (min-width: 567px) {
  li.product:hover .add_to_cart_button {
    display: inline-block!important;
    transition: 0.5s ease;
  }  
}

/* li.product:hover .view-product-btn{
  display: inline-block!important;
  transition: 0.5s ease-in-out!important;
} */


/* li.product:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
 */

.woocommerce-pagination .page-numbers{
  border: none!important;
  color: grey!important;
  font-weight: 300!important;
}

.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: #00226E;
  color: #fff!important;
}


.woocommerce-pagination .page-numbers li{
  border: none!important;

}

.woocommerce div.product .product_title{
  font-weight: 300!important;
}

.woocommerce div.product form.cart div.quantity{
  height: 50px;
}

.woocommerce .quantity .qty{
  border-radius: 0;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border: 1px solid #eee;
  color: #111B25;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0);
  height: 100%!important;
}

.woocommerce div.product form.cart .button{
  height: 100%!important;
}

.zoomWindow{
  cursor: crosshair!important;
}

.woocommerce-result-count{
  font-weight: 300!important;
}

.woocommerce .woocommerce-ordering select {
  font-weight: 300!important;
  padding: .5rem!important;
}


.product_meta span.sku_wrapper{
  display: block!important;
}

.product_meta span.posted_in{
  display: block!important;
}

.product_meta{
  font-size: 14px!important;
}

.woocommerce div.product .woocommerce-tabs .panel h2{
  display: none!important;
}


@media only screen and (max-width: 567px) {
  .woocommerce ul.products li.product {
      width: 100% !important;
      margin-right: 0 !important;
  }
}

@media only screen and (max-width: 567px) {
  .add_to_cart_button {
    display: block!important; /* Show the button */
    position: static; /* Reset position */
    width: auto!important; /* Reset width */
    transition: 0.5s ease-in-out;
  }
}


.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{
  border: 2px solid black;
  background-color: #e4e4e4;
  color: black;
  font-weight: 500;
}

ul.footer-links{
  margin: 0!important;
}

.stat-heading{
  font-weight: 400;font-size: 20px;color: white;
}

/* Increase width of single product content area */
.single-product #primary {
  width: 100%;
}

/* Remove padding from single product content area */
.single-product .site-main {
  padding-right: 0;
  padding-left: 0;
}

.widget-area{
  width: 100%!important;
}

.content-area{
  width: 100%!important;
}

.widget-area ul li+li, ul.menu li+li {
  border-top: 1px solid #ececec !important;
}

.widget-area ul li a, .widget ul li span:first-child, ul.menu li a, ul.menu li span:first-child {
  display: inline-block!important;
  flex: 1!important;
  padding: 6px 0!important;
  font-weight: 400;
}

span.widget-title {
  font-size: 1em!important;
  font-weight: 600!important;
}

.storefront-breadcrumb .col-full{
  padding: 0!important;
}

ul.products li.product img {
  background-color: #fff; /* This is a grey color, you can adjust as needed */
  object-fit: contain;
  width: 200px;
  height: 200px;
  }

  .single-product div.images {
    display: flex;
    justify-content: center; /* Horizontally center the image */
    align-items: center; /* Vertically center the image */
    height: 500px; /* Set the height of the container */
  }
  
  .single-product div.images img {
    background-color: #fff; /* This is a grey color, you can adjust as needed */
    object-fit: contain; /* Ensure the entire image is visible without distortion */
    max-width: 500px; /* Limit the maximum width to 300px */
    max-height: 500px; /* Limit the maximum height to 300px */
  }
  

  .storefront-breadcrumb{
    margin-bottom: 0!important;
  }
  
  .woocommerce-breadcrumb{
    /* margin-bottom: 0!important; */
    margin-top: 25px!important;
    margin-bottom: 25px!important;

  }

  .page-header-title{
    color: rgb(255,255,255);
    text-align: center;
    font-weight: 500!important;
    letter-spacing: 1px;
    margin-bottom: 0!important;
  }


  a:focus, a:active {
    outline: none !important;
}

/* Position sorting options to the right */
.woocommerce-ordering {
  float: right!important;
}

/* .product-data-wrapper{
  border-left: 1px solid #ececec;
} */
@media screen and (min-width: 850px) {
  .product-data-wrapper:not(.large-12) {
    border-left: 1px solid #ececec;
  }
}

.widget{
  margin-bottom: 1rem!important;
}

li.wc-block-product-categories-list-item:hover{
  background-color: #f8f9fa!important;
  padding-left: 1rem!important;
  transition: 0.2s ease-in-out;
}

li.wc-block-product-categories-list-item a.active{
  font-weight: bold!important;
  color: black;
}

.wc-block-product-categories-list-item__name {
  color: #2c2d33!important;
  text-decoration: none;
  font-size: 14px!important;
}

/* Hide additional thumbnails */
.woocommerce-product-gallery .flex-control-nav {
  display: none !important;
}

.woocommerce-customer-details{
  display: none!important;
}

.announcement-bar{
  background-color: black!important;
  color: #f4f4f4!important;
}

.announcement-bar span{
  font-size: 12px!important;
  color: #f4f4f4;
  /* text-decoration: underline; */
  /* font-weight: 600!important; */
}

.announcement-bar a{

  font-size: 11px!important;
  color:#f4f4f4!important;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.announcement-bar .announcement{
  text-transform: uppercase;
}

a.nav-link{
  font-weight: 500;letter-spacing: 0.1px;
}
@media screen and (max-width: 767px) {
  #main-nav{
    display: none!important;
  }
  .announcement-bar .right-nav{
    display: none!important;
  }
}

/* Hide loading icon */
.woocommerce-product-filter-wrap .loading-icon {
  display: none !important;
}
/* Replace "body" with a more specific parent selector if possible */
body div.col-full {
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  width: 100% !important;
}

@media (min-width: 576px) {
  body div.col-full {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  body div.col-full {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  body div.col-full {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  body div.col-full {
    max-width: 1140px !important;
  }
}

/* Adjust for extra-large (xl) screens */
@media (min-width: 1400px) {
  body div.col-full {
    max-width: 1320px !important;
  }
}


.woocommerce-MyAccount-navigation{
  float: left!important;
}

.woocommerce-MyAccount-content{
  float:right!important;
}

/* solarprockets.css */

.team-grid {
  color: #313437;
  background-color: #fff;
}

.team-grid p {
  color: #7d8285;
}

.team-grid .people {
  padding: 50px 0;
}

.team-grid .item {
  margin-bottom: 30px;
}

.team-grid .item .box {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.team-grid .item .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31,148,255,0.75);
  transition: opacity 0.15s ease-in;
  opacity: 0;
  padding-top: 80px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.team-grid .item:hover .cover {
  opacity: 1;
}

.team-grid .item .name {
  font-weight: bold;
  margin-bottom: 8px;
}

.team-grid .item .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #bbd8fb;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 20px;
}

/* youtube video responsive.css */

.clean-block.dark {
  background-color: #222425;
}

.clean-block {
  background-color: #222425;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* styles.css  */

.currency-dropdown {
  position: relative;
  display: inline-block;
}

#currency-select {
  padding: 8px 24px 8px 8px; /* Adjust padding as needed */
  border: 1px solid #fff; /* Set border color to white */
  border-radius: 4px; /* Add border radius */
  background-color: #000; /* Set background color to black */
  color: #fff; /* Set text color to white */
  appearance: none; /* Remove default dropdown arrow in modern browsers */
  -webkit-appearance: none; /* Remove default dropdown arrow in older versions of Safari */
  border: none;
  font-size: 11px!important;
}

#currency-select::-ms-expand {
  display: none; /* Hide default arrow in IE */
}

.arrow-down {
  position: absolute;
  top: 50%;
  right: 5px; /* Adjust distance from the right */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff; /* Set arrow color to white */
}

.storefront-breadcrumb {
  margin: 0 0 1.618em;
  padding: 1em 1rem;
}

/* clients */
.m-layout-clients{
  padding: 50px;
  
}

@media only screen and (max-width: 768px){
  .m-layout-clients{
      width: 100%;
      padding: 20px;
      
  }
}

/*about */
.m-layout-about{
  padding: 60px;
}

.m-layout-about-menu{
  border-right: 1px solid black;
}

.d-about-layout{
  display: block;
}

.m-about-layout{
  display: block;
}

@media only screen and (max-width: 768px){
  .m-layout-about{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border: none;
}

.m-layout-about-menu{
  border-right: none;
  display: none;
}

.d-about-layout{
  display: none;
}

.m-about-layout{
  display: block;
}

a span {
  font-family: 'Noto Sans JP', sans-serif!important;
}

a {
  color: grey;
}

}