/*
Theme Name: Asteros
Theme URI: 
Description: Exclusive theme for Asteros Coffee
Version: 1.0
Author: Peter Orwa, Junior - Dekiru Creations 
Author URI: https://dekirucreations.com
*/

body {
    font-family: 'Open sans', sans-serif;
    font-size: 1.05em;
    font-weight: 400;
    max-width: 1920px;
    margin: 0 auto;
   
    
}
p {
    letter-spacing: 0.01em;
}
h1, h2, h3, .widget .title {
    font-family: 'Unica One', sans-serif;
    font-weight: 800;
    
    text-transform: uppercase;
}



h2 {
    font-size: 3.8rem;
    color:#0c1f28;
}

.intro h2, .featured h2 {
    margin: 0;
}

.pre-title {
    font-family: 'Unica One', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #67ba01;
   
}

.hero .pre-title {
    margin: 0 0 20px;
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #8dff01;
    line-height: 1;
}

blockquote {
    font-size: 2em;
    font-family: 'Unica One', sans-serif;
    font-weight: 300;
    letter-spacing: -0.0em;
    line-height: 1;
}

nav.main-nav {
    background-color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    position: fixed;
    z-index: 999;
    top: -1px;
    width: 100%;
    height: 90px;
    line-height: 90px;
    max-width: 1920px;
    
}

nav .brand-logo {
    
   margin-top: 15px;
}

nav .brand-logo img{
    height: 60px;
    
}
nav ul li {
    float: none;
    display: inline-block;
}
nav ul li.active, nav ul li a:hover {
    background-color: transparent;
}

nav ul li a:hover {
    color:#67ba01;
}


nav ul a {
    color: #0c1f28;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.15em;
    border-bottom: 7px solid transparent;
    height: 90px;
}

nav ul ul a {
    height: 50px;
    margin-top: 20px;
}

nav ul a i {
    font-size: 1em;
    margin-left:5px;
}

nav ul li ul {
    position: absolute;
    background-color: #0D0D0D;
    height: 0;
    overflow: hidden;
    transition: all 3s ease-in;
    
   
}


nav ul li ul a:hover {
    color: #8dff01;
}

nav ul li:hover ul {
    height: auto;
    transition: all 3s ease-in;
}

nav ul li ul li {
    display: block;
    float: none;
}


nav ul ul a {
    color: #fff;
    padding: 0 15px;
    line-height: 3;
    text-align: left;
}



nav ul li.active a {
   
    border-bottom: 7px solid #67ba01;
}

nav.opaque .dark-l {
    display: none;
}
nav.opaque .light-l {
    display: block;
}
nav .dark-l {
    display: block;
}
nav .light-l {
    display: none;
}

nav.opaque li a.active{
    color: #CD202C;
}

@media only screen and (max-width: 992px) {
    nav .brand-logo {
        left: 0%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
}

nav .sidenav-trigger {
    float: none;
    position: relative;
    z-index: 1;
    height: 56px;
    margin: 0;
}

.full-r {
    position: absolute;
    right: 0;
    top: 0;
 }

nav.opaque ul a {
    color: #0D0D0D;
}

img.home-img {
    height: 190px;
    margin-top: -90px;
}

.container.wide {
    min-width: 85%;
}

.hero {
    background-image:url('img/home.webp');
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #ffffff;

}

.hero:before, .page-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #0c1f28;
    opacity: 0.6;
    z-index: 2;
}

.hero.row {
    height: 100vh;
    min-height: 600px;
    z-index:20;
    position: relative;
    margin: 0;
}

.hero h1 {
    font-size: 5rem;
    line-height: 1em;
    margin: 0;
}


.hero .container {
    position: relative;
    z-index: 100;
    margin-top: 50px;
}

.hero p {
    font-size: 1.6em;
    font-weight: 400;
}

@media only screen and (max-width: 1366px) {
    .hero h1 {
        font-size: 4.5rem;
        line-height: 1em;
        margin: 0;
    }

    .hero p {
        font-size: 1.2em;
        font-weight: 400;
    }

    .hero .pre-title {
        font-size: 2.5rem; 
    }
}


.hero span {
    color: #8dff01;
}

.btn {
    background-color: #0c1f28;
    font-weight: 300;
    letter-spacing: 0.35em;
    
}

.btn.secondary {
    background-color: #67ba01;
    font-weight: 400;
    letter-spacing: 0.35em;
    
}

.hero .overlay img {
    height: 80vh;
}

.hero .overlay {
    position: absolute;
    right: 8vw;
    bottom: -10px;
    

}



.incentive a {
    margin-right: 20px;
}
.hero .divider {
    width: 100px;
    margin: 5px 0 10px;
}

