/*
Theme Name: Bootstrap Basic4
Theme URI: https://rundiz.com
Author: Rundiz-WP team
Author URI: https://github.com/Rundiz-WP
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.5
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 6.6
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.

*/
/*******Woocommerce CSS********/
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text
{
    width: 50%;
}
.cclw_opc_main span {
    width:100%;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    margin-top: 1em;
    background-color: #229ac8;
    border-radius: 5px;
    font-family:'Open Sans';
}
.woocommerce-privacy-policy-text p {
    font-size:12px !important;
    font-family:'Open Sans' !important;
}
.woocommerce div.product {
    margin-top:3em;
}
.woocommerce ul.products li.product a img {
    width:50%;
    margin:2em auto;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    text-align:center;
    font-size:13px;
    font-family:'Open Sans';
}
.woocommerce-loop-category__title .count {
    display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px;
    margin-top: 0;
    background: #282828;
    padding: 10px 0px 10px 40px;
    background-image: url(/wp-content/uploads/2025/08/head.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    color: #23a1d1;
    font-weight:bold;
    font-family:'Open Sans';
}
.woocommerce.columns-2 ul.products li.product{
    border: 1px solid #dddddd;
}
.woocommerce ul.products li.product .button {
    width:100%;
    text-align:center;
    margin-top:0;
    font-family:'Open Sans';
}
.woocommerce .quantity .qty {
    width:75%;
    line-height: 28px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    text-align:left;
    padding-left: 1em;
}
div.qty-label {
    width:75%;
    line-height: 28px;
    font-family:'Open Sans';
    font-size:12px !important;
    font-weight:normal;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price
{
    color: #333333;
    padding: 1em;
    font-family:'Open Sans';
    font-size:12px !important;
    font-weight:normal;
}
.summary .entry-summary p.price, .woocommerce div.product form.cart .variations label, .woocommerce .quantity .qty, .woocommerce div.product form.cart .button {
    font-family:'Open Sans';   
    font-size:12px !important;
    font-weight:normal;
}
.woocommerce div.product form.cart .variations label {
    margin-bottom:0px;
}
.woocommerce div.product form.cart .button {
    background-color:#229ac8;
    font-weight:normal;
    width:75%;
    line-height:28px;
    margin-top:3em;
    border-radius:5px;
}
.woocommerce div.product form.cart .button:hover {
    background-color:#229ac8;    
}
.woocommerce div.product form.cart .variations select {
    padding-left:1em;
    font-family:'Open Sans';
    font-size:12px !important;
    font-weight:normal;
    border-radius: 5px;
    border:1px solid #dddddd;
}
.woocommerce div.product form.cart div.quantity {
    float:none;
}
.woocommerce div.product div.images img
 {
    width: 70%;
    margin: 0 auto;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price 
{
    font-family:'Open Sans' !important;
    color:#333333; 
    font-size:32px !important;
}
.entry-header h1.entry-title a,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{
    font-family:'Open Sans';
    color:#333333;
}
.woocommerce div.product .product_title {
    font-family:'Open Sans';
    color:#333333;
    width:50%;
}
.entry-header h1.entry-title a:hover{
    text-decoration:none;   
}
@media only screen and (max-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 2.992em
}
}
/*.woocommerce ul.products li.product {
    margin:0 3em 1em 0 !important;
    display: flex;
    align-items: center; /* Vertically centers the content */
    /*justify-content: center; /* Horizontally centers the content (optional) */
   /* height: 100px;
}*/
/*******Woocommerce CSS********/
.html-sitemap-column ul li a {
    font-family:'Open Sans';
    font-size:12px
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a
 {
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.site-main .product .entry-header h1.entry-title {
    display:none;
}
#sidebar-left .widget .menu-item-has-children ul.sub-menu {
    display:none;
}
#sidebar-left .widget .current-menu-item.menu-item-has-children ul.sub-menu {
    display:block;
}
#sidebar-left .widget .current-menu-parent.menu-item-has-children ul.sub-menu {
    display:block;
}
#sidebar-left .widget .current-menu-item.menu-item-has-children ul.sub-menu li, #sidebar-left .widget ul li.current-menu-ancestor.menu-item-has-children ul.sub-menu li{
    margin:0px -15px 0px -15px;
}
#sidebar-left .widget ul li.current-menu-item.menu-item-has-children
{
    border-width: 3px 6px 0px 6px;
    margin-bottom: -4px;
}
#sidebar-left .widget ul li.current-menu-ancestor.menu-item-has-children ul.sub-menu
{
    margin-bottom: -4px;
}
/*Container*/
.container {
    background:#333333;
}
#main .page .entry-title {
    font-family: 'Open Sans', sans-serif;
    font-size:33px;
    color:#444444;
    font-weight:500;
}
/*
Required WordPress CSS
*/
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.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;
}


/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
    clip-path: none;
    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. */
}


.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;
}

/*****Footer CSS*******/
#footer-row .footer-left, #footer-row .footer-right {
	width:100%;
	text-align:center;
}
#footer-row .footer-left ul, #footer-row .footer-right ul {
    margin-bottom:0px;
    padding:0;
}
#footer-row .footer-left p, #footer-row .footer-right p {
    margin-bottom:0px;
}
#footer-row .footer-left ul li, #footer-row .footer-right ul li {
    list-style:none;
    display:inline;
    padding-left:7px;
    padding-right:7px;
    margin-bottom:0px;
}
#footer-row .footer-left ul li a, #footer-row .footer-right ul li a, #footer-row .footer-left p, #footer-row .footer-right p 
{
    color:#fece02;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px !important;
}
#footer-row .footer-left ul li a:hover, #footer-row .footer-right ul li a:hover {
    color:#cccccc;
    text-decoration:none;
}
/***NAVBAR CSS****/
.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
}
.navbar-light .navbar-nav a.nav-link:hover {
    color: rgba(255, 255, 255, .5) !important;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff !important;
}

/*****GRID CSS****/
.col-md-23 {
    flex: 0 0 20%;
    max-width: 20%
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 100% !important;
  }
  .site-title-heading img {
    width: auto !important;
}
}

/******SEARCH******/
.float-lg-right .wp-block-search__button {
    margin-left:0px !important;
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px 6px 6px 0px !important;
    content:"\f002";
}

.float-lg-right .wp-block-search__input {
    padding: 1px 5px 1px 5px !important;
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 6px 0px 0px 6px !important;
}

.site-main, .site-main p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:16px;
}


