/*
Theme Name: Dovanija
Author: Domas
Version: 1.0
*/

html, body {
    height: 100%;
}
body {
    font-family: 'Inter', serif;
	display: flex;
    flex-direction: column;
}
#main-content {
    flex-grow: 1;
	padding-bottom: 50px;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}
h3 {
    font-size: 20px;

}
#main-nav {
    height: 100%;
    position: relative;
}
.navbar-wrapper {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 75%;
    padding: 0 15px;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.logo-wrapper {
    height: 150px;
    margin-bottom: 19px;
}
.header-wrapper {
    padding: 15px 0;
}
#main-nav a {
    color: black;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}
#menu-main-menu {
    margin: 0;
}
#menu-main-menu li:last-child a, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: #2f2e41;
    padding: 10px 15px;
    border-radius: 8px;
    transition: 1s all;
    text-transform: uppercase;
}
#menu-main-menu li:last-child a {
    color: white;
}
#menu-main-menu li:last-child a:hover {
    background: #2f2e41d6;
    transition: 1s all;
}
.home-image {
    height: 370px;
    background-image: url(assets/images/main_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slogan {
    font-weight: 300;
    color: white;
    font-size: 48px;
    margin: 0;
    letter-spacing: 10px;
    text-align: center;
}
#about {
    background-image: url(assets/images/how_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 140px;
}
#how {
    padding: 70px 0;
    text-align: center;
    font-size: 50px;
    font-weight: 200;
    text-transform: uppercase;
    color: #2F2E41;
}
#cta {
    text-align: center;
    padding: 20px 0;
}
#cta-wrapper {
    padding: 90px 0;
}
#cta a, #cta-header a {
    background: #2f2e41;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    color: #ffffff;
    border-radius: 8px;
    transition: 1s all;
}
#cta a:hover {
    background: #2f2e41d6;
}
.woocommerce div.product form.cart .button, .wpcf7-submit {
    background: #2f2e41;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    border-radius: 8px;
}
.wapf-input {
    border: 2px solid #e6e6e6;
}
input[type=checkbox] {
    height: initial;
}
.wapf-checkable {
    margin-top: 10px;
}
.wapf-field-label {
    font-weight: 600;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
    float: none;
}
/*.wapf-field-row {*/

/*}*/
/*.wapf-field-row:nth-child(-n+4) {*/
/*    display: inline-block;*/
/*    width: 25%;*/
/*}*/
.wapf-field-row:nth-child(-n+4) input,.wapf-field-row:nth-child(-n+4) select, .wapf-field-row:nth-child(5) select,  {
    height: 40px;
}

.wapf-field-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 60px;
}
.wapf-field-row:nth-child(n+5) {
    grid-column: span 2;
}
form.cart {
    padding: 30px;
    background: #F5F5F5;
    border-radius: 12px;
}
.woocommerce div.product form.cart .button {
    float: right;
    margin-top: 30px;
}
.wapf-product-totals {
    display: none !important;
}
select.wapf-input, input.wapf-input, textarea.wapf-input, .wpcf7 input, .wpcf7-textarea, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #3f3d56;
    border-radius: 8px;
    padding: 5px 10px;
    color: black;
}
input[type=text].wapf-input {
    height: 40px;
    padding: 0 10px;
}
.quantity {
    display: none;
}
.mainImage {
    padding: 0;
}
.page-title {
    margin-bottom: 40px;
}
footer a {
    color: black;
    font-size: 14px;
}
footer a:hover {
    text-decoration: underline;
}
.wp-block-details {
    margin-bottom: 10px;
    padding: 10px;
}
.wp-block-details[open] {
}
.wp-block-details summary {
    margin-bottom: 10px;
}
/* .brands img {
    max-height: 55px;
    margin: 5px;
    max-width: 110px;
} */
.brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.brands img {
    max-height: 70px;
    max-width: 140px;
    object-fit: contain;
    padding: 10px;
}
#whyus {
    background-image: url(assets/images/whyus-blob.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 0;
    background-size: 33%;
}
.whyus-title{
    font-size: 30px;
    text-align: center;
    padding: 0;
    font-weight: 300;
    color: #666666;
}
.whyus-about h3 {
    font-weight: 600;
    color: #666666;
    margin-bottom: 30px;
}
.whyus-about p {
    font-size: 18px;
    margin-bottom: 40px;
}
.whyus-img-wrapper {
    position: relative;

}
.whyus-img-wrapper img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 90%;
}
.duk-heading {
    text-align: left;
    font-size: 25px;
    padding: 10px 0;
    font-weight: 300;
    margin-top: 40px;
}
.duk-wrapper p {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 20px;
    text-align: justify;
}
.wpcf7 label {
    width: 100%;
}
.wpcf7 textarea {
    width: 100%;
    margin-top: 10px;
}
.wpcf7 input {
    margin-top: 10px;
    max-width: 100%;
}
.wpcf7-form-control.wpcf7-submit {
	color: white;
}
.wpcf7-submit {
    font-size: 16px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}
