.atpc {
    display: block !important;
}

.atmob {
    display: none !important;
}

@media screen and (min-width:2000px) {
    .mainsite {
        max-width: 2000px;
    }

    .mainsite.default_single {
        max-width: 1600px;
    }

    .postlist {
        max-width: calc(50% - 10px);
        width: calc(50% - 10px);
        float: right;
        margin: 5px;
    }

    .postlist>a {
        width: 250px;
        min-width: 250px;
        height: 250px;
    }

    .allposts.infiniload {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:1400px) {
    .flexbox.flex4in1 .posthumb {
        max-width: calc(50% - 15px);
        min-width: calc(50% - 15px);
    }

    .postlist.pinpost>a,
    .postlist>a {
        width: calc(50% - 15px);
        min-width: calc(50% - 15px);
    }
}

@media screen and (max-width:1200px) {
    .sidebar {
        position: fixed;
        top: 0;
        z-index: 9999;
        bottom: 0;
        overflow: auto;
        transition: right, left 500ms ease-in-out;
        background: var(--color-white);
    }

    .sidebar.rightbar {
        right: -300px;
        transition: right 500ms ease-in-out;
    }

    .sidebar.leftbar {
        left: -300px;
        transition: left 500ms ease-in-out;
    }

    .sidebar.rightbar.right-active {
        right: 0;
    }

    .sidebar.leftbar.left-active {
        left: 0;
    }

    .mainbar {
        width: 100%;
        padding: 15px !important;
    }

    .fixlinebox.profilepage .mainbar {
        width: 100%;
    }

    .darkbar {
        display: none;
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 999;
    }

    .darkbar.show {
        display: block;
    }

    .flexbox.flex4in1 .posthumb {
        max-width: calc(25% - 15px);
        min-width: calc(25% - 15px);
    }

    .postlist>a {
        width: calc(300px - 15px);
        min-width: calc(300px - 15px);
    }

    .postlist.pinpost>a {
        width: calc(450px - 15px);
        min-width: calc(450px - 15px);
    }

    #navbarCollapse,
    #navbarCollapse2 {
        padding: 0;
    }
}

.hdshy-nav .navbar-toggler {
    display: none;
}

@media screen and (max-width:1200px) {
    .hdshy-nav .navbar-toggler {
        display: block;
        float: left;
        width: 38px;
        height: 50px;
        border-radius: 50%;
        background: transparent;
        border: 0;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        padding: 10px 0;
        margin: 8px 0;
    }

    .hdshy-nav .navbar-toggler:hover,
    .hdshy-nav .navbar-toggler:focus {
        background: transparent !important;
    }

    .hdshy-nav .navbar-toggler>svg {
        width: 27px;
        height: 27px;
        position: relative;
        top: 1px;
    }

    .hd-fill .navbar-toggler>svg path,
    .hd-fill .navbar-toggler>svg rect {
        fill: var(--color-black);
        stroke: var(--color-black);
    }

    .navbar-toggler[aria-expanded="true"]>svg path,
    .navbar-toggler[aria-expanded="true"]>svg rect {
        fill: var(--color-red);
        stroke: var(--color-red);
    }

    .hd-fix {
        margin: 0;
    }

    .btn.btn-primary.clubrate {
        position: relative;
        float: left;
        margin: 0 0 30px;
    }

    #navbarCollapse,
    #navbarCollapse2 {
        padding: 2px 15px;
    }

    .toplink {
        display: none;
    }

    .topaccess li {
        width: 100%;
    }

    .topaccess {
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        display: flex !important;
        flex-wrap: nowrap;
        background: var(--color-white);
        border-top: 1px solid var(--color-light2);
        padding: 15px 25px 10px;
        margin: 0;
    }

    .topaccess li button,
    .topaccess li a {
        text-align: center;
        padding: 0 9px !important;
        margin: 0 !important;
        height: auto;
        width: 100%;
        position: relative;
    }

    .topaccess .hidemob {
        display: none;
    }

    .topaccess li svg path {
        fill: var(--color-dark);
    }

    html {
        padding-bottom: 65px !important;
    }

    .atpc {
        display: none !important;
    }

    .atmob {
        display: block !important;
    }

    .topaccess li button,
    .topaccess li a {
        max-width: 50px;
        margin: 0 auto !important;
        text-align: center;
        display: block;
    }

    header .hdshy-nav .nav>li.userm a {
        height: 35px !important;
        width: 35px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
}

@media screen and (max-width:992px) {
    .body-fill {
        padding-top: 100px;
    }

    .flexbox.flextv .posthumb,
    .flexbox.flex4in1 .posthumb {
        max-width: calc(50% - 15px);
        min-width: calc(50% - 15px);
    }

    .postlist.pinpost>a,
    .postlist>a {
        width: calc(50% - 15px);
        min-width: calc(50% - 15px);
    }

    .nav.navbar-nav.hd-nav {
        background: rgba(0, 0, 0, 0.75);
        margin: 10px -10px;
        border-radius: 10px;
        padding: 10px;
    }

    .hd-fill .nav.navbar-nav.hd-nav {
        background: transparent;
    }

    header .hdshy-nav .hd-nav>li>a {
        padding: 11px;
        margin: 5px;
        color: #fff;
        border-radius: 10px;
    }

    .hd-fix {
        position: absolute;
        margin: 0;
    }

    .flexbox.flextv .posthumb,
    .flexbox.flex4in1 .posthumb {
        max-width: calc(50% - 15px);
        min-width: calc(50% - 15px);
        margin: 7.5px;
    }

    .widget.postget {
        margin: 0 auto;
    }

    .title>h1 {
        line-height: 33px;
        font-size: 23px;
        margin: 5px 0;
    }

    .title>h1.bigi {
        margin: 5px 0;
        font-size: 23px;
    }

    .title>h2 {
        font-size: 17px;
        font-weight: normal;
        margin: 5px 0;
    }

    .headinfo .tvlogo,
    .bsinfo .tvlogo {
        display: none;
    }

    .topslider.tvheader span {
        display: none;
    }

    .pdet .uface {
        display: none;
    }

    .hd-fix.hd-player .topaccess {
        margin: 0;
    }

    .hd-player {
        opacity: 1;
    }

    .mycomment {
        width: 50%;
    }

}

