
/* COMMON STYLES */
ul {
    margin: 0;
    padding: 0;
}
.theme-color {
    color: #e11b29!important;
}
.theme-background {
    background: #e11b29!important;
}


/*====================
	Nav menu
=====================*/
.nav-link {
    padding: 0.5rem 0;
}
#header_nav ul {
    list-style-type: none;
}
#header_nav .nav-link {
    padding: 21px 19px;
    transition: 0.4s ease;
    position: relative;
    text-decoration: none;
}

#header_nav li a:hover, #header_nav ul li a:hover {
    color: #fcdc31;
    background-color: #a1151f!important;
}
#header_nav .submenu .nav-link:hover, #header_nav .sub-submenu .nav-link:hover {
	background-color: #fcdc31!important;
    color: #e11b29;
}
#header_nav .has-submenu::after, #header_nav .has-sub-submenu::after {
	content: '';
    display: none;
}
#header_nav .has-submenu > .nav-link::after, #header_nav .has-sub-submenu > .nav-link::after {
	position: absolute;
	transform: translate(0, -50%);
    top: 50%;
	display: inline-block;  
	background: #fff;
	padding: 0;
}
#header_nav .submenu, #header_nav .sub-submenu {
    position: absolute;
    transition: 0.3s ease top, 0.3s ease left;
	visibility: hidden;
    /* width: 100%; */
    background-color: #fff;
}
#header_nav .sub-submenu {
    width: auto;
}
#header_nav .submenu {
    top: calc(100% + 15px);
    left: 0;
    max-height: 75vh;
    overflow: hidden auto;
}
.sm-scroll::-webkit-scrollbar {
    width: 8px;
}
.sm-scroll::-webkit-scrollbar-thumb {
    background: #646464;
    border-radius: 5px;
}
#header_nav .sub-submenu {
    top: 0;
    left: calc(100% - 15px);
}
#header_nav .has-submenu:hover > .submenu, #header_nav .has-sub-submenu:hover > .sub-submenu {
    visibility: visible;
}
#header_nav .has-submenu:hover > .submenu {
    top: 100%;
}
#header_nav .has-sub-submenu:hover > .sub-submenu {
    left: 100%;
}
#header_nav .submenu .nav-item, #header_nav .sub-submenu .nav-item {
    width: 100%;
}
#header_nav .submenu .nav-link, #header_nav .sub-submenu .nav-link {
    color: #333;
    font-size: 0.95rem;
    padding: 10px 20px;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}
/* #header_nav .has-submenu > .nav-link::after {
	content: url('../../images/arrow-down.svg');
    right: 5px;
}
#header_nav .has-sub-submenu > .nav-link::after {
    content: url('../../images/arrow-right.svg');
	right: 0;
} */



.nav-link {
    font-family: museo500;
    font-size: 1.7em;
    color: #fff;
    transition: 0.3s ease;
}
#sidenav .has-submenu, #sidenav .has-sub-submenu {
    position: relative;
    cursor: pointer;
}
#sidenav .has-submenu::after, #sidenav .has-sub-submenu::after {
	content: url('../../images/arrow-down.svg');
	position: absolute;
	top: 12px;
	right: 10px;
	transform: rotate(-90deg);
    transition: 0.3s ease-in-out;
	display: inline-block;
	/* background: #fff; */
	padding: 2px;
}
#sidenav .has-submenu.active::after, #sidenav .has-sub-submenu.active::after {
    transform: rotate(0deg);
}
nav.sidebar {
    max-height: 80vh;
    overflow: hidden auto;
}

.sidebar li .submenu{ 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	padding-left: 1rem; 
	padding-right: 1rem;
}
.sidebar li .sub-submenu{
    padding-left: 1rem; 
}
.sidebar .nav-link { 
	display: inline-block!important;
    font-size: 2em;
}
.sidebar .nav-link:hover { 
	color: #fcdc31;
}
.sidebar li {
    list-style-type: none;
}

