/*
Theme Name: Mokita Theme
Theme URI: http://mokita.com.ar
Version: 1.0
Description: Child theme storefront for WooCommerce
Author: Javier Claria TT
Author URI: http://javierclaria.com.ar
Template: storefront
*/

/* General Styles */ 


.products .price {
    margin-bottom: 0px !important;
    font-size: 1.3rem;
    font-weight: bold;
}


body {
    font-family: 'Open Sans', sans-serif;
}

a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #77c5be;
}

.hentry .entry-content a {
    text-decoration: none;
}

a:focus, input:focus, textarea:focus, button:focus {
    outline: none;
}

.col-full {
    max-width: 100%;
}

img {
    border-radius: 0px;
}

.button {
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    background-color: #a3dad5;
    text-transform: uppercase;
    color: white;
} 

.button:hover {
    background-color: #77c5be;
    color: white;
}
/* Header Styles */ 

.announcerbar {text-align: center;
    color: white;
    background: #a3dad5;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}


#masthead {
    padding-top: 15px;
    margin-bottom: 15px;
}

.woocommerce-active .site-header .site-branding {
    width: 13%;
    margin-bottom: 0;
    margin-right: 0;   
    max-width: 310px;
}

.site-branding a {
    max-width: 310px;
}

/* navigation style */ 

.storefront-primary-navigation {
    margin-top: 0px;
    float: right;
    clear: none;
    width: 87%;
}

.main-navigation ul li {
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    background: #a3dad5;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
}

.main-navigation ul li:hover {
    background: #77c5be;
}

.main-navigation ul li:hover li {
    background:#77c5be;
}

.site-header ul.menu li.current-menu-item {
    background: #77c5be;
}

.main-navigation ul li a {
    color: white;
    text-transform: uppercase;
}

.main-navigation ul li:hover > a {
    color: white;
}

.site-header ul.menu li.current-menu-item > a {
    color: white;
}

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce-active .site-header .site-header-cart {
    color: white;
    width: auto;
}

/* Header Cart */ 

#site-header-cart {
    width: 20%;
    text-align: right;
}

#site-header-cart li.current-menu-item {
    background: none;
}

.site-header-cart .cart-contents {
    color:#a3dad5;
}

.site-header-cart .cart-contents .count {
    font-weight: 500;
    margin-right: 10px;
}

/*  `Image */

.full-image-mokita-header {
    position: relative;
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
    margin-top: -15px;
}

/* General Content */ 

.content-area {
    margin-bottom: 0;
}

.hentry {
    margin-bottom: 0px;
}

.contait-wider {
    max-width: 1200px;
    margin: auto;
}

.wp-block-image.image-abrigos-homepage img {
    width:1190px;
}

.box-content {
    max-width: 1200px;
    margin: auto;
} 

.titles-homepage {
    text-align: center;
}

.hentry .entry-content .titles-homepage  div.wp-block-image:not(.block-editor-media-placeholder) figure {
    margin-bottom: 10px;
}

.titles-homepage h3 {
    margin-bottom: 0px;
    font-weight: 400;
}

.grid-categorias .wp-block-column  {
    margin-right:1% !important;
}

.hentry .entry-conten .grid-categorias figure.wp-block-image {
    margin-bottom: 0px;
}

.grid-categorias h3 {
    background-color: #a3dad5;
    color: white;
    padding: 10px 0px;
}
.grid-categorias h3 a {
    color: white;
    display: block;
}

.contait-wider.titles-homepage.icons-homepage-mobile {
    display: none;
}

/* Footer */
.site-footer {
    background: rgb(222,222,222);
    background: linear-gradient(180deg, rgba(222,222,222,1) 0%, rgba(240,240,240,1) 4%, rgba(240,240,240,1) 100%);
}
.footer_image_logo {
    margin:auto;
    width: 100px;
}

/* footer Navigation */ 
.wc-block-pagination {
    text-align: right;
}

.wc-block-pagination-page:not(.toggle) {
    background-color: #a3dad5;
    color: white;
    margin-right: 4px;
    margin-left: 4px;
}

.wc-block-pagination-page--active[disabled] {
    color: white;
}

