/*!
Theme Name: underscores child
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Template: underscores
Description: Underscores Company Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscores
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

underscores is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*-- site general css --*/
:root {
    --site-primary-color: #CF0202;
    --site-second-color: #FF8989;
    --font-primary-color: #333;
    --font-second-color: #FFF;
    --font-third-color: #999B9F;
}

html, body {
    /* overflow-x: hidden; */
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 23px;
    font-family: 'Montserrat', sans-serif;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: var(--font-primary-color);
}

a {
    text-decoration: none;
    transition: .5s;
}

a:focus {
    outline: none;
}

a,
a:visited {
    color: var(--font-primary-color);
}

a:hover,
a:focus {
    color: var(--font-primary-color);
}

.hidden,
.woocommerce-cart-form__cart-item .minus,
.woocommerce-cart-form__cart-item .plus {
	display: none !important;
}

.btn {
    box-shadow: none !important
}

.btn,
.btn:hover,
.btn:focus {
    border: none;
}

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

.hover-img-wrapper {
    width: 100%;
    display: inline-block;
    overflow: hidden !important;
}

.hover-img {
    transition: all .5s ease-in-out;
}

.swiper-button-next, 
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--font-primary-color);
}

.swiper-button-next::after, 
.swiper-button-prev::after {
    color: var(--font-second-color);
    font-size: unset;
}