@media screen and (max-width:768px) {
    .mycomment {
        width: 100%;
    }

    .postget .title>h1 {
        font-size: 22px;
        line-height: 35px;
    }

    .innerline .title>h2,
    .innerline .title>h3 {
        font-size: 17px;
    }

    .headinfo h2,
    .bsinfo h1 {
        line-height: 30px !important;
        font-size: 23px;
    }

    .bigslider .item,
    .topslider {
    }

    .headinfo,
    .bsinfo {
        max-width: 90%;
    }

    .postlist {
        flex-wrap: wrap;
    }

    .postlist.pinpost>a,
    .postlist>a {
        width: 100%;
        min-width: 100%;
        float: none;
    }

    .flexbox.flextv .posthumb,
    .flexbox.flex4in1 .posthumb {
        max-width: calc(50% - 15px);
        min-width: calc(50% - 15px);
        margin: 7.5px;
    }

    .flexbox.flextv .posthumb .pmore,
    .flexbox.flex4in1 .posthumb .pmore,
    .flexbox.flextv .posthumb .catitem,
    .flexbox.flex4in1 .posthumb .catitem,
    .flexbox.flextv .posthumb .autface,
    .flexbox.flex4in1 .posthumb .autface,
    .flexbox.flextv .posthumb h5,
    .flexbox.flex4in1 .posthumb h5 {
        display: none !important;
    }

    .flexbox.flextv .posthumb>a::before,
    .flexbox.flex4in1 .posthumb>a::before {
        background: rgba(0, 0, 0, 0.45);
        transition: all 500ms ease-in-out;
    }

    .topslider.tvplayer {
        width: 100%;
        height: auto;
    }

    .video-js.vjs-fill {
        width: 100%;
        height: 500px;
    }

    .product_item .protitle h2 {
        font-size: 15px;
        line-height: 23px;
        min-height: 61px;
        margin-bottom: 9px;
        text-align: center;
        font-weight: bold;
    }

    .product_item .protitle .price del {
        float: none;
        display: block;
        text-align: center;
    }

    .product_item .protitle .price {
        text-align: center;
        margin: 0;
        padding: 0;
        font-size: 13px;
        min-height: 44px;
    }

    #navbarCollapse,
    #navbarCollapse2 {
        width: 100%;
    }
}


/*shop*/

@media screen and (max-width:1150px) {
    .woocommerce-breadcrumb {
        margin: 15px 15px 0;
    }

    .summary.entry-summary {
        width: 525px;
    }
}

@media screen and (max-width:992px) {
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
        width: 300px;
    }

    .summary.entry-summary {
        width: 405px;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
}

@media screen and (max-width:768px) {

    h2,
    .h2 {
        line-height: 1.4em;
    }

    .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
        margin: 0 auto;
        padding: 0;
        float: none;
    }

    .woocommerce-product-gallery__wrapper {
        padding: 0;
    }

    span.onsale {
        left: 0;
        top: 0;
    }

    .summary.entry-summary {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .summary.entry-summary .protitle {
        margin: 0;
        padding: 10px;
    }

    .summary.entry-summary .product_title.entry-title {
        line-height: 29px;
    }

    .woocommerce-product-details__short-description {
        padding: 5px;
    }

    .bundled_product_excerpt.product_excerpt h4 {
        font-weight: normal;
        font-size: 14px;
        padding: 0;
        line-height: 22px;
    }

    .woocommerce-Tabs-panel {
        padding: 5px;
    }

    .tabs.wc-tabs {
        margin: 25px 5px 0;
    }

    .usertopinfo>span {
        width: 50%;
    }

    .order-status-list {
        padding: 10px;
    }

    .order-status-list li img {
        width: 36px;
    }

    .order-status-list li b {
        font-size: 11px;
    }

    .woocommerce table.shop_table {
        font-size: 13px;
    }

    .woocommerce-customer-details address {
        font-size: 14px;
        padding: 5px !important;
        border: 0 !important;
        line-height: 28px;
    }

    .usertopinfo {
        display: flex;
        flex-wrap: wrap;
    }

    .usertopinfo>span {
        width: 100%;
        text-align: right;
        margin: 5px;
    }

    .usertopinfo>span strong {
        display: inline;
    }

    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        margin: 15px auto;
        border-radius: 15px;
        padding: 15px 25px;
        max-width: 100%;
    }

    .product_item .flexbtns {
        max-height: 66px;
    }

    .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
    .button.product_type_bundle.add_to_cart_button.ajax_add_to_cart {
        margin: 0 auto;
    }

    .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0;
    }

    .postget .maincontent {
        padding: 0;
    }

    .video-js .vjs-control {
        width: 2.5em !important;
    }

    .vjs-remaining-time.vjs-time-control.vjs-control {
        width: 4em !important;
    }
}