/* footer Widget */ 
.widget {
    text-align: center;
    margin-bottom: 0px;
    border-bottom: none;
}

.footer-widgets {
    padding-top: 20px;
    border-bottom: 0px;
}

.widget .widget-title, .widget .widgettitle {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.site-footer a {
    text-decoration: none;
    color: #77c5be;
}

.site-footer a:not(.button):not(.components-button) {
    color: #77c5be;
}

.mokita_color {
    color:#77c5be;
}

.site-footer {
    padding-bottom: 0px;
}

.instagram_icon img {
    max-width: 50px;
    margin: auto;
    opacity: 0.6;
}

.footer_copyright {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 11px;
    color: white;
    background: #7a8491;
}


/* Block Cat Mokita */ 

#categorias-mokitas-woocommerce {
    display: flex;
    flex-wrap: wrap;
}

#categorias-mokitas-woocommerce div {
    width: 32%;
    height: 230px;
    margin-left: 0.65%;
    margin-right: 0.65%;
    margin-bottom: 25px;
    font-size: 22px;
    color: white;
    position: relative;
}


#categorias-mokitas-woocommerce div a {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 5%;
    padding-left: 5%;
    color: white;
    font-weight: 300;
}

.cat-uno {
    background-color: #e8c3d4;
    background-image: url('https://mokita.com.ar/wp-content/uploads/2021/04/bg4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.cat-dos {
    background-color: #abd6d8;
    background-image: url('https://mokita.com.ar/wp-content/uploads/2021/04/camisas.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.cat-tres {
    background-color:#ecde7a;
    background-image: url('https://mokita.com.ar/wp-content/uploads/2021/04/bg123.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.cat-cuatro {
    background-color:#bdd7ea;
    background-image: url('https://mokita.com.ar/wp-content/uploads/2021/04/bg-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.cat-cinco {
    background-color:#b9acbd;
    background-image: url('https://mokita.com.ar/wp-content/uploads/2021/04/bg1345.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.cat-seis {
    background-color:#FF6961;
    background-image: url('https://mokita.com.ar/wp-content/uploads/2021/04/bg-6.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}

@media screen and (max-width: 1024px) {
    #categorias-mokitas-woocommerce div {
        width: 49%;
        height: 230px;
        margin-left: 0.5%;
        margin-right: 0.5%;
        margin-bottom: 25px;
        font-size: 22px;
        color: white;
        position: relative;
    }
}

@media screen and (max-width: 620px) {
    #categorias-mokitas-woocommerce div {
        width: 100%;
        height: 230px;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 25px;
        font-size: 22px;
        color: white;
        position: relative;
    }

    .contait-wider.titles-homepage.icons-homepage {
        display: none;;
    }

    .contait-wider.titles-homepage.icons-homepage-mobile {
        display: block;
    }

    .contait-wider.titles-homepage.icons-homepage-mobile h3 {
        font-size: 15px;
    }

    .contait-wider.titles-homepage.icons-homepage-mobile p {
        font-size: 12px;
    }

    .contait-wider.titles-homepage.icons-homepage-mobile img {
        max-width: 70%;
    }
}

/* end block Cat Mokita */ 

/* WooCommerce */

.wc-block-grid__product-onsale, .onsale {
    border-color: #a3dad5;
    background: #a3dad5b0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white !important;
    display: none;
}

.storefront-full-width-content .woocommerce-products-header {
    text-align: left;
    padding-bottom: 10px;
}

.hentry .entry-content .wp-block-button .wp-block-button__link {
    color: white;
    text-transform: uppercase;
    background: #a3dad5;
}

.wc-block-grid.has-4-columns .wc-block-grid__product, .storefront-full-width-content .site-main ul.products.columns-4 li.product  {
    -webkit-box-shadow: -1px -1px 30px -12px rgba(158,158,158,1);
    -moz-box-shadow: -1px -1px 30px -12px rgba(158,158,158,1);
    box-shadow: -1px -1px 30px -19px rgba(158,158,158,1);
    border: 1px solid #efefef;
    background: #f9f9f9;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title > a  {
    text-transform: uppercase;
    text-decoration: none;
    color: #bbbbbb;
    font-weight: 600;
    font-size: 20px;
}

.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
    background: #a3dad5;
    font-size: 12px;
    text-transform: uppercase;
}

.wc-block-grid__products .wc-block-grid__product-image img {
    border-radius: 0px;
    border-bottom: 1px solid #efeff0;
}

/* Single Product & List Products */ 
.single-product .site-content {
    max-width: 1200px;
    margin: auto;
}

.single-product a.reset_variations {
    display: none !important;
}

.single-product div.product p.price {
    margin:0px;
}

.product_title.entry-title {
    margin-bottom: 0px;
    color: #a3dad5;
    font-weight: 500;
}

.single-product div.product table.variations select {
    max-width: 70%;
    vertical-align: middle;
    width: 300px;
    padding: 10px;
    color: #6a6a6a;
    margin-top: 10px;
}

.single_add_to_cart_button.button:hover {
    background: #a3dad5;
    text-transform: uppercase;
}

.single_add_to_cart_button.button {
    background: #77c5be;
    text-transform: uppercase;
}

.storefront-full-width-content .site-main ul.products.columns-3 li.product {
    -webkit-box-shadow: -1px -1px 30px -12px rgba(158,158,158,1);
    -moz-box-shadow: -1px -1px 30px -12px rgba(158,158,158,1);
    box-shadow: -1px -1px 30px -19px rgba(158,158,158,1);
    border: 1px solid #efefef;
    background: #f9f9f9;
    margin: 0;
    width: 33.3%;
}
.storefront-full-width-content .site-main ul.products.columns-4 li.product  {
    -webkit-box-shadow: -1px -1px 30px -12px rgba(158,158,158,1);
    -moz-box-shadow: -1px -1px 30px -12px rgba(158,158,158,1);
    box-shadow: -1px -1px 30px -19px rgba(158,158,158,1);
    border: 1px solid #efefef;
    background: #f9f9f9;
    margin: 0;
    width: 25%;
}

ul.products li.product img {
    display: block;
    margin: 0 auto 1.618em;
    margin: 0px;
    width: 100%;
    border-radius: 0px;
}

ul.products li.product .woocommerce-loop-product__title {
    text-transform: uppercase;
    text-decoration: none;
    color: #bbbbbb;
    font-weight: 600;
    font-size: 20px;
    margin-top:20px;
}

.storefront-full-width-content .related.products > h2:first-child {
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.single-product div.product table.variations select {
    max-width: 70%;
    vertical-align: middle;
    border-color: #f0f0f0;
}

ul.products li.product .button {
    margin-bottom:20px;
}

/* WooCommerce Messages */ 
.woocommerce-message {
    background-color: #a3dad5;
}

.woocommerce-error {
    background-color: #4f4f4e;
}

/* WooCommerce Cart */ 

a.checkout-button.button.alt.wc-forward {
    background: #a3dad5;
}
.woocommerce-cart #primary {
    width: 1200px;
    margin: auto;
    float: none;
    max-width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    float: left;
    margin-right: 0;
    margin: 0;
    clear: both;
}

/* Checkout */ 
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #a3dad5;
}

.woocommerce-cart button.alt, .woocommerce-checkout button.alt {
    background-color: #a3dad5 !important;
    border-color:#a3dad5 !important;
}

.woocommerce-checkout #primary {
    max-width: 1200px;
    margin: auto;
    float: none;
}

.woocommerce-checkout iframe  {
    max-width: 100%;
    width: 100%;
}

/* Preguntas Frecuentes  */

.page-id-32 #primary {
    margin: auto;
    max-width: 1200px;
    float: none;
} 

.page-id-32 .full-image-mokita-header, .page-id-35 .full-image-mokita-header {
    height: 150px;
}

/* Contacto */ 

.page-id-35 .entry-content svg {
    fill: #a3dad5;
    width: 17px;
}

#gform_wrapper_1 {
    max-width: 900px;
    margin: auto;
    padding: 15px;
    background: #f0f0f0
}

