/*
    Theme Name:     Broly
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio
    Description:    Broly - Creative WordPress Theme
    Version:        1.0.3
    Tags:           one-column, two-columns, three-columns, left-sidebar, right-sidebar,  custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License:
    License URI:
    Text Domain:    broly
    Domain Path:    /languages/
*/

/*
    Class WordPress Require
*/
* {
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sticky{
    font-family: inherit;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    padding: .5rem .5rem .25rem;
    margin-bottom: 1rem;
    max-width: 100%;
    box-sizing: border-box;
}

#content .wp-caption-text {
    text-align: center;
    font-size: 1rem;
    margin: 0;
}
.screen-reader-text {
    display: none;
}
.bypostauthor > .comment_container {
    background-color: rgba(0, 0, 0, 0);
}
.gallery-caption{
    font-family: inherit;
}
.is-sticky .site-header-inner {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.35);
}
.home-slide {
    min-height: 250px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    display: inline-flex !important;
    align-items: center;
    position: relative;
    z-index: 1;
}
.opacity-container {
    position: absolute;
    content: '';
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media screen and (min-width: 992px) {
    .home-slide {
        min-height: 350px;
    }
}
@media screen and (min-width: 1200px) {
    .home-slide {
        min-height: 500px;
    }
}
.header--normal .site-branding {
    line-height: 100px;
}
.header--normal .site-main-nav {
    padding: 25px 0;
}
.slick-arrow {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 30px);
    z-index: 1;
    width: 60px;
    height: 60px;
    font-size: 60px;
    color: #fff;
}
.slick-prev {
    left: 20px;
    display: flex;
    justify-content: flex-start;
}
.slick-next {
    right: 20px;
    display: flex;
    justify-content: flex-end;
}
.slide-content {
    max-width: 425px;
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex-direction: column;
    margin-left: 5%;
}


