/* Main CSS Styles */
/* ----------- GLOBAL START ------------------ */
* {
    font-weight: normal!important;
}

#page .container-fluid {max-width: 1280px!important;}


.form-control::placeholder,
footer.site-footer li,
.top-header-level li a {
    font-family: 'FuturaPT-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
}

body #page div p.stock,
.custom-select,
.popover,
body {
    font-family: 'FuturaPT-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
}

body #page .middle-header-level p,
.navbar-light .navbar-brand,
body nav a,
body nav a:hover,
body a,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'FuturaPT-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
}

/*body #page footer.site-footer li, */
body #page p {
    font-family: 'FuturaPT-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
}

body #page b,
body #page p b,
body #page strong,
body #page p strong {
    font-family: 'FuturaPT-Bold', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.button, .btn, button, a { cursor: pointer; }

.btn {font-size: 1.25rem!important;}

/* -- HEADERS -- */
h1, .h1, .btn.h1 {font-size: 1.9rem!important;}
h2, .h2, .btn.h2 {font-size: 1.7rem!important;}
h3, .h3, .btn.h3 {font-size: 1.6rem!important;}
h4, .h4, .btn.h4 {font-size: 1.4rem!important;}
h5, .h5, .btn.h5 {font-size: 1.15rem!important;}
h6, .h6, .btn.h6 {font-size: 1rem!important;}
@media only screen and (max-width: 768px){
    h1, .h1, .btn.h1 {font-size: 1.4rem!important;}
    h2, .h2, .btn.h2 {font-size: 1.4rem!important;}
    h3, .h3, .btn.h3 {font-size: 1.25rem!important;}
    h4, .h4, .btn.h4 {font-size: 1.25rem!important;}
}

th,
td,
table {
    max-width: 100%;
}
.woocommerce-Tabs-panel--description table {
    width: 100% !important;
}

.wp-post-image {
    max-width: 100%;
    height: auto;
}

.page-template-default.page article.type-page {
    font-size: 1.15rem;
}

.page-template-default.page article.type-page .wp-block-media-text__content {
    padding: 1rem;
}
.page-template-default.page article.type-page .wp-block-media-text__media img{
    height: auto!important;
}

/* ----------- GLOBAL END -------------------- */

/* ----------- HEADER LEVEL START ------------ */

/*<!-- MOBILE header level -->*/
.mobile-header-level .custom-logo {
/*    max-width: 80px;*/
    max-width: 200px;
}

.dropdown-menu {
    margin: 0rem 0 0;
    padding-top: 0;
}
.dropdown-toggle::after {
    display: none;
}

ul .dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0.5rem;
    left: 100%;
    margin-top: -0.5rem;
    margin-left: -2px;
}

.dropdown-menu,
ul.dropdown-submenu {
    padding: 2px!important;
}

.site-header .main-nav-level {
    text-transform: uppercase;
    font-size: 1.1rem;
}

/* fixed header menu */
.admin-bar .site-header .fixed-top.main-nav-level{
    padding-top: 40px;
    margin-top: -8px;
    transition: padding-top 0.4s;
    -webkit-transition: padding-top 0.4s;
    z-index: 997;
}
.site-header .fixed-top.main-nav-level{
    padding-top: 0.8rem;
    margin-top: -0.8rem;
    transition: padding-top 0.4s;
    -webkit-transition: padding-top 0.4s;
    z-index: 997;
}
.site-header .fixed-top.main-nav-level nav {
    padding-top: 0;
    padding-bottom: 0;
}

/* fixed mobile-header-level */
.admin-bar .site-header .fixed-top.mobile-header-level {
    padding-top: 40px;
    margin-top: -8px;
    transition: padding-top 0.4s;
    -webkit-transition: padding-top 0.4s;
    z-index: 997;
}
.site-header .fixed-top.mobile-header-level{
    padding-top: 1rem;
    margin-top: -1rem;
    transition: padding-top 0.4s;
    -webkit-transition: padding-top 0.4s;
    z-index: 997;
}

.mt84px {
    margin-top: 84px !important ;
}

