@media screen and (max-width: 1600px) {
    body.plain-bg::after {
        height: 150px;
        width: 150px;
    }
    body.after-content-lg::after {
        height: 250px;
        width: 250px;
    }
    body.plain-bg::before,
    body.home::before {
        height: calc(100% - 150px);
        top: 120px;
    }
    body::after {
        right: 40px;
    }
    .wrapper-lg,
    .product_wrapper-cake {
        width: 700px;
        /*height: 60%;
        transform: translate(-35%, -35%);*/
    }
    .head-cake {
        margin: 0 auto;
    }
    .art-talent-logo {
        top: -10px;
    }
    .art-talent-logo img {
        width: 150px;
    }
    .primary-navigation {
        top: 75px;
    }
    .cat-cake {
        bottom: 40px;
    }
    .primary-navigation ul li {
        margin: 0 5px;
    }
    .primary-navigation ul li a {
        padding: 15px 35px 30px;
        font-size: 18px;
    }
    .sideNav ul li a {
        font-size: 20px;
        padding: 25px 0;
    }
    .sideNav ul li:nth-child(1) {
        background-size: 50% auto;
        padding: 20px;
    }
    .sideNav ul li:nth-child(2) {
        background-size: 62% 120%;
        margin-top: -18px;
    }
    .sideNav ul li:nth-child(3) {
        background-size: 65% 120%;
        margin-top: -27px;
    }
    .sideNav ul li:nth-child(4) {
        background-size: 68% 120%;
        margin-top: -27px;
    }
    .sideNav ul li:nth-child(5) {
        background-size: 71% 120%;
        margin-top: -20px;
    }
    .sideNav ul li:nth-child(6) {
        background-size: 74% 120%;
        margin-top: -19px;
    }
    .sideNav ul li:nth-child(7) {
        background-size: 78% 120%;
        margin-top: -17px;
    }
    .sideNav ul li:nth-child(8) {
        background-size: 81% 120%;
        margin-top: -17px;
    }
    .sideNav ul li:nth-child(9) {
        background-size: 85% 120%;
        margin-top: -15px;
    }
    .sideNav ul li:nth-child(10) {
        background-size: 87% 120%;
        margin-top: -12px;
    }
    .sideNav ul li:nth-child(11) {
        background-size: 89% 120%;
        margin-top: -10px;
    }
    .sideNav ul li:nth-child(12) {
        background-size: 92% 120%;
        margin-top: -20px;
    }
    .sideNav ul li:nth-child(13) {
        background-size: 100% auto;
        padding: 20px;
        margin-top: -22px;
    }
    .product_gallery li a.pg-prdct-name {
        font-size: 18px;
    }
}

@media screen and (max-width: 1400px) {
    body.plain-bg::after {
        height: 125px;
        width: 125px;
    }
    body.after-content-lg::after {
        height: 200px;
        width: 200px;
    }
    .sideNav ul li a {
        padding: 20px 0;
    }
}

@media screen and (max-width: 1366px) {
    body.after-content-lg::after {
        height: 100px;
        width: 100px;
    }
    .cat-cake {
        bottom: 40px;
    }
    .sideNav ul li a {
        font-size: 16px;
        padding: 14px 10px;
    }
    .sideNav ul li:nth-child(1) {
        background-size: 43% auto;
    }
    .sideNav ul li:nth-child(2) {
        background-size: 52% 120%;
        margin-top: -11px;
    }
    .sideNav ul li:nth-child(3) {
        background-size: 56% 120%;
        margin-top: -14px;
    }
    .sideNav ul li:nth-child(4) {
        background-size: 62% 120%;
        margin-top: -15px;
    }
    .sideNav ul li:nth-child(5) {
        background-size: 68% 120%;
        margin-top: -9px;
    }
    .sideNav ul li:nth-child(6) {
        background-size: 71% 120%;
        margin-top: -8px;
    }
    .sideNav ul li:nth-child(7) {
        background-size: 71% 120%;
        margin-top: -9px;
    }
    .sideNav ul li:nth-child(8) {
        background-size: 86% 132%;
        margin-top: -9px;
    }
    .sideNav ul li:nth-child(9) {
        background-size: 80% 133%;
        margin-top: -9px;
    }
    .sideNav ul li:nth-child(10) {
        background-size: 82% 136%;
        margin-top: -6px;
    }
    .sideNav ul li:nth-child(11) {
        background-size: 83% 140%;
        margin-top: -9px;
    }
    .sideNav ul li:nth-child(12) {
        background-size: 86% 186%;
        margin-top: -10px;
    }
    .sideNav ul li:nth-child(13) {
        background-size: 92% auto;
        padding: 20px;
        margin-top: -13px;
    }
}

