@font-face {
    font-family: 'robotoBold';
    src: url('../fonts/Roboto Bold.eot');
    src: url('../fonts/Roboto Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto Bold.woff2') format('woff2'),
        url('../fonts/Roboto Bold.woff') format('woff'),
        url('../fonts/Roboto Bold.svg#Roboto Bold') format('svg');
}

@font-face {
    font-family: 'robotoMedium';
    src: url('../fonts/Roboto Medium.eot');
    src: url('../fonts/Roboto Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto Medium.woff2') format('woff2'),
        url('../fonts/Roboto Medium.woff') format('woff'),
        url('../fonts/Roboto Medium.svg#Roboto Medium') format('svg');
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto Regular.eot');
    src: url('../fonts/Roboto Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto Regular.woff2') format('woff2'),
        url('../fonts/Roboto Regular.woff') format('woff'),
        url('../fonts/Roboto Regular.svg#Roboto Regular') format('svg');
}

@font-face {
    font-family: 'robotoLight';
    src: url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

html,
body {
    font-size: 14px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'roboto';

}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

.container {
    max-width: 80%;
    padding: 0 1rem;
    margin: auto;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    transition: all 1s;
}

p {
    color: #242526;
    font-size: 12px;
    line-height: 1.9rem;
}


#home_header {
    width: 100%;
    background: #000;
}

.header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.header_top {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-bottom: 1.5rem;
}

.links {
    color: #f4f4f4;
    font-size: 1.1875rem;
    font-weight: 500;
    margin-right: 2rem;
}

.header_social {
    display: flex;
    align-items: center;
    padding-right: 1rem;
}

.header_social li {
    padding: 0 0.5rem;
}

.header_social li img {
    display: block;
}

.visit_btn {
    border: 1px #ed8123 solid;
    display: block;
    padding: 0.5rem 1.5rem;
    color: #ed8123;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

nav {
    width: 100%;
}

nav>ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo {
    padding: 0.6rem 0;
}

.logo img {
    width: 8.625rem;
}

nav ul ul {
    position: absolute;
    left: 0;
    background: #000;
    padding: 1rem;
    z-index: 1;
    display: none;
    width: 170px;
}

nav ul ul li {
    padding: 0.4rem 0;
    text-transform: capitalize;
}

nav>ul>li:hover ul {
    display: block;
}

nav ul ul li a {
    color: #fff;
}

nav>ul>li {
    padding: 0 1rem 1.2rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

nav>ul>li>a {
    color: #f4f4f4;
}

nav ul ul li:last-child {
    padding-bottom: 0;
}

header#header {
    background: #fff;
}

header#header nav>ul>li>a {
    color: #464646;
}

header#header .links {
    color: #464646;
}

.header_right {
    width: 100%;
}


footer#footer {
    width: 100%;
}

.newsletter_stay {
    background: #f1f0f0;
    width: 100%;
    padding: 5rem 0;
}

.newsletter_stay_row {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-right: 1px #9d9d9d solid;
}

.newsletter_stay_row.noborder {
    border-right: 0;
}

.newsletter_stay_row p {
    color: #ee8224;
    font-size: 1.5rem;
    display: block;
    padding-bottom: 0.5rem;
}

.newsletter_stay_row span {
    color: #ee8224;
    font-size: 1rem;
    padding-bottom: 1rem;
    display: block;
}

.stay-connected {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stay-connected li img {
    width: 2.5rem;
}

.stay-connected li {
    padding: 0 0.5rem;
}

.newsletter_stay:last-child>.newsletter_stay_row {
    border: 0;
}

.newsletter_input {
    max-width: 20.625rem;
    margin: auto;
    border: 1px #ee8224 solid;
    border-radius: 100px;
    height: 40px;
    position: relative;
}

.newsletter_input input[type="text"] {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    appearance: none;
    outline: none;
    color: #000;
    font-family: 'Comfortaa', cursive;
    padding: 0 1rem;
}

.newsletter_input button {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 0;
    background-image: url(../images/mail-iocn.png);
    background-color: transparent;
    background-size: contain;
    background-position: center;
    top: -1px;
}


.footer {
    width: 100%;
    background: #4c4e4d;
    padding: 1rem 0;
}

.container.w-90 {
    max-width: 90% !important;
}

.footer_nav_row {
    display: flex;
    justify-content: space-between;
}

.footer_title {
    color: #fcfcfc;
    font-size: 1.275rem;
    text-transform: uppercase;
    display: block;
    padding-bottom: 0.7rem;
}

.footer_links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 1rem;
}

.footer_links li:last-child {
    width: 100%;
    padding: 0;
}

.footer_links li {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    padding-right: 1rem;
}

.footer_links li img {
    display: block;
    margin-right: 0.6rem;
}

.footer_links li a {
    color: #fcfcfc;
    font-size: 1rem;
}

.footer_logo img {
    margin: auto;
    width: 10rem;
    padding-bottom: 3rem;
}

.footer_logo {
    text-align: center;
    display: grid;
}


ul.footer_nav li a {
    color: #fcfcfc;
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
}

ul.footer_nav li {
    padding-bottom: 1rem;
}

ul.footer_subnav li a {
    color: #f4f4f4;
    opacity: 0.6;
    font-size: 1.3125rem;
    display: block;
}

.footer_subnav ul li a {
    color: #f4f4f4;
    opacity: 0.6;
    font-size: 1.2rem;
}

.footer_subnav ul {
    display: flex;
    flex-wrap: wrap;
}

.footer_subnav ul li {
    width: 50%;
    padding: 4px 1rem;
}

ul.footer_nav {
    width: 40%;
    padding-top: 0.5rem;
}

.footer_subnav {
    width: 60%;
}

.footer_visit_btn {
    border: 1px #ed8123 solid;
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #ed8123;
    width: 80%;
    margin: auto;

    font-weight: bold;
}

.contact_map {
    width: 100%;
    height: 8rem;
    margin-top: 2rem;
}

.sub_footer {
    width: 100%;
    background: #626262;
}

.sub_footer .container {
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #c3c4c6;
}

