/*
Theme Name: Hello Elementor Child
Theme URI: https://commerciamotto.com
Description: Child theme for Hello Elementor – COMMERCIA MOTTO AE
Author: COMMERCIA MOTTO AE
Author URI: https://commerciamotto.com
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/

/* Custom CSS below */

.header-container, .sn-botton-hd, .e-con-inner, .footer-inner {
    max-width: 1360px !important;
    width: 90% !important;
    margin: auto !important;
}

.top-header{
width: 100%;
    background: #123524;
    padding: 4px 0px;
}
.sn-main-header{
padding: 0px !important;
}
.top-header-inner {
    display: flex;
    justify-content: space-between;
}

.top-left a {
    color: #fff;
    font-size: 14px;
}
.top-left {
    display: flex;
    gap: 10px;
}

.top-left a i {
    font-size: 12px;
    padding-right: 1px;
}
.top-left {
    display: flex;
    gap: 10px;
}

.top-left a i {
    font-size: 12px;
    padding-right: 1px;
}

.top-right a {
	color: #000000;
    font-size: 14px;
    background: #ffffff;
    border-radius: 50px;
    width: 23px;
    height: 23px;
    text-align: center;
}

.top-right {
    display: flex;
    gap: 10px;
}

.top-right span {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-right: 3px;
}
.sn-botton-hd{
align-items: center;
}
.top-right a i {
    font-size: 13px !important;
    line-height: 23.5px;
}