.gform_wrapper .gform_heading {
    display: none;
}

#gform_wrapper_1 input {
    background: white;
    width: 100%;
    text-align: center;
}

#gform_wrapper_1 li  {

    text-align: center;
}

.gform_wrapper ul.gform_fields li.gfield {
    text-align: center;
}

#gform_wrapper_1 textarea {
    background:white;
    text-align: center;
}

#gform_submit_button_1 {
    background: #a3dad5 !important;
    color: white;
}

/* 404 page */ 

.error-404.not-found {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}

.error-404.not-found .fourohfour-columns-2 {
    display: none;
}

.page-id-35 .title_header,  .page-id-32 .title_header {
    display: none;
}

.title_header {
    position: absolute;
    color: black;
    width: 90%;
    top: 150px;
    font-size: 82px;
    font-family: 'Open Sans', sans-serif;
    line-height: 75px;
    font-weight: 300;
    text-align: left;
    left: 10%;
}

@media screen and (min-width: 768px) {
    .main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
        background-color: transparent;
    }
}

@media(max-width:1200px){

    .full-image-mokita-header {
        background-position: center center;
    }

}

@media (min-width:768px){
    .woocommerce-active .site-header .main-navigation {
        width: 80%;
        float: left;
        margin-right: 0%;
        clear: both;
    }
}


