.account_part .mobile-menu {
    display: none;
}
.youtube-video {
    width: 80%;
    height: 260px;
}

@media (min-width: 1500px) {
    .sidebar {
        padding-top: 134px;
    }
    .content-area {
        margin-left: calc(100% - 96%);
    }
}


@media (min-width: 1300px) {
    .sidebar {
        padding-right: 2rem;
        max-width: fit-content;
    }
}


@media (max-width: 1199px) {
    #right-formob {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .d-md-none {
        display: block !important;
    }

    .d-none {
        display: none !important;
    }
    .price_color {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
    }
    .price_color .price-title{
        padding-right: 16px;
    }
    
    .catalogue-title {
        width: max-content;
        height: 35px;
        padding: 6px 10px;
        margin: 3px 10px;
        text-align: center;
        background: #F87A05;
        mix-blend-mode: normal;
        border-radius: 12px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 900;
        font-size: 14px;
        line-height: 24px;
        color: #2F2F2E;
    }

    .nave-2{
        font-weight: 900;
        font-size: 10px;
        line-height: 19px;
        margin-left: 0;
        margin-right: 29px;
        padding-right: 0;
    }

    .fa-angle-down {
        position: absolute;
        right: -15px;
        top: 0px;
        font-size: 20px;
        color: #F87A05;
        cursor: pointer;
    }

    div#ak-widget div.akw-container {
        display: none;
    }

    .product-info>div {
        line-height: 27px;
        margin-top: 5px;
    }

    .product-info>div>.price-area {
        margin-bottom: 20px;
      }

    p{
        display: block;
    }

    .instock-for-detail>i, .warrenty>i {
        left: 39%;
        top: 5px;
    }

}

@media (max-width: 960px) {
    .youtube-video {
        width: 100%;
        height: 236px;
    }

    .tolist .product_pod h3 {
        font-size: 14px;
    }
    
    .product-info>div {
        line-height: 27px;
        margin-top: 5px;
    }

    .product-info>div>.price-area {
        margin-bottom: 20px;
      }

    p{
        display: block;
    }

    .instock-for-detail>i, .warrenty>i {
        left: 39%;
    }

    .img-product-det {
        margin: 0px;
    }
    #product_gallery .carousel-inner > .carousel-item {
        height: 300px;
        line-height: 300px;
        vertical-align: middle;
        text-align: center;
    }

    #product_gallery .carousel-inner > .carousel-item > img {
        vertical-align: top;
        max-height: 100%;
    }

    .img-thumbnail {
        padding: 0rem;
    }
}

@media (max-width: 780px) {
    .youtube-video {
        width: 100%;
        height: 380px;
    }
}