.sub_footer .container p {
    font-size: 1.1rem;
    color: #c3c4c6;
}

.sub_footer .container p a {
    color: #c3c4c6;
}


.sldier_item {
    position: relative;
}

.sldier_item img {
    width: 100%;
    display: block;
}

.sldier_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3rem;
    width: 100%;
    background-image: url(../images/banner-content-bg.png);
    background-position: bottom;
    background-size: cover;
    padding-bottom: 7rem;
}

.sldier_caption h2 {
    color: #ee8224;
    font-size: 3.75rem;
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    line-height: 4rem;
}

.sldier_caption h2 strong {
    font-weight: bold;
    font-size: 4rem;
}

.sldier_caption p {
    color: #626262;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1rem 0 3rem;
}

.learn_more {
    color: #ee8224;
    font-size: 1.2rem;
    font-weight: 500;
    background-image: url(../images/arrow-img.png);
    background-repeat: no-repeat;
    background-size: 40px;
    padding: 1rem 3.5rem 1rem;
    background-position: left center;
}

.home_hero_slider ul.slick-dots {
    position: absolute;
    bottom: 30px;
    left: 40px;
}

.home_hero_slider ul.slick-dots li {
    display: inline-block;
    padding-right: 1.5rem;
    position: relative;
    padding-left: 7px;
}

.home_hero_slider ul.slick-dots li button {
    background: transparent;
    border: 0;
    font-family: 'Comfortaa', cursive;
    color: #777777;
    font-size: 1.5rem;
    position: relative;
    outline: none;
    cursor: pointer;
}

.home_hero_slider ul.slick-dots li:after {
    content: "0";
    position: absolute;
    left: 0;
    top: 1px;
    font-family: 'Comfortaa', cursive;
    color: #777777;
    font-size: 1.5rem;
}

.home_hero_slider ul.slick-dots li.slick-active button {
    color: #ee8224;
}

.home_hero_slider ul.slick-dots li.slick-active:after {
    color: #ee8224;
}

.home_hero_slider ul.slick-dots li.slick-active button:before {
    border-bottom: 1px #ee8224 solid;
    content: "";
    position: absolute;
    left: -5px;
    width: 100%;
    bottom: -3px;
}


.the_blog_section {
    width: 100%;
    background: #f4f4f4;
    padding: 4rem 0 3rem;
}

.the_blog_box {
    width: 100%;
}

.the_blog_box figure img {
    width: 100%;
    display: block;
}

.the_blog_box figcaption {
    width: 100%;
    padding-top: 1rem;
}

.the_blog_box figcaption span {
    color: #626262;
    font-size: 1.1rem;
    display: block;
    padding-bottom: 0.3rem;
}

.the_blog_box figcaption h3 a {
    color: #ee8224;
    font-size: 1.9375rem;
    font-weight: normal;
    text-transform: uppercase;
}

.the_blog_box figcaption h3 {
    padding: 0.3rem 0 1rem;
}

.online_store_box {
    width: 100%;
    height: 17rem;
    background: #fff;
    padding: 4rem 3rem;
    background-image: url(../images/shoping-bg.png);
    background-size: cover;
    background-position: right center;
}

.online_store_row {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px #ee8224 solid;
    padding: 0rem 1rem;
    border-radius: 4px;
}

.online_store_row h4 {
    color: #ee8224;
    font-weight: bold;
    font-family: 'Cairo', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
}

.read_more {
    color: #ee8224;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    background-image: url(../images/link-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding: 0.4rem 0 0.4rem 3rem;
}


.page_title {
    text-align: center;
    display: block;
    color: #111010;
    font-size: 2rem;
}

.the_blog_section .page_title {
    padding: 3rem 0;
    position: relative;
}

.the_blog {
    width: 100%;
    position: relative;
    padding: 0 3rem 9rem;
}

.the_blog:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    height: 18rem;
}


.our_factory_section {
    width: 100%;
    background-image: url(../images/request-bg.png);
    height: 40rem;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.our_factory_section:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

.our_factory_section h3 {
    color: #fff;
    font-size: 3.975rem;
    font-family: 'Cairo', sans-serif;
    line-height: 5rem;
    padding-bottom: 2rem;
}

.our_factory_section .container {
    position: relative;
    z-index: 1;
}

.our_factory_section h3 strong {
    font-weight: bold;
}

.send_request {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    background-image: url(../images/arrow-img.png);
    background-repeat: no-repeat;
    background-size: 40px;
    padding: 1rem 0 1rem 3.5rem;
}

.home_video video#video {
    width: 100%;
    position: relative;
}

.play.overlay {
    position: absolute;
    background: rgb(0 0 0 / 36%);
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    width: calc(100% - 30px);
    height: calc(100% - 3px);
    right: 0;
    margin: auto;
}

.play.overlay img {
    width: 60px;
}

.home_video {
    width: 100%;
    min-height: 500px;
}


.home-video-section {
    width: 100%;
    background: #e8e8e8;
    padding: 3rem 0;
}

.video_intro {
    background: #fff;
    position: relative;
    left: 0;
    padding: 2rem 4rem;
    box-shadow: 0px 2px 27px 0px rgb(0 0 0 / 23%);
}

.video_intro h3 {
    color: #ee8224;
    font-size: 2rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
}

.video_intro p {
    padding-bottom: 1rem;
}

.view_more {
    color: #3f3f69;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 3rem;
}

.view_more:after {
    content: "";
    width: 32px;
    background: #3f3f69;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 4px;
}


.top_brands {
    width: 100%;
    padding: 6rem 0;
    background: #f4f4f4;
}

.top_brands_title {
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    color: #111010;
    padding-bottom: 3rem;
}

.top_brands_row {
    display: flex;
    flex-wrap: wrap;
}

.brands_box {
    width: calc(20% - 16px);
    margin: 0 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 11rem;
    margin-bottom: 20px;
    padding: 1rem;
}

.brands_box img {
    max-width: 100%;
}

.brands_box:nth-child(5n+1) {
    margin-left: 0;
}