.row:not(.hero), .elementor-element.e-grid {
    margin: 0;
    padding: 100px 0;
}

.card-panel h3 {
    font-size: 2.7rem;
    font-weight: 300;
}

p.larger, .elementor-widget-text-editor.larger p {
    font-size: 1.3em;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.card-panel {
    box-shadow: none;
}

.card-panel.alt {
    background-color: #96c940;
}

.card-panel.lighter {
    background-color: #fff9eb;
}

.card-panel.dark {
    color: #fff;
    background: #0c1f28;
}

.card-panel.dark h3 {
    color: #96c940;
}

.featured {
    background-color: #fff9eb;
}

.product-wrap {
    margin-top: 50px;
}

.product.col, .col .product {
    padding: 30px;
    margin-bottom: 30px;
}

.product h3 {
    font-size: 2.2em;
    margin: 0;
    font-weight: 300;
}

.light-pic-row > .col {
   
    padding: 120px 30px 150px 0;
}

.light-pic-row.darker > .col {
    padding: 120px 0px 150px 70px;
}

.light-pic-row.row {
    background-color: #96c940;
    padding: 0;
    font-size: 1.2em;
   
}



.light-pic-row h3 {
    font-size: 1.8em;
}



.pic-col {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

footer.row {
    padding: 50px 50px 70px;
    margin:0;
    color: #fdffff;
    background-color: #0c1f28;
}

footer h2 {
    color: #fff;
    font-size: 2em;
    letter-spacing: -1px;
    font-weight: 500;
}

footer h3 {
    font-size: 1.6em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
    margin: -10px 0 -5px;
}

footer a {
    color: #bfff00;
}

footer .col .col {
    padding-left: 0;
}

footer .contacts i {
    margin-right: 5px;
}

address {
    font-style: unset;
}


footer ul.socials,
.widget ul.socials {
    margin: 10px 0 0 0;
}

footer ul.socials li,
.widget ul.socials li{
    display: inline-block;
    margin-right: 20px;
   
}

footer img.logos {
    padding: 20px;
}

footer i {
    padding-right: 7px;
}

footer .fa-square {
    color: #253241;
}



footer input {
    width: 100%;
    color: #fff;
}

footer .btn {
    background-color: #0D0D0D;
    margin-top: 10px;
}

footer .divider {
    background-color: #67ba01;
}

img.mode {
    margin: 5px;
   
}

.page-title {
    margin-top: 58px;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    min-height: 300px;
}

.page-title .crumbs {
    color: #ccc;
    font-weight: 400;
  
}

.page-title .container {
    position: relative;
    z-index: 10;
}

.page-title .divider {
    width: 100px;
    margin: -10px 0 20px;
}

.page-title h1{
    color: #fff;
    font-size: 5rem;
    letter-spacing: 0.05em;
}

.col-pic img{
    padding: 40px;
}

.about-us p {
    font-size: 1.4em;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.grid {
    display: grid;
    align-items: center;  
}

@media only screen and (min-width:800px) {
    .grid-2 {
        display: grid;
        align-items: center;  
    }
}



.item1 {
    grid-column: 1;
    grid-row: 1 /span 2;
    background-color: #fff9eb;
}

.item2 h2 {
    color: #96c940;
}

.item2 {
    grid-column: 2;
    grid-row: 1;
    background-color: #0c1f28;
    color: #fff;

   
}

.item3 {
    grid-column: 2;
    grid-row: 2;
   
    background-color: #96c940;
}

.grid > div,
.grid-2 > div {
   
    
    padding: 70px;
    height: 100%;
    align-items: center;

}

.widget .title {
    font-size: 2em;
    letter-spacing: -1px;
    font-weight: 600;
}

.sidebar .widget {
    margin-bottom: 20px;
}

.sidebar .divider {
    margin: 10px 0 15px;
}

.form-holder.card-panel {
    background-color: #fff;
    overflow: auto;
    margin-top: 40px;
}

.project > .content {
    grid-row: 1;
    grid-column: 1;
}

.grid.project {
    grid-template-columns: 50% 50%;
}



.project > .left {
    grid-row: 1;
    grid-column: 1;
}

.project > .right {
    grid-row: 1;
    grid-column: 2;
}

.grid > div.pic {
    padding: 0;
}

.project .pic img {
    object-fit: cover;
    height: 100%;
    max-width: 100%;
   
}

.content ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.contacts i {
    margin-right: 10px;
    color: #0c1f28;
}

.contact-block .socials a {
    color: #96c940;
}

.form-wrap h2{
    margin: 0 0 30px 0;
}

footer a:hover {
    text-decoration: underline;
}

.collapsible .collapsible-header {
    background-color: #96c940;
}

.collapsible .collapsible-body {
    background-color: #fff9eb; 
}

.project {
    font-size: 1.2em;
}

.grid.project .content.lighter, .row.lighter {
    background: #fff9eb;
}

.grid.project .content.darker {
    background: #0c1f28;
    color:#fff;

}


.grid.project .content.darker h2 {
    color: #8dff01;
}

@media only screen and (min-width: 1024px) {
    .valigned-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
}

  
@media only screen and (max-width: 992px) {
    .grid.project {
        grid-template-columns: 100% 100%;
        grid-template-rows: auto;
       
    }

    .project > .right:not(.has-pic) {
        grid-row: 2;
        grid-column: 1;
        
    }

    .project > .left {
        grid-row: 1;
        grid-column: 1;
        
    }

    .project > .right.has-pic {
        grid-row: 1;
        grid-column: 1;
        
    }

    .project > .right.has-pic {
        grid-row: 1;
        grid-column: 1;
        
    }

    .project > .left.has-content {
        grid-row: 2;
        grid-column: 1;
        
    }

    .grid > div {
        padding: 40px;
        height: 100%;
        align-items: center;
    }
    

}

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

@media only screen and (max-width: 922px) {
    footer img.logos {
   
        height: 150px;
        width: auto;
        float: left;
        text-align: center;
        
    }
    
}

.mobile-menu.sidenav {
    background-color: #0c1f28;

}

.sidenav li.active {
    background-color: #67ba01;
}

.sidenav li.active>a {
    background-color: #67ba01;
    color: #0c1f28;
}

.sidenav li>a {
    color: #fff;
}

figure {
  margin: 0;  
}

.product .image {
    position: relative;
}
.product .image {
    overflow: hidden;
    width: 100%;
}

.product .image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.price {
    display: block;
    font-size: 1.65em;
    font-weight: 300;
}

ins {
    text-decoration: none;
}

del {
    opacity: 0.7;
}

span.onsale {
    background-color: #ab2a2f;
    color: #fff;
    text-transform: uppercase;
    padding: 7px;
    position: absolute;
    z-index: 200;
    font-weight: 600;
    left: 15px;
    
}

.products a, .product a {
    color: #0c1f28;
}

.products a:hover, .crumbs a:hover, .product a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.s-product h1 {
   
    
    margin: 20px 0 0 0;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}

.s-product .price {
    font-size: 3.2em;
    font-weight: 300;
    letter-spacing: -0.05em;
   
}

.info {
    margin-bottom: 30px;
}

.info p {
    font-size:1.1em;
}

.s-product .btn{
    background-color: #67ba01;
    color: #fff;
}

.btn:hover {
    background-color: #8dff01;
    color: #0c1f28;
}

.related h2 {
    font-size: 2.4em;
}

.brand-logo {
    margin-top: 7px;
}

.modal.search-modal.bottom-sheet {
    width: 100%;
    top: 0 !important;
    will-change: top, opacity;
    height: 150px;
}

.modal-header {
    font-size: 1.3em;
    font-weight: 600;
}

.customize-support .modal.search-modal.bottom-sheet {
    top: 32px !important;
}

.search-modal .btn i {
    color: #8dff01;
    font-size: 1em;
    margin-left: 4px;
}

.modal.row {
    padding: 0;
}

@media only screen and (min-width:768px) { 
    .valigned {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
    }
}

.product ol {
    list-style: none;
    padding: 0;
    margin: 0
}

.product .flex-viewport {
    width: 89%;
    float:right;
}

.product .flex-control-nav {
    width: 8%;
    float: left;
}

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

.tabs {
    background-color: #fafafa;
}

.tabs .tab {
    font-weight: 700;
    letter-spacing: 0.07em;
}

.tabs .tab a:hover, .tabs .tab.active {
    color: #8dff01;
    background-color: #0c1f28;
}

.tabs .tab.active a {
    color: #8dff01;
}

.tabs .tab a {
    color: #0c1f28;
}

.tabs .indicator {
    display: none;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.quantity-wrap {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    width:fit-content;                         
}
.quantity-wrap>div {
    display: inline-block;
    
}
.quantity input {
    height: 100%;
    border:none;
    padding: 10px;
    text-align: center;
    width: 50px;
    margin-left: -5px;
    margin-right: -5px;
}

.qty-control {
    padding: 10px;
    overflow: hidden;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.qty-control:hover {
    background-color: #0c1f28;
    color: #fff;
    cursor: pointer;
}

table.variations tr {
    border: none;
}

a.reset_variations {
    margin-top: 10px;
}

.qty-control.down::before {
    content:"\f068";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
   
}

.qty-control.up::before {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    
}

.dropdown-content li>a, .dropdown-content li>span {
    color: #592C28;
}

.button:not(.product_type_variable), .woocommerce button.button {
    background-color: #67ba01;
    color: #fff;
    border: none;
    letter-spacing: .5px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    padding: 0 16px;
    text-transform: uppercase;
    border-radius: 2px;
}

.modal.row, .dk-cart.row, .dk-cart .row  {
    padding: 0;
}

.dropdown-content li>a, .dropdown-content li>span {
    color: #0c1f28;
}

.sidenav.dk-cart {
    width:280px;
    padding: 0 20px; 
}

.woocommerce-mini-cart {
	padding: 20px 0;
}

.woocommerce-mini-cart-item {
    display: none;
}

.mini-cart-thumb img {
    width: 100%;
    height: auto;
    margin-left: 5px;
}

.woocommerce-mini-cart__buttons a{
    display: block;
    text-align: center;
}

.woocommerce-mini-cart__buttons .checkout {
    margin-top: 5px;
}

.woocommerce-mini-cart__buttons .button:not(.checkout) {
    background-color: #fff;
    border: 2px solid #0c1f28;
    color: #0c1f28;
}

.cart-trigger {
    position: relative;
}
.dk-cart-number {
    background: #0c1f28;
    color: #fff;
    padding: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    line-height: 1px;
    position: absolute;
    top: 12px;
    right: 10px;
    text-align: center;
}

@media only screen and (min-width: 993px){
    nav a.sidenav-trigger.cart-trigger {
        display: block;
    }
}

.customize-support nav, .customize-support .sidenav {
    top: 32px;
}

.dk-cart .remove {
    padding-right: 5px;
    margin-left: -5px;
}

.wp-block-woocommerce-cart-order-summary-block, .wp-block-woocommerce-checkout-order-summary-block {
    background-color: #fff9eb;
    padding: 20px;
    border-radius: 2px;
}

.wc-block-cart__submit-button {
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    padding: 0 28px;
    text-decoration: none;
    color: #fff;
    background-color: #67ba01;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    text-transform: uppercase;
}

.wc-block-components-checkout-place-order-button {
    color: #8dff01;
    background-color: #0c1f28;
}

.wc-block-checkout input:not([type="checkbox"]) {
    padding: 2.5em .5em 1em !important

}

nav.woocommerce-MyAccount-navigation {
    box-shadow: none;
    background: #0c1f28;
    margin-bottom: 50px;
    
}

nav.woocommerce-MyAccount-navigation a {
    color: #fff;
    text-transform: uppercase;
}

nav.woocommerce-MyAccount-navigation li.is-active a{
    color: #8dff01;
}

.pagination li span {
    color: #0c1f28;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px;
}

.pagination li span.current {
    color: #67ba01;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px;
}

.crumbs a {
    color: #8dff01;
}

.main-shop {
    margin-bottom: 50px;
}

.wc-block-components-checkbox__label {
    color: #0c1f28;
    text-decoration: underline;
}

.wc-block-checkout [type="checkbox"]:not(:checked), .wc-block-checkout [type="checkbox"]:checked {
    opacity: 1;
    position: relative;
   
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea {
    border:1px solid #e0e0e0;
    padding:5px 15px;
   
}

.card-panel input:not(.btn) {
	padding: unset !important;
}


textarea {
    min-height: 110px;
    width: 100%;
    padding: 12px 16px
}

.input-field {
    margin-top: 20px;
}

input[type=text]:not(.browser-default):focus,
input[type=email]:not(.browser-default):focus,
input[type=tel]:not(.browser-default):focus {
   
    border:1px solid #253241 !important;
    box-shadow: none !important;
}

.button:not(.product_type_variable), .woocommerce button.button {
    background-color: #96c940;
    color: #fff;
    border: none;
    letter-spacing: .5px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    padding: 0 16px;
    text-transform: uppercase;
    border-radius: 2px;
}

input[type=submit]:hover, .button:not(.product_type_variable):hover, .woocommerce button.button:hover {
    background-color: #8dff01;
    
}

[type="radio"]:not(:checked), [type="radio"]:checked {
    position: relative;
    opacity: 1;
    pointer-events: initial;
}

.woocommerce button.button {
    line-height: 1;
}

p.shop-stub{
    font-size: 0.9em ;
    margin: 0.2em;
}

.elementor .shop-stub a,
a.button.product_type_variable {
    text-decoration: underline;
    text-underline-offset: 4px;
}

nav .container.wide {
    min-width: 95%;
}