/*
Theme Name: Armashop Child
Theme URI: http://webdesign-finder.com/armashop
Author: MWTemplates
Template: armashop
Author URI: http://modernwebtemplates.com/
Description: Armashop - legal guns and ammo shop WordPress theme
Version: 1.0.0
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: custom-header, left-sidebar, right-sidebar, post-formats, full-width-template
Text Domain: armashop
Domain Path: /languages

This theme uses great Unyson Framework to make best user experience

see css/main.css for all of the styles
*/


/*
** WordPress Required
*/
.alignnone {
    margin: 5px 20px 20px 0;
    clear: both;
}
.alignwide{
    margin: 5px 0 5px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 20px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.gallery-caption,
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    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,
.bypostauthor{position: relative;}


a.logo img {
    width: 100%;
}

table td, table th {
    padding: 6px 13px;
}

p.stock {
    padding: 8px 18px;
}
p.stock.available-on-backorder {
    border-left: 10px solid #ffe354;
    background: #fff8e5;
}
p.stock.out-of-stock {
    border-left: 10px solid #ff1313;
    background: #ffeeee;
    margin-bottom: 20px;
}
p.stock.in-stock {
    border-left: 10px solid #24a10d;
    background: #e5ffe0;
    margin-bottom: 20px;
}

.product-price,
.product-subtotal {
    white-space: nowrap;
}

.products .product h3 {
    font-size: 24px;
    margin: 0;
    text-transform: capitalize;
}

article h2 {
    font-size: 32px !important;
    line-height: 38px !important;
    margin-top: 28px !important;
}
article h3 {
    font-size: 28px !important;
    line-height: 34px !important;
    margin-top: 28px !important;
}
article h4 {
    font-size: 24px !important;
    line-height: 30px !important;
    margin-top: 28px !important;
}

div.counter-div.counter-heading {
    font-size: 30px;

    font-family: "Oswald", sans-serif;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
    font-variant-numeric: lining-nums;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    word-break: break-word;
}

div.widget-title-div {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 1em;
    color: var(--darkGreyColor);

    font-family: "Oswald", sans-serif;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
    font-variant-numeric: lining-nums;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    word-break: break-word;
}

footer div.widget-title-div {
    color: var(--colorMain);
}

.page_footer .widget_bloginfo .icons-list ul li .icon-inline {
    justify-content: flex-start !important;
}

ul.additional_nav {
    display: none !important;
}

.outofstock {
    opacity: 0.4;
    pointer-events: none;
}

@media (max-width: 1199px) {
    .container-fluid.additional {
        display: none;
    }

    ul.additional_nav {
        display: block !important;
    }

    .mobile-active .top-nav {
        background-color: var(--greyColor);
    }
    .mobile-active .top-nav .sf-menu {
        position: static;
    }
    .mobile-active .top-nav .sf-menu:last-child {
        border: none;
    }
}

.amount {
    white-space: nowrap !important;
}