.slide-content .slide-title {
    margin-top: 0;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,0.35);
    position: relative;
    z-index: 2;
}
.slide-content p {
    text-shadow: 0 0 15px rgba(0,0,0,0.35);
    position: relative;
    margin-bottom: 0;
}
@media screen and (min-width: 639px) {
    .slide-content:before {
        content: '';
        position: absolute;
        top: 30px;
        right: 105%;
        width: 2px;
        background: #fff;
        height: calc(100% - 30px);
    }
    .slide-content .slide-title:before {
        content: '';
        position: absolute;
        top: 0;
        right: calc(102% - 1px);
        width: 30px;
        background: transparent;
        height: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #fff;
    }
    .slide-content .slide-title:after {
        content: '';
        position: absolute;
        top: 7px;
        right: calc(104% - 2px);
        width: 16px;
        background: #fff;
        height: 16px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    .slide-content p:before {
        content: '';
        position: absolute;
        top: 6px;
        right: calc(104% - 2px);
        width: 16px;
        background: #fff;
        height: 16px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        z-index: 3;
        border-radius: 50%;
    }
}
.welcome-section .section-inner {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 991px) {
    .welcome-section .section-inner:before {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.75);
    }
}
.offer-categories .section-inner {
    background-size: cover;
}
.section_heading .main_heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}
.blue_text {
    color: #023d96;
}
.blue_strap {
    position: relative;
    margin-left: 30px;
}
.blue_strap:before {
    content: '';
    position: absolute;
    right: calc(100% + 25px);
    top: 0;
    background: #023d96;
    width: 5px;
    height: 100%;
}
.section_heading .under_heading {
    color: rgba(0,0,0,0.55);
    line-height: 1;
}
.section_description {
    text-align: justify;
}
.single-icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.single-icon .icon_title {
    font-weight: 600;
    font-size: 20px;
}
.single-icon .icon_desc {
    color: rgba(0,0,0,0.55);
    text-align: justify;
}
.offer-sidebar {
    background: #f3f7fa;
}
.offer-sidebar ul {
    margin: 0;
    padding: 0;
}
.offer-sidebar ul li {
    list-style: none;
}
.single_offer-slide {
    overflow: hidden;
}
.single_offer-slide .slide-inner {
    height: 262px;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 5px 5px 5px;
    display: flex;
    width: auto;
    align-items: flex-end;
    justify-content: center;
    transition: .3s;
}
.offer-slider .slick-prev {
    left: -30px;
    top: calc(50% - 35px);
}
.offer-slider .slick-next {
    right: -70px;
    top: calc(50% - 35px);
}
.products-slider .slick-list {
    /*padding: 10px 0;*/
}
.products-slider .slick-prev {
    left: 0;
}
.products-slider .slick-next {
    right: 0;
}
.products-slider .slick-arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.offer-slide_heading {
    display: flex;
    justify-content: center;
    padding: 15px 10px;
    background: rgba(0,0,0,.50);
    text-align: center;
    width: 100%;
    color: #fff;
    align-items: center;
    transition: .3s;
}
.offer-slide_heading i {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    font-size: 25px;
    line-height: 1;
    position: relative;
    left: 0;
    transition: .3s;
}
.single_offer-slide .slide-inner:hover .offer-slide_heading {
    background: #023d96;
}
.single_offer-slide .slide-inner:hover .offer-slide_heading i {
    left: 5px;
}
.product-slide .slide_img {
    background: #fff;
    margin: 0 10px;
    /*box-shadow: 7px 7px 30px 3px rgba(0, 0, 0, 0.05098039);*/
}
.product-slide .slide_img img {
    max-height: 255px;
    margin: 0 auto;
}
.product-slide .slide_img:before {
    /*z-index: -1;*/
    /*content: '';*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: #fff;*/
}
.product-slide .slide_heading {
    text-align: center;
    font-weight: 600;
}
.product-slide .cat_no {
    text-align: center;
    font-weight: 300;
    font-size: 12px;
}
.right_section_heading {
    text-align: right;
}
.right_section_heading.blue_strap {
    margin-right: 30px
}
.right_section_heading.blue_strap:before {
    content: '';
    position: absolute;
    left: calc(100% + 25px);
    top: 0;
    background: #023d96;
    width: 5px;
    height: 100%;
}
.home-blog .section-inner {
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}
.products-categories .section-inner {
    background-size: initial;
    background-position: right 75%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.products-categories .section-inner:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.75);
}
.single_post {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.single_post .post_img {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (max-width: 991px) {
    .single_post .post_img {
        min-height: 230px;
        background-position: center;
    }
}
.single_post .post_heading {
    font-weight: 600;
}
.polecane {
    border-bottom: 1px solid #ddd;
}
.site-footer {
    position: relative !important;
    z-index: 3;
    display: inline-flex;
    flex-direction: column;
    background-color: #004A88 !important;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
}
.footer-menu ul li {
    list-style: none;
}
.footer-title {
    color: #fff;
    font-size: 20px;
}
.footer-contact {
    color: #bdbfc3;
    display: flex;
    flex-direction: column
}
.footer-menu li {
    position: relative;

}
.footer-menu li i {
    position: absolute;
    right: 105%;
    top: 0;
    color: #fff;
    font-size: 25px;
}
.footer-top,
.footer-bottom {
    background: transparent !important;
}
.footer-top > .container > .row {
    border-bottom: 1px solid #ddd;
}
.partners-footer ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.partners-footer ul li {
    list-style: none;
}
.partners-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
    .partners-footer {
        justify-content: flex-end;
    }
}
.partners-title {
    margin-right: 15px;
    font-size: 16px;
    color: #fff;
}
.copyright-info {
    font-size: 16px;
    color: #fff;
}
.footer-bottom .row {
    align-items: center;
}
.white-bg {
    background: #fff;
    border-radius: 20%;
    box-shadow: 0 0 100px 210px #FFF;
}
.products-categories {
    z-index: 2;
    position: relative;
}
.home-blog {
    z-index: 1;
    position: relative;
}
.mega-menu > li > a {
    text-transform: none;
    font-weight: 600;
}
.cat_sidebar .product-categories {
    padding: 0;
}
.cat_sidebar .product-categories li {
    list-style: none;
}
.cat_sidebar {
    background: #f5f5f5;
}
.cat_sidebar .product-categories li a {
    color: #000080;
}
.products-category-holder .product-categories {
    padding: 0;
    margin: 0;
}
.products-category-holder .product-categories li {
    list-style: none;
}
.parent_cat {
    font-size: 32px;
    font-weight: 600;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    margin-top: 25px;
}
.parent_cat:first-of-type {
    margin-top: 0;
}
.products-category-holder .product-categories li:not(.parent_cat) {
    display: inline-flex;
    width: calc(33.33333% - 2rem);
    align-items: flex-end;
    justify-content: center;
    height: 220px;
    -webkit-background-size: cover;
    background-size: cover;
}
.products-category-holder .product-categories li:not(.parent_cat) a {
    color: #fff;
    display: flex;
    height: 100%;
    align-items: flex-end;
    width: 100%;
}
.products-category-holder .product-categories li:not(.parent_cat) a span {
    text-align: center;
    width: 100%;

    justify-content: center;
    padding: 15px 10px;
    background: rgba(0,0,0,.50);
    transition: .3s;
    display: inline-flex;
    align-items: center;
}
.products-category-holder .product-categories li:not(.parent_cat) a:hover span {
    background: #023d96;
}
@media screen and (max-width: 767px) {
    .products-category-holder .product-categories li:not(.parent_cat) {
        width: calc(50% - 2rem);
    }
}
@media screen and (max-width: 574px) {
    .products-category-holder .product-categories li:not(.parent_cat) {
        width: calc(100% - 2rem);
        height: 170px;
        background-position: center center;
    }
}
.products-categories-main a {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: flex-end;
}
.products-categories-main a span {
    text-align: center;
    width: 100%;
    color: #fff;
    justify-content: center;
    padding: 15px 10px;
    background: rgba(0,0,0,.50);
    transition: .3s;
    display: inline-flex;
    align-items: center;
}
.products-categories-main a:hover span {
    background: #023d96;
}
.item_img {
    text-align: center;
    box-shadow: 7px 7px 30px 3px rgba(0, 0, 0, 0.05098039);
}
.item_heading {
    text-align: center;
}
.post-item .cat_no {
    text-align: center;
    font-weight: 300;
    font-size: 12px;
}
.item_img img {
    max-height: 240px;
}
.content-title {
    font-weight: 600;
    font-size: 25px;
}
.entry-title {
    font-weight: 600;
    font-size: 32px !important;
}
.imazo-btn {
    display: inline-flex !important;
    background: #023d96 !important;
    padding: 10px 15px;
    color: #fff !important;
    text-transform: uppercase;
    border: 1px solid #023d96 !important;
    transition: .3s;
}
.imazo-btn:hover {
    background: #fff !important;
    color: #023d96 !important;
}
.imazo-btn:active,
.imazo-btn:focus {
    background: #fff !important;
    color: #023d96 !important;
}
.disabled {
    background: #ddd !important;
    border: 1px solid #ddd !important;
}
.disabled:hover {
    background: #ddd !important;
    color: #fff !important;
}
.quick-access {
    height: 50px;
    display: inline-flex;
    align-items: center;
}
.quick-access i {
    font-size: 20px;
}
#imazo_cart {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    z-index: 10;
}

