.footer_link i{
    line-height: 2;
}
#header {
    border-bottom: 11px solid rgba(204,221,220,1);
    padding-top: 23px;
    display: flex;
    margin-bottom: 5px;
}
#footer {
    border-bottom: 11px solid rgba(204,221,220,1);
    padding-top: 23px;
    display: flex;
}
.logo_line {
    flex: 1 1 auto;
    height: 1px;
    background-color: rgba(204,221,220,1);
}
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
a.logo_text {
    text-transform: uppercase;
    color: rgba(67,67,67,1);
    line-height: 1.2;
    letter-spacing: 0em;
    /* font-size: 60px; */
    text-align: left;
    font-family: 'Butler';
    font-weight: 400;
    font-style: normal;
    padding: 0px 35px;
    transition-duration: 0.5s;
    transition-property: color;
}
a.logo_text:hover{
    color: rgba(204,221,220,1);
}
ul.sub_menus {
    list-style: none;
    padding: 0px;
    display: inline-block;
    position: absolute;
    margin: 0px;
    background-color: #fff;
    box-shadow: 1px 1px 5px #ddd;
    z-index: 999;
    transition: opacity .5s ease-in-out;
    left: 0px;
    top: 60px;
    width: 200px;
    display: none;
}
ul.main_menu li:hover .sub_menus {
    display: inline-block;
}
ul.main_menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
ul.main_menu a {
    color: rgba(116,140,140,0.95);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-size: 18px;
    text-align: center;
    transition-duration: 0.5s;
    transition-property: color;
    font-family: 'Libre Baskerville';
    /* font-weight: 600;
    font-style: italic; */
}
ul.main_menu a:hover,ul.footer_menu a:hover,ul.bottom_menu a:hover {
    color: rgba(204,221,220,1);
}
ul.main_menu li {
    float: left;
  
    padding: 1px;
    position: relative;
    /* width: 200px; */
    margin-left:5px;

}
.main_menu ul {
    padding-left: 0rem;
    width: 300px;
}
ul.sub_menus li a{
    margin-left:17px;
}
ul.sub_menus li {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 8px 15px;
    margin-left:17px;
}
ul.footer_menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(204,221,220,1);
    padding-bottom: 15px;
    flex-wrap: wrap;
}
ul.footer_menu a {
    color: rgba(116,140,140,0.95);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-size: 18px;
    text-align: center;
    transition-duration: 0.5s;
    transition-property: color;
    font-family: 'Libre Baskerville';
}
ul.footer_menu li {
    float: left;
    padding: 16px 25px;
}
button.menu_toggler {
    background: transparent;
    border: none;
}

ul.social_menu {
    list-style: none;
    margin: 0px;
    display: flex;
    justify-content: center;
    padding: 15px 0px;
    flex-wrap: wrap;
}