.brands_box:nth-child(5n+5) {
    margin-right: 0;
}

.load_more {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}

.load_more a {
    background: #dbdbdb;
    display: inline-block;
    padding: 1.2rem 7rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.load_more a:hover {
    background: #000;
}

.home_about {
    width: 100%;
    padding: 4rem 0;
}

.home_about_img {
    width: 120%;
}

.home_about_img img {
    width: 100%;
    display: block;
}

.home_about_content {
    width: 100%;
    background: #fff;
    position: relative;
    /* left: -6rem; */
    padding: 2rem;
    box-shadow: 0px 2px 27px 0px rgb(0 0 0 / 23%);
    text-align: left;
}

.home_about_content h2 {
    color: #ee8224;
    font-size: 2rem;
    text-transform: uppercase;
}

.home_about_content p {
    text-align: left !important;
}

.home_about_content span {
    display: block;
    padding: 1.2rem 0;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #242526;

    text-align: left !important;
}

.categories_img {
    width: 100%;
    position: relative;
    margin-bottom: 1.1rem;
}

.categories_img img {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
}


.contact-page {
    width: 100%;
    padding-top: 1rem;
    background: #fff;
    padding-bottom: 5rem;
}

.stores-page {
    width: 100%;
    padding-top: 1rem;
    background: #fff;
    padding-bottom: 5rem;
}

.bg_top {
    background-image: url(../images/bg-icon.png);
    height: 12px;
    padding-top: 0;
    background-repeat: repeat-x;
    background-size: cover;
}


.breadcrumbs {
    font-family: 'Cairo', sans-serif;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding-bottom: 2rem;
}

ul.breadcrumbs li {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 0.5rem;
    color: #cdcfd0;
}

ul.breadcrumbs li:first-child {
    padding-left: 0;
}

ul.breadcrumbs li a {
    color: #cdcfd0;
}

.categories__title {
    color: #ee8224;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 2rem;
}

.home_categories_section {
    width: 100%;
    padding-bottom: 3rem;
}


.contact_title {
    color: #000;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: 'Cairo', sans-serif;
    text-transform: uppercase;
    line-height: 3rem;
    padding-bottom: 0.6rem;
}

.input_row {
    width: 100%;
    margin-bottom: 1.5rem;
}

.input_row label {
    display: block;
    color: #909090;
    font-size: 1.1rem;
    padding-bottom: 0.6rem;
}

.input_row input[type="text"] {
    width: 100%;
    height: 2.5rem;
    border: 1px #bbbdc0 solid;
    background: #f7f7f7;
    appearance: none;
    outline: none;
    padding: 0 1rem;
}

.input_row textarea {
    width: 100%;
    height: 6.5rem;
    border: 1px #bbbdc0 solid;
    background: #f7f7f7;
    appearance: none;
    outline: none;
    padding: 0 1rem;
}


ul.contact_info_list {
    width: 100%;
    padding-top: 2rem;
}

ul.contact_info_list li {
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 16px;
    padding-bottom: 2rem;
}

ul.contact_info_list li p {
    font-size: 1.1rem;
    line-height: 19px;
    padding-left: 1rem;
    color: #414042;
}

ul.contact_info_list li p a {
    color: #414042;
}

.contact_subtitle {
    color: #000000;
    font-size: 1.8rem;
}

.input_row input[type="submit"] {
    text-align: center;
    margin: auto;
    display: block;
    background: #f2a15a;
    border: 0;
    padding: 0.9rem 5rem;
    border-radius: 4px;
    font-family: 'Comfortaa', cursive;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2rem;
    cursor: pointer;
    outline: none;
    appearance: none;
}

.contact_form {
    width: 100%;
}

.contact_form .contact_title {
    padding-bottom: 2rem;
}

.our_stores_box {
    width: 100%;
    margin-bottom: 4rem;
}

.w_80 {
    width: 80% !important;
}

.our_stores_box img {
    width: 100%;
    display: block;
}

.our_stores_info_img {
    width: 18px;
}

.categories-page {
    width: 100%;
    padding: 10px 0 3rem;
}

.our_stores_info {
    display: none;
    box-shadow: 0px 2px 27px 0px rgb(0 0 0 / 23%);
    padding: 1rem 2rem;
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 1rem;
}

.our_stores_box:hover .our_stores_info {
    display: block;
}

.our_stores_info h2 {
    color: #000000;
    font-size: 16px;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    line-height: 2rem;
}

.our_stores_info p {
    padding: 0.3rem 0;
}

.our_stores_info ul li {
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #242526;
    padding-bottom: 1rem;
}

.our_stores_info ul li a {
    color: #242526;
}

.our_stores_info ul li i {
    margin-right: 0.5rem;
}

.our_stores_title {
    color: #000000;
    font-size: 20px;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    /* padding-left: 2rem; */
    /* line-height: 2rem; */
    padding-top: 1rem;
}

.franchise_section {
    background: #ee8224;
    text-align: center;
    padding: 4rem 0;
    color: #fff;
    margin-top: 6rem;
}

.franchise_section h3 {
    font-family: 'Cairo', sans-serif;
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 3rem;
    text-transform: uppercase;
}

.franchise_section p {
    color: #ffffff;
    font-size: 1.9rem;
    line-height: 3rem;
}

.franchise_section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
}

.franchise_section ul li a {
    border: 1px #fff solid;
    padding: 0.9rem 4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Comfortaa', cursive;
    display: block;
}

.franchise_section ul li {
    padding: 0 1rem;
}

.brands-page .top_brands_row {
    padding-bottom: 8rem;
    padding-top: 1rem;
}

.brandsbg_top {
    background-image: url(../images/brandsbg_top.png);
    height: 12px;
    padding-top: 0;
    background-repeat: repeat-x;
    background-size: cover;
}

.brands-page {
    width: 100%;
    padding-top: 1rem;
    background: #f4f4f4;
}

.brands_store {
    width: 100%;
    background: #fff;
    padding: 4rem 0;
}


.millia-trading-page {
    width: 100%;
}

.millia-trading-hero {
    width: 100%;
    position: relative;
}