.cart_product-name {
    font-size: 14px;
}
.cart_list {
    margin-top: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #f3f3f3;
    background: #fff;
    box-shadow: 7px 7px 15px 3px rgba(0, 0, 0, 0.05098039);
    transition: .3s;
    display: none;
    flex-direction: column;
    position: absolute;
    width: 360px;
    top: 100%;
}
.cart_trigger {
    border: 1px solid #f3f3f3;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 7px 7px 15px 3px rgba(0, 0, 0, 0.05098039);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.cart_trigger mark {
    padding: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0246a0;
    color: #fff;
    top: -5px;
    right: -5px;
    position: absolute;
    font-size: 13px;
}
.cart_trigger {
    font-size: 25px;
}
.products-list {
    padding: 0;
    max-height: 300px;
    overflow: auto;
}
.products-list li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.products-list li:last-child {
    border-bottom: 0;
}
.products-list li div {
    width: 100px;
    text-align: center;
    background: #fff;
}
.products-list li div img {
    height: 100px;
    width: auto;
    max-width: unset;
}
.products-list li div {
    overflow: hidden;
}
.cart_options {
    border-top: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
}
.product_wrapper {
    display: inline-flex;
    flex-direction: column;
    width: calc(100% - 100px);
}
.product_count {
    color: #a7a7a7;
    font-size: 14px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
}
.close {
    width: 100%;
    text-align: right;
}
.cart_options div {
    cursor: pointer;
    padding: 10px 15px;
}
.make_offer {
    background: #023d96;
    color: #fff !important;
    border: 1px solid #023d96;
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
}
.make_offer:hover {
    background: #fff;
    color: #023d96 !important;
}
.reset {
    color: #ec0303;
}
.reset i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.products_list ul {
    margin: 0;
    padding: 0;
}
.products_list ul li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.products_list ul li:last-child {
    border-bottom: none;
}
.products_list ul li div {
    width: 100px;
    text-align: center;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
}
.products_list ul li div img {
    height: 100px;
    width: auto;
    max-width: unset;
}
.input-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.input-container input {
    height: 37px;
    padding: 2px 10px 2px 15px;
}
.page-id-181 .site-main {
    background: url(../../../wp-content/uploads/2018/10/section-bg1.webp);
    background-repeat: no-repeat;
    background-position: center right;
}
.checkout {
    box-shadow: 7px 7px 30px 3px rgba(0, 0, 0, 0.0509803922);
    background: #fff;
}
.page-id-181 .page-content {
    box-shadow: 7px 7px 30px 3px rgba(0, 0, 0, 0.0509803922);
    background: #fff;
}
.page-id-181 #imazo_cart {
    display: none;
}
.agree-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.agree-container input {
    margin-right: 10px;
}
.hidden-cart {
    display: none !important;
}
.site-main-nav {
    display: flex;
    align-items: center;
}
.single-attr select {
    width: 100%;
    box-sizing: border-box;
    height: 37px;
    padding: 5px 15px;
}
.attr-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
}
.attr-list-elem {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start !important;
    border-bottom: none !important;
    width: auto !important;
    margin-right: 5px;
    font-size: 10px;
}
.attr-list-elem span:first-of-type {
    font-weight: 600;
}
.lower-quantity,
.higher-quantity,
.lower_quantity,
.higher_quantity {
    color: #000;
    cursor: pointer;
}
.lower-quantity,
.lower_quantity {
    margin-right: 5px;
}
.higher-quantity,
.higher_quantity {
    margin-left: 5px;
}
.product-tab {
    display: none;
}
.active-tab {
    display: flex;
    flex-direction: column;
}
.product-tabs {
    padding: 0;
    display: flex;
    flex-direction: row;
    margin: 0 0 0 10px;
}
.product-tabs li {
    list-style: none;
    /*margin-right:*/
}
.product-tabs li a {
    border: 1px solid #023d96;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    display: inline-flex;
    padding: 10px 25px;
    color: #fff;
    width: 100%;
    height: 100%;
    background: #023d96; /* Old browsers */
    text-transform: uppercase;
    font-weight: 700;
}
.product-tabs li.active a {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    height: 102%;
    border-bottom: none;
}
.products-tabs-content {
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.files-to-download {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.files-to-download li {
    list-style: none;
    margin-right: 10px;
}
.files-to-download li a {
    padding: 5px 10px;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #023d96;
    color: #fff;
    align-items: center;
    transition: .3s;
    border: 1px solid transparent;
}
.files-to-download li a span {
    border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 10px;
}
.files-to-download li a i {
    font-size: 30px;
}
.files-to-download li a:hover {
    background: #fff;
    color: #023d96;
    border: 1px solid #ddd;
}
.files-to-download li a:hover span {
    border-left: 1px solid #023d96;
}
.social--sharing a {
    margin: 0 10px;
}
.cart-form label,
.cart-form span {
    margin-bottom: 0;
}
.product_field_row {
    display: none;
}
.single-product-slider .slick-slide a {
    height: 100px;
}
.single-product-slider .slick-slide a img {
    height: 100%;
    margin: auto;
}
.single-product-slider .slick-prev {
    font-size: 35px;
    top: calc(50% - 17px);
    left: -20px;
}
.single-product-slider .slick-next {
    font-size: 35px;
    top: calc(50% - 17px);
    right: -20px;
}
.newsletter {
    display: flex;
    align-items: center;
    max-width: 425px;

}
@media screen and (min-width: 992px) {
    .newsletter {
        position: relative;
        left: -80px;
        width: calc(100% + 110px);
    }
}
.newsletter span {
    margin-bottom: 0;
}
.newsletter input {
    padding: 10px 15px !important;
    border: none;
}
.newsletter .newsletter-e input {
    border-radius: 50px 0 0 50px;
    width: 100%;
}
.newsletter input[type='submit'] {
    border-radius: 50px;
    background: #023d96;
    color: #fff;
    position: relative;
    left: -25px;
}
.cartpage_product-name {
    font-weight: 600;
}
.cartpage-close {
    width: auto !important;
}
.post-gallery .slick-arrow {
    top: calc(50% - 15px);
    z-index: 1;
    width: 30px;
    height: 30px;
    font-size: 30px;
}
.post-gallery .slick-arrow.slick-prev {
    left: -20px;
}
.post-gallery .slick-arrow.slick-next {
    right: -20px;
}