/*mobile menu*/
@media only screen and (max-width: 991.98px) {
    .main-nav-level .navbar-toggler,
    .main-nav-level .navbar-brand{
        margin: 0 1rem;
    }
    
    .main-nav-level nav.navbar.navbar-expand-lg {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .main-nav-level nav.navbar.navbar-expand-lg .navbar-collapse.show .dropdown-menu li {
        text-align: center;
    }
}


/* ----------- HEADER LEVEL END -------------- */

/* ----------- POLYLANG MENU START ----------- */
.middle-header-level ul.polylang-menu li,
.middle-header-level ul.polylang-menu a {
    padding-bottom: 0!important;
    padding-top: 0!important;
    padding-left: 0.1rem!important;
    padding-right: 0.1rem!important;
    font-size: 1.1rem !important;
}

.middle-header-level ul.polylang-menu li.current-menu-item {
    text-decoration: underline!important;
}
/* ----------- POLYLANG MENU END ------------- */

/* ----------- BREADCRUMBS START ------------- */
.breadcrumb,
.breadcrumb a,
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb {
    font-size: 1rem !important;
}

/*.woocommerce-breadcrumb,*/
@media only screen and (max-width: 768px) {    
    .woocommerce-breadcrumb a{
        display: block!important;
        border: 1px solid #D1D2D4!important;
        padding: 0.2rem;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin: 0.2rem;
        word-wrap: break-word;
    }
    .woocommerce-breadcrumb a:after {
        display: inline-block;
        content: '/';
    }
    .woocommerce-breadcrumb .delimiter {
        display: none;
    }
}

.woocommerce-breadcrumb {
    padding-right: 1rem;
    padding-left: 1rem;
}

.woocommerce-breadcrumb a{
    display: inline-block;
}

ol.breadcrumb {
    margin: auto;
}
.breadcrumb a,
.breadcrumb-item.active{
    display: inline-block;
}

/* ----------- BREADCRUMBS END --------------- */

/* ----------- CATALOG START ----------------- */

/* woocommerce ordering */
form.woocommerce-ordering select {
    max-width: 14rem;
}

span.onsale {
    z-index: 1;
    position: absolute;
    top: 0;
    display: inline-block;
    
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
}

.single-product .site-main span.onsale {
    margin-left: 15px;
}

/* view cart link in catalog */
a.added_to_cart.wc-forward,
a.added+a.added_to_cart.wc-forward {
    padding: 0.25rem;
    margin: 0.25rem auto; 
    text-align: center;
    display: table;
    line-height: 1.5;
    vertical-align: middle;
    width: 100%;
}

.woocommerce-placeholder.wp-post-image {
    width: 100%;
    height: auto;
}

body .card-attr-left {
    line-height: 2;
    font-size: 1.2rem !important;
    vertical-align: text-bottom;
    opacity: 0.7;
}
body:not(.woocommerce-cart) .woocommerce-Price-amount {
    font-size: 1.4rem !important;
}

.h5.woocommerce-loop-product__title {
    font-size: 1rem !important;
    line-height: 1.1 !important;
    display: inline-block;
    min-height: 1.6rem;
    width: 100%;
}

div.product a.add_to_cart_button .shopping-bag-white {
    float:left;
}

/* ----------- CATALOG END ------------------- */

/* ----------- SINGLE PRODUCT START ---------- */

/* single-product gallery */
.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0rem;
    right: 1rem;
    font-size: 2rem;
    z-index: 9;
    text-indent: -9999px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background: url('../../../../plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png') 0 0 no-repeat;
    background-size: 264px 88px;
    background-position: -88px 0;
    background-color: rgba(0,0,0,0.15);
    width: 44px;
    height: 44px;
}

ol.flex-control-nav.flex-control-thumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-top: 0 !important;
}

ol.flex-control-nav.flex-control-thumbs li {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0 !important;
    padding-right: 0!important;
    list-style-type: none;
}

