
body {
    font-family: 'Josefin Sans', sans-serif !important;
}
a {
    
    text-decoration: none !important;
    color: #000 !important;
}
li {
    list-style: none;
}

/* --- header --- */
.top-header {
    padding: 6px 60px;
    
    position: relative;
    background: #2F4799;
    display: flex;
    justify-content: space-between;
}
.top_left {
    display: inline-block;
    color: #fff;
    
}
.top_right a:first-child {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

.top_left a {
    font-size: 13px;
    margin-right: 20px;
    color: #fff;
}
.top_left a i {
    color: #2F4799;
}
.top_left a:first-child {
   border-right: 1px solid #000;
   padding-right: 20px;
}

.top_right {
    display: inline-block;
    
}

.top_right a {
    font-size: 13px;
    color: #fff !important;
}
.tag-line span {
    font-size: 13px;
}
.top_right a i {
    color: #fff;
}
.top_right .header-links a:not(:last-child) {
    border-left: 1px solid #000;
    padding-left: 20px;
}
.header-links a {
    float: right;
}
.top_left span {
    font-size: 13px;
    
}
.middle-header {
    padding: 5px 56px;
    position: relative;
    /* background: #606060; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 1px 2px #dbdbdb;
}
.logo  {
    display: inline-block;
}
.logo img {
    height: 60px;
}
nav.navbar {
    display: inline-block;
    
}
nav.navbar .nav-item a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 15px !important;
    padding: 10px 0px;
    text-transform: uppercase;
}
nav.navbar form {
    background: #878787;
    margin-left: 293px;
    min-width: 300px;
}
nav.navbar form input.form-control {
    background: #878787 !important;
    border-radius: unset !important;
    border: unset !important;
   
}
nav.navbar form input.form-control::placeholder {
    color: white !important;
}
nav.navbar form  button{
    color: white !important; 
}
nav.navbar.navbar-expand-lg {
    padding: 0px;
}
.middle-right {
    display:flex ;
    align-items: center;
   
}
.middle-right a i {
    color: #000;
}
.middle-right a  {
   position: relative;
   margin: 15px 10px;
}
.middle-right a span {
    position: absolute;
    background: #2F4799;
    font-size: 11px;
    padding: 0px 4px;
    border-radius: 50%;
    color: #fff;
    left: 10px;
    top: -2px;
}

/* ---content section --- */

.category_section h4 {
    color: #748BA7;
    font-size: 22px;
    font-weight: 400;
}
.category_list {
    min-height: 73px;
    width: 21%;
    margin: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
}

.category_img {
    background: #F2F3F5;
    padding: 0px;
    border-radius: 50%;
}
.category_list h4 {
    color: #000;
    font-size: 18px;
    position: absolute;
    bottom: 10%;
    /* left: 17%; */
    background: #fff;
    padding: 10px 40px;
    /* visibility: hidden;*/
}
.category_section a.shopping_btn {
    background: #2F4799;
    color: #fff !important;
    padding: 6px 24px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgb(0,0,0,0.4);
}
.product-listing {
    width: 21%;
    
    position: relative;
    padding: 0px;
    background: #f2f2f275;
    padding: 10px;
    border-radius: 6px;

}
.product_img {
    border: 1px solid #ccc;
    border-radius: 2px;

    position: relative;

}
h4.product_title a {
    
    word-break: break-all;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 15px 0px 0px 0px;
    

}
h5.product_category {
    font-size: 18px;
    color: #748BA7;
}
p.product_price {
    color: #2F4799;
    font-size: 18px;
    margin-bottom: 0;
}
h4.product_title {
    margin: 0;
}
.price-rating {
   
}
p.product_rating i {
    color: #FDCC0D;
    font-size: 14px;
}
p.product_rating {
    font-size: 14px;
}
p.product_rating {
    font-size: 14px;
    align-items: center;
    margin-bottom: 10px;
}
.product_img i {
    margin-top:3px;
    padding: 6px;
   
    color: #2F4799;
    
    
}
.row-custom.meta span i {
    color: #DC2982;
}

#kitchen_1 {
    background: #FEF2F2;
    padding: 30px;
    border-radius: 12px;
    width: 45%;
}
#decor_1 {
    background: #EFF6FF;
    padding: 30px;
    border-radius: 12px;
    width: 45%;
}
.cat_banner p {
    color: #748BA7;
    font-weight: 600;
}
.cat_banner a {
    background: #fff;
    color: #000;
    padding: 10px 26px;
    font-size: 18px;
    font-weight: 500;
    /* margin-top: 30px; */
    border-radius: 26px;
    width: fit-content;
}
.cat_banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}
.content_bnnr_large {
    background-image: url(../img/bnnr2.png);
    background-position: center;
    height: 550px;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
     justify-content: center; 
    align-items: flex-end;
    padding: 30px;
    width: 58%;
    
}
.content_bnnr_small{
    background-image: url('../img/bnnr1.png');
    height: 550px;
    position: relative;
    width:34%;
    
}
.content_bnnr {
    
}
.content_bnnr_large p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.content_bnnr_large a.banner-button1 {
    color: #2F4799;
    font-size: 20px;
    background: #fff;
    width: fit-content;
    padding: 10px 25px;
    font-weight: 600;
}
.content_bnnr_des {
    background: #fff;
    padding: 20px;
    width: fit-content;
    position: absolute;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 18%;
}
.content_bnnr_des a {
    color: #fff !important;
    background: #2F4799;
    padding: 6px 12px;
    margin-top: 10px;
}
.new-arrivals_list h2 {
    margin-left: 8px;
    font-size: 36px;
}