.millia-trading-hero img {
    width: 100%;
    display: block;
}

.caption {
    position: absolute;
    text-align: center;
    align-items: center;
    display: flex;
    z-index: 1;
    justify-content: center;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(20%);
    left: 0;
    right: 0;
    margin: auto;
}

header#header.millia-trading-header {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: transparent;
}

.caption h1 {
    color: white;
    font-size: 1.5rem;
    line-height: 2rem;
}

.caption h2 {
    color: #ee8224;
    font-size: 3rem;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    line-height: 4rem;
}

.millia_slider_item img {
    width: 100%;
    display: block;
}

.about_millia_content {
    width: 100%;
}

.about_millia_content p {
    font-size: 1.1rem;
}

.about_millia_content h3 {
    color: #000000;
    font-family: 'Cairo', sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 3rem;
}

.filter_by_active {
    color: #ee8224 !important;
}

p.footer_title a {
    color: white;
    font-size: 1rem;
}

.about_millia_content span {
    display: block;
    padding: 1rem 0 2rem;
    color: #242526;
    text-transform: uppercase;
    line-height: 2rem;
    font-size: 1.2rem;
}

.about_millia_trading {
    width: 100%;
    background: #fff;
    padding: 2rem 0 4rem;
}

.ourstores_slider_img {
    width: 100%;
}

.ourstores_slider_img img {
    width: 100%;
    display: block;
}

.ourstores_slider_item {
    margin: 0 0.8rem;
}


.ourstores_slider_item figcaption h2 a {
    color: #000000;
    font-size: 18px;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    line-height: 2rem;
}


.ourstores_slider_item figcaption ul li {
    font-size: 1rem;
    display: flex;
    align-items: center;
    color: #242526;
    padding-bottom: 0.5rem;
}

.ourstores_slider_item figcaption ul li a {
    color: #242526;
    font-size: 12px;
}

.ourstores_slider_item figcaption ul li i {
    margin-right: 0.5rem;
}

.ourstores_slider_item figcaption p {
    padding: 0.5rem 0;
}

.ourstores_slider_item figcaption {
    padding-top: 1rem;
}

.our_stores_section {
    width: 100%;
    background: #fff;
    padding: 3rem 0;
}

.ourstores_title {
    width: 100%;
    padding-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Cairo', sans-serif;
}

.ourstores_title h4 {
    font-size: 2.5rem;
    line-height: 2rem;
    font-weight: bold;
}

.ourstores_title span {
    color: #ee8224;
    font-weight: bold;
}

.ourstores_slider {
    padding-bottom: 7rem;
}

.pop_up_button_div {
    position: absolute;
    bottom: 13%;
    width: 100%;
}

.pop_up_button {
    border: 1px solid black;
    background: black;
    color: white !important;
    margin: auto;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: block;
    width: 70%;
}
.modal-backdrop {

    background-color: #000000cf;
}
button.slick-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border: 0;
    background: #efefef;
    font-size: 0;
    outline: none;
    cursor: pointer;
}

button.slick-prev.slick-arrow {
    right: -60px;
}

button.slick-next.slick-arrow:before {
    background: #857f75;
    content: "";
    position: absolute;
    right: -1px;
    width: 1px;
    height: 30px;
    top: 10px;
}

