@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html{
    scroll-behavior: smooth;
}

body{
    color: #666;
    font-size: 14px;
    font-family: "Work Sans", Arial, sans-serif;
}

.field--name-field-category input#edit-field-category,
.field--name-field-location input#edit-field-location {
    display: none !important;
}

@media screen and (max-width:991px){
    .homepage-top-banner > .row > div:nth-child(2){
        border: none !important;
    }
}

/* universal */

a{
    text-decoration: none;
    color: #000;
}
.alert a{
    color: inherit;
    font-weight: 500;
    text-transform: capitalize;
}
.alert a:hover{
    text-decoration: underline;
}

img{
    max-width: 100%;
    height: auto;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    font-family: "Work Sans",Arial,sans-serif;
    line-height: 1.2;
    color: #000;
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

.cta-btn{
    background: #fcb800;
    color: #000;
    height: 50px;
    padding: 15px 25px;
    transition: all .5s;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 4px;
    display: inline-block;
}

.cta-btn.cta-btn-primary{
    background: #fcb800;
    color: #000;
}

input[type="submit"]{
    background: #0E6722;
    border-color: #0E6722;
    color: #fff;
    border-radius: 5px;
    transition: .3s ease-in-out;
}
input[type="submit"]:hover{
    background: #0E6722;
}

#main-section{
    padding: 25px 0;
    background: #EEEEEE;
}

.content-section .row{
    .sidebar-first{
        background: #fff;
        padding: 15px;
    }
    .sidebar-first + .main-content{
        background: #fff;
        padding: 15px;
    }
}

@media screen and (min-width:767px){
    .content-section .row{
        gap: 10px;
        flex-wrap: nowrap !important;
    }
}

@media screen and (min-width: 1200px){

    .container{
        max-width: 1170px !important;
        padding-left: 0;
        padding-right: 0;
    }
}



@media screen and (max-width: 991px){

    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 26px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 16px
    }

    h5 {
        font-size: 14px
    }

    h6 {
        font-size: 11px
    }
}

@media screen and (max-width: 767px){

    h1 {
        font-size: 26px
    }

    h2 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 18px
    }

    h4 {
        font-size: 14px
    }

    h5 {
        font-size: 13px
    }

    h6 {
        font-size: 10px
    }
}

@media screen and (max-width:767px) {
    
    .view-commerce-cart-form {
        table {
            thead {
                display:none !important;
            }
            tbody tr {
                display:grid !important;     
                margin-bottom: 1.8rem !important;
                border: 1px solid #80808085;
                box-shadow: 2px 2px 4px #8080802b;
                td {
                    p:first-child {
                        font-weight: 600;
                        font-size: 1rem;
                    }
                }
            }
        }
        div#edit-actions {
            display: flex;
            flex-wrap: wrap;
            gap: .5rem;
            input {
                margin: 0 !important;
            }
        }
    }   
}

/**
 * Styles for the login form
 */
 .social-auth.auth-link {
    border-bottom: none;
  }
  .social-auth.auth-icon {
    width: 3em;
    margin-right: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  
  .social-auth.auth-icon:hover {
    animation-name: grey;
    animation-duration: 0.5s;
    filter: grayscale(1);
  }
  
  div[data-block="sidebar_first"] .views-view-responsive-grid__item,
  div[data-block="sidebar_second"] .views-view-responsive-grid__item  {
    margin-bottom: 10px;
}