ol.flex-control-nav.flex-control-thumbs li img {
    max-width: 100%;
    height: auto;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img.wp-post-image,
.woocommerce-product-gallery__image.flex-active-slide a img,
.woocommerce-product-gallery__image.flex-active-slide a,
img.attachment-woocommerce_single.size-woocommerce_single,
img.attachment-shop_single.size-shop_single {
    max-width: 100%;
    height: auto;
}

/* product input qty */
input.input-text.qty.text {
    max-width: 5rem;
    padding-right: 0.2rem;
}

.featured-products.row .product img.img-fluid,
.products.row .product img.img-fluid {
    min-width: 80%;
}

body.single-product .woocommerce-Price-amount {
    font-size: 1.6rem !important;
}

@media only screen and (max-width: 575.98px) {
    .woocommerce-tabs.wc-tabs-wrapper .nav-link{
        width: 100%;
        background-color: #F1F1F1;
    }
    .woocommerce-tabs.wc-tabs-wrapper .nav-link a {
        display: block;
        text-align: center;
    }
    
    .woocommerce-tabs.wc-tabs-wrapper .nav-link.active {
        background-color: #000001;
    }
    .woocommerce-tabs.wc-tabs-wrapper .nav-link.active a,
    .woocommerce-tabs.wc-tabs-wrapper .nav-link.active a:hover {
        color: #FFFFFF!important;
    }
    /*qty fix*/
    body.single-product .single_add_to_cart_button{
        margin: auto;
        padding: 0.75rem 0.75rem!important;
    }
}


/* ----------- SINGLE PRODUCT END ------------ */

/* ----------- CART PAGES START -------------- */

/* thumbnails on cart page */
.woocommerce-cart-form__cart-item img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail,
.woocommerce-cart-form__cart-item .attachment-shop_thumbnail {
    max-width: 4rem;
    height: auto;
}

body.woocommerce-checkout.woocommerce-page blockquote p,
body.woocommerce-cart.woocommerce-page blockquote p {
    font-size: 1.2rem!important;
    font-family: 'FuturaPT-Bold', sans-serif !important;
}


body.woocommerce-cart.woocommerce-page .product-quantity .quantity{
    width: 100%!important;
}
body.woocommerce-cart.woocommerce-page .product-quantity label.w-100.screen-reader-text{
    width: 0px!important;
}
@media only screen and (max-width: 575.98px) {
    body.woocommerce-cart.woocommerce-page .checkout-button {
        padding: 0.5rem 0.5rem !important;
        font-size: 1rem !important;
        word-break: break-all!important;
        width: 100%!important;
        max-width: 100%!important;
        display: inline-block!important;
    }
}
/* ----------- CART PAGES END ---------------- */

/* ----------- CHECKOUT PAGES START ---------- */

/* checkout page span wraper input fields FIX */
body.woocommerce-checkout span.description,
body.woocommerce-checkout span.woocommerce-input-wrapper {
    width: 100%;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: none;
}

/* body.woocommerce-checkout #order_comments_field,
body.woocommerce-checkout #billing_address_1_field,
body.woocommerce-checkout #billing_address_2_field,
body.woocommerce-checkout .validate-email,
body.woocommerce-checkout .validate-required {
   padding: 1rem;
} */
body.woocommerce-checkout input {
    max-width: 100%!important;
}

body.woocommerce-checkout span.optional {
    display: none;
}
body.woocommerce-checkout a.woocommerce-terms-and-conditions-link {
    text-decoration: underline; 
}

/* ----------- CHECKOUT PAGES END ------------ */

/* ----------- MY ACCOUNT PAGE START --------- */
body.woocommerce-account .woocommerce{
    max-width: 992px;
    margin: auto;
}
body.woocommerce-account label,
body.woocommerce-account .password-input{
    display: block !important; 
    width: 100%;
}

body.woocommerce-account .show-password-input {
    display: none;
}

/* ----------- MY ACCOUNT PAGE END ----------- */

/* ----------- COMMENTS START ---------------- */

/* single-product comments */
ol.commentlist li.comment {
    list-style-type: none;
}
ol.commentlist {
    padding-left: 0.25rem !important;
}

/* single-post comments */
ol.comment-list li.comment {
    list-style-type: none;
}
ol.comment-list {
    padding-left: 0.25rem !important;
}

/* ----------- COMMENTS END ------------------ */

/* ----------- SCROLL TO TOP BUTTON START ---- */

.totopbtn {
    position: fixed;
    bottom: 5rem;
    right: 1rem;
    font-size: 2.5rem;
    z-index: 999!important;
}
a.totopbtn i {
    font-size: 2.5rem!important;
}

/* ----------- SCROLL TO TOP BUTTON END ------ */

/* ----------- FOOTER START ------------------ */


body:not(.page-template-homepage) footer.site-footer {
    margin-top: 1rem;
}

footer.site-footer img{
    max-width: 280px!important;
}

footer.site-footer li {
    text-transform: uppercase;
}

/* ----------- FOOTER END -------------------- */

/* ----------- PAGINATION START -------------- */
.page-links.d-table span, .page-links.d-table a, .woocommerce-pagination span, .woocommerce-pagination a {
    padding: 0.4rem 0.8rem;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    margin-bottom: 0.2rem;
    display: inline-block!important;
}

/* ----------- PAGINATION END ---------------- */

/* ----------- BLOG START -------------------- */
article.post.type-post:not(.single-post) p {
    margin-bottom: 0;
}

article.post.type-post:not(.single-post) div.date {
    top: 0;
    right: 15px;
    margin: 2px;
}

#secondary-blog {
    margin-top: -1rem !important;
}

body.single.single-post article img {
    max-width: 100%;
    height: auto!important;
}
/* ----------- BLOG END ---------------------- */

/* ----------- HOME PAGE START --------------- */

.product-category.has-childl h3 {
    display: inline-block;
    position: absolute;
    bottom: 1.25rem;
    right: .25rem;
    background-color: #FFFFFF;
    opacity: 0.8;
}

/* ----------- HOME PAGE END ----------------- */

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha>div {
    margin-left: auto;
    margin-right: auto;
}

.wpcf7 .ajax-loader {
    display: block;
}

/*quantity input +=*/

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}
.quantity input.qty {
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    display: inline-block;
}

.quantity .qty_button:focus,
.quantity .qty_button {
    background-color: #F1F1F1;
    color: #085234;
    border: 1px solid #F1F1F1;
    cursor: pointer;
    outline: none;
}
@media only screen and (max-width: 1099.98px) {
    body.woocommerce-cart.woocommerce-page .quantity .input-group,
    body.woocommerce-cart.woocommerce-page .quantity .input-text.text,
    body.woocommerce-cart.woocommerce-page .quantity .qty_button {
        width: 100%!important;
        max-width: 6rem!important;
    }
}
@media only screen and (max-width: 575.98px) {
    body.single-product .quantity .input-group,
    body.single-product .quantity .input-text.text,
    body.single-product .quantity .qty_button {
        width: 100%!important;
        max-width: 5rem!important;
    }
}
