/* 
Theme Name: NathanAshe
Description: NathanAshe Theme is a child theme of Hello Elementor, please don't remove Hello Elementor
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body {
    overflow-x: hidden;
}

.elementor-widget-text-editor {
    word-break: break-word;
}

.elementor-element .swiper .elementor-swiper-button-prev i,
.elementor-element .swiper .elementor-swiper-button-next i{
    display: none;
}
.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper .elementor-swiper-button-next,
.swiper .swiper-button-prev,
.swiper .swiper-button-next{
    width: 80px;
    height: 80px;
    background: #30303099;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #D2B589
}
.elementor-element .swiper .elementor-swiper-button-prev:hover,
.elementor-element .swiper .elementor-swiper-button-next:hover,
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover{
    background: var( --e-global-color-a37a8bb );
}
.elementor-element .swiper .elementor-swiper-button-prev:before,
.swiper .swiper-button-prev:after{
    content: '';
    background: url(assets/images/arrow-next-button.svg) no-repeat center;
    width: 17px;
    height: 29px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.elementor-element .swiper .elementor-swiper-button-next:before,
.swiper .swiper-button-next:after{
    content: '';
    background: url(assets/images/arrow-next-button.svg) no-repeat center;
    width: 17px;
    height: 29px;
}
.cricle-icon .elementor-icon-wrapper .elementor-icon:not(.elementor-social-icon){
    width: 81px;
    height: 81px;
    border: 1px solid #D2B589;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.cricle-icon .elementor-icon-wrapper .elementor-icon:not(.elementor-social-icon):before{
    content: '';
    border: 1px solid #E6E2D8;
    width: 93px;
    height: 93px;
    border-radius: 50%;
    position: absolute;
}
.elementor-icon-wrapper .elementor-icon:not(.elementor-social-icon) svg {
    width: auto;
    height: auto;
}
.elementor-form .elementor-field-group .elementor-field-textual {
    border: 0;
    border-bottom: 0.5px solid #222222;
    border-radius: 0;
    padding: 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    color: #818181;
}
.elementor-form .elementor-field-group .elementor-field-label {
    display: none;
}
.elementor-form .elementor-field-group .elementor-field-textual:focus {
    box-shadow: none;
}
.elementor-form .elementor-field-group .elementor-field-textual::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    color: #818181;
}
.elementor-form .elementor-field-group .elementor-field-textual::-moz-placeholder { /* Firefox 19+ */
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    color: #818181;
}
.elementor-form .elementor-field-group .elementor-field-textual:-ms-input-placeholder { /* IE 10+ */
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    color: #818181;
}
.elementor-form .elementor-field-group .elementor-field-textual:-moz-placeholder { /* Firefox 18- */
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    color: #818181;
}
.button-secondary{
    background: #F7F4EC;
    font-family: "Kalnia Medium", Sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #000000;
    border-radius: 100px 100px 100px 100px;
    padding: 8px 30px 8px 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}
.button-secondary:hover{
    background-color: #D2B589;
}
.view-all{
    background: #E6E2D8;
    width: 87px;
    height: 87px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Kalnia Medium", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #303030;
    cursor: pointer;
}
.view-all.active,
.view-all:hover{
    background: #F4F3F1;
}
.container {
    max-width: 1352px;
    margin: 0 auto;
    padding: 0 36px;
}
.elementor-field-group button.elementor-button[type="submit"] {
    background: #E6E2D8;
    width: 87px;
    height: 87px;
    flex-basis: auto !important;
    text-transform: inherit;
    color: #484745 !important;
    padding: 10px;
}
a{
    color: #303030;
}
@media only screen and (max-width: 1440px){
    .container {
        max-width: 1252px;
    }
}
@media only screen and (max-width: 767.98px){
    .cricle-icon .elementor-icon-wrapper .elementor-icon:not(.elementor-social-icon){
        width: 72px;
        height: 72px;
    }
    .cricle-icon .elementor-icon-wrapper .elementor-icon:not(.elementor-social-icon):before{
        width: 83px;
        height: 83px;
    }
}


/**/
.woocommerce-account .woocommerce form .form-row button.button.woocommerce-form-register__submit,
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
    background: #E6E2D8;
    width: 87px;
    height: 87px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 20px;
    text-transform: inherit;
    color: #484745;
    padding: 8px;
}
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    padding: 10px 0 15px;
}
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme [type=checkbox] {
    margin-right: 15px;
}
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    font-weight: 300;
    line-height: 20px;
}
.woocommerce-account .woocommerce p {
    font-family: 'Kalnia Regular';
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-family: 'Kalnia Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    color: #D2B589;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style-type: none;
    margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button.button{
    background: #E6E2D8;
    font-size: 16px;
    line-height: 20px;
    text-transform: inherit;
    color: #484745;
    padding: 15px 30px;
    margin-top: 20px;
}
.woocommerce-account main#content{
    margin-top: 50px;
    margin-bottom: 50px;
}
.logged-in main#content .page-header,
.woocommerce-account main#content .page-header{
    margin-bottom: 50px;
}
.logged-in main#content .page-header h1,
.woocommerce-account main#content .page-header h1{
    margin: 0;
    padding: 0;
}