@media(max-width:768px){

    .wc-block-grid__product-onsale, .onsale {
        display: block;
        display: block;
        max-width: 90%;
        /* text-align: center; */
        margin: auto;
        margin-bottom: 10px;
    }

    .storefront-primary-navigation {
        margin-top: -40px;
        width: 100%;;
    }

    .storefront-primary-navigation .col-full {
        margin-left: 0px;
    }

    .storefront-full-width-content .site-main ul.products.columns-4 li.product {
        -webkit-box-shadow: -1px -1px 30px -12px rgba(158,158,158,1);
        -moz-box-shadow: -1px -1px 30px -12px rgba(158,158,158,1);
        box-shadow: -1px -1px 30px -19px rgba(158,158,158,1);
        border: 1px solid #efefef;
        background: #f9f9f9;
        margin: 0;
        width: 45%;
        clear: none;
        position: static;
        margin-right: 0px;
        float: left;
    }

    
    .full-image-mokita-header {
        height: 250px;
    }
    .title_header {
        font-size: 50px;
        line-height: 50px;
        top: 80px;
    }

    .storefront-handheld-footer-bar .my-account, .storefront-handheld-footer-bar .search {
        display: none;
    }
    
    .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
        text-align: center;
    }

    .woocommerce-active .site-header .site-branding {
        width: 50%;
        margin-bottom: 0;
        margin-right: 0;
        max-width: 310px;
    }

    button.menu-toggle {
        color: #a3dad5;
    }

    button.menu-toggle, button.menu-toggle:hover {
        border-color:#a3dad5;
    }


}

@media(max-width:650px) {

    .no-margin-top {
        height: 0px !important;
    }

    .full-image-mokita-header {
        height: 550px;
        background-size: contain;
    }

    .page-template-home .full-image-mokita-header {
            max-height: 490px;
            background-size: contain;
            background-size: cover;
    }

    .page-template-home .title_header {
        font-size: 35px !important;
        line-height: 55px !important;
    }
    

    .title_header {
        left: 0px;
        position: relative;
        color: black;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        text-align: center;
        background: none;
        margin: auto;
        top: 100px;
    }

}