/*--- Footer ---*/
.footer {
    
    padding: 0px 60px;
    /* background: #f2f3f5; */
    font-size: 14px;
}
.footer_links {
   
    padding: 40px 20px;
}
.footer_links:not(:last-child) {
    
    
}
.footer a {
    font-size: 14px;
}
.footer_icons img {
    height: 30px;
    margin-right: 10px;
}
.footer_about p {
    font-size: 18px;
}
ul.quick_links li {
    list-style: none;
    color: #748BA7;
    margin: 6px 0px;
}
ul.quick_links li a {
    color: #748BA7 !important;
    font-size: 14px;
}
ul.quick_links {
    padding-left: 0;
    margin-top: 15px;

}

.footer_contact span {
    font-size: 17px;
    font-weight: 600;
}
ul.contact_details {
    padding-left: 0px;
}
ul.contact_details li i {
    background: #2F4799;
    margin-right: 10px;
    color: #fff;
    padding: 15px;
    border-radius: 50%;  
}
.copyright-section {
    padding: 12px 60px;
    background-color: #2F4799;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright p {
    margin-bottom: 0px !important;
    color: #fff;
}
a.product_title_sec {
    display: flex;
    justify-content: center;
}

.float-right {
    float: right;
}
.product-listing:hover .product-item-options .item-option {
    opacity: 1;
}
.product-item-options .item-option {
   
    padding-top: 3px;
   
}
.rating .icon-star-o {
    color: #000000ad  !important;
}
.ratting_catside {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
@media screen and (max-width: 767px) {
    .product_img img {
        
    }
    div#locationModal .modal-header .close {
        position: absolute !important;
        top: 10px;
        right: 10px;
    }
    div#locationModal .modal-header h4.modal-title {
        margin-top: 15px;
    }
    .middle-right {
        display: inline-block;
       
    }
    .middle-right a i {
        color: #000;
    }
    .middle-right a  {
       position: relative;
       margin: 15px 0px;
    }
    .product-add-to-cart-container .button-container {
        min-width: 0!important;
         width: auto!important; 
        height: auto!important;
    }
    .top-header {
        padding: 10px;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .top_middle {
        display: none;
    }
    .top_right {
        display: inline-block;
        position:inherit;
        right: 0px;
        max-width: 580px;
    }
    .tag-line {
        display: none;
    }
    .header-links a {
        float: right;
        
    }
    .top_right .header-links a:not(:last-child) {
        border-right: 1px solid #000;
        padding-right: 10px;
        border-left: unset;
        padding-right: 0px;
        
    }
    .navbar-toggler {
        background-color: #fff !important;
        margin-top: 10px;
    }
    .middle-header {
        padding: 10px;
        align-items: flex-start;
    }
    nav.navbar form {
        background: #878787;
        margin-left: 0px;
        min-width: 300px;
    }
    .product-listing {
        width: 90%;
        
    }
    .category_list {
        width: 95%;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .new-arrivals_list h2 {
        margin-left: 8px;
        font-size: 28px;
    }
   
    .top_left {
        display: inline-block;
        color: #fff;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    
    
}
ul#pills-tab {
    display: flex;
    justify-content: center;
}
.nav-pills .nav-link.active {
    color: #2F4799 !important;
    background-color: transparent;
    border-radius: unset !important;
    padding: 0.5rem 1.5rem !important;
    font-size: 22px;
}
#btn_filter_price {
    margin-top: -2px !important;
}
.new-arrivals_list  .nav-link { 
    color: #748BA7 !important;
    background-color: transparent;
    border-radius: unset !important;
    font-size: 22px;
   
}
.product-list-pagination li, a {
    transition: all 0.3s;
}
.product-list-pagination li.active a, .product-list-pagination li:hover, .product-list-pagination li:hover a{
  background-color: #2F4799 !important;
  border-color: #2F4799 !important;
  color: white !important;
}
.shortcut-section a {
    font-size: 18px !important;
    color: #000 !important;
}
.filter-list a {
    border-color: #2F4799 !important;
}
a.link-see-more {
    background: #2F4799 !important;
    /* font-size: .85em; */
}
.shortcut-section {
    padding: 6px 20px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    
}
.quick-view {
    border-right: 1px solid #ccc;
}
.full-listing-button a {
    background: #2F4799;
    color: #fff !important;
    font-size: 17px;
    padding: 14px 30px;

}
.category_section h2 {
    font-size: 30px;
    font-weight: 400;
}
.category_section {
    background: #f2f3f5;
}
.other-product-list h2 {
    font-size: 30px;
    font-weight: 400;
    
}
.other-product-list h4 {
    color: #748BA7;
    font-size: 22px;
    font-weight: 400;
}
.footer_links h4 {
    font-size: 24px;
}
.copyright a {
    color: #CA6D6F !important;
}
ul.contact_details li {
    margin: 8px 0px;
    color: #748BA7 !important;
}
ul.contact_details li a {
    /* font-size: 18px; */
    color: #748BA7 !important;
}
p.top-line {
    color: #CA6D6F;
    font-family: 'Whisper', cursive;
    font-size: 38px;
    margin-bottom: 0px;
}
.add-cart {
    position: absolute;
    bottom: 50%;
   
    background: #fff;
    padding: 6px 30px;
    visibility: hidden;
}
.product-listing:hover .add-cart {
    visibility: visible;
}
span.feature {
    background: #F2431B;
    color: #fff;
    padding: 3px 10px 3px 10px;
    position: absolute;
    top: 20px;
    border-radius: 0px 3px 3px 0px;
}