button.slick-prev.slick-arrow:after {
    content: "";
    color: #ed8123;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    left: 16px;
    border-bottom: 2px solid #ed8123;
    border-right: 2px solid #ed8123;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

button.slick-next.slick-arrow:after {
    content: "";
    color: #ed8123;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    left: 18px;
    border-top: 2px solid #ed8123;
    border-left: 2px solid #ed8123;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

button.slick-next.slick-arrow {
    left: -40px;
}


.aboutus-page {
    width: 100%;
}

.aboutus-hero {
    /* background: #cfd1d2; */
    text-align: center;
    /* padding: 3rem 0; */
    position: relative;
}

/* .aboutus-hero h1 {
  color: #ffffff;
  font-size: 2.75rem;
  font-family: 'Cairo', sans-serif;
  line-height: 3rem;
} */
img.aboutus-hero-banner {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.breadcrumbs-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.5rem;
}

.breadcrumbs-row li {
    padding: 0 0.3rem;
    color: #fff;
    font-weight: 600;
}

.breadcrumbs-row li a {
    color: #fff;
}


.about-section-img {
    width: 100%;
}

.about-section-img img {
    width: 100%;
    display: block;
}

.about-section-content {
    width: 100%;
    text-align: center;
}

.about-section-content h2 {
    /* color: #ee8224; */
    font-family: 'Cairo', sans-serif;
    font-size: 2.625rem;
    text-transform: uppercase;
    background-image: url(../images/about-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 1rem 0;
    margin-bottom: 2rem;
}

.about-section-content span {
    color: #242526;
    font-size: 1.2875rem;
    text-transform: uppercase;
    line-height: 2rem;
    padding-bottom: 2rem;
    display: block;
}

.about-section-content p {}

.about-section {
    width: 100%;
    padding: 4rem 0 2rem;
}

.about-section .row {
    padding-bottom: 6rem;
}

.about-section-content p {
    padding-bottom: 3rem;
    font-size: 1rem;
}


.blog_box {
    width: 100%;
    padding-right: 2rem;
}

.blog_img {
    width: 100%;
}

.blog_img img {
    width: 100%;
    display: block;
}


.blog_content {
    box-shadow: 0px 2px 27px 0px rgb(0 0 0 / 23%);
    padding: 2rem 3rem;
    width: 75%;
    top: -2rem;
    position: relative;
    z-index: 11;
    background: #fff;
    left: 1rem;
    margin-bottom: 3rem;
}

.blog_content h2 {
    color: #ee8224;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: 'Cairo', sans-serif;
    line-height: 2rem;
    padding: 1rem 0;
}

.blog_content h2 a {
    color: #ee8224;
}

.blog_content span {
    color: #626262;
    font-size: 1.1rem;
}

.blog_page {
    width: 100%;
}

.filter_by {
    width: 100%;
}

.filter_by_title {
    color: #ee8224;
    font-size: 1.575rem;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    border-bottom: 1px #d0d0d0 solid;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.filter_by ul {
    display: flex;
    flex-wrap: wrap;
}

.filter_by ul li {
    width: 50%;
    padding: 0 1rem 1.5rem;
}

.filter_by ul li img {
    width: 100%;
    display: block;
}

.filter_by ul li:nth-child(odd) {
    padding-left: 0;
}

.filter_by ul li:nth-child(even) {
    padding-right: 0;
}

.filter_by ul li h3 {
    color: #626262;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 0.5rem;
}

.blog_page .load_more a {
    width: 100%;
}


.blog-details-share {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.blog-details-share p {
    display: flex;
    align-items: center;
    color: #ee8224;
}

.blog-details-share p img {
    margin-left: 1rem;
    display: block;
}

.blog-details-img {
    width: 100%;
}

.blog-details-img img {
    width: 100%;
    display: block;
}

.latest_blog {
    width: 100%;
}

.latest_blog h2 {
    color: #cdcfd0;
    font-family: 'Cairo', sans-serif;
    font-size: 1.875rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 1.2rem;
}

.latest_blog_row {
    width: 100%;
    margin-bottom: 2rem;
}

.latest_blog_row img {
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
}

.latest_blog_row span {
    color: #626262;
    font-size: 1rem;
    padding-bottom: 0.6rem;
    display: block;
}

.latest_blog_row h3 a {
    color: #ee8224;
    font-size: 1.45rem;
    text-transform: uppercase;
}

.blog-details-content {
    width: 100%;
    padding-top: 2rem;
}

.details-title {
    text-align: right;
}

.details-title span {
    color: #626262;
    font-size: 1.2rem;
}

.details-title h2 {
    color: #ee8224;
    font-size: 2rem;
    text-transform: uppercase;
    padding-top: 1rem;
    line-height: 3rem;
}

.details-content p {
    padding-bottom: 2rem;
}


.about_millia_group {
    width: 100%;
    text-align: center;
    padding: 5rem 0;
}

.about_millia_group h1 {
    color: #000000;
    font-size: 2.35rem;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 3rem;
    padding-bottom: 1rem;
}

.about_millia_group span {
    text-transform: uppercase;
    padding-bottom: 3rem;
    display: block;
}

.about_milliagroup_content {
    width: 100%;
}

.about_milliagroup_content h2 {
    color: #000000;
    font-size: 2.75rem;
    font-family: 'Cairo', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 3rem;
}

.about_milliagroup_content p {
    padding-bottom: 1rem;
}

.categories_title {
    color: #ef9546;
    border-bottom: 1px #ef9546 solid;
    font-size: 2rem;
    font-family: 'Cairo', sans-serif;
    padding-bottom: 0.6rem;
    margin-bottom: 1rem;
}

.categories_bar {
    width: 100%;
    margin-bottom: 2rem;
}

ul.categories_list li a {
    color: #626262;
    font-size: 1.275rem;
}

ul.categories_list li {
    padding: 0.5rem 0;
}

.sort_by {
    width: 100%;
    margin-bottom: 2rem;
}

.sort_by_title {
    background: #ef9546;
    display: block;
    padding: 0.8rem 1rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}

.sort_by .categories_title {
    border: 0;
    margin: 0;
}

ul.sort_by_list {
    width: 100%;
    background: #ef9546;
    display: block;
    display: none;
}

ul.sort_by_list li {
    padding: 0.7rem 1rem;
    border-top: 1px rgb(255 255 255 / 50%) solid;
}

ul.sort_by_list li a {
    color: #fff;
}


.categories_banner {
    width: 100%;
    position: relative;
}

.categories_banner img {
    width: 100%;
    display: block;
}

.categories_banner_caption {
    position: absolute;
    bottom: 0;
    padding: 2rem;
}

.categories_banner_caption h1 {
    color: #f4f4f4;
    font-family: 'Cairo', sans-serif;
    font-size: 6rem;
    font-weight: 300;
    line-height: 7rem;
}

.categories_banner_caption p {
    color: #4d4f4e;
    font-size: 1.4rem;
    width: 60%;
    padding-bottom: 2rem;
}

.categories_breadcrumbs {
    display: flex;
    align-items: center;
    color: #626262;
    font-size: 1.1375rem;
    border-bottom: 1px #ee8224 solid;
    padding-bottom: 1rem;
    margin: 2rem 0;
}

ul.categories_breadcrumbs li a {
    color: #626262;
}

.categories_breadcrumbs li {
    padding: 0 0.5rem;
}

.categories_breadcrumbs li:first-child {
    padding-left: 0;
}

.product-box {
    width: 100%;
    margin-bottom: 3rem;
}

.product-img {
    width: 100%;
    border: 1px #9e9e9e solid;
    position: relative;
    margin-bottom: 1rem;
}

.product-img img {
    max-width: 100%;
    display: block;
    margin: auto;
    height: 22rem;
    margin-bottom: 0rem;
}

.cart_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 28%);
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0;
    z-index: 99;
    color: #fff;
    display: none;
}

button.cart_btn img {
    height: auto;
    width: 17px;
    position: relative;
    top: -4px;
}

.cart_btn i {
    margin-right: 0.5rem;
    border: 1px rgb(255 255 255 / 15%) solid;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}

.product-box figcaption h2 a {
    color: #191919;
    font-size: 1.2375rem;
}

.product-img:hover .cart_btn {
    display: flex;
}

.pagination_row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 0 6rem;
}

.pagination_row a {
    border: 1px #f6f6f6 solid;
    width: 40px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0 0 0 / 47%);
    font-size: 1.2rem;
    font-weight: 600;
}

.pagination_row .next {
    width: auto;
    padding: 0 1rem;
}

.pagination_row a.active {
    background: #ed8123;
    color: #fff;
}


.subcategories_box {
    width: 100%;
    margin-bottom: 4rem;
}

.subcategories_box img {
    width: 100%;
    display: block;
    padding-bottom: 0rem;
    height: 300px;
}

