/*Write Css*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body,h1,h2,h3,h4,h5,h6,p,li,span,strong,a,label,button {
   font-family: "Roboto", sans-serif !important;
}

.common-banner .slider-contents img {
    display: none;
}

.header-style-01 .navbar-right-btn {
    margin: 10px 0;
}

.tabsproducts-listing h2 {
    text-align: center !important;
    font-size: 44px !important;
    padding: 0 !important;
}

.tabsproducts-listing .swiper-tabs.tabs-switch .title {
    display: none;
}

.tabsproducts-listing .product-image .top-line-a {
    display: none;
}

.tabsproducts-listing .product-image .product-image {
    position: relative;
}

.tabsproducts-listing .product-image .bottom-line {
    text-align: center;
}

.tabsproducts-listing .product-image .bottom-line .add-to-cart-btn {
    background: var(--button-color);
    color: #fff;
    width: 100%;
    display: block;
    font-size: 14px;
    cursor: pointer;
}

.tabsproducts-listing .product-image img {
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.tabsproducts-listing .product-card-content .tag {
    color: #222 !important;
    font-weight: 600;
    display: block;
    height: auto !important;
    margin: 0 0 10px 0;
}

.tabsproducts-listing .product-card-content .current {
    color: var(--button-color) !important;
}

.tabsproducts-listing .product-slide-entry {
    margin: 0 0 20px 0;
    height: 374px;
    overflow: hidden;
}

.mango-product-tabs-container .swiper-tabs .nav-pills .nav-link,
.mango-product-tabs-container .swiper-tabs .nav-pills .nav-link.active{
    font-size: 16px !important;
}

.agency_topbar .openCart {
    font-size: 14px;
}

.headerCart-body .totalPriceCart {
    margin: 10px 0 20px !important;
}

.sellers-section {
    padding: 30px 0;
}

.sellers-section .section-title {
    margin: 0 0 30px 0;
}

.sellers-section .seller-contents h5 a {
    font-size: 21px !important;
    color: #222 !important;
    font-weight: 600;
    display: block;
}

.arrowStyleFour .slick-arrow {
    top: -50px !important;
}

.sellers-section .seller-contents  .price-current {
    margin: 0 0 10px 0;
    color: var(--button-color);
    font-weight: 600;
}

.aboutArea .section-tittle h1 {
    margin: 0 0 10px 0px;
    line-height: 1.2;
}

.aboutArea .single {
    margin: 0 0 0 0;
}

.aboutArea .btn-wrapper {
    margin: 20px 0 0 0;
}

.common-banner .slider-contents{
    background: #1196d88a !important;
}

.imgEffect img {
    transform: none !important;
}

.imgEffect:hover img {
    transform: none !important;
    transition: none !important;
}

.imgEffect::before {
    display: none !important;
}

.common-banner figure {
    margin: 0 !important;
}

.blog-content-area .blog-img .posted-date {
    position: absolute;
    top: 0;
    background: var(--button-color);
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
}

.blog-content-area .blogCaption h3 {
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.blog-content-area .blogCaption  .pera {
    font-size: 14px !important;
    margin: 0 0 20px 0 !important;
}

.blog-content-area .blogCaption .content {
    display: none;
}

.common-banner .slider-contents { 
    padding: 0 !important;
}

.common-banner figure img {
    height: 800px;
    object-fit: cover;
}

#listproducttop .global-card-contents-title {
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.call-to-action2 .contents h1 {
    text-shadow: none !important;
}

.header-top .listItem a {
    color: #fff !important;
}

/*Responsive*/

@media (max-width: 1400px){
    .tabsproducts-listing .product-slide-entry {
        height: 400px;
    }
    .common-banner figure img {
        height: 670px;
    }
}

@media (max-width: 1200px){
    .tabsproducts-listing .product-slide-entry {
        height: 380px;
    }
}

@media (max-width: 768px){
    .tabsproducts-listing .product-slide-entry {
        height: auto;
    }
    .common-banner .slider-contents h2 {
        font-size: 30px !important;
    }
    .common-banner .slider-contents p {
        font-size: 14px !important;
        margin: 0 0 1rem 0 !important;
    }
    .tabsproducts-listing .product-slide-entry {
        height: 480px;
    }
}

@media (max-width: 576px){
    .common-banner img {
        height: 400px !important;
        object-fit: cover !important;
    }
}


.single_category.shop-left-title h2.tittle.title-default {
    font-size: 0 !important;
    position: relative;
}

.single_category.shop-left-title h2.tittle.title-default::after {
    content: "Brands";
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000 !important;
}


/* shop category section */
.singleOption .showchild-category-lists {
    background: white !important;
}


.categoryListing .categoryOption.shop-left-list ul.category-lists li a {
    /* BACKGROUND RESET */
    background: transparent !important; 
    background-color: transparent !important; 
    color: #444444 !important; 
    padding: 5px 0 !important; 
    border: none !important;
    box-shadow: none !important;
}

 
.categoryListing .categoryOption.shop-left-list ul.category-lists li {
    background: transparent !important;
    background-color: transparent !important;
    margin: 0 !important; 
}

 
.categoryListing .categoryOption.shop-left-list ul.category-lists li small.cat-no,
.categoryListing .categoryOption.shop-left-list ul.category-lists li small {
    color: #888888 !important; 
    background: transparent !important; 
}

.categoryListing .categoryOption.shop-left-list ul.category-lists li a:hover,
.categoryListing .categoryOption.shop-left-list ul.category-lists li.active a {
    background: transparent !important; 
    background-color: transparent !important;
    color: #333333 !important; 
}