.blog_grid_single {
    padding: 15px;
}
.blog_gid_details {
    margin-top: 15px;
}
.up_section {
    display: flex;
}
.date_blog {
    color: #a9a9a9;
    margin-right: 15px;
    font-size: 14px;
}
.blog_gid_details h3 {
    font-size: 22px;
    margin-top: 10px;
}
.blog-section {
    padding: 0px 40px;
}
.hide_icon {
    
    padding-left:10px;
}
div#pills-tabContent {
    margin: 0 30px 0;
}
.product-sort-by .custom-select {
    height: 42px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: none!important;
    background-image: unset !important;
    background-repeat: no-repeat;
    background-size: 10px 10px;
}
.btn-filter-price {
    
    padding: 0.275rem 0.5rem !important;
    
    margin-top: -26px !important;
}
.btn-filter-products-mobile {
       
    background: #dd2c83 !important;
    color: #fff !important;
}
.product-content-details {
    
    margin-top: 20px !important;
}
.custom-select {
    
    
    background-position-x: right;
    background-position-y: center;
}
a.link-see-more {
    background: #DC2982;
    color: #fff !important;
    font-size: 20px;
    padding: 6px 20px;
    box-shadow: 0px 2px 2px 1px #ccc;
    /* margin-top: 29px; */
}
.filter-list-container .os-size-auto-observer {
    height: auto !important;
}
.os-content-glue {
     height: auto !important;
}
.product-filters .filter-item .filter-list li {
    
    font-size: 14px;
    padding: 4px 0px;
}
.product-filters .filter-item .filter-list {
   
    padding-left: 5px;
}
.product-filters .filter-item .filter-list {
   
     max-height: 100% !important; 
    
}
.product_img img { 
    height: 300px ;
    width: 100%;
    object-fit: cover;
}
.product-content-details .details span {
    float: right !important;
}
ul.nav.nav-tabs.nav-tabs-horizontal li:after {
    content: "⌄";
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 20px;
}
ul.nav.nav-tabs.nav-tabs-horizontal li.nav-item {
    position: relative;
}
ul.nav.navbar-nav.mega-menu li.nav-item.dropdown .dropdown-menu {
    width: 90vw !important;
    max-width: 90vw !important;
}
.mega-menu .nav-item {
    position: unset !important;
}
.navbar-expand .navbar-nav .dropdown-menu {
    
    left: 0;
}
.mega-menu .menu-subcategories .card-columns .card {
    border: 0!important;
    width: 23%;
    display: inline-block;
}
.top_right li.nav-item.dropdown.profile-dropdown.p-r-0 {
    display: inline-block;
}
.top_right li.nav-item.dropdown.profile-dropdown.p-r-0 ul.dropdown-menu i  {
    color: #2F4799;
}
.middle-right .desktop_search_btn i {
    margin-top: 13px;
}
.col-product {
    margin: 20px 0px;
}
.content_bnnr .row.d-flex.justify-content-around {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.btn-block {
    background-color: #2F4799 !important;
    width: 100%;
}
.btn-wishlist span {
    color: #fff !important;
}
.btn-wishlist i {
    color: #fff !important;
}
.product-add-to-cart-container .button-container-wishlist {
    padding: 0 20px !important;
    color: #fff !important;
}
.btn-custom {
    color: #fff!important;
    font-weight: 400;
    outline: 0!important;
    background: #2F4799;
}
.product-filters .filter-item .filter-list {
    max-height: 200px !important;
}
.custom-control.custom-radio {
    padding-left: 0px !important;
    display: flex;
    align-items: flex-start;
}
.custom-checkbox {
    padding-left: 0px !important;
}
.custom-control.custom-radio.cart-shipping-method .custom-control-label {
    margin-left: 5px;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
    background-color: #2F4799 !important;
}
.alert-dismissible {
    padding-right: 10px !important;
}
.alert-dismissible .close {
    padding: 5px 10px !important;
    float: right;
    margin-top: -5px;
}
.btn-view-invoice {
    right: 50px !important;
    top: 40px !important;
    padding: 0.3rem 0.8rem;
}
.profile-tab-content #form_validate {
    margin-bottom: 30px;
}
.os-viewport {
    
    position: inherit !important;
    
}
.os-padding { 
    position: inherit !important;
}
.search-results-ajax .search-results-product {
    /* max-height: 400px; */
    max-height: 400px;
    height: 400px;
    width: 100%;
     top: -5px; 
    background: #fff !important;
    z-index: 99;
    /* position: absolute; */
    /* right: 0; */
}
.search-results-ajax {
    position: inherit !important;
    width: 100% !important;
}
.search-product .price span {
    position: unset !important;
    background: transparent !important;
    color: #555;
}
.cat_section img {
    /* box-shadow: 2px 2px 8px #565656 !important; */
    border-radius: 8px;
}
.inner_banner {
    
    
    position: relative;
}
h2.ing_bnnr_title {
    position: absolute;
    left: 41%;
    top: 14%;
    font-size: 48px;
    font-weight: 600;
    color: #2d597c;
}
a.website_link_bnnr {
    position: absolute;
    left: 44%;
    bottom: 10%;
    font-size: 30px;
    color: #30587b !important;
}
.footer_icons ul {
    display: flex;
    padding-left: 0;
}
.footer_icons ul li {
    margin-right: 10px;
}
@media screen and (max-width: 767px) { 
    a.website_link_bnnr {
        position: absolute;
        left: 36%;
        bottom: 10%;
        font-size: 14px;
        color: #30587b !important;
    }
    h2.ing_bnnr_title {
        position: absolute;
        left: 38%;
        top: 14%;
        font-size: 16px;
        font-weight: 600;
        color: #2d597c;
    }
    .alert-dismissible {
        
        font-size: 12px;
    }
    .add-cart {
   
    
        padding: 6px 20px;
        
    }
    div#pills-tabContent {
        margin: 0px;
    }
    .nav-pills .nav-link.active {
        
        
        font-size: 15px !important;
        padding: 10px 15px !important;
    }
    .new-arrivals_list .nav-link {
        /* border-left: 1px solid #2F4799; */
        font-size: 15px;
        padding: 10px 15px !important;
    }
   .content_bnnr {
    display: none;
   }
   .blog-section {
    padding: 0px 10px;
}
.footer {
    padding: 0px 10px;
   
}
.copyright-section {
    padding: 12px 10px;
    background-color: #2F4799;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer_links {
    border-top: 1px solid #ccc;
    padding: 20px;
    border-right: none !important;
}
.copyright p {
    
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px !important;
}
ul.navbar-nav {
    position: absolute;
    z-index: 99;
    background: #fff;
    width: 100vw;
    padding-left: 0px !important;
    left: -10px;
    margin-top: 20px;
}
nav.navbar .nav-item a {
   
    padding: 10px 20px;
    
}
.middle-right {
    display: inline-block;
    margin-top: 10px;
}
.hide_icon {
    border-right:unset;
    padding-right:10px;
}
input.Desktop_search {
    display: none;
}
.middle-right .desktop_search_btn {
display: none;
}
.middle-right {
    align-items: center;
}
.mobile_search_btn {
    margin-top: 3px;
}
.product-listing {
   
    margin: 0px;
    
}
.cat_section {
    margin-right:0px !important;
    margin-left: 0px !important;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
}
@media screen and (min-width: 768px) { 
    .mobile_search_btn {
        display: none;
    }
    }
    a.orders_actions i {
        background-color: #2F4799;
        font-size: 15px;
        color: #fff;
    padding: 6px 7px;
    border-radius: 50%;
    margin: 0px 5px;
     
    }
    .btn-table-info {
        background: #2F4799 !important;
        border: 1px solid #2F4799 !important;
    }