.subcategories_box h2 {
    color: #000000;
    font-family: 'Cairo', sans-serif;
    font-size: 1.475rem;
}

.subcategories_title {
    color: #000000;
    font-weight: bold;
    padding-bottom: 2rem;
    font-family: 'Cairo', sans-serif;
    font-size: 2.35rem;
}

.subcategories_section {
    width: 100%;
    padding: 4rem 0;
}


.millia_slider_item.premium_item {
    -webkit-box-shadow: -3px 5px 17px -9px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: -3px 5px 17px -9px rgba(0, 0, 0, 0.31);
    box-shadow: -3px 5px 17px -9px rgba(0, 0, 0, 0.31);
    padding: 1rem;
    margin: 10px;
}


.about_millia_slider button.slick-arrow {
    left: -43px !important;
    right: auto !important;
    bottom: 5rem;
    background: #fff;
}

.about_millia_slider button.slick-prev.slick-arrow {
    left: 8px !important;
    z-index: 1;
}

.top_brands_title.aligh-left {
    text-align: left;
    font-family: 'Cairo', sans-serif;
    padding-bottom: 2rem;
    font-weight: 300;
}

.top_brands_title.aligh-left strong {
    font-weight: bold;
}

.private_img {
    width: 100%;
}

.private_img img {
    width: 100%;
    display: block;
}


.our_brands_title {
    color: #000000;
    font-family: 'Cairo', sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 3rem;
    text-align: center;
}

.our_brands_section {
    width: 100%;
    padding: 6rem 0;
}


.our-presence {
    width: 100%;
    background: #13161c;
    padding: 2rem 3rem;
    margin: 7rem 0 4rem;
}

.our-presence-img {
    width: 100%;
}

.our-presence-img img {
    width: 100%;
    display: block;
}

.our-presence-content {
    border-left: 1px #fff solid;
    padding-left: 3rem;
}

.our-presence-content h3 {
    font-family: 'Cairo', sans-serif;
    font-size: 2.625rem;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2rem;
    padding-bottom: 1rem;
}

.our-presence-content p {
    color: black;
}

.accessories_link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border: 1px #fff solid;
    display: inline;
    width: max-content;
    padding: 1rem 4rem;
    color: #fff;
    background: rgb(0 0 0 / 40%);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2rem;
    display: none;
}

.categories_img:hover .accessories_link {
    display: block;
}

.nav_icon {
    display: none;
}


.categories_list {
    width: 100%;
    border-bottom: 1px #d7d7d7 solid;
}

ul.list {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

ul.list li a {
    color: #b1b3b4;
    font-weight: 600;
    font-size: 17px;
    border-right: 1px #b1b3b4 solid;
    padding: 0 20px;
}

ul.list li {
    padding: 12px 0;
}

ul.list li:last-child a {
    border: 0;
}

ul.list li.active {
    background: #d7d7d7;
}

ul.list li.active a {
    color: #ef9546;
    border: 0;
}

.filter_btn {
    display: none;
}

.filter-close {
    display: none;
}


.categories-row {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}

.categories-img {
    width: 60%;
}


.categories-row:nth-child(odd) .categories-intro {
    order: 1;
    margin-left: 0;
    margin-right: -6rem;
}

.categories-row:nth-child(odd) .categories-img {
    order: 2;
}

.categories-img img {
    width: 100%;
    display: block;
}

.categories-intro {
    width: 40%;
    background: #fff;
    position: relative;
    margin-left: -6rem;
    padding: 2rem 4rem;
    box-shadow: 0px 2px 27px 0px rgb(0 0 0 / 23%);
}

.categories-intro h2 {
    color: #000000;
    font-family: 'Cairo', sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
}

.categories-intro p {
    padding-bottom: 1rem;
}

.categories-intro ul {
    display: flex;
    color: #999b9e;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 1rem 0;
}

.categories-intro ul li {
    padding: 0 10px;
    border-right: 1px #999b9e solid;
}

.categories-intro ul li:first-child {
    padding-left: 0;
}

.categories-intro ul li:last-child {
    padding-right: 0;
    border: 0;
}

.descover_more {
    display: block;
    text-align: right;
    color: #ee8224;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 2rem;
}

.descover_more a {
    color: #ee8224;
    position: relative;
    padding-left: 4rem;
}

.descover_more a:after {
    content: "";
    background: #ee8224;
    width: 50px;
    left: 0;
    height: 2px;
    top: 7px;
    position: absolute;
}

.subnav_close {
    display: none;
}

.header-social-icons {
    width: 30px;
}

.footer-social-icons {
    width: 30px;
}

input#email-sub {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px #ee8224 solid;
    border-radius: 30px;
    padding: 0 15px;
}

input#email-sub:focus-visible {

    background-color: transparent;
    /* border: 0; */
}

input#email-sub:-internal-autofill-selected {

    background-color: transparent !important;
    /* border: 0; */
}

section.factory-tour {
    width: 100%;
    position: relative;
    height: 40rem;
    margin-bottom: 3rem;
}

section.factory-tour .play.overlay {
    width: 100%;
    height: 100%;
}

section.factory-tour .home_video video#video {
    height: 100%;
    object-fit: cover;
}

section.factory-tour .home_video {
    height: 100%;
}