ul.social_menu li a {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: red;
    line-height: 33px;
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 3px;
    position: relative;
    overflow: hidden;
    padding-top:8px;
}
ul.bottom_menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
ul.bottom_menu li {
    padding: 0px 8px;
}
ul.bottom_menu li a {
    color: #cddddc;
    font-size: 25px;
}
ul.bottom_menu li a {
    color: rgba(116,140,140,0.95);
    letter-spacing: 0.1em;
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
    font-family: 'Mulish';
    font-weight: 600;
    font-style: normal;
    border-right: 2px solid;
    padding-right: 10px;
}
.address {
    color: rgba(116,140,140,0.95);
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Mulish';
    font-weight: 600;
}
.main_menu .menu-level-1 .menu-level-2 .sub-menus.sub-menu-level-2 {
    display: none;
    position: absolute;
    list-style: none;
    top:0%;
    left: 94%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.main_menu .menu-level-1 .menu-level-2:hover .sub-menus.sub-menu-level-2 {
    display: block;
}
li.menu-level-2 {
    width: 100%;
}

@media (max-width: 1399px) {
    .col-gd {
        width: 25%;
    }
    .hero-area3.hero-area4 .item {
        height: 450px;
    }
}
@media (max-width: 1366px) {
    .slider-area-wrapper .item-inner {
        max-width: 70%;
    }
    .flash-sell-area.three_column_product .section-title h2{
        font-size: 24px;
    }
    .flash-sell-area.three_column_product .section-title h2 {
        font-size: 20px;
    }
}

@media (max-width: 1050px) {
    .left-category-area .category-list .navi-link img{
        display: none;
    }
    .left-category-area .category-list .navi-link {
        padding: 17px 8px;
    }
    .left-category-area .category-list {
        padding: 14px 0px;
    }
    .left-category-area .category-list .navi-link i {
        top: 5px;
    }

}

@media (max-width: 991px) {
    .hero-area3 .right-img img {
        max-width: 220px;
        display: inline-block;
        margin-bottom: 20px;
    }
    .slider-area-wrapper .item-inner {
        max-width: 100%;
    }
  
    .hero-area3 .left-content .title {
        font-size: 24px;
        line-height: 34px;
    }
    .hero-area3 .left-content{
        text-align: center;
        width: 100%;
    }
    .owl-carousel .owl-prev, .owl-carousel .owl-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .hero-area3 .left-content .subtitle {
        font-size: 30px;
    }
    .service-section.mt-60.pt-0{
        margin-top: 30px !important;
    }
  
    .col-gd {
        width: 33.333%;
    }
    .newproduct-section .section-title,
    .sps-two .section-title
    {
        display: block;
        text-align: center;
    }
    .sps-two  .section-title h2,
    .newproduct-section  .section-title h2
    {
        display: inline-block;
        margin-bottom : 20px;
    }
    .newproduct-section .section-title .links,
    .sps-two .section-title .links
    {
        display : block;
    }
    .newproduct-section .section-title .links, 
    .sps-two .section-title .links 
    {
        padding-bottom: 10px;
    }
    .section-title .links a::before {
        display: none;
    }
    .widget.p-4 {
        padding: 0px !important;
        box-shadow: none !important;
    }
    .contact-page .card.widget.p-4,
    .checkut-page .card.widget.p-4
    {
        border-radius: 5px !important;
        padding: 1.5rem !important;
    }
    .topbar{
        position: relative;
    }
    .compare-mobile {
        margin-right: 0px;
        margin-left: 10px;
    }
    .site-header .search-box-wrap{
        position: absolute;
        left: 0px;
        width: 100%;
        background: #fff;
        width: 100%;
        height: 100%;
        top: 0px;
        z-index: 999;
    }
    .close-m-serch{
        font-size: 24px;
        margin-left: 20px;
        cursor: pointer;
    }
    .track-order-link.wishlist-mobile{
        margin-right: 10px;
    }
    .t-h-dropdown {
        margin-right: 10px;
    }
    .hero-slider .item {
        height: 430px;
    }
    .body_theme2 .hero-slider .item {
        height: 430px;
    }
    
}

@media (max-width: 767px) {
    .hero-area3.hero-area4 .item {
        height: 320px;
    }
    .body_theme2 .genius-banner{
        margin-bottom: 30px;
    }
    .body_theme3 .genius-banner{
        margin-bottom: 30px;
    }
    .body_theme4 .genius-banner{
        margin-bottom: 30px;
    }
    .shop-top-filter-wrapper .gd-text-sm-center{
        text-align: center;
    }
    .shop-top-filter-wrapper select.form-control:not([size]):not([multiple]) {
        height: 35px;
    }
    .quickFilter .quickFilter-title{
        height: 35px;
        line-height: 35px;
    }
    .shop-top-filter-wrapper .shop-sorting .form-control {
        max-width: 155px;
    }
    .shop-top-filter-wrapper .gd-text-sm-center .sptfl{
        justify-content: center;
        display: block;
    }
    .shop-top-filter-wrapper .shop-view{
        float: unset;
        margin-top: 15px;
    }
    .shop-top-filter-wrapper  .shop-sorting{
        display: block;
        flex: unset;
        margin-top: 15px;
        text-align: center;
    }

    .col-gd {
        width: 50%;
    }
    .hero-slider .owl-carousel .owl-nav div {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .hero-slider .item {
        padding: 0px 20px;
    }
    .payment-methods .single-payment-method {
        width: 50%;
    }
    .details-page-top-right-content{
        /* margin-top: 30px; */
    }
    ul.social_menu li a {
        padding: 10px;
    }
    ul.bottom_menu li {
        padding: 0px 5px;
    }
    .order-summary{
        text-align:center;
    }
    .t-m-s-a{
        text-align: center;
    }
    a.genius-banner {
        margin-bottom: 30px;
    }
    .deal-of-day-section .section-title{
        display: block;
        text-align: center;
    }
    .deal-of-day-section .section-title h2{
        display: inline-block;
    }
    .deal-of-day-section .countdown{
        display: table;
        margin: 0 auto;
    }
    .deal-of-day-section .section-title .right-area{
        padding: 10px 0px 10px;
    }
    .flash-sell-area .section-title{
        text-align: left;
    }

}
.menu_icon{
    text-align: center;
    display: none;
}
.mobile_head{
    display: none;
}

@media only screen and (max-width: 768px) {
    .mobile_head {
        display: flex;
    }
    
    .mobile_menus{
        width: 100%;
        display: flex;
        justify-content: right;
        margin: 0px;
        padding: 0px;
        align-items: center;
    }
    ul.mobile_menus li {
        list-style: none;
        padding: 10px 10px;
    }
    ul.main_menu{
        display: none;
    }
	a.logo_text {
		font-size: 25px;
		padding: 0px 10px;
	}
	ul.main_menu li {
		padding: 10px 15px;
		width: 100%;
	}
	ul.footer_menu li {
		padding: 8px 13px;
	}
    .menu_icon{
        display: block;
    }
    ul.sub_menus {
        position: relative;
        top: 0px;
        width: 100%;
    }
    .main_menu .menu-level-1 .menu-level-2 .sub-menus.sub-menu-level-2 {
        top:0%;
        left:8%;
    }
}
@media (max-width: 576px) {
    .shop-top-filter-wrapper  .shop-sorting #sorting{
        display: block;
        margin: 0 auto;
    }
    .hero-slider .item {
        height: 340px;
    }
    .announcement-with-content .left-area {
        display: none;
    }
    .announcement-with-content .right-area {
        padding-left: 0px;
    }
    .announcement-with-content .right-area h3{
        font-size: 24px;
        font-weight: 600;
    }
}


@media (max-width: 500px) {
    .hero-area3.hero-area4 .item {
        height: 250px;
    }
    .slider-area-wrapper .item-inner .title {
        font-size: 30px;
    }
    .slider-area-wrapper .item-inner .subtitle {
        font-size: 15px;
        line-height: 24px;
    }
 
    .selected-product-section .features-slider .owl-nav div{
        top: 50% !important;
        transform: translateY(-50%);
    }
    .selected-product-section .features-slider .owl-nav div.owl-prev{
        left: -10px;
        right: auto;
    }
    .selected-product-section .features-slider .owl-nav div.owl-next{
        right: -10px;
    }
    .product-card .product-title > a {
        font-size: 13px !important;
        display: block;
    }
    .product-card .product-category>a{
        font-size: 12px;
    }
    .deal-of-day-section .section-title .h3::before{
        display: none;
    }
    .site-header .toolbar .toolbar-item {
        width: 34px;
        margin-left: 6px;
    }
    .flash-sell-new-section .product-card{
        display: block;
    }
    .flash-sell-new-section .product-card .product-thumb{
        width: 100%;
    }
    .flash-sell-area .section-title h2{
        font-size: 20px;
    }
    .p-action-button{
        display: block;
        margin-top: 12px;
    }
    .details-page-top-right-content .product-quantity{
        float: none;
    }
    .topbar .search-box-inner .search-box select {
        width: 80px;
    }
    .site-header .search-box-wrap .input-group{
        position: unset;
    }
    .site-header .search-box-wrap .search-box-inner{
        position: relative;
    }
}

@media (max-width: 414px) {
    .g-3, .gy-3 {
        --bs-gutter-y: 10px !important;
    }
    .g-3, .gx-3 {
        --bs-gutter-x: 10px !important;
    }
    .t-h-dropdown {
        margin-right: 8px;
    }
    .section-title h2 {
        font-size: 20px;
    }
    .details-page-top-right-content .p-title-main {
        font-size: 20px;
        line-height: 30px;
    }
   
}
@media (max-width: 390px) {
    .product-card .product-price > del{
        display: block;
    }
}
@media (max-width: 360px) {
    .product-card .product-title > a {
        font-size: 12px !important;
    }
    .product-card .product-card-body {
        padding: 10px 5px 0px;
    }
    .product-card.p-col .product-thumb {
        width: 100px;
        margin-right: 20px;
    }
    .genius-banner .inner-content h4 {
        font-size: 20px;
    }
}