/*!
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: #F4B301;
    --site-second-color: #29A549;
    --font-primary-color: #333;
    --font-second-color: #FFF;
}

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

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

a:focus {
    outline: none;
}

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

a:hover,
a:focus {
    color: var(--site-second-color);
}

.hidden,
.woof_show_auto_form {
    display: none !important;
}

.btn {
    box-shadow: none !important
}

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

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

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

.content-title {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 700;
}

.content-title,
.content-title a,
.content-title a:visited,
.btn-products-viewmore,
.btn-products-viewmore:visited {
    color: var(--site-primary-color);
}

.content-title a:hover,
.content-title a:focus,
.btn-products-viewmore:hover,
.btn-products-viewmore:focus {
    color: var(--site-second-color);
}

.img-line-title {
    width: 135px;
}

.btn-products-viewmore,
.btn-products-viewmore:hover,
.btn-products-viewmore:focus,
.btn-products-viewmore:visited {
    border: none;
}

.archive-product-wrapper:hover .hover-img,
.archive-column-wrapper:hover .hover-img,
.archive-content-wrapper:hover .hover-img
#collections-carousel .item:hover .hover-img,
#news-carousel .item:hover .hover-img {
    transform: scale(1.1);
}

.fancybox-container {
    z-index: 99999;
}

.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;
}
/*-- end site general css --*/


/*-- site breadcrumbs css --*/
.breadcrumbs-wrapper {
    margin-bottom: 20px;
    padding: 10px 0;
    background: #F3F3F3;
}

#breadcrumbs {
    margin: 0;
}

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


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

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

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

.wpcf7-response-output {
    margin: 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 navigation content css --*/
.mega-search-wrap {
    height: 75px !important;
}
/*-- end site navigation content css --*/


/*-- site products content css --*/
.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: var(--site-primary-color);
    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,
.archive-column-wrapper,
.archive-content-wrapper {
    margin-bottom: 20px;
    position: relative;
}

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


/*-- site archive page css --*/
.archive-title,
.page-title {
    font-weight: 700;
}

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

.archive-content-thumb {
    height: 250px;
    object-fit: cover;
}

.archive-albums-thumb {
    height: 465px;
    object-fit: cover;
    border-radius: 10px;
}

.archive-albums-wrapper .hover-img-wrapper {
    border-radius: 10px;
}

.archive-content-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.archive-albums-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.archive-content-excerpt {
    height: 71px;
    overflow: hidden;
}
/*-- end site archive page css --*/


/*-- site shop page css --*/
.archive-product-title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.index-product-thumb {
    height: 450px !important;
    object-fit: cover;
}
/*-- end site shop 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,
.widget-woocommerce-title {
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget-title,
.widgettitle {
    border-bottom: solid 2px var(--font-primary-color);
}

.widget-woocommerce-title {
    padding: 10px;
    color: var(--font-second-color);
    background: var(--site-primary-color);
}

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

.widget li {
    list-style: inside;
}

.recent-widget-wrapper {
    margin-bottom: 10px;
}

.recent-widget-wrapper .save-percent {
    position: unset;
    display: none;
}

.recent-post-thumb {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}

.recent-post-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.woof_container_inner h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
/*-- end site widget css --*/


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

.img-single-albums {
    margin-bottom: 20px;
    height: 335px;
    object-fit: cover;
}
/*--  end site single css --*/


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

.pagination .page-item:not(:last-child) {
    margin-right: 10px;
}

.pagination .page-link {
    min-width: 36px;
    height: 36px;
    border-radius: 4px !important;
    color: var(--font-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .current,
.pagination .page-link:hover,
.pagination .page-link:focus {
    color: var(--font-second-color);
    border-color: var(--site-primary-color);
    background: var(--site-primary-color);
}

.pagination .page-link:hover,
.pagination .page-link:focus {
	box-shadow: none !important;
}

.pagination .prev,
.pagination .next {
    padding: 0;
    border: none;
}

.pagination .prev:hover img,
.pagination .next:hover img,
.pagination .prev:focus img,
.pagination .next:focus img {
    filter: brightness(0) invert(1);
}
/*-- end site pagination css --*/


/*-- site footer css --*/
.back-to-top {
    padding: 12px;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 999;
    background: rgb(0,0,0, .6);
    position: fixed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.back-to-top:hover {
    cursor: pointer;
}

.icon-to-top {
    filter: brightness(0) invert(1);
}

.site-register {
    padding: 20px 0;
    background: #F3F3F3;
}

.register-form {
    position: relative;
}

.register-form .wpcf7-text,
.register-form .wpcf7-submit {
    height: 40px;
}

.register-form p {
    margin: 0 !important;
}

.register-form .wpcf7-text {
    margin-bottom: 0;
    width: 100%;
}

.site-register-content .wpcf7-response-output {
    display: none !important;
}

.site-register-content .wpcf7-spinner,
.site-register-content .wpcf7-submit {
    position: absolute;
}

.site-register-content .wpcf7-spinner {
    top: 8px;
    left: 0;
}

.site-register-content .wpcf7-submit {
    top: 0;
    right: 0;
    border: none !important;
    color: var(--font-second-color) !important;
    background: var(--site-primary-color) !important;
}

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

.site-register-middle {
    justify-content: center;
}

.site-register-right {
    justify-content: flex-end;
}

.site-register-content svg {
    margin-right: 10px;
}

.site-info {
    padding: 50px 0;
}

.footer-content-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.site-copyright {
    padding: 10px 0;
    border-top: solid 1px #CCC;
}
/*-- end site footer css --*/


@media (max-width: 768px) {
    .archive-title,
    .page-title {
        font-size: 18px;
        line-height: 25px;
    }

    .mega-search-wrap {
        height: auto !important;
    }

    .swiper-button-next, 
    .swiper-button-prev {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    
    .products-price {
        height: 45px;
        overflow: hidden;
    }

    .archive-main,
    .site-info {
        padding: 20px 0;
    }

    .index-product-thumb,
    .archive-product-thumb {
        height: 225px !important;
    }

    .site-register-content {
        height: auto;
        justify-content: center;
        text-align: center;
    }

    .site-register-left,
    .site-register-middle {
        margin-bottom: 20px;
    }

    .footer-content {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: dashed 1px var(--font-primary-color);
    }
}

@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) {
    
}