.content-title {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

.content-subtitle {
    color: var(--site-primary-color);
}

.back-to-top {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 50%;
    z-index: 999;
    color: var(--font-second-color);
    background: rgba(0,0,0, .6);
    position: fixed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.back-to-top:hover {
    cursor: pointer;
}
/*-- end site general css --*/


/*-- site breadcrumbs css --*/
.breadcrumbs-wrapper {
    padding: 10px 0;
    background: var(--site-primary-color);
}

#breadcrumbs {
    margin: 0;
}

#breadcrumbs,
#breadcrumbs a,
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:visited {
    color: var(--font-second-color);
}
/*-- end site breadcrumbs css --*/


/*-- site contact form 7 css --*/
.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea {
    width: 100%;
    margin-bottom: 10px;
}

.wpcf7-text,
.wpcf7-select,
.wpcf7-file,
.wpcf7-textarea {
    padding: 10px 15px !important;
}

.wpcf7-submit {
    padding: 10px 30px !important;
    border: none !important;
    color: var(--font-second-color) !important;
    background: var(--site-primary-color) !important;
}

.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.wpcf7-response-output {
    margin: 0 0 10px 0 !important;
}
/*-- end site contact form 7 css --*/


/*-- site modal content css --*/
body.modal-open {
    padding-right: 0 !important;
}

.modal {
	z-index: 999999;
}
/*-- end site modal content css --*/


/*-- site branding content css --*/
.site-branding {
    padding: 10px 0;
    border-bottom: solid 1px #CCC;
}

.branding-content {
    display: flex;
    height: 100%;
    align-items: center;
}

.branding-content-right {
    justify-content: flex-end;
}

.header-content-wrapper {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

.header-content-wrapper li {
    list-style: none;
}

.header-content-wrapper li:not(:last-child) {
    margin-right: 10px;
}

.header-content-wrapper a,
.btn-header {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.header-content-wrapper a {
    width: 40px;
    background: var(--site-second-color);
}

.header-content-wrapper a,
.header-content-wrapper a:hover,
.header-content-wrapper a:focus,
.header-content-wrapper a:visited {
    color: var(--site-primary-color);
}

.btn-header {
    padding: 0 10px;
    background: var(--site-primary-color);
}

.btn-header,
.btn-header:hover,
.btn-header:focus,
.btn-header:visited {
    color: var(--font-second-color);
}
/*-- end site branding content css --*/


/*-- site navigation css --*/
.site-title {
    margin-bottom: 0 !important;
}

.site-logo {
    padding: 5px 0 !important;
    height: 70px !important;
}
/*-- end site navigation css --*/


/*-- site products content css --*/
.archvie-product-wrapper .onsale,
.woocommerce span.onsale {
	color: #FFF;
	position: absolute;
    top: 5px !important;
    left: 5px !important;
    padding: 5px 15px !important;
    border-radius: 0 !important;
    min-height: unset !important;
    line-height: unset !important;
    background: #DC143C !important;
}

.index-price-wrapper ins,
.archive-price-wrapper ins {
	background: none;
}

.price-contact,
.project-info,
.index-price-wrapper ins bdi,
.index-price-wrapper bdi,
.archive-price-wrapper ins bdi,
.archive-price-wrapper bdi,
.price ins bdi,
.price bdi {
    color: #DC143C;
    font-weight: 700;
}

.index-price-wrapper del bdi,
.archive-price-wrapper del bdi,
.price del bdi {
	margin-right: 10px;
    color: #777;
    font-weight: 400;
    text-decoration: line-through;
}

.archive-product-wrapper {
    position: relative;
}

.archive-product-wrapper .save-percent {
    position: absolute;
}

.save-percent {
    top: 10px;
    left: 10px;
    padding: 5px 15px;
    color: var(--font-second-color);
    background: #DC143C;
}
/*-- end site products content css --*/


/*-- site archive page css --*/
.archive-title,
.woocommerce-products-header__title,
.woocommerce-billing-fields h3,
.woocommerce-form__label span,
#order_review_heading,
.cart_totals h2,
.woocommerce-order-details__title,
.woocommerce-column__title,
.product_title,
.related-product-title {
    font-weight: 700;
}

.archive-main {
    padding: 50px 0;
}

.archive-header {
    height: 500px;
    color: var(--font-second-color);
    background: url('img/bg-archive.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.archive-content,
.archive-product-wrapper {
    margin: 10px 0;
    border: solid 1px #CCC;
}

.archive-product-wrapper {
    padding: 10px;
}

.archive-excerpt-warpper {
    padding: 15px;
}

.archive-excerpt {
    height: 71px;
    overflow: hidden;
}

.archive-content-title {
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.archive-thumb {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.archive-content-date {
    color: #777;
}

.btn-archive-viewmore {
    margin-top: 10px;
    display: inline-block;
}

.btn-archive-viewmore,
.btn-archive-viewmore:hover,
.btn-archive-viewmore:focus,
.btn-archive-viewmore:visited {
    color: var(--site-primary-color);
}
/*-- end site archive page css --*/


/*-- site cart page css --*/
.woocommerce .col-1, 
.woocommerce .col-2 {
    max-width: none;
}

#customer_details {
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #CCC;
}

.woocommerce-billing-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper span {
    width: 50%;
}

.woocommerce-billing-fields__field-wrapper .selection span {
    width: 100%;
	height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 12px;
}

.woocommerce-input-wrapper .form-control,
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	padding: 10px;
}

.woocommerce-input-wrapper,
#order_comments_field textarea {
    width: 100%;
}

#order_comments_field textarea {
    height: 200px;
}

#billing_country_field {
    display: none;
}
/*-- end site cart page css --*/


/*-- site widget css --*/
.search-form,
.search-form label,
.search-field {
    width: 100%;
}

.search-field,
.search-submit {
    height: 40px;
}

.widget-notfound .search-form {
    margin-bottom: 10px;
}

.search-form {
	position: relative;
}

.search-field {
    padding-left: 10px !important;
}

.search-submit {
    top: 0;
    right: 0;
    border: none;
    position: absolute;
}

.search-submit,
.search-submit:hover,
.search-submit:focus {
    color: var(--font-primary-color);
}

.widget-title,
.widgettitle {
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
}

.widget ul {
    margin-left: 0;
    padding-left: 0;
}

.widget li {
    list-style: inside;
}

.widget a,
.widget a:hover,
.widget a:focus,
.widget a:visited {
    color: var(--font-primary-color);
}
/*-- end site widget css --*/


/*-- site single css --*/
.entry-meta,
.entry-footer,
.nav-links,
.product_meta,
.single-product-main .onsale {
    display: none !important;
}

.single-main .entry-content {
    margin-top: 0;
}

.post-password-form input {
    padding: 10px;
    height: 40px;
    border-radius: 5px;
    border-color: var(--site-primary-color);
}

.post-password-form input[type=submit] {
    color: var(--font-second-color);
    background: var(--site-primary-color);
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--  end site single css --*/


/*-- site single product css --*/
.single-product-main .onsale {
    top: 0 !important;
    left: 0 !important;
    border-radius: 0 !important;
    min-height: unset !important;
    line-height: unset !important;
    padding: 5px 20px !important;
    background: #FF0000 !important;
}

.single-product-main .entry-summary {
    margin-top: 0;
}

.woocommerce-variation-price {
    margin-bottom: 15px;
}

.single-product-main .qty,
.single_add_to_cart_button {
    height: 40px;
}

.single_add_to_cart_button {
    border-radius: 30px !important;
    background: var(--font-primary-color) !important;
}

.wc-tabs {
    padding-left: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none;
    position: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: var(--font-primary-color);
    border-bottom: solid 2px var(--font-primary-color);
    background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 30px !important;
    font-size: 16px;
    border: none;
    background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs a:focus {
    outline: none;
}

.single-product-main input[type=number] {
    -moz-appearance: textfield;
}

.single-product-main button.minus,
.single-product-main button.plus {
    padding: 0 15px;
    height: 40px;
    background: none;
}

.single-product-main button.minus,
.single-product-main button.plus,
.single-product-main .qty {
    border: none;
}

.single-product-main .quantity {
    border: solid 1px #CCC;
}

.single-product-main button.minus {
    border-right: solid 1px #CCC;
}

.single-product-main button.plus {
    border-left: solid 1px #CCC;
}

.single-product-main .qty {
    outline: none;
}

.single-product-main .woocommerce-product-gallery__image a {
    pointer-events: none;
}

.singleProductSwiperThumb {
    margin-bottom: 20px;
}

.singleProductSwiper .swiper-button-next, 
.singleProductSwiper .swiper-button-prev {
    width: 35px;
    height: 35px;
}

.singleProductSwiperThumb .attachment-shop_single,
.singleProductSwiper .attachment-shop_single,
.woocommerce-product-gallery__image .wp-post-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover;
}
/*--  end site single product css --*/


/*-- site pagination css --*/
.pagination {
    margin: 0 auto;
}

.pagination .current {
    color: var(--font-second-color) !important;
    border-color: var(--font-primary-color) !important;
    background: var(--font-primary-color) !important;
}

.pagination .page-link {
    color: var(--font-primary-color);
}

.pagination .page-link:hover,
.pagination .page-link:focus {
	box-shadow: none !important;
}
/*-- end site pagination css --*/


/*-- site footer css --*/
.site-footer {
    background: #222429;
}

.site-info-content {
    height: 100%;
    padding: 30px;
}

.site-info-title {
    font-weight: 700;
}

.icon-site-info {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
}

.footer-menu-wrapper,
.site-subscribe {
    padding: 50px 0;
    border-bottom: solid 1px var(--font-third-color);
}

.site-subscribe .wpcf7-form {
    position: relative;
}

.site-subscribe .wpcf7-text,
.site-subscribe .wpcf7-submit {
    height: 50px;
}

.site-subscribe .wpcf7-submit {
    top: 0;
    right: 0;
    position: absolute;
}

.footer-menu {
    height: 100%;
    display: flex;
    align-items: center;
}

.footer-menu-middle {
    justify-content: center;
}

.footer-logo {
    height: 70px !important;
}

.footer-socials-wrapper {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.footer-socials-wrapper li {
    list-style: none;
}

.footer-socials-wrapper li:not(:first-child) {
    margin-left: 10px;
}

.footer-socials-wrapper a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--font-second-color);
    display: flex;
}

.site-subscribe-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
}

.site-copyright {
    padding: 30px 0;
}

.site-footer,
.site-footer a,
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:visited {
    color: var(--font-second-color);
}

.footer-socials-wrapper a,
.footer-socials-wrapper a:hover,
.footer-socials-wrapper a:focus,
.footer-socials-wrapper a:visited {
    color: var(--site-primary-color);
}

.site-subscribe-note,
.site-copyright {
    color: var(--font-third-color);
}
/*-- end site footer css --*/


@media (max-width: 768px) {
    .content-title,
    .archive-title,
    .archive-content-title,
    .woocommerce-products-header__title,
    .woocommerce-billing-fields h3,
    .woocommerce-form__label span,
    #order_review_heading,
    .cart_totals h2,
    .woocommerce-order-details__title,
    .woocommerce-column__title,
    .product_title,
    .related-product-title {
        font-size: 18px;
        line-height: 25px;
    }

    .swiper-button-next, 
    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .products-price {
        height: 45px;
        overflow: hidden;
    }

    .archive-main,
    .footer-menu-wrapper,
    .site-subscribe,
    .site-copyright {
        padding: 20px 0;
    }

    .archive-header {
        height: 200px;
    }

    .woocommerce div.product form.cart .button {
    	margin-top: 10px;
    }

    .footer-menu-middle {
        padding: 20px 0;
    }
    
    .footer-menu-left,
    .footer-socials-wrapper {
        justify-content: center;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    
}

@media (min-width: 800px) and (max-width: 1280px) {
    
}

@media (min-width: 810px) and (max-width: 1080px) {
    
}

@media (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
    
}

@media (min-width: 800px) and (max-width: 1280px) and (orientation: landscape) {
    
}

@media (min-width: 810px) and (max-width: 1080px) and (orientation: landscape) {
    
}

@media (min-width: 992px) and (max-width: 1824px) {
    
}

@media (min-width: 1824px) {
    
}