@media (max-width: 575px) {

    .youtube-video {
        width: 100%;
        height: 275px;
    }

    .change-view {
        display: none
    }
    

    .coupon-div {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .description_coupon {
        margin-right: 0 !important;
    }

    .coupon-content{
        align-items: center !important;
        flex-wrap: nowrap;
    }
    

    
    .sidebar {
        height: fit-content;
        left: 0;
        padding-top: 0;
        background: transparent;
        box-shadow: none;
        border-radius: 20px;
        transform: translateY(0px);
        margin-bottom: -20px;
        padding-top: 0px;
    }
    .side-cat{
        display: none;
    }
    .side-cat-mob{
        background: #2F2F2E;
        box-shadow: 0 12px 12px rgb(0 0 0 / 25%);
        border-radius: 20px;
        transform: translateY(-100px);
        margin-top: 0px;
        padding-top: 92px;
        padding-bottom: 10px;
        min-width: 72%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }

    .nave-2-mob{
        display: none;
        margin-top: 19px;
    }

    .catalogue-title{
        display: none;
    }

    
    .show-down{
        display: block;
    }

    .show-up {
        display: none;
    }

    .img-product-det{
        box-shadow: none; 
    }
    h1 {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    /* .carousel {
        margin-bottom: 1rem;
    } */

    .hide-mob{
        display: none;
    }
    .for-mobile{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #product_gallery .carousel-inner > .carousel-item > img {
        display: inline-block;
        vertical-align: middle;
        max-height: 200px;
    }

    #product_gallery .carousel-inner > .carousel-item {
        height: 225px;
        line-height: 200px;
        vertical-align: middle;
        text-align: center;
        width: 250px;
    }
    #product_gallery .carousel-indicators {
        display: none;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 20px;
        height: 20px;
    }
    .carousel-inner {
        position: relative;
        width: 250px;
        overflow: hidden;
    }
    .img-product-det {
        width: 250px;
        margin: 0;
        margin-bottom: 20px;
    }
    .img-thumbnail {
        padding: 0rem;
    }

    /* .product-image{
        width: 260px;
        padding-right: 0px;
        padding-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    } */
    .product_page{
        display: flex;
        flex-direction: column;
        margin: auto 51px;
    }

    .page_inner {
        margin-right: 0rem;
    }

    .product-info {
        padding: 0px;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .product_pod {
        height: 560px;
    }

    .image_container img {
        max-height: 337px;
        max-width: 100%;
    }

    .product_pod .product_price {
        position: absolute;
        bottom: -8px;
    }

    .product_pod h3 {
        font-size: 20px;
    }

    .product_pod h3 a{
        margin-bottom: 20px;
    }

    p {
        margin-top: 0;
        margin-bottom: 0rem;
    }
    .custom_main_header .brand-logo-img {
        padding: 0;
    }
    .brand-logo-img {
        height: 40px;
    }


    .account_part{
        padding-right: 0px;
        margin-right: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-around;
    }

    .account_part>div {
        padding-left: 10px;
    }

    .nav_part .show-mobile{
        background-color: black;
        position: absolute;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: flex-end;
        flex-wrap: nowrap;
        line-height: 41px;
        z-index: 9999;
    }

    .sidebar .show-mobile a {
        color: #fff;
        margin: 0 5px;
        padding: 5px 24px;
    }

    .account_part .mobile-menu {
        display: block;
        padding-left: 16px;
    }
    .account_part .mobile-menu i {
        font-size: 20px;
    }
}

@media (max-width: 480px) {

    .tolist .list {
        min-height: 150px;
    }
    

    .for-margin-bottom{
        margin-bottom: 20px;
    }

    .main_header_container {
        height: auto;
        padding: 0;
    }
    .image_container img {
        max-height: 337px;
        max-width: 100%;
    }

    .catalogue-title{
        cursor: pointer;
    }
    .img-product-det{
        box-shadow: none; 
    }
    h1 {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .carousel {
        margin-bottom: 1rem;
    }

    .hide-mob{
        display: none;
    }
    .for-mobile{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #product_gallery .carousel-inner > .carousel-item > img {
        display: inline-block;
        vertical-align: middle;
        max-height: 200px;
    }

    #product_gallery .carousel-inner > .carousel-item {
        height: 225px;
        line-height: 200px;
        vertical-align: middle;
        text-align: center;
        width: 250px;
    }
    #product_gallery .carousel-indicators {
        display: none;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 20px;
        height: 20px;
    }
    .carousel-inner {
        position: relative;
        width: 250px;
        overflow: hidden;
    }
    .img-product-det {
        width: 250px;
        margin: 0;
        margin-bottom: 20px;
    }
    /* 
    .img-thumbnail {
        padding: 0rem;
    }

    .product-image{
        width: 260px;
        padding-right: 0px;
        padding-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    */
    .product_page{
        display: flex;
        flex-direction: column;
        margin: auto 51px;
    }

    .page_inner {
        margin-right: 0rem;
    }

    .product-info {
        padding: 0px;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    p {
        margin-top: 0;
        margin-bottom: 0rem;
    }

    .instock-for-detail>i, .warrenty>i {
        left: 75%;
    }
}

@media (max-width: 360px) {


    .main_header_container {
        height: auto;
        padding: 0;
    }

    
    .catalogue-title{
        cursor: pointer;
    }
    .img-product-det{
        box-shadow: none; 
    }
    h1 {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .carousel {
        margin-bottom: 1rem;
    }

    .hide-mob{
        display: none;
    }
    .for-mobile{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #product_gallery .carousel-inner > .carousel-item > img {
        display: inline-block;
        vertical-align: middle;
        max-height: 200px;
    }

    #product_gallery .carousel-inner > .carousel-item {
        height: 225px;
        line-height: 200px;
        vertical-align: middle;
        text-align: center;
        width: 250px;
    }
    #product_gallery .carousel-indicators {
        display: none;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 20px;
        height: 20px;
    }
    .carousel-inner {
        position: relative;
        width: 250px;
        overflow: hidden;
    }
    .img-product-det {
        width: 250px;
        margin: 0;
        margin-bottom: 20px;
    }
    /*
    .img-thumbnail {
        padding: 0rem;
    }

    .product-image{
        width: 260px;
        padding-right: 0px;
        padding-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    */

    .product_page{
        display: flex;
        flex-direction: column;
        margin: auto 51px;
    }

    .page_inner {
        margin-right: 0rem;
    }

    .product-info {
        padding: 0px;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    p {
        margin-top: 0;
        margin-bottom: 0rem;
    }

    .instock-for-detail>i, .warrenty>i {
        left: 143px;
    }
  }