.factory_tour_info .container {
    background: #fff;
    position: relative;

    padding: 1.4rem 2rem;
    box-shadow: 0px 2px 27px 0px rgb(0 0 0 / 23%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.factory_tour_info {
    width: 100%;
    position: relative;
    bottom: -4rem;
    z-index: 1;
}

.factory_tour_info_row i img {
    width: 6rem;
    display: block;
    margin: auto;
}

.factory_tour_info_row {
    text-align: center;
    font-family: 'Cairo', sans-serif;
}

.factory_tour_info_row h3 {
    color: #000000;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: 'Cairo', sans-serif;
    line-height: 3rem;
    display: block;
    padding: 0.4rem 0 0;
}

.factory_tour_info_row p {
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
}

section.factory-tour .play.overlay h4 {
    text-align: center;
    color: #fff;
    font-size: 3.3rem;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

section.factory-tour .play.overlay {
    text-align: center;
}


@media (max-width:1600px) {

    html,
    body {
        font-size: 14px;
    }
}

/* @media screen and (max-width: 1200px) and (min-width: 766px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }

} */

@media (max-width: 1100px) {

    nav>ul>li {
        padding: 1rem 1rem;
        font-size: 1rem;
        font-weight: bold;
        display: block;
        border-bottom: 1px rgb(255 255 255 / 40%) solid;
    }

    .links {
        font-size: 1rem;
        margin-right: 1rem;
    }

    .visit_btn {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

    .logo img {
        width: 90px;
    }

    .home_about_content {
        left: 0;
        padding: 1rem;
    }

    .home_about_content h2 {
        font-size: 1.2rem;
    }

    .video_intro {
        left: 0;
        padding: 1rem;
    }

    .video_intro h3 {
        font-size: 1.4rem;
    }

    ul.footer_nav li a {
        font-size: 1rem;
    }

    .footer_subnav ul li a {
        font-size: 1rem;
    }

    .footer_title {
        font-size: 1.2rem;
    }

}


@media (max-width: 900px) {

    .nav_icon {
        width: 40px;
        cursor: pointer;
        display: block;
    }

    .nav_icon span {
        background: #fff;
        width: 100%;
        height: 2px;
        display: block;
        margin-bottom: 9px;
    }

    .nav_icon span:last-child {
        margin-bottom: 0;
    }

    .nav_icon span:first-child {
        margin-top: 0;
    }

    .navoepn {
        position: fixed;
        right: 0;
        top: 0;
        background: #ee833a;
        height: 100%;
        z-index: 9;
        display: block;
        width: 80%;
        padding-top: 6rem;
        right: -100%;
        transition: all 1s;
        padding: 0;
        padding-top: 3rem;
        z-index: 999;
    }

    .header_top {
        display: none;
    }

    .header {
        align-items: center;
        width: 100%;
    }

    .header_right {
        width: auto;
    }

    /* .container {
    max-width: 100%;
  } */

    .logo img {
        width: 70px;
    }

    .brands_box {
        width: calc(50% - 7px);
        margin: 0 7px 18px !important;
        min-height: 13rem;
    }

    .brands_box:nth-child(odd) {
        margin-left: 0 !important;
    }

    .brands_box:nth-child(even) {
        margin-right: 0 !important;
    }

    .sldier_caption {
        padding: 1rem;
    }

    .sldier_caption h2 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .sldier_caption h2 strong {
        font-size: 2rem;
    }

    .sldier_caption p {
        padding: 0;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .learn_more {
        font-size: 1rem;
        margin-bottom: 4rem;
        display: none;
    }

    .top_brands_title {
        font-size: 1.5rem;
        padding-bottom: 1rem;
    }

    .top_brands {
        padding: 3rem 0;
    }

    .our_factory_section h3 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .our_factory_section {
        height: 300px;
    }

    .the_blog {
        padding: 1rem;
    }

    .the_blog_section .page_title {
        padding: 1rem 0;
        font-size: 1.5rem;
    }

    .the_blog_box {
        margin-bottom: 2rem;
    }

    .the_blog_box figcaption h3 a {
        font-size: 1.4rem;
    }

    .online_store_box {
        padding: 1rem;
        position: relative;
    }

    .online_store_row h4 {
        font-size: 1.3rem;
    }

    .online_store_box:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: #000;
        opacity: 0.6;
        left: 0;
    }

    .online_store_row {
        position: relative;
        z-index: 1;
    }

    .sldier_item img {
        height: 190px;
        object-fit: cover;
    }

    .home_about {
        padding: 2rem 0;
    }

    nav ul ul {
        position: relative;
        width: 100%;
        background: transparent;
        padding: 0;
    }

    nav ul ul li {
        border-top: 1px rgb(255 255 255 / 39%) solid;
        padding: 1rem 0 !important;
        font-size: 1rem;
    }

    nav ul ul li a {
        font-weight: bold;
    }

    ul.list {
        overflow: auto;
        white-space: nowrap;
        justify-content: flex-start;
    }

    ul.list li {
        padding: 8px 0;
    }

    ul.list li a {
        font-size: 1rem;
    }

    .categories_banner_caption p {
        display: none;
    }

    .categories_banner_caption h1 {
        font-size: 3rem;
    }

    .categories_banner_caption {
        padding: 1rem;
    }

    .categories_banner img {
        height: 200px;
        object-fit: cover;
    }

    .categories_sidebar {
        position: fixed;
        right: -100%;
        top: 0;
        background: #000;
        z-index: 99;
        width: 80%;
        padding: 1rem;
        overflow: auto;
        height: 100vh;
        transition: all 1s;
    }

    ul.categories_list li a {
        color: #fff;
        font-size: 1rem;
    }

    .categories_title {
        font-size: 1.5rem;
    }


    .pagination_row {
        justify-content: center;
        padding-bottom: 2rem;
    }

    .newsletter_stay_row {
        margin-bottom: 2rem;
        border-right: 0;
        border-bottom: 1px #9d9d9d solid;
        padding-bottom: 2rem;
    }

    .newsletter_stay {
        padding: 2rem 0;
    }

    .footer_logo img {
        display: block;
        margin: auto;
    }

    .footer_logo {
        margin-bottom: 3rem;
    }

    .footer_subnav ul li {
        padding-left: 0;
    }

    .sub_footer .container {
        display: block;
        text-align: center;
        padding: 1rem 0;
    }

    .sub_footer .container p {
        font-size: 1rem;
    }

    .footer {
        padding: 1rem 0;
    }

    ul.footer_nav li {
        padding-bottom: 1.4rem;
    }

    .footer_links {
        padding-top: 0;
    }


    /* .aboutus-hero {
    padding: 2rem 0;
  } */

    .about-section {
        padding: 3rem 0;
    }

    .about-section-content h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .about-section-content span {
        font-size: 1rem;
        line-height: 1.8rem;
        padding-bottom: 1rem;
    }

    .about-section-content p {
        padding-bottom: 1rem;
        font-size: 1.1rem;
    }

    .about-section .row {
        padding-bottom: 2rem;
    }

    .newsletter_stay_row p {
        font-size: 1.2rem;
    }

    .our_stores_info {
        display: block;
        left: 0;
        padding: 1rem;
        position: relative;
    }

    .stores-page .container {
        padding: 0;
    }

    .our_stores_title {
        display: none;
    }

    .our_stores_box {
        margin-bottom: 1rem;
    }

    .our_stores_info ul li {
        font-size: 0.9rem;
    }

    .our_stores_box i img {
        width: 23px;
    }

    .franchise_section p {
        font-size: 1rem;
        line-height: 2rem;
    }

    .franchise_section {
        padding: 1rem 0;
    }

    .franchise_section h3 {
        font-size: 2rem;
    }

    .franchise_section ul {
        display: block;
    }

    .franchise_section ul li {
        margin-bottom: 10px;
    }

    .stores-page ul.breadcrumbs {
        padding: 0 1rem 1rem;
    }

    ul.breadcrumbs li {
        font-size: 1rem;
    }

    .subcategories_box {
        margin-bottom: 1rem;
    }


    .subcategories_title {
        font-size: 2em;
    }

    .subcategories_section {
        padding: 2rem 0;
    }

    .about_millia_trading {
        padding: 1rem 0;
    }

    .about_millia_content h3 {
        font-size: 2rem;
    }

    .about_millia_content span {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-bottom: 1rem;
    }

    .blog_box {
        padding: 0;
    }

    .blog_content {
        top: 0;
        width: 100%;
        left: 0;
        padding: 1rem;
    }

    .blog_content h2 {
        font-size: 1.6rem;
        padding-bottom: 0.5rem;
    }

    .filter_by ul li {
        padding: 0.4rem;
    }

    .filter_by {
        padding-top: 2rem;
    }

    .contact_subtitle {
        font-size: 1.4rem;
    }

    .contact_title {
        font-size: 2rem;
    }

    .contact_form .contact_title {
        padding-bottom: 1rem;
    }

    .contact-page {
        padding-bottom: 2rem;
    }

    .navoepn.active {
        right: 0;
    }

    .millia_slider_item.premium_item {
        margin: 0;
    }

    .about_millia_slider ul.slick-dots {
        text-align: center;
        padding-top: 2rem;
    }

    .about_millia_slider ul.slick-dots li {
        display: inline-block;
        padding: 0 4px;
    }

    .about_millia_slider ul.slick-dots li button {
        background: #000;
        font-size: 0;
        width: 20px;
        height: 20px;
        border: 0;
        border-radius: 100px;
        outline: none;
        cursor: pointer;
    }

    .about_millia_slider ul.slick-dots li.slick-active button {
        background: #ee833a;
    }

    .subnav_close {
        position: absolute;
        right: 10px;
        z-index: 999;
        top: 10px;
        font-size: 23px;
        color: #fff;
        display: block !important;
    }

    nav>ul {
        display: block;
    }

    .breadcrumbs {
        padding-bottom: 0;
    }

    nav>ul>li:hover ul {
        display: none;
        padding-top: 1rem;
    }

    .details-title {
        text-align: left;
        padding-bottom: 1rem;
    }

    .details-title h2 {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .details-title span {
        font-size: 1rem;
    }

    .details-content p {
        padding-bottom: 1rem;
    }

    .newsletter_stay_row.noborder {
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .caption {
        transform: translateY(-50%);
    }

    .caption h1 {
        font-size: 1rem;
        line-height: 1rem;
    }

    .caption h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .about_millia_content {
        margin-bottom: 1rem;
    }

    .our_brands_section {
        padding: 1rem 0;
    }

    .our-presence {
        padding: 1rem;
    }

    .our-presence-img {
        margin-bottom: 2rem;
    }

    .our-presence-content {
        padding: 0;
        border: 0;
    }

    .our-presence-content h3 {
        font-size: 2rem;
        line-height: 2rem;
        padding-bottom: 0.3rem;
    }

    .ourstores_slider_item {
        margin: 0;
    }

    .ourstores_slider {
        padding-bottom: 0;
    }

    .ourstores_title h4 {
        font-size: 2rem;
    }

    button.filter_btn {
        background: #ef9546;
        float: right;
        color: #fff;
        border: 0;
        width: 100px;
        text-align: center;
        padding: 0.6rem 0rem;
        margin-bottom: 10px;
        border-radius: 2px;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        outline: none;
    }

    .categories_sidebar.active {
        right: 0;
    }

    .categories_sidebar.active {
        right: 0;
    }

    .filter-close {
        color: #fff;
        text-align: right;
        margin-bottom: 2rem;
        font-size: 1.5rem;
        margin-right: 1rem;
        display: block;
    }

    body.over_active:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        background: #000;
        opacity: 0.8;
    }

    .categories-img {
        width: 100%;
    }

    .categories-row {
        display: block;
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .categories-intro {
        width: 100%;
        margin: 0;
        padding: 1rem;
    }

    .categories-intro h2 {
        font-size: 2rem;
        line-height: 3rem;
    }

}

@media (max-width: 800px) {
    .home_about_img {
        width: 100%;
    }

    .w_80 {
        width: 100% !important;
    }
}
.evMtho{
    display: none!important;;
}
/* mobile view  */
@media (max-width: 500px) {
    .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        /* width: 90%; */
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 1.3rem;
        outline: 0;
    }

    .modal-dialog {
        margin: 30% 0.5rem;
    }

    .accessories_link {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        border: 1px #fff solid;
        display: inline;
        width: max-content;
        padding: 1rem 4rem;
        color: #fff;
        background: rgb(0 0 0 / 40%);
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1.2rem;
        display: block;
        width: 100%;

    }

    .mobile_video_view {
        width: 100%
    }

    .pop_up_button_div {
        bottom: 9%;
    }

    .pop_up_button {
        width: 90%;
    }
}