@media(max-width:550px){

    .storefront-full-width-content .site-main ul.products.columns-4 li.product {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .storefront-full-width-content .site-main ul.products.columns-3 li.product {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) and (min-width: 481px) {
.wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 100%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px;
        max-width: 100%;
    }
}

@media(max-width:420px){
    .full-image-mokita-header {

        height: 353px;
        background-size: contain;
    }
}


/* new home */

.page-template-home .full-image-mokita-header {
    height: calc(100vh);
}
.site-main.homepage section {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    min-height: 600px;
}

.imagen_homepage_left {
    width: 45%;
    margin-right: 5%;
    justify-content: start;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.imagen_homepage_left img, .text_homepage_right img {
    box-shadow: 4px 5px 50px rgba(77, 80, 85, 0.2);
    border-radius: 5px;
}

.text_homepage_right {
    width: 45%;
    margin-left: 5%;
    justify-content: start;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.page-template-home  h2 {
    font-size: 80px;
    margin-bottom: 0px;
    color: #a3d9d5;
    line-height: 75px;
}

.text_homepage_right p, .imagen_homepage_left p {
    margin-top: 50px;
    width: 50%;
}

.imagen_homepage_left a, .text_homepage_right a {
        padding: 20px 15px;
        margin-top: 60px;
        display: block;
        width: fit-content;
        color: #a3d8d5;
        border: solid 2px #a3d8d5;
        transition: all 0.3s ease-in;
}

.imagen_homepage_left a, .text_homepage_right a {
    padding: 20px 15px;
    margin-top: 60px;
    display: block;
    width: fit-content;
    color: #a3d8d5;
    border: solid 2px #a3d8d5;
    transition: all 0.3s ease-in;
}

.imagen_homepage_left a:hover , .text_homepage_right a:hover {
    background: #a3d8d5; 
    color: white;
}

.imagen_homepage_left .container__txt__homepage {
    justify-content: right;
    display: flex;
    flex-wrap: wrap;
}

.imagen_homepage_left .container__txt__homepage h2 {
    width: 100%;
    text-align: right;
}

.imagen_homepage_left  .btn_grid {
    width: 100%;
}

.container__txt__homepage  p {
    text-align: right;
}

.imagen_homepage_left  .btn_grid a {
    float: right;
}

.page-template-home  .title_header {
    position: static;
    color: white;
    width: 90%;
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
    line-height: 65px;
    font-weight: 300;
    text-align: left;
    left: 0;
    top: 0;
    padding-left: 40px;
    text-shadow: 2px 2px 4px black;
}

.page-template-home .full-image-mokita-header {
    display: flex;
    align-items: center;
}

.fix-style {
    padding: 0px !important;
    border: none !important;
    background-color: transparent;
    margin: 0px;
}
.fix-style:hover {
    background: transparent;
}

@media (max-width: 1300px) {
    .site-main.homepage section {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        min-height: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .imagen_homepage_left a, .text_homepage_right a {
        margin-top: 0px;
    }

    .page-template-home h2 {
        font-size: 60px;
        line-height: 55px;
    }
    
}

@media (max-width: 1150px) {

    .text_homepage_right p, .imagen_homepage_left p {
        width: 100%;
    }

    .imagen_homepage_left {
        width: 48%;
        margin-right: 2%;
        justify-content: start;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    .text_homepage_right {
        width: 48%;
        margin-left: 2%;
        justify-content: start;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }
}


@media (max-width: 880px) {
    .site-main.homepage section {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .imagen_homepage_left a, .text_homepage_right a {
        padding: 10px 10px;
    }
    .page-template-home h2 {
        font-size: 45px;
        line-height: 40px;
    }
}


@media (max-width: 768px) {
    .imagen_homepage_left, .text_homepage_right  {
        width: 96%;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 20px;
    }

    #sweaters-homepage .imagen_homepage_left .container__txt__homepage p,  #sweaters-homepage .imagen_homepage_left .container__txt__homepage h2, #ruanas-homepage .imagen_homepage_left .container__txt__homepage p, #ruanas-homepage .imagen_homepage_left .container__txt__homepage h2 {
        text-align: left;
    }

    #sweaters-homepage .imagen_homepage_left .btn_grid a, #ruanas-homepage .btn_grid a {
        float: left;
    }

    .imagen_homepage_left .container__txt__homepage h2 {
        width: 100%;
        text-align: left;
    }

    #camisacos-homepage, #newin-homepage {
        flex-direction: column-reverse;
    }

    .site-main.homepage section {
        margin-top: 60px;
        margin-bottom: 60px;
    }

}


@media (max-width: 600px) {
.page-template-home .title_header {
    font-size: 30px !important;
    line-height: 36px !important;
    padding-top: 120px;
}

.full-image-mokita-header {
    background-position: right top;
}

}