.footer-navbar-wrapper {
    display: flex;
    justify-content: center;
}

.footer-navbar {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
.footer-navbar li {
    margin: 0 25px;
}
.footer-wrapper {
    background: #f2f2f2;
    padding: 10px;
}
.footer-navbar {
    margin: 0;
    padding: 0;
}
.brands-wrapper {
    background: #dddddd;
    padding: 20px;
}
.footer-navbar li {
    position: relative;
}
.footer-navbar li:after {
    content: " \00B7 ";
    position: absolute;
    right: -31px;
    font-size: 45px;
    top: -22px;
}
.footer-navbar li:last-child:after {
    content: none;
}
abbr.required {
    text-decoration: none;
}
select {
  background: white;
}
.woocommerce-notices-wrapper {
    display: none;
}
.wc-block-components-product-details__value, .wc-block-components-product-details__name {
    font-size: 12px;
}
.wc-block-components-product-details__name {
    font-weight: 700;
}
.wc-block-components-product-details__value {
    margin-bottom: 5px;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus, .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
    outline: none!important;
}
.nav-toggler.active .nav-icon:nth-child(1) {
    transform: translate(0px, 9px) rotate(45deg);
}
.nav-toggler.active .nav-icon:nth-child(3) {
    transform: translate(0px, -9px) rotate(-45deg);
}
.nav-toggler.active .nav-icon:nth-child(2) {
    opacity: 0;
}
.nav-icon {
    border-top: 1px solid black;
    width: 30px;
    margin-bottom: 8px;
    transition: all 0.3s ease-in;
}
#nav-toggler {
    display: none;
}
#cta-header {
    display: none;
}
.disable-scroll {
    overflow: hidden;
}
.mobile-only {
    display: none;
}
#customer_details {
    margin-bottom: 30px;
}
#billing_company_field, #shipping_company_field {
    display: none;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.product-name {
    width: 50%;
}
.multiparcels-carrier-icon-image-holder {
    display: inline;
}
.woocommerce ul#shipping_method li input {
    margin: 0;
    vertical-align: middle;
}
.contact-info {
    margin-left: 60px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: #ededed;
}
.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}
.wc-bacs-bank-details-heading, .woocommerce-order-details__title, .woocommerce-column__title {
    font-size: 20px;
    padding: 0;
    margin: 24px 0;
    text-align: left;
}
@media screen and (max-width: 1200px) {
    .navbar-wrapper {
        position: fixed;
        height: 100%;
        left: -100%;
        background: white;
        z-index: 99;
        width: 90%;
        top: 0;
        transform: unset;
        transition: 0.5s ease-in;
    }
    .navigation.active .navbar-wrapper {
        left: 0;
    }
    #nav-toggler {
        display: inline-block;
        position: absolute;
        left: 5%;
        z-index: 999;
    }
    body {
        position: relative;
    }
    #main-nav {
        position: unset;
        height: unset;
    }
    #menu-main-menu {
        top: 50px;
    }
    #menu-main-menu >:not(:nth-last-child(-n+1)) {
        border-bottom: 1px solid #d3cfcf;
    }
    #cta-header {
        position: absolute;
        display: inline-block;
        right: 10%;
        top: 53%;
        transform: translateY(-50%);
    }
    #cta-header a {
        font-size: 15px;
    }
    .logo-wrapper {
        height: 120px;
        display: inline-block;
        position: absolute;
        left: 10%;
    }
    header {
        position: relative;
    }
    .header-mob-wrapper {
        height: 120px;
    }
    #menu-main-menu .menu-item {
        width: 100%;
        padding: 12px 5px;
    }
    #menu-main-menu li:last-child a {
        background: none;
        border-radius: unset;
        transition: unset;
        color: inherit;
        padding: 0;
    }
    #main-nav a {
        width: 100%;
        height: 100%;
        display: block;
    }
    .home-image {
        height: 25vw;
    }
    .slogan {
        font-size: 4vw;
        letter-spacing: 1vw;
    }
    h2 {
        padding: 5vw 0;
        font-size: 5vw;
        margin-top: 15px;
    }
    #cta a {
        font-size: 20px;
    }
    .contact-info {
        margin-bottom: 35px;
    }
    .contact-info {
        margin-left: 0;
    }
}
@media screen and (max-width: 768px) {
    #cta-wrapper {
        padding: 30px 0;
    }
    .whyus-img-wrapper img {
        display: none;
    }
    #whyus {
        background: none;
    }
    .whyus-title, #how {
        padding: 5vw 0;
        font-size: 5vw;
        margin-top: 0;
		text-transform: uppercase;
    }
	#how {
	  margin-top: 20px;
	}
    .whyus-about h3 {
        margin-bottom: 20px;
    }
    h3 {
        font-size: 16px;
    }
    .whyus-about p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .footer-navbar li {
        margin: 0 8px;
    }
    .footer-navbar li:after {
        right: -12px;
        font-size: 30px;
        top: -10px;
    }
    .brands img {
        max-height: 51px;
        max-width: 110px;
        object-fit: contain;
        padding: 8px;
    }
    .duk-heading {
        font-size: 5vw;
        margin-top: 5vw;
    }
    .duk-wrapper p {
        font-size: 4vw;
    }
    .page-title {
        margin-bottom: 5vw;
        font-size: 6vw;
    }
    .contact-info {
        font-size: 3vw;
    }
    .wpcf7 label {
        font-size: 3vw;
    }
    .wpcf7-submit {
        font-size: 4vw;
    }
    .mobile-hidden {
        display: none;
    }
    #main-content {
        padding-bottom: inherit;
    }

}
@media screen and (max-width: 600px) {
    .header-mob-wrapper {
        height: 80px;
    }
    .logo-wrapper {
        height: 80px;
        left: 12%;
    }
    #cta-header {
        right: 5%;
    }
    #cta-header a {
        font-size: 10px;
        padding: 10px 10px;
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .row.mobile-only {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .how-mob-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .how-mob-wrapper p {
        margin: 0;
        flex: 1;
        padding: 0 20px;
        font-size: 12px;
    }

    .how-mob-wrapper img {
        max-width: 50%;
        height: 100px;
    }

    .how-mob-wrapper:nth-child(1),
    .how-mob-wrapper:nth-child(3) {
        flex-direction: row;
    }

    .how-mob-wrapper:nth-child(2) p {
        text-align: right;
    }
    #about {
        background-position-y: 3vw;
        padding-bottom: 40px;
    }
    #cta-wrapper {
        padding: 25px 0;
    }
    #cta a {
        font-size: 15px;
    }
    .whyus-title {
        margin-bottom: 15px;
    }
    .whyus-about h3 {
        margin-bottom: 16px;
    }
    h3 {
        font-size: 14px;
    }
    .whyus-about p {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .wapf-field-group {
        gap: 0 6vw;
    }
    .wapf-field-label {
        font-size: 3vw;
    }
    .wapf-field-row:nth-child(-n+4) input, .wapf-field-row:nth-child(-n+4) select, .wapf-field-row:nth-child(5) select, input[type=text].wapf-input {
        height: 35px;
        font-size: 14px;
    }
    .woocommerce div.product form.cart .button {
        font-size: 3vw;
        margin-top: 15px;
    }
    .wapf-label-text {
        font-size: 3vw;
    }
    select.wapf-input, input.wapf-input, textarea.wapf-input, .wpcf7 input, .wpcf7-textarea {
        font-size: 14px;
    }
	img.multiparcels_carrier_icon {
		width: 75px;
	}
	.woocommerce ul#shipping_method li {
		font-size: 12px;
	}
}