.header-top {
    background: #132A36;
    font-size: 1.1rem;
    letter-spacing: -0.03em;
    text-transform: none;
    color: #ccc;
}
.header-middle {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    color: #fff;
    background: #183544;
    font-size: 1.2rem;
    border-bottom: 1pxsolidrgba(153,153,153,0.2);
    padding: 2.9rem 0 2.8rem;
}
.category-dropdown>a {
    background: #F4442C;
    min-width: 28rem;
    padding: 2.4rem 2.3rem 2.4rem 2.5rem;
    letter-spacing: -0.01em;
    transition: all 0.3s;
    text-transform: capitalize;
}
.shop-table td{
    text-align: center;
}
.admin .tab-vertical .tab-content {
    border: none;
}
.admin .error{
    color: red;
}
.admin .create-box{
    display: flex;
    justify-content: space-between;
}
.admin .order-action{
    display: flex;
    justify-content: center;
}
.admin select{
    padding: 0.85rem 2rem;
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
    color: #666;
    font-family: Poppins,sans-serif;
    line-height: 1.5;
    font-weight: 400;
}
.error {
    color: red;
}
.margin-bottom-20{
    margin: 0 0 1rem !important;
}
.padding0{
    padding: 0 !important;
}

.login .no_image{
    color: #F4442C;
    border: 1px solid #F4442C;
}

#wishlistFromSearch button{
    border-top: 1px solid #EEE !important;
    border-bottom: 1px solid #EEE !important;
    border-right: 1px solid #EEE !important;
}

#wishlistFromSearch{
    display: flex;
}

#wishlistFromSearch button:hover{
    background-color: #FFF;
}

.buyOnlineLink{
    background-color: #F4442C;
    border: 2px solid #F4442C;
}

.category-menu .megamenu li a.noPadding{
    padding: 0;
}

#product-tab-description .title,
#product-tab-description .content{
    padding-left: 15px;
}

#product-tab-description .content ul{
    list-style: initial;
    margin: 0;
    padding: 0;
}

#useful-information .content{
    padding-left: 15px;
}

.activeProduct{
    visibility: visible;
    opacity: 1;
}

.activeHeart{
    visibility: visible;
    border-color: #F4442C;
    background-color: #F4442C;
    color: #fff;
}

.loginImage{
    display: inline-block;
    border: 1px solid rgba(238, 238, 238, 0.5);
    border-radius: 50%;
}

.loginImage img{
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.product-media .product-action-vertical {
    visibility: visible;
    opacity: 1;
}

.noPointer{
    cursor: initial;
}

/*Category menu*/
.megamenu .subMenuArea{
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.megamenu .subMenuArea .menu-title{
    margin-bottom: 0;
}

.allCatMenu li:last-child{
    flex: inherit;
}

.allCatMenu ul.megamenu{
    min-width: 75.5rem;
}

.allCatMenu .megamenu>li:not(:last-child){
    padding: 2.8rem 0.1rem 0 0rem;
}

.allCatMenu .megamenu li:last-child{

}
/*Category menu*/

.banner-video .banner-media{
    width: 100%;
    text-align: center;
}

.banner-video .banner-media iframe{
    margin: 0px auto;
}

.product-sidebar .sidebar-content,
.product-sidebar .sidebar-content .sticky-sidebar{
    background-color: transparent;
}

.product-sidebar .sidebar-content .sticky-sidebar .widget{
    background-color: #FFF;
}

.noWhiteBg{
    background-color: transparent;
}

.product-details.noWhiteBg{
    padding: 0;
}

.product-details .product-details-top{
    background-color: #FFF;
    padding: 0.2rem 0 0 1rem;
}

.product-details .product-details-bottom{
    background-color: #FFF;
}

.visit_site{
    font-size: 12px;
    color: #F4442C;
    font-weight: bold;
    text-decoration: underline;
}

.paginationBox .pagination .page-link {
    height: initial;
}

.nPadding{
    padding: 0 !important;
}

.nMargin{
    margin: 0 !important;
}

.nMB{
    margin-bottom: 0;
}


.tBMAdd{
    margin: 30px 0;
}

.mB10{
    margin-bottom: 10px;
}

.product-name a.linkItem{
    color: blue;
    text-decoration: underline;
}

.product-name a.linkItem:hover{
    color: #F4442C;
}

.related-product-section .product .product-media{
    background: #FFFFFF;
}


.innerChidBanner{
    align-items: stretch;
}

.innerChidBanner a{
    width: 100%;
    display: block;
}


/*Product detils page*/
@media only screen and (min-width: 992px) {
    .moboleScreen{
        display: none;
    }
}

.moboleScreen .contentArea{
    position: relative;
    overflow: visible;
    padding: 0;
    opacity: 1;
    z-index: 2;
    width: auto;
    transform: none;
    line-height: 1.3;
    transition: transform 0.4s,opacity 0.4s;

    /* display: flex;
    flex-wrap: wrap; */

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.widgetContent{
    background: #FFF;
    /* width: calc(33.33% - 10px); 
    margin: 5px;  */
    box-sizing: border-box;
    padding: 0;
    margin: 0 !important;
}

.moboleScreen .advertisementArea{
    position: relative;
    overflow: visible;
    padding: 0;
    opacity: 1;
    z-index: 2;
    width: auto;
    transform: none;
    line-height: 1.3;
    transition: transform 0.4s,opacity 0.4s;
    background: #FFF;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
}


@media only screen and (max-width: 767px) {
    .moboleScreen .contentArea{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 470px) {
    .moboleScreen .advertisementArea{
        grid-template-columns: repeat(1, 1fr);
    }
}
/*End Product detils page*/

.heightAuto{
    height: auto;
    min-height: initial;
}

.banner .heightAuto{
    height: auto;
    min-height: initial;
}

.addMinheight{
    min-height: 544px;
}