/* .submenu,
.sub_submenu {
    position: absolute;
    z-index: 99;
    opacity: 0;
    background-color: #f4f4f4;
    min-width: 200px;
    -moz-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.menu_item,
.submenu_item {
    position: relative;
}
.submenu_item:hover,
.sub_submenu_item:hover {
    background-color: #fcdc31;
    color: #e11b29;
}
.menu_item:hover {
    background: #9B1622;
    color: #fcdc31;
}
.menu_link, .submenu_link {
    width: 100%;
    font-size: 1.7em;
    padding: 20px 30px;
    outline: 0 !important;
    text-decoration: none!important;
    font-family: museo500;
}
.menu_link {
    color: #fff;
}
.submenu_link {
    color: #000;
    padding: 10px 20px;
    font-size: 15px;
}
.menu_link:hover {
    color: #fcdc31!important;
}
.submenu_link:hover {
    color: #e11b29!important;
} */
/* .submenu_item {
    display: block;
    width: 100%;
}
.menu_item.dropdown .submenu {
    top: 0;
    left: 0;
    visibility: hidden;
}
.menu_item.dropdown:hover > .submenu {
    top: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
}
.submenu_item.dropdown .sub_submenu {
    top: 0;
    left: 0;
    visibility: hidden;
}
.submenu_item.dropdown:hover > .sub_submenu {
    top: 0;
    left: 100%;
    opacity: 1;
    visibility: visible;
}
.menu_item.dropdown::after {
    content: url('../../images/arrow-down.svg');
}
.submenu_item.dropdown::after {
    content: url('../../images/arrow-right.svg');
}
.menu_item.dropdown::after,
.submenu_item.dropdown::after {
    padding-left: 0.4rem;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translate(0, -50%);
    display: inline-block;
} */

/*====================
	Slider Area
=====================*/
#home_banner {
    width: 100%;
    transition: 0.6s all linear;
}
#home_banner.main-banner::before {
    border-bottom: 10vh solid #000;
}
#slide_inner {
    width: 100%;
    height: calc(85vh);
    overflow: hidden;
}
@media (max-width: 768px) {
    #slide_inner {
        height: calc(70vh);
    }
}
#home_banner .main_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5rem 5rem 6rem;
    /* margin-top: 7rem; */
}
.carousel_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub_heading {
    font-size: 1.3rem;
    font-weight: 700;
    font-size: 2em;
}
.slide_btn {
    margin-top: 4rem;
}
.read-more-btn {
    font-size: 1.5em;
    font-weight: 600;
}
@media(max-width: 992px) {
    #home_banner .main_content {
        padding: 0 2rem 5rem 5rem;
        /* margin-top: 3.5rem; */
    }
    #home_banner.main-banner::before {
        border-bottom: 3vh solid #000;
    }
}
@media(max-width: 768px) {
    #home_banner .main_content {
        padding: 0 2rem 3rem 3rem;
    }
    .slide_btn {
        margin-top: 1.5rem;
    }
    .read-more-btn {
        font-size: 0.9rem;
    }
}
@media(max-width: 576px) {
    #slide_inner {
        height: auto;
        min-height: 220px;
    }
    #home_banner .main_content {
        padding: 3rem 3rem 8rem 2rem;
    }
    .slide-left {
        order: 2;
    }
    .slide-right {
        order: 1;
    }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
    background: #262626!important;
    padding: 15px 13px!important;
    margin: 0;
}
.owl-carousel .owl-nav button.owl-prev {
    clip-path: polygon(0 0, 100% 0%, 83% 100%, 0 100%);
}
.owl-carousel .owl-nav button.owl-next {
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}   
.owl-nav button.owl-prev {
    left: 0;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
.owl-nav button.owl-next {
    right: 0;
}
@media(max-width: 500px) {
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        padding: 6px 4px !important;
    }
}
#home_banner .owl-dots {
	position: absolute;
	z-index: 9999;
	width: 100%;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

/* SINGLE PRODUCT */
.hero-area .product-details {
    background-color: #f4f4f4;
}
.paragraph {
    font-size: 1rem;
}
.product_desc {
    font-size: 0.95rem;
    color: #fff;
}
.product_desc p {
    font-size: 0.95rem;
    color: #fff;
}


.product_image {
    position: relative;
    padding-top: 60%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    overflow: hidden;
}
.product_image .img_container {
    padding-top: 60%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    overflow: hidden;
  }
  .product_image .img_container .image {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
  }

  .limit_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;
    height: 113px;
  }