/*

Theme Name: The ACONI

Theme URI: #

Author: The Aconi Team

Author URI: #

Description: ACONI

Version: 1.0

License: GNU General Public License v2 or later

License URI: #

Tags: black, store

Text Domain: aconi

*/



body[data-id='custom-body'] , body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6{

    font-family: Comfortaa;

}



input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type=url] {

    display: block;

    width: 100%;

    height: 40px;

    padding: 6px 12px !important;

    font-size: 16px !important;

    line-height: 1.5 !important;

    color: #efd8Ad !important;

    background-color: rgba(0,0,0,0.3) !important;

    background-image: none !important;

    border: 1px solid #000 !important;

    border-radius: 0 !important;

    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;

    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;

}

textarea{

    padding: 6px 12px !important;

    font-size: 16px !important;

    line-height: 1.5 !important;

    color: #fff !important;

    background-color: rgba(0,0,0,0.3);

    background-image: none !important;

    border: 1px solid #000;

    border-radius: 0 !important;

    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;

    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;

}

input:focus, textarea:focus{

    outline: none !important;

}



input[type="checkbox"] {

    background-color: rgba(0,0,0,0.3) !important;

    background-image: none !important;

    border: 1px solid #000 !important;

    border-radius: 0 !important;

    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;

    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;

    margin-right: 5px !important;

    overflow: hidden;

}

input[type="checkbox"]:before{

    background-color: #ffffff;

}

.error {

    font-size: 12px;

    color: red;

    font-weight: 700;

}


.custom-button-brown {

    background-color: transparent !important;

    color: #b88d58 !important;

    border: 1px solid #b88d58 !important;

    outline: none !important;

}

.custom-button-brown.medium {

    padding: 10px 15px;

    font-size: 16px;

    font-weight: 500;

}

.custom-button-brown.small {

    padding: 5px 10px;

    font-size: 14px;

    font-weight: 500;

}

.custom-button-brown.button:hover, .custom-button-brown:hover {

    background-color: #b88d58 !important;

    color: #efd8Ad !important;

    text-decoration: none !important;

    outline: none;

}




.woocommerce-info .custom-button-brown, .woocommerce-message .custom-button-brown, .woocommerce-error.custom-button-brown{
    margin-right: 10px;
}


.woocommerce-info , .woocommerce-message , .woocommerce-error{

    background: transparent;

    color: #efd8Ad;

    border-color: #b88d58 !important;

    border: 2px solid;

    font-size: 16px;

}

.woocommerce-info:before , .woocommerce-message:before , .woocommerce-error:before{

    color: #efd8Ad;

}

#cart-wrap .woocommerce-info , #cart-wrap .woocommerce-message , #cart-wrap .woocommerce-error{

    background-color: #b88d58;

    color: #efd8Ad;

    margin-bottom: 5px;

}

.woocommerce-info .button , .woocommerce-message .button , .woocommerce-error .button {

    background-color: transparent !important;

    color: #b88d58 !important;

    border: 1px solid;

    padding: 10px 15px;

    font-size: 16px;

    font-weight: 500;

    border: 1px solid #b88d58 !important;

}

.woocommerce-info .button:hover , .woocommerce-message .button:hover , .woocommerce-error .button:hover {

    background-color: #b88d58 !important;

    color: #efd8Ad !important;

    text-decoration: none !important;

}

#cart-wrap .woocommerce-info a, #cart-wrap .woocommerce-message a, #cart-wrap .woocommerce-error a{
    color: #efd8Ad !important;
}







/* ------------- Pagination Style S ------------------ */



.aconi-pagination {

    display: inline-block;

    margin: 0;

    list-style: none;

}

.aconi-pagination li {

    display: inline-block;

    margin: 0;

    padding: 0;

    margin-left: 5px;

    line-height: 1;

}

.aconi-pagination li a {

    text-decoration: none;

    color: #fff;

    border: 1px solid #93815d;

    padding: 8px 14px;

    font-family: "Open Sans",sans-serif;

    font-size: 14px;

}

.aconi-pagination li a:hover {

    background-color: #93815d;

}

.aconi-pagination li.active a {

    background-color: #93815d;

    cursor: initial;

}



/* ------------- Pagination Style E ------------------ */