@media screen and (max-width: 1280px) {
    .sideNav ul li a {
        padding: 17px 10px;
    }
    .wrapper-lg,
    .product_wrapper-cake {
        width: 675px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        background-image: url(../images/blank_background.jpg);
    }
    .head-cake {
        margin: 5px auto;
    }
    body::after,
    body.plain-bg::after,
    body.after-content-lg::after {
        display: none;
    }
    .wrapper-lg,
    .product_wrapper-cake,
    .wrapper-cake {
        width: 640px;
    }
    .cat-cake {
        left: 25px;
    }
    .categoriesNav ul li {
        padding: 25px 5px;
    }
    .primary-navigation ul li a {
        padding: 15px 30px 30px;
    }
    .sideNav ul li a {
        padding: 14px 10px;
    }
    .nav-arrows a:first-child {
        right: 0;
    }
    .nav-arrows a:last-child {
        left: 0;
    }
    .wrapper-lg,
    .product_wrapper-cake {
        height: 60%;
    }
    .balloon {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    body.home::before {
        display: none;
    }
    .socialNav .follow-label,
    .primary-navigation,
    .cat-cake .sideNav {
        display: none;
    }
    .mobile-navigation,
    .offcanvas__trigger--open,
    .offcanvas__trigger--close {
        display: block;
    }
    .wrapper-lg,
    .product_wrapper-cake,
    .wrapper-cake {
        width: 480px;
        height: 60%;
    }
    .product_gallery li,
    .product_items li {
        width: 50%;
    }
    .categoriesNav ul li {
        width: 25%;
        padding: 5px 5px;
    }
    .categoriesNav ul li img {
        width: 70%;
    }
    .categoriesNav ul li .cat-link {
        font-size: 14px;
        height: 40px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px) {
    body {
        background-position: center 50px;
    }
    body.plain-bg::before,
    body.home::before {
        display: none;
    }
    .head-cake {
        background: rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 10px 20px 5px;
        margin-top: -20px;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }
    .langNav {
        float: right;
    }
    .art-talent-logo {
        right: 10px;
        top: 50px;
        left: 10px;
    }
    .art-talent-logo img {
        width: 125px;
        height: 125px;
        margin: 0 auto;
        display: table;
    }
    .wrapper-lg,
    .product_wrapper-cake,
    .wrapper-cake {
        transform: translate(-50%, -40%);
        width: 90%;
        height: 75%;
        background: #fff;
        padding: 25px;
        box-sizing: border-box;
    }
    .product_gallery li,
    .product_items li {
        width: 33.33%;
    }
    .product_items li img.prdct-img {
        width: 125px;
    }
    .categoriesNav ul li {
        width: 33.33%;
        padding: 0 5px 25px;
    }
    .categoriesNav ul li .cat-link {
        width: 100%;
        display: inline-block;
        font-size: 18px;
        margin-top: 10px;
    }
    .woocommerce div.product .w-60,
    .woocommerce div.product .w-40 {
        width: 100%;
    }
    .accordion-container .set,
    .accordion-container .set .content {
        background: transparent;
    }
    .footer-cake {
        bottom: 10px;
    }
    li .fix-thumbnail {
        height: 125px;
    }
    .woocommerce .woocommerce-ordering {
        width: 100%;
    }
    .entry-content .col-md-12 {
        display: inline-block;
        width: 100%;
    }
    .product_gallery li a.pg-prdct-name,
    .product_items li .prdct-info a.prdct-name {
        white-space: normal;
        line-height: 22px;
    }
}

@media screen and (max-width: 640px) {
    .product_gallery li,
    .product_items li {
        width: 50%;
    }
    .categoriesNav ul li {
        width: 50%;
    }
    .art-talent-logo img {
        width: 90px;
        height: 90px;
    }
    .art-talent-logo {
        top: 45px;
        z-index: 9;
    }
    .wrapper-lg,
    .product_wrapper-cake,
    .wrapper-cake {
        height: 65%;
        padding: 15px;
        transform: translate(-50%, -40%);
    }
    .footer-cake .powerdby,
    .footer-cake .copyright {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 5px 0 0;
    }
}

@media screen and (max-width: 575px) {
    * {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 360px) {
    .socialNav {
        margin: 0 10px !important;
    }
    .art-talent-logo img {
        width: 70px;
        height: 70px;
    }
    .wrapper-lg,
    .product_wrapper-cake,
    .wrapper-cake {
        transform: translate(-50%, -41%);
    }
}

@media screen and (max-width: 320px) {}

@media screen and (max-height: 415px) {
    .art-talent-logo img {
        width: 75px;
        height: 75px;
    }
    .wrapper-lg,
    .product_wrapper-cake,
    .wrapper-cake {
        background: #fff;
        width: calc(100% - 30px);
        height: 50%;
        padding: 15px;
        left: 50%;
        transform: translate(-50%, -30%) !important;
    }
    .footer-cake {
        left: 15px;
        right: 15px;
    }
}

@media screen and (max-height: 375px) {
    .art-talent-logo img {
        width: 75px;
        height: 75px;
    }
    .wrapper-cake {
        background-image: none;
    }
    .wrapper-lg,
    .product_wrapper-cake,
    .wrapper-cake {
        background: #fff;
        width: calc(100% - 30px);
        height: 50%;
        padding: 15px;
        left: 50%;
        transform: translate(-50%, -25%) !